@atlaskit/editor-core 208.3.2 → 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/CHANGELOG.md +19 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +334 -7
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -189
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +329 -8
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -180
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +335 -8
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -187
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +0 -7
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +0 -7
- package/package.json +6 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "208.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,9 +61,9 @@
|
|
|
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.
|
|
64
|
+
"@atlaskit/react-ufo": "^3.14.0",
|
|
65
65
|
"@atlaskit/task-decision": "^19.2.0",
|
|
66
|
-
"@atlaskit/tmp-editor-statsig": "^8.
|
|
66
|
+
"@atlaskit/tmp-editor-statsig": "^8.2.0",
|
|
67
67
|
"@atlaskit/tokens": "^5.4.0",
|
|
68
68
|
"@atlaskit/tooltip": "^20.3.0",
|
|
69
69
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -217,10 +217,6 @@
|
|
|
217
217
|
"type": "boolean",
|
|
218
218
|
"referenceOnly": true
|
|
219
219
|
},
|
|
220
|
-
"platform_editor_table_initial_load_fix": {
|
|
221
|
-
"type": "boolean",
|
|
222
|
-
"referenceOnly": true
|
|
223
|
-
},
|
|
224
220
|
"editor_load_conf_collab_docs_without_checks": {
|
|
225
221
|
"type": "boolean"
|
|
226
222
|
},
|
|
@@ -529,12 +525,6 @@
|
|
|
529
525
|
"type": "boolean",
|
|
530
526
|
"referenceOnly": true
|
|
531
527
|
},
|
|
532
|
-
"platform_editor_find_and_replace_1": {
|
|
533
|
-
"type": "boolean"
|
|
534
|
-
},
|
|
535
|
-
"platform_editor_find_and_replace_part_2": {
|
|
536
|
-
"type": "boolean"
|
|
537
|
-
},
|
|
538
528
|
"editor_a11y_aria_label_removal_popup": {
|
|
539
529
|
"type": "boolean",
|
|
540
530
|
"referenceOnly": true
|
|
@@ -604,6 +594,9 @@
|
|
|
604
594
|
"platform_editor_system_fake_text_highlight_colour": {
|
|
605
595
|
"type": "boolean"
|
|
606
596
|
},
|
|
597
|
+
"platform_editor_controls_increase_full_page_gutter": {
|
|
598
|
+
"type": "boolean"
|
|
599
|
+
},
|
|
607
600
|
"cc_editor_focus_before_editor_on_load": {
|
|
608
601
|
"type": "boolean"
|
|
609
602
|
}
|