@atlaskit/tmp-editor-statsig 16.28.0 → 16.30.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 +29 -0
- package/dist/cjs/experiments-config.js +16 -33
- package/dist/es2019/experiments-config.js +16 -33
- package/dist/esm/experiments-config.js +16 -33
- package/dist/types/experiments-config.d.ts +12 -24
- package/dist/types-ts4.5/experiments-config.d.ts +12 -24
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6e8029473620b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e8029473620b) -
|
|
8
|
+
[EDITOR-4496] clean up experiment platform_editor_toolbar_aifc_patch_3 and remove view-mode plugin
|
|
9
|
+
dependency from loom plugin
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`75dab6838b95f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/75dab6838b95f) -
|
|
14
|
+
[ux] EDITOR-3718: Fix Rovo loading modal max-width overflow on small screens (gated)
|
|
15
|
+
- [`0a9962a3aa24c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a9962a3aa24c) -
|
|
16
|
+
tidy up experiment platform_editor_resizer_styles_cleanup
|
|
17
|
+
|
|
18
|
+
## 16.29.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`f662f3b30ee2e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f662f3b30ee2e) -
|
|
23
|
+
Adds new experiment to set selection to the element that attributes are being set of to match
|
|
24
|
+
previous behaviour.
|
|
25
|
+
- [`2c3c92548bb9c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2c3c92548bb9c) -
|
|
26
|
+
EDITOR-4639 cleanup cc_editor_limited_mode, cc_editor_limited_mode_include_lcm and unshipped code.
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
|
|
3
32
|
## 16.28.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
@@ -55,14 +55,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
55
55
|
defaultValue: false
|
|
56
56
|
}),
|
|
57
57
|
// Added 03-09-2025
|
|
58
|
-
cc_editor_limited_mode_include_lcm: (0, _experimentBuilders.createBooleanExperiment)({
|
|
59
|
-
productKeys: {
|
|
60
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
61
|
-
},
|
|
62
|
-
param: 'isEnabled',
|
|
63
|
-
defaultValue: false
|
|
64
|
-
}),
|
|
65
|
-
// Added 03-09-2025
|
|
66
58
|
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
67
59
|
productKeys: {
|
|
68
60
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -134,14 +126,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
134
126
|
param: 'isEnabled',
|
|
135
127
|
defaultValue: false
|
|
136
128
|
}),
|
|
137
|
-
// Added 2025-11-26
|
|
138
|
-
platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
|
|
139
|
-
productKeys: {
|
|
140
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
141
|
-
},
|
|
142
|
-
param: 'isEnabled',
|
|
143
|
-
defaultValue: false
|
|
144
|
-
}),
|
|
145
129
|
// Added 2025-11-12
|
|
146
130
|
platform_editor_media_vc_fixes: (0, _experimentBuilders.createBooleanExperiment)({
|
|
147
131
|
productKeys: {
|
|
@@ -705,15 +689,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
705
689
|
param: 'isEnabled',
|
|
706
690
|
defaultValue: false
|
|
707
691
|
}),
|
|
708
|
-
//Added 2025-07-16
|
|
709
|
-
platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
710
|
-
productKeys: {
|
|
711
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
712
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
713
|
-
},
|
|
714
|
-
param: 'isEnabled',
|
|
715
|
-
defaultValue: false
|
|
716
|
-
}),
|
|
717
692
|
// Added 2025-08-04
|
|
718
693
|
platform_editor_floating_toolbar_button_aria_label: (0, _experimentBuilders.createBooleanExperiment)({
|
|
719
694
|
productKeys: {
|
|
@@ -771,14 +746,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
771
746
|
param: 'isEnabled',
|
|
772
747
|
defaultValue: false
|
|
773
748
|
}),
|
|
774
|
-
// Added 2025-08-06
|
|
775
|
-
cc_editor_limited_mode: (0, _experimentBuilders.createBooleanExperiment)({
|
|
776
|
-
productKeys: {
|
|
777
|
-
confluence: 'cc_editor_limited_mode'
|
|
778
|
-
},
|
|
779
|
-
param: 'isEnabled',
|
|
780
|
-
defaultValue: false
|
|
781
|
-
}),
|
|
782
749
|
// Added 2025-08-05
|
|
783
750
|
platform_editor_native_anchor_with_dnd: (0, _experimentBuilders.createBooleanExperiment)({
|
|
784
751
|
productKeys: {
|
|
@@ -876,6 +843,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
876
843
|
param: 'isEnabled',
|
|
877
844
|
defaultValue: false
|
|
878
845
|
}),
|
|
846
|
+
platform_editor_ai_update_set_attrs_selection: (0, _experimentBuilders.createBooleanExperiment)({
|
|
847
|
+
productKeys: {
|
|
848
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
849
|
+
},
|
|
850
|
+
param: 'isEnabled',
|
|
851
|
+
defaultValue: false
|
|
852
|
+
}),
|
|
879
853
|
// Added 2025-09-08
|
|
880
854
|
platform_editor_editor_width_analytics: (0, _experimentBuilders.createBooleanExperiment)({
|
|
881
855
|
productKeys: {
|
|
@@ -1256,5 +1230,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1256
1230
|
},
|
|
1257
1231
|
param: 'isEnabled',
|
|
1258
1232
|
defaultValue: false
|
|
1233
|
+
}),
|
|
1234
|
+
// Added 2026-01-22
|
|
1235
|
+
platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1236
|
+
productKeys: {
|
|
1237
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1238
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1239
|
+
},
|
|
1240
|
+
param: 'isEnabled',
|
|
1241
|
+
defaultValue: false
|
|
1259
1242
|
})
|
|
1260
1243
|
};
|
|
@@ -49,14 +49,6 @@ export const editorExperimentsConfig = {
|
|
|
49
49
|
defaultValue: false
|
|
50
50
|
}),
|
|
51
51
|
// Added 03-09-2025
|
|
52
|
-
cc_editor_limited_mode_include_lcm: createBooleanExperiment({
|
|
53
|
-
productKeys: {
|
|
54
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
55
|
-
},
|
|
56
|
-
param: 'isEnabled',
|
|
57
|
-
defaultValue: false
|
|
58
|
-
}),
|
|
59
|
-
// Added 03-09-2025
|
|
60
52
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
61
53
|
productKeys: {
|
|
62
54
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -128,14 +120,6 @@ export const editorExperimentsConfig = {
|
|
|
128
120
|
param: 'isEnabled',
|
|
129
121
|
defaultValue: false
|
|
130
122
|
}),
|
|
131
|
-
// Added 2025-11-26
|
|
132
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
133
|
-
productKeys: {
|
|
134
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
135
|
-
},
|
|
136
|
-
param: 'isEnabled',
|
|
137
|
-
defaultValue: false
|
|
138
|
-
}),
|
|
139
123
|
// Added 2025-11-12
|
|
140
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
141
125
|
productKeys: {
|
|
@@ -699,15 +683,6 @@ export const editorExperimentsConfig = {
|
|
|
699
683
|
param: 'isEnabled',
|
|
700
684
|
defaultValue: false
|
|
701
685
|
}),
|
|
702
|
-
//Added 2025-07-16
|
|
703
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
704
|
-
productKeys: {
|
|
705
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
706
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
707
|
-
},
|
|
708
|
-
param: 'isEnabled',
|
|
709
|
-
defaultValue: false
|
|
710
|
-
}),
|
|
711
686
|
// Added 2025-08-04
|
|
712
687
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
713
688
|
productKeys: {
|
|
@@ -765,14 +740,6 @@ export const editorExperimentsConfig = {
|
|
|
765
740
|
param: 'isEnabled',
|
|
766
741
|
defaultValue: false
|
|
767
742
|
}),
|
|
768
|
-
// Added 2025-08-06
|
|
769
|
-
cc_editor_limited_mode: createBooleanExperiment({
|
|
770
|
-
productKeys: {
|
|
771
|
-
confluence: 'cc_editor_limited_mode'
|
|
772
|
-
},
|
|
773
|
-
param: 'isEnabled',
|
|
774
|
-
defaultValue: false
|
|
775
|
-
}),
|
|
776
743
|
// Added 2025-08-05
|
|
777
744
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
778
745
|
productKeys: {
|
|
@@ -870,6 +837,13 @@ export const editorExperimentsConfig = {
|
|
|
870
837
|
param: 'isEnabled',
|
|
871
838
|
defaultValue: false
|
|
872
839
|
}),
|
|
840
|
+
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
841
|
+
productKeys: {
|
|
842
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
843
|
+
},
|
|
844
|
+
param: 'isEnabled',
|
|
845
|
+
defaultValue: false
|
|
846
|
+
}),
|
|
873
847
|
// Added 2025-09-08
|
|
874
848
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
875
849
|
productKeys: {
|
|
@@ -1250,5 +1224,14 @@ export const editorExperimentsConfig = {
|
|
|
1250
1224
|
},
|
|
1251
1225
|
param: 'isEnabled',
|
|
1252
1226
|
defaultValue: false
|
|
1227
|
+
}),
|
|
1228
|
+
// Added 2026-01-22
|
|
1229
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1230
|
+
productKeys: {
|
|
1231
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1232
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1233
|
+
},
|
|
1234
|
+
param: 'isEnabled',
|
|
1235
|
+
defaultValue: false
|
|
1253
1236
|
})
|
|
1254
1237
|
};
|
|
@@ -49,14 +49,6 @@ export var editorExperimentsConfig = {
|
|
|
49
49
|
defaultValue: false
|
|
50
50
|
}),
|
|
51
51
|
// Added 03-09-2025
|
|
52
|
-
cc_editor_limited_mode_include_lcm: createBooleanExperiment({
|
|
53
|
-
productKeys: {
|
|
54
|
-
confluence: 'cc_editor_limited_mode_include_lcm'
|
|
55
|
-
},
|
|
56
|
-
param: 'isEnabled',
|
|
57
|
-
defaultValue: false
|
|
58
|
-
}),
|
|
59
|
-
// Added 03-09-2025
|
|
60
52
|
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
61
53
|
productKeys: {
|
|
62
54
|
confluence: 'cc_editor_interactivity_monitoring'
|
|
@@ -128,14 +120,6 @@ export var editorExperimentsConfig = {
|
|
|
128
120
|
param: 'isEnabled',
|
|
129
121
|
defaultValue: false
|
|
130
122
|
}),
|
|
131
|
-
// Added 2025-11-26
|
|
132
|
-
platform_editor_resizer_styles_cleanup: createBooleanExperiment({
|
|
133
|
-
productKeys: {
|
|
134
|
-
confluence: 'platform_editor_resizer_styles_cleanup'
|
|
135
|
-
},
|
|
136
|
-
param: 'isEnabled',
|
|
137
|
-
defaultValue: false
|
|
138
|
-
}),
|
|
139
123
|
// Added 2025-11-12
|
|
140
124
|
platform_editor_media_vc_fixes: createBooleanExperiment({
|
|
141
125
|
productKeys: {
|
|
@@ -699,15 +683,6 @@ export var editorExperimentsConfig = {
|
|
|
699
683
|
param: 'isEnabled',
|
|
700
684
|
defaultValue: false
|
|
701
685
|
}),
|
|
702
|
-
//Added 2025-07-16
|
|
703
|
-
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
704
|
-
productKeys: {
|
|
705
|
-
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
706
|
-
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
707
|
-
},
|
|
708
|
-
param: 'isEnabled',
|
|
709
|
-
defaultValue: false
|
|
710
|
-
}),
|
|
711
686
|
// Added 2025-08-04
|
|
712
687
|
platform_editor_floating_toolbar_button_aria_label: createBooleanExperiment({
|
|
713
688
|
productKeys: {
|
|
@@ -765,14 +740,6 @@ export var editorExperimentsConfig = {
|
|
|
765
740
|
param: 'isEnabled',
|
|
766
741
|
defaultValue: false
|
|
767
742
|
}),
|
|
768
|
-
// Added 2025-08-06
|
|
769
|
-
cc_editor_limited_mode: createBooleanExperiment({
|
|
770
|
-
productKeys: {
|
|
771
|
-
confluence: 'cc_editor_limited_mode'
|
|
772
|
-
},
|
|
773
|
-
param: 'isEnabled',
|
|
774
|
-
defaultValue: false
|
|
775
|
-
}),
|
|
776
743
|
// Added 2025-08-05
|
|
777
744
|
platform_editor_native_anchor_with_dnd: createBooleanExperiment({
|
|
778
745
|
productKeys: {
|
|
@@ -870,6 +837,13 @@ export var editorExperimentsConfig = {
|
|
|
870
837
|
param: 'isEnabled',
|
|
871
838
|
defaultValue: false
|
|
872
839
|
}),
|
|
840
|
+
platform_editor_ai_update_set_attrs_selection: createBooleanExperiment({
|
|
841
|
+
productKeys: {
|
|
842
|
+
confluence: 'platform_editor_ai_update_set_attrs_selection'
|
|
843
|
+
},
|
|
844
|
+
param: 'isEnabled',
|
|
845
|
+
defaultValue: false
|
|
846
|
+
}),
|
|
873
847
|
// Added 2025-09-08
|
|
874
848
|
platform_editor_editor_width_analytics: createBooleanExperiment({
|
|
875
849
|
productKeys: {
|
|
@@ -1250,5 +1224,14 @@ export var editorExperimentsConfig = {
|
|
|
1250
1224
|
},
|
|
1251
1225
|
param: 'isEnabled',
|
|
1252
1226
|
defaultValue: false
|
|
1227
|
+
}),
|
|
1228
|
+
// Added 2026-01-22
|
|
1229
|
+
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1230
|
+
productKeys: {
|
|
1231
|
+
confluence: 'platform_editor_ai_loading_responsive_width',
|
|
1232
|
+
jira: 'platform_editor_ai_loading_responsive_width'
|
|
1233
|
+
},
|
|
1234
|
+
param: 'isEnabled',
|
|
1235
|
+
defaultValue: false
|
|
1253
1236
|
})
|
|
1254
1237
|
};
|
|
@@ -64,12 +64,6 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
-
cc_editor_limited_mode: {
|
|
68
|
-
defaultValue: boolean;
|
|
69
|
-
param: string;
|
|
70
|
-
productKeys?: ProductKeys;
|
|
71
|
-
typeGuard: IsBooleanType;
|
|
72
|
-
};
|
|
73
67
|
confluence_load_editor_title_on_transition: {
|
|
74
68
|
defaultValue: boolean;
|
|
75
69
|
param: string;
|
|
@@ -82,12 +76,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
76
|
productKeys?: ProductKeys;
|
|
83
77
|
typeGuard: IsBooleanType;
|
|
84
78
|
};
|
|
85
|
-
cc_editor_limited_mode_include_lcm: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
79
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
80
|
defaultValue: boolean;
|
|
93
81
|
param: string;
|
|
@@ -385,6 +373,12 @@ export declare const editorExperimentsConfig: {
|
|
|
385
373
|
productKeys?: ProductKeys;
|
|
386
374
|
typeGuard: IsBooleanType;
|
|
387
375
|
};
|
|
376
|
+
platform_editor_ai_update_set_attrs_selection: {
|
|
377
|
+
defaultValue: boolean;
|
|
378
|
+
param: string;
|
|
379
|
+
productKeys?: ProductKeys;
|
|
380
|
+
typeGuard: IsBooleanType;
|
|
381
|
+
};
|
|
388
382
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
389
383
|
defaultValue: boolean;
|
|
390
384
|
param: string;
|
|
@@ -608,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
608
602
|
productKeys?: ProductKeys;
|
|
609
603
|
typeGuard: IsBooleanType;
|
|
610
604
|
};
|
|
611
|
-
platform_editor_resizer_styles_cleanup: {
|
|
612
|
-
defaultValue: boolean;
|
|
613
|
-
param: string;
|
|
614
|
-
productKeys?: ProductKeys;
|
|
615
|
-
typeGuard: IsBooleanType;
|
|
616
|
-
};
|
|
617
605
|
editor_fix_embed_width_expand: {
|
|
618
606
|
defaultValue: boolean;
|
|
619
607
|
param: string;
|
|
@@ -669,12 +657,6 @@ export declare const editorExperimentsConfig: {
|
|
|
669
657
|
productKeys?: ProductKeys;
|
|
670
658
|
typeGuard: IsBooleanType;
|
|
671
659
|
};
|
|
672
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
673
|
-
defaultValue: boolean;
|
|
674
|
-
param: string;
|
|
675
|
-
productKeys?: ProductKeys;
|
|
676
|
-
typeGuard: IsBooleanType;
|
|
677
|
-
};
|
|
678
660
|
platform_editor_toolbar_aifc_patch_6: {
|
|
679
661
|
defaultValue: boolean;
|
|
680
662
|
param: string;
|
|
@@ -926,5 +908,11 @@ export declare const editorExperimentsConfig: {
|
|
|
926
908
|
productKeys?: ProductKeys;
|
|
927
909
|
typeGuard: IsBooleanType;
|
|
928
910
|
};
|
|
911
|
+
platform_editor_ai_loading_responsive_width: {
|
|
912
|
+
defaultValue: boolean;
|
|
913
|
+
param: string;
|
|
914
|
+
productKeys?: ProductKeys;
|
|
915
|
+
typeGuard: IsBooleanType;
|
|
916
|
+
};
|
|
929
917
|
};
|
|
930
918
|
export {};
|
|
@@ -64,12 +64,6 @@ export declare const editorExperimentsConfig: {
|
|
|
64
64
|
productKeys?: ProductKeys;
|
|
65
65
|
typeGuard: IsBooleanType;
|
|
66
66
|
};
|
|
67
|
-
cc_editor_limited_mode: {
|
|
68
|
-
defaultValue: boolean;
|
|
69
|
-
param: string;
|
|
70
|
-
productKeys?: ProductKeys;
|
|
71
|
-
typeGuard: IsBooleanType;
|
|
72
|
-
};
|
|
73
67
|
confluence_load_editor_title_on_transition: {
|
|
74
68
|
defaultValue: boolean;
|
|
75
69
|
param: string;
|
|
@@ -82,12 +76,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
76
|
productKeys?: ProductKeys;
|
|
83
77
|
typeGuard: IsBooleanType;
|
|
84
78
|
};
|
|
85
|
-
cc_editor_limited_mode_include_lcm: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
79
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
80
|
defaultValue: boolean;
|
|
93
81
|
param: string;
|
|
@@ -385,6 +373,12 @@ export declare const editorExperimentsConfig: {
|
|
|
385
373
|
productKeys?: ProductKeys;
|
|
386
374
|
typeGuard: IsBooleanType;
|
|
387
375
|
};
|
|
376
|
+
platform_editor_ai_update_set_attrs_selection: {
|
|
377
|
+
defaultValue: boolean;
|
|
378
|
+
param: string;
|
|
379
|
+
productKeys?: ProductKeys;
|
|
380
|
+
typeGuard: IsBooleanType;
|
|
381
|
+
};
|
|
388
382
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
389
383
|
defaultValue: boolean;
|
|
390
384
|
param: string;
|
|
@@ -608,12 +602,6 @@ export declare const editorExperimentsConfig: {
|
|
|
608
602
|
productKeys?: ProductKeys;
|
|
609
603
|
typeGuard: IsBooleanType;
|
|
610
604
|
};
|
|
611
|
-
platform_editor_resizer_styles_cleanup: {
|
|
612
|
-
defaultValue: boolean;
|
|
613
|
-
param: string;
|
|
614
|
-
productKeys?: ProductKeys;
|
|
615
|
-
typeGuard: IsBooleanType;
|
|
616
|
-
};
|
|
617
605
|
editor_fix_embed_width_expand: {
|
|
618
606
|
defaultValue: boolean;
|
|
619
607
|
param: string;
|
|
@@ -669,12 +657,6 @@ export declare const editorExperimentsConfig: {
|
|
|
669
657
|
productKeys?: ProductKeys;
|
|
670
658
|
typeGuard: IsBooleanType;
|
|
671
659
|
};
|
|
672
|
-
platform_editor_toolbar_aifc_patch_3: {
|
|
673
|
-
defaultValue: boolean;
|
|
674
|
-
param: string;
|
|
675
|
-
productKeys?: ProductKeys;
|
|
676
|
-
typeGuard: IsBooleanType;
|
|
677
|
-
};
|
|
678
660
|
platform_editor_toolbar_aifc_patch_6: {
|
|
679
661
|
defaultValue: boolean;
|
|
680
662
|
param: string;
|
|
@@ -926,5 +908,11 @@ export declare const editorExperimentsConfig: {
|
|
|
926
908
|
productKeys?: ProductKeys;
|
|
927
909
|
typeGuard: IsBooleanType;
|
|
928
910
|
};
|
|
911
|
+
platform_editor_ai_loading_responsive_width: {
|
|
912
|
+
defaultValue: boolean;
|
|
913
|
+
param: string;
|
|
914
|
+
productKeys?: ProductKeys;
|
|
915
|
+
typeGuard: IsBooleanType;
|
|
916
|
+
};
|
|
929
917
|
};
|
|
930
918
|
export {};
|
package/package.json
CHANGED