@atlaskit/tmp-editor-statsig 16.36.0 → 17.1.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 +27 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +16 -26
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +16 -26
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +16 -26
- package/dist/types/experiments-config.d.ts +12 -19
- package/dist/types-ts4.5/experiments-config.d.ts +12 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 17.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`653c0c803b286`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/653c0c803b286) -
|
|
8
|
+
EDITOR-4620 Clean up platform_editor_toolbar_aifc_patch_6
|
|
9
|
+
|
|
10
|
+
## 17.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`25c388e0f807a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/25c388e0f807a) -
|
|
15
|
+
EDITOR-4684 Clean up platform_editor_add_orange_highlight_color experiment - orange highlight
|
|
16
|
+
color is now permanently enabled
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`874aa2a0589a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/874aa2a0589a2) -
|
|
21
|
+
Clean up platform_synced_blocks_offline_check_for_block FG
|
|
22
|
+
- [`256b4fc86bae0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/256b4fc86bae0) -
|
|
23
|
+
[ux] EDITOR-4464 Limited Mode: Change threshold to activate limited mode to use the node count
|
|
24
|
+
rather than the raw document size.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
|
|
3
30
|
## 16.36.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -12,7 +12,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
12
12
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
13
13
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
14
14
|
cc_editor_ai_content_mode: 'control',
|
|
15
|
-
platform_editor_add_orange_highlight_color: 'control',
|
|
16
15
|
platform_hover_card_preview_panel: 'control',
|
|
17
16
|
platform_hover_card_preview_panel_modal: 'control',
|
|
18
17
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -638,15 +638,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
638
638
|
param: 'isEnabled',
|
|
639
639
|
defaultValue: false
|
|
640
640
|
}),
|
|
641
|
-
// Added 2025-07-14
|
|
642
|
-
platform_editor_add_orange_highlight_color: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
643
|
-
productKeys: {
|
|
644
|
-
confluence: 'platform_editor_add_orange_highlight_color'
|
|
645
|
-
},
|
|
646
|
-
param: 'cohort',
|
|
647
|
-
values: ['control', 'test'],
|
|
648
|
-
defaultValue: 'control'
|
|
649
|
-
}),
|
|
650
641
|
//Added 2025-07-16
|
|
651
642
|
platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
652
643
|
productKeys: {
|
|
@@ -711,6 +702,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
711
702
|
param: 'isEnabled',
|
|
712
703
|
defaultValue: false
|
|
713
704
|
}),
|
|
705
|
+
// Added 2026-01-19
|
|
706
|
+
cc_editor_limited_mode_expanded: (0, _experimentBuilders.createBooleanExperiment)({
|
|
707
|
+
productKeys: {
|
|
708
|
+
confluence: 'cc_editor_limited_mode_expanded'
|
|
709
|
+
},
|
|
710
|
+
param: 'isEnabled',
|
|
711
|
+
defaultValue: false
|
|
712
|
+
}),
|
|
714
713
|
// Added 2025-08-05
|
|
715
714
|
platform_editor_native_anchor_with_dnd: (0, _experimentBuilders.createBooleanExperiment)({
|
|
716
715
|
productKeys: {
|
|
@@ -897,14 +896,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
897
896
|
param: 'isEnabled',
|
|
898
897
|
defaultValue: false
|
|
899
898
|
}),
|
|
900
|
-
// Added 2025-09-26
|
|
901
|
-
platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
|
|
902
|
-
productKeys: {
|
|
903
|
-
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
904
|
-
},
|
|
905
|
-
param: 'isEnabled',
|
|
906
|
-
defaultValue: false
|
|
907
|
-
}),
|
|
908
899
|
// Added 2025-10-01
|
|
909
900
|
platform_inline_smartcard_connect_button_exp: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
910
901
|
productKeys: {
|
|
@@ -1113,15 +1104,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1113
1104
|
param: 'isEnabled',
|
|
1114
1105
|
defaultValue: false
|
|
1115
1106
|
}),
|
|
1116
|
-
// Added 2025-12-18
|
|
1117
|
-
platform_synced_blocks_offline_check_for_block: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1118
|
-
productKeys: {
|
|
1119
|
-
confluence: 'platform_synced_blocks_offline_check_for_block',
|
|
1120
|
-
jira: 'platform_synced_blocks_offline_check_for_block'
|
|
1121
|
-
},
|
|
1122
|
-
param: 'isEnabled',
|
|
1123
|
-
defaultValue: false
|
|
1124
|
-
}),
|
|
1125
1107
|
// Added 2025-12-22
|
|
1126
1108
|
platform_editor_sample_renderer_rendered_event: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1127
1109
|
productKeys: {
|
|
@@ -1205,6 +1187,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1205
1187
|
param: 'isEnabled',
|
|
1206
1188
|
defaultValue: false
|
|
1207
1189
|
}),
|
|
1190
|
+
// Added 2026-01-22
|
|
1191
|
+
platform_editor_nested_drag_handle_icon: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
|
+
productKeys: {
|
|
1193
|
+
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
1194
|
+
},
|
|
1195
|
+
param: 'isEnabled',
|
|
1196
|
+
defaultValue: false
|
|
1197
|
+
}),
|
|
1208
1198
|
// Added 2026-01-23
|
|
1209
1199
|
collab_bypass_out_of_sync_period_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1210
1200
|
productKeys: {
|
|
@@ -6,7 +6,6 @@ export const testMultivariateOverrides = {
|
|
|
6
6
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
7
7
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
8
8
|
cc_editor_ai_content_mode: 'control',
|
|
9
|
-
platform_editor_add_orange_highlight_color: 'control',
|
|
10
9
|
platform_hover_card_preview_panel: 'control',
|
|
11
10
|
platform_hover_card_preview_panel_modal: 'control',
|
|
12
11
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -632,15 +632,6 @@ export const editorExperimentsConfig = {
|
|
|
632
632
|
param: 'isEnabled',
|
|
633
633
|
defaultValue: false
|
|
634
634
|
}),
|
|
635
|
-
// Added 2025-07-14
|
|
636
|
-
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
637
|
-
productKeys: {
|
|
638
|
-
confluence: 'platform_editor_add_orange_highlight_color'
|
|
639
|
-
},
|
|
640
|
-
param: 'cohort',
|
|
641
|
-
values: ['control', 'test'],
|
|
642
|
-
defaultValue: 'control'
|
|
643
|
-
}),
|
|
644
635
|
//Added 2025-07-16
|
|
645
636
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
646
637
|
productKeys: {
|
|
@@ -705,6 +696,14 @@ export const editorExperimentsConfig = {
|
|
|
705
696
|
param: 'isEnabled',
|
|
706
697
|
defaultValue: false
|
|
707
698
|
}),
|
|
699
|
+
// Added 2026-01-19
|
|
700
|
+
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
701
|
+
productKeys: {
|
|
702
|
+
confluence: 'cc_editor_limited_mode_expanded'
|
|
703
|
+
},
|
|
704
|
+
param: 'isEnabled',
|
|
705
|
+
defaultValue: false
|
|
706
|
+
}),
|
|
708
707
|
// Added 2025-08-05
|
|
709
708
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
710
709
|
productKeys: {
|
|
@@ -891,14 +890,6 @@ export const editorExperimentsConfig = {
|
|
|
891
890
|
param: 'isEnabled',
|
|
892
891
|
defaultValue: false
|
|
893
892
|
}),
|
|
894
|
-
// Added 2025-09-26
|
|
895
|
-
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
896
|
-
productKeys: {
|
|
897
|
-
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
898
|
-
},
|
|
899
|
-
param: 'isEnabled',
|
|
900
|
-
defaultValue: false
|
|
901
|
-
}),
|
|
902
893
|
// Added 2025-10-01
|
|
903
894
|
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
904
895
|
productKeys: {
|
|
@@ -1107,15 +1098,6 @@ export const editorExperimentsConfig = {
|
|
|
1107
1098
|
param: 'isEnabled',
|
|
1108
1099
|
defaultValue: false
|
|
1109
1100
|
}),
|
|
1110
|
-
// Added 2025-12-18
|
|
1111
|
-
platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
|
|
1112
|
-
productKeys: {
|
|
1113
|
-
confluence: 'platform_synced_blocks_offline_check_for_block',
|
|
1114
|
-
jira: 'platform_synced_blocks_offline_check_for_block'
|
|
1115
|
-
},
|
|
1116
|
-
param: 'isEnabled',
|
|
1117
|
-
defaultValue: false
|
|
1118
|
-
}),
|
|
1119
1101
|
// Added 2025-12-22
|
|
1120
1102
|
platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
|
|
1121
1103
|
productKeys: {
|
|
@@ -1199,6 +1181,14 @@ export const editorExperimentsConfig = {
|
|
|
1199
1181
|
param: 'isEnabled',
|
|
1200
1182
|
defaultValue: false
|
|
1201
1183
|
}),
|
|
1184
|
+
// Added 2026-01-22
|
|
1185
|
+
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
1186
|
+
productKeys: {
|
|
1187
|
+
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
1188
|
+
},
|
|
1189
|
+
param: 'isEnabled',
|
|
1190
|
+
defaultValue: false
|
|
1191
|
+
}),
|
|
1202
1192
|
// Added 2026-01-23
|
|
1203
1193
|
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1204
1194
|
productKeys: {
|
|
@@ -6,7 +6,6 @@ export var testMultivariateOverrides = {
|
|
|
6
6
|
confluence_whiteboards_quick_insert_localised: 'control',
|
|
7
7
|
confluence_whiteboards_quick_insert_localised_aa: 'control',
|
|
8
8
|
cc_editor_ai_content_mode: 'control',
|
|
9
|
-
platform_editor_add_orange_highlight_color: 'control',
|
|
10
9
|
platform_hover_card_preview_panel: 'control',
|
|
11
10
|
platform_hover_card_preview_panel_modal: 'control',
|
|
12
11
|
smart_link_confluence_short_link_analytics: 'control',
|
|
@@ -632,15 +632,6 @@ export var editorExperimentsConfig = {
|
|
|
632
632
|
param: 'isEnabled',
|
|
633
633
|
defaultValue: false
|
|
634
634
|
}),
|
|
635
|
-
// Added 2025-07-14
|
|
636
|
-
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
637
|
-
productKeys: {
|
|
638
|
-
confluence: 'platform_editor_add_orange_highlight_color'
|
|
639
|
-
},
|
|
640
|
-
param: 'cohort',
|
|
641
|
-
values: ['control', 'test'],
|
|
642
|
-
defaultValue: 'control'
|
|
643
|
-
}),
|
|
644
635
|
//Added 2025-07-16
|
|
645
636
|
platform_editor_toolbar_aifc: createBooleanExperiment({
|
|
646
637
|
productKeys: {
|
|
@@ -705,6 +696,14 @@ export var editorExperimentsConfig = {
|
|
|
705
696
|
param: 'isEnabled',
|
|
706
697
|
defaultValue: false
|
|
707
698
|
}),
|
|
699
|
+
// Added 2026-01-19
|
|
700
|
+
cc_editor_limited_mode_expanded: createBooleanExperiment({
|
|
701
|
+
productKeys: {
|
|
702
|
+
confluence: 'cc_editor_limited_mode_expanded'
|
|
703
|
+
},
|
|
704
|
+
param: 'isEnabled',
|
|
705
|
+
defaultValue: false
|
|
706
|
+
}),
|
|
708
707
|
// Added 2025-08-05
|
|
709
708
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
710
709
|
productKeys: {
|
|
@@ -891,14 +890,6 @@ export var editorExperimentsConfig = {
|
|
|
891
890
|
param: 'isEnabled',
|
|
892
891
|
defaultValue: false
|
|
893
892
|
}),
|
|
894
|
-
// Added 2025-09-26
|
|
895
|
-
platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
|
|
896
|
-
productKeys: {
|
|
897
|
-
confluence: 'platform_editor_toolbar_aifc_patch_6'
|
|
898
|
-
},
|
|
899
|
-
param: 'isEnabled',
|
|
900
|
-
defaultValue: false
|
|
901
|
-
}),
|
|
902
893
|
// Added 2025-10-01
|
|
903
894
|
platform_inline_smartcard_connect_button_exp: createMultivariateExperiment({
|
|
904
895
|
productKeys: {
|
|
@@ -1107,15 +1098,6 @@ export var editorExperimentsConfig = {
|
|
|
1107
1098
|
param: 'isEnabled',
|
|
1108
1099
|
defaultValue: false
|
|
1109
1100
|
}),
|
|
1110
|
-
// Added 2025-12-18
|
|
1111
|
-
platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
|
|
1112
|
-
productKeys: {
|
|
1113
|
-
confluence: 'platform_synced_blocks_offline_check_for_block',
|
|
1114
|
-
jira: 'platform_synced_blocks_offline_check_for_block'
|
|
1115
|
-
},
|
|
1116
|
-
param: 'isEnabled',
|
|
1117
|
-
defaultValue: false
|
|
1118
|
-
}),
|
|
1119
1101
|
// Added 2025-12-22
|
|
1120
1102
|
platform_editor_sample_renderer_rendered_event: createBooleanExperiment({
|
|
1121
1103
|
productKeys: {
|
|
@@ -1199,6 +1181,14 @@ export var editorExperimentsConfig = {
|
|
|
1199
1181
|
param: 'isEnabled',
|
|
1200
1182
|
defaultValue: false
|
|
1201
1183
|
}),
|
|
1184
|
+
// Added 2026-01-22
|
|
1185
|
+
platform_editor_nested_drag_handle_icon: createBooleanExperiment({
|
|
1186
|
+
productKeys: {
|
|
1187
|
+
confluence: 'platform_editor_nested_drag_handle_icon'
|
|
1188
|
+
},
|
|
1189
|
+
param: 'isEnabled',
|
|
1190
|
+
defaultValue: false
|
|
1191
|
+
}),
|
|
1202
1192
|
// Added 2026-01-23
|
|
1203
1193
|
collab_bypass_out_of_sync_period_experiment: createBooleanExperiment({
|
|
1204
1194
|
productKeys: {
|
|
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
+
cc_editor_limited_mode_expanded: {
|
|
68
|
+
defaultValue: boolean;
|
|
69
|
+
param: string;
|
|
70
|
+
productKeys?: ProductKeys;
|
|
71
|
+
typeGuard: IsBooleanType;
|
|
72
|
+
};
|
|
67
73
|
confluence_load_editor_title_on_transition: {
|
|
68
74
|
defaultValue: boolean;
|
|
69
75
|
param: string;
|
|
@@ -212,13 +218,6 @@ export declare const editorExperimentsConfig: {
|
|
|
212
218
|
productKeys?: ProductKeys;
|
|
213
219
|
typeGuard: IsBooleanType;
|
|
214
220
|
};
|
|
215
|
-
platform_editor_add_orange_highlight_color: {
|
|
216
|
-
defaultValue: 'control' | 'test';
|
|
217
|
-
param: string;
|
|
218
|
-
productKeys?: ProductKeys;
|
|
219
|
-
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
220
|
-
values: ('control' | 'test')[];
|
|
221
|
-
};
|
|
222
221
|
platform_editor_ai_edit_response_in_preview: {
|
|
223
222
|
defaultValue: boolean;
|
|
224
223
|
param: string;
|
|
@@ -637,12 +636,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
636
|
productKeys?: ProductKeys;
|
|
638
637
|
typeGuard: IsBooleanType;
|
|
639
638
|
};
|
|
640
|
-
platform_editor_toolbar_aifc_patch_6: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
639
|
platform_editor_usesharedpluginstateselector: {
|
|
647
640
|
defaultValue: boolean;
|
|
648
641
|
param: string;
|
|
@@ -822,12 +815,6 @@ export declare const editorExperimentsConfig: {
|
|
|
822
815
|
productKeys?: ProductKeys;
|
|
823
816
|
typeGuard: IsBooleanType;
|
|
824
817
|
};
|
|
825
|
-
platform_synced_blocks_offline_check_for_block: {
|
|
826
|
-
defaultValue: boolean;
|
|
827
|
-
param: string;
|
|
828
|
-
productKeys?: ProductKeys;
|
|
829
|
-
typeGuard: IsBooleanType;
|
|
830
|
-
};
|
|
831
818
|
platform_editor_sample_renderer_rendered_event: {
|
|
832
819
|
defaultValue: boolean;
|
|
833
820
|
param: string;
|
|
@@ -888,6 +875,12 @@ export declare const editorExperimentsConfig: {
|
|
|
888
875
|
productKeys?: ProductKeys;
|
|
889
876
|
typeGuard: IsBooleanType;
|
|
890
877
|
};
|
|
878
|
+
platform_editor_nested_drag_handle_icon: {
|
|
879
|
+
defaultValue: boolean;
|
|
880
|
+
param: string;
|
|
881
|
+
productKeys?: ProductKeys;
|
|
882
|
+
typeGuard: IsBooleanType;
|
|
883
|
+
};
|
|
891
884
|
collab_bypass_out_of_sync_period_experiment: {
|
|
892
885
|
defaultValue: boolean;
|
|
893
886
|
param: string;
|
|
@@ -64,6 +64,12 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
+
cc_editor_limited_mode_expanded: {
|
|
68
|
+
defaultValue: boolean;
|
|
69
|
+
param: string;
|
|
70
|
+
productKeys?: ProductKeys;
|
|
71
|
+
typeGuard: IsBooleanType;
|
|
72
|
+
};
|
|
67
73
|
confluence_load_editor_title_on_transition: {
|
|
68
74
|
defaultValue: boolean;
|
|
69
75
|
param: string;
|
|
@@ -212,13 +218,6 @@ export declare const editorExperimentsConfig: {
|
|
|
212
218
|
productKeys?: ProductKeys;
|
|
213
219
|
typeGuard: IsBooleanType;
|
|
214
220
|
};
|
|
215
|
-
platform_editor_add_orange_highlight_color: {
|
|
216
|
-
defaultValue: 'control' | 'test';
|
|
217
|
-
param: string;
|
|
218
|
-
productKeys?: ProductKeys;
|
|
219
|
-
typeGuard: (value: unknown) => value is 'control' | 'test';
|
|
220
|
-
values: ('control' | 'test')[];
|
|
221
|
-
};
|
|
222
221
|
platform_editor_ai_edit_response_in_preview: {
|
|
223
222
|
defaultValue: boolean;
|
|
224
223
|
param: string;
|
|
@@ -637,12 +636,6 @@ export declare const editorExperimentsConfig: {
|
|
|
637
636
|
productKeys?: ProductKeys;
|
|
638
637
|
typeGuard: IsBooleanType;
|
|
639
638
|
};
|
|
640
|
-
platform_editor_toolbar_aifc_patch_6: {
|
|
641
|
-
defaultValue: boolean;
|
|
642
|
-
param: string;
|
|
643
|
-
productKeys?: ProductKeys;
|
|
644
|
-
typeGuard: IsBooleanType;
|
|
645
|
-
};
|
|
646
639
|
platform_editor_usesharedpluginstateselector: {
|
|
647
640
|
defaultValue: boolean;
|
|
648
641
|
param: string;
|
|
@@ -822,12 +815,6 @@ export declare const editorExperimentsConfig: {
|
|
|
822
815
|
productKeys?: ProductKeys;
|
|
823
816
|
typeGuard: IsBooleanType;
|
|
824
817
|
};
|
|
825
|
-
platform_synced_blocks_offline_check_for_block: {
|
|
826
|
-
defaultValue: boolean;
|
|
827
|
-
param: string;
|
|
828
|
-
productKeys?: ProductKeys;
|
|
829
|
-
typeGuard: IsBooleanType;
|
|
830
|
-
};
|
|
831
818
|
platform_editor_sample_renderer_rendered_event: {
|
|
832
819
|
defaultValue: boolean;
|
|
833
820
|
param: string;
|
|
@@ -888,6 +875,12 @@ export declare const editorExperimentsConfig: {
|
|
|
888
875
|
productKeys?: ProductKeys;
|
|
889
876
|
typeGuard: IsBooleanType;
|
|
890
877
|
};
|
|
878
|
+
platform_editor_nested_drag_handle_icon: {
|
|
879
|
+
defaultValue: boolean;
|
|
880
|
+
param: string;
|
|
881
|
+
productKeys?: ProductKeys;
|
|
882
|
+
typeGuard: IsBooleanType;
|
|
883
|
+
};
|
|
891
884
|
collab_bypass_out_of_sync_period_experiment: {
|
|
892
885
|
defaultValue: boolean;
|
|
893
886
|
param: string;
|
package/package.json
CHANGED