@atlaskit/editor-core 193.3.4 → 193.4.0
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 +16 -0
- package/dist/cjs/presets/universal.js +2 -1
- package/dist/cjs/ui/ContentStyles/extension.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/presets/universal.js +2 -1
- package/dist/es2019/ui/ContentStyles/extension.js +14 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/presets/universal.js +2 -1
- package/dist/esm/ui/ContentStyles/extension.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +19 -11
- package/dist/types/presets/default.d.ts +8 -8
- package/dist/types/presets/universal.d.ts +19 -11
- package/dist/types/presets/useUniversalPreset.d.ts +19 -11
- package/dist/types/ui/Addon/Dropdown/index.d.ts +1 -0
- package/dist/types/ui/ErrorBoundary/index.d.ts +1 -0
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +21 -10
- package/dist/types-ts4.5/presets/default.d.ts +8 -8
- package/dist/types-ts4.5/presets/universal.d.ts +21 -10
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +21 -10
- package/dist/types-ts4.5/ui/Addon/Dropdown/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/ErrorBoundary/index.d.ts +1 -0
- package/package.json +17 -9
|
@@ -5,6 +5,7 @@ type ErrorCrashPayload = Extract<ErrorEventPayload, {
|
|
|
5
5
|
action: ACTION.EDITOR_CRASHED;
|
|
6
6
|
}>;
|
|
7
7
|
interface ErrorBoundaryProps {
|
|
8
|
+
children?: React.ReactNode;
|
|
8
9
|
component: ErrorCrashPayload['actionSubject'];
|
|
9
10
|
componentId?: ErrorCrashPayload['actionSubjectId'];
|
|
10
11
|
dispatchAnalyticsEvent?: DispatchAnalyticsEvent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.
|
|
3
|
+
"version": "193.4.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
47
|
"@atlaskit/button": "^17.7.0",
|
|
48
|
-
"@atlaskit/editor-common": "^78.
|
|
48
|
+
"@atlaskit/editor-common": "^78.16.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
50
|
-
"@atlaskit/editor-plugins": "^1.
|
|
50
|
+
"@atlaskit/editor-plugins": "^1.8.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "3.0.0",
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^2.9.0",
|
|
53
53
|
"@atlaskit/emoji": "^67.6.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/spinner": "^16.0.0",
|
|
59
59
|
"@atlaskit/task-decision": "^17.9.0",
|
|
60
60
|
"@atlaskit/theme": "^12.6.0",
|
|
61
|
-
"@atlaskit/tokens": "^1.
|
|
61
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
62
62
|
"@atlaskit/tooltip": "^18.1.0",
|
|
63
63
|
"@atlaskit/ufo": "^0.2.0",
|
|
64
64
|
"@atlaskit/width-detector": "^4.1.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@atlaskit/checkbox": "^13.1.0",
|
|
90
90
|
"@atlaskit/collab-provider": "9.25.11",
|
|
91
91
|
"@atlaskit/dropdown-menu": "^12.8.0",
|
|
92
|
-
"@atlaskit/editor-plugin-annotation": "1.
|
|
92
|
+
"@atlaskit/editor-plugin-annotation": "1.4.0",
|
|
93
93
|
"@atlaskit/editor-plugin-card": "^1.2.0",
|
|
94
94
|
"@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
|
|
95
95
|
"@atlaskit/editor-plugin-list": "^3.1.5",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
104
104
|
"@atlaskit/media-test-helpers": "^33.0.27",
|
|
105
105
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
106
|
-
"@atlaskit/primitives": "^
|
|
107
|
-
"@atlaskit/renderer": "^109.
|
|
106
|
+
"@atlaskit/primitives": "^5.1.0",
|
|
107
|
+
"@atlaskit/renderer": "^109.10.0",
|
|
108
108
|
"@atlaskit/select": "^17.3.0",
|
|
109
|
-
"@atlaskit/smart-card": "^26.
|
|
109
|
+
"@atlaskit/smart-card": "^26.50.0",
|
|
110
110
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
111
111
|
"@atlaskit/util-data-test": "^17.9.0",
|
|
112
112
|
"@atlaskit/visual-regression": "*",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
115
115
|
"@atlassian/feature-flags-test-utils": "^0.2.0",
|
|
116
116
|
"@atlassian/link-picker-plugins": "^24.0.0",
|
|
117
|
-
"@atlassian/search-provider": "2.4.
|
|
117
|
+
"@atlassian/search-provider": "2.4.38",
|
|
118
118
|
"@atlassian/ufo": "^0.2.0",
|
|
119
119
|
"@emotion/jest": "^11.8.0",
|
|
120
120
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
"type": "boolean",
|
|
180
180
|
"referenceOnly": "true"
|
|
181
181
|
},
|
|
182
|
+
"platform.editor.table.drag-move-options-logic-update_fp7xw": {
|
|
183
|
+
"type": "boolean",
|
|
184
|
+
"referenceOnly": "true"
|
|
185
|
+
},
|
|
182
186
|
"platform.editor.media.inline-image.renderer-preview-support_3w1ju": {
|
|
183
187
|
"type": "boolean",
|
|
184
188
|
"referenceOnly": "true"
|
|
@@ -231,6 +235,10 @@
|
|
|
231
235
|
"platform.editor.allow-list-in-blockquote": {
|
|
232
236
|
"type": "boolean"
|
|
233
237
|
},
|
|
238
|
+
"platform.linking-platform.datasource-word_wrap": {
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"referenceOnly": "true"
|
|
241
|
+
},
|
|
234
242
|
"platform.editor.media.fix-copy-paste-excel_62g4s": {
|
|
235
243
|
"type": "boolean",
|
|
236
244
|
"referenceOnly": "true"
|