@atlaskit/editor-plugin-text-formatting 6.1.10 → 6.1.12
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
|
@@ -66,6 +66,7 @@ var getTextFormattingState = function getTextFormattingState(editorState, editor
|
|
|
66
66
|
}), 'subscript'], [subsup === null || subsup === void 0 ? void 0 : subsup.create({
|
|
67
67
|
type: 'sup'
|
|
68
68
|
}), 'superscript']]
|
|
69
|
+
|
|
69
70
|
// @ts-ignore - Workaround for help-center local consumption
|
|
70
71
|
.filter(function (_ref) {
|
|
71
72
|
var _ref2 = (0, _slicedToArray2.default)(_ref, 1),
|
|
@@ -56,6 +56,7 @@ const getTextFormattingState = (editorState, editorAnalyticsAPI) => {
|
|
|
56
56
|
}), 'subscript'], [subsup === null || subsup === void 0 ? void 0 : subsup.create({
|
|
57
57
|
type: 'sup'
|
|
58
58
|
}), 'superscript']]
|
|
59
|
+
|
|
59
60
|
// @ts-ignore - Workaround for help-center local consumption
|
|
60
61
|
.filter(([mark]) => mark);
|
|
61
62
|
const marksToName = new Map(marks);
|
|
@@ -59,6 +59,7 @@ var getTextFormattingState = function getTextFormattingState(editorState, editor
|
|
|
59
59
|
}), 'subscript'], [subsup === null || subsup === void 0 ? void 0 : subsup.create({
|
|
60
60
|
type: 'sup'
|
|
61
61
|
}), 'superscript']]
|
|
62
|
+
|
|
62
63
|
// @ts-ignore - Workaround for help-center local consumption
|
|
63
64
|
.filter(function (_ref) {
|
|
64
65
|
var _ref2 = _slicedToArray(_ref, 1),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-formatting",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.12",
|
|
4
4
|
"description": "Text-formatting plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,25 +38,22 @@
|
|
|
38
38
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
39
39
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
40
40
|
"@atlaskit/editor-tables": "^2.9.0",
|
|
41
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
41
|
+
"@atlaskit/editor-toolbar": "^0.18.0",
|
|
42
42
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
43
43
|
"@atlaskit/icon": "^29.0.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
-
"@atlaskit/tokens": "^8.
|
|
46
|
+
"@atlaskit/tmp-editor-statsig": "^14.1.0",
|
|
47
|
+
"@atlaskit/tokens": "^8.4.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@emotion/react": "^11.7.1",
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^110.
|
|
53
|
+
"@atlaskit/editor-common": "^110.36.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@atlaskit/editor-plugin-composition": "^5.0.0",
|
|
58
|
-
"@atlaskit/editor-plugin-decorations": "^6.1.0",
|
|
59
|
-
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
60
57
|
"@testing-library/react": "^13.4.0"
|
|
61
58
|
},
|
|
62
59
|
"techstack": {
|