@atlaskit/tmp-editor-statsig 8.6.0 → 8.8.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 +23 -0
- package/dist/cjs/experiments-config.js +8 -30
- package/dist/es2019/experiments-config.js +8 -30
- package/dist/esm/experiments-config.js +8 -30
- package/dist/types/editor-experiments-test-utils.d.ts +3 -345
- package/dist/types/experiment-builders.d.ts +2 -2
- package/dist/types/experiments-config.d.ts +55 -73
- package/dist/types/setup.d.ts +1 -57
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +3 -345
- package/dist/types-ts4.5/experiment-builders.d.ts +2 -2
- package/dist/types-ts4.5/experiments-config.d.ts +55 -73
- package/dist/types-ts4.5/setup.d.ts +1 -57
- package/package.json +1 -1
|
@@ -8,341 +8,323 @@ export declare const editorExperimentsConfig: {
|
|
|
8
8
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
9
9
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
10
10
|
defaultValue: boolean;
|
|
11
|
-
productKeys?: import("./types").ProductKeys
|
|
11
|
+
productKeys?: import("./types").ProductKeys;
|
|
12
12
|
param: string;
|
|
13
13
|
};
|
|
14
14
|
platform_editor_memoized_node_check: {
|
|
15
15
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
16
16
|
defaultValue: boolean;
|
|
17
|
-
productKeys?: import("./types").ProductKeys
|
|
17
|
+
productKeys?: import("./types").ProductKeys;
|
|
18
18
|
param: string;
|
|
19
19
|
};
|
|
20
20
|
platform_editor_media_card_vc_wrapper_attribute: {
|
|
21
21
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
22
22
|
defaultValue: boolean;
|
|
23
|
-
productKeys?: import("./types").ProductKeys
|
|
23
|
+
productKeys?: import("./types").ProductKeys;
|
|
24
24
|
param: string;
|
|
25
25
|
};
|
|
26
26
|
platform_editor_block_control_optimise_render: {
|
|
27
27
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
28
28
|
defaultValue: boolean;
|
|
29
|
-
productKeys?: import("./types").ProductKeys
|
|
29
|
+
productKeys?: import("./types").ProductKeys;
|
|
30
30
|
param: string;
|
|
31
31
|
};
|
|
32
32
|
'example-boolean': {
|
|
33
33
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
34
34
|
defaultValue: boolean;
|
|
35
|
-
productKeys?: import("./types").ProductKeys
|
|
35
|
+
productKeys?: import("./types").ProductKeys;
|
|
36
36
|
param: string;
|
|
37
37
|
};
|
|
38
38
|
'example-multivariate': {
|
|
39
39
|
values: ("one" | "two" | "three")[];
|
|
40
40
|
typeGuard: (value: unknown) => value is "one" | "two" | "three";
|
|
41
41
|
defaultValue: "one" | "two" | "three";
|
|
42
|
-
productKeys?: import("./types").ProductKeys
|
|
42
|
+
productKeys?: import("./types").ProductKeys;
|
|
43
43
|
param: string;
|
|
44
44
|
};
|
|
45
45
|
'test-new-experiments-package': {
|
|
46
46
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
47
47
|
defaultValue: boolean;
|
|
48
|
-
productKeys?: import("./types").ProductKeys
|
|
48
|
+
productKeys?: import("./types").ProductKeys;
|
|
49
49
|
param: string;
|
|
50
50
|
};
|
|
51
51
|
support_table_in_comment: {
|
|
52
52
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
53
53
|
defaultValue: boolean;
|
|
54
|
-
productKeys?: import("./types").ProductKeys
|
|
54
|
+
productKeys?: import("./types").ProductKeys;
|
|
55
55
|
param: string;
|
|
56
56
|
};
|
|
57
57
|
platform_editor_exp_lazy_node_views: {
|
|
58
58
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
59
59
|
defaultValue: boolean;
|
|
60
|
-
productKeys?: import("./types").ProductKeys
|
|
60
|
+
productKeys?: import("./types").ProductKeys;
|
|
61
61
|
param: string;
|
|
62
62
|
};
|
|
63
63
|
platform_renderer_table_sticky_scrollbar: {
|
|
64
64
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
65
65
|
defaultValue: boolean;
|
|
66
|
-
productKeys?: import("./types").ProductKeys
|
|
66
|
+
productKeys?: import("./types").ProductKeys;
|
|
67
67
|
param: string;
|
|
68
68
|
};
|
|
69
69
|
platform_editor_controls_performance_fixes: {
|
|
70
70
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
71
71
|
defaultValue: boolean;
|
|
72
|
-
productKeys?: import("./types").ProductKeys
|
|
72
|
+
productKeys?: import("./types").ProductKeys;
|
|
73
73
|
param: string;
|
|
74
74
|
};
|
|
75
75
|
platform_editor_prevent_toolbar_layout_shifts: {
|
|
76
76
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
77
77
|
defaultValue: boolean;
|
|
78
|
-
productKeys?: import("./types").ProductKeys
|
|
78
|
+
productKeys?: import("./types").ProductKeys;
|
|
79
79
|
param: string;
|
|
80
80
|
};
|
|
81
81
|
comment_on_bodied_extensions: {
|
|
82
82
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
83
83
|
defaultValue: boolean;
|
|
84
|
-
productKeys?: import("./types").ProductKeys
|
|
84
|
+
productKeys?: import("./types").ProductKeys;
|
|
85
85
|
param: string;
|
|
86
86
|
};
|
|
87
87
|
advanced_layouts: {
|
|
88
88
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
89
89
|
defaultValue: boolean;
|
|
90
|
-
productKeys?: import("./types").ProductKeys
|
|
90
|
+
productKeys?: import("./types").ProductKeys;
|
|
91
91
|
param: string;
|
|
92
92
|
};
|
|
93
93
|
single_column_layouts: {
|
|
94
94
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
95
95
|
defaultValue: boolean;
|
|
96
|
-
productKeys?: import("./types").ProductKeys
|
|
96
|
+
productKeys?: import("./types").ProductKeys;
|
|
97
97
|
param: string;
|
|
98
98
|
};
|
|
99
99
|
support_table_in_comment_jira: {
|
|
100
100
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
101
101
|
defaultValue: boolean;
|
|
102
|
-
productKeys?: import("./types").ProductKeys
|
|
102
|
+
productKeys?: import("./types").ProductKeys;
|
|
103
103
|
param: string;
|
|
104
104
|
};
|
|
105
105
|
'platform_editor_ai-prompts-placeholder': {
|
|
106
106
|
values: ("test" | "control")[];
|
|
107
107
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
108
108
|
defaultValue: "test" | "control";
|
|
109
|
-
productKeys?: import("./types").ProductKeys
|
|
109
|
+
productKeys?: import("./types").ProductKeys;
|
|
110
110
|
param: string;
|
|
111
111
|
};
|
|
112
112
|
'nested-tables-in-tables': {
|
|
113
113
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
114
114
|
defaultValue: boolean;
|
|
115
|
-
productKeys?: import("./types").ProductKeys
|
|
115
|
+
productKeys?: import("./types").ProductKeys;
|
|
116
116
|
param: string;
|
|
117
117
|
};
|
|
118
118
|
platform_editor_ai_unsplash_page_header: {
|
|
119
119
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
120
120
|
defaultValue: boolean;
|
|
121
|
-
productKeys?: import("./types").ProductKeys
|
|
121
|
+
productKeys?: import("./types").ProductKeys;
|
|
122
122
|
param: string;
|
|
123
123
|
};
|
|
124
124
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
125
125
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
126
126
|
defaultValue: boolean;
|
|
127
|
-
productKeys?: import("./types").ProductKeys
|
|
127
|
+
productKeys?: import("./types").ProductKeys;
|
|
128
128
|
param: string;
|
|
129
129
|
};
|
|
130
130
|
platform_editor_advanced_code_blocks: {
|
|
131
131
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
132
132
|
defaultValue: boolean;
|
|
133
|
-
productKeys?: import("./types").ProductKeys
|
|
133
|
+
productKeys?: import("./types").ProductKeys;
|
|
134
134
|
param: string;
|
|
135
135
|
};
|
|
136
136
|
platform_editor_element_drag_and_drop_multiselect: {
|
|
137
137
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
138
138
|
defaultValue: boolean;
|
|
139
|
-
productKeys?: import("./types").ProductKeys
|
|
139
|
+
productKeys?: import("./types").ProductKeys;
|
|
140
140
|
param: string;
|
|
141
141
|
};
|
|
142
142
|
platform_editor_ai_edit_response_in_preview: {
|
|
143
143
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
144
144
|
defaultValue: boolean;
|
|
145
|
-
productKeys?: import("./types").ProductKeys
|
|
145
|
+
productKeys?: import("./types").ProductKeys;
|
|
146
146
|
param: string;
|
|
147
147
|
};
|
|
148
148
|
platform_editor_controls: {
|
|
149
149
|
values: ("control" | "variant1")[];
|
|
150
150
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
151
151
|
defaultValue: "control" | "variant1";
|
|
152
|
-
productKeys?: import("./types").ProductKeys
|
|
152
|
+
productKeys?: import("./types").ProductKeys;
|
|
153
153
|
param: string;
|
|
154
154
|
};
|
|
155
155
|
platform_editor_smart_link_cmd_ctrl_click: {
|
|
156
156
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
157
157
|
defaultValue: boolean;
|
|
158
|
-
productKeys?: import("./types").ProductKeys
|
|
158
|
+
productKeys?: import("./types").ProductKeys;
|
|
159
159
|
param: string;
|
|
160
160
|
};
|
|
161
161
|
platform_editor_insertion: {
|
|
162
162
|
values: ("control" | "variant1")[];
|
|
163
163
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
164
164
|
defaultValue: "control" | "variant1";
|
|
165
|
-
productKeys?: import("./types").ProductKeys
|
|
165
|
+
productKeys?: import("./types").ProductKeys;
|
|
166
166
|
param: string;
|
|
167
167
|
};
|
|
168
168
|
platform_editor_vanilla_dom: {
|
|
169
169
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
170
170
|
defaultValue: boolean;
|
|
171
|
-
productKeys?: import("./types").ProductKeys
|
|
171
|
+
productKeys?: import("./types").ProductKeys;
|
|
172
172
|
param: string;
|
|
173
173
|
};
|
|
174
174
|
editor_text_highlight_orange_to_yellow: {
|
|
175
175
|
values: ("test" | "control")[];
|
|
176
176
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
177
177
|
defaultValue: "test" | "control";
|
|
178
|
-
productKeys?: import("./types").ProductKeys
|
|
178
|
+
productKeys?: import("./types").ProductKeys;
|
|
179
179
|
param: string;
|
|
180
180
|
};
|
|
181
181
|
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
182
182
|
values: ("control" | "variant1")[];
|
|
183
183
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
184
184
|
defaultValue: "control" | "variant1";
|
|
185
|
-
productKeys?: import("./types").ProductKeys
|
|
185
|
+
productKeys?: import("./types").ProductKeys;
|
|
186
186
|
param: string;
|
|
187
187
|
};
|
|
188
188
|
platform_editor_offline_editing_web: {
|
|
189
189
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
190
190
|
defaultValue: boolean;
|
|
191
|
-
productKeys?: import("./types").ProductKeys
|
|
191
|
+
productKeys?: import("./types").ProductKeys;
|
|
192
192
|
param: string;
|
|
193
193
|
};
|
|
194
194
|
editor_ai_inline_suggestion_date_v2: {
|
|
195
195
|
values: ("test" | "control")[];
|
|
196
196
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
197
197
|
defaultValue: "test" | "control";
|
|
198
|
-
productKeys?: import("./types").ProductKeys
|
|
198
|
+
productKeys?: import("./types").ProductKeys;
|
|
199
199
|
param: string;
|
|
200
200
|
};
|
|
201
201
|
platform_editor_tables_drag_and_drop: {
|
|
202
202
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
203
203
|
defaultValue: boolean;
|
|
204
|
-
productKeys?: import("./types").ProductKeys
|
|
204
|
+
productKeys?: import("./types").ProductKeys;
|
|
205
205
|
param: string;
|
|
206
206
|
};
|
|
207
207
|
platform_editor_tables_table_selector: {
|
|
208
208
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
209
209
|
defaultValue: boolean;
|
|
210
|
-
productKeys?: import("./types").ProductKeys
|
|
210
|
+
productKeys?: import("./types").ProductKeys;
|
|
211
211
|
param: string;
|
|
212
212
|
};
|
|
213
213
|
platform_editor_usesharedpluginstateselector: {
|
|
214
214
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
215
215
|
defaultValue: boolean;
|
|
216
|
-
productKeys?: import("./types").ProductKeys
|
|
216
|
+
productKeys?: import("./types").ProductKeys;
|
|
217
217
|
param: string;
|
|
218
218
|
};
|
|
219
219
|
platform_renderer_fix_analytics_memo_callback: {
|
|
220
220
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
221
221
|
defaultValue: boolean;
|
|
222
|
-
productKeys?: import("./types").ProductKeys
|
|
222
|
+
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
param: string;
|
|
224
224
|
};
|
|
225
225
|
editor_ai_contextual_selection_toolbar_button: {
|
|
226
226
|
values: ("test" | "control")[];
|
|
227
227
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
228
228
|
defaultValue: "test" | "control";
|
|
229
|
-
productKeys?: import("./types").ProductKeys
|
|
229
|
+
productKeys?: import("./types").ProductKeys;
|
|
230
230
|
param: string;
|
|
231
231
|
};
|
|
232
232
|
editor_ai_converge_free_gen_on_rovo: {
|
|
233
233
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
234
234
|
defaultValue: boolean;
|
|
235
|
-
productKeys?: import("./types").ProductKeys
|
|
235
|
+
productKeys?: import("./types").ProductKeys;
|
|
236
236
|
param: string;
|
|
237
237
|
};
|
|
238
238
|
platform_editor_stop_width_reflows: {
|
|
239
239
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
240
240
|
defaultValue: boolean;
|
|
241
|
-
productKeys?: import("./types").ProductKeys
|
|
241
|
+
productKeys?: import("./types").ProductKeys;
|
|
242
242
|
param: string;
|
|
243
243
|
};
|
|
244
244
|
platform_editor_core_static_emotion: {
|
|
245
245
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
246
246
|
defaultValue: boolean;
|
|
247
|
-
productKeys?: import("./types").ProductKeys
|
|
247
|
+
productKeys?: import("./types").ProductKeys;
|
|
248
248
|
param: string;
|
|
249
249
|
};
|
|
250
250
|
platform_editor_core_static_emotion_non_central: {
|
|
251
251
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
252
252
|
defaultValue: boolean;
|
|
253
|
-
productKeys?: import("./types").ProductKeys
|
|
253
|
+
productKeys?: import("./types").ProductKeys;
|
|
254
254
|
param: string;
|
|
255
255
|
};
|
|
256
256
|
platform_editor_no_cursor_on_edit_page_init: {
|
|
257
257
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
258
258
|
defaultValue: boolean;
|
|
259
|
-
productKeys?: import("./types").ProductKeys
|
|
260
|
-
param: string;
|
|
261
|
-
};
|
|
262
|
-
platform_editor_nodevisibility: {
|
|
263
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
264
|
-
defaultValue: boolean;
|
|
265
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
259
|
+
productKeys?: import("./types").ProductKeys;
|
|
266
260
|
param: string;
|
|
267
261
|
};
|
|
268
262
|
platform_editor_breakout_resizing: {
|
|
269
263
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
270
264
|
defaultValue: boolean;
|
|
271
|
-
productKeys?: import("./types").ProductKeys
|
|
265
|
+
productKeys?: import("./types").ProductKeys;
|
|
272
266
|
param: string;
|
|
273
267
|
};
|
|
274
268
|
platform_editor_ai_quickstart_command: {
|
|
275
269
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
276
270
|
defaultValue: boolean;
|
|
277
|
-
productKeys?: import("./types").ProductKeys
|
|
278
|
-
param: string;
|
|
279
|
-
};
|
|
280
|
-
platform_editor_hide_floating_toolbar_in_ssr: {
|
|
281
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
282
|
-
defaultValue: boolean;
|
|
283
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
284
|
-
param: string;
|
|
285
|
-
};
|
|
286
|
-
platform_editor_smart_card_open_overlay_perf: {
|
|
287
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
288
|
-
defaultValue: boolean;
|
|
289
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
271
|
+
productKeys?: import("./types").ProductKeys;
|
|
290
272
|
param: string;
|
|
291
273
|
};
|
|
292
274
|
platform_editor_toolbar_rerender_optimization_exp: {
|
|
293
275
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
294
276
|
defaultValue: boolean;
|
|
295
|
-
productKeys?: import("./types").ProductKeys
|
|
277
|
+
productKeys?: import("./types").ProductKeys;
|
|
296
278
|
param: string;
|
|
297
279
|
};
|
|
298
280
|
platform_editor_controls_toolbar_pinning_exp: {
|
|
299
281
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
300
282
|
defaultValue: boolean;
|
|
301
|
-
productKeys?: import("./types").ProductKeys
|
|
283
|
+
productKeys?: import("./types").ProductKeys;
|
|
302
284
|
param: string;
|
|
303
285
|
};
|
|
304
286
|
platform_editor_block_controls_perf_optimization: {
|
|
305
287
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
306
288
|
defaultValue: boolean;
|
|
307
|
-
productKeys?: import("./types").ProductKeys
|
|
289
|
+
productKeys?: import("./types").ProductKeys;
|
|
308
290
|
param: string;
|
|
309
291
|
};
|
|
310
|
-
|
|
292
|
+
platform_editor_enable_single_player_step_merging: {
|
|
311
293
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
312
294
|
defaultValue: boolean;
|
|
313
|
-
productKeys?: import("./types").ProductKeys
|
|
295
|
+
productKeys?: import("./types").ProductKeys;
|
|
314
296
|
param: string;
|
|
315
297
|
};
|
|
316
|
-
|
|
298
|
+
platform_editor_ai_iw_adf_streaming: {
|
|
317
299
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
318
300
|
defaultValue: boolean;
|
|
319
|
-
productKeys?: import("./types").ProductKeys
|
|
301
|
+
productKeys?: import("./types").ProductKeys;
|
|
320
302
|
param: string;
|
|
321
303
|
};
|
|
322
|
-
|
|
304
|
+
platform_editor_ai_remove_trivial_prompts_cc: {
|
|
323
305
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
324
306
|
defaultValue: boolean;
|
|
325
|
-
productKeys?: import("./types").ProductKeys
|
|
307
|
+
productKeys?: import("./types").ProductKeys;
|
|
326
308
|
param: string;
|
|
327
309
|
};
|
|
328
310
|
confluence_whiteboards_quick_insert_aa: {
|
|
329
311
|
values: ("control" | "test_blank" | "test_diagram")[];
|
|
330
312
|
typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
|
|
331
313
|
defaultValue: "control" | "test_blank" | "test_diagram";
|
|
332
|
-
productKeys?: import("./types").ProductKeys
|
|
314
|
+
productKeys?: import("./types").ProductKeys;
|
|
333
315
|
param: string;
|
|
334
316
|
};
|
|
335
317
|
platform_editor_find_and_replace_improvements: {
|
|
336
318
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
337
319
|
defaultValue: boolean;
|
|
338
|
-
productKeys?: import("./types").ProductKeys
|
|
320
|
+
productKeys?: import("./types").ProductKeys;
|
|
339
321
|
param: string;
|
|
340
322
|
};
|
|
341
323
|
confluence_whiteboards_quick_insert: {
|
|
342
324
|
values: ("control" | "test_blank" | "test_diagram")[];
|
|
343
325
|
typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
|
|
344
326
|
defaultValue: "control" | "test_blank" | "test_diagram";
|
|
345
|
-
productKeys?: import("./types").ProductKeys
|
|
327
|
+
productKeys?: import("./types").ProductKeys;
|
|
346
328
|
param: string;
|
|
347
329
|
};
|
|
348
330
|
};
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -7,63 +7,7 @@ export type EditorExperimentParamOverrides = {
|
|
|
7
7
|
[paramName: string]: any;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
export declare let _overrides:
|
|
11
|
-
platform_editor_reduce_noisy_steps_ncs: boolean;
|
|
12
|
-
platform_editor_memoized_node_check: boolean;
|
|
13
|
-
platform_editor_media_card_vc_wrapper_attribute: boolean;
|
|
14
|
-
platform_editor_block_control_optimise_render: boolean;
|
|
15
|
-
'example-boolean': boolean;
|
|
16
|
-
'example-multivariate': "one" | "two" | "three";
|
|
17
|
-
'test-new-experiments-package': boolean;
|
|
18
|
-
support_table_in_comment: boolean;
|
|
19
|
-
platform_editor_exp_lazy_node_views: boolean;
|
|
20
|
-
platform_renderer_table_sticky_scrollbar: boolean;
|
|
21
|
-
platform_editor_controls_performance_fixes: boolean;
|
|
22
|
-
platform_editor_prevent_toolbar_layout_shifts: boolean;
|
|
23
|
-
comment_on_bodied_extensions: boolean;
|
|
24
|
-
advanced_layouts: boolean;
|
|
25
|
-
single_column_layouts: boolean;
|
|
26
|
-
support_table_in_comment_jira: boolean;
|
|
27
|
-
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
28
|
-
'nested-tables-in-tables': boolean;
|
|
29
|
-
platform_editor_ai_unsplash_page_header: boolean;
|
|
30
|
-
platform_editor_blockquote_in_text_formatting_menu: boolean;
|
|
31
|
-
platform_editor_advanced_code_blocks: boolean;
|
|
32
|
-
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
33
|
-
platform_editor_ai_edit_response_in_preview: boolean;
|
|
34
|
-
platform_editor_controls: "control" | "variant1";
|
|
35
|
-
platform_editor_smart_link_cmd_ctrl_click: boolean;
|
|
36
|
-
platform_editor_insertion: "control" | "variant1";
|
|
37
|
-
platform_editor_vanilla_dom: boolean;
|
|
38
|
-
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
39
|
-
platform_editor_ai_proactive_ai_nudge_parameters: "control" | "variant1";
|
|
40
|
-
platform_editor_offline_editing_web: boolean;
|
|
41
|
-
editor_ai_inline_suggestion_date_v2: "test" | "control";
|
|
42
|
-
platform_editor_tables_drag_and_drop: boolean;
|
|
43
|
-
platform_editor_tables_table_selector: boolean;
|
|
44
|
-
platform_editor_usesharedpluginstateselector: boolean;
|
|
45
|
-
platform_renderer_fix_analytics_memo_callback: boolean;
|
|
46
|
-
editor_ai_contextual_selection_toolbar_button: "test" | "control";
|
|
47
|
-
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
48
|
-
platform_editor_stop_width_reflows: boolean;
|
|
49
|
-
platform_editor_core_static_emotion: boolean;
|
|
50
|
-
platform_editor_core_static_emotion_non_central: boolean;
|
|
51
|
-
platform_editor_no_cursor_on_edit_page_init: boolean;
|
|
52
|
-
platform_editor_nodevisibility: boolean;
|
|
53
|
-
platform_editor_breakout_resizing: boolean;
|
|
54
|
-
platform_editor_ai_quickstart_command: boolean;
|
|
55
|
-
platform_editor_hide_floating_toolbar_in_ssr: boolean;
|
|
56
|
-
platform_editor_smart_card_open_overlay_perf: boolean;
|
|
57
|
-
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
58
|
-
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
59
|
-
platform_editor_block_controls_perf_optimization: boolean;
|
|
60
|
-
platform_editor_defer_shadow_calculations: boolean;
|
|
61
|
-
platform_editor_enable_single_player_step_merging: boolean;
|
|
62
|
-
platform_editor_ai_iw_adf_streaming: boolean;
|
|
63
|
-
confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
|
|
64
|
-
platform_editor_find_and_replace_improvements: boolean;
|
|
65
|
-
confluence_whiteboards_quick_insert: "control" | "test_blank" | "test_diagram";
|
|
66
|
-
}>;
|
|
10
|
+
export declare let _overrides: EditorExperimentOverrides;
|
|
67
11
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
68
12
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
|
69
13
|
/**
|