@atlaskit/editor-core 221.2.1 → 221.3.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.
Files changed (29) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/afm-cc/tsconfig.json +3 -0
  3. package/afm-products/tsconfig.json +3 -0
  4. package/dist/cjs/create-editor/ReactEditorView.js +66 -9
  5. package/dist/cjs/ui/Appearance/FullPage/FullPage.js +1 -1
  6. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +50 -3
  7. package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +21 -2
  8. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +2 -2
  9. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +2 -2
  10. package/dist/cjs/ui/EditorContentContainer/styles/expandStyles.js +2 -2
  11. package/dist/cjs/version-wrapper.js +1 -1
  12. package/dist/es2019/create-editor/ReactEditorView.js +60 -9
  13. package/dist/es2019/ui/Appearance/FullPage/FullPage.js +1 -1
  14. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +50 -3
  15. package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +21 -2
  16. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +2 -2
  17. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -3
  18. package/dist/es2019/ui/EditorContentContainer/styles/expandStyles.js +1 -1
  19. package/dist/es2019/version-wrapper.js +1 -1
  20. package/dist/esm/create-editor/ReactEditorView.js +66 -9
  21. package/dist/esm/ui/Appearance/FullPage/FullPage.js +1 -1
  22. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +50 -3
  23. package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +21 -2
  24. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +2 -2
  25. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -3
  26. package/dist/esm/ui/EditorContentContainer/styles/expandStyles.js +1 -1
  27. package/dist/esm/version-wrapper.js +1 -1
  28. package/dist/types/ui/EditorContentContainer/styles/expandStyles.d.ts +1 -1
  29. package/package.json +10 -10
@@ -49,7 +49,7 @@ export declare const expandStylesMixin_fg_platform_editor_nested_dnd_styles_chan
49
49
  * packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx
50
50
  * See EDITOR-7600 for more details: https://hello.jira.atlassian.cloud/jira/browse/EDITOR-7600
51
51
  */
52
- export declare const expandStylesMixin_experiment_platform_editor_chromeless_expand_fix: SerializedStyles;
52
+ export declare const expandStylesMixin_chromeless_expand_fix: SerializedStyles;
53
53
  /**
54
54
  * @deprecated This style has been migrated to Compiled CSS, under experiment platform_editor_core_static_css
55
55
  * 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.2.1",
3
+ "version": "221.3.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,10 +66,11 @@
66
66
  "@atlaskit/platform-feature-flags-react": "^1.0.0",
67
67
  "@atlaskit/react-ufo": "^7.1.0",
68
68
  "@atlaskit/task-decision": "^21.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^109.2.0",
70
- "@atlaskit/tokens": "^14.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^111.0.0",
70
+ "@atlaskit/tokens": "^15.0.0",
71
71
  "@atlaskit/tooltip": "^23.0.0",
72
72
  "@atlaskit/width-detector": "^6.0.0",
73
+ "@atlassian/react-compiler-gating": "^0.2.0",
73
74
  "@babel/runtime": "^7.0.0",
74
75
  "@compiled/react": "^0.20.0",
75
76
  "@emotion/react": "^11.7.1",
@@ -84,7 +85,7 @@
84
85
  "uuid": "^3.1.0"
85
86
  },
86
87
  "peerDependencies": {
87
- "@atlaskit/editor-common": "^116.9.0",
88
+ "@atlaskit/editor-common": "^116.11.0",
88
89
  "@atlaskit/link-provider": "^5.0.0",
89
90
  "@atlaskit/media-core": "^38.0.0",
90
91
  "react": "^18.2.0",
@@ -101,11 +102,11 @@
101
102
  "@atlaskit/collab-provider": "^21.0.0",
102
103
  "@atlaskit/editor-plugin-annotation": "^12.0.0",
103
104
  "@atlaskit/editor-plugin-card": "^18.0.0",
104
- "@atlaskit/editor-plugin-list": "^14.0.0",
105
+ "@atlaskit/editor-plugin-list": "^14.1.0",
105
106
  "@atlaskit/editor-plugin-paste": "^13.1.0",
106
107
  "@atlaskit/editor-test-helpers": "workspace:^",
107
108
  "@atlaskit/link-provider": "^5.0.0",
108
- "@atlaskit/linking-common": "^10.0.0",
109
+ "@atlaskit/linking-common": "^11.0.0",
109
110
  "@atlaskit/logo": "^21.1.0",
110
111
  "@atlaskit/media-core": "^38.0.0",
111
112
  "@atlaskit/media-integration-test-helpers": "workspace:^",
@@ -114,17 +115,16 @@
114
115
  "@atlaskit/popper": "^8.0.0",
115
116
  "@atlaskit/portal": "^6.0.0",
116
117
  "@atlaskit/renderer": "^133.5.0",
117
- "@atlaskit/section-message": "^9.0.0",
118
+ "@atlaskit/section-message": "^9.1.0",
118
119
  "@atlaskit/synchrony-test-helpers": "workspace:^",
119
120
  "@atlaskit/toggle": "^17.0.0",
120
121
  "@atlaskit/util-data-test": "^19.0.0",
121
122
  "@atlassian/a11y-jest-testing": "^0.12.0",
122
123
  "@atlassian/a11y-playwright-testing": "^0.10.0",
123
124
  "@atlassian/adf-schema-json": "^1.33.0",
124
- "@atlassian/editor-rovo-bridge": "^10.0.0",
125
+ "@atlassian/editor-rovo-bridge": "^10.2.0",
125
126
  "@atlassian/feature-flags-test-utils": "^1.1.0",
126
- "@atlassian/react-compiler-gating": "workspace:^",
127
- "@atlassian/search-client": "^1.16.0",
127
+ "@atlassian/search-client": "^1.17.0",
128
128
  "@atlassian/search-provider": "^13.0.0",
129
129
  "@atlassian/structured-docs-types": "workspace:^",
130
130
  "@atlassian/user-profile-card": "^1.14.0",