@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.
Files changed (48) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/cjs/composable-editor/core-editor.js +1 -3
  3. package/dist/cjs/composable-editor/editor-internal.js +2 -1
  4. package/dist/cjs/composable-editor/hooks/useMemoEditorProps.js +3 -2
  5. package/dist/cjs/presets/universal.js +1 -1
  6. package/dist/cjs/ui/Appearance/FullPage/FullPage.js +2 -1
  7. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
  8. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
  9. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
  10. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +12 -12
  11. package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +25 -27
  12. package/dist/cjs/ui/EditorContentContainer/styles/gapCursorStyles.js +2 -6
  13. package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +4 -3
  14. package/dist/cjs/version-wrapper.js +1 -1
  15. package/dist/es2019/composable-editor/core-editor.js +1 -2
  16. package/dist/es2019/composable-editor/editor-internal.js +2 -1
  17. package/dist/es2019/composable-editor/hooks/useMemoEditorProps.js +3 -2
  18. package/dist/es2019/presets/universal.js +1 -1
  19. package/dist/es2019/ui/Appearance/FullPage/FullPage.js +2 -1
  20. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
  21. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
  22. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
  23. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +6 -7
  24. package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +19 -22
  25. package/dist/es2019/ui/EditorContentContainer/styles/gapCursorStyles.js +0 -6
  26. package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +4 -3
  27. package/dist/es2019/version-wrapper.js +1 -1
  28. package/dist/esm/composable-editor/core-editor.js +1 -3
  29. package/dist/esm/composable-editor/editor-internal.js +2 -1
  30. package/dist/esm/composable-editor/hooks/useMemoEditorProps.js +3 -2
  31. package/dist/esm/presets/universal.js +1 -1
  32. package/dist/esm/ui/Appearance/FullPage/FullPage.js +2 -1
  33. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea-compiled.js +2 -1
  34. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea-emotion.js +2 -1
  35. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +3 -5
  36. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +12 -12
  37. package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +27 -29
  38. package/dist/esm/ui/EditorContentContainer/styles/gapCursorStyles.js +1 -5
  39. package/dist/esm/ui/EditorContentContainer/styles/mentions.js +4 -3
  40. package/dist/esm/version-wrapper.js +1 -1
  41. package/dist/types/types/editor-appearance-component.d.ts +1 -0
  42. package/dist/types/types/editor-props.d.ts +7 -1
  43. package/dist/types/ui/Appearance/FullPage/FullPageContentArea-compiled.d.ts +1 -0
  44. package/dist/types/ui/Appearance/FullPage/FullPageContentArea-emotion.d.ts +1 -0
  45. package/dist/types/ui/EditorContentContainer/EditorContentContainer-compiled.d.ts +1 -0
  46. package/dist/types/ui/EditorContentContainer/EditorContentContainer-emotion.d.ts +1 -0
  47. package/dist/types/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +0 -7
  48. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "224.0.5",
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.0.0",
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.17.0",
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": "^148.0.0",
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.5.0",
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.6.0",
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.1.0",
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.15.0",
125
- "@atlassian/a11y-playwright-testing": "^0.10.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.0.0",
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",