@atlaskit/editor-core 208.3.3 → 208.3.4

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": "208.3.3",
3
+ "version": "208.3.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/mention": "^24.2.0",
62
62
  "@atlaskit/platform-feature-flags": "^1.1.0",
63
63
  "@atlaskit/platform-feature-flags-react": "^0.2.0",
64
- "@atlaskit/react-ufo": "^3.13.0",
64
+ "@atlaskit/react-ufo": "^3.14.0",
65
65
  "@atlaskit/task-decision": "^19.2.0",
66
66
  "@atlaskit/tmp-editor-statsig": "^8.2.0",
67
67
  "@atlaskit/tokens": "^5.4.0",
@@ -594,6 +594,9 @@
594
594
  "platform_editor_system_fake_text_highlight_colour": {
595
595
  "type": "boolean"
596
596
  },
597
+ "platform_editor_controls_increase_full_page_gutter": {
598
+ "type": "boolean"
599
+ },
597
600
  "cc_editor_focus_before_editor_on_load": {
598
601
  "type": "boolean"
599
602
  }