@atlaskit/editor-core 221.16.4 → 221.17.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 +23 -0
- package/dist/cjs/composable-editor/editor-internal-compiled.js +1 -1
- package/dist/cjs/ui/Addon/ClickAreaBlock/clickAreaBlock-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/Chromeless-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/Comment-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/FixedToolbar-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/StickyToolbar-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPage-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/MainToolbar-compiled.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/MainToolbarWrapper-compiled.js +1 -1
- package/dist/cjs/ui/ChromeCollapsed/ChromeCollapsed-compiled.js +1 -1
- package/dist/cjs/ui/ContextPanel/index-compiled.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +4 -4
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -4
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +5 -11
- package/dist/cjs/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +2 -2
- package/dist/cjs/ui/EditorContentContainer/styles/paragraphStyles.js +1 -43
- package/dist/cjs/ui/EditorContentContainer/styles/syncBlockInteractiveCursorStyles.js +8 -4
- package/dist/cjs/ui/EditorContentContainer/styles/tableStyles.js +78 -1
- package/dist/cjs/ui/PluginSlot/PluginSlot-compiled.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarComponentsWrapper-compiled.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarPortal.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarSizeDetectorWrapper-compiled.js +1 -1
- package/dist/cjs/ui/WithFlash/withFlash-compiled.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal-compiled.js +1 -1
- package/dist/es2019/ui/Addon/ClickAreaBlock/clickAreaBlock-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/Chromeless-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/FixedToolbar-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/StickyToolbar-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPage-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/MainToolbar-compiled.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/MainToolbarWrapper-compiled.js +1 -1
- package/dist/es2019/ui/ChromeCollapsed/ChromeCollapsed-compiled.js +1 -1
- package/dist/es2019/ui/ContextPanel/index-compiled.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +4 -4
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +8 -6
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +7 -13
- package/dist/es2019/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +2 -2
- package/dist/es2019/ui/EditorContentContainer/styles/paragraphStyles.js +0 -42
- package/dist/es2019/ui/EditorContentContainer/styles/syncBlockInteractiveCursorStyles.js +10 -5
- package/dist/es2019/ui/EditorContentContainer/styles/tableStyles.js +96 -1
- package/dist/es2019/ui/PluginSlot/PluginSlot-compiled.js +1 -1
- package/dist/es2019/ui/Toolbar/ToolbarComponentsWrapper-compiled.js +1 -1
- package/dist/es2019/ui/Toolbar/ToolbarPortal.js +1 -1
- package/dist/es2019/ui/Toolbar/ToolbarSizeDetectorWrapper-compiled.js +1 -1
- package/dist/es2019/ui/WithFlash/withFlash-compiled.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal-compiled.js +1 -1
- package/dist/esm/ui/Addon/ClickAreaBlock/clickAreaBlock-compiled.js +1 -1
- package/dist/esm/ui/Appearance/Chromeless-compiled.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment-compiled.js +1 -1
- package/dist/esm/ui/Appearance/Comment/FixedToolbar-compiled.js +1 -1
- package/dist/esm/ui/Appearance/Comment/StickyToolbar-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPage-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/MainToolbar-compiled.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/MainToolbarWrapper-compiled.js +1 -1
- package/dist/esm/ui/ChromeCollapsed/ChromeCollapsed-compiled.js +1 -1
- package/dist/esm/ui/ContextPanel/index-compiled.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +4 -4
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +8 -6
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +7 -13
- package/dist/esm/ui/EditorContentContainer/styles/editorUGCTokenStyles.js +2 -2
- package/dist/esm/ui/EditorContentContainer/styles/paragraphStyles.js +0 -42
- package/dist/esm/ui/EditorContentContainer/styles/syncBlockInteractiveCursorStyles.js +9 -6
- package/dist/esm/ui/EditorContentContainer/styles/tableStyles.js +78 -1
- package/dist/esm/ui/PluginSlot/PluginSlot-compiled.js +1 -1
- package/dist/esm/ui/Toolbar/ToolbarComponentsWrapper-compiled.js +1 -1
- package/dist/esm/ui/Toolbar/ToolbarPortal.js +1 -1
- package/dist/esm/ui/Toolbar/ToolbarSizeDetectorWrapper-compiled.js +1 -1
- package/dist/esm/ui/WithFlash/withFlash-compiled.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +2 -2
- package/dist/types/ui/EditorContentContainer/styles/paragraphStyles.d.ts +0 -14
- package/dist/types/ui/EditorContentContainer/styles/syncBlockInteractiveCursorStyles.d.ts +5 -3
- package/dist/types/ui/EditorContentContainer/styles/tableStyles.d.ts +11 -0
- package/package.json +23 -27
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ToolbarComponentsWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* ToolbarComponentsWrapper-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
/**
|
|
3
3
|
* Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
4
4
|
* Used via `componentWithCondition` in `ToolbarInner.tsx`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ToolbarSizeDetectorWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* ToolbarSizeDetectorWrapper-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
/**
|
|
3
3
|
* Compiled branch of the `platform_editor_core_non_ecc_static_css` experiment.
|
|
4
4
|
* Used via `componentWithCondition` in `ToolbarWithSizeDetector.tsx`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* withFlash-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* withFlash-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
2
|
/**
|
|
3
|
-
* Use when
|
|
3
|
+
* Use when the following is not enabled:
|
|
4
4
|
* - fg('atlas_editor_typography_refreshed')
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
@@ -11,7 +11,7 @@ import type { SerializedStyles } from '@emotion/react';
|
|
|
11
11
|
*/
|
|
12
12
|
export declare const editorUGCTokensModernized: SerializedStyles;
|
|
13
13
|
/**
|
|
14
|
-
* Use when
|
|
14
|
+
* Use when the following is enabled:
|
|
15
15
|
* - fg('atlas_editor_typography_refreshed')
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
@@ -6,13 +6,6 @@ import type { SerializedStyles } from '@emotion/react';
|
|
|
6
6
|
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
7
7
|
*/
|
|
8
8
|
export declare const paragraphStylesWithScaledMargin: SerializedStyles;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
11
|
-
* If you need to make changes here, also update the corresponding style in
|
|
12
|
-
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
13
|
-
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
14
|
-
*/
|
|
15
|
-
export declare const paragraphStylesOldWithScaledMargin: SerializedStyles;
|
|
16
9
|
/**
|
|
17
10
|
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
18
11
|
* If you need to make changes here, also update the corresponding style in
|
|
@@ -27,10 +20,3 @@ export declare const paragraphStylesUGCRefreshed: SerializedStyles;
|
|
|
27
20
|
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
28
21
|
*/
|
|
29
22
|
export declare const paragraphStylesUGCModernized: SerializedStyles;
|
|
30
|
-
/**
|
|
31
|
-
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
32
|
-
* If you need to make changes here, also update the corresponding style in
|
|
33
|
-
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
34
|
-
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
|
-
*/
|
|
36
|
-
export declare const paragraphStylesOld: SerializedStyles;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import type { SerializedStyles } from '@emotion/react';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
3
|
+
* Styles for the synced block activation experience:
|
|
4
|
+
* - Interactive elements show a pointer cursor rather than inheriting the
|
|
5
|
+
* selectable content's text cursor.
|
|
6
|
+
* - Border labels can show substantially more reference-title text without
|
|
7
|
+
* overflowing narrow synced blocks.
|
|
6
8
|
*
|
|
7
9
|
* Kept as the sole export of this file, and separate from
|
|
8
10
|
* syncBlockTextSelectionStyles, so it can be gated behind the
|
|
@@ -34,6 +34,17 @@ export declare const tableCommentEditorStyles: SerializedStyles;
|
|
|
34
34
|
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
35
35
|
*/
|
|
36
36
|
export declare const tableContainerStyles: SerializedStyles;
|
|
37
|
+
/**
|
|
38
|
+
* SSR-safe foreground overflow shadows driven by the table wrapper's horizontal scroll timeline.
|
|
39
|
+
* The overlays are siblings of the scrollport, so they stay anchored to its edges without
|
|
40
|
+
* modifying table-cell surfaces or interaction overlays.
|
|
41
|
+
*
|
|
42
|
+
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
43
|
+
* If you need to make changes here, also update the corresponding style in
|
|
44
|
+
* packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
|
|
45
|
+
* See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
|
|
46
|
+
*/
|
|
47
|
+
export declare const tableScrollInlineShadowStyles: SerializedStyles;
|
|
37
48
|
/**
|
|
38
49
|
* @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
|
|
39
50
|
* If you need to make changes here, also update the corresponding style in
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "221.
|
|
3
|
+
"version": "221.17.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,24 +38,24 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/activity-provider": "^3.0.0",
|
|
41
|
-
"@atlaskit/adf-schema": "^56.
|
|
41
|
+
"@atlaskit/adf-schema": "^56.4.0",
|
|
42
42
|
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.200.0",
|
|
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
46
|
"@atlaskit/button": "^24.3.0",
|
|
47
47
|
"@atlaskit/css": "^1.0.0",
|
|
48
|
-
"@atlaskit/editor-json-transformer": "^9.
|
|
49
|
-
"@atlaskit/editor-performance-metrics": "^3.
|
|
50
|
-
"@atlaskit/editor-plugin-connectivity": "^12.
|
|
51
|
-
"@atlaskit/editor-plugin-quick-insert": "^12.
|
|
52
|
-
"@atlaskit/editor-plugin-user-preferences": "^10.
|
|
53
|
-
"@atlaskit/editor-plugins": "^14.
|
|
48
|
+
"@atlaskit/editor-json-transformer": "^9.2.0",
|
|
49
|
+
"@atlaskit/editor-performance-metrics": "^3.2.0",
|
|
50
|
+
"@atlaskit/editor-plugin-connectivity": "^12.1.0",
|
|
51
|
+
"@atlaskit/editor-plugin-quick-insert": "^12.1.0",
|
|
52
|
+
"@atlaskit/editor-plugin-user-preferences": "^10.1.0",
|
|
53
|
+
"@atlaskit/editor-plugins": "^14.3.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "^8.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^4.0.0",
|
|
56
|
-
"@atlaskit/editor-ssr-renderer": "^7.
|
|
57
|
-
"@atlaskit/editor-toolbar": "^2.
|
|
58
|
-
"@atlaskit/editor-toolbar-model": "^1.
|
|
56
|
+
"@atlaskit/editor-ssr-renderer": "^7.2.0",
|
|
57
|
+
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
58
|
+
"@atlaskit/editor-toolbar-model": "^1.2.0",
|
|
59
59
|
"@atlaskit/emoji": "^71.15.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
61
61
|
"@atlaskit/icon": "^37.2.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
68
68
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
69
69
|
"@atlaskit/task-decision": "^21.8.0",
|
|
70
|
-
"@atlaskit/tmp-editor-statsig": "^135.
|
|
70
|
+
"@atlaskit/tmp-editor-statsig": "^135.10.0",
|
|
71
71
|
"@atlaskit/tokens": "^16.3.0",
|
|
72
72
|
"@atlaskit/tooltip": "^24.0.0",
|
|
73
73
|
"@atlaskit/width-detector": "^6.2.0",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"uuid": "^3.1.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@atlaskit/editor-common": "^116.
|
|
89
|
-
"@atlaskit/link-provider": "^5.
|
|
88
|
+
"@atlaskit/editor-common": "^116.48.0",
|
|
89
|
+
"@atlaskit/link-provider": "^5.3.0",
|
|
90
90
|
"@atlaskit/media-core": "^38.0.0",
|
|
91
91
|
"react": "^18.2.0",
|
|
92
92
|
"react-dom": "^18.2.0",
|
|
@@ -96,23 +96,23 @@
|
|
|
96
96
|
"@af/editor-libra": "workspace:^",
|
|
97
97
|
"@af/suppress-react-warnings": "workspace:^",
|
|
98
98
|
"@af/visual-regression": "workspace:^",
|
|
99
|
-
"@atlaskit/adf-utils": "^20.
|
|
99
|
+
"@atlaskit/adf-utils": "^20.4.0",
|
|
100
100
|
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
101
101
|
"@atlaskit/code": "^18.2.0",
|
|
102
102
|
"@atlaskit/collab-provider": "^21.2.0",
|
|
103
|
-
"@atlaskit/editor-plugin-annotation": "^12.
|
|
104
|
-
"@atlaskit/editor-plugin-card": "^18.
|
|
105
|
-
"@atlaskit/editor-plugin-list": "^14.
|
|
106
|
-
"@atlaskit/editor-plugin-paste": "^13.
|
|
103
|
+
"@atlaskit/editor-plugin-annotation": "^12.1.0",
|
|
104
|
+
"@atlaskit/editor-plugin-card": "^18.3.0",
|
|
105
|
+
"@atlaskit/editor-plugin-list": "^14.2.0",
|
|
106
|
+
"@atlaskit/editor-plugin-paste": "^13.5.0",
|
|
107
107
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
108
|
-
"@atlaskit/link-provider": "^5.
|
|
108
|
+
"@atlaskit/link-provider": "^5.3.0",
|
|
109
109
|
"@atlaskit/linking-common": "^11.0.0",
|
|
110
110
|
"@atlaskit/logo": "^21.4.0",
|
|
111
111
|
"@atlaskit/media-core": "^38.0.0",
|
|
112
112
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
113
113
|
"@atlaskit/media-test-helpers": "^42.2.0",
|
|
114
114
|
"@atlaskit/modal-dialog": "^16.2.0",
|
|
115
|
-
"@atlaskit/popper": "^8.
|
|
115
|
+
"@atlaskit/popper": "^8.5.0",
|
|
116
116
|
"@atlaskit/portal": "^6.1.0",
|
|
117
117
|
"@atlaskit/renderer": "^133.17.0",
|
|
118
118
|
"@atlaskit/section-message": "^9.2.0",
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
123
123
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
124
124
|
"@atlassian/adf-schema-json": "^1.33.0",
|
|
125
|
-
"@atlassian/editor-rovo-bridge": "^10.
|
|
125
|
+
"@atlassian/editor-rovo-bridge": "^10.17.0",
|
|
126
126
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
127
|
-
"@atlassian/search-client": "^2.
|
|
127
|
+
"@atlassian/search-client": "^2.10.0",
|
|
128
128
|
"@atlassian/search-provider": "^13.1.0",
|
|
129
129
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
130
130
|
"@atlassian/user-profile-card": "^1.26.0",
|
|
@@ -197,10 +197,6 @@
|
|
|
197
197
|
"platform_editor_toolbar_responsive_fixes": {
|
|
198
198
|
"type": "boolean"
|
|
199
199
|
},
|
|
200
|
-
"platform_editor_typography_ugc": {
|
|
201
|
-
"type": "boolean",
|
|
202
|
-
"referenceOnly": true
|
|
203
|
-
},
|
|
204
200
|
"platform_editor_disable_rerender_tracking_jira": {
|
|
205
201
|
"type": "boolean"
|
|
206
202
|
},
|