@atlaskit/tmp-editor-statsig 160.0.0 → 161.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 161.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`b000b69f907fc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b000b69f907fc) -
8
+ [ux] Migrate major experiments in implementing to new experiments API.
9
+
3
10
  ## 160.0.0
4
11
 
5
12
  ### Major Changes
@@ -67,8 +67,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
67
67
  // it does not gate this feature.
68
68
  platform_editor_ai_new_aifc_editor_experience: false,
69
69
  cc_page_experiences_editor_image_generation: false,
70
- 'editor-image-generation-styles-and-aspect-ratios': false,
71
- confluence_advanced_header_image_generation_exp: false,
72
70
  platform_use_unicode_emojis: false,
73
71
  confluence_ai_generated_emojis: false,
74
72
  platform_editor_emoji_hover_show_tooltip: false,
@@ -740,14 +740,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
740
740
  param: 'isEnabled',
741
741
  defaultValue: false
742
742
  }),
743
- // Added 2026-03-11
744
- platform_editor_native_embeds: (0, _createBooleanExperiment.createBooleanExperiment)({
745
- productKeys: {
746
- confluence: 'platform_editor_native_embeds'
747
- },
748
- param: 'isEnabled',
749
- defaultValue: false
750
- }),
751
743
  // Added 2025-08-05
752
744
  platform_editor_native_anchor_with_dnd: (0, _createBooleanExperiment.createBooleanExperiment)({
753
745
  productKeys: {
@@ -923,14 +915,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
923
915
  param: 'isEnabled',
924
916
  defaultValue: false
925
917
  }),
926
- // Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
927
- confluence_1p_and_3p_connection_byline_experiment: (0, _createBooleanExperiment.createBooleanExperiment)({
928
- productKeys: {
929
- confluence: 'confluence_1p_and_3p_connection_byline_experiment'
930
- },
931
- param: 'isEnabled',
932
- defaultValue: false
933
- }),
934
918
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
935
919
  platform_sl_3p_post_auth_chat_open_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
936
920
  productKeys: {
@@ -1127,22 +1111,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1127
1111
  param: 'isEnabled',
1128
1112
  defaultValue: false
1129
1113
  }),
1130
- // Added 2026-07-13
1131
- 'editor-image-generation-styles-and-aspect-ratios': (0, _createBooleanExperiment.createBooleanExperiment)({
1132
- productKeys: {
1133
- confluence: 'editor-image-generation-styles-and-aspect-ratios'
1134
- },
1135
- param: 'isEnabled',
1136
- defaultValue: false
1137
- }),
1138
- // Added 2026-06-23
1139
- confluence_advanced_header_image_generation_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
1140
- productKeys: {
1141
- confluence: 'confluence_advanced_header_image_generation_exp'
1142
- },
1143
- param: 'isEnabled',
1144
- defaultValue: false
1145
- }),
1146
1114
  // Added 2026-04-17
1147
1115
  cc_page_experiences_premium_macros_img_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
1148
1116
  productKeys: {
@@ -1463,14 +1431,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1463
1431
  param: 'isEnabled',
1464
1432
  defaultValue: false
1465
1433
  }),
1466
- // Added 2026-04-02
1467
- platform_editor_ai_smartlink_toolbar_v2_exp: (0, _createBooleanExperiment.createBooleanExperiment)({
1468
- productKeys: {
1469
- confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1470
- },
1471
- param: 'isEnabled',
1472
- defaultValue: false
1473
- }),
1474
1434
  // Added 2026-03-30
1475
1435
  platform_editor_a11y_scrollable_region: (0, _createBooleanExperiment.createBooleanExperiment)({
1476
1436
  productKeys: {
@@ -1885,14 +1845,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1885
1845
  param: 'isEnabled',
1886
1846
  defaultValue: false
1887
1847
  }),
1888
- // Added 2026-04-23
1889
- work_item_modernization: (0, _createBooleanExperiment.createBooleanExperiment)({
1890
- productKeys: {
1891
- jira: 'work_item_modernization'
1892
- },
1893
- param: 'isEnabled',
1894
- defaultValue: false
1895
- }),
1896
1848
  // Added 2026-04-30
1897
1849
  confluence_fe_disable_comment_if_offline_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
1898
1850
  productKeys: {
@@ -1909,14 +1861,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1909
1861
  param: 'isEnabled',
1910
1862
  defaultValue: false
1911
1863
  }),
1912
- // Added 2026-04-24
1913
- platform_editor_ai_fix_error_discard_screen: (0, _createBooleanExperiment.createBooleanExperiment)({
1914
- productKeys: {
1915
- confluence: 'platform_editor_ai_fix_error_discard_screen'
1916
- },
1917
- param: 'isEnabled',
1918
- defaultValue: false
1919
- }),
1920
1864
  // Added 2026-07-09
1921
1865
  platform_editor_sync_block_activation: (0, _createBooleanExperiment.createBooleanExperiment)({
1922
1866
  productKeys: {
@@ -2042,15 +1986,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2042
1986
  param: 'isEnabled',
2043
1987
  defaultValue: false
2044
1988
  }),
2045
- // Added 2026-06-26
2046
- 'a11y-fixes-week1-june-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
2047
- productKeys: {
2048
- confluence: 'a11y-fixes-week1-june-2026',
2049
- jira: 'a11y-fixes-week1-june-2026'
2050
- },
2051
- param: 'isEnabled',
2052
- defaultValue: false
2053
- }),
2054
1989
  // Added 2026-06-29
2055
1990
  'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
2056
1991
  productKeys: {
@@ -2100,14 +2035,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2100
2035
  param: 'isEnabled',
2101
2036
  defaultValue: false
2102
2037
  }),
2103
- // Added 2026-07-14
2104
- platform_editor_ai_minion_skip_orchestrator: (0, _createBooleanExperiment.createBooleanExperiment)({
2105
- productKeys: {
2106
- confluence: 'platform_editor_ai_minion_skip_orchestrator'
2107
- },
2108
- param: 'isEnabled',
2109
- defaultValue: false
2110
- }),
2111
2038
  platform_editor_wide_slash_trigger: (0, _createBooleanExperiment.createBooleanExperiment)({
2112
2039
  productKeys: {
2113
2040
  confluence: 'platform_editor_wide_slash_trigger'
@@ -2170,13 +2097,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2170
2097
  param: 'isEnabled',
2171
2098
  defaultValue: false
2172
2099
  }),
2173
- cc_smarts_heading_autocomplete_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
2174
- productKeys: {
2175
- confluence: 'cc_smarts_heading_autocomplete_migration'
2176
- },
2177
- param: 'useCcSmarts',
2178
- defaultValue: false
2179
- }),
2180
2100
  cc_smarts_concise_page_summary_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
2181
2101
  productKeys: {
2182
2102
  confluence: 'cc_smarts_concise_page_summary_migration'
@@ -61,8 +61,6 @@ export const testBooleanOverrides = {
61
61
  // it does not gate this feature.
62
62
  platform_editor_ai_new_aifc_editor_experience: false,
63
63
  cc_page_experiences_editor_image_generation: false,
64
- 'editor-image-generation-styles-and-aspect-ratios': false,
65
- confluence_advanced_header_image_generation_exp: false,
66
64
  platform_use_unicode_emojis: false,
67
65
  confluence_ai_generated_emojis: false,
68
66
  platform_editor_emoji_hover_show_tooltip: false,
@@ -734,14 +734,6 @@ export const editorExperimentsConfig = {
734
734
  param: 'isEnabled',
735
735
  defaultValue: false
736
736
  }),
737
- // Added 2026-03-11
738
- platform_editor_native_embeds: createBooleanExperiment({
739
- productKeys: {
740
- confluence: 'platform_editor_native_embeds'
741
- },
742
- param: 'isEnabled',
743
- defaultValue: false
744
- }),
745
737
  // Added 2025-08-05
746
738
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
747
739
  productKeys: {
@@ -917,14 +909,6 @@ export const editorExperimentsConfig = {
917
909
  param: 'isEnabled',
918
910
  defaultValue: false
919
911
  }),
920
- // Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
921
- confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
922
- productKeys: {
923
- confluence: 'confluence_1p_and_3p_connection_byline_experiment'
924
- },
925
- param: 'isEnabled',
926
- defaultValue: false
927
- }),
928
912
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
929
913
  platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
930
914
  productKeys: {
@@ -1121,22 +1105,6 @@ export const editorExperimentsConfig = {
1121
1105
  param: 'isEnabled',
1122
1106
  defaultValue: false
1123
1107
  }),
1124
- // Added 2026-07-13
1125
- 'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
1126
- productKeys: {
1127
- confluence: 'editor-image-generation-styles-and-aspect-ratios'
1128
- },
1129
- param: 'isEnabled',
1130
- defaultValue: false
1131
- }),
1132
- // Added 2026-06-23
1133
- confluence_advanced_header_image_generation_exp: createBooleanExperiment({
1134
- productKeys: {
1135
- confluence: 'confluence_advanced_header_image_generation_exp'
1136
- },
1137
- param: 'isEnabled',
1138
- defaultValue: false
1139
- }),
1140
1108
  // Added 2026-04-17
1141
1109
  cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
1142
1110
  productKeys: {
@@ -1457,14 +1425,6 @@ export const editorExperimentsConfig = {
1457
1425
  param: 'isEnabled',
1458
1426
  defaultValue: false
1459
1427
  }),
1460
- // Added 2026-04-02
1461
- platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1462
- productKeys: {
1463
- confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1464
- },
1465
- param: 'isEnabled',
1466
- defaultValue: false
1467
- }),
1468
1428
  // Added 2026-03-30
1469
1429
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1470
1430
  productKeys: {
@@ -1879,14 +1839,6 @@ export const editorExperimentsConfig = {
1879
1839
  param: 'isEnabled',
1880
1840
  defaultValue: false
1881
1841
  }),
1882
- // Added 2026-04-23
1883
- work_item_modernization: createBooleanExperiment({
1884
- productKeys: {
1885
- jira: 'work_item_modernization'
1886
- },
1887
- param: 'isEnabled',
1888
- defaultValue: false
1889
- }),
1890
1842
  // Added 2026-04-30
1891
1843
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
1892
1844
  productKeys: {
@@ -1903,14 +1855,6 @@ export const editorExperimentsConfig = {
1903
1855
  param: 'isEnabled',
1904
1856
  defaultValue: false
1905
1857
  }),
1906
- // Added 2026-04-24
1907
- platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
1908
- productKeys: {
1909
- confluence: 'platform_editor_ai_fix_error_discard_screen'
1910
- },
1911
- param: 'isEnabled',
1912
- defaultValue: false
1913
- }),
1914
1858
  // Added 2026-07-09
1915
1859
  platform_editor_sync_block_activation: createBooleanExperiment({
1916
1860
  productKeys: {
@@ -2036,15 +1980,6 @@ export const editorExperimentsConfig = {
2036
1980
  param: 'isEnabled',
2037
1981
  defaultValue: false
2038
1982
  }),
2039
- // Added 2026-06-26
2040
- 'a11y-fixes-week1-june-2026': createBooleanExperiment({
2041
- productKeys: {
2042
- confluence: 'a11y-fixes-week1-june-2026',
2043
- jira: 'a11y-fixes-week1-june-2026'
2044
- },
2045
- param: 'isEnabled',
2046
- defaultValue: false
2047
- }),
2048
1983
  // Added 2026-06-29
2049
1984
  'a11y-fixes-week3-may-2026': createBooleanExperiment({
2050
1985
  productKeys: {
@@ -2094,14 +2029,6 @@ export const editorExperimentsConfig = {
2094
2029
  param: 'isEnabled',
2095
2030
  defaultValue: false
2096
2031
  }),
2097
- // Added 2026-07-14
2098
- platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
2099
- productKeys: {
2100
- confluence: 'platform_editor_ai_minion_skip_orchestrator'
2101
- },
2102
- param: 'isEnabled',
2103
- defaultValue: false
2104
- }),
2105
2032
  platform_editor_wide_slash_trigger: createBooleanExperiment({
2106
2033
  productKeys: {
2107
2034
  confluence: 'platform_editor_wide_slash_trigger'
@@ -2164,13 +2091,6 @@ export const editorExperimentsConfig = {
2164
2091
  param: 'isEnabled',
2165
2092
  defaultValue: false
2166
2093
  }),
2167
- cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
2168
- productKeys: {
2169
- confluence: 'cc_smarts_heading_autocomplete_migration'
2170
- },
2171
- param: 'useCcSmarts',
2172
- defaultValue: false
2173
- }),
2174
2094
  cc_smarts_concise_page_summary_migration: createBooleanExperiment({
2175
2095
  productKeys: {
2176
2096
  confluence: 'cc_smarts_concise_page_summary_migration'
@@ -61,8 +61,6 @@ export var testBooleanOverrides = {
61
61
  // it does not gate this feature.
62
62
  platform_editor_ai_new_aifc_editor_experience: false,
63
63
  cc_page_experiences_editor_image_generation: false,
64
- 'editor-image-generation-styles-and-aspect-ratios': false,
65
- confluence_advanced_header_image_generation_exp: false,
66
64
  platform_use_unicode_emojis: false,
67
65
  confluence_ai_generated_emojis: false,
68
66
  platform_editor_emoji_hover_show_tooltip: false,
@@ -734,14 +734,6 @@ export var editorExperimentsConfig = {
734
734
  param: 'isEnabled',
735
735
  defaultValue: false
736
736
  }),
737
- // Added 2026-03-11
738
- platform_editor_native_embeds: createBooleanExperiment({
739
- productKeys: {
740
- confluence: 'platform_editor_native_embeds'
741
- },
742
- param: 'isEnabled',
743
- defaultValue: false
744
- }),
745
737
  // Added 2025-08-05
746
738
  platform_editor_native_anchor_with_dnd: createBooleanExperiment({
747
739
  productKeys: {
@@ -917,14 +909,6 @@ export var editorExperimentsConfig = {
917
909
  param: 'isEnabled',
918
910
  defaultValue: false
919
911
  }),
920
- // Added 2026-06-16 — Use link-extractors inline icon extraction for Confluence 1P/3P connection byline
921
- confluence_1p_and_3p_connection_byline_experiment: createBooleanExperiment({
922
- productKeys: {
923
- confluence: 'confluence_1p_and_3p_connection_byline_experiment'
924
- },
925
- param: 'isEnabled',
926
- defaultValue: false
927
- }),
928
912
  // Added 2026-05-21 — Post-auth GDrive Smart Link to Rovo Chat auto-open
929
913
  platform_sl_3p_post_auth_chat_open_exp: createBooleanExperiment({
930
914
  productKeys: {
@@ -1121,22 +1105,6 @@ export var editorExperimentsConfig = {
1121
1105
  param: 'isEnabled',
1122
1106
  defaultValue: false
1123
1107
  }),
1124
- // Added 2026-07-13
1125
- 'editor-image-generation-styles-and-aspect-ratios': createBooleanExperiment({
1126
- productKeys: {
1127
- confluence: 'editor-image-generation-styles-and-aspect-ratios'
1128
- },
1129
- param: 'isEnabled',
1130
- defaultValue: false
1131
- }),
1132
- // Added 2026-06-23
1133
- confluence_advanced_header_image_generation_exp: createBooleanExperiment({
1134
- productKeys: {
1135
- confluence: 'confluence_advanced_header_image_generation_exp'
1136
- },
1137
- param: 'isEnabled',
1138
- defaultValue: false
1139
- }),
1140
1108
  // Added 2026-04-17
1141
1109
  cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
1142
1110
  productKeys: {
@@ -1457,14 +1425,6 @@ export var editorExperimentsConfig = {
1457
1425
  param: 'isEnabled',
1458
1426
  defaultValue: false
1459
1427
  }),
1460
- // Added 2026-04-02
1461
- platform_editor_ai_smartlink_toolbar_v2_exp: createBooleanExperiment({
1462
- productKeys: {
1463
- confluence: 'platform_editor_ai_smartlink_toolbar_v2_exp'
1464
- },
1465
- param: 'isEnabled',
1466
- defaultValue: false
1467
- }),
1468
1428
  // Added 2026-03-30
1469
1429
  platform_editor_a11y_scrollable_region: createBooleanExperiment({
1470
1430
  productKeys: {
@@ -1879,14 +1839,6 @@ export var editorExperimentsConfig = {
1879
1839
  param: 'isEnabled',
1880
1840
  defaultValue: false
1881
1841
  }),
1882
- // Added 2026-04-23
1883
- work_item_modernization: createBooleanExperiment({
1884
- productKeys: {
1885
- jira: 'work_item_modernization'
1886
- },
1887
- param: 'isEnabled',
1888
- defaultValue: false
1889
- }),
1890
1842
  // Added 2026-04-30
1891
1843
  confluence_fe_disable_comment_if_offline_fix: createBooleanExperiment({
1892
1844
  productKeys: {
@@ -1903,14 +1855,6 @@ export var editorExperimentsConfig = {
1903
1855
  param: 'isEnabled',
1904
1856
  defaultValue: false
1905
1857
  }),
1906
- // Added 2026-04-24
1907
- platform_editor_ai_fix_error_discard_screen: createBooleanExperiment({
1908
- productKeys: {
1909
- confluence: 'platform_editor_ai_fix_error_discard_screen'
1910
- },
1911
- param: 'isEnabled',
1912
- defaultValue: false
1913
- }),
1914
1858
  // Added 2026-07-09
1915
1859
  platform_editor_sync_block_activation: createBooleanExperiment({
1916
1860
  productKeys: {
@@ -2036,15 +1980,6 @@ export var editorExperimentsConfig = {
2036
1980
  param: 'isEnabled',
2037
1981
  defaultValue: false
2038
1982
  }),
2039
- // Added 2026-06-26
2040
- 'a11y-fixes-week1-june-2026': createBooleanExperiment({
2041
- productKeys: {
2042
- confluence: 'a11y-fixes-week1-june-2026',
2043
- jira: 'a11y-fixes-week1-june-2026'
2044
- },
2045
- param: 'isEnabled',
2046
- defaultValue: false
2047
- }),
2048
1983
  // Added 2026-06-29
2049
1984
  'a11y-fixes-week3-may-2026': createBooleanExperiment({
2050
1985
  productKeys: {
@@ -2094,14 +2029,6 @@ export var editorExperimentsConfig = {
2094
2029
  param: 'isEnabled',
2095
2030
  defaultValue: false
2096
2031
  }),
2097
- // Added 2026-07-14
2098
- platform_editor_ai_minion_skip_orchestrator: createBooleanExperiment({
2099
- productKeys: {
2100
- confluence: 'platform_editor_ai_minion_skip_orchestrator'
2101
- },
2102
- param: 'isEnabled',
2103
- defaultValue: false
2104
- }),
2105
2032
  platform_editor_wide_slash_trigger: createBooleanExperiment({
2106
2033
  productKeys: {
2107
2034
  confluence: 'platform_editor_wide_slash_trigger'
@@ -2164,13 +2091,6 @@ export var editorExperimentsConfig = {
2164
2091
  param: 'isEnabled',
2165
2092
  defaultValue: false
2166
2093
  }),
2167
- cc_smarts_heading_autocomplete_migration: createBooleanExperiment({
2168
- productKeys: {
2169
- confluence: 'cc_smarts_heading_autocomplete_migration'
2170
- },
2171
- param: 'useCcSmarts',
2172
- defaultValue: false
2173
- }),
2174
2094
  cc_smarts_concise_page_summary_migration: createBooleanExperiment({
2175
2095
  productKeys: {
2176
2096
  confluence: 'cc_smarts_concise_page_summary_migration'
@@ -520,12 +520,6 @@ export declare const editorExperimentsConfig: {
520
520
  productKeys?: ProductKeys;
521
521
  typeGuard: IsBooleanType;
522
522
  };
523
- platform_editor_native_embeds: {
524
- defaultValue: boolean;
525
- param: string;
526
- productKeys?: ProductKeys;
527
- typeGuard: IsBooleanType;
528
- };
529
523
  platform_editor_native_anchor_with_dnd: {
530
524
  defaultValue: boolean;
531
525
  param: string;
@@ -696,12 +690,6 @@ export declare const editorExperimentsConfig: {
696
690
  productKeys?: ProductKeys;
697
691
  typeGuard: IsBooleanType;
698
692
  };
699
- confluence_1p_and_3p_connection_byline_experiment: {
700
- defaultValue: boolean;
701
- param: string;
702
- productKeys?: ProductKeys;
703
- typeGuard: IsBooleanType;
704
- };
705
693
  platform_editor_sync_block_activation: {
706
694
  defaultValue: boolean;
707
695
  param: string;
@@ -871,18 +859,6 @@ export declare const editorExperimentsConfig: {
871
859
  productKeys?: ProductKeys;
872
860
  typeGuard: IsBooleanType;
873
861
  };
874
- 'editor-image-generation-styles-and-aspect-ratios': {
875
- defaultValue: boolean;
876
- param: string;
877
- productKeys?: ProductKeys;
878
- typeGuard: IsBooleanType;
879
- };
880
- confluence_advanced_header_image_generation_exp: {
881
- defaultValue: boolean;
882
- param: string;
883
- productKeys?: ProductKeys;
884
- typeGuard: IsBooleanType;
885
- };
886
862
  cc_page_experiences_premium_macros_img_generation: {
887
863
  defaultValue: boolean;
888
864
  param: string;
@@ -1130,12 +1106,6 @@ export declare const editorExperimentsConfig: {
1130
1106
  productKeys?: ProductKeys;
1131
1107
  typeGuard: IsBooleanType;
1132
1108
  };
1133
- platform_editor_ai_smartlink_toolbar_v2_exp: {
1134
- defaultValue: boolean;
1135
- param: string;
1136
- productKeys?: ProductKeys;
1137
- typeGuard: IsBooleanType;
1138
- };
1139
1109
  platform_editor_a11y_scrollable_region: {
1140
1110
  defaultValue: boolean;
1141
1111
  param: string;
@@ -1364,12 +1334,6 @@ export declare const editorExperimentsConfig: {
1364
1334
  productKeys?: ProductKeys;
1365
1335
  typeGuard: IsBooleanType;
1366
1336
  };
1367
- work_item_modernization: {
1368
- defaultValue: boolean;
1369
- param: string;
1370
- productKeys?: ProductKeys;
1371
- typeGuard: IsBooleanType;
1372
- };
1373
1337
  platform_editor_ai_template_localids: {
1374
1338
  defaultValue: boolean;
1375
1339
  param: string;
@@ -1400,12 +1364,6 @@ export declare const editorExperimentsConfig: {
1400
1364
  productKeys?: ProductKeys;
1401
1365
  typeGuard: IsBooleanType;
1402
1366
  };
1403
- platform_editor_ai_fix_error_discard_screen: {
1404
- defaultValue: boolean;
1405
- param: string;
1406
- productKeys?: ProductKeys;
1407
- typeGuard: IsBooleanType;
1408
- };
1409
1367
  platform_editor_insert_menu_ai: {
1410
1368
  defaultValue: boolean;
1411
1369
  param: string;
@@ -1485,12 +1443,6 @@ export declare const editorExperimentsConfig: {
1485
1443
  productKeys?: ProductKeys;
1486
1444
  typeGuard: IsBooleanType;
1487
1445
  };
1488
- 'a11y-fixes-week1-june-2026': {
1489
- defaultValue: boolean;
1490
- param: string;
1491
- productKeys?: ProductKeys;
1492
- typeGuard: IsBooleanType;
1493
- };
1494
1446
  'a11y-fixes-week3-may-2026': {
1495
1447
  defaultValue: boolean;
1496
1448
  param: string;
@@ -1521,12 +1473,6 @@ export declare const editorExperimentsConfig: {
1521
1473
  productKeys?: ProductKeys;
1522
1474
  typeGuard: IsBooleanType;
1523
1475
  };
1524
- platform_editor_ai_minion_skip_orchestrator: {
1525
- defaultValue: boolean;
1526
- param: string;
1527
- productKeys?: ProductKeys;
1528
- typeGuard: IsBooleanType;
1529
- };
1530
1476
  platform_editor_wide_slash_trigger: {
1531
1477
  defaultValue: boolean;
1532
1478
  param: string;
@@ -1569,12 +1515,6 @@ export declare const editorExperimentsConfig: {
1569
1515
  productKeys?: ProductKeys;
1570
1516
  typeGuard: IsBooleanType;
1571
1517
  };
1572
- cc_smarts_heading_autocomplete_migration: {
1573
- defaultValue: boolean;
1574
- param: string;
1575
- productKeys?: ProductKeys;
1576
- typeGuard: IsBooleanType;
1577
- };
1578
1518
  cc_smarts_concise_page_summary_migration: {
1579
1519
  defaultValue: boolean;
1580
1520
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "160.0.0",
3
+ "version": "161.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",