@atlaskit/tmp-editor-statsig 58.0.0 → 60.2.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,60 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 60.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`375155c440374`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/375155c440374) -
8
+ Add FullPagePresetNext
9
+
10
+ ## 60.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`8f7575e82974c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f7575e82974c) -
15
+ Add gated analytics for embed modal on view action to capture extensionKey, status, and
16
+ statusDetails.
17
+ - [`505563ec74fe5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/505563ec74fe5) -
18
+ [ux] Add insert menu featured sorting for Create with Rovo via slash experiment.
19
+
20
+ ## 60.0.0
21
+
22
+ ### Major Changes
23
+
24
+ - [`f9a2adc2e3045`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9a2adc2e3045) -
25
+ Clean up platform_editor_aifc_fix_button_viewed_analytics
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+
31
+ ## 59.1.0
32
+
33
+ ### Minor Changes
34
+
35
+ - [`90b759086522c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90b759086522c) -
36
+ Add withCompiledMigration HOC and enforce-compiled-migration-gate ESLint rule for feature-gated
37
+ Emotion to Compiled CSS-in-JS migration
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+
43
+ ## 59.0.0
44
+
45
+ ### Major Changes
46
+
47
+ - [`f4951e15e9432`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f4951e15e9432) -
48
+ Removed `platform_editor_emoji_tooltips_on_hover` experiment. Emoji tooltips (title attribute) are
49
+ now always enabled permanently.
50
+
51
+ ### Minor Changes
52
+
53
+ - [`f5b6110e36e79`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5b6110e36e79) -
54
+ [ux] Enables rovo actions post auth experiment ui and exposures
55
+ - [`3f28038f8be0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f28038f8be0f) -
56
+ Add support SSR streaming for SSREditorRenderer
57
+
3
58
  ## 58.0.0
4
59
 
5
60
  ### Major Changes
@@ -15,11 +15,13 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
15
15
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
16
16
  platform_sl_3p_unauth_paste_as_block_card: 'control',
17
17
  cc_fd_db_top_editor_toolbar: 'control',
18
- cc_fd_cwr_quick_insert: 'control'
18
+ cc_fd_cwr_quick_insert: 'control',
19
+ cc_fd_cwr_quick_insert_aa: 'control'
19
20
  };
20
21
  var testBooleanOverrides = exports.testBooleanOverrides = {
21
22
  platform_sl_3p_auth_rovo_action: false,
22
23
  platform_sl_3p_preauth_better_hovercard: true,
24
+ rovogrowth_640_inline_action_nudge: true,
23
25
  cwr_blank_object_experiment: false,
24
26
  cc_editor_hover_link_overlay_css_fix: false,
25
27
  platform_editor_feedback_mandatory_rating: false,
@@ -404,14 +404,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
404
404
  param: 'isEnabled',
405
405
  defaultValue: false
406
406
  }),
407
- // Added 2026-02-03
408
- platform_editor_aifc_fix_button_viewed_analytics: (0, _experimentBuilders.createBooleanExperiment)({
409
- productKeys: {
410
- confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
411
- },
412
- param: 'isEnabled',
413
- defaultValue: false
414
- }),
415
407
  // Added 2024-12-05
416
408
  platform_editor_blockquote_in_text_formatting_menu: (0, _experimentBuilders.createBooleanExperiment)({
417
409
  productKeys: {
@@ -428,6 +420,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
428
420
  param: 'isEnabled',
429
421
  defaultValue: false
430
422
  }),
423
+ // Added 2026-03-30
424
+ platform_editor_editor_ssr_streaming: (0, _experimentBuilders.createBooleanExperiment)({
425
+ productKeys: {
426
+ confluence: 'platform_editor_editor_ssr_streaming'
427
+ },
428
+ param: 'isEnabled',
429
+ defaultValue: false
430
+ }),
431
431
  // Added 2025-01-19
432
432
  platform_editor_ai_edit_response_in_preview: (0, _experimentBuilders.createBooleanExperiment)({
433
433
  productKeys: {
@@ -527,6 +527,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
527
527
  param: 'isEnabled',
528
528
  defaultValue: false
529
529
  }),
530
+ // Added 2026-04-12
531
+ platform_editor_confluence_base_preset: (0, _experimentBuilders.createBooleanExperiment)({
532
+ productKeys: {
533
+ confluence: 'platform_editor_confluence_base_preset'
534
+ },
535
+ param: 'isEnabled',
536
+ defaultValue: false
537
+ }),
530
538
  platform_editor_clean_up_widget_mark_logic: (0, _experimentBuilders.createBooleanExperiment)({
531
539
  productKeys: {
532
540
  confluence: 'platform_editor_clean_up_widget_mark_logic',
@@ -1067,6 +1075,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1067
1075
  param: 'isEnabled',
1068
1076
  defaultValue: false
1069
1077
  }),
1078
+ // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1079
+ rovogrowth_640_inline_action_nudge: (0, _experimentBuilders.createBooleanExperiment)({
1080
+ productKeys: {
1081
+ confluence: 'rovogrowth_640_inline_action_nudge_exp',
1082
+ jira: 'rovogrowth_640_inline_action_nudge_exp'
1083
+ },
1084
+ param: 'isEnabled',
1085
+ defaultValue: false
1086
+ }),
1070
1087
  // Added 2025-01-23
1071
1088
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1072
1089
  productKeys: {
@@ -1290,14 +1307,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1290
1307
  param: 'isEnabled',
1291
1308
  defaultValue: false
1292
1309
  }),
1293
- // Added 2026-02-04
1294
- platform_editor_emoji_tooltips_on_hover: (0, _experimentBuilders.createBooleanExperiment)({
1295
- productKeys: {
1296
- confluence: 'platform_editor_emoji_tooltips_on_hover'
1297
- },
1298
- param: 'isEnabled',
1299
- defaultValue: false
1300
- }),
1301
1310
  // Added 2026-16-05
1302
1311
  platform_editor_outdated_browser_update: (0, _experimentBuilders.createBooleanExperiment)({
1303
1312
  productKeys: {
@@ -1315,7 +1324,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1315
1324
  values: ['control', 'new-description', 'orig-description'],
1316
1325
  defaultValue: 'control'
1317
1326
  }),
1318
- // Added 2026-04-02 - CFFD-2139
1327
+ // Added 2026-04-02
1319
1328
  cc_fd_cwr_quick_insert: (0, _experimentBuilders.createMultivariateExperiment)({
1320
1329
  productKeys: {
1321
1330
  confluence: 'cc_fd_cwr_quick_insert'
@@ -1324,6 +1333,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1324
1333
  values: ['control', 'slot-four', 'slot-two'],
1325
1334
  defaultValue: 'control'
1326
1335
  }),
1336
+ // Added 2026-04-13
1337
+ cc_fd_cwr_quick_insert_aa: (0, _experimentBuilders.createMultivariateExperiment)({
1338
+ productKeys: {
1339
+ confluence: 'cc_fd_cwr_quick_insert_aa'
1340
+ },
1341
+ param: 'cohort',
1342
+ values: ['control', 'slot-four', 'slot-two'],
1343
+ defaultValue: 'control'
1344
+ }),
1327
1345
  // Added 2026-02-05 - A11Y-10416
1328
1346
  editor_a11y_role_textbox: (0, _experimentBuilders.createBooleanExperiment)({
1329
1347
  productKeys: {
@@ -1936,6 +1954,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1936
1954
  param: 'isEnabled',
1937
1955
  defaultValue: false
1938
1956
  }),
1957
+ // Added 2026-04-09
1958
+ platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
1959
+ productKeys: {
1960
+ confluence: 'platform_editor_fix_selection_wrapped_media_embed',
1961
+ jira: 'platform_editor_fix_selection_wrapped_media_embed'
1962
+ },
1963
+ param: 'isEnabled',
1964
+ defaultValue: false
1965
+ }),
1939
1966
  // Added 2026-04-08
1940
1967
  cc_fd_wb_jira_quick_insert_experiment: (0, _experimentBuilders.createBooleanExperiment)({
1941
1968
  productKeys: {
@@ -1976,5 +2003,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1976
2003
  },
1977
2004
  param: 'isEnabled',
1978
2005
  defaultValue: false
2006
+ }),
2007
+ // Added 2026-04-10
2008
+ platform_editor_static_css: (0, _experimentBuilders.createBooleanExperiment)({
2009
+ productKeys: {
2010
+ confluence: 'platform_editor_static_css',
2011
+ jira: 'platform_editor_static_css'
2012
+ },
2013
+ param: 'isEnabled',
2014
+ defaultValue: false
1979
2015
  })
1980
2016
  };
@@ -9,11 +9,13 @@ export const testMultivariateOverrides = {
9
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
10
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
11
11
  cc_fd_db_top_editor_toolbar: 'control',
12
- cc_fd_cwr_quick_insert: 'control'
12
+ cc_fd_cwr_quick_insert: 'control',
13
+ cc_fd_cwr_quick_insert_aa: 'control'
13
14
  };
14
15
  export const testBooleanOverrides = {
15
16
  platform_sl_3p_auth_rovo_action: false,
16
17
  platform_sl_3p_preauth_better_hovercard: true,
18
+ rovogrowth_640_inline_action_nudge: true,
17
19
  cwr_blank_object_experiment: false,
18
20
  cc_editor_hover_link_overlay_css_fix: false,
19
21
  platform_editor_feedback_mandatory_rating: false,
@@ -398,14 +398,6 @@ export const editorExperimentsConfig = {
398
398
  param: 'isEnabled',
399
399
  defaultValue: false
400
400
  }),
401
- // Added 2026-02-03
402
- platform_editor_aifc_fix_button_viewed_analytics: createBooleanExperiment({
403
- productKeys: {
404
- confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
405
- },
406
- param: 'isEnabled',
407
- defaultValue: false
408
- }),
409
401
  // Added 2024-12-05
410
402
  platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
411
403
  productKeys: {
@@ -422,6 +414,14 @@ export const editorExperimentsConfig = {
422
414
  param: 'isEnabled',
423
415
  defaultValue: false
424
416
  }),
417
+ // Added 2026-03-30
418
+ platform_editor_editor_ssr_streaming: createBooleanExperiment({
419
+ productKeys: {
420
+ confluence: 'platform_editor_editor_ssr_streaming'
421
+ },
422
+ param: 'isEnabled',
423
+ defaultValue: false
424
+ }),
425
425
  // Added 2025-01-19
426
426
  platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
427
427
  productKeys: {
@@ -521,6 +521,14 @@ export const editorExperimentsConfig = {
521
521
  param: 'isEnabled',
522
522
  defaultValue: false
523
523
  }),
524
+ // Added 2026-04-12
525
+ platform_editor_confluence_base_preset: createBooleanExperiment({
526
+ productKeys: {
527
+ confluence: 'platform_editor_confluence_base_preset'
528
+ },
529
+ param: 'isEnabled',
530
+ defaultValue: false
531
+ }),
524
532
  platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
525
533
  productKeys: {
526
534
  confluence: 'platform_editor_clean_up_widget_mark_logic',
@@ -1061,6 +1069,15 @@ export const editorExperimentsConfig = {
1061
1069
  param: 'isEnabled',
1062
1070
  defaultValue: false
1063
1071
  }),
1072
+ // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1073
+ rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1074
+ productKeys: {
1075
+ confluence: 'rovogrowth_640_inline_action_nudge_exp',
1076
+ jira: 'rovogrowth_640_inline_action_nudge_exp'
1077
+ },
1078
+ param: 'isEnabled',
1079
+ defaultValue: false
1080
+ }),
1064
1081
  // Added 2025-01-23
1065
1082
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1066
1083
  productKeys: {
@@ -1284,14 +1301,6 @@ export const editorExperimentsConfig = {
1284
1301
  param: 'isEnabled',
1285
1302
  defaultValue: false
1286
1303
  }),
1287
- // Added 2026-02-04
1288
- platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
1289
- productKeys: {
1290
- confluence: 'platform_editor_emoji_tooltips_on_hover'
1291
- },
1292
- param: 'isEnabled',
1293
- defaultValue: false
1294
- }),
1295
1304
  // Added 2026-16-05
1296
1305
  platform_editor_outdated_browser_update: createBooleanExperiment({
1297
1306
  productKeys: {
@@ -1309,7 +1318,7 @@ export const editorExperimentsConfig = {
1309
1318
  values: ['control', 'new-description', 'orig-description'],
1310
1319
  defaultValue: 'control'
1311
1320
  }),
1312
- // Added 2026-04-02 - CFFD-2139
1321
+ // Added 2026-04-02
1313
1322
  cc_fd_cwr_quick_insert: createMultivariateExperiment({
1314
1323
  productKeys: {
1315
1324
  confluence: 'cc_fd_cwr_quick_insert'
@@ -1318,6 +1327,15 @@ export const editorExperimentsConfig = {
1318
1327
  values: ['control', 'slot-four', 'slot-two'],
1319
1328
  defaultValue: 'control'
1320
1329
  }),
1330
+ // Added 2026-04-13
1331
+ cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
1332
+ productKeys: {
1333
+ confluence: 'cc_fd_cwr_quick_insert_aa'
1334
+ },
1335
+ param: 'cohort',
1336
+ values: ['control', 'slot-four', 'slot-two'],
1337
+ defaultValue: 'control'
1338
+ }),
1321
1339
  // Added 2026-02-05 - A11Y-10416
1322
1340
  editor_a11y_role_textbox: createBooleanExperiment({
1323
1341
  productKeys: {
@@ -1930,6 +1948,15 @@ export const editorExperimentsConfig = {
1930
1948
  param: 'isEnabled',
1931
1949
  defaultValue: false
1932
1950
  }),
1951
+ // Added 2026-04-09
1952
+ platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1953
+ productKeys: {
1954
+ confluence: 'platform_editor_fix_selection_wrapped_media_embed',
1955
+ jira: 'platform_editor_fix_selection_wrapped_media_embed'
1956
+ },
1957
+ param: 'isEnabled',
1958
+ defaultValue: false
1959
+ }),
1933
1960
  // Added 2026-04-08
1934
1961
  cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1935
1962
  productKeys: {
@@ -1970,5 +1997,14 @@ export const editorExperimentsConfig = {
1970
1997
  },
1971
1998
  param: 'isEnabled',
1972
1999
  defaultValue: false
2000
+ }),
2001
+ // Added 2026-04-10
2002
+ platform_editor_static_css: createBooleanExperiment({
2003
+ productKeys: {
2004
+ confluence: 'platform_editor_static_css',
2005
+ jira: 'platform_editor_static_css'
2006
+ },
2007
+ param: 'isEnabled',
2008
+ defaultValue: false
1973
2009
  })
1974
2010
  };
@@ -9,11 +9,13 @@ export var testMultivariateOverrides = {
9
9
  platform_editor_table_sticky_header_improvements: 'test_with_overflow',
10
10
  platform_sl_3p_unauth_paste_as_block_card: 'control',
11
11
  cc_fd_db_top_editor_toolbar: 'control',
12
- cc_fd_cwr_quick_insert: 'control'
12
+ cc_fd_cwr_quick_insert: 'control',
13
+ cc_fd_cwr_quick_insert_aa: 'control'
13
14
  };
14
15
  export var testBooleanOverrides = {
15
16
  platform_sl_3p_auth_rovo_action: false,
16
17
  platform_sl_3p_preauth_better_hovercard: true,
18
+ rovogrowth_640_inline_action_nudge: true,
17
19
  cwr_blank_object_experiment: false,
18
20
  cc_editor_hover_link_overlay_css_fix: false,
19
21
  platform_editor_feedback_mandatory_rating: false,
@@ -398,14 +398,6 @@ export var editorExperimentsConfig = {
398
398
  param: 'isEnabled',
399
399
  defaultValue: false
400
400
  }),
401
- // Added 2026-02-03
402
- platform_editor_aifc_fix_button_viewed_analytics: createBooleanExperiment({
403
- productKeys: {
404
- confluence: 'platform_editor_aifc_fix_button_viewed_analytics'
405
- },
406
- param: 'isEnabled',
407
- defaultValue: false
408
- }),
409
401
  // Added 2024-12-05
410
402
  platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
411
403
  productKeys: {
@@ -422,6 +414,14 @@ export var editorExperimentsConfig = {
422
414
  param: 'isEnabled',
423
415
  defaultValue: false
424
416
  }),
417
+ // Added 2026-03-30
418
+ platform_editor_editor_ssr_streaming: createBooleanExperiment({
419
+ productKeys: {
420
+ confluence: 'platform_editor_editor_ssr_streaming'
421
+ },
422
+ param: 'isEnabled',
423
+ defaultValue: false
424
+ }),
425
425
  // Added 2025-01-19
426
426
  platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
427
427
  productKeys: {
@@ -521,6 +521,14 @@ export var editorExperimentsConfig = {
521
521
  param: 'isEnabled',
522
522
  defaultValue: false
523
523
  }),
524
+ // Added 2026-04-12
525
+ platform_editor_confluence_base_preset: createBooleanExperiment({
526
+ productKeys: {
527
+ confluence: 'platform_editor_confluence_base_preset'
528
+ },
529
+ param: 'isEnabled',
530
+ defaultValue: false
531
+ }),
524
532
  platform_editor_clean_up_widget_mark_logic: createBooleanExperiment({
525
533
  productKeys: {
526
534
  confluence: 'platform_editor_clean_up_widget_mark_logic',
@@ -1061,6 +1069,15 @@ export var editorExperimentsConfig = {
1061
1069
  param: 'isEnabled',
1062
1070
  defaultValue: false
1063
1071
  }),
1072
+ // Added 2026-04-09 — Inline action nudge on resolved inline smart links
1073
+ rovogrowth_640_inline_action_nudge: createBooleanExperiment({
1074
+ productKeys: {
1075
+ confluence: 'rovogrowth_640_inline_action_nudge_exp',
1076
+ jira: 'rovogrowth_640_inline_action_nudge_exp'
1077
+ },
1078
+ param: 'isEnabled',
1079
+ defaultValue: false
1080
+ }),
1064
1081
  // Added 2025-01-23
1065
1082
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1066
1083
  productKeys: {
@@ -1284,14 +1301,6 @@ export var editorExperimentsConfig = {
1284
1301
  param: 'isEnabled',
1285
1302
  defaultValue: false
1286
1303
  }),
1287
- // Added 2026-02-04
1288
- platform_editor_emoji_tooltips_on_hover: createBooleanExperiment({
1289
- productKeys: {
1290
- confluence: 'platform_editor_emoji_tooltips_on_hover'
1291
- },
1292
- param: 'isEnabled',
1293
- defaultValue: false
1294
- }),
1295
1304
  // Added 2026-16-05
1296
1305
  platform_editor_outdated_browser_update: createBooleanExperiment({
1297
1306
  productKeys: {
@@ -1309,7 +1318,7 @@ export var editorExperimentsConfig = {
1309
1318
  values: ['control', 'new-description', 'orig-description'],
1310
1319
  defaultValue: 'control'
1311
1320
  }),
1312
- // Added 2026-04-02 - CFFD-2139
1321
+ // Added 2026-04-02
1313
1322
  cc_fd_cwr_quick_insert: createMultivariateExperiment({
1314
1323
  productKeys: {
1315
1324
  confluence: 'cc_fd_cwr_quick_insert'
@@ -1318,6 +1327,15 @@ export var editorExperimentsConfig = {
1318
1327
  values: ['control', 'slot-four', 'slot-two'],
1319
1328
  defaultValue: 'control'
1320
1329
  }),
1330
+ // Added 2026-04-13
1331
+ cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
1332
+ productKeys: {
1333
+ confluence: 'cc_fd_cwr_quick_insert_aa'
1334
+ },
1335
+ param: 'cohort',
1336
+ values: ['control', 'slot-four', 'slot-two'],
1337
+ defaultValue: 'control'
1338
+ }),
1321
1339
  // Added 2026-02-05 - A11Y-10416
1322
1340
  editor_a11y_role_textbox: createBooleanExperiment({
1323
1341
  productKeys: {
@@ -1930,6 +1948,15 @@ export var editorExperimentsConfig = {
1930
1948
  param: 'isEnabled',
1931
1949
  defaultValue: false
1932
1950
  }),
1951
+ // Added 2026-04-09
1952
+ platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1953
+ productKeys: {
1954
+ confluence: 'platform_editor_fix_selection_wrapped_media_embed',
1955
+ jira: 'platform_editor_fix_selection_wrapped_media_embed'
1956
+ },
1957
+ param: 'isEnabled',
1958
+ defaultValue: false
1959
+ }),
1933
1960
  // Added 2026-04-08
1934
1961
  cc_fd_wb_jira_quick_insert_experiment: createBooleanExperiment({
1935
1962
  productKeys: {
@@ -1970,5 +1997,14 @@ export var editorExperimentsConfig = {
1970
1997
  },
1971
1998
  param: 'isEnabled',
1972
1999
  defaultValue: false
2000
+ }),
2001
+ // Added 2026-04-10
2002
+ platform_editor_static_css: createBooleanExperiment({
2003
+ productKeys: {
2004
+ confluence: 'platform_editor_static_css',
2005
+ jira: 'platform_editor_static_css'
2006
+ },
2007
+ param: 'isEnabled',
2008
+ defaultValue: false
1973
2009
  })
1974
2010
  };
@@ -244,6 +244,12 @@ export declare const editorExperimentsConfig: {
244
244
  productKeys?: ProductKeys;
245
245
  typeGuard: IsBooleanType;
246
246
  };
247
+ platform_editor_editor_ssr_streaming: {
248
+ defaultValue: boolean;
249
+ param: string;
250
+ productKeys?: ProductKeys;
251
+ typeGuard: IsBooleanType;
252
+ };
247
253
  confluence_remix_icon_right_side: {
248
254
  defaultValue: boolean;
249
255
  param: string;
@@ -306,12 +312,6 @@ export declare const editorExperimentsConfig: {
306
312
  typeGuard: (value: unknown) => value is 'control' | 'test';
307
313
  values: ('control' | 'test')[];
308
314
  };
309
- platform_editor_aifc_fix_button_viewed_analytics: {
310
- defaultValue: boolean;
311
- param: string;
312
- productKeys?: ProductKeys;
313
- typeGuard: IsBooleanType;
314
- };
315
315
  platform_editor_annotations_sync_on_docchange: {
316
316
  defaultValue: boolean;
317
317
  param: string;
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
+ platform_editor_confluence_base_preset: {
401
+ defaultValue: boolean;
402
+ param: string;
403
+ productKeys?: ProductKeys;
404
+ typeGuard: IsBooleanType;
405
+ };
400
406
  platform_editor_debounce_portal_provider: {
401
407
  defaultValue: boolean;
402
408
  param: string;
@@ -742,6 +748,12 @@ export declare const editorExperimentsConfig: {
742
748
  productKeys?: ProductKeys;
743
749
  typeGuard: IsBooleanType;
744
750
  };
751
+ rovogrowth_640_inline_action_nudge: {
752
+ defaultValue: boolean;
753
+ param: string;
754
+ productKeys?: ProductKeys;
755
+ typeGuard: IsBooleanType;
756
+ };
745
757
  platform_synced_block: {
746
758
  defaultValue: boolean;
747
759
  param: string;
@@ -953,12 +965,6 @@ export declare const editorExperimentsConfig: {
953
965
  productKeys?: ProductKeys;
954
966
  typeGuard: IsBooleanType;
955
967
  };
956
- platform_editor_emoji_tooltips_on_hover: {
957
- defaultValue: boolean;
958
- param: string;
959
- productKeys?: ProductKeys;
960
- typeGuard: IsBooleanType;
961
- };
962
968
  platform_editor_outdated_browser_update: {
963
969
  defaultValue: boolean;
964
970
  param: string;
@@ -979,6 +985,13 @@ export declare const editorExperimentsConfig: {
979
985
  typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
980
986
  values: ('control' | 'slot-four' | 'slot-two')[];
981
987
  };
988
+ cc_fd_cwr_quick_insert_aa: {
989
+ defaultValue: 'control' | 'slot-four' | 'slot-two';
990
+ param: string;
991
+ productKeys?: ProductKeys;
992
+ typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
993
+ values: ('control' | 'slot-four' | 'slot-two')[];
994
+ };
982
995
  cc_fd_wb_jira_quick_insert_experiment: {
983
996
  defaultValue: boolean;
984
997
  param: string;
@@ -1369,6 +1382,12 @@ export declare const editorExperimentsConfig: {
1369
1382
  productKeys?: ProductKeys;
1370
1383
  typeGuard: IsBooleanType;
1371
1384
  };
1385
+ platform_editor_fix_selection_wrapped_media_embed: {
1386
+ defaultValue: boolean;
1387
+ param: string;
1388
+ productKeys?: ProductKeys;
1389
+ typeGuard: IsBooleanType;
1390
+ };
1372
1391
  platform_editor_stricter_panelcolor_typecheck: {
1373
1392
  defaultValue: boolean;
1374
1393
  param: string;
@@ -1441,6 +1460,12 @@ export declare const editorExperimentsConfig: {
1441
1460
  productKeys?: ProductKeys;
1442
1461
  typeGuard: IsBooleanType;
1443
1462
  };
1463
+ platform_editor_static_css: {
1464
+ defaultValue: boolean;
1465
+ param: string;
1466
+ productKeys?: ProductKeys;
1467
+ typeGuard: IsBooleanType;
1468
+ };
1444
1469
  platform_editor_drag_handle_keyboard_a11y: {
1445
1470
  defaultValue: boolean;
1446
1471
  param: string;
@@ -244,6 +244,12 @@ export declare const editorExperimentsConfig: {
244
244
  productKeys?: ProductKeys;
245
245
  typeGuard: IsBooleanType;
246
246
  };
247
+ platform_editor_editor_ssr_streaming: {
248
+ defaultValue: boolean;
249
+ param: string;
250
+ productKeys?: ProductKeys;
251
+ typeGuard: IsBooleanType;
252
+ };
247
253
  confluence_remix_icon_right_side: {
248
254
  defaultValue: boolean;
249
255
  param: string;
@@ -306,12 +312,6 @@ export declare const editorExperimentsConfig: {
306
312
  typeGuard: (value: unknown) => value is 'control' | 'test';
307
313
  values: ('control' | 'test')[];
308
314
  };
309
- platform_editor_aifc_fix_button_viewed_analytics: {
310
- defaultValue: boolean;
311
- param: string;
312
- productKeys?: ProductKeys;
313
- typeGuard: IsBooleanType;
314
- };
315
315
  platform_editor_annotations_sync_on_docchange: {
316
316
  defaultValue: boolean;
317
317
  param: string;
@@ -397,6 +397,12 @@ export declare const editorExperimentsConfig: {
397
397
  productKeys?: ProductKeys;
398
398
  typeGuard: IsBooleanType;
399
399
  };
400
+ platform_editor_confluence_base_preset: {
401
+ defaultValue: boolean;
402
+ param: string;
403
+ productKeys?: ProductKeys;
404
+ typeGuard: IsBooleanType;
405
+ };
400
406
  platform_editor_debounce_portal_provider: {
401
407
  defaultValue: boolean;
402
408
  param: string;
@@ -742,6 +748,12 @@ export declare const editorExperimentsConfig: {
742
748
  productKeys?: ProductKeys;
743
749
  typeGuard: IsBooleanType;
744
750
  };
751
+ rovogrowth_640_inline_action_nudge: {
752
+ defaultValue: boolean;
753
+ param: string;
754
+ productKeys?: ProductKeys;
755
+ typeGuard: IsBooleanType;
756
+ };
745
757
  platform_synced_block: {
746
758
  defaultValue: boolean;
747
759
  param: string;
@@ -953,12 +965,6 @@ export declare const editorExperimentsConfig: {
953
965
  productKeys?: ProductKeys;
954
966
  typeGuard: IsBooleanType;
955
967
  };
956
- platform_editor_emoji_tooltips_on_hover: {
957
- defaultValue: boolean;
958
- param: string;
959
- productKeys?: ProductKeys;
960
- typeGuard: IsBooleanType;
961
- };
962
968
  platform_editor_outdated_browser_update: {
963
969
  defaultValue: boolean;
964
970
  param: string;
@@ -979,6 +985,13 @@ export declare const editorExperimentsConfig: {
979
985
  typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
980
986
  values: ('control' | 'slot-four' | 'slot-two')[];
981
987
  };
988
+ cc_fd_cwr_quick_insert_aa: {
989
+ defaultValue: 'control' | 'slot-four' | 'slot-two';
990
+ param: string;
991
+ productKeys?: ProductKeys;
992
+ typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
993
+ values: ('control' | 'slot-four' | 'slot-two')[];
994
+ };
982
995
  cc_fd_wb_jira_quick_insert_experiment: {
983
996
  defaultValue: boolean;
984
997
  param: string;
@@ -1369,6 +1382,12 @@ export declare const editorExperimentsConfig: {
1369
1382
  productKeys?: ProductKeys;
1370
1383
  typeGuard: IsBooleanType;
1371
1384
  };
1385
+ platform_editor_fix_selection_wrapped_media_embed: {
1386
+ defaultValue: boolean;
1387
+ param: string;
1388
+ productKeys?: ProductKeys;
1389
+ typeGuard: IsBooleanType;
1390
+ };
1372
1391
  platform_editor_stricter_panelcolor_typecheck: {
1373
1392
  defaultValue: boolean;
1374
1393
  param: string;
@@ -1441,6 +1460,12 @@ export declare const editorExperimentsConfig: {
1441
1460
  productKeys?: ProductKeys;
1442
1461
  typeGuard: IsBooleanType;
1443
1462
  };
1463
+ platform_editor_static_css: {
1464
+ defaultValue: boolean;
1465
+ param: string;
1466
+ productKeys?: ProductKeys;
1467
+ typeGuard: IsBooleanType;
1468
+ };
1444
1469
  platform_editor_drag_handle_keyboard_a11y: {
1445
1470
  defaultValue: boolean;
1446
1471
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "58.0.0",
3
+ "version": "60.2.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.12.0",
37
+ "@atlaskit/react-ufo": "^5.13.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {