@atlaskit/tmp-editor-statsig 168.0.0 → 169.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 169.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`4db8fed8666c0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4db8fed8666c0) -
|
|
8
|
+
Clean up experiment `platform_editor_close_expand_find` and permanently enable browser find in
|
|
9
|
+
collapsed Expand content.
|
|
10
|
+
- [`08bf773f7599a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08bf773f7599a) -
|
|
11
|
+
Migrate experiments to use the new platform experiment API. This major release removes the
|
|
12
|
+
migrated experiment entries from `@atlaskit/tmp-editor-statsig`'s `editorExperimentsConfig` and
|
|
13
|
+
test overrides. Consumers must replace legacy `expVal`/`expValEquals` calls with
|
|
14
|
+
`@atlaskit/platform-feature-experiments` APIs, using `isExperimentEnabled` for boolean `isEnabled`
|
|
15
|
+
experiments and `expVal` for parameterized experiments; use `mockExpEnabled`/`mockExpDisabled` in
|
|
16
|
+
tests.
|
|
17
|
+
|
|
3
18
|
## 168.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -86,14 +86,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
86
86
|
// Editor Platform experiments
|
|
87
87
|
// lwoollard experiments
|
|
88
88
|
|
|
89
|
-
// Added 2026-02-11
|
|
90
|
-
ai_speech_to_text_in_editor: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
91
|
-
productKeys: {
|
|
92
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
93
|
-
},
|
|
94
|
-
param: 'isEnabled',
|
|
95
|
-
defaultValue: false
|
|
96
|
-
}),
|
|
97
89
|
// Added 2026-04-21
|
|
98
90
|
cwr_page_tree_auto_finalize: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
99
91
|
productKeys: {
|
|
@@ -238,14 +230,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
238
230
|
param: 'isEnabled',
|
|
239
231
|
defaultValue: false
|
|
240
232
|
}),
|
|
241
|
-
// Added 2026-04-28
|
|
242
|
-
'agent-managed_blocks_mvp': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
243
|
-
productKeys: {
|
|
244
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
245
|
-
},
|
|
246
|
-
param: 'isEnabled',
|
|
247
|
-
defaultValue: false
|
|
248
|
-
}),
|
|
249
233
|
// Added 2026-05-05
|
|
250
234
|
'databases-native-embeds-v2': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
251
235
|
productKeys: {
|
|
@@ -359,15 +343,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
359
343
|
param: 'isEnabled',
|
|
360
344
|
defaultValue: false
|
|
361
345
|
}),
|
|
362
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
363
|
-
platform_editor_experience_tracking_observer: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
364
|
-
productKeys: {
|
|
365
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
366
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
367
|
-
},
|
|
368
|
-
param: 'isEnabled',
|
|
369
|
-
defaultValue: false
|
|
370
|
-
}),
|
|
371
346
|
// Added 2024-10-01
|
|
372
347
|
comment_on_bodied_extensions: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
373
348
|
productKeys: {
|
|
@@ -689,14 +664,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
689
664
|
param: 'isEnabled',
|
|
690
665
|
defaultValue: false
|
|
691
666
|
}),
|
|
692
|
-
// Added 2026-03-26
|
|
693
|
-
platform_editor_perf_lint_cleanup: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
694
|
-
productKeys: {
|
|
695
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
696
|
-
},
|
|
697
|
-
param: 'isEnabled',
|
|
698
|
-
defaultValue: false
|
|
699
|
-
}),
|
|
700
667
|
// Added 2025-07-30
|
|
701
668
|
platform_editor_blocktaskitem_node_tenantid: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
702
669
|
productKeys: {
|
|
@@ -1084,14 +1051,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1084
1051
|
param: 'isEnabled',
|
|
1085
1052
|
defaultValue: false
|
|
1086
1053
|
}),
|
|
1087
|
-
// Added 2026-06-02
|
|
1088
|
-
aifc_page_create_with_rovo_include_infographics: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1089
|
-
productKeys: {
|
|
1090
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1091
|
-
},
|
|
1092
|
-
param: 'isEnabled',
|
|
1093
|
-
defaultValue: false
|
|
1094
|
-
}),
|
|
1095
1054
|
// Added 2026-02-23
|
|
1096
1055
|
'cc-maui-experiment': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1097
1056
|
productKeys: {
|
|
@@ -1490,14 +1449,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1490
1449
|
param: 'isEnabled',
|
|
1491
1450
|
defaultValue: false
|
|
1492
1451
|
}),
|
|
1493
|
-
// Added 2026-06-10
|
|
1494
|
-
platform_editor_close_expand_find: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1495
|
-
productKeys: {
|
|
1496
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1497
|
-
},
|
|
1498
|
-
param: 'isEnabled',
|
|
1499
|
-
defaultValue: false
|
|
1500
|
-
}),
|
|
1501
1452
|
// Added 2026-05-01
|
|
1502
1453
|
platform_editor_ai_normalized_telemetry: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1503
1454
|
productKeys: {
|
|
@@ -1818,14 +1769,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1818
1769
|
param: 'isEnabled',
|
|
1819
1770
|
defaultValue: false
|
|
1820
1771
|
}),
|
|
1821
|
-
// Added 2026-05-06
|
|
1822
|
-
'jira-smart-replies-v2': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1823
|
-
productKeys: {
|
|
1824
|
-
jira: 'jira-smart-replies-v2'
|
|
1825
|
-
},
|
|
1826
|
-
param: 'isEnabled',
|
|
1827
|
-
defaultValue: false
|
|
1828
|
-
}),
|
|
1829
1772
|
// Added 2026-05-01
|
|
1830
1773
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1831
1774
|
platform_editor_ai_replace_doc: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
@@ -1882,15 +1825,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1882
1825
|
param: 'isEnabled',
|
|
1883
1826
|
defaultValue: false
|
|
1884
1827
|
}),
|
|
1885
|
-
// Added 2026-05-25
|
|
1886
|
-
'a11y-fixes-week4-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1887
|
-
productKeys: {
|
|
1888
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1889
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1890
|
-
},
|
|
1891
|
-
param: 'isEnabled',
|
|
1892
|
-
defaultValue: false
|
|
1893
|
-
}),
|
|
1894
1828
|
// Added 2026-06-29
|
|
1895
1829
|
'a11y-fixes-week3-may-2026': (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1896
1830
|
productKeys: {
|
|
@@ -80,14 +80,6 @@ export const editorExperimentsConfig = {
|
|
|
80
80
|
// Editor Platform experiments
|
|
81
81
|
// lwoollard experiments
|
|
82
82
|
|
|
83
|
-
// Added 2026-02-11
|
|
84
|
-
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
85
|
-
productKeys: {
|
|
86
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
87
|
-
},
|
|
88
|
-
param: 'isEnabled',
|
|
89
|
-
defaultValue: false
|
|
90
|
-
}),
|
|
91
83
|
// Added 2026-04-21
|
|
92
84
|
cwr_page_tree_auto_finalize: createBooleanExperiment({
|
|
93
85
|
productKeys: {
|
|
@@ -232,14 +224,6 @@ export const editorExperimentsConfig = {
|
|
|
232
224
|
param: 'isEnabled',
|
|
233
225
|
defaultValue: false
|
|
234
226
|
}),
|
|
235
|
-
// Added 2026-04-28
|
|
236
|
-
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
237
|
-
productKeys: {
|
|
238
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
239
|
-
},
|
|
240
|
-
param: 'isEnabled',
|
|
241
|
-
defaultValue: false
|
|
242
|
-
}),
|
|
243
227
|
// Added 2026-05-05
|
|
244
228
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
245
229
|
productKeys: {
|
|
@@ -353,15 +337,6 @@ export const editorExperimentsConfig = {
|
|
|
353
337
|
param: 'isEnabled',
|
|
354
338
|
defaultValue: false
|
|
355
339
|
}),
|
|
356
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
357
|
-
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
358
|
-
productKeys: {
|
|
359
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
360
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
361
|
-
},
|
|
362
|
-
param: 'isEnabled',
|
|
363
|
-
defaultValue: false
|
|
364
|
-
}),
|
|
365
340
|
// Added 2024-10-01
|
|
366
341
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
367
342
|
productKeys: {
|
|
@@ -683,14 +658,6 @@ export const editorExperimentsConfig = {
|
|
|
683
658
|
param: 'isEnabled',
|
|
684
659
|
defaultValue: false
|
|
685
660
|
}),
|
|
686
|
-
// Added 2026-03-26
|
|
687
|
-
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
690
|
-
},
|
|
691
|
-
param: 'isEnabled',
|
|
692
|
-
defaultValue: false
|
|
693
|
-
}),
|
|
694
661
|
// Added 2025-07-30
|
|
695
662
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
696
663
|
productKeys: {
|
|
@@ -1078,14 +1045,6 @@ export const editorExperimentsConfig = {
|
|
|
1078
1045
|
param: 'isEnabled',
|
|
1079
1046
|
defaultValue: false
|
|
1080
1047
|
}),
|
|
1081
|
-
// Added 2026-06-02
|
|
1082
|
-
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1083
|
-
productKeys: {
|
|
1084
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1085
|
-
},
|
|
1086
|
-
param: 'isEnabled',
|
|
1087
|
-
defaultValue: false
|
|
1088
|
-
}),
|
|
1089
1048
|
// Added 2026-02-23
|
|
1090
1049
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1091
1050
|
productKeys: {
|
|
@@ -1484,14 +1443,6 @@ export const editorExperimentsConfig = {
|
|
|
1484
1443
|
param: 'isEnabled',
|
|
1485
1444
|
defaultValue: false
|
|
1486
1445
|
}),
|
|
1487
|
-
// Added 2026-06-10
|
|
1488
|
-
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1489
|
-
productKeys: {
|
|
1490
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1491
|
-
},
|
|
1492
|
-
param: 'isEnabled',
|
|
1493
|
-
defaultValue: false
|
|
1494
|
-
}),
|
|
1495
1446
|
// Added 2026-05-01
|
|
1496
1447
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1497
1448
|
productKeys: {
|
|
@@ -1812,14 +1763,6 @@ export const editorExperimentsConfig = {
|
|
|
1812
1763
|
param: 'isEnabled',
|
|
1813
1764
|
defaultValue: false
|
|
1814
1765
|
}),
|
|
1815
|
-
// Added 2026-05-06
|
|
1816
|
-
'jira-smart-replies-v2': createBooleanExperiment({
|
|
1817
|
-
productKeys: {
|
|
1818
|
-
jira: 'jira-smart-replies-v2'
|
|
1819
|
-
},
|
|
1820
|
-
param: 'isEnabled',
|
|
1821
|
-
defaultValue: false
|
|
1822
|
-
}),
|
|
1823
1766
|
// Added 2026-05-01
|
|
1824
1767
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1825
1768
|
platform_editor_ai_replace_doc: createBooleanExperiment({
|
|
@@ -1876,15 +1819,6 @@ export const editorExperimentsConfig = {
|
|
|
1876
1819
|
param: 'isEnabled',
|
|
1877
1820
|
defaultValue: false
|
|
1878
1821
|
}),
|
|
1879
|
-
// Added 2026-05-25
|
|
1880
|
-
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
1881
|
-
productKeys: {
|
|
1882
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1883
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1884
|
-
},
|
|
1885
|
-
param: 'isEnabled',
|
|
1886
|
-
defaultValue: false
|
|
1887
|
-
}),
|
|
1888
1822
|
// Added 2026-06-29
|
|
1889
1823
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
1890
1824
|
productKeys: {
|
|
@@ -80,14 +80,6 @@ export var editorExperimentsConfig = {
|
|
|
80
80
|
// Editor Platform experiments
|
|
81
81
|
// lwoollard experiments
|
|
82
82
|
|
|
83
|
-
// Added 2026-02-11
|
|
84
|
-
ai_speech_to_text_in_editor: createBooleanExperiment({
|
|
85
|
-
productKeys: {
|
|
86
|
-
confluence: 'ai_speech_to_text_in_editor'
|
|
87
|
-
},
|
|
88
|
-
param: 'isEnabled',
|
|
89
|
-
defaultValue: false
|
|
90
|
-
}),
|
|
91
83
|
// Added 2026-04-21
|
|
92
84
|
cwr_page_tree_auto_finalize: createBooleanExperiment({
|
|
93
85
|
productKeys: {
|
|
@@ -232,14 +224,6 @@ export var editorExperimentsConfig = {
|
|
|
232
224
|
param: 'isEnabled',
|
|
233
225
|
defaultValue: false
|
|
234
226
|
}),
|
|
235
|
-
// Added 2026-04-28
|
|
236
|
-
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
237
|
-
productKeys: {
|
|
238
|
-
confluence: 'agent-managed_blocks_mvp'
|
|
239
|
-
},
|
|
240
|
-
param: 'isEnabled',
|
|
241
|
-
defaultValue: false
|
|
242
|
-
}),
|
|
243
227
|
// Added 2026-05-05
|
|
244
228
|
'databases-native-embeds-v2': createBooleanExperiment({
|
|
245
229
|
productKeys: {
|
|
@@ -353,15 +337,6 @@ export var editorExperimentsConfig = {
|
|
|
353
337
|
param: 'isEnabled',
|
|
354
338
|
defaultValue: false
|
|
355
339
|
}),
|
|
356
|
-
// Added 2026-03-05 - gates DOM mutation observer for experience tracking (toolbar + block menu)
|
|
357
|
-
platform_editor_experience_tracking_observer: createBooleanExperiment({
|
|
358
|
-
productKeys: {
|
|
359
|
-
confluence: 'platform_editor_experience_tracking_observer',
|
|
360
|
-
jira: 'platform_editor_experience_tracking_observer'
|
|
361
|
-
},
|
|
362
|
-
param: 'isEnabled',
|
|
363
|
-
defaultValue: false
|
|
364
|
-
}),
|
|
365
340
|
// Added 2024-10-01
|
|
366
341
|
comment_on_bodied_extensions: createBooleanExperiment({
|
|
367
342
|
productKeys: {
|
|
@@ -683,14 +658,6 @@ export var editorExperimentsConfig = {
|
|
|
683
658
|
param: 'isEnabled',
|
|
684
659
|
defaultValue: false
|
|
685
660
|
}),
|
|
686
|
-
// Added 2026-03-26
|
|
687
|
-
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
688
|
-
productKeys: {
|
|
689
|
-
confluence: 'platform_editor_perf_lint_cleanup'
|
|
690
|
-
},
|
|
691
|
-
param: 'isEnabled',
|
|
692
|
-
defaultValue: false
|
|
693
|
-
}),
|
|
694
661
|
// Added 2025-07-30
|
|
695
662
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
696
663
|
productKeys: {
|
|
@@ -1078,14 +1045,6 @@ export var editorExperimentsConfig = {
|
|
|
1078
1045
|
param: 'isEnabled',
|
|
1079
1046
|
defaultValue: false
|
|
1080
1047
|
}),
|
|
1081
|
-
// Added 2026-06-02
|
|
1082
|
-
aifc_page_create_with_rovo_include_infographics: createBooleanExperiment({
|
|
1083
|
-
productKeys: {
|
|
1084
|
-
confluence: 'aifc_page_create_with_rovo_include_infographics'
|
|
1085
|
-
},
|
|
1086
|
-
param: 'isEnabled',
|
|
1087
|
-
defaultValue: false
|
|
1088
|
-
}),
|
|
1089
1048
|
// Added 2026-02-23
|
|
1090
1049
|
'cc-maui-experiment': createBooleanExperiment({
|
|
1091
1050
|
productKeys: {
|
|
@@ -1484,14 +1443,6 @@ export var editorExperimentsConfig = {
|
|
|
1484
1443
|
param: 'isEnabled',
|
|
1485
1444
|
defaultValue: false
|
|
1486
1445
|
}),
|
|
1487
|
-
// Added 2026-06-10
|
|
1488
|
-
platform_editor_close_expand_find: createBooleanExperiment({
|
|
1489
|
-
productKeys: {
|
|
1490
|
-
confluence: 'platform_editor_close_expand_find'
|
|
1491
|
-
},
|
|
1492
|
-
param: 'isEnabled',
|
|
1493
|
-
defaultValue: false
|
|
1494
|
-
}),
|
|
1495
1446
|
// Added 2026-05-01
|
|
1496
1447
|
platform_editor_ai_normalized_telemetry: createBooleanExperiment({
|
|
1497
1448
|
productKeys: {
|
|
@@ -1812,14 +1763,6 @@ export var editorExperimentsConfig = {
|
|
|
1812
1763
|
param: 'isEnabled',
|
|
1813
1764
|
defaultValue: false
|
|
1814
1765
|
}),
|
|
1815
|
-
// Added 2026-05-06
|
|
1816
|
-
'jira-smart-replies-v2': createBooleanExperiment({
|
|
1817
|
-
productKeys: {
|
|
1818
|
-
jira: 'jira-smart-replies-v2'
|
|
1819
|
-
},
|
|
1820
|
-
param: 'isEnabled',
|
|
1821
|
-
defaultValue: false
|
|
1822
|
-
}),
|
|
1823
1766
|
// Added 2026-05-01
|
|
1824
1767
|
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_replace_doc/setup
|
|
1825
1768
|
platform_editor_ai_replace_doc: createBooleanExperiment({
|
|
@@ -1876,15 +1819,6 @@ export var editorExperimentsConfig = {
|
|
|
1876
1819
|
param: 'isEnabled',
|
|
1877
1820
|
defaultValue: false
|
|
1878
1821
|
}),
|
|
1879
|
-
// Added 2026-05-25
|
|
1880
|
-
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
1881
|
-
productKeys: {
|
|
1882
|
-
confluence: 'a11y-fixes-week4-may-2026',
|
|
1883
|
-
jira: 'a11y-fixes-week4-may-2026'
|
|
1884
|
-
},
|
|
1885
|
-
param: 'isEnabled',
|
|
1886
|
-
defaultValue: false
|
|
1887
|
-
}),
|
|
1888
1822
|
// Added 2026-06-29
|
|
1889
1823
|
'a11y-fixes-week3-may-2026': createBooleanExperiment({
|
|
1890
1824
|
productKeys: {
|
|
@@ -87,12 +87,6 @@ export declare const editorExperimentsConfig: {
|
|
|
87
87
|
productKeys?: ProductKeys;
|
|
88
88
|
typeGuard: IsBooleanType;
|
|
89
89
|
};
|
|
90
|
-
'agent-managed_blocks_mvp': {
|
|
91
|
-
defaultValue: boolean;
|
|
92
|
-
param: string;
|
|
93
|
-
productKeys?: ProductKeys;
|
|
94
|
-
typeGuard: IsBooleanType;
|
|
95
|
-
};
|
|
96
90
|
cc_editor_ai_content_mode: {
|
|
97
91
|
defaultValue: 'control' | 'test';
|
|
98
92
|
param: string;
|
|
@@ -210,12 +204,6 @@ export declare const editorExperimentsConfig: {
|
|
|
210
204
|
typeGuard: (value: unknown) => value is 'control' | 'shadow_compare' | 'live_cc_smarts';
|
|
211
205
|
values: ('control' | 'shadow_compare' | 'live_cc_smarts')[];
|
|
212
206
|
};
|
|
213
|
-
ai_speech_to_text_in_editor: {
|
|
214
|
-
defaultValue: boolean;
|
|
215
|
-
param: string;
|
|
216
|
-
productKeys?: ProductKeys;
|
|
217
|
-
typeGuard: IsBooleanType;
|
|
218
|
-
};
|
|
219
207
|
'company_hub_carousel_thumbnails-refactor': {
|
|
220
208
|
defaultValue: boolean;
|
|
221
209
|
param: string;
|
|
@@ -454,12 +442,6 @@ export declare const editorExperimentsConfig: {
|
|
|
454
442
|
productKeys?: ProductKeys;
|
|
455
443
|
typeGuard: IsBooleanType;
|
|
456
444
|
};
|
|
457
|
-
platform_editor_experience_tracking_observer: {
|
|
458
|
-
defaultValue: boolean;
|
|
459
|
-
param: string;
|
|
460
|
-
productKeys?: ProductKeys;
|
|
461
|
-
typeGuard: IsBooleanType;
|
|
462
|
-
};
|
|
463
445
|
platform_editor_table_a11y_eslint_fix: {
|
|
464
446
|
defaultValue: boolean;
|
|
465
447
|
param: string;
|
|
@@ -817,12 +799,6 @@ export declare const editorExperimentsConfig: {
|
|
|
817
799
|
productKeys?: ProductKeys;
|
|
818
800
|
typeGuard: IsBooleanType;
|
|
819
801
|
};
|
|
820
|
-
platform_editor_perf_lint_cleanup: {
|
|
821
|
-
defaultValue: boolean;
|
|
822
|
-
param: string;
|
|
823
|
-
productKeys?: ProductKeys;
|
|
824
|
-
typeGuard: IsBooleanType;
|
|
825
|
-
};
|
|
826
802
|
cc_page_experiences_editor_image_generation: {
|
|
827
803
|
defaultValue: boolean;
|
|
828
804
|
param: string;
|
|
@@ -835,12 +811,6 @@ export declare const editorExperimentsConfig: {
|
|
|
835
811
|
productKeys?: ProductKeys;
|
|
836
812
|
typeGuard: IsBooleanType;
|
|
837
813
|
};
|
|
838
|
-
aifc_page_create_with_rovo_include_infographics: {
|
|
839
|
-
defaultValue: boolean;
|
|
840
|
-
param: string;
|
|
841
|
-
productKeys?: ProductKeys;
|
|
842
|
-
typeGuard: IsBooleanType;
|
|
843
|
-
};
|
|
844
814
|
'cc-maui-experiment': {
|
|
845
815
|
defaultValue: boolean;
|
|
846
816
|
param: string;
|
|
@@ -1130,12 +1100,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1130
1100
|
productKeys?: ProductKeys;
|
|
1131
1101
|
typeGuard: IsBooleanType;
|
|
1132
1102
|
};
|
|
1133
|
-
platform_editor_close_expand_find: {
|
|
1134
|
-
defaultValue: boolean;
|
|
1135
|
-
param: string;
|
|
1136
|
-
productKeys?: ProductKeys;
|
|
1137
|
-
typeGuard: IsBooleanType;
|
|
1138
|
-
};
|
|
1139
1103
|
platform_editor_table_fit_to_content_auto_convert: {
|
|
1140
1104
|
defaultValue: boolean;
|
|
1141
1105
|
param: string;
|
|
@@ -1329,12 +1293,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1329
1293
|
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1330
1294
|
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1331
1295
|
};
|
|
1332
|
-
'jira-smart-replies-v2': {
|
|
1333
|
-
defaultValue: boolean;
|
|
1334
|
-
param: string;
|
|
1335
|
-
productKeys?: ProductKeys;
|
|
1336
|
-
typeGuard: IsBooleanType;
|
|
1337
|
-
};
|
|
1338
1296
|
confluence_editor_paste_3p_link_actions_menu: {
|
|
1339
1297
|
defaultValue: boolean;
|
|
1340
1298
|
param: string;
|
|
@@ -1371,12 +1329,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1371
1329
|
productKeys?: ProductKeys;
|
|
1372
1330
|
typeGuard: IsBooleanType;
|
|
1373
1331
|
};
|
|
1374
|
-
'a11y-fixes-week4-may-2026': {
|
|
1375
|
-
defaultValue: boolean;
|
|
1376
|
-
param: string;
|
|
1377
|
-
productKeys?: ProductKeys;
|
|
1378
|
-
typeGuard: IsBooleanType;
|
|
1379
|
-
};
|
|
1380
1332
|
'a11y-fixes-week3-may-2026': {
|
|
1381
1333
|
defaultValue: boolean;
|
|
1382
1334
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "169.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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.ts",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
29
|
+
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
30
30
|
"@atlaskit/react-ufo": "^7.7.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
42
|
+
"@atlassian/feature-flags-test-utils": "^1.3.0",
|
|
43
43
|
"react": "^19.2.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|