@atlaskit/editor-plugin-text-formatting 3.0.20 → 3.0.21

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,18 @@
1
1
  # @atlaskit/editor-plugin-text-formatting
2
2
 
3
+ ## 3.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
8
+ [ux] [ED-28960] Finish full page primary toolbar migration
9
+
10
+ - Align with design update (separator, gap, height, icon size)
11
+ - Add keyboard shortcut to focus toolbar and arrow key navigation
12
+ - Address accessibility
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 3.0.20
4
17
 
5
18
  ### Patch Changes
@@ -84,7 +84,8 @@ var FormatButton = exports.FormatButton = function FormatButton(_ref2) {
84
84
  })
85
85
  }, /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarButton, {
86
86
  iconBefore: /*#__PURE__*/_react.default.createElement(Icon, {
87
- label: ariaLabel
87
+ label: ariaLabel,
88
+ size: "small"
88
89
  }),
89
90
  onClick: onClick,
90
91
  isSelected: isActive,
@@ -81,7 +81,8 @@ export const FormatButton = ({
81
81
  })
82
82
  }, /*#__PURE__*/React.createElement(ToolbarButton, {
83
83
  iconBefore: /*#__PURE__*/React.createElement(Icon, {
84
- label: ariaLabel
84
+ label: ariaLabel,
85
+ size: "small"
85
86
  }),
86
87
  onClick: onClick,
87
88
  isSelected: isActive,
@@ -77,7 +77,8 @@ export var FormatButton = function FormatButton(_ref2) {
77
77
  })
78
78
  }, /*#__PURE__*/React.createElement(ToolbarButton, {
79
79
  iconBefore: /*#__PURE__*/React.createElement(Icon, {
80
- label: ariaLabel
80
+ label: ariaLabel,
81
+ size: "small"
81
82
  }),
82
83
  onClick: onClick,
83
84
  isSelected: isActive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-formatting",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "Text-formatting plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,14 +46,14 @@
46
46
  "@atlaskit/icon": "^28.0.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
49
- "@atlaskit/tmp-editor-statsig": "^11.3.0",
49
+ "@atlaskit/tmp-editor-statsig": "^11.4.0",
50
50
  "@atlaskit/tokens": "^6.0.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1",
53
53
  "react-intl-next": "npm:react-intl@^5.18.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@atlaskit/editor-common": "^107.26.0",
56
+ "@atlaskit/editor-common": "^107.28.0",
57
57
  "react": "^18.2.0"
58
58
  },
59
59
  "devDependencies": {