@atlaskit/editor-plugin-text-formatting 6.0.3 → 6.0.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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-text-formatting
|
|
2
2
|
|
|
3
|
+
## 6.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2ca00c96d410c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2ca00c96d410c) -
|
|
8
|
+
update icons used for subscript and superscript
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 6.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.0.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -120,7 +120,8 @@ var ClearFormatMenuItem = exports.ClearFormatMenuItem = function ClearFormatMenu
|
|
|
120
120
|
};
|
|
121
121
|
return /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarDropdownItem, {
|
|
122
122
|
elemBefore: /*#__PURE__*/_react.default.createElement(_editorToolbar.ClearFormattingIcon, {
|
|
123
|
-
label: ""
|
|
123
|
+
label: "",
|
|
124
|
+
size: "small"
|
|
124
125
|
}),
|
|
125
126
|
elemAfter: shortcutContent && /*#__PURE__*/_react.default.createElement(_editorToolbar.ToolbarKeyboardShortcutHint, {
|
|
126
127
|
shortcut: shortcutContent
|
|
@@ -120,7 +120,8 @@ export const ClearFormatMenuItem = ({
|
|
|
120
120
|
};
|
|
121
121
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
122
122
|
elemBefore: /*#__PURE__*/React.createElement(ClearFormattingIcon, {
|
|
123
|
-
label: ""
|
|
123
|
+
label: "",
|
|
124
|
+
size: "small"
|
|
124
125
|
}),
|
|
125
126
|
elemAfter: shortcutContent && /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
126
127
|
shortcut: shortcutContent
|
|
@@ -113,7 +113,8 @@ export var ClearFormatMenuItem = function ClearFormatMenuItem(_ref3) {
|
|
|
113
113
|
};
|
|
114
114
|
return /*#__PURE__*/React.createElement(ToolbarDropdownItem, {
|
|
115
115
|
elemBefore: /*#__PURE__*/React.createElement(ClearFormattingIcon, {
|
|
116
|
-
label: ""
|
|
116
|
+
label: "",
|
|
117
|
+
size: "small"
|
|
117
118
|
}),
|
|
118
119
|
elemAfter: shortcutContent && /*#__PURE__*/React.createElement(ToolbarKeyboardShortcutHint, {
|
|
119
120
|
shortcut: shortcutContent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-formatting",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.5",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
39
39
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
40
40
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
41
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
41
|
+
"@atlaskit/editor-toolbar": "^0.11.0",
|
|
42
42
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
43
43
|
"@atlaskit/icon": "^28.3.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/prosemirror-input-rules": "^3.4.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
46
|
+
"@atlaskit/tmp-editor-statsig": "^13.0.0",
|
|
47
47
|
"@atlaskit/tokens": "^6.4.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@emotion/react": "^11.7.1",
|