@atlaskit/tmp-editor-statsig 8.6.0 → 8.7.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 +14 -0
- package/dist/cjs/experiments-config.js +0 -22
- package/dist/es2019/experiments-config.js +0 -22
- package/dist/esm/experiments-config.js +0 -22
- package/dist/types/editor-experiments-test-utils.d.ts +1 -19
- package/dist/types/experiments-config.d.ts +0 -18
- package/dist/types/setup.d.ts +0 -3
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +1 -19
- package/dist/types-ts4.5/experiments-config.d.ts +0 -18
- package/dist/types-ts4.5/setup.d.ts +0 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 8.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#180495](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180495)
|
|
8
|
+
[`eb0bc71e25f89`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb0bc71e25f89) -
|
|
9
|
+
Cleaned up floating toolbar in ssr experiment
|
|
10
|
+
- [#180491](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180491)
|
|
11
|
+
[`33c19072599ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33c19072599ca) -
|
|
12
|
+
Tidied up smart card overlay experiment
|
|
13
|
+
- [#180500](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180500)
|
|
14
|
+
[`11b9d2a6abab1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11b9d2a6abab1) -
|
|
15
|
+
Cleaned up shadow defer calculation experiment
|
|
16
|
+
|
|
3
17
|
## 8.6.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -377,20 +377,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
377
377
|
param: 'isEnabled',
|
|
378
378
|
defaultValue: false
|
|
379
379
|
}),
|
|
380
|
-
platform_editor_hide_floating_toolbar_in_ssr: (0, _experimentBuilders.createBooleanExperiment)({
|
|
381
|
-
productKeys: {
|
|
382
|
-
confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
|
|
383
|
-
},
|
|
384
|
-
param: 'isEnabled',
|
|
385
|
-
defaultValue: false
|
|
386
|
-
}),
|
|
387
|
-
platform_editor_smart_card_open_overlay_perf: (0, _experimentBuilders.createBooleanExperiment)({
|
|
388
|
-
productKeys: {
|
|
389
|
-
confluence: 'platform_editor_smart_card_open_overlay_perf'
|
|
390
|
-
},
|
|
391
|
-
param: 'isEnabled',
|
|
392
|
-
defaultValue: false
|
|
393
|
-
}),
|
|
394
380
|
// Added 2025-05-28
|
|
395
381
|
platform_editor_toolbar_rerender_optimization_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
396
382
|
productKeys: {
|
|
@@ -415,14 +401,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
415
401
|
param: 'isEnabled',
|
|
416
402
|
defaultValue: false
|
|
417
403
|
}),
|
|
418
|
-
// Added 2025-06-10
|
|
419
|
-
platform_editor_defer_shadow_calculations: (0, _experimentBuilders.createBooleanExperiment)({
|
|
420
|
-
productKeys: {
|
|
421
|
-
confluence: 'platform_editor_defer_shadow_calculations'
|
|
422
|
-
},
|
|
423
|
-
param: 'isEnabled',
|
|
424
|
-
defaultValue: false
|
|
425
|
-
}),
|
|
426
404
|
// Added 2025-06-16
|
|
427
405
|
platform_editor_enable_single_player_step_merging: (0, _experimentBuilders.createBooleanExperiment)({
|
|
428
406
|
productKeys: {
|
|
@@ -371,20 +371,6 @@ export const editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
platform_editor_hide_floating_toolbar_in_ssr: createBooleanExperiment({
|
|
375
|
-
productKeys: {
|
|
376
|
-
confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
|
|
377
|
-
},
|
|
378
|
-
param: 'isEnabled',
|
|
379
|
-
defaultValue: false
|
|
380
|
-
}),
|
|
381
|
-
platform_editor_smart_card_open_overlay_perf: createBooleanExperiment({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_smart_card_open_overlay_perf'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
374
|
// Added 2025-05-28
|
|
389
375
|
platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
|
|
390
376
|
productKeys: {
|
|
@@ -409,14 +395,6 @@ export const editorExperimentsConfig = {
|
|
|
409
395
|
param: 'isEnabled',
|
|
410
396
|
defaultValue: false
|
|
411
397
|
}),
|
|
412
|
-
// Added 2025-06-10
|
|
413
|
-
platform_editor_defer_shadow_calculations: createBooleanExperiment({
|
|
414
|
-
productKeys: {
|
|
415
|
-
confluence: 'platform_editor_defer_shadow_calculations'
|
|
416
|
-
},
|
|
417
|
-
param: 'isEnabled',
|
|
418
|
-
defaultValue: false
|
|
419
|
-
}),
|
|
420
398
|
// Added 2025-06-16
|
|
421
399
|
platform_editor_enable_single_player_step_merging: createBooleanExperiment({
|
|
422
400
|
productKeys: {
|
|
@@ -371,20 +371,6 @@ export var editorExperimentsConfig = {
|
|
|
371
371
|
param: 'isEnabled',
|
|
372
372
|
defaultValue: false
|
|
373
373
|
}),
|
|
374
|
-
platform_editor_hide_floating_toolbar_in_ssr: createBooleanExperiment({
|
|
375
|
-
productKeys: {
|
|
376
|
-
confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
|
|
377
|
-
},
|
|
378
|
-
param: 'isEnabled',
|
|
379
|
-
defaultValue: false
|
|
380
|
-
}),
|
|
381
|
-
platform_editor_smart_card_open_overlay_perf: createBooleanExperiment({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_smart_card_open_overlay_perf'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
374
|
// Added 2025-05-28
|
|
389
375
|
platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
|
|
390
376
|
productKeys: {
|
|
@@ -409,14 +395,6 @@ export var editorExperimentsConfig = {
|
|
|
409
395
|
param: 'isEnabled',
|
|
410
396
|
defaultValue: false
|
|
411
397
|
}),
|
|
412
|
-
// Added 2025-06-10
|
|
413
|
-
platform_editor_defer_shadow_calculations: createBooleanExperiment({
|
|
414
|
-
productKeys: {
|
|
415
|
-
confluence: 'platform_editor_defer_shadow_calculations'
|
|
416
|
-
},
|
|
417
|
-
param: 'isEnabled',
|
|
418
|
-
defaultValue: false
|
|
419
|
-
}),
|
|
420
398
|
// Added 2025-06-16
|
|
421
399
|
platform_editor_enable_single_player_step_merging: createBooleanExperiment({
|
|
422
400
|
productKeys: {
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements" | "confluence_whiteboards_quick_insert">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -319,18 +319,6 @@ declare namespace eeTest {
|
|
|
319
319
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
320
320
|
param: string;
|
|
321
321
|
};
|
|
322
|
-
platform_editor_hide_floating_toolbar_in_ssr: {
|
|
323
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
324
|
-
defaultValue: boolean;
|
|
325
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
326
|
-
param: string;
|
|
327
|
-
};
|
|
328
|
-
platform_editor_smart_card_open_overlay_perf: {
|
|
329
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
330
|
-
defaultValue: boolean;
|
|
331
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
332
|
-
param: string;
|
|
333
|
-
};
|
|
334
322
|
platform_editor_toolbar_rerender_optimization_exp: {
|
|
335
323
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
336
324
|
defaultValue: boolean;
|
|
@@ -349,12 +337,6 @@ declare namespace eeTest {
|
|
|
349
337
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
350
338
|
param: string;
|
|
351
339
|
};
|
|
352
|
-
platform_editor_defer_shadow_calculations: {
|
|
353
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
354
|
-
defaultValue: boolean;
|
|
355
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
356
|
-
param: string;
|
|
357
|
-
};
|
|
358
340
|
platform_editor_enable_single_player_step_merging: {
|
|
359
341
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
360
342
|
defaultValue: boolean;
|
|
@@ -277,18 +277,6 @@ export declare const editorExperimentsConfig: {
|
|
|
277
277
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
278
278
|
param: string;
|
|
279
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;
|
|
290
|
-
param: string;
|
|
291
|
-
};
|
|
292
280
|
platform_editor_toolbar_rerender_optimization_exp: {
|
|
293
281
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
294
282
|
defaultValue: boolean;
|
|
@@ -307,12 +295,6 @@ export declare const editorExperimentsConfig: {
|
|
|
307
295
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
308
296
|
param: string;
|
|
309
297
|
};
|
|
310
|
-
platform_editor_defer_shadow_calculations: {
|
|
311
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
312
|
-
defaultValue: boolean;
|
|
313
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
314
|
-
param: string;
|
|
315
|
-
};
|
|
316
298
|
platform_editor_enable_single_player_step_merging: {
|
|
317
299
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
318
300
|
defaultValue: boolean;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -52,12 +52,9 @@ export declare let _overrides: Partial<{
|
|
|
52
52
|
platform_editor_nodevisibility: boolean;
|
|
53
53
|
platform_editor_breakout_resizing: boolean;
|
|
54
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
55
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
58
56
|
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
59
57
|
platform_editor_block_controls_perf_optimization: boolean;
|
|
60
|
-
platform_editor_defer_shadow_calculations: boolean;
|
|
61
58
|
platform_editor_enable_single_player_step_merging: boolean;
|
|
62
59
|
platform_editor_ai_iw_adf_streaming: boolean;
|
|
63
60
|
confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements" | "confluence_whiteboards_quick_insert">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -319,18 +319,6 @@ declare namespace eeTest {
|
|
|
319
319
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
320
320
|
param: string;
|
|
321
321
|
};
|
|
322
|
-
platform_editor_hide_floating_toolbar_in_ssr: {
|
|
323
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
324
|
-
defaultValue: boolean;
|
|
325
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
326
|
-
param: string;
|
|
327
|
-
};
|
|
328
|
-
platform_editor_smart_card_open_overlay_perf: {
|
|
329
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
330
|
-
defaultValue: boolean;
|
|
331
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
332
|
-
param: string;
|
|
333
|
-
};
|
|
334
322
|
platform_editor_toolbar_rerender_optimization_exp: {
|
|
335
323
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
336
324
|
defaultValue: boolean;
|
|
@@ -349,12 +337,6 @@ declare namespace eeTest {
|
|
|
349
337
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
350
338
|
param: string;
|
|
351
339
|
};
|
|
352
|
-
platform_editor_defer_shadow_calculations: {
|
|
353
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
354
|
-
defaultValue: boolean;
|
|
355
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
356
|
-
param: string;
|
|
357
|
-
};
|
|
358
340
|
platform_editor_enable_single_player_step_merging: {
|
|
359
341
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
360
342
|
defaultValue: boolean;
|
|
@@ -277,18 +277,6 @@ export declare const editorExperimentsConfig: {
|
|
|
277
277
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
278
278
|
param: string;
|
|
279
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;
|
|
290
|
-
param: string;
|
|
291
|
-
};
|
|
292
280
|
platform_editor_toolbar_rerender_optimization_exp: {
|
|
293
281
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
294
282
|
defaultValue: boolean;
|
|
@@ -307,12 +295,6 @@ export declare const editorExperimentsConfig: {
|
|
|
307
295
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
308
296
|
param: string;
|
|
309
297
|
};
|
|
310
|
-
platform_editor_defer_shadow_calculations: {
|
|
311
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
312
|
-
defaultValue: boolean;
|
|
313
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
314
|
-
param: string;
|
|
315
|
-
};
|
|
316
298
|
platform_editor_enable_single_player_step_merging: {
|
|
317
299
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
318
300
|
defaultValue: boolean;
|
|
@@ -52,12 +52,9 @@ export declare let _overrides: Partial<{
|
|
|
52
52
|
platform_editor_nodevisibility: boolean;
|
|
53
53
|
platform_editor_breakout_resizing: boolean;
|
|
54
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
55
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
58
56
|
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
59
57
|
platform_editor_block_controls_perf_optimization: boolean;
|
|
60
|
-
platform_editor_defer_shadow_calculations: boolean;
|
|
61
58
|
platform_editor_enable_single_player_step_merging: boolean;
|
|
62
59
|
platform_editor_ai_iw_adf_streaming: boolean;
|
|
63
60
|
confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
|
package/package.json
CHANGED