@atlaskit/editor-core 194.3.4 → 194.3.6
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 +9 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +11 -11
- package/dist/types/presets/default.d.ts +6 -6
- package/dist/types/presets/universal.d.ts +11 -11
- package/dist/types/presets/useUniversalPreset.d.ts +11 -11
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +11 -11
- package/dist/types-ts4.5/presets/default.d.ts +6 -6
- package/dist/types-ts4.5/presets/universal.d.ts +11 -11
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +11 -11
- package/package.json +14 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "194.3.
|
|
3
|
+
"version": "194.3.6",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@atlaskit/analytics-namespaced-context": "^6.10.0",
|
|
45
45
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
|
-
"@atlaskit/button": "^
|
|
48
|
-
"@atlaskit/editor-common": "^86.
|
|
47
|
+
"@atlaskit/button": "^19.0.0",
|
|
48
|
+
"@atlaskit/editor-common": "^86.2.0",
|
|
49
49
|
"@atlaskit/editor-plugins": "^3.4.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/spinner": "^16.2.0",
|
|
58
58
|
"@atlaskit/task-decision": "^17.10.0",
|
|
59
59
|
"@atlaskit/theme": "^12.11.0",
|
|
60
|
-
"@atlaskit/tokens": "^1.
|
|
60
|
+
"@atlaskit/tokens": "^1.56.0",
|
|
61
61
|
"@atlaskit/tooltip": "^18.5.0",
|
|
62
62
|
"@atlaskit/width-detector": "^4.2.0",
|
|
63
63
|
"@babel/runtime": "^7.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@af/editor-examples-helpers": "0.0.
|
|
83
|
+
"@af/editor-examples-helpers": "0.0.18",
|
|
84
84
|
"@af/editor-libra": "*",
|
|
85
85
|
"@af/visual-regression": "*",
|
|
86
86
|
"@atlaskit/adf-utils": "^19.4.0",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@atlaskit/logo": "^14.1.0",
|
|
98
98
|
"@atlaskit/media-core": "^34.2.0",
|
|
99
99
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
100
|
-
"@atlaskit/media-test-helpers": "^
|
|
100
|
+
"@atlaskit/media-test-helpers": "^34.0.0",
|
|
101
101
|
"@atlaskit/modal-dialog": "^12.14.0",
|
|
102
102
|
"@atlaskit/primitives": "^11.0.0",
|
|
103
103
|
"@atlaskit/renderer": "^109.42.0",
|
|
@@ -145,6 +145,10 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"platform-feature-flags": {
|
|
148
|
+
"annotations_defensive_node_name_calculations": {
|
|
149
|
+
"type": "boolean",
|
|
150
|
+
"referenceOnly": "true"
|
|
151
|
+
},
|
|
148
152
|
"platform.linking-platform.enable-datasource-edit-dropdown-toolbar": {
|
|
149
153
|
"type": "boolean",
|
|
150
154
|
"referenceOnly": "true"
|
|
@@ -229,10 +233,6 @@
|
|
|
229
233
|
"type": "boolean",
|
|
230
234
|
"referenceOnly": "true"
|
|
231
235
|
},
|
|
232
|
-
"platform.editor.extractlistfromparagraphv2": {
|
|
233
|
-
"type": "boolean",
|
|
234
|
-
"referenceOnly": "true"
|
|
235
|
-
},
|
|
236
236
|
"platform.editor.card.inject-settings-button": {
|
|
237
237
|
"type": "boolean",
|
|
238
238
|
"referenceOnly": "true"
|
|
@@ -328,6 +328,10 @@
|
|
|
328
328
|
"react_18_tasks_and_decisions_concurrent_mode": {
|
|
329
329
|
"type": "boolean",
|
|
330
330
|
"referenceOnly": true
|
|
331
|
+
},
|
|
332
|
+
"linking-platform-contenteditable-false-live-view": {
|
|
333
|
+
"type": "boolean",
|
|
334
|
+
"referenceOnly": true
|
|
331
335
|
}
|
|
332
336
|
},
|
|
333
337
|
"stricter": {
|