@atlaskit/editor-plugin-text-formatting 1.15.4 → 1.15.6

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,19 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 1.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.15.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#161245](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161245)
14
+ [`a4f0ead84f4b7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a4f0ead84f4b7) -
15
+ increase spacing on more formattin toolbar button
16
+
3
17
  ## 1.15.4
4
18
 
5
19
  ### 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.4",
3
+ "version": "1.15.6",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^44.2.0",
35
- "@atlaskit/editor-common": "^94.9.0",
35
+ "@atlaskit/editor-common": "^95.0.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.1.0",
39
+ "@atlaskit/editor-shared-styles": "^3.2.0",
40
40
  "@atlaskit/editor-tables": "^2.8.0",
41
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.3.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"