@atlaskit/tmp-editor-statsig 40.2.0 → 40.5.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 +22 -0
- package/dist/cjs/exp-test-overrides.js +1 -0
- package/dist/cjs/experiments-config.js +25 -16
- package/dist/es2019/exp-test-overrides.js +1 -0
- package/dist/es2019/experiments-config.js +25 -16
- package/dist/esm/exp-test-overrides.js +1 -0
- package/dist/esm/experiments-config.js +25 -16
- package/dist/types/experiments-config.d.ts +18 -12
- package/dist/types-ts4.5/experiments-config.d.ts +18 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 40.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3bc16a4221f74`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3bc16a4221f74) -
|
|
8
|
+
[ux] EDITOR-5746 fix bug where drop targets appeared (and never cleared) after table row drag
|
|
9
|
+
|
|
10
|
+
## 40.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`bf8678936e092`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf8678936e092) -
|
|
15
|
+
Add platform_sl_3p_auth_rovo_action experiment
|
|
16
|
+
|
|
17
|
+
## 40.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`b6830be30e686`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b6830be30e686) -
|
|
22
|
+
Removed platform_editor_sel_toolbar_fix and platform_editor_sel_toolbar_scroll_pos_fix_exp
|
|
23
|
+
experiments from experiments config
|
|
24
|
+
|
|
3
25
|
## 40.2.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -17,6 +17,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
17
17
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
18
18
|
};
|
|
19
19
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
20
|
+
platform_sl_3p_auth_rovo_action: false,
|
|
20
21
|
cwr_blank_object_experiment: false,
|
|
21
22
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
22
23
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -710,14 +710,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
710
710
|
param: 'isEnabled',
|
|
711
711
|
defaultValue: false
|
|
712
712
|
}),
|
|
713
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
714
|
-
productKeys: {
|
|
715
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
716
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
717
|
-
},
|
|
718
|
-
param: 'isEnabled',
|
|
719
|
-
defaultValue: false
|
|
720
|
-
}),
|
|
721
713
|
// Added 2025-07-31
|
|
722
714
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
723
715
|
productKeys: {
|
|
@@ -1081,6 +1073,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1081
1073
|
param: 'cohort',
|
|
1082
1074
|
defaultValue: 'control'
|
|
1083
1075
|
}),
|
|
1076
|
+
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1077
|
+
platform_sl_3p_auth_rovo_action: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1078
|
+
productKeys: {
|
|
1079
|
+
confluence: 'platform_sl_3p_auth_rovo_action',
|
|
1080
|
+
jira: 'platform_sl_3p_auth_rovo_action'
|
|
1081
|
+
},
|
|
1082
|
+
param: 'isEnabled',
|
|
1083
|
+
defaultValue: false
|
|
1084
|
+
}),
|
|
1084
1085
|
// Added 2025-12-03
|
|
1085
1086
|
platform_editor_use_pmr_for_collab_presence_non_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1086
1087
|
productKeys: {
|
|
@@ -1131,14 +1132,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1131
1132
|
param: 'isEnabled',
|
|
1132
1133
|
defaultValue: false
|
|
1133
1134
|
}),
|
|
1134
|
-
platform_editor_sel_toolbar_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1135
|
-
productKeys: {
|
|
1136
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1137
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1138
|
-
},
|
|
1139
|
-
param: 'isEnabled',
|
|
1140
|
-
defaultValue: false
|
|
1141
|
-
}),
|
|
1142
1135
|
platform_editor_toolbar_aifc_use_editor_typography: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1143
1136
|
productKeys: {
|
|
1144
1137
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -1676,6 +1669,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1676
1669
|
param: 'isEnabled',
|
|
1677
1670
|
defaultValue: false
|
|
1678
1671
|
}),
|
|
1672
|
+
// Added 2026-03-19
|
|
1673
|
+
platform_editor_fix_table_row_drag_drop_target: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1674
|
+
productKeys: {
|
|
1675
|
+
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1676
|
+
},
|
|
1677
|
+
param: 'isEnabled',
|
|
1678
|
+
defaultValue: false
|
|
1679
|
+
}),
|
|
1679
1680
|
// Added 2026-03-11
|
|
1680
1681
|
platform_editor_remove_grid_init_reflow: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1681
1682
|
productKeys: {
|
|
@@ -1773,5 +1774,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1773
1774
|
},
|
|
1774
1775
|
param: 'isEnabled',
|
|
1775
1776
|
defaultValue: false
|
|
1777
|
+
}),
|
|
1778
|
+
// Added 2026-03-15
|
|
1779
|
+
platform_editor_sync_block_ssr_config: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1780
|
+
productKeys: {
|
|
1781
|
+
confluence: 'platform_editor_sync_block_ssr_config'
|
|
1782
|
+
},
|
|
1783
|
+
param: 'isEnabled',
|
|
1784
|
+
defaultValue: false
|
|
1776
1785
|
})
|
|
1777
1786
|
};
|
|
@@ -11,6 +11,7 @@ export const testMultivariateOverrides = {
|
|
|
11
11
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
12
|
};
|
|
13
13
|
export const testBooleanOverrides = {
|
|
14
|
+
platform_sl_3p_auth_rovo_action: false,
|
|
14
15
|
cwr_blank_object_experiment: false,
|
|
15
16
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
16
17
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -704,14 +704,6 @@ export const editorExperimentsConfig = {
|
|
|
704
704
|
param: 'isEnabled',
|
|
705
705
|
defaultValue: false
|
|
706
706
|
}),
|
|
707
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
710
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
711
|
-
},
|
|
712
|
-
param: 'isEnabled',
|
|
713
|
-
defaultValue: false
|
|
714
|
-
}),
|
|
715
707
|
// Added 2025-07-31
|
|
716
708
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
717
709
|
productKeys: {
|
|
@@ -1075,6 +1067,15 @@ export const editorExperimentsConfig = {
|
|
|
1075
1067
|
param: 'cohort',
|
|
1076
1068
|
defaultValue: 'control'
|
|
1077
1069
|
}),
|
|
1070
|
+
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1071
|
+
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1072
|
+
productKeys: {
|
|
1073
|
+
confluence: 'platform_sl_3p_auth_rovo_action',
|
|
1074
|
+
jira: 'platform_sl_3p_auth_rovo_action'
|
|
1075
|
+
},
|
|
1076
|
+
param: 'isEnabled',
|
|
1077
|
+
defaultValue: false
|
|
1078
|
+
}),
|
|
1078
1079
|
// Added 2025-12-03
|
|
1079
1080
|
platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
|
|
1080
1081
|
productKeys: {
|
|
@@ -1125,14 +1126,6 @@ export const editorExperimentsConfig = {
|
|
|
1125
1126
|
param: 'isEnabled',
|
|
1126
1127
|
defaultValue: false
|
|
1127
1128
|
}),
|
|
1128
|
-
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1129
|
-
productKeys: {
|
|
1130
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1131
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1132
|
-
},
|
|
1133
|
-
param: 'isEnabled',
|
|
1134
|
-
defaultValue: false
|
|
1135
|
-
}),
|
|
1136
1129
|
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1137
1130
|
productKeys: {
|
|
1138
1131
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -1670,6 +1663,14 @@ export const editorExperimentsConfig = {
|
|
|
1670
1663
|
param: 'isEnabled',
|
|
1671
1664
|
defaultValue: false
|
|
1672
1665
|
}),
|
|
1666
|
+
// Added 2026-03-19
|
|
1667
|
+
platform_editor_fix_table_row_drag_drop_target: createBooleanExperiment({
|
|
1668
|
+
productKeys: {
|
|
1669
|
+
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1670
|
+
},
|
|
1671
|
+
param: 'isEnabled',
|
|
1672
|
+
defaultValue: false
|
|
1673
|
+
}),
|
|
1673
1674
|
// Added 2026-03-11
|
|
1674
1675
|
platform_editor_remove_grid_init_reflow: createBooleanExperiment({
|
|
1675
1676
|
productKeys: {
|
|
@@ -1767,5 +1768,13 @@ export const editorExperimentsConfig = {
|
|
|
1767
1768
|
},
|
|
1768
1769
|
param: 'isEnabled',
|
|
1769
1770
|
defaultValue: false
|
|
1771
|
+
}),
|
|
1772
|
+
// Added 2026-03-15
|
|
1773
|
+
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1774
|
+
productKeys: {
|
|
1775
|
+
confluence: 'platform_editor_sync_block_ssr_config'
|
|
1776
|
+
},
|
|
1777
|
+
param: 'isEnabled',
|
|
1778
|
+
defaultValue: false
|
|
1770
1779
|
})
|
|
1771
1780
|
};
|
|
@@ -11,6 +11,7 @@ export var testMultivariateOverrides = {
|
|
|
11
11
|
cc_fd_db_top_editor_toolbar: 'control'
|
|
12
12
|
};
|
|
13
13
|
export var testBooleanOverrides = {
|
|
14
|
+
platform_sl_3p_auth_rovo_action: false,
|
|
14
15
|
cwr_blank_object_experiment: false,
|
|
15
16
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
16
17
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -704,14 +704,6 @@ export var editorExperimentsConfig = {
|
|
|
704
704
|
param: 'isEnabled',
|
|
705
705
|
defaultValue: false
|
|
706
706
|
}),
|
|
707
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: createBooleanExperiment({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'platform_editor_sel_toolbar_scroll_pos_fix_exp',
|
|
710
|
-
jira: 'platform_editor_sel_toolbar_scroll_pos_fix_exp'
|
|
711
|
-
},
|
|
712
|
-
param: 'isEnabled',
|
|
713
|
-
defaultValue: false
|
|
714
|
-
}),
|
|
715
707
|
// Added 2025-07-31
|
|
716
708
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
717
709
|
productKeys: {
|
|
@@ -1075,6 +1067,15 @@ export var editorExperimentsConfig = {
|
|
|
1075
1067
|
param: 'cohort',
|
|
1076
1068
|
defaultValue: 'control'
|
|
1077
1069
|
}),
|
|
1070
|
+
// Added 2026-03-17 - 3P auth Rovo actions on smart link hover card (boolean: isEnabled)
|
|
1071
|
+
platform_sl_3p_auth_rovo_action: createBooleanExperiment({
|
|
1072
|
+
productKeys: {
|
|
1073
|
+
confluence: 'platform_sl_3p_auth_rovo_action',
|
|
1074
|
+
jira: 'platform_sl_3p_auth_rovo_action'
|
|
1075
|
+
},
|
|
1076
|
+
param: 'isEnabled',
|
|
1077
|
+
defaultValue: false
|
|
1078
|
+
}),
|
|
1078
1079
|
// Added 2025-12-03
|
|
1079
1080
|
platform_editor_use_pmr_for_collab_presence_non_ic: createBooleanExperiment({
|
|
1080
1081
|
productKeys: {
|
|
@@ -1125,14 +1126,6 @@ export var editorExperimentsConfig = {
|
|
|
1125
1126
|
param: 'isEnabled',
|
|
1126
1127
|
defaultValue: false
|
|
1127
1128
|
}),
|
|
1128
|
-
platform_editor_sel_toolbar_fix: createBooleanExperiment({
|
|
1129
|
-
productKeys: {
|
|
1130
|
-
confluence: 'platform_editor_sel_toolbar_fix',
|
|
1131
|
-
jira: 'platform_editor_sel_toolbar_fix'
|
|
1132
|
-
},
|
|
1133
|
-
param: 'isEnabled',
|
|
1134
|
-
defaultValue: false
|
|
1135
|
-
}),
|
|
1136
1129
|
platform_editor_toolbar_aifc_use_editor_typography: createBooleanExperiment({
|
|
1137
1130
|
productKeys: {
|
|
1138
1131
|
confluence: 'platform_editor_toolbar_aifc_use_editor_typography',
|
|
@@ -1670,6 +1663,14 @@ export var editorExperimentsConfig = {
|
|
|
1670
1663
|
param: 'isEnabled',
|
|
1671
1664
|
defaultValue: false
|
|
1672
1665
|
}),
|
|
1666
|
+
// Added 2026-03-19
|
|
1667
|
+
platform_editor_fix_table_row_drag_drop_target: createBooleanExperiment({
|
|
1668
|
+
productKeys: {
|
|
1669
|
+
confluence: 'platform_editor_fix_table_row_drag_drop_target'
|
|
1670
|
+
},
|
|
1671
|
+
param: 'isEnabled',
|
|
1672
|
+
defaultValue: false
|
|
1673
|
+
}),
|
|
1673
1674
|
// Added 2026-03-11
|
|
1674
1675
|
platform_editor_remove_grid_init_reflow: createBooleanExperiment({
|
|
1675
1676
|
productKeys: {
|
|
@@ -1767,5 +1768,13 @@ export var editorExperimentsConfig = {
|
|
|
1767
1768
|
},
|
|
1768
1769
|
param: 'isEnabled',
|
|
1769
1770
|
defaultValue: false
|
|
1771
|
+
}),
|
|
1772
|
+
// Added 2026-03-15
|
|
1773
|
+
platform_editor_sync_block_ssr_config: createBooleanExperiment({
|
|
1774
|
+
productKeys: {
|
|
1775
|
+
confluence: 'platform_editor_sync_block_ssr_config'
|
|
1776
|
+
},
|
|
1777
|
+
param: 'isEnabled',
|
|
1778
|
+
defaultValue: false
|
|
1770
1779
|
})
|
|
1771
1780
|
};
|
|
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
|
|
|
190
190
|
productKeys?: ProductKeys;
|
|
191
191
|
typeGuard: IsBooleanType;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
194
|
-
defaultValue: boolean;
|
|
195
|
-
param: string;
|
|
196
|
-
productKeys?: ProductKeys;
|
|
197
|
-
typeGuard: IsBooleanType;
|
|
198
|
-
};
|
|
199
193
|
editor_enable_image_alignment_in_expand: {
|
|
200
194
|
defaultValue: boolean;
|
|
201
195
|
param: string;
|
|
@@ -736,6 +730,12 @@ export declare const editorExperimentsConfig: {
|
|
|
736
730
|
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
737
731
|
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
738
732
|
};
|
|
733
|
+
platform_sl_3p_auth_rovo_action: {
|
|
734
|
+
defaultValue: boolean;
|
|
735
|
+
param: string;
|
|
736
|
+
productKeys?: ProductKeys;
|
|
737
|
+
typeGuard: IsBooleanType;
|
|
738
|
+
};
|
|
739
739
|
platform_synced_block: {
|
|
740
740
|
defaultValue: boolean;
|
|
741
741
|
param: string;
|
|
@@ -839,12 +839,6 @@ export declare const editorExperimentsConfig: {
|
|
|
839
839
|
productKeys?: ProductKeys;
|
|
840
840
|
typeGuard: IsBooleanType;
|
|
841
841
|
};
|
|
842
|
-
platform_editor_sel_toolbar_fix: {
|
|
843
|
-
defaultValue: boolean;
|
|
844
|
-
param: string;
|
|
845
|
-
productKeys?: ProductKeys;
|
|
846
|
-
typeGuard: IsBooleanType;
|
|
847
|
-
};
|
|
848
842
|
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
849
843
|
defaultValue: boolean;
|
|
850
844
|
param: string;
|
|
@@ -1230,6 +1224,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1230
1224
|
productKeys?: ProductKeys;
|
|
1231
1225
|
typeGuard: IsBooleanType;
|
|
1232
1226
|
};
|
|
1227
|
+
platform_editor_fix_table_row_drag_drop_target: {
|
|
1228
|
+
defaultValue: boolean;
|
|
1229
|
+
param: string;
|
|
1230
|
+
productKeys?: ProductKeys;
|
|
1231
|
+
typeGuard: IsBooleanType;
|
|
1232
|
+
};
|
|
1233
1233
|
platform_editor_remove_grid_init_reflow: {
|
|
1234
1234
|
defaultValue: boolean;
|
|
1235
1235
|
param: string;
|
|
@@ -1302,5 +1302,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1302
1302
|
productKeys?: ProductKeys;
|
|
1303
1303
|
typeGuard: IsBooleanType;
|
|
1304
1304
|
};
|
|
1305
|
+
platform_editor_sync_block_ssr_config: {
|
|
1306
|
+
defaultValue: boolean;
|
|
1307
|
+
param: string;
|
|
1308
|
+
productKeys?: ProductKeys;
|
|
1309
|
+
typeGuard: IsBooleanType;
|
|
1310
|
+
};
|
|
1305
1311
|
};
|
|
1306
1312
|
export {};
|
|
@@ -190,12 +190,6 @@ export declare const editorExperimentsConfig: {
|
|
|
190
190
|
productKeys?: ProductKeys;
|
|
191
191
|
typeGuard: IsBooleanType;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_sel_toolbar_scroll_pos_fix_exp: {
|
|
194
|
-
defaultValue: boolean;
|
|
195
|
-
param: string;
|
|
196
|
-
productKeys?: ProductKeys;
|
|
197
|
-
typeGuard: IsBooleanType;
|
|
198
|
-
};
|
|
199
193
|
editor_enable_image_alignment_in_expand: {
|
|
200
194
|
defaultValue: boolean;
|
|
201
195
|
param: string;
|
|
@@ -736,6 +730,12 @@ export declare const editorExperimentsConfig: {
|
|
|
736
730
|
typeGuard: (value: unknown) => value is 'control' | 'card_by_default_only' | 'card_by_default_and_new_design';
|
|
737
731
|
values: ('control' | 'card_by_default_only' | 'card_by_default_and_new_design')[];
|
|
738
732
|
};
|
|
733
|
+
platform_sl_3p_auth_rovo_action: {
|
|
734
|
+
defaultValue: boolean;
|
|
735
|
+
param: string;
|
|
736
|
+
productKeys?: ProductKeys;
|
|
737
|
+
typeGuard: IsBooleanType;
|
|
738
|
+
};
|
|
739
739
|
platform_synced_block: {
|
|
740
740
|
defaultValue: boolean;
|
|
741
741
|
param: string;
|
|
@@ -839,12 +839,6 @@ export declare const editorExperimentsConfig: {
|
|
|
839
839
|
productKeys?: ProductKeys;
|
|
840
840
|
typeGuard: IsBooleanType;
|
|
841
841
|
};
|
|
842
|
-
platform_editor_sel_toolbar_fix: {
|
|
843
|
-
defaultValue: boolean;
|
|
844
|
-
param: string;
|
|
845
|
-
productKeys?: ProductKeys;
|
|
846
|
-
typeGuard: IsBooleanType;
|
|
847
|
-
};
|
|
848
842
|
platform_editor_toolbar_aifc_use_editor_typography: {
|
|
849
843
|
defaultValue: boolean;
|
|
850
844
|
param: string;
|
|
@@ -1230,6 +1224,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1230
1224
|
productKeys?: ProductKeys;
|
|
1231
1225
|
typeGuard: IsBooleanType;
|
|
1232
1226
|
};
|
|
1227
|
+
platform_editor_fix_table_row_drag_drop_target: {
|
|
1228
|
+
defaultValue: boolean;
|
|
1229
|
+
param: string;
|
|
1230
|
+
productKeys?: ProductKeys;
|
|
1231
|
+
typeGuard: IsBooleanType;
|
|
1232
|
+
};
|
|
1233
1233
|
platform_editor_remove_grid_init_reflow: {
|
|
1234
1234
|
defaultValue: boolean;
|
|
1235
1235
|
param: string;
|
|
@@ -1302,5 +1302,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1302
1302
|
productKeys?: ProductKeys;
|
|
1303
1303
|
typeGuard: IsBooleanType;
|
|
1304
1304
|
};
|
|
1305
|
+
platform_editor_sync_block_ssr_config: {
|
|
1306
|
+
defaultValue: boolean;
|
|
1307
|
+
param: string;
|
|
1308
|
+
productKeys?: ProductKeys;
|
|
1309
|
+
typeGuard: IsBooleanType;
|
|
1310
|
+
};
|
|
1305
1311
|
};
|
|
1306
1312
|
export {};
|
package/package.json
CHANGED