@atlaskit/tmp-editor-statsig 156.0.0 → 157.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 157.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`d96f86ff344b8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d96f86ff344b8) -
8
+ Remove platform_editor_vc90_transition_expand_icon, platform_editor_add_image_editing,
9
+ platform_editor_ai_multi_format_streaming, platform_editor_default_toolbar_state,
10
+ platform_editor_early_exit_return_draft, platform_editor_fix_focus_MediaInsertPicker,
11
+ platform_editor_fix_table_move_shortcut, platform_editor_menu_radius_update,
12
+ platform_editor_react19_migration, and show_mentions_in_suggest_reply from
13
+ editorExperimentsConfig. Consumers should read these experiments through
14
+ @atlaskit/platform-feature-experiments.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 156.0.0
4
21
 
5
22
  ### Major Changes
@@ -231,15 +231,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
231
231
  param: 'isEnabled',
232
232
  defaultValue: false
233
233
  }),
234
- // Added 2026-07-13
235
- platform_editor_fix_focus_MediaInsertPicker: (0, _createBooleanExperiment.createBooleanExperiment)({
236
- productKeys: {
237
- confluence: 'platform_editor_fix_focus_MediaInsertPicker',
238
- jira: 'platform_editor_fix_focus_MediaInsertPicker'
239
- },
240
- param: 'isEnabled',
241
- defaultValue: false
242
- }),
243
234
  // Added 2026-07-08
244
235
  confluence_inline_comments_fix_stale_selection: (0, _createBooleanExperiment.createBooleanExperiment)({
245
236
  productKeys: {
@@ -340,14 +331,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
340
331
  param: 'isEnabled',
341
332
  defaultValue: false
342
333
  }),
343
- // Added 2026-03-09
344
- platform_editor_react19_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
345
- productKeys: {
346
- confluence: 'platform_editor_react19_migration'
347
- },
348
- param: 'isEnabled',
349
- defaultValue: false
350
- }),
351
334
  // Added 2026-05-15
352
335
  platform_editor_per_plugin_error_boundary: (0, _createBooleanExperiment.createBooleanExperiment)({
353
336
  productKeys: {
@@ -1016,14 +999,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1016
999
  param: 'isEnabled',
1017
1000
  defaultValue: false
1018
1001
  }),
1019
- // Added 2025-12-08
1020
- platform_editor_add_image_editing: (0, _createBooleanExperiment.createBooleanExperiment)({
1021
- productKeys: {
1022
- confluence: 'platform_editor_add_image_editing'
1023
- },
1024
- param: 'isEnabled',
1025
- defaultValue: false
1026
- }),
1027
1002
  platform_editor_toolbar_submenu_open_click: (0, _createBooleanExperiment.createBooleanExperiment)({
1028
1003
  productKeys: {
1029
1004
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -1380,14 +1355,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1380
1355
  defaultValue: false
1381
1356
  }),
1382
1357
  // Added 2026-03-04
1383
- platform_editor_vc90_transition_expand_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
1384
- productKeys: {
1385
- confluence: 'platform_editor_vc90_transition_expand_icon'
1386
- },
1387
- param: 'isEnabled',
1388
- defaultValue: false
1389
- }),
1390
- // Added 2026-03-04
1391
1358
  platform_editor_vc90_transition_panel_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
1392
1359
  productKeys: {
1393
1360
  confluence: 'platform_editor_vc90_transition_panel_icon'
@@ -1472,14 +1439,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1472
1439
  param: 'isEnabled',
1473
1440
  defaultValue: false
1474
1441
  }),
1475
- // Added 2026-02-27
1476
- platform_editor_early_exit_return_draft: (0, _createBooleanExperiment.createBooleanExperiment)({
1477
- productKeys: {
1478
- confluence: 'platform_editor_early_exit_return_draft'
1479
- },
1480
- param: 'isEnabled',
1481
- defaultValue: false
1482
- }),
1483
1442
  // Added 2026-03-02
1484
1443
  platform_editor_discarded_unified_analytic_events: (0, _createBooleanExperiment.createBooleanExperiment)({
1485
1444
  productKeys: {
@@ -1727,14 +1686,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1727
1686
  param: 'isEnabled',
1728
1687
  defaultValue: false
1729
1688
  }),
1730
- // Added 2026-04-14
1731
- platform_editor_ai_multi_format_streaming: (0, _createBooleanExperiment.createBooleanExperiment)({
1732
- productKeys: {
1733
- confluence: 'platform_editor_ai_multi_format_streaming'
1734
- },
1735
- param: 'isEnabled',
1736
- defaultValue: false
1737
- }),
1738
1689
  // Added 2026-03-31
1739
1690
  platform_editor_dnd_accessibility_fixes_expand: (0, _createBooleanExperiment.createBooleanExperiment)({
1740
1691
  productKeys: {
@@ -1842,14 +1793,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1842
1793
  param: 'isEnabled',
1843
1794
  defaultValue: false
1844
1795
  }),
1845
- // Added 2026-04-01
1846
- show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
1847
- productKeys: {
1848
- jira: 'show_mentions_in_suggest_reply'
1849
- },
1850
- param: 'isEnabled',
1851
- defaultValue: false
1852
- }),
1853
1796
  // Added 2026-04-28
1854
1797
  platform_editor_use_markdown_plus_parser: (0, _createBooleanExperiment.createBooleanExperiment)({
1855
1798
  productKeys: {
@@ -1967,15 +1910,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1967
1910
  param: 'isEnabled',
1968
1911
  defaultValue: false
1969
1912
  }),
1970
- // Added 2026-07-16
1971
- platform_editor_fix_table_move_shortcut: (0, _createBooleanExperiment.createBooleanExperiment)({
1972
- productKeys: {
1973
- confluence: 'platform_editor_fix_table_move_shortcut',
1974
- jira: 'platform_editor_fix_table_move_shortcut'
1975
- },
1976
- param: 'isEnabled',
1977
- defaultValue: false
1978
- }),
1979
1913
  // Added 2026-04-16
1980
1914
  cc_dnd_smart_link_changeboard_platform_css: (0, _createBooleanExperiment.createBooleanExperiment)({
1981
1915
  productKeys: {
@@ -2093,14 +2027,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2093
2027
  param: 'isEnabled',
2094
2028
  defaultValue: false
2095
2029
  }),
2096
- // Added 2026-05-20
2097
- platform_editor_default_toolbar_state: (0, _createBooleanExperiment.createBooleanExperiment)({
2098
- productKeys: {
2099
- confluence: 'platform_editor_default_toolbar_state'
2100
- },
2101
- param: 'isEnabled',
2102
- defaultValue: false
2103
- }),
2104
2030
  platform_rovo_support_create_inline_comment: (0, _createBooleanExperiment.createBooleanExperiment)({
2105
2031
  productKeys: {
2106
2032
  confluence: 'platform_rovo_support_create_inline_comment'
@@ -2228,7 +2154,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2228
2154
  productKeys: {
2229
2155
  confluence: 'platform_editor_ai_new_aifc_editor_experience'
2230
2156
  },
2231
- param: 'isEnabled',
2157
+ param: 'isBackendReviewMomentEnabled',
2232
2158
  defaultValue: false
2233
2159
  }),
2234
2160
  // Added 2026-06-01
@@ -2269,15 +2195,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2269
2195
  param: 'isEnabled',
2270
2196
  defaultValue: false
2271
2197
  }),
2272
- // Added 2026-06-15
2273
- platform_editor_menu_radius_update: (0, _createBooleanExperiment.createBooleanExperiment)({
2274
- productKeys: {
2275
- confluence: 'platform_editor_menu_radius_update',
2276
- jira: 'platform_editor_menu_radius_update'
2277
- },
2278
- param: 'isEnabled',
2279
- defaultValue: false
2280
- }),
2281
2198
  // Added 2026-06-20
2282
2199
  platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
2283
2200
  productKeys: {
@@ -225,15 +225,6 @@ export const editorExperimentsConfig = {
225
225
  param: 'isEnabled',
226
226
  defaultValue: false
227
227
  }),
228
- // Added 2026-07-13
229
- platform_editor_fix_focus_MediaInsertPicker: createBooleanExperiment({
230
- productKeys: {
231
- confluence: 'platform_editor_fix_focus_MediaInsertPicker',
232
- jira: 'platform_editor_fix_focus_MediaInsertPicker'
233
- },
234
- param: 'isEnabled',
235
- defaultValue: false
236
- }),
237
228
  // Added 2026-07-08
238
229
  confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
239
230
  productKeys: {
@@ -334,14 +325,6 @@ export const editorExperimentsConfig = {
334
325
  param: 'isEnabled',
335
326
  defaultValue: false
336
327
  }),
337
- // Added 2026-03-09
338
- platform_editor_react19_migration: createBooleanExperiment({
339
- productKeys: {
340
- confluence: 'platform_editor_react19_migration'
341
- },
342
- param: 'isEnabled',
343
- defaultValue: false
344
- }),
345
328
  // Added 2026-05-15
346
329
  platform_editor_per_plugin_error_boundary: createBooleanExperiment({
347
330
  productKeys: {
@@ -1010,14 +993,6 @@ export const editorExperimentsConfig = {
1010
993
  param: 'isEnabled',
1011
994
  defaultValue: false
1012
995
  }),
1013
- // Added 2025-12-08
1014
- platform_editor_add_image_editing: createBooleanExperiment({
1015
- productKeys: {
1016
- confluence: 'platform_editor_add_image_editing'
1017
- },
1018
- param: 'isEnabled',
1019
- defaultValue: false
1020
- }),
1021
996
  platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1022
997
  productKeys: {
1023
998
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -1374,14 +1349,6 @@ export const editorExperimentsConfig = {
1374
1349
  defaultValue: false
1375
1350
  }),
1376
1351
  // Added 2026-03-04
1377
- platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1378
- productKeys: {
1379
- confluence: 'platform_editor_vc90_transition_expand_icon'
1380
- },
1381
- param: 'isEnabled',
1382
- defaultValue: false
1383
- }),
1384
- // Added 2026-03-04
1385
1352
  platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
1386
1353
  productKeys: {
1387
1354
  confluence: 'platform_editor_vc90_transition_panel_icon'
@@ -1466,14 +1433,6 @@ export const editorExperimentsConfig = {
1466
1433
  param: 'isEnabled',
1467
1434
  defaultValue: false
1468
1435
  }),
1469
- // Added 2026-02-27
1470
- platform_editor_early_exit_return_draft: createBooleanExperiment({
1471
- productKeys: {
1472
- confluence: 'platform_editor_early_exit_return_draft'
1473
- },
1474
- param: 'isEnabled',
1475
- defaultValue: false
1476
- }),
1477
1436
  // Added 2026-03-02
1478
1437
  platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1479
1438
  productKeys: {
@@ -1721,14 +1680,6 @@ export const editorExperimentsConfig = {
1721
1680
  param: 'isEnabled',
1722
1681
  defaultValue: false
1723
1682
  }),
1724
- // Added 2026-04-14
1725
- platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1726
- productKeys: {
1727
- confluence: 'platform_editor_ai_multi_format_streaming'
1728
- },
1729
- param: 'isEnabled',
1730
- defaultValue: false
1731
- }),
1732
1683
  // Added 2026-03-31
1733
1684
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1734
1685
  productKeys: {
@@ -1836,14 +1787,6 @@ export const editorExperimentsConfig = {
1836
1787
  param: 'isEnabled',
1837
1788
  defaultValue: false
1838
1789
  }),
1839
- // Added 2026-04-01
1840
- show_mentions_in_suggest_reply: createBooleanExperiment({
1841
- productKeys: {
1842
- jira: 'show_mentions_in_suggest_reply'
1843
- },
1844
- param: 'isEnabled',
1845
- defaultValue: false
1846
- }),
1847
1790
  // Added 2026-04-28
1848
1791
  platform_editor_use_markdown_plus_parser: createBooleanExperiment({
1849
1792
  productKeys: {
@@ -1961,15 +1904,6 @@ export const editorExperimentsConfig = {
1961
1904
  param: 'isEnabled',
1962
1905
  defaultValue: false
1963
1906
  }),
1964
- // Added 2026-07-16
1965
- platform_editor_fix_table_move_shortcut: createBooleanExperiment({
1966
- productKeys: {
1967
- confluence: 'platform_editor_fix_table_move_shortcut',
1968
- jira: 'platform_editor_fix_table_move_shortcut'
1969
- },
1970
- param: 'isEnabled',
1971
- defaultValue: false
1972
- }),
1973
1907
  // Added 2026-04-16
1974
1908
  cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
1975
1909
  productKeys: {
@@ -2087,14 +2021,6 @@ export const editorExperimentsConfig = {
2087
2021
  param: 'isEnabled',
2088
2022
  defaultValue: false
2089
2023
  }),
2090
- // Added 2026-05-20
2091
- platform_editor_default_toolbar_state: createBooleanExperiment({
2092
- productKeys: {
2093
- confluence: 'platform_editor_default_toolbar_state'
2094
- },
2095
- param: 'isEnabled',
2096
- defaultValue: false
2097
- }),
2098
2024
  platform_rovo_support_create_inline_comment: createBooleanExperiment({
2099
2025
  productKeys: {
2100
2026
  confluence: 'platform_rovo_support_create_inline_comment'
@@ -2222,7 +2148,7 @@ export const editorExperimentsConfig = {
2222
2148
  productKeys: {
2223
2149
  confluence: 'platform_editor_ai_new_aifc_editor_experience'
2224
2150
  },
2225
- param: 'isEnabled',
2151
+ param: 'isBackendReviewMomentEnabled',
2226
2152
  defaultValue: false
2227
2153
  }),
2228
2154
  // Added 2026-06-01
@@ -2263,15 +2189,6 @@ export const editorExperimentsConfig = {
2263
2189
  param: 'isEnabled',
2264
2190
  defaultValue: false
2265
2191
  }),
2266
- // Added 2026-06-15
2267
- platform_editor_menu_radius_update: createBooleanExperiment({
2268
- productKeys: {
2269
- confluence: 'platform_editor_menu_radius_update',
2270
- jira: 'platform_editor_menu_radius_update'
2271
- },
2272
- param: 'isEnabled',
2273
- defaultValue: false
2274
- }),
2275
2192
  // Added 2026-06-20
2276
2193
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
2277
2194
  productKeys: {
@@ -225,15 +225,6 @@ export var editorExperimentsConfig = {
225
225
  param: 'isEnabled',
226
226
  defaultValue: false
227
227
  }),
228
- // Added 2026-07-13
229
- platform_editor_fix_focus_MediaInsertPicker: createBooleanExperiment({
230
- productKeys: {
231
- confluence: 'platform_editor_fix_focus_MediaInsertPicker',
232
- jira: 'platform_editor_fix_focus_MediaInsertPicker'
233
- },
234
- param: 'isEnabled',
235
- defaultValue: false
236
- }),
237
228
  // Added 2026-07-08
238
229
  confluence_inline_comments_fix_stale_selection: createBooleanExperiment({
239
230
  productKeys: {
@@ -334,14 +325,6 @@ export var editorExperimentsConfig = {
334
325
  param: 'isEnabled',
335
326
  defaultValue: false
336
327
  }),
337
- // Added 2026-03-09
338
- platform_editor_react19_migration: createBooleanExperiment({
339
- productKeys: {
340
- confluence: 'platform_editor_react19_migration'
341
- },
342
- param: 'isEnabled',
343
- defaultValue: false
344
- }),
345
328
  // Added 2026-05-15
346
329
  platform_editor_per_plugin_error_boundary: createBooleanExperiment({
347
330
  productKeys: {
@@ -1010,14 +993,6 @@ export var editorExperimentsConfig = {
1010
993
  param: 'isEnabled',
1011
994
  defaultValue: false
1012
995
  }),
1013
- // Added 2025-12-08
1014
- platform_editor_add_image_editing: createBooleanExperiment({
1015
- productKeys: {
1016
- confluence: 'platform_editor_add_image_editing'
1017
- },
1018
- param: 'isEnabled',
1019
- defaultValue: false
1020
- }),
1021
996
  platform_editor_toolbar_submenu_open_click: createBooleanExperiment({
1022
997
  productKeys: {
1023
998
  confluence: 'platform_editor_toolbar_submenu_open_click'
@@ -1374,14 +1349,6 @@ export var editorExperimentsConfig = {
1374
1349
  defaultValue: false
1375
1350
  }),
1376
1351
  // Added 2026-03-04
1377
- platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1378
- productKeys: {
1379
- confluence: 'platform_editor_vc90_transition_expand_icon'
1380
- },
1381
- param: 'isEnabled',
1382
- defaultValue: false
1383
- }),
1384
- // Added 2026-03-04
1385
1352
  platform_editor_vc90_transition_panel_icon: createBooleanExperiment({
1386
1353
  productKeys: {
1387
1354
  confluence: 'platform_editor_vc90_transition_panel_icon'
@@ -1466,14 +1433,6 @@ export var editorExperimentsConfig = {
1466
1433
  param: 'isEnabled',
1467
1434
  defaultValue: false
1468
1435
  }),
1469
- // Added 2026-02-27
1470
- platform_editor_early_exit_return_draft: createBooleanExperiment({
1471
- productKeys: {
1472
- confluence: 'platform_editor_early_exit_return_draft'
1473
- },
1474
- param: 'isEnabled',
1475
- defaultValue: false
1476
- }),
1477
1436
  // Added 2026-03-02
1478
1437
  platform_editor_discarded_unified_analytic_events: createBooleanExperiment({
1479
1438
  productKeys: {
@@ -1721,14 +1680,6 @@ export var editorExperimentsConfig = {
1721
1680
  param: 'isEnabled',
1722
1681
  defaultValue: false
1723
1682
  }),
1724
- // Added 2026-04-14
1725
- platform_editor_ai_multi_format_streaming: createBooleanExperiment({
1726
- productKeys: {
1727
- confluence: 'platform_editor_ai_multi_format_streaming'
1728
- },
1729
- param: 'isEnabled',
1730
- defaultValue: false
1731
- }),
1732
1683
  // Added 2026-03-31
1733
1684
  platform_editor_dnd_accessibility_fixes_expand: createBooleanExperiment({
1734
1685
  productKeys: {
@@ -1836,14 +1787,6 @@ export var editorExperimentsConfig = {
1836
1787
  param: 'isEnabled',
1837
1788
  defaultValue: false
1838
1789
  }),
1839
- // Added 2026-04-01
1840
- show_mentions_in_suggest_reply: createBooleanExperiment({
1841
- productKeys: {
1842
- jira: 'show_mentions_in_suggest_reply'
1843
- },
1844
- param: 'isEnabled',
1845
- defaultValue: false
1846
- }),
1847
1790
  // Added 2026-04-28
1848
1791
  platform_editor_use_markdown_plus_parser: createBooleanExperiment({
1849
1792
  productKeys: {
@@ -1961,15 +1904,6 @@ export var editorExperimentsConfig = {
1961
1904
  param: 'isEnabled',
1962
1905
  defaultValue: false
1963
1906
  }),
1964
- // Added 2026-07-16
1965
- platform_editor_fix_table_move_shortcut: createBooleanExperiment({
1966
- productKeys: {
1967
- confluence: 'platform_editor_fix_table_move_shortcut',
1968
- jira: 'platform_editor_fix_table_move_shortcut'
1969
- },
1970
- param: 'isEnabled',
1971
- defaultValue: false
1972
- }),
1973
1907
  // Added 2026-04-16
1974
1908
  cc_dnd_smart_link_changeboard_platform_css: createBooleanExperiment({
1975
1909
  productKeys: {
@@ -2087,14 +2021,6 @@ export var editorExperimentsConfig = {
2087
2021
  param: 'isEnabled',
2088
2022
  defaultValue: false
2089
2023
  }),
2090
- // Added 2026-05-20
2091
- platform_editor_default_toolbar_state: createBooleanExperiment({
2092
- productKeys: {
2093
- confluence: 'platform_editor_default_toolbar_state'
2094
- },
2095
- param: 'isEnabled',
2096
- defaultValue: false
2097
- }),
2098
2024
  platform_rovo_support_create_inline_comment: createBooleanExperiment({
2099
2025
  productKeys: {
2100
2026
  confluence: 'platform_rovo_support_create_inline_comment'
@@ -2222,7 +2148,7 @@ export var editorExperimentsConfig = {
2222
2148
  productKeys: {
2223
2149
  confluence: 'platform_editor_ai_new_aifc_editor_experience'
2224
2150
  },
2225
- param: 'isEnabled',
2151
+ param: 'isBackendReviewMomentEnabled',
2226
2152
  defaultValue: false
2227
2153
  }),
2228
2154
  // Added 2026-06-01
@@ -2263,15 +2189,6 @@ export var editorExperimentsConfig = {
2263
2189
  param: 'isEnabled',
2264
2190
  defaultValue: false
2265
2191
  }),
2266
- // Added 2026-06-15
2267
- platform_editor_menu_radius_update: createBooleanExperiment({
2268
- productKeys: {
2269
- confluence: 'platform_editor_menu_radius_update',
2270
- jira: 'platform_editor_menu_radius_update'
2271
- },
2272
- param: 'isEnabled',
2273
- defaultValue: false
2274
- }),
2275
2192
  // Added 2026-06-20
2276
2193
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
2277
2194
  productKeys: {
@@ -161,12 +161,6 @@ export declare const editorExperimentsConfig: {
161
161
  productKeys?: ProductKeys;
162
162
  typeGuard: IsBooleanType;
163
163
  };
164
- platform_editor_react19_migration: {
165
- defaultValue: boolean;
166
- param: string;
167
- productKeys?: ProductKeys;
168
- typeGuard: IsBooleanType;
169
- };
170
164
  platform_editor_per_plugin_error_boundary: {
171
165
  defaultValue: boolean;
172
166
  param: string;
@@ -502,12 +496,6 @@ export declare const editorExperimentsConfig: {
502
496
  productKeys?: ProductKeys;
503
497
  typeGuard: IsBooleanType;
504
498
  };
505
- platform_editor_fix_focus_MediaInsertPicker: {
506
- defaultValue: boolean;
507
- param: string;
508
- productKeys?: ProductKeys;
509
- typeGuard: IsBooleanType;
510
- };
511
499
  platform_editor_appearance_shared_state: {
512
500
  defaultValue: boolean;
513
501
  param: string;
@@ -671,12 +659,6 @@ export declare const editorExperimentsConfig: {
671
659
  productKeys?: ProductKeys;
672
660
  typeGuard: IsBooleanType;
673
661
  };
674
- platform_editor_add_image_editing: {
675
- defaultValue: boolean;
676
- param: string;
677
- productKeys?: ProductKeys;
678
- typeGuard: IsBooleanType;
679
- };
680
662
  platform_hover_card_preview_panel: {
681
663
  defaultValue: 'control' | 'test';
682
664
  param: string;
@@ -1076,12 +1058,6 @@ export declare const editorExperimentsConfig: {
1076
1058
  productKeys?: ProductKeys;
1077
1059
  typeGuard: IsBooleanType;
1078
1060
  };
1079
- platform_editor_vc90_transition_expand_icon: {
1080
- defaultValue: boolean;
1081
- param: string;
1082
- productKeys?: ProductKeys;
1083
- typeGuard: IsBooleanType;
1084
- };
1085
1061
  platform_editor_vc90_transition_panel_icon: {
1086
1062
  defaultValue: boolean;
1087
1063
  param: string;
@@ -1130,12 +1106,6 @@ export declare const editorExperimentsConfig: {
1130
1106
  productKeys?: ProductKeys;
1131
1107
  typeGuard: IsBooleanType;
1132
1108
  };
1133
- platform_editor_early_exit_return_draft: {
1134
- defaultValue: boolean;
1135
- param: string;
1136
- productKeys?: ProductKeys;
1137
- typeGuard: IsBooleanType;
1138
- };
1139
1109
  platform_editor_discarded_unified_analytic_events: {
1140
1110
  defaultValue: boolean;
1141
1111
  param: string;
@@ -1316,12 +1286,6 @@ export declare const editorExperimentsConfig: {
1316
1286
  productKeys?: ProductKeys;
1317
1287
  typeGuard: IsBooleanType;
1318
1288
  };
1319
- platform_editor_ai_multi_format_streaming: {
1320
- defaultValue: boolean;
1321
- param: string;
1322
- productKeys?: ProductKeys;
1323
- typeGuard: IsBooleanType;
1324
- };
1325
1289
  platform_editor_dnd_accessibility_fixes_expand: {
1326
1290
  defaultValue: boolean;
1327
1291
  param: string;
@@ -1370,12 +1334,6 @@ export declare const editorExperimentsConfig: {
1370
1334
  productKeys?: ProductKeys;
1371
1335
  typeGuard: IsBooleanType;
1372
1336
  };
1373
- show_mentions_in_suggest_reply: {
1374
- defaultValue: boolean;
1375
- param: string;
1376
- productKeys?: ProductKeys;
1377
- typeGuard: IsBooleanType;
1378
- };
1379
1337
  platform_editor_media_reliability_enhancements: {
1380
1338
  defaultValue: boolean;
1381
1339
  param: string;
@@ -1424,12 +1382,6 @@ export declare const editorExperimentsConfig: {
1424
1382
  productKeys?: ProductKeys;
1425
1383
  typeGuard: IsBooleanType;
1426
1384
  };
1427
- platform_editor_fix_table_move_shortcut: {
1428
- defaultValue: boolean;
1429
- param: string;
1430
- productKeys?: ProductKeys;
1431
- typeGuard: IsBooleanType;
1432
- };
1433
1385
  cc_dnd_smart_link_changeboard_platform_css: {
1434
1386
  defaultValue: boolean;
1435
1387
  param: string;
@@ -1533,12 +1485,6 @@ export declare const editorExperimentsConfig: {
1533
1485
  productKeys?: ProductKeys;
1534
1486
  typeGuard: IsBooleanType;
1535
1487
  };
1536
- platform_editor_default_toolbar_state: {
1537
- defaultValue: boolean;
1538
- param: string;
1539
- productKeys?: ProductKeys;
1540
- typeGuard: IsBooleanType;
1541
- };
1542
1488
  platform_editor_nest_table_in_panel: {
1543
1489
  defaultValue: boolean;
1544
1490
  param: string;
@@ -1641,12 +1587,6 @@ export declare const editorExperimentsConfig: {
1641
1587
  productKeys?: ProductKeys;
1642
1588
  typeGuard: IsBooleanType;
1643
1589
  };
1644
- platform_editor_menu_radius_update: {
1645
- defaultValue: boolean;
1646
- param: string;
1647
- productKeys?: ProductKeys;
1648
- typeGuard: IsBooleanType;
1649
- };
1650
1590
  platform_editor_ssr_toolbar_optimistic: {
1651
1591
  defaultValue: boolean;
1652
1592
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "156.0.0",
3
+ "version": "157.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.1.0",
30
- "@atlaskit/react-ufo": "^7.6.0",
30
+ "@atlaskit/react-ufo": "^7.7.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {