@atlaskit/tmp-editor-statsig 42.1.0 → 44.0.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/CHANGELOG.md +24 -0
- package/dist/cjs/experiments-config.js +24 -24
- package/dist/es2019/experiments-config.js +24 -24
- package/dist/esm/experiments-config.js +24 -24
- package/dist/types/experiments-config.d.ts +18 -18
- package/dist/types-ts4.5/experiments-config.d.ts +18 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 44.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a35f1a8d92461`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a35f1a8d92461) -
|
|
8
|
+
[FFCLEANUP-84844] Clean up stale feature flag platform_editor_nested_table_refresh_width_fix
|
|
9
|
+
- [`b50791532c24a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b50791532c24a) -
|
|
10
|
+
[FFCLEANUP-79900] Remove experiment editor_refactor_backspace_task_and_decisions
|
|
11
|
+
|
|
12
|
+
## 43.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`60fc4abc3b900`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/60fc4abc3b900) -
|
|
17
|
+
Cleanup platform_editor_fix_cursor_flickering experiment, always using ON path
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`0d04e250bdf4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d04e250bdf4b) -
|
|
22
|
+
[ux] Making submenus for media (color/size) and table (background color) consistent with ADS and
|
|
23
|
+
fixing incorrect gate mocking in editor-plugin-ai-tests
|
|
24
|
+
- [`c9d8de9fd5a33`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c9d8de9fd5a33) -
|
|
25
|
+
Avoid wrapping block controls in any block mark - fixes issues with font size mark.
|
|
26
|
+
|
|
3
27
|
## 42.1.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -501,6 +501,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
501
501
|
param: 'isEnabled',
|
|
502
502
|
defaultValue: false
|
|
503
503
|
}),
|
|
504
|
+
platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
505
|
+
productKeys: {
|
|
506
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
507
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
508
|
+
},
|
|
509
|
+
param: 'isEnabled',
|
|
510
|
+
defaultValue: false
|
|
511
|
+
}),
|
|
504
512
|
// Added 2025-07-14
|
|
505
513
|
platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
|
|
506
514
|
productKeys: {
|
|
@@ -701,14 +709,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
701
709
|
param: 'isEnabled',
|
|
702
710
|
defaultValue: false
|
|
703
711
|
}),
|
|
704
|
-
// Added 2025-09-04
|
|
705
|
-
editor_refactor_backspace_task_and_decisions: (0, _experimentBuilders.createBooleanExperiment)({
|
|
706
|
-
productKeys: {
|
|
707
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
708
|
-
},
|
|
709
|
-
param: 'isEnabled',
|
|
710
|
-
defaultValue: false
|
|
711
|
-
}),
|
|
712
712
|
// Added 2025-08-04
|
|
713
713
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
714
714
|
productKeys: {
|
|
@@ -947,14 +947,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
947
947
|
param: 'isEnabled',
|
|
948
948
|
defaultValue: false
|
|
949
949
|
}),
|
|
950
|
-
// Added 2025-09-16
|
|
951
|
-
platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
952
|
-
productKeys: {
|
|
953
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
954
|
-
},
|
|
955
|
-
param: 'isEnabled',
|
|
956
|
-
defaultValue: false
|
|
957
|
-
}),
|
|
958
950
|
// Added 2025-10-10
|
|
959
951
|
platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
960
952
|
productKeys: {
|
|
@@ -1107,14 +1099,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1107
1099
|
param: 'isEnabled',
|
|
1108
1100
|
defaultValue: false
|
|
1109
1101
|
}),
|
|
1110
|
-
// Added 2026-02-04
|
|
1111
|
-
platform_editor_fix_cursor_flickering: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1112
|
-
productKeys: {
|
|
1113
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1114
|
-
},
|
|
1115
|
-
param: 'isEnabled',
|
|
1116
|
-
defaultValue: false
|
|
1117
|
-
}),
|
|
1118
1102
|
// Added 2025-01-23
|
|
1119
1103
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1120
1104
|
productKeys: {
|
|
@@ -1147,6 +1131,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1147
1131
|
param: 'isEnabled',
|
|
1148
1132
|
defaultValue: false
|
|
1149
1133
|
}),
|
|
1134
|
+
platform_editor_toolbar_submenu_open_click: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
|
+
productKeys: {
|
|
1136
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1137
|
+
},
|
|
1138
|
+
param: 'isEnabled',
|
|
1139
|
+
defaultValue: false
|
|
1140
|
+
}),
|
|
1150
1141
|
// Added 2025-12-30
|
|
1151
1142
|
platform_editor_table_sticky_header_patch_9: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1152
1143
|
productKeys: {
|
|
@@ -1774,6 +1765,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1774
1765
|
param: 'isEnabled',
|
|
1775
1766
|
defaultValue: false
|
|
1776
1767
|
}),
|
|
1768
|
+
// Added 2026-03-23
|
|
1769
|
+
platform_editor_inline_media_copy_paste_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1770
|
+
productKeys: {
|
|
1771
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1772
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1773
|
+
},
|
|
1774
|
+
param: 'isEnabled',
|
|
1775
|
+
defaultValue: false
|
|
1776
|
+
}),
|
|
1777
1777
|
// Added 2026-03-13
|
|
1778
1778
|
platform_editor_misaligned_ai_screens_firefox_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1779
1779
|
productKeys: {
|
|
@@ -495,6 +495,14 @@ export const editorExperimentsConfig = {
|
|
|
495
495
|
param: 'isEnabled',
|
|
496
496
|
defaultValue: false
|
|
497
497
|
}),
|
|
498
|
+
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
499
|
+
productKeys: {
|
|
500
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
501
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
502
|
+
},
|
|
503
|
+
param: 'isEnabled',
|
|
504
|
+
defaultValue: false
|
|
505
|
+
}),
|
|
498
506
|
// Added 2025-07-14
|
|
499
507
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
500
508
|
productKeys: {
|
|
@@ -695,14 +703,6 @@ export const editorExperimentsConfig = {
|
|
|
695
703
|
param: 'isEnabled',
|
|
696
704
|
defaultValue: false
|
|
697
705
|
}),
|
|
698
|
-
// Added 2025-09-04
|
|
699
|
-
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
700
|
-
productKeys: {
|
|
701
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
702
|
-
},
|
|
703
|
-
param: 'isEnabled',
|
|
704
|
-
defaultValue: false
|
|
705
|
-
}),
|
|
706
706
|
// Added 2025-08-04
|
|
707
707
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
708
708
|
productKeys: {
|
|
@@ -941,14 +941,6 @@ export const editorExperimentsConfig = {
|
|
|
941
941
|
param: 'isEnabled',
|
|
942
942
|
defaultValue: false
|
|
943
943
|
}),
|
|
944
|
-
// Added 2025-09-16
|
|
945
|
-
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
946
|
-
productKeys: {
|
|
947
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
948
|
-
},
|
|
949
|
-
param: 'isEnabled',
|
|
950
|
-
defaultValue: false
|
|
951
|
-
}),
|
|
952
944
|
// Added 2025-10-10
|
|
953
945
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
954
946
|
productKeys: {
|
|
@@ -1101,14 +1093,6 @@ export const editorExperimentsConfig = {
|
|
|
1101
1093
|
param: 'isEnabled',
|
|
1102
1094
|
defaultValue: false
|
|
1103
1095
|
}),
|
|
1104
|
-
// Added 2026-02-04
|
|
1105
|
-
platform_editor_fix_cursor_flickering: createBooleanExperiment({
|
|
1106
|
-
productKeys: {
|
|
1107
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1108
|
-
},
|
|
1109
|
-
param: 'isEnabled',
|
|
1110
|
-
defaultValue: false
|
|
1111
|
-
}),
|
|
1112
1096
|
// Added 2025-01-23
|
|
1113
1097
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1114
1098
|
productKeys: {
|
|
@@ -1141,6 +1125,13 @@ export const editorExperimentsConfig = {
|
|
|
1141
1125
|
param: 'isEnabled',
|
|
1142
1126
|
defaultValue: false
|
|
1143
1127
|
}),
|
|
1128
|
+
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1129
|
+
productKeys: {
|
|
1130
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1131
|
+
},
|
|
1132
|
+
param: 'isEnabled',
|
|
1133
|
+
defaultValue: false
|
|
1134
|
+
}),
|
|
1144
1135
|
// Added 2025-12-30
|
|
1145
1136
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1146
1137
|
productKeys: {
|
|
@@ -1768,6 +1759,15 @@ export const editorExperimentsConfig = {
|
|
|
1768
1759
|
param: 'isEnabled',
|
|
1769
1760
|
defaultValue: false
|
|
1770
1761
|
}),
|
|
1762
|
+
// Added 2026-03-23
|
|
1763
|
+
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1764
|
+
productKeys: {
|
|
1765
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1766
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1767
|
+
},
|
|
1768
|
+
param: 'isEnabled',
|
|
1769
|
+
defaultValue: false
|
|
1770
|
+
}),
|
|
1771
1771
|
// Added 2026-03-13
|
|
1772
1772
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1773
1773
|
productKeys: {
|
|
@@ -495,6 +495,14 @@ export var editorExperimentsConfig = {
|
|
|
495
495
|
param: 'isEnabled',
|
|
496
496
|
defaultValue: false
|
|
497
497
|
}),
|
|
498
|
+
platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
|
|
499
|
+
productKeys: {
|
|
500
|
+
confluence: 'platform_editor_clean_up_widget_mark_logic',
|
|
501
|
+
jira: 'platform_editor_clean_up_widget_mark_logic'
|
|
502
|
+
},
|
|
503
|
+
param: 'isEnabled',
|
|
504
|
+
defaultValue: false
|
|
505
|
+
}),
|
|
498
506
|
// Added 2025-07-14
|
|
499
507
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
500
508
|
productKeys: {
|
|
@@ -695,14 +703,6 @@ export var editorExperimentsConfig = {
|
|
|
695
703
|
param: 'isEnabled',
|
|
696
704
|
defaultValue: false
|
|
697
705
|
}),
|
|
698
|
-
// Added 2025-09-04
|
|
699
|
-
editor_refactor_backspace_task_and_decisions: createBooleanExperiment({
|
|
700
|
-
productKeys: {
|
|
701
|
-
confluence: 'editor_refactor_backspace_task_and_decisions'
|
|
702
|
-
},
|
|
703
|
-
param: 'isEnabled',
|
|
704
|
-
defaultValue: false
|
|
705
|
-
}),
|
|
706
706
|
// Added 2025-08-04
|
|
707
707
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
708
708
|
productKeys: {
|
|
@@ -941,14 +941,6 @@ export var editorExperimentsConfig = {
|
|
|
941
941
|
param: 'isEnabled',
|
|
942
942
|
defaultValue: false
|
|
943
943
|
}),
|
|
944
|
-
// Added 2025-09-16
|
|
945
|
-
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
946
|
-
productKeys: {
|
|
947
|
-
confluence: 'platform_editor_nested_table_refresh_width_fix'
|
|
948
|
-
},
|
|
949
|
-
param: 'isEnabled',
|
|
950
|
-
defaultValue: false
|
|
951
|
-
}),
|
|
952
944
|
// Added 2025-10-10
|
|
953
945
|
platform_use_llm_space_recommendations: createBooleanExperiment({
|
|
954
946
|
productKeys: {
|
|
@@ -1101,14 +1093,6 @@ export var editorExperimentsConfig = {
|
|
|
1101
1093
|
param: 'isEnabled',
|
|
1102
1094
|
defaultValue: false
|
|
1103
1095
|
}),
|
|
1104
|
-
// Added 2026-02-04
|
|
1105
|
-
platform_editor_fix_cursor_flickering: createBooleanExperiment({
|
|
1106
|
-
productKeys: {
|
|
1107
|
-
confluence: 'platform_editor_fix_cursor_flickering'
|
|
1108
|
-
},
|
|
1109
|
-
param: 'isEnabled',
|
|
1110
|
-
defaultValue: false
|
|
1111
|
-
}),
|
|
1112
1096
|
// Added 2025-01-23
|
|
1113
1097
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1114
1098
|
productKeys: {
|
|
@@ -1141,6 +1125,13 @@ export var editorExperimentsConfig = {
|
|
|
1141
1125
|
param: 'isEnabled',
|
|
1142
1126
|
defaultValue: false
|
|
1143
1127
|
}),
|
|
1128
|
+
platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
|
|
1129
|
+
productKeys: {
|
|
1130
|
+
confluence: 'platform_editor_toolbar_submenu_open_click'
|
|
1131
|
+
},
|
|
1132
|
+
param: 'isEnabled',
|
|
1133
|
+
defaultValue: false
|
|
1134
|
+
}),
|
|
1144
1135
|
// Added 2025-12-30
|
|
1145
1136
|
platform_editor_table_sticky_header_patch_9: createBooleanExperiment({
|
|
1146
1137
|
productKeys: {
|
|
@@ -1768,6 +1759,15 @@ export var editorExperimentsConfig = {
|
|
|
1768
1759
|
param: 'isEnabled',
|
|
1769
1760
|
defaultValue: false
|
|
1770
1761
|
}),
|
|
1762
|
+
// Added 2026-03-23
|
|
1763
|
+
platform_editor_inline_media_copy_paste_fix: createBooleanExperiment({
|
|
1764
|
+
productKeys: {
|
|
1765
|
+
confluence: 'platform_editor_inline_media_copy_paste_fix',
|
|
1766
|
+
jira: 'platform_editor_inline_media_copy_paste_fix'
|
|
1767
|
+
},
|
|
1768
|
+
param: 'isEnabled',
|
|
1769
|
+
defaultValue: false
|
|
1770
|
+
}),
|
|
1771
1771
|
// Added 2026-03-13
|
|
1772
1772
|
platform_editor_misaligned_ai_screens_firefox_fix: createBooleanExperiment({
|
|
1773
1773
|
productKeys: {
|
|
@@ -202,12 +202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
202
202
|
productKeys?: ProductKeys;
|
|
203
203
|
typeGuard: IsBooleanType;
|
|
204
204
|
};
|
|
205
|
-
editor_refactor_backspace_task_and_decisions: {
|
|
206
|
-
defaultValue: boolean;
|
|
207
|
-
param: string;
|
|
208
|
-
productKeys?: ProductKeys;
|
|
209
|
-
typeGuard: IsBooleanType;
|
|
210
|
-
};
|
|
211
205
|
platform_editor_paste_actions_menu: {
|
|
212
206
|
defaultValue: boolean;
|
|
213
207
|
param: string;
|
|
@@ -397,6 +391,12 @@ export declare const editorExperimentsConfig: {
|
|
|
397
391
|
productKeys?: ProductKeys;
|
|
398
392
|
typeGuard: IsBooleanType;
|
|
399
393
|
};
|
|
394
|
+
platform_editor_clean_up_widget_mark_logic: {
|
|
395
|
+
defaultValue: boolean;
|
|
396
|
+
param: string;
|
|
397
|
+
productKeys?: ProductKeys;
|
|
398
|
+
typeGuard: IsBooleanType;
|
|
399
|
+
};
|
|
400
400
|
platform_editor_debounce_portal_provider: {
|
|
401
401
|
defaultValue: boolean;
|
|
402
402
|
param: string;
|
|
@@ -553,12 +553,6 @@ export declare const editorExperimentsConfig: {
|
|
|
553
553
|
productKeys?: ProductKeys;
|
|
554
554
|
typeGuard: IsBooleanType;
|
|
555
555
|
};
|
|
556
|
-
platform_editor_nested_table_refresh_width_fix: {
|
|
557
|
-
defaultValue: boolean;
|
|
558
|
-
param: string;
|
|
559
|
-
productKeys?: ProductKeys;
|
|
560
|
-
typeGuard: IsBooleanType;
|
|
561
|
-
};
|
|
562
556
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
563
557
|
defaultValue: boolean;
|
|
564
558
|
param: string;
|
|
@@ -674,6 +668,12 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
productKeys?: ProductKeys;
|
|
675
669
|
typeGuard: IsBooleanType;
|
|
676
670
|
};
|
|
671
|
+
platform_editor_toolbar_submenu_open_click: {
|
|
672
|
+
defaultValue: boolean;
|
|
673
|
+
param: string;
|
|
674
|
+
productKeys?: ProductKeys;
|
|
675
|
+
typeGuard: IsBooleanType;
|
|
676
|
+
};
|
|
677
677
|
platform_editor_usesharedpluginstateselector: {
|
|
678
678
|
defaultValue: boolean;
|
|
679
679
|
param: string;
|
|
@@ -935,12 +935,6 @@ export declare const editorExperimentsConfig: {
|
|
|
935
935
|
productKeys?: ProductKeys;
|
|
936
936
|
typeGuard: IsBooleanType;
|
|
937
937
|
};
|
|
938
|
-
platform_editor_fix_cursor_flickering: {
|
|
939
|
-
defaultValue: boolean;
|
|
940
|
-
param: string;
|
|
941
|
-
productKeys?: ProductKeys;
|
|
942
|
-
typeGuard: IsBooleanType;
|
|
943
|
-
};
|
|
944
938
|
platform_editor_renderer_toolbar_updates: {
|
|
945
939
|
defaultValue: boolean;
|
|
946
940
|
param: string;
|
|
@@ -1296,6 +1290,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1296
1290
|
productKeys?: ProductKeys;
|
|
1297
1291
|
typeGuard: IsBooleanType;
|
|
1298
1292
|
};
|
|
1293
|
+
platform_editor_inline_media_copy_paste_fix: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1299
1299
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1300
1300
|
defaultValue: boolean;
|
|
1301
1301
|
param: string;
|
|
@@ -202,12 +202,6 @@ export declare const editorExperimentsConfig: {
|
|
|
202
202
|
productKeys?: ProductKeys;
|
|
203
203
|
typeGuard: IsBooleanType;
|
|
204
204
|
};
|
|
205
|
-
editor_refactor_backspace_task_and_decisions: {
|
|
206
|
-
defaultValue: boolean;
|
|
207
|
-
param: string;
|
|
208
|
-
productKeys?: ProductKeys;
|
|
209
|
-
typeGuard: IsBooleanType;
|
|
210
|
-
};
|
|
211
205
|
platform_editor_paste_actions_menu: {
|
|
212
206
|
defaultValue: boolean;
|
|
213
207
|
param: string;
|
|
@@ -397,6 +391,12 @@ export declare const editorExperimentsConfig: {
|
|
|
397
391
|
productKeys?: ProductKeys;
|
|
398
392
|
typeGuard: IsBooleanType;
|
|
399
393
|
};
|
|
394
|
+
platform_editor_clean_up_widget_mark_logic: {
|
|
395
|
+
defaultValue: boolean;
|
|
396
|
+
param: string;
|
|
397
|
+
productKeys?: ProductKeys;
|
|
398
|
+
typeGuard: IsBooleanType;
|
|
399
|
+
};
|
|
400
400
|
platform_editor_debounce_portal_provider: {
|
|
401
401
|
defaultValue: boolean;
|
|
402
402
|
param: string;
|
|
@@ -553,12 +553,6 @@ export declare const editorExperimentsConfig: {
|
|
|
553
553
|
productKeys?: ProductKeys;
|
|
554
554
|
typeGuard: IsBooleanType;
|
|
555
555
|
};
|
|
556
|
-
platform_editor_nested_table_refresh_width_fix: {
|
|
557
|
-
defaultValue: boolean;
|
|
558
|
-
param: string;
|
|
559
|
-
productKeys?: ProductKeys;
|
|
560
|
-
typeGuard: IsBooleanType;
|
|
561
|
-
};
|
|
562
556
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
563
557
|
defaultValue: boolean;
|
|
564
558
|
param: string;
|
|
@@ -674,6 +668,12 @@ export declare const editorExperimentsConfig: {
|
|
|
674
668
|
productKeys?: ProductKeys;
|
|
675
669
|
typeGuard: IsBooleanType;
|
|
676
670
|
};
|
|
671
|
+
platform_editor_toolbar_submenu_open_click: {
|
|
672
|
+
defaultValue: boolean;
|
|
673
|
+
param: string;
|
|
674
|
+
productKeys?: ProductKeys;
|
|
675
|
+
typeGuard: IsBooleanType;
|
|
676
|
+
};
|
|
677
677
|
platform_editor_usesharedpluginstateselector: {
|
|
678
678
|
defaultValue: boolean;
|
|
679
679
|
param: string;
|
|
@@ -935,12 +935,6 @@ export declare const editorExperimentsConfig: {
|
|
|
935
935
|
productKeys?: ProductKeys;
|
|
936
936
|
typeGuard: IsBooleanType;
|
|
937
937
|
};
|
|
938
|
-
platform_editor_fix_cursor_flickering: {
|
|
939
|
-
defaultValue: boolean;
|
|
940
|
-
param: string;
|
|
941
|
-
productKeys?: ProductKeys;
|
|
942
|
-
typeGuard: IsBooleanType;
|
|
943
|
-
};
|
|
944
938
|
platform_editor_renderer_toolbar_updates: {
|
|
945
939
|
defaultValue: boolean;
|
|
946
940
|
param: string;
|
|
@@ -1296,6 +1290,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1296
1290
|
productKeys?: ProductKeys;
|
|
1297
1291
|
typeGuard: IsBooleanType;
|
|
1298
1292
|
};
|
|
1293
|
+
platform_editor_inline_media_copy_paste_fix: {
|
|
1294
|
+
defaultValue: boolean;
|
|
1295
|
+
param: string;
|
|
1296
|
+
productKeys?: ProductKeys;
|
|
1297
|
+
typeGuard: IsBooleanType;
|
|
1298
|
+
};
|
|
1299
1299
|
platform_editor_misaligned_ai_screens_firefox_fix: {
|
|
1300
1300
|
defaultValue: boolean;
|
|
1301
1301
|
param: string;
|
package/package.json
CHANGED