@atlaskit/editor-core 205.4.0 → 205.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.4.0",
3
+ "version": "205.5.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,23 +46,23 @@
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^23.0.0",
48
48
  "@atlaskit/css": "^0.10.0",
49
- "@atlaskit/editor-common": "^103.6.0",
49
+ "@atlaskit/editor-common": "^103.9.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.24.0",
51
- "@atlaskit/editor-performance-metrics": "^2.0.0",
52
- "@atlaskit/editor-plugin-quick-insert": "^2.3.0",
51
+ "@atlaskit/editor-performance-metrics": "^2.1.0",
52
+ "@atlaskit/editor-plugin-quick-insert": "^2.4.0",
53
53
  "@atlaskit/editor-plugins": "^8.1.0",
54
54
  "@atlaskit/editor-prosemirror": "7.0.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.4.0",
56
56
  "@atlaskit/emoji": "^69.0.0",
57
57
  "@atlaskit/icon": "^25.6.0",
58
- "@atlaskit/media-card": "^79.0.0",
58
+ "@atlaskit/media-card": "^79.2.0",
59
59
  "@atlaskit/mention": "^24.1.0",
60
60
  "@atlaskit/platform-feature-flags": "^1.1.0",
61
61
  "@atlaskit/platform-feature-flags-react": "^0.1.0",
62
- "@atlaskit/react-ufo": "^3.5.0",
62
+ "@atlaskit/react-ufo": "^3.6.0",
63
63
  "@atlaskit/task-decision": "^19.1.0",
64
- "@atlaskit/tmp-editor-statsig": "^4.8.0",
65
- "@atlaskit/tokens": "^4.7.0",
64
+ "@atlaskit/tmp-editor-statsig": "^4.11.0",
65
+ "@atlaskit/tokens": "^4.8.0",
66
66
  "@atlaskit/tooltip": "^20.0.0",
67
67
  "@atlaskit/width-detector": "^5.0.0",
68
68
  "@babel/runtime": "^7.0.0",
@@ -90,7 +90,7 @@
90
90
  "@atlaskit/adf-utils": "^19.19.0",
91
91
  "@atlaskit/analytics-listeners": "^9.0.0",
92
92
  "@atlaskit/collab-provider": "^10.14.0",
93
- "@atlaskit/editor-plugin-annotation": "^2.5.0",
93
+ "@atlaskit/editor-plugin-annotation": "^2.6.0",
94
94
  "@atlaskit/editor-plugin-card": "^5.4.0",
95
95
  "@atlaskit/editor-plugin-list": "^4.2.0",
96
96
  "@atlaskit/editor-plugin-paste": "^3.2.0",
@@ -102,7 +102,7 @@
102
102
  "@atlaskit/modal-dialog": "^14.1.0",
103
103
  "@atlaskit/primitives": "^14.4.0",
104
104
  "@atlaskit/renderer": "^114.9.0",
105
- "@atlaskit/smart-card": "^36.6.0",
105
+ "@atlaskit/smart-card": "^36.8.0",
106
106
  "@atlaskit/synchrony-test-helpers": "^3.1.0",
107
107
  "@atlaskit/toggle": "^15.0.0",
108
108
  "@atlaskit/util-data-test": "^18.0.0",
@@ -163,6 +163,9 @@
163
163
  "platform_editor_fe--ufo-bridge": {
164
164
  "type": "boolean"
165
165
  },
166
+ "platform_editor_fe--inp-metrics": {
167
+ "type": "boolean"
168
+ },
166
169
  "platform_editor_sync_editor_view_mode_state": {
167
170
  "type": "boolean"
168
171
  },
@@ -200,6 +203,10 @@
200
203
  "platform_editor_prevent_toolbar_width_reflow": {
201
204
  "type": "boolean"
202
205
  },
206
+ "platform_editor_disable_unnecessary_expand_renders": {
207
+ "type": "boolean",
208
+ "referenceOnly": "true"
209
+ },
203
210
  "platform-editor-single-player-expand": {
204
211
  "type": "boolean",
205
212
  "referenceOnly": "true"
@@ -243,9 +250,6 @@
243
250
  "platform_editor_toolbar_responsive_fixes": {
244
251
  "type": "boolean"
245
252
  },
246
- "platform_editor_ssr_fix_block_controls": {
247
- "type": "boolean"
248
- },
249
253
  "platform_editor_react18_mention_with_provider_fix": {
250
254
  "type": "boolean"
251
255
  },
@@ -568,7 +572,10 @@
568
572
  "type": "boolean",
569
573
  "referenceOnly": true
570
574
  },
571
- "platform_editor_controls_patch_3": {
575
+ "platform_editor_quick_insert_placeholder": {
576
+ "type": "boolean"
577
+ },
578
+ "platform_editor_controls_sticky_mask": {
572
579
  "type": "boolean",
573
580
  "referenceOnly": true
574
581
  },
@@ -600,6 +607,10 @@
600
607
  "type": "boolean",
601
608
  "referenceOnly": true
602
609
  },
610
+ "platform_editor_comments_api_manager": {
611
+ "type": "boolean",
612
+ "referenceOnly": true
613
+ },
603
614
  "platform_editor_elements_dnd_multi_select_patch_3": {
604
615
  "type": "boolean",
605
616
  "referenceOnly": true