@atlaskit/editor-plugin-text-formatting 3.0.20 → 3.0.22
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,24 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-text-formatting
|
|
2
2
|
|
|
3
|
+
## 3.0.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.0.21
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`286abb4d35eba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/286abb4d35eba) -
|
|
14
|
+
[ux] [ED-28960] Finish full page primary toolbar migration
|
|
15
|
+
|
|
16
|
+
- Align with design update (separator, gap, height, icon size)
|
|
17
|
+
- Add keyboard shortcut to focus toolbar and arrow key navigation
|
|
18
|
+
- Address accessibility
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 3.0.20
|
|
4
23
|
|
|
5
24
|
### 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.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/editor-plugin-base": "^4.1.0",
|
|
38
38
|
"@atlaskit/editor-plugin-primary-toolbar": "^4.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-selection-toolbar": "^4.3.0",
|
|
40
|
-
"@atlaskit/editor-plugin-toolbar": "^0.
|
|
40
|
+
"@atlaskit/editor-plugin-toolbar": "^0.4.0",
|
|
41
41
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
42
42
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
43
43
|
"@atlaskit/editor-tables": "^2.9.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.
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^11.5.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.
|
|
56
|
+
"@atlaskit/editor-common": "^107.28.0",
|
|
57
57
|
"react": "^18.2.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|