@atlaskit/editor-core 224.0.5 → 224.1.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 +41 -0
- package/dist/cjs/composable-editor/core-editor.js +1 -3
- package/dist/cjs/composable-editor/editor-internal.js +2 -1
- package/dist/cjs/composable-editor/hooks/useMemoEditorProps.js +3 -2
- package/dist/cjs/presets/universal.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +12 -12
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +25 -27
- package/dist/cjs/ui/EditorContentContainer/styles/gapCursorStyles.js +2 -6
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +4 -3
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/core-editor.js +1 -2
- package/dist/es2019/composable-editor/editor-internal.js +2 -1
- package/dist/es2019/composable-editor/hooks/useMemoEditorProps.js +3 -2
- package/dist/es2019/presets/universal.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -7
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +19 -22
- package/dist/es2019/ui/EditorContentContainer/styles/gapCursorStyles.js +0 -6
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +4 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/core-editor.js +1 -3
- package/dist/esm/composable-editor/editor-internal.js +2 -1
- package/dist/esm/composable-editor/hooks/useMemoEditorProps.js +3 -2
- package/dist/esm/presets/universal.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +12 -12
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +27 -29
- package/dist/esm/ui/EditorContentContainer/styles/gapCursorStyles.js +1 -5
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +4 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/types/editor-appearance-component.d.ts +1 -0
- package/dist/types/types/editor-props.d.ts +7 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea-compiled.d.ts +1 -0
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea-emotion.d.ts +1 -0
- package/dist/types/ui/EditorContentContainer/EditorContentContainer-compiled.d.ts +1 -0
- package/dist/types/ui/EditorContentContainer/EditorContentContainer-emotion.d.ts +1 -0
- package/dist/types/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +0 -7
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "224.
|
|
3
|
+
"version": "224.1.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
44
44
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
|
-
"@atlaskit/button": "^25.
|
|
46
|
+
"@atlaskit/button": "^25.1.0",
|
|
47
47
|
"@atlaskit/css": "^1.0.0",
|
|
48
48
|
"@atlaskit/editor-json-transformer": "^9.4.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^3.2.0",
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
"@atlaskit/insm": "^2.0.0",
|
|
63
63
|
"@atlaskit/link": "^5.0.0",
|
|
64
64
|
"@atlaskit/media-card": "^81.6.0",
|
|
65
|
-
"@atlaskit/mention": "^27.
|
|
65
|
+
"@atlaskit/mention": "^27.18.0",
|
|
66
66
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
67
67
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
68
68
|
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
69
69
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
70
70
|
"@atlaskit/react-ufo": "^7.6.0",
|
|
71
71
|
"@atlaskit/task-decision": "^21.8.0",
|
|
72
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
72
|
+
"@atlaskit/tmp-editor-statsig": "^149.0.0",
|
|
73
73
|
"@atlaskit/tokens": "^16.7.0",
|
|
74
74
|
"@atlaskit/tooltip": "^24.0.0",
|
|
75
75
|
"@atlaskit/width-detector": "^7.0.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"uuid": "^3.1.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@atlaskit/editor-common": "^119.
|
|
90
|
+
"@atlaskit/editor-common": "^119.9.0",
|
|
91
91
|
"@atlaskit/link-provider": "^5.3.0",
|
|
92
92
|
"@atlaskit/media-core": "^38.0.0",
|
|
93
93
|
"react": "^18.2.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@af/editor-libra": "workspace:^",
|
|
99
99
|
"@af/suppress-react-warnings": "workspace:^",
|
|
100
100
|
"@af/visual-regression": "workspace:^",
|
|
101
|
-
"@atlaskit/adf-utils": "^20.
|
|
101
|
+
"@atlaskit/adf-utils": "^20.7.0",
|
|
102
102
|
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
103
103
|
"@atlaskit/code": "^19.0.0",
|
|
104
104
|
"@atlaskit/collab-provider": "^24.1.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@atlaskit/editor-plugin-paste": "^16.0.0",
|
|
109
109
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
110
110
|
"@atlaskit/link-provider": "^5.3.0",
|
|
111
|
-
"@atlaskit/linking-common": "^11.
|
|
111
|
+
"@atlaskit/linking-common": "^11.2.0",
|
|
112
112
|
"@atlaskit/logo": "^21.4.0",
|
|
113
113
|
"@atlaskit/media-core": "^38.0.0",
|
|
114
114
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
122
122
|
"@atlaskit/toggle": "^17.1.0",
|
|
123
123
|
"@atlaskit/util-data-test": "^19.1.0",
|
|
124
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
125
|
-
"@atlassian/a11y-playwright-testing": "^0.
|
|
124
|
+
"@atlassian/a11y-jest-testing": "^0.16.0",
|
|
125
|
+
"@atlassian/a11y-playwright-testing": "^0.11.0",
|
|
126
126
|
"@atlassian/adf-schema-json": "^1.35.0",
|
|
127
|
-
"@atlassian/editor-rovo-bridge": "^13.
|
|
127
|
+
"@atlassian/editor-rovo-bridge": "^13.1.0",
|
|
128
128
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
129
129
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
130
130
|
"@atlassian/search-client": "^2.12.0",
|