@atlaskit/tmp-editor-statsig 8.5.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 CHANGED
@@ -1,5 +1,27 @@
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
+
17
+ ## 8.6.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#180034](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180034)
22
+ [`e0f007346fbca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e0f007346fbca) -
23
+ EDITOR-994 Cleaned up editor_ai_comment_freegen_rovo experiment.
24
+
3
25
  ## 8.5.0
4
26
 
5
27
  ### Minor Changes
@@ -345,14 +345,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
345
345
  param: 'isEnabled',
346
346
  defaultValue: false
347
347
  }),
348
- // Added 2025-05-13
349
- editor_ai_comment_freegen_rovo: (0, _experimentBuilders.createBooleanExperiment)({
350
- productKeys: {
351
- confluence: 'editor_ai_comment_freegen_rovo'
352
- },
353
- param: 'isEnabled',
354
- defaultValue: false
355
- }),
356
348
  // Added 2025-06-10
357
349
  platform_editor_no_cursor_on_edit_page_init: (0, _experimentBuilders.createBooleanExperiment)({
358
350
  productKeys: {
@@ -385,20 +377,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
385
377
  param: 'isEnabled',
386
378
  defaultValue: false
387
379
  }),
388
- platform_editor_hide_floating_toolbar_in_ssr: (0, _experimentBuilders.createBooleanExperiment)({
389
- productKeys: {
390
- confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
391
- },
392
- param: 'isEnabled',
393
- defaultValue: false
394
- }),
395
- platform_editor_smart_card_open_overlay_perf: (0, _experimentBuilders.createBooleanExperiment)({
396
- productKeys: {
397
- confluence: 'platform_editor_smart_card_open_overlay_perf'
398
- },
399
- param: 'isEnabled',
400
- defaultValue: false
401
- }),
402
380
  // Added 2025-05-28
403
381
  platform_editor_toolbar_rerender_optimization_exp: (0, _experimentBuilders.createBooleanExperiment)({
404
382
  productKeys: {
@@ -423,14 +401,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
423
401
  param: 'isEnabled',
424
402
  defaultValue: false
425
403
  }),
426
- // Added 2025-06-10
427
- platform_editor_defer_shadow_calculations: (0, _experimentBuilders.createBooleanExperiment)({
428
- productKeys: {
429
- confluence: 'platform_editor_defer_shadow_calculations'
430
- },
431
- param: 'isEnabled',
432
- defaultValue: false
433
- }),
434
404
  // Added 2025-06-16
435
405
  platform_editor_enable_single_player_step_merging: (0, _experimentBuilders.createBooleanExperiment)({
436
406
  productKeys: {
@@ -463,5 +433,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
463
433
  },
464
434
  param: 'isEnabled',
465
435
  defaultValue: false
436
+ }),
437
+ // Added 2025-06-24
438
+ confluence_whiteboards_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
439
+ productKeys: {
440
+ confluence: 'confluence_whiteboards_quick_insert'
441
+ },
442
+ param: 'cohort',
443
+ values: ['control', 'test_blank', 'test_diagram'],
444
+ defaultValue: 'control'
466
445
  })
467
446
  };
@@ -339,14 +339,6 @@ export const editorExperimentsConfig = {
339
339
  param: 'isEnabled',
340
340
  defaultValue: false
341
341
  }),
342
- // Added 2025-05-13
343
- editor_ai_comment_freegen_rovo: createBooleanExperiment({
344
- productKeys: {
345
- confluence: 'editor_ai_comment_freegen_rovo'
346
- },
347
- param: 'isEnabled',
348
- defaultValue: false
349
- }),
350
342
  // Added 2025-06-10
351
343
  platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
352
344
  productKeys: {
@@ -379,20 +371,6 @@ export const editorExperimentsConfig = {
379
371
  param: 'isEnabled',
380
372
  defaultValue: false
381
373
  }),
382
- platform_editor_hide_floating_toolbar_in_ssr: createBooleanExperiment({
383
- productKeys: {
384
- confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
385
- },
386
- param: 'isEnabled',
387
- defaultValue: false
388
- }),
389
- platform_editor_smart_card_open_overlay_perf: createBooleanExperiment({
390
- productKeys: {
391
- confluence: 'platform_editor_smart_card_open_overlay_perf'
392
- },
393
- param: 'isEnabled',
394
- defaultValue: false
395
- }),
396
374
  // Added 2025-05-28
397
375
  platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
398
376
  productKeys: {
@@ -417,14 +395,6 @@ export const editorExperimentsConfig = {
417
395
  param: 'isEnabled',
418
396
  defaultValue: false
419
397
  }),
420
- // Added 2025-06-10
421
- platform_editor_defer_shadow_calculations: createBooleanExperiment({
422
- productKeys: {
423
- confluence: 'platform_editor_defer_shadow_calculations'
424
- },
425
- param: 'isEnabled',
426
- defaultValue: false
427
- }),
428
398
  // Added 2025-06-16
429
399
  platform_editor_enable_single_player_step_merging: createBooleanExperiment({
430
400
  productKeys: {
@@ -457,5 +427,14 @@ export const editorExperimentsConfig = {
457
427
  },
458
428
  param: 'isEnabled',
459
429
  defaultValue: false
430
+ }),
431
+ // Added 2025-06-24
432
+ confluence_whiteboards_quick_insert: createMultivariateExperiment({
433
+ productKeys: {
434
+ confluence: 'confluence_whiteboards_quick_insert'
435
+ },
436
+ param: 'cohort',
437
+ values: ['control', 'test_blank', 'test_diagram'],
438
+ defaultValue: 'control'
460
439
  })
461
440
  };
@@ -339,14 +339,6 @@ export var editorExperimentsConfig = {
339
339
  param: 'isEnabled',
340
340
  defaultValue: false
341
341
  }),
342
- // Added 2025-05-13
343
- editor_ai_comment_freegen_rovo: createBooleanExperiment({
344
- productKeys: {
345
- confluence: 'editor_ai_comment_freegen_rovo'
346
- },
347
- param: 'isEnabled',
348
- defaultValue: false
349
- }),
350
342
  // Added 2025-06-10
351
343
  platform_editor_no_cursor_on_edit_page_init: createBooleanExperiment({
352
344
  productKeys: {
@@ -379,20 +371,6 @@ export var editorExperimentsConfig = {
379
371
  param: 'isEnabled',
380
372
  defaultValue: false
381
373
  }),
382
- platform_editor_hide_floating_toolbar_in_ssr: createBooleanExperiment({
383
- productKeys: {
384
- confluence: 'platform_editor_hide_floating_toolbar_in_ssr'
385
- },
386
- param: 'isEnabled',
387
- defaultValue: false
388
- }),
389
- platform_editor_smart_card_open_overlay_perf: createBooleanExperiment({
390
- productKeys: {
391
- confluence: 'platform_editor_smart_card_open_overlay_perf'
392
- },
393
- param: 'isEnabled',
394
- defaultValue: false
395
- }),
396
374
  // Added 2025-05-28
397
375
  platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
398
376
  productKeys: {
@@ -417,14 +395,6 @@ export var editorExperimentsConfig = {
417
395
  param: 'isEnabled',
418
396
  defaultValue: false
419
397
  }),
420
- // Added 2025-06-10
421
- platform_editor_defer_shadow_calculations: createBooleanExperiment({
422
- productKeys: {
423
- confluence: 'platform_editor_defer_shadow_calculations'
424
- },
425
- param: 'isEnabled',
426
- defaultValue: false
427
- }),
428
398
  // Added 2025-06-16
429
399
  platform_editor_enable_single_player_step_merging: createBooleanExperiment({
430
400
  productKeys: {
@@ -457,5 +427,14 @@ export var editorExperimentsConfig = {
457
427
  },
458
428
  param: 'isEnabled',
459
429
  defaultValue: false
430
+ }),
431
+ // Added 2025-06-24
432
+ confluence_whiteboards_quick_insert: createMultivariateExperiment({
433
+ productKeys: {
434
+ confluence: 'confluence_whiteboards_quick_insert'
435
+ },
436
+ param: 'cohort',
437
+ values: ['control', 'test_blank', 'test_diagram'],
438
+ defaultValue: 'control'
460
439
  })
461
440
  };
@@ -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" | "editor_ai_comment_freegen_rovo" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_defer_shadow_calculations" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements">(experimentName: ExperimentName, describeName: string) => {
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;
@@ -295,12 +295,6 @@ declare namespace eeTest {
295
295
  productKeys?: import("./types").ProductKeys | undefined;
296
296
  param: string;
297
297
  };
298
- editor_ai_comment_freegen_rovo: {
299
- typeGuard: typeof import("./type-guards").isBoolean;
300
- defaultValue: boolean;
301
- productKeys?: import("./types").ProductKeys | undefined;
302
- param: string;
303
- };
304
298
  platform_editor_no_cursor_on_edit_page_init: {
305
299
  typeGuard: typeof import("./type-guards").isBoolean;
306
300
  defaultValue: boolean;
@@ -325,18 +319,6 @@ declare namespace eeTest {
325
319
  productKeys?: import("./types").ProductKeys | undefined;
326
320
  param: string;
327
321
  };
328
- platform_editor_hide_floating_toolbar_in_ssr: {
329
- typeGuard: typeof import("./type-guards").isBoolean;
330
- defaultValue: boolean;
331
- productKeys?: import("./types").ProductKeys | undefined;
332
- param: string;
333
- };
334
- platform_editor_smart_card_open_overlay_perf: {
335
- typeGuard: typeof import("./type-guards").isBoolean;
336
- defaultValue: boolean;
337
- productKeys?: import("./types").ProductKeys | undefined;
338
- param: string;
339
- };
340
322
  platform_editor_toolbar_rerender_optimization_exp: {
341
323
  typeGuard: typeof import("./type-guards").isBoolean;
342
324
  defaultValue: boolean;
@@ -355,12 +337,6 @@ declare namespace eeTest {
355
337
  productKeys?: import("./types").ProductKeys | undefined;
356
338
  param: string;
357
339
  };
358
- platform_editor_defer_shadow_calculations: {
359
- typeGuard: typeof import("./type-guards").isBoolean;
360
- defaultValue: boolean;
361
- productKeys?: import("./types").ProductKeys | undefined;
362
- param: string;
363
- };
364
340
  platform_editor_enable_single_player_step_merging: {
365
341
  typeGuard: typeof import("./type-guards").isBoolean;
366
342
  defaultValue: boolean;
@@ -386,6 +362,13 @@ declare namespace eeTest {
386
362
  productKeys?: import("./types").ProductKeys | undefined;
387
363
  param: string;
388
364
  };
365
+ confluence_whiteboards_quick_insert: {
366
+ values: ("control" | "test_blank" | "test_diagram")[];
367
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
368
+ defaultValue: "control" | "test_blank" | "test_diagram";
369
+ productKeys?: import("./types").ProductKeys | undefined;
370
+ param: string;
371
+ };
389
372
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
390
373
  each: (describeBody: jest.EmptyFunction) => void;
391
374
  };
@@ -253,12 +253,6 @@ export declare const editorExperimentsConfig: {
253
253
  productKeys?: import("./types").ProductKeys | undefined;
254
254
  param: string;
255
255
  };
256
- editor_ai_comment_freegen_rovo: {
257
- typeGuard: typeof import("./type-guards").isBoolean;
258
- defaultValue: boolean;
259
- productKeys?: import("./types").ProductKeys | undefined;
260
- param: string;
261
- };
262
256
  platform_editor_no_cursor_on_edit_page_init: {
263
257
  typeGuard: typeof import("./type-guards").isBoolean;
264
258
  defaultValue: boolean;
@@ -283,18 +277,6 @@ export declare const editorExperimentsConfig: {
283
277
  productKeys?: import("./types").ProductKeys | undefined;
284
278
  param: string;
285
279
  };
286
- platform_editor_hide_floating_toolbar_in_ssr: {
287
- typeGuard: typeof import("./type-guards").isBoolean;
288
- defaultValue: boolean;
289
- productKeys?: import("./types").ProductKeys | undefined;
290
- param: string;
291
- };
292
- platform_editor_smart_card_open_overlay_perf: {
293
- typeGuard: typeof import("./type-guards").isBoolean;
294
- defaultValue: boolean;
295
- productKeys?: import("./types").ProductKeys | undefined;
296
- param: string;
297
- };
298
280
  platform_editor_toolbar_rerender_optimization_exp: {
299
281
  typeGuard: typeof import("./type-guards").isBoolean;
300
282
  defaultValue: boolean;
@@ -313,12 +295,6 @@ export declare const editorExperimentsConfig: {
313
295
  productKeys?: import("./types").ProductKeys | undefined;
314
296
  param: string;
315
297
  };
316
- platform_editor_defer_shadow_calculations: {
317
- typeGuard: typeof import("./type-guards").isBoolean;
318
- defaultValue: boolean;
319
- productKeys?: import("./types").ProductKeys | undefined;
320
- param: string;
321
- };
322
298
  platform_editor_enable_single_player_step_merging: {
323
299
  typeGuard: typeof import("./type-guards").isBoolean;
324
300
  defaultValue: boolean;
@@ -344,4 +320,11 @@ export declare const editorExperimentsConfig: {
344
320
  productKeys?: import("./types").ProductKeys | undefined;
345
321
  param: string;
346
322
  };
323
+ confluence_whiteboards_quick_insert: {
324
+ values: ("control" | "test_blank" | "test_diagram")[];
325
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
326
+ defaultValue: "control" | "test_blank" | "test_diagram";
327
+ productKeys?: import("./types").ProductKeys | undefined;
328
+ param: string;
329
+ };
347
330
  };
@@ -48,21 +48,18 @@ export declare let _overrides: Partial<{
48
48
  platform_editor_stop_width_reflows: boolean;
49
49
  platform_editor_core_static_emotion: boolean;
50
50
  platform_editor_core_static_emotion_non_central: boolean;
51
- editor_ai_comment_freegen_rovo: boolean;
52
51
  platform_editor_no_cursor_on_edit_page_init: boolean;
53
52
  platform_editor_nodevisibility: boolean;
54
53
  platform_editor_breakout_resizing: boolean;
55
54
  platform_editor_ai_quickstart_command: boolean;
56
- platform_editor_hide_floating_toolbar_in_ssr: boolean;
57
- platform_editor_smart_card_open_overlay_perf: boolean;
58
55
  platform_editor_toolbar_rerender_optimization_exp: boolean;
59
56
  platform_editor_controls_toolbar_pinning_exp: boolean;
60
57
  platform_editor_block_controls_perf_optimization: boolean;
61
- platform_editor_defer_shadow_calculations: boolean;
62
58
  platform_editor_enable_single_player_step_merging: boolean;
63
59
  platform_editor_ai_iw_adf_streaming: boolean;
64
60
  confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
65
61
  platform_editor_find_and_replace_improvements: boolean;
62
+ confluence_whiteboards_quick_insert: "control" | "test_blank" | "test_diagram";
66
63
  }>;
67
64
  export declare let _paramOverrides: EditorExperimentParamOverrides;
68
65
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
@@ -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" | "editor_ai_comment_freegen_rovo" | "platform_editor_no_cursor_on_edit_page_init" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_defer_shadow_calculations" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements">(experimentName: ExperimentName, describeName: string) => {
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;
@@ -295,12 +295,6 @@ declare namespace eeTest {
295
295
  productKeys?: import("./types").ProductKeys | undefined;
296
296
  param: string;
297
297
  };
298
- editor_ai_comment_freegen_rovo: {
299
- typeGuard: typeof import("./type-guards").isBoolean;
300
- defaultValue: boolean;
301
- productKeys?: import("./types").ProductKeys | undefined;
302
- param: string;
303
- };
304
298
  platform_editor_no_cursor_on_edit_page_init: {
305
299
  typeGuard: typeof import("./type-guards").isBoolean;
306
300
  defaultValue: boolean;
@@ -325,18 +319,6 @@ declare namespace eeTest {
325
319
  productKeys?: import("./types").ProductKeys | undefined;
326
320
  param: string;
327
321
  };
328
- platform_editor_hide_floating_toolbar_in_ssr: {
329
- typeGuard: typeof import("./type-guards").isBoolean;
330
- defaultValue: boolean;
331
- productKeys?: import("./types").ProductKeys | undefined;
332
- param: string;
333
- };
334
- platform_editor_smart_card_open_overlay_perf: {
335
- typeGuard: typeof import("./type-guards").isBoolean;
336
- defaultValue: boolean;
337
- productKeys?: import("./types").ProductKeys | undefined;
338
- param: string;
339
- };
340
322
  platform_editor_toolbar_rerender_optimization_exp: {
341
323
  typeGuard: typeof import("./type-guards").isBoolean;
342
324
  defaultValue: boolean;
@@ -355,12 +337,6 @@ declare namespace eeTest {
355
337
  productKeys?: import("./types").ProductKeys | undefined;
356
338
  param: string;
357
339
  };
358
- platform_editor_defer_shadow_calculations: {
359
- typeGuard: typeof import("./type-guards").isBoolean;
360
- defaultValue: boolean;
361
- productKeys?: import("./types").ProductKeys | undefined;
362
- param: string;
363
- };
364
340
  platform_editor_enable_single_player_step_merging: {
365
341
  typeGuard: typeof import("./type-guards").isBoolean;
366
342
  defaultValue: boolean;
@@ -386,6 +362,13 @@ declare namespace eeTest {
386
362
  productKeys?: import("./types").ProductKeys | undefined;
387
363
  param: string;
388
364
  };
365
+ confluence_whiteboards_quick_insert: {
366
+ values: ("control" | "test_blank" | "test_diagram")[];
367
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
368
+ defaultValue: "control" | "test_blank" | "test_diagram";
369
+ productKeys?: import("./types").ProductKeys | undefined;
370
+ param: string;
371
+ };
389
372
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
390
373
  each: (describeBody: jest.EmptyFunction) => void;
391
374
  };
@@ -253,12 +253,6 @@ export declare const editorExperimentsConfig: {
253
253
  productKeys?: import("./types").ProductKeys | undefined;
254
254
  param: string;
255
255
  };
256
- editor_ai_comment_freegen_rovo: {
257
- typeGuard: typeof import("./type-guards").isBoolean;
258
- defaultValue: boolean;
259
- productKeys?: import("./types").ProductKeys | undefined;
260
- param: string;
261
- };
262
256
  platform_editor_no_cursor_on_edit_page_init: {
263
257
  typeGuard: typeof import("./type-guards").isBoolean;
264
258
  defaultValue: boolean;
@@ -283,18 +277,6 @@ export declare const editorExperimentsConfig: {
283
277
  productKeys?: import("./types").ProductKeys | undefined;
284
278
  param: string;
285
279
  };
286
- platform_editor_hide_floating_toolbar_in_ssr: {
287
- typeGuard: typeof import("./type-guards").isBoolean;
288
- defaultValue: boolean;
289
- productKeys?: import("./types").ProductKeys | undefined;
290
- param: string;
291
- };
292
- platform_editor_smart_card_open_overlay_perf: {
293
- typeGuard: typeof import("./type-guards").isBoolean;
294
- defaultValue: boolean;
295
- productKeys?: import("./types").ProductKeys | undefined;
296
- param: string;
297
- };
298
280
  platform_editor_toolbar_rerender_optimization_exp: {
299
281
  typeGuard: typeof import("./type-guards").isBoolean;
300
282
  defaultValue: boolean;
@@ -313,12 +295,6 @@ export declare const editorExperimentsConfig: {
313
295
  productKeys?: import("./types").ProductKeys | undefined;
314
296
  param: string;
315
297
  };
316
- platform_editor_defer_shadow_calculations: {
317
- typeGuard: typeof import("./type-guards").isBoolean;
318
- defaultValue: boolean;
319
- productKeys?: import("./types").ProductKeys | undefined;
320
- param: string;
321
- };
322
298
  platform_editor_enable_single_player_step_merging: {
323
299
  typeGuard: typeof import("./type-guards").isBoolean;
324
300
  defaultValue: boolean;
@@ -344,4 +320,11 @@ export declare const editorExperimentsConfig: {
344
320
  productKeys?: import("./types").ProductKeys | undefined;
345
321
  param: string;
346
322
  };
323
+ confluence_whiteboards_quick_insert: {
324
+ values: ("control" | "test_blank" | "test_diagram")[];
325
+ typeGuard: (value: unknown) => value is "control" | "test_blank" | "test_diagram";
326
+ defaultValue: "control" | "test_blank" | "test_diagram";
327
+ productKeys?: import("./types").ProductKeys | undefined;
328
+ param: string;
329
+ };
347
330
  };
@@ -48,21 +48,18 @@ export declare let _overrides: Partial<{
48
48
  platform_editor_stop_width_reflows: boolean;
49
49
  platform_editor_core_static_emotion: boolean;
50
50
  platform_editor_core_static_emotion_non_central: boolean;
51
- editor_ai_comment_freegen_rovo: boolean;
52
51
  platform_editor_no_cursor_on_edit_page_init: boolean;
53
52
  platform_editor_nodevisibility: boolean;
54
53
  platform_editor_breakout_resizing: boolean;
55
54
  platform_editor_ai_quickstart_command: boolean;
56
- platform_editor_hide_floating_toolbar_in_ssr: boolean;
57
- platform_editor_smart_card_open_overlay_perf: boolean;
58
55
  platform_editor_toolbar_rerender_optimization_exp: boolean;
59
56
  platform_editor_controls_toolbar_pinning_exp: boolean;
60
57
  platform_editor_block_controls_perf_optimization: boolean;
61
- platform_editor_defer_shadow_calculations: boolean;
62
58
  platform_editor_enable_single_player_step_merging: boolean;
63
59
  platform_editor_ai_iw_adf_streaming: boolean;
64
60
  confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
65
61
  platform_editor_find_and_replace_improvements: boolean;
62
+ confluence_whiteboards_quick_insert: "control" | "test_blank" | "test_diagram";
66
63
  }>;
67
64
  export declare let _paramOverrides: EditorExperimentParamOverrides;
68
65
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "8.5.0",
3
+ "version": "8.7.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -13,7 +13,6 @@
13
13
  "name": "EditorStatsigTmp",
14
14
  "category": "Components"
15
15
  },
16
- "runReact18": true,
17
16
  "prTasks": [
18
17
  "New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change"
19
18
  ]
@@ -41,7 +40,7 @@
41
40
  "./exp-val-equals-no-exposure": "./src/exp-val-equals-no-exposure.ts"
42
41
  },
43
42
  "dependencies": {
44
- "@atlaskit/feature-gate-js-client": "^5.4.0",
43
+ "@atlaskit/feature-gate-js-client": "^5.5.0",
45
44
  "@babel/runtime": "^7.0.0"
46
45
  },
47
46
  "peerDependencies": {