@atlaskit/tmp-editor-statsig 104.0.0 → 106.0.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,36 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 106.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`3c78f7149e895`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c78f7149e895) -
8
+ Clean up experiment `cc_integrations_editor_open_link_click_analytics`.
9
+
10
+ ## 105.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`019b38e3cf00a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/019b38e3cf00a) -
15
+ Clean up experiment `platform_editor_disable_lcm_copy_button`
16
+ - [`82b4d7793fb01`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82b4d7793fb01) -
17
+ Clean up experiment `platform_editor_preserve_node_identity`
18
+ - [`11006329a22d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/11006329a22d1) -
19
+ Clean up experiment `platform_editor_lovability_distribute_column_fix`
20
+ - [`bf2fd74fd1221`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf2fd74fd1221) -
21
+ Cleanup platform_editor_toolbar_split_button_ui
22
+ - [`5331d96345ae9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5331d96345ae9) -
23
+ Clean up stale experiment platform_editor_insert_location_check
24
+
25
+ ### Minor Changes
26
+
27
+ - [`12f4372b86b8d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/12f4372b86b8d) -
28
+ Add `platform_editor_menu_radius_update` experiment that bumps the editor menu surface border
29
+ radius from `radius.small` (4px) to `radius.large` (8px). The block menu and paste actions menu
30
+ now consume the shared `ToolbarMenuContainer` surface rather than rolling their own, so they
31
+ inherit the gated radius along with `ToolbarMenuContainer`'s existing consumers (table and layout
32
+ menus).
33
+
3
34
  ## 104.0.0
4
35
 
5
36
  ### Major Changes
@@ -52,7 +52,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
52
52
  confluence_compact_text_format: false,
53
53
  platform_editor_paste_actions_menu: false,
54
54
  platform_editor_diff_plugin_extended: false,
55
- platform_editor_preserve_node_identity: false,
56
55
  platform_editor_ai_rename_add_polish: false,
57
56
  platform_editor_table_fit_to_content_on_demand: false,
58
57
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -61,6 +60,7 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
61
60
  platform_editor_core_static_css: false,
62
61
  'cwr-modal-ui-refresh': false,
63
62
  'cwr-reduce-prompt-suggestion-max-chars': false,
63
+ 'cwr-staging-area-close-as-minimize-button': false,
64
64
  prompt_tile_content_type_localizaiton: false,
65
65
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
66
66
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -217,14 +217,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
217
217
  values: ['control', 'test'],
218
218
  defaultValue: 'control'
219
219
  }),
220
- // Added 2026-04-08
221
- cc_integrations_editor_open_link_click_analytics: (0, _experimentBuilders.createBooleanExperiment)({
222
- productKeys: {
223
- confluence: 'cc_integrations_editor_open_link_click_analytics'
224
- },
225
- param: 'isEnabled',
226
- defaultValue: false
227
- }),
228
220
  // Added 2026-01-7
229
221
  platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
230
222
  productKeys: {
@@ -974,14 +966,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
974
966
  param: 'isEnabled',
975
967
  defaultValue: false
976
968
  }),
977
- // Added 2026-02-16
978
- platform_editor_disable_lcm_copy_button: (0, _experimentBuilders.createBooleanExperiment)({
979
- productKeys: {
980
- confluence: 'platform_editor_disable_lcm_copy_button'
981
- },
982
- param: 'isEnabled',
983
- defaultValue: false
984
- }),
985
969
  // Added 2025-11-05
986
970
  platform_editor_lovability_emoji_scaling: (0, _experimentBuilders.createBooleanExperiment)({
987
971
  productKeys: {
@@ -1275,14 +1259,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1275
1259
  param: 'isEnabled',
1276
1260
  defaultValue: false
1277
1261
  }),
1278
- // Added 2026-02-05
1279
- platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
1280
- productKeys: {
1281
- confluence: 'platform_editor_toolbar_split_button_ui'
1282
- },
1283
- param: 'isEnabled',
1284
- defaultValue: false
1285
- }),
1286
1262
  // Added 2026-04-24
1287
1263
  platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
1288
1264
  productKeys: {
@@ -1404,6 +1380,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1404
1380
  param: 'isEnabled',
1405
1381
  defaultValue: false
1406
1382
  }),
1383
+ // Added 2026-06-15
1384
+ 'cwr-staging-area-close-as-minimize-button': (0, _experimentBuilders.createBooleanExperiment)({
1385
+ productKeys: {
1386
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1387
+ },
1388
+ param: 'isEnabled',
1389
+ defaultValue: false
1390
+ }),
1407
1391
  // Added 2026-02-12
1408
1392
  platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
1409
1393
  productKeys: {
@@ -1577,15 +1561,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1577
1561
  param: 'isEnabled',
1578
1562
  defaultValue: false
1579
1563
  }),
1580
- // Added 2026-03-10
1581
- platform_editor_insert_location_check: (0, _experimentBuilders.createBooleanExperiment)({
1582
- productKeys: {
1583
- jira: 'platform_editor_insert_location_check',
1584
- confluence: 'platform_editor_insert_location_check'
1585
- },
1586
- param: 'isEnabled',
1587
- defaultValue: false
1588
- }),
1589
1564
  // Added 2026-03-05
1590
1565
  cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
1591
1566
  productKeys: {
@@ -1737,14 +1712,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1737
1712
  param: 'isEnabled',
1738
1713
  defaultValue: false
1739
1714
  }),
1740
- // Added 2026-03-27
1741
- platform_editor_preserve_node_identity: (0, _experimentBuilders.createBooleanExperiment)({
1742
- productKeys: {
1743
- confluence: 'platform_editor_preserve_node_identity'
1744
- },
1745
- param: 'isEnabled',
1746
- defaultValue: false
1747
- }),
1748
1715
  // Added 2026-03-23
1749
1716
  confluence_toc_nav_a11y: (0, _experimentBuilders.createBooleanExperiment)({
1750
1717
  productKeys: {
@@ -1858,14 +1825,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1858
1825
  param: 'isEnabled',
1859
1826
  defaultValue: false
1860
1827
  }),
1861
- // Added 2026-03-31
1862
- platform_editor_lovability_distribute_column_fix: (0, _experimentBuilders.createBooleanExperiment)({
1863
- productKeys: {
1864
- confluence: 'platform_editor_lovability_distribute_column_fix'
1865
- },
1866
- param: 'isEnabled',
1867
- defaultValue: false
1868
- }),
1869
1828
  // Added 2026-04-09
1870
1829
  platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
1871
1830
  productKeys: {
@@ -2293,5 +2252,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2293
2252
  },
2294
2253
  param: 'isEnabled',
2295
2254
  defaultValue: false
2255
+ }),
2256
+ // Added 2026-06-15
2257
+ platform_editor_menu_radius_update: (0, _experimentBuilders.createBooleanExperiment)({
2258
+ productKeys: {
2259
+ confluence: 'platform_editor_menu_radius_update',
2260
+ jira: 'platform_editor_menu_radius_update'
2261
+ },
2262
+ param: 'isEnabled',
2263
+ defaultValue: false
2296
2264
  })
2297
2265
  };
@@ -46,7 +46,6 @@ export const testBooleanOverrides = {
46
46
  confluence_compact_text_format: false,
47
47
  platform_editor_paste_actions_menu: false,
48
48
  platform_editor_diff_plugin_extended: false,
49
- platform_editor_preserve_node_identity: false,
50
49
  platform_editor_ai_rename_add_polish: false,
51
50
  platform_editor_table_fit_to_content_on_demand: false,
52
51
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -55,6 +54,7 @@ export const testBooleanOverrides = {
55
54
  platform_editor_core_static_css: false,
56
55
  'cwr-modal-ui-refresh': false,
57
56
  'cwr-reduce-prompt-suggestion-max-chars': false,
57
+ 'cwr-staging-area-close-as-minimize-button': false,
58
58
  prompt_tile_content_type_localizaiton: false,
59
59
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
60
60
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -211,14 +211,6 @@ export const editorExperimentsConfig = {
211
211
  values: ['control', 'test'],
212
212
  defaultValue: 'control'
213
213
  }),
214
- // Added 2026-04-08
215
- cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
216
- productKeys: {
217
- confluence: 'cc_integrations_editor_open_link_click_analytics'
218
- },
219
- param: 'isEnabled',
220
- defaultValue: false
221
- }),
222
214
  // Added 2026-01-7
223
215
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
224
216
  productKeys: {
@@ -968,14 +960,6 @@ export const editorExperimentsConfig = {
968
960
  param: 'isEnabled',
969
961
  defaultValue: false
970
962
  }),
971
- // Added 2026-02-16
972
- platform_editor_disable_lcm_copy_button: createBooleanExperiment({
973
- productKeys: {
974
- confluence: 'platform_editor_disable_lcm_copy_button'
975
- },
976
- param: 'isEnabled',
977
- defaultValue: false
978
- }),
979
963
  // Added 2025-11-05
980
964
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
981
965
  productKeys: {
@@ -1269,14 +1253,6 @@ export const editorExperimentsConfig = {
1269
1253
  param: 'isEnabled',
1270
1254
  defaultValue: false
1271
1255
  }),
1272
- // Added 2026-02-05
1273
- platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1274
- productKeys: {
1275
- confluence: 'platform_editor_toolbar_split_button_ui'
1276
- },
1277
- param: 'isEnabled',
1278
- defaultValue: false
1279
- }),
1280
1256
  // Added 2026-04-24
1281
1257
  platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
1282
1258
  productKeys: {
@@ -1398,6 +1374,14 @@ export const editorExperimentsConfig = {
1398
1374
  param: 'isEnabled',
1399
1375
  defaultValue: false
1400
1376
  }),
1377
+ // Added 2026-06-15
1378
+ 'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
1379
+ productKeys: {
1380
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1381
+ },
1382
+ param: 'isEnabled',
1383
+ defaultValue: false
1384
+ }),
1401
1385
  // Added 2026-02-12
1402
1386
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1403
1387
  productKeys: {
@@ -1571,15 +1555,6 @@ export const editorExperimentsConfig = {
1571
1555
  param: 'isEnabled',
1572
1556
  defaultValue: false
1573
1557
  }),
1574
- // Added 2026-03-10
1575
- platform_editor_insert_location_check: createBooleanExperiment({
1576
- productKeys: {
1577
- jira: 'platform_editor_insert_location_check',
1578
- confluence: 'platform_editor_insert_location_check'
1579
- },
1580
- param: 'isEnabled',
1581
- defaultValue: false
1582
- }),
1583
1558
  // Added 2026-03-05
1584
1559
  cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
1585
1560
  productKeys: {
@@ -1731,14 +1706,6 @@ export const editorExperimentsConfig = {
1731
1706
  param: 'isEnabled',
1732
1707
  defaultValue: false
1733
1708
  }),
1734
- // Added 2026-03-27
1735
- platform_editor_preserve_node_identity: createBooleanExperiment({
1736
- productKeys: {
1737
- confluence: 'platform_editor_preserve_node_identity'
1738
- },
1739
- param: 'isEnabled',
1740
- defaultValue: false
1741
- }),
1742
1709
  // Added 2026-03-23
1743
1710
  confluence_toc_nav_a11y: createBooleanExperiment({
1744
1711
  productKeys: {
@@ -1852,14 +1819,6 @@ export const editorExperimentsConfig = {
1852
1819
  param: 'isEnabled',
1853
1820
  defaultValue: false
1854
1821
  }),
1855
- // Added 2026-03-31
1856
- platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
1857
- productKeys: {
1858
- confluence: 'platform_editor_lovability_distribute_column_fix'
1859
- },
1860
- param: 'isEnabled',
1861
- defaultValue: false
1862
- }),
1863
1822
  // Added 2026-04-09
1864
1823
  platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1865
1824
  productKeys: {
@@ -2287,5 +2246,14 @@ export const editorExperimentsConfig = {
2287
2246
  },
2288
2247
  param: 'isEnabled',
2289
2248
  defaultValue: false
2249
+ }),
2250
+ // Added 2026-06-15
2251
+ platform_editor_menu_radius_update: createBooleanExperiment({
2252
+ productKeys: {
2253
+ confluence: 'platform_editor_menu_radius_update',
2254
+ jira: 'platform_editor_menu_radius_update'
2255
+ },
2256
+ param: 'isEnabled',
2257
+ defaultValue: false
2290
2258
  })
2291
2259
  };
@@ -46,7 +46,6 @@ export var testBooleanOverrides = {
46
46
  confluence_compact_text_format: false,
47
47
  platform_editor_paste_actions_menu: false,
48
48
  platform_editor_diff_plugin_extended: false,
49
- platform_editor_preserve_node_identity: false,
50
49
  platform_editor_ai_rename_add_polish: false,
51
50
  platform_editor_table_fit_to_content_on_demand: false,
52
51
  platform_editor_table_fit_to_content_auto_convert: false,
@@ -55,6 +54,7 @@ export var testBooleanOverrides = {
55
54
  platform_editor_core_static_css: false,
56
55
  'cwr-modal-ui-refresh': false,
57
56
  'cwr-reduce-prompt-suggestion-max-chars': false,
57
+ 'cwr-staging-area-close-as-minimize-button': false,
58
58
  prompt_tile_content_type_localizaiton: false,
59
59
  // [CCI-15904] New AIFC Editor Experience — AND-gated with
60
60
  // `platform_editor_ai_xstate_migration` (see `isNewAifcExperienceEnabled`
@@ -211,14 +211,6 @@ export var editorExperimentsConfig = {
211
211
  values: ['control', 'test'],
212
212
  defaultValue: 'control'
213
213
  }),
214
- // Added 2026-04-08
215
- cc_integrations_editor_open_link_click_analytics: createBooleanExperiment({
216
- productKeys: {
217
- confluence: 'cc_integrations_editor_open_link_click_analytics'
218
- },
219
- param: 'isEnabled',
220
- defaultValue: false
221
- }),
222
214
  // Added 2026-01-7
223
215
  platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
224
216
  productKeys: {
@@ -968,14 +960,6 @@ export var editorExperimentsConfig = {
968
960
  param: 'isEnabled',
969
961
  defaultValue: false
970
962
  }),
971
- // Added 2026-02-16
972
- platform_editor_disable_lcm_copy_button: createBooleanExperiment({
973
- productKeys: {
974
- confluence: 'platform_editor_disable_lcm_copy_button'
975
- },
976
- param: 'isEnabled',
977
- defaultValue: false
978
- }),
979
963
  // Added 2025-11-05
980
964
  platform_editor_lovability_emoji_scaling: createBooleanExperiment({
981
965
  productKeys: {
@@ -1269,14 +1253,6 @@ export var editorExperimentsConfig = {
1269
1253
  param: 'isEnabled',
1270
1254
  defaultValue: false
1271
1255
  }),
1272
- // Added 2026-02-05
1273
- platform_editor_toolbar_split_button_ui: createBooleanExperiment({
1274
- productKeys: {
1275
- confluence: 'platform_editor_toolbar_split_button_ui'
1276
- },
1277
- param: 'isEnabled',
1278
- defaultValue: false
1279
- }),
1280
1256
  // Added 2026-04-24
1281
1257
  platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
1282
1258
  productKeys: {
@@ -1398,6 +1374,14 @@ export var editorExperimentsConfig = {
1398
1374
  param: 'isEnabled',
1399
1375
  defaultValue: false
1400
1376
  }),
1377
+ // Added 2026-06-15
1378
+ 'cwr-staging-area-close-as-minimize-button': createBooleanExperiment({
1379
+ productKeys: {
1380
+ confluence: 'cwr-staging-area-close-as-minimize-button'
1381
+ },
1382
+ param: 'isEnabled',
1383
+ defaultValue: false
1384
+ }),
1401
1385
  // Added 2026-02-12
1402
1386
  platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1403
1387
  productKeys: {
@@ -1571,15 +1555,6 @@ export var editorExperimentsConfig = {
1571
1555
  param: 'isEnabled',
1572
1556
  defaultValue: false
1573
1557
  }),
1574
- // Added 2026-03-10
1575
- platform_editor_insert_location_check: createBooleanExperiment({
1576
- productKeys: {
1577
- jira: 'platform_editor_insert_location_check',
1578
- confluence: 'platform_editor_insert_location_check'
1579
- },
1580
- param: 'isEnabled',
1581
- defaultValue: false
1582
- }),
1583
1558
  // Added 2026-03-05
1584
1559
  cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
1585
1560
  productKeys: {
@@ -1731,14 +1706,6 @@ export var editorExperimentsConfig = {
1731
1706
  param: 'isEnabled',
1732
1707
  defaultValue: false
1733
1708
  }),
1734
- // Added 2026-03-27
1735
- platform_editor_preserve_node_identity: createBooleanExperiment({
1736
- productKeys: {
1737
- confluence: 'platform_editor_preserve_node_identity'
1738
- },
1739
- param: 'isEnabled',
1740
- defaultValue: false
1741
- }),
1742
1709
  // Added 2026-03-23
1743
1710
  confluence_toc_nav_a11y: createBooleanExperiment({
1744
1711
  productKeys: {
@@ -1852,14 +1819,6 @@ export var editorExperimentsConfig = {
1852
1819
  param: 'isEnabled',
1853
1820
  defaultValue: false
1854
1821
  }),
1855
- // Added 2026-03-31
1856
- platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
1857
- productKeys: {
1858
- confluence: 'platform_editor_lovability_distribute_column_fix'
1859
- },
1860
- param: 'isEnabled',
1861
- defaultValue: false
1862
- }),
1863
1822
  // Added 2026-04-09
1864
1823
  platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
1865
1824
  productKeys: {
@@ -2287,5 +2246,14 @@ export var editorExperimentsConfig = {
2287
2246
  },
2288
2247
  param: 'isEnabled',
2289
2248
  defaultValue: false
2249
+ }),
2250
+ // Added 2026-06-15
2251
+ platform_editor_menu_radius_update: createBooleanExperiment({
2252
+ productKeys: {
2253
+ confluence: 'platform_editor_menu_radius_update',
2254
+ jira: 'platform_editor_menu_radius_update'
2255
+ },
2256
+ param: 'isEnabled',
2257
+ defaultValue: false
2290
2258
  })
2291
2259
  };
@@ -76,12 +76,6 @@ export declare const editorExperimentsConfig: {
76
76
  typeGuard: (value: unknown) => value is 'control' | 'test';
77
77
  values: ('control' | 'test')[];
78
78
  };
79
- cc_integrations_editor_open_link_click_analytics: {
80
- defaultValue: boolean;
81
- param: string;
82
- productKeys?: ProductKeys;
83
- typeGuard: IsBooleanType;
84
- };
85
79
  cc_editor_insm_doc_size_stats: {
86
80
  defaultValue: boolean;
87
81
  param: string;
@@ -525,12 +519,6 @@ export declare const editorExperimentsConfig: {
525
519
  productKeys?: ProductKeys;
526
520
  typeGuard: IsBooleanType;
527
521
  };
528
- platform_editor_lovability_distribute_column_fix: {
529
- defaultValue: boolean;
530
- param: string;
531
- productKeys?: ProductKeys;
532
- typeGuard: IsBooleanType;
533
- };
534
522
  platform_editor_media_error_analytics: {
535
523
  defaultValue: boolean;
536
524
  param: string;
@@ -603,12 +591,6 @@ export declare const editorExperimentsConfig: {
603
591
  productKeys?: ProductKeys;
604
592
  typeGuard: IsBooleanType;
605
593
  };
606
- platform_editor_disable_lcm_copy_button: {
607
- defaultValue: boolean;
608
- param: string;
609
- productKeys?: ProductKeys;
610
- typeGuard: IsBooleanType;
611
- };
612
594
  platform_editor_renderer_extension_width_fix: {
613
595
  defaultValue: boolean;
614
596
  param: string;
@@ -950,12 +932,6 @@ export declare const editorExperimentsConfig: {
950
932
  productKeys?: ProductKeys;
951
933
  typeGuard: IsBooleanType;
952
934
  };
953
- platform_editor_toolbar_split_button_ui: {
954
- defaultValue: boolean;
955
- param: string;
956
- productKeys?: ProductKeys;
957
- typeGuard: IsBooleanType;
958
- };
959
935
  platform_rovo_page_comment_selector_full_width: {
960
936
  defaultValue: boolean;
961
937
  param: string;
@@ -1088,6 +1064,12 @@ export declare const editorExperimentsConfig: {
1088
1064
  productKeys?: ProductKeys;
1089
1065
  typeGuard: IsBooleanType;
1090
1066
  };
1067
+ 'cwr-staging-area-close-as-minimize-button': {
1068
+ defaultValue: boolean;
1069
+ param: string;
1070
+ productKeys?: ProductKeys;
1071
+ typeGuard: IsBooleanType;
1072
+ };
1091
1073
  platform_editor_a11y_escape_link_dialog: {
1092
1074
  defaultValue: boolean;
1093
1075
  param: string;
@@ -1220,12 +1202,6 @@ export declare const editorExperimentsConfig: {
1220
1202
  productKeys?: ProductKeys;
1221
1203
  typeGuard: IsBooleanType;
1222
1204
  };
1223
- platform_editor_insert_location_check: {
1224
- defaultValue: boolean;
1225
- param: string;
1226
- productKeys?: ProductKeys;
1227
- typeGuard: IsBooleanType;
1228
- };
1229
1205
  platform_editor_fix_editor_unhandled_type_errors: {
1230
1206
  defaultValue: boolean;
1231
1207
  param: string;
@@ -1358,12 +1334,6 @@ export declare const editorExperimentsConfig: {
1358
1334
  productKeys?: ProductKeys;
1359
1335
  typeGuard: IsBooleanType;
1360
1336
  };
1361
- platform_editor_preserve_node_identity: {
1362
- defaultValue: boolean;
1363
- param: string;
1364
- productKeys?: ProductKeys;
1365
- typeGuard: IsBooleanType;
1366
- };
1367
1337
  confluence_toc_nav_a11y: {
1368
1338
  defaultValue: boolean;
1369
1339
  param: string;
@@ -1677,5 +1647,11 @@ export declare const editorExperimentsConfig: {
1677
1647
  productKeys?: ProductKeys;
1678
1648
  typeGuard: IsBooleanType;
1679
1649
  };
1650
+ platform_editor_menu_radius_update: {
1651
+ defaultValue: boolean;
1652
+ param: string;
1653
+ productKeys?: ProductKeys;
1654
+ typeGuard: IsBooleanType;
1655
+ };
1680
1656
  };
1681
1657
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "104.0.0",
3
+ "version": "106.0.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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.0.0",
30
- "@atlaskit/react-ufo": "^7.0.0",
30
+ "@atlaskit/react-ufo": "^7.1.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {