@atlaskit/editor-core 191.4.3 → 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 +7 -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 +4 -4
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",
|
|
@@ -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",
|