@atlaskit/editor-plugin-text-formatting 1.15.3 → 1.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 1.15.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#161245](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161245)
8
+ [`a4f0ead84f4b7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4f0ead84f4b7) -
9
+ increase spacing on more formattin toolbar button
10
+
11
+ ## 1.15.4
12
+
13
+ ### Patch Changes
14
+
15
+ - [#159176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159176)
16
+ [`8f1d77592a9dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8f1d77592a9dc) -
17
+ Bump adf-schema to 44.2.0
18
+
3
19
  ## 1.15.3
4
20
 
5
21
  ### Patch Changes
@@ -45,7 +45,8 @@ var MoreButton = exports.MoreButton = /*#__PURE__*/_react.default.memo(function
45
45
  css: (0, _platformFeatureFlags.fg)('platform-visual-refresh-icons') ? MoreIconStyle : _styles.triggerWrapperStyles
46
46
  }, (0, _react2.jsx)(_showMoreHorizontalEditorMore.default, {
47
47
  label: "",
48
- color: "currentColor"
48
+ color: "currentColor",
49
+ spacing: "compact"
49
50
  })),
50
51
  "aria-expanded": ariaExpanded,
51
52
  "aria-label": label,
@@ -38,7 +38,8 @@ export const MoreButton = /*#__PURE__*/React.memo(({
38
38
  css: fg('platform-visual-refresh-icons') ? MoreIconStyle : triggerWrapperStyles
39
39
  }, jsx(ShowMoreHorizontalIcon, {
40
40
  label: "",
41
- color: "currentColor"
41
+ color: "currentColor",
42
+ spacing: "compact"
42
43
  })),
43
44
  "aria-expanded": ariaExpanded,
44
45
  "aria-label": label,
@@ -37,7 +37,8 @@ export var MoreButton = /*#__PURE__*/React.memo(function (_ref) {
37
37
  css: fg('platform-visual-refresh-icons') ? MoreIconStyle : triggerWrapperStyles
38
38
  }, jsx(ShowMoreHorizontalIcon, {
39
39
  label: "",
40
- color: "currentColor"
40
+ color: "currentColor",
41
+ spacing: "compact"
41
42
  })),
42
43
  "aria-expanded": ariaExpanded,
43
44
  "aria-label": label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "1.15.3",
3
+ "version": "1.15.5",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^42.3.1",
35
- "@atlaskit/editor-common": "^94.0.0",
34
+ "@atlaskit/adf-schema": "^44.2.0",
35
+ "@atlaskit/editor-common": "^94.14.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
37
37
  "@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
38
38
  "@atlaskit/editor-prosemirror": "6.0.0",
39
- "@atlaskit/editor-shared-styles": "^3.0.0",
39
+ "@atlaskit/editor-shared-styles": "^3.2.0",
40
40
  "@atlaskit/editor-tables": "^2.8.0",
41
- "@atlaskit/icon": "^22.23.0",
41
+ "@atlaskit/icon": "^22.24.0",
42
42
  "@atlaskit/platform-feature-flags": "^0.3.0",
43
43
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
44
- "@atlaskit/tokens": "^2.0.0",
44
+ "@atlaskit/tokens": "^2.2.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@emotion/react": "^11.7.1",
47
47
  "react-intl-next": "npm:react-intl@^5.18.1"