@atlaskit/tmp-editor-statsig 177.0.0 → 177.0.1

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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 177.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e29faa16e0c66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e29faa16e0c66) -
8
+ Migrate selected editor experiment reads and tooling from tmp-editor-statsig to
9
+ platform-feature-experiments, including static CSS, floating ToC, insert-menu AI, table overflow
10
+ shadows, and collapsible headings.
11
+
3
12
  ## 177.0.0
4
13
 
5
14
  ### Major Changes
@@ -67,7 +67,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
67
67
  platform_editor_ai_new_aifc_editor_experience: false,
68
68
  cc_page_experiences_editor_image_generation: false,
69
69
  platform_use_unicode_emojis: false,
70
- confluence_ai_generated_emojis: false,
71
70
  platform_editor_emoji_hover_show_tooltip: false,
72
71
  'aifc-confluence-editor-csp-fix': false
73
72
  };
@@ -14,7 +14,7 @@ var _createMultivariateExperiment = require("./create-multivariate-experiment");
14
14
 
15
15
  // These experiments have a jira-specific key that differs from the experiment name,
16
16
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
17
- var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
17
+ var disallowsProductKeys = exports.disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
18
18
 
19
19
  /**
20
20
  * Extract valid expected values.
@@ -47,15 +47,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
47
47
  param: 'isEnabled',
48
48
  defaultValue: false
49
49
  }),
50
- // Added 2026-07-28
51
- platform_editor_table_css_overflow_shadow: (0, _createBooleanExperiment.createBooleanExperiment)({
52
- productKeys: {
53
- confluence: 'platform_editor_table_css_overflow_shadow',
54
- jira: 'platform_editor_table_css_overflow_shadow'
55
- },
56
- param: 'isEnabled',
57
- defaultValue: false
58
- }),
59
50
  // Added 2026-07-24
60
51
  platform_editor_layout_column_delete_shortcut_fix: (0, _createBooleanExperiment.createBooleanExperiment)({
61
52
  productKeys: {
@@ -136,14 +127,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
136
127
  param: 'isEnabled',
137
128
  defaultValue: false
138
129
  }),
139
- // Added 05-03-2026
140
- platform_editor_ai_headingautocomplete: (0, _createBooleanExperiment.createBooleanExperiment)({
141
- productKeys: {
142
- confluence: 'platform_editor_ai_headingautocomplete'
143
- },
144
- param: 'isEnabled',
145
- defaultValue: false
146
- }),
147
130
  // Added 2026-02-16
148
131
  platform_editor_remove_important_in_render_ext: (0, _createBooleanExperiment.createBooleanExperiment)({
149
132
  productKeys: {
@@ -864,14 +847,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
864
847
  param: 'isEnabled',
865
848
  defaultValue: false
866
849
  }),
867
- // Added 2026-07-23
868
- platform_editor_floating_toc: (0, _createBooleanExperiment.createBooleanExperiment)({
869
- productKeys: {
870
- confluence: 'platform_editor_floating_toc'
871
- },
872
- param: 'isEnabled',
873
- defaultValue: false
874
- }),
875
850
  // Added 2026-01-22
876
851
  platform_editor_nested_drag_handle_icon: (0, _createBooleanExperiment.createBooleanExperiment)({
877
852
  productKeys: {
@@ -960,14 +935,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
960
935
  param: 'isEnabled',
961
936
  defaultValue: false
962
937
  }),
963
- // Added 2026-04-17
964
- cc_page_experiences_premium_macros_img_generation: (0, _createBooleanExperiment.createBooleanExperiment)({
965
- productKeys: {
966
- confluence: 'cc_page_experiences_premium_macros_img_generation'
967
- },
968
- param: 'isEnabled',
969
- defaultValue: false
970
- }),
971
938
  // Added 2026-02-23
972
939
  'cc-maui-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
973
940
  productKeys: {
@@ -1191,14 +1158,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1191
1158
  param: 'isEnabled',
1192
1159
  defaultValue: false
1193
1160
  }),
1194
- // Added 2026-06-30
1195
- confluence_ai_generated_emojis: (0, _createBooleanExperiment.createBooleanExperiment)({
1196
- productKeys: {
1197
- confluence: 'confluence_ai_generated_emojis'
1198
- },
1199
- param: 'isEnabled',
1200
- defaultValue: false
1201
- }),
1202
1161
  // Added 2026-02-26
1203
1162
  platform_editor_toolbar_update_jira_config: (0, _createBooleanExperiment.createBooleanExperiment)({
1204
1163
  productKeys: {
@@ -1512,14 +1471,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1512
1471
  param: 'isEnabled',
1513
1472
  defaultValue: false
1514
1473
  }),
1515
- // Added 2026-04-10
1516
- platform_editor_static_css: (0, _createBooleanExperiment.createBooleanExperiment)({
1517
- productKeys: {
1518
- confluence: 'platform_editor_renderer_static_css'
1519
- },
1520
- param: 'isEnabled',
1521
- defaultValue: false
1522
- }),
1523
1474
  // Added 2026-05-01
1524
1475
  platform_editor_core_static_css: (0, _createBooleanExperiment.createBooleanExperiment)({
1525
1476
  productKeys: {
@@ -1594,15 +1545,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1594
1545
  param: 'isEnabled',
1595
1546
  defaultValue: false
1596
1547
  }),
1597
- // Added 2026-04-30
1598
- platform_editor_insert_menu_ai: (0, _createBooleanExperiment.createBooleanExperiment)({
1599
- productKeys: {
1600
- confluence: 'platform_editor_insert_menu_ai',
1601
- jira: 'platform_editor_insert_menu_ai'
1602
- },
1603
- param: 'isEnabled',
1604
- defaultValue: false
1605
- }),
1606
1548
  platform_editor_paste_actions_menu_v2: (0, _createMultivariateExperiment.createMultivariateExperiment)({
1607
1549
  productKeys: {
1608
1550
  confluence: 'platform_editor_paste_actions_menu_v2',
@@ -1772,14 +1714,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1772
1714
  param: 'isEnabled',
1773
1715
  defaultValue: false
1774
1716
  }),
1775
- // Added 2026-06-08
1776
- cc_ai_insert_to_page_rovo_chat_experiment: (0, _createBooleanExperiment.createBooleanExperiment)({
1777
- productKeys: {
1778
- confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
1779
- },
1780
- param: 'isEnabled',
1781
- defaultValue: false
1782
- }),
1783
1717
  // Added 2026-06-20
1784
1718
  platform_editor_ssr_toolbar_optimistic: (0, _createBooleanExperiment.createBooleanExperiment)({
1785
1719
  productKeys: {
@@ -1795,14 +1729,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1795
1729
  param: 'useCcSmarts',
1796
1730
  defaultValue: false
1797
1731
  }),
1798
- // Added 2026-07-21
1799
- platform_renderer_collapsible_headings: (0, _createBooleanExperiment.createBooleanExperiment)({
1800
- productKeys: {
1801
- confluence: 'platform_renderer_collapsible_headings'
1802
- },
1803
- param: 'isEnabled',
1804
- defaultValue: false
1805
- }),
1806
1732
  // Added 2026-07-20
1807
1733
  platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
1808
1734
  productKeys: {
@@ -61,7 +61,6 @@ export const testBooleanOverrides = {
61
61
  platform_editor_ai_new_aifc_editor_experience: false,
62
62
  cc_page_experiences_editor_image_generation: false,
63
63
  platform_use_unicode_emojis: false,
64
- confluence_ai_generated_emojis: false,
65
64
  platform_editor_emoji_hover_show_tooltip: false,
66
65
  'aifc-confluence-editor-csp-fix': false
67
66
  };
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export const disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -41,15 +41,6 @@ export const editorExperimentsConfig = {
41
41
  param: 'isEnabled',
42
42
  defaultValue: false
43
43
  }),
44
- // Added 2026-07-28
45
- platform_editor_table_css_overflow_shadow: createBooleanExperiment({
46
- productKeys: {
47
- confluence: 'platform_editor_table_css_overflow_shadow',
48
- jira: 'platform_editor_table_css_overflow_shadow'
49
- },
50
- param: 'isEnabled',
51
- defaultValue: false
52
- }),
53
44
  // Added 2026-07-24
54
45
  platform_editor_layout_column_delete_shortcut_fix: createBooleanExperiment({
55
46
  productKeys: {
@@ -130,14 +121,6 @@ export const editorExperimentsConfig = {
130
121
  param: 'isEnabled',
131
122
  defaultValue: false
132
123
  }),
133
- // Added 05-03-2026
134
- platform_editor_ai_headingautocomplete: createBooleanExperiment({
135
- productKeys: {
136
- confluence: 'platform_editor_ai_headingautocomplete'
137
- },
138
- param: 'isEnabled',
139
- defaultValue: false
140
- }),
141
124
  // Added 2026-02-16
142
125
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
143
126
  productKeys: {
@@ -858,14 +841,6 @@ export const editorExperimentsConfig = {
858
841
  param: 'isEnabled',
859
842
  defaultValue: false
860
843
  }),
861
- // Added 2026-07-23
862
- platform_editor_floating_toc: createBooleanExperiment({
863
- productKeys: {
864
- confluence: 'platform_editor_floating_toc'
865
- },
866
- param: 'isEnabled',
867
- defaultValue: false
868
- }),
869
844
  // Added 2026-01-22
870
845
  platform_editor_nested_drag_handle_icon: createBooleanExperiment({
871
846
  productKeys: {
@@ -954,14 +929,6 @@ export const editorExperimentsConfig = {
954
929
  param: 'isEnabled',
955
930
  defaultValue: false
956
931
  }),
957
- // Added 2026-04-17
958
- cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
959
- productKeys: {
960
- confluence: 'cc_page_experiences_premium_macros_img_generation'
961
- },
962
- param: 'isEnabled',
963
- defaultValue: false
964
- }),
965
932
  // Added 2026-02-23
966
933
  'cc-maui-experiment': createBooleanExperiment({
967
934
  productKeys: {
@@ -1185,14 +1152,6 @@ export const editorExperimentsConfig = {
1185
1152
  param: 'isEnabled',
1186
1153
  defaultValue: false
1187
1154
  }),
1188
- // Added 2026-06-30
1189
- confluence_ai_generated_emojis: createBooleanExperiment({
1190
- productKeys: {
1191
- confluence: 'confluence_ai_generated_emojis'
1192
- },
1193
- param: 'isEnabled',
1194
- defaultValue: false
1195
- }),
1196
1155
  // Added 2026-02-26
1197
1156
  platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1198
1157
  productKeys: {
@@ -1506,14 +1465,6 @@ export const editorExperimentsConfig = {
1506
1465
  param: 'isEnabled',
1507
1466
  defaultValue: false
1508
1467
  }),
1509
- // Added 2026-04-10
1510
- platform_editor_static_css: createBooleanExperiment({
1511
- productKeys: {
1512
- confluence: 'platform_editor_renderer_static_css'
1513
- },
1514
- param: 'isEnabled',
1515
- defaultValue: false
1516
- }),
1517
1468
  // Added 2026-05-01
1518
1469
  platform_editor_core_static_css: createBooleanExperiment({
1519
1470
  productKeys: {
@@ -1588,15 +1539,6 @@ export const editorExperimentsConfig = {
1588
1539
  param: 'isEnabled',
1589
1540
  defaultValue: false
1590
1541
  }),
1591
- // Added 2026-04-30
1592
- platform_editor_insert_menu_ai: createBooleanExperiment({
1593
- productKeys: {
1594
- confluence: 'platform_editor_insert_menu_ai',
1595
- jira: 'platform_editor_insert_menu_ai'
1596
- },
1597
- param: 'isEnabled',
1598
- defaultValue: false
1599
- }),
1600
1542
  platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
1601
1543
  productKeys: {
1602
1544
  confluence: 'platform_editor_paste_actions_menu_v2',
@@ -1766,14 +1708,6 @@ export const editorExperimentsConfig = {
1766
1708
  param: 'isEnabled',
1767
1709
  defaultValue: false
1768
1710
  }),
1769
- // Added 2026-06-08
1770
- cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
1771
- productKeys: {
1772
- confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
1773
- },
1774
- param: 'isEnabled',
1775
- defaultValue: false
1776
- }),
1777
1711
  // Added 2026-06-20
1778
1712
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
1779
1713
  productKeys: {
@@ -1789,14 +1723,6 @@ export const editorExperimentsConfig = {
1789
1723
  param: 'useCcSmarts',
1790
1724
  defaultValue: false
1791
1725
  }),
1792
- // Added 2026-07-21
1793
- platform_renderer_collapsible_headings: createBooleanExperiment({
1794
- productKeys: {
1795
- confluence: 'platform_renderer_collapsible_headings'
1796
- },
1797
- param: 'isEnabled',
1798
- defaultValue: false
1799
- }),
1800
1726
  // Added 2026-07-20
1801
1727
  platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1802
1728
  productKeys: {
@@ -61,7 +61,6 @@ export var testBooleanOverrides = {
61
61
  platform_editor_ai_new_aifc_editor_experience: false,
62
62
  cc_page_experiences_editor_image_generation: false,
63
63
  platform_use_unicode_emojis: false,
64
- confluence_ai_generated_emojis: false,
65
64
  platform_editor_emoji_hover_show_tooltip: false,
66
65
  'aifc-confluence-editor-csp-fix': false
67
66
  };
@@ -8,7 +8,7 @@ import { createMultivariateExperiment } from './create-multivariate-experiment';
8
8
 
9
9
  // These experiments have a jira-specific key that differs from the experiment name,
10
10
  // so they must opt out of product-key routing to avoid sending the wrong key on jira.
11
- export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'platform_editor_static_css', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
11
+ export var disallowsProductKeys = ['platform_editor_block_menu', 'platform_editor_blocks', 'platform_editor_controls', 'advanced_layouts', 'single_column_layouts', 'platform_editor_preview_panel_responsiveness', 'platform_editor_toolbar_aifc', 'comment_on_bodied_extensions'];
12
12
 
13
13
  /**
14
14
  * Extract valid expected values.
@@ -41,15 +41,6 @@ export var editorExperimentsConfig = {
41
41
  param: 'isEnabled',
42
42
  defaultValue: false
43
43
  }),
44
- // Added 2026-07-28
45
- platform_editor_table_css_overflow_shadow: createBooleanExperiment({
46
- productKeys: {
47
- confluence: 'platform_editor_table_css_overflow_shadow',
48
- jira: 'platform_editor_table_css_overflow_shadow'
49
- },
50
- param: 'isEnabled',
51
- defaultValue: false
52
- }),
53
44
  // Added 2026-07-24
54
45
  platform_editor_layout_column_delete_shortcut_fix: createBooleanExperiment({
55
46
  productKeys: {
@@ -130,14 +121,6 @@ export var editorExperimentsConfig = {
130
121
  param: 'isEnabled',
131
122
  defaultValue: false
132
123
  }),
133
- // Added 05-03-2026
134
- platform_editor_ai_headingautocomplete: createBooleanExperiment({
135
- productKeys: {
136
- confluence: 'platform_editor_ai_headingautocomplete'
137
- },
138
- param: 'isEnabled',
139
- defaultValue: false
140
- }),
141
124
  // Added 2026-02-16
142
125
  platform_editor_remove_important_in_render_ext: createBooleanExperiment({
143
126
  productKeys: {
@@ -858,14 +841,6 @@ export var editorExperimentsConfig = {
858
841
  param: 'isEnabled',
859
842
  defaultValue: false
860
843
  }),
861
- // Added 2026-07-23
862
- platform_editor_floating_toc: createBooleanExperiment({
863
- productKeys: {
864
- confluence: 'platform_editor_floating_toc'
865
- },
866
- param: 'isEnabled',
867
- defaultValue: false
868
- }),
869
844
  // Added 2026-01-22
870
845
  platform_editor_nested_drag_handle_icon: createBooleanExperiment({
871
846
  productKeys: {
@@ -954,14 +929,6 @@ export var editorExperimentsConfig = {
954
929
  param: 'isEnabled',
955
930
  defaultValue: false
956
931
  }),
957
- // Added 2026-04-17
958
- cc_page_experiences_premium_macros_img_generation: createBooleanExperiment({
959
- productKeys: {
960
- confluence: 'cc_page_experiences_premium_macros_img_generation'
961
- },
962
- param: 'isEnabled',
963
- defaultValue: false
964
- }),
965
932
  // Added 2026-02-23
966
933
  'cc-maui-experiment': createBooleanExperiment({
967
934
  productKeys: {
@@ -1185,14 +1152,6 @@ export var editorExperimentsConfig = {
1185
1152
  param: 'isEnabled',
1186
1153
  defaultValue: false
1187
1154
  }),
1188
- // Added 2026-06-30
1189
- confluence_ai_generated_emojis: createBooleanExperiment({
1190
- productKeys: {
1191
- confluence: 'confluence_ai_generated_emojis'
1192
- },
1193
- param: 'isEnabled',
1194
- defaultValue: false
1195
- }),
1196
1155
  // Added 2026-02-26
1197
1156
  platform_editor_toolbar_update_jira_config: createBooleanExperiment({
1198
1157
  productKeys: {
@@ -1506,14 +1465,6 @@ export var editorExperimentsConfig = {
1506
1465
  param: 'isEnabled',
1507
1466
  defaultValue: false
1508
1467
  }),
1509
- // Added 2026-04-10
1510
- platform_editor_static_css: createBooleanExperiment({
1511
- productKeys: {
1512
- confluence: 'platform_editor_renderer_static_css'
1513
- },
1514
- param: 'isEnabled',
1515
- defaultValue: false
1516
- }),
1517
1468
  // Added 2026-05-01
1518
1469
  platform_editor_core_static_css: createBooleanExperiment({
1519
1470
  productKeys: {
@@ -1588,15 +1539,6 @@ export var editorExperimentsConfig = {
1588
1539
  param: 'isEnabled',
1589
1540
  defaultValue: false
1590
1541
  }),
1591
- // Added 2026-04-30
1592
- platform_editor_insert_menu_ai: createBooleanExperiment({
1593
- productKeys: {
1594
- confluence: 'platform_editor_insert_menu_ai',
1595
- jira: 'platform_editor_insert_menu_ai'
1596
- },
1597
- param: 'isEnabled',
1598
- defaultValue: false
1599
- }),
1600
1542
  platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
1601
1543
  productKeys: {
1602
1544
  confluence: 'platform_editor_paste_actions_menu_v2',
@@ -1766,14 +1708,6 @@ export var editorExperimentsConfig = {
1766
1708
  param: 'isEnabled',
1767
1709
  defaultValue: false
1768
1710
  }),
1769
- // Added 2026-06-08
1770
- cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
1771
- productKeys: {
1772
- confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
1773
- },
1774
- param: 'isEnabled',
1775
- defaultValue: false
1776
- }),
1777
1711
  // Added 2026-06-20
1778
1712
  platform_editor_ssr_toolbar_optimistic: createBooleanExperiment({
1779
1713
  productKeys: {
@@ -1789,14 +1723,6 @@ export var editorExperimentsConfig = {
1789
1723
  param: 'useCcSmarts',
1790
1724
  defaultValue: false
1791
1725
  }),
1792
- // Added 2026-07-21
1793
- platform_renderer_collapsible_headings: createBooleanExperiment({
1794
- productKeys: {
1795
- confluence: 'platform_renderer_collapsible_headings'
1796
- },
1797
- param: 'isEnabled',
1798
- defaultValue: false
1799
- }),
1800
1726
  // Added 2026-07-20
1801
1727
  platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
1802
1728
  productKeys: {
@@ -21,12 +21,6 @@ export type ExperimentDefaultValue<ExperimentName extends keyof EditorExperiment
21
21
  * existing experiments.
22
22
  */
23
23
  export declare const editorExperimentsConfig: {
24
- platform_editor_table_css_overflow_shadow: {
25
- defaultValue: boolean;
26
- param: string;
27
- productKeys?: ProductKeys;
28
- typeGuard: IsBooleanType;
29
- };
30
24
  platform_editor_layout_column_delete_shortcut_fix: {
31
25
  defaultValue: boolean;
32
26
  param: string;
@@ -149,18 +143,6 @@ export declare const editorExperimentsConfig: {
149
143
  productKeys?: ProductKeys;
150
144
  typeGuard: IsBooleanType;
151
145
  };
152
- platform_editor_ai_headingautocomplete: {
153
- defaultValue: boolean;
154
- param: string;
155
- productKeys?: ProductKeys;
156
- typeGuard: IsBooleanType;
157
- };
158
- platform_editor_floating_toc: {
159
- defaultValue: boolean;
160
- param: string;
161
- productKeys?: ProductKeys;
162
- typeGuard: IsBooleanType;
163
- };
164
146
  cc_fix_hydration_ttvc: {
165
147
  defaultValue: boolean;
166
148
  param: string;
@@ -745,12 +727,6 @@ export declare const editorExperimentsConfig: {
745
727
  productKeys?: ProductKeys;
746
728
  typeGuard: IsBooleanType;
747
729
  };
748
- cc_page_experiences_premium_macros_img_generation: {
749
- defaultValue: boolean;
750
- param: string;
751
- productKeys?: ProductKeys;
752
- typeGuard: IsBooleanType;
753
- };
754
730
  'cc-maui-experiment': {
755
731
  defaultValue: boolean;
756
732
  param: string;
@@ -920,12 +896,6 @@ export declare const editorExperimentsConfig: {
920
896
  productKeys?: ProductKeys;
921
897
  typeGuard: IsBooleanType;
922
898
  };
923
- confluence_ai_generated_emojis: {
924
- defaultValue: boolean;
925
- param: string;
926
- productKeys?: ProductKeys;
927
- typeGuard: IsBooleanType;
928
- };
929
899
  platform_editor_toolbar_update_jira_config: {
930
900
  defaultValue: boolean;
931
901
  param: string;
@@ -1088,12 +1058,6 @@ export declare const editorExperimentsConfig: {
1088
1058
  productKeys?: ProductKeys;
1089
1059
  typeGuard: IsBooleanType;
1090
1060
  };
1091
- platform_editor_static_css: {
1092
- defaultValue: boolean;
1093
- param: string;
1094
- productKeys?: ProductKeys;
1095
- typeGuard: IsBooleanType;
1096
- };
1097
1061
  platform_editor_core_static_css: {
1098
1062
  defaultValue: boolean;
1099
1063
  param: string;
@@ -1160,12 +1124,6 @@ export declare const editorExperimentsConfig: {
1160
1124
  productKeys?: ProductKeys;
1161
1125
  typeGuard: IsBooleanType;
1162
1126
  };
1163
- platform_editor_insert_menu_ai: {
1164
- defaultValue: boolean;
1165
- param: string;
1166
- productKeys?: ProductKeys;
1167
- typeGuard: IsBooleanType;
1168
- };
1169
1127
  platform_editor_fix_sticky_header_malfunction: {
1170
1128
  defaultValue: boolean;
1171
1129
  param: string;
@@ -1281,12 +1239,6 @@ export declare const editorExperimentsConfig: {
1281
1239
  productKeys?: ProductKeys;
1282
1240
  typeGuard: IsBooleanType;
1283
1241
  };
1284
- cc_ai_insert_to_page_rovo_chat_experiment: {
1285
- defaultValue: boolean;
1286
- param: string;
1287
- productKeys?: ProductKeys;
1288
- typeGuard: IsBooleanType;
1289
- };
1290
1242
  platform_editor_ssr_toolbar_optimistic: {
1291
1243
  defaultValue: boolean;
1292
1244
  param: string;
@@ -1299,12 +1251,6 @@ export declare const editorExperimentsConfig: {
1299
1251
  productKeys?: ProductKeys;
1300
1252
  typeGuard: IsBooleanType;
1301
1253
  };
1302
- platform_renderer_collapsible_headings: {
1303
- defaultValue: boolean;
1304
- param: string;
1305
- productKeys?: ProductKeys;
1306
- typeGuard: IsBooleanType;
1307
- };
1308
1254
  platform_editor_lovability_breakout_resizing_fixes: {
1309
1255
  defaultValue: boolean;
1310
1256
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "177.0.0",
3
+ "version": "177.0.1",
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",