@atlaskit/editor-core 203.8.0 → 203.10.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 +25 -0
- package/dist/cjs/composable-editor/editor-internal.js +1 -0
- package/dist/cjs/composable-editor/hooks/useProviders.js +7 -0
- package/dist/cjs/create-editor/ReactEditorViewNext.js +1 -0
- package/dist/cjs/presets/universal.js +2 -2
- package/dist/cjs/ui/Appearance/Chromeless.js +1 -0
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -0
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +1 -0
- package/dist/cjs/ui/ChromeCollapsed/styles.js +2 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/actions/index.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +1 -0
- package/dist/es2019/composable-editor/hooks/useProviders.js +7 -0
- package/dist/es2019/create-editor/ReactEditorViewNext.js +1 -0
- package/dist/es2019/presets/universal.js +1 -1
- package/dist/es2019/ui/Appearance/Chromeless.js +1 -0
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -0
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +1 -0
- package/dist/es2019/ui/ChromeCollapsed/styles.js +2 -0
- package/dist/es2019/utils/getNodesCount.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +1 -0
- package/dist/esm/composable-editor/hooks/useProviders.js +7 -0
- package/dist/esm/create-editor/ReactEditorViewNext.js +1 -0
- package/dist/esm/presets/universal.js +2 -2
- package/dist/esm/ui/Appearance/Chromeless.js +1 -0
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -0
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +1 -0
- package/dist/esm/ui/ChromeCollapsed/styles.js +2 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviders.d.ts +9 -5
- package/dist/types/create-editor/create-universal-preset.d.ts +46 -13
- package/dist/types/presets/default.d.ts +32 -6
- package/dist/types/presets/universal.d.ts +46 -13
- package/dist/types/presets/useUniversalPreset.d.ts +46 -13
- package/dist/types-ts4.5/composable-editor/hooks/useProviders.d.ts +9 -5
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +50 -13
- package/dist/types-ts4.5/presets/default.d.ts +36 -6
- package/dist/types-ts4.5/presets/universal.d.ts +50 -13
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +50 -13
- package/package.json +20 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "203.
|
|
3
|
+
"version": "203.10.0",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,19 +43,19 @@
|
|
|
43
43
|
"@atlaskit/analytics-next": "^10.2.0",
|
|
44
44
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
45
45
|
"@atlaskit/button": "^20.3.0",
|
|
46
|
-
"@atlaskit/editor-common": "^
|
|
46
|
+
"@atlaskit/editor-common": "^98.2.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.21.0",
|
|
48
|
-
"@atlaskit/editor-plugin-quick-insert": "1.8.
|
|
48
|
+
"@atlaskit/editor-plugin-quick-insert": "1.8.2",
|
|
49
49
|
"@atlaskit/editor-plugins": "^6.1.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
52
|
-
"@atlaskit/emoji": "^67.
|
|
53
|
-
"@atlaskit/icon": "^23.
|
|
52
|
+
"@atlaskit/emoji": "^67.12.0",
|
|
53
|
+
"@atlaskit/icon": "^23.2.0",
|
|
54
54
|
"@atlaskit/media-card": "^78.17.0",
|
|
55
|
-
"@atlaskit/mention": "^23.
|
|
55
|
+
"@atlaskit/mention": "^23.7.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.11.0",
|
|
58
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
58
|
+
"@atlaskit/tmp-editor-statsig": "^2.32.0",
|
|
59
59
|
"@atlaskit/tokens": "^2.5.0",
|
|
60
60
|
"@atlaskit/tooltip": "^19.0.0",
|
|
61
61
|
"@atlaskit/width-detector": "^4.3.0",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@af/visual-regression": "*",
|
|
84
84
|
"@atlaskit/adf-utils": "^19.14.0",
|
|
85
85
|
"@atlaskit/analytics-listeners": "^8.13.0",
|
|
86
|
-
"@atlaskit/collab-provider": "10.3.
|
|
87
|
-
"@atlaskit/editor-plugin-annotation": "1.26.
|
|
86
|
+
"@atlaskit/collab-provider": "10.3.3",
|
|
87
|
+
"@atlaskit/editor-plugin-annotation": "1.26.10",
|
|
88
88
|
"@atlaskit/editor-plugin-card": "^4.5.0",
|
|
89
89
|
"@atlaskit/editor-plugin-list": "^3.9.0",
|
|
90
90
|
"@atlaskit/editor-plugin-paste": "^2.0.0",
|
|
@@ -93,17 +93,17 @@
|
|
|
93
93
|
"@atlaskit/media-core": "^34.4.0",
|
|
94
94
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
95
95
|
"@atlaskit/media-test-helpers": "^34.7.0",
|
|
96
|
-
"@atlaskit/modal-dialog": "^12.
|
|
96
|
+
"@atlaskit/modal-dialog": "^12.19.0",
|
|
97
97
|
"@atlaskit/primitives": "^13.3.0",
|
|
98
98
|
"@atlaskit/renderer": "^112.8.0",
|
|
99
|
-
"@atlaskit/smart-card": "^
|
|
99
|
+
"@atlaskit/smart-card": "^34.0.0",
|
|
100
100
|
"@atlaskit/synchrony-test-helpers": "^3.0.0",
|
|
101
101
|
"@atlaskit/toggle": "^14.0.0",
|
|
102
102
|
"@atlaskit/util-data-test": "^17.13.0",
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
104
|
"@atlassian/adf-schema-json": "^1.22.0",
|
|
105
105
|
"@atlassian/feature-flags-test-utils": "*",
|
|
106
|
-
"@atlassian/search-provider": "3.0.
|
|
106
|
+
"@atlassian/search-provider": "3.0.20",
|
|
107
107
|
"@emotion/jest": "^11.8.0",
|
|
108
108
|
"@storybook/addon-knobs": "^6.4.0",
|
|
109
109
|
"@testing-library/react": "^12.1.5",
|
|
@@ -188,10 +188,6 @@
|
|
|
188
188
|
"platform_editor_react_18_plugin_slot": {
|
|
189
189
|
"type": "boolean"
|
|
190
190
|
},
|
|
191
|
-
"editor_code_block_wrapping_language_change_bug": {
|
|
192
|
-
"type": "boolean",
|
|
193
|
-
"referenceOnly": true
|
|
194
|
-
},
|
|
195
191
|
"platform_editor_disable_instrumented_plugin": {
|
|
196
192
|
"type": "boolean"
|
|
197
193
|
},
|
|
@@ -250,10 +246,6 @@
|
|
|
250
246
|
"type": "boolean",
|
|
251
247
|
"referenceOnly": true
|
|
252
248
|
},
|
|
253
|
-
"platform_editor_media_previewer_bugfix": {
|
|
254
|
-
"type": "boolean",
|
|
255
|
-
"referenceOnly": true
|
|
256
|
-
},
|
|
257
249
|
"platform_editor_media_interaction_improvements": {
|
|
258
250
|
"type:": "boolean",
|
|
259
251
|
"referenceOnly": true
|
|
@@ -262,10 +254,6 @@
|
|
|
262
254
|
"type": "boolean",
|
|
263
255
|
"referenceOnly": true
|
|
264
256
|
},
|
|
265
|
-
"platform_editor_element_dnd_nested_fix_patch_1": {
|
|
266
|
-
"type": "boolean",
|
|
267
|
-
"referenceOnly": true
|
|
268
|
-
},
|
|
269
257
|
"platform_editor_element_dnd_nested_fix_patch_2": {
|
|
270
258
|
"type": "boolean",
|
|
271
259
|
"referenceOnly": true
|
|
@@ -365,6 +353,10 @@
|
|
|
365
353
|
"type": "boolean",
|
|
366
354
|
"referenceOnly": true
|
|
367
355
|
},
|
|
356
|
+
"platform_editor_advanced_layouts_post_fix_patch_3": {
|
|
357
|
+
"type": "boolean",
|
|
358
|
+
"referenceOnly": true
|
|
359
|
+
},
|
|
368
360
|
"platform_editor_plugin_selection_marker_bugfix": {
|
|
369
361
|
"type": "boolean",
|
|
370
362
|
"referenceOnly": true
|
|
@@ -404,6 +396,10 @@
|
|
|
404
396
|
"platform_editor_fix_edit_caption_on_edge": {
|
|
405
397
|
"type": "boolean",
|
|
406
398
|
"referenceOnly": true
|
|
399
|
+
},
|
|
400
|
+
"platform_editor_mention_provider_via_plugin_config": {
|
|
401
|
+
"type": "boolean",
|
|
402
|
+
"referenceOnly": true
|
|
407
403
|
}
|
|
408
404
|
},
|
|
409
405
|
"stricter": {
|