@atlaskit/editor-core 209.1.11 → 209.2.1
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 +22 -0
- package/dist/cjs/presets/universal.js +2 -3
- package/dist/cjs/ui/ContentStyles/index.js +5 -4
- package/dist/cjs/ui/ContentStyles/layout.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/emoji.js +22 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/presets/universal.js +2 -3
- package/dist/es2019/ui/ContentStyles/index.js +24 -1
- package/dist/es2019/ui/ContentStyles/layout.js +1 -2
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/emoji.js +31 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/presets/universal.js +2 -3
- package/dist/esm/ui/ContentStyles/index.js +5 -4
- package/dist/esm/ui/ContentStyles/layout.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/emoji.js +21 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +121 -121
- package/dist/types/presets/universal.d.ts +124 -133
- package/dist/types/presets/useUniversalPreset.d.ts +121 -121
- package/dist/types/ui/EditorContentContainer/styles/emoji.d.ts +1 -0
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +121 -121
- package/dist/types-ts4.5/presets/universal.d.ts +124 -133
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +121 -121
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/emoji.d.ts +1 -0
- package/package.json +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "209.1
|
|
3
|
+
"version": "209.2.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,20 +48,20 @@
|
|
|
48
48
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
50
50
|
"@atlaskit/editor-plugin-quick-insert": "^3.0.0",
|
|
51
|
-
"@atlaskit/editor-plugin-user-preferences": "^1.
|
|
51
|
+
"@atlaskit/editor-plugin-user-preferences": "^1.2.0",
|
|
52
52
|
"@atlaskit/editor-plugins": "^10.0.0",
|
|
53
53
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
54
54
|
"@atlaskit/editor-shared-styles": "^3.5.0",
|
|
55
55
|
"@atlaskit/emoji": "^69.3.0",
|
|
56
|
-
"@atlaskit/icon": "^27.
|
|
56
|
+
"@atlaskit/icon": "^27.6.0",
|
|
57
57
|
"@atlaskit/link": "^3.2.0",
|
|
58
58
|
"@atlaskit/media-card": "^79.4.0",
|
|
59
59
|
"@atlaskit/mention": "^24.2.0",
|
|
60
60
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
62
|
-
"@atlaskit/react-ufo": "^4.
|
|
62
|
+
"@atlaskit/react-ufo": "^4.1.0",
|
|
63
63
|
"@atlaskit/task-decision": "^19.2.0",
|
|
64
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
64
|
+
"@atlaskit/tmp-editor-statsig": "^9.9.0",
|
|
65
65
|
"@atlaskit/tokens": "^5.6.0",
|
|
66
66
|
"@atlaskit/tooltip": "^20.3.0",
|
|
67
67
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"uuid": "^3.1.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@atlaskit/editor-common": "^107.
|
|
81
|
+
"@atlaskit/editor-common": "^107.9.0",
|
|
82
82
|
"@atlaskit/link-provider": "^3.4.0",
|
|
83
83
|
"@atlaskit/media-core": "^37.0.0",
|
|
84
84
|
"react": "^18.2.0",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"@atlaskit/adf-utils": "^19.20.0",
|
|
92
92
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
93
93
|
"@atlaskit/collab-provider": "^11.0.0",
|
|
94
|
-
"@atlaskit/editor-plugin-annotation": "^3.
|
|
95
|
-
"@atlaskit/editor-plugin-card": "^7.
|
|
96
|
-
"@atlaskit/editor-plugin-list": "^5.
|
|
97
|
-
"@atlaskit/editor-plugin-paste": "^4.
|
|
94
|
+
"@atlaskit/editor-plugin-annotation": "^3.1.0",
|
|
95
|
+
"@atlaskit/editor-plugin-card": "^7.1.0",
|
|
96
|
+
"@atlaskit/editor-plugin-list": "^5.1.0",
|
|
97
|
+
"@atlaskit/editor-plugin-paste": "^4.1.0",
|
|
98
98
|
"@atlaskit/link-provider": "^3.4.0",
|
|
99
99
|
"@atlaskit/logo": "^19.5.0",
|
|
100
100
|
"@atlaskit/media-core": "^37.0.0",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
104
104
|
"@atlaskit/primitives": "^14.10.0",
|
|
105
105
|
"@atlaskit/renderer": "^120.1.0",
|
|
106
|
-
"@atlaskit/section-message": "^8.
|
|
107
|
-
"@atlaskit/smart-card": "^40.
|
|
106
|
+
"@atlaskit/section-message": "^8.3.0",
|
|
107
|
+
"@atlaskit/smart-card": "^40.5.0",
|
|
108
108
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
109
109
|
"@atlaskit/toggle": "^15.0.0",
|
|
110
110
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
@@ -576,6 +576,9 @@
|
|
|
576
576
|
"platform_editor_task_check_status_fix": {
|
|
577
577
|
"type": "boolean",
|
|
578
578
|
"referenceOnly": true
|
|
579
|
+
},
|
|
580
|
+
"platform_editor_fix_emoji_style_selectors": {
|
|
581
|
+
"type": "boolean"
|
|
579
582
|
}
|
|
580
583
|
},
|
|
581
584
|
"stricter": {
|