@atlaskit/editor-core 191.4.0 → 191.4.4
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 +13 -0
- package/dist/cjs/presets/default.js +14 -33
- package/dist/cjs/presets/universal.js +94 -304
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/presets/default.js +14 -35
- package/dist/es2019/presets/universal.js +101 -314
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/presets/default.js +14 -33
- package/dist/esm/presets/universal.js +94 -304
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/presets/default.d.ts +1403 -329
- package/dist/types-ts4.5/presets/default.d.ts +1740 -374
- package/package.json +5 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "191.4.
|
|
3
|
+
"version": "191.4.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
47
47
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
48
48
|
"@atlaskit/button": "^17.2.0",
|
|
49
|
-
"@atlaskit/editor-common": "^
|
|
49
|
+
"@atlaskit/editor-common": "^77.0.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
51
51
|
"@atlaskit/editor-plugin-alignment": "^0.1.0",
|
|
52
52
|
"@atlaskit/editor-plugin-analytics": "^0.4.0",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"@atlaskit/avatar": "^21.4.0",
|
|
162
162
|
"@atlaskit/checkbox": "^13.0.0",
|
|
163
163
|
"@atlaskit/code": "^15.1.0",
|
|
164
|
-
"@atlaskit/collab-provider": "9.22.
|
|
164
|
+
"@atlaskit/collab-provider": "9.22.1",
|
|
165
165
|
"@atlaskit/dropdown-menu": "^12.1.0",
|
|
166
166
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
167
167
|
"@atlaskit/editor-palette": "1.5.2",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
179
179
|
"@atlaskit/renderer": "^109.2.0",
|
|
180
180
|
"@atlaskit/select": "^17.0.3",
|
|
181
|
-
"@atlaskit/smart-card": "^26.
|
|
181
|
+
"@atlaskit/smart-card": "^26.45.0",
|
|
182
182
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
183
183
|
"@atlaskit/util-data-test": "^17.8.0",
|
|
184
184
|
"@atlaskit/visual-regression": "*",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@atlassian/editor-extension-link-create": "^1.2.0",
|
|
188
188
|
"@atlassian/feature-flags-test-utils": "^0.1.1",
|
|
189
189
|
"@atlassian/link-picker-plugins": "^24.0.0",
|
|
190
|
-
"@atlassian/search-provider": "2.4.
|
|
190
|
+
"@atlassian/search-provider": "2.4.12",
|
|
191
191
|
"@atlassian/ufo": "^0.2.0",
|
|
192
192
|
"@emotion/jest": "^11.8.0",
|
|
193
193
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -254,10 +254,6 @@
|
|
|
254
254
|
"type": "boolean",
|
|
255
255
|
"referenceOnly": "true"
|
|
256
256
|
},
|
|
257
|
-
"platform.editor.media.grouped-layout": {
|
|
258
|
-
"type": "boolean",
|
|
259
|
-
"referenceOnly": "true"
|
|
260
|
-
},
|
|
261
257
|
"platform.design-system-team.border-checkbox_nyoiu": {
|
|
262
258
|
"type": "boolean",
|
|
263
259
|
"referenceOnly": "true"
|