@atlaskit/tmp-editor-statsig 68.1.0 → 70.2.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 +35 -0
- package/dist/cjs/exp-test-overrides.js +1 -2
- package/dist/cjs/experiments-config.js +22 -24
- package/dist/es2019/exp-test-overrides.js +1 -2
- package/dist/es2019/experiments-config.js +22 -24
- package/dist/esm/exp-test-overrides.js +1 -2
- package/dist/esm/experiments-config.js +22 -24
- package/dist/types/experiments-config.d.ts +15 -16
- package/dist/types-ts4.5/experiments-config.d.ts +15 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 70.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1e1cd867149d8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e1cd867149d8) -
|
|
8
|
+
Add platform_sl_fix_cache_unresolved - cache Smart Link with resolved status, related to
|
|
9
|
+
platform_editor_smartlink_local_cache
|
|
10
|
+
- [`f7254db909ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f7254db909ac9) -
|
|
11
|
+
Replace platform_editor_ai_chromeless_akeditor_class experiment with
|
|
12
|
+
platform_editor_chromeless_akeditor_class feature gate
|
|
13
|
+
|
|
14
|
+
## 70.1.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`aaa61a61efb94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaa61a61efb94) -
|
|
19
|
+
Add support for table resize in chromeless editor, behind platform_editor_table_resize_chromeless
|
|
20
|
+
experiment
|
|
21
|
+
|
|
22
|
+
## 70.0.0
|
|
23
|
+
|
|
24
|
+
### Major Changes
|
|
25
|
+
|
|
26
|
+
- [`0224e77302a3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0224e77302a3e) -
|
|
27
|
+
Replace cc-maui-experiment-phase-2 experiment checks with cc-maui-phase-2 feature gate checks for
|
|
28
|
+
gating the Ask Rovo toolbar button, and remove the now-unused cc-maui-experiment-phase-2
|
|
29
|
+
experiment definition.
|
|
30
|
+
|
|
31
|
+
## 69.0.0
|
|
32
|
+
|
|
33
|
+
### Major Changes
|
|
34
|
+
|
|
35
|
+
- [`d1bd1354e626f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d1bd1354e626f) -
|
|
36
|
+
Remove A/A for Create with Rovo via Slash Command experiment
|
|
37
|
+
|
|
3
38
|
## 68.1.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
|
@@ -14,8 +14,7 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
14
14
|
cc_editor_insm_outlier_events: 'test',
|
|
15
15
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
16
16
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
17
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
18
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
17
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
19
18
|
};
|
|
20
19
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
21
20
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1268,15 +1268,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1268
1268
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1269
1269
|
defaultValue: 'control'
|
|
1270
1270
|
}),
|
|
1271
|
-
// Added 2026-04-13
|
|
1272
|
-
cc_fd_cwr_quick_insert_aa: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
1273
|
-
productKeys: {
|
|
1274
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1275
|
-
},
|
|
1276
|
-
param: 'cohort',
|
|
1277
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1278
|
-
defaultValue: 'control'
|
|
1279
|
-
}),
|
|
1280
1271
|
// Added 2026-02-05 - A11Y-10416
|
|
1281
1272
|
editor_a11y_role_textbox: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1282
1273
|
productKeys: {
|
|
@@ -1293,6 +1284,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1293
1284
|
param: 'isEnabled',
|
|
1294
1285
|
defaultValue: false
|
|
1295
1286
|
}),
|
|
1287
|
+
platform_editor_table_resize_chromeless: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1288
|
+
productKeys: {
|
|
1289
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1290
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1291
|
+
},
|
|
1292
|
+
param: 'isEnabled',
|
|
1293
|
+
defaultValue: false
|
|
1294
|
+
}),
|
|
1296
1295
|
// Added 2026-02-05
|
|
1297
1296
|
platform_editor_toolbar_split_button_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1298
1297
|
productKeys: {
|
|
@@ -1351,7 +1350,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1351
1350
|
defaultValue: false
|
|
1352
1351
|
}),
|
|
1353
1352
|
// Added 2026-04-01
|
|
1354
|
-
|
|
1353
|
+
cc_page_experiences_editor_image_generation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1355
1354
|
productKeys: {
|
|
1356
1355
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1357
1356
|
},
|
|
@@ -1366,14 +1365,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1366
1365
|
param: 'isEnabled',
|
|
1367
1366
|
defaultValue: false
|
|
1368
1367
|
}),
|
|
1369
|
-
// Added 2026-04-06
|
|
1370
|
-
'cc-maui-experiment-phase-2': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1371
|
-
productKeys: {
|
|
1372
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1373
|
-
},
|
|
1374
|
-
param: 'isEnabled',
|
|
1375
|
-
defaultValue: false
|
|
1376
|
-
}),
|
|
1377
1368
|
// Added 2026-04-15
|
|
1378
1369
|
jira_maui_remix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1379
1370
|
productKeys: {
|
|
@@ -1855,6 +1846,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1855
1846
|
param: 'isEnabled',
|
|
1856
1847
|
defaultValue: false
|
|
1857
1848
|
}),
|
|
1849
|
+
// Added 2026-04-23
|
|
1850
|
+
'cc-markdown-mode': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1851
|
+
productKeys: {
|
|
1852
|
+
confluence: 'cc-markdown-mode'
|
|
1853
|
+
},
|
|
1854
|
+
param: 'isEnabled',
|
|
1855
|
+
defaultValue: false
|
|
1856
|
+
}),
|
|
1858
1857
|
// Added 2026-03-30
|
|
1859
1858
|
platform_editor_spotlight_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1860
1859
|
productKeys: {
|
|
@@ -2011,18 +2010,17 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2011
2010
|
defaultValue: false
|
|
2012
2011
|
}),
|
|
2013
2012
|
// Added 2026-04-23
|
|
2014
|
-
|
|
2013
|
+
platform_editor_emojis_in_renderer_smart_links: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2015
2014
|
productKeys: {
|
|
2016
|
-
confluence: '
|
|
2017
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2015
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2018
2016
|
},
|
|
2019
2017
|
param: 'isEnabled',
|
|
2020
2018
|
defaultValue: false
|
|
2021
2019
|
}),
|
|
2022
|
-
// Added 2026-04-
|
|
2023
|
-
|
|
2020
|
+
// Added 2026-04-27
|
|
2021
|
+
platform_sl_fix_cache_unresolved: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2024
2022
|
productKeys: {
|
|
2025
|
-
confluence: '
|
|
2023
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2026
2024
|
},
|
|
2027
2025
|
param: 'isEnabled',
|
|
2028
2026
|
defaultValue: false
|
|
@@ -8,8 +8,7 @@ export const testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
11
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
12
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
13
12
|
};
|
|
14
13
|
export const testBooleanOverrides = {
|
|
15
14
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1262,15 +1262,6 @@ export const editorExperimentsConfig = {
|
|
|
1262
1262
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1263
1263
|
defaultValue: 'control'
|
|
1264
1264
|
}),
|
|
1265
|
-
// Added 2026-04-13
|
|
1266
|
-
cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
|
|
1267
|
-
productKeys: {
|
|
1268
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1269
|
-
},
|
|
1270
|
-
param: 'cohort',
|
|
1271
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1272
|
-
defaultValue: 'control'
|
|
1273
|
-
}),
|
|
1274
1265
|
// Added 2026-02-05 - A11Y-10416
|
|
1275
1266
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1276
1267
|
productKeys: {
|
|
@@ -1287,6 +1278,14 @@ export const editorExperimentsConfig = {
|
|
|
1287
1278
|
param: 'isEnabled',
|
|
1288
1279
|
defaultValue: false
|
|
1289
1280
|
}),
|
|
1281
|
+
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1282
|
+
productKeys: {
|
|
1283
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1284
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1290
1289
|
// Added 2026-02-05
|
|
1291
1290
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1292
1291
|
productKeys: {
|
|
@@ -1345,7 +1344,7 @@ export const editorExperimentsConfig = {
|
|
|
1345
1344
|
defaultValue: false
|
|
1346
1345
|
}),
|
|
1347
1346
|
// Added 2026-04-01
|
|
1348
|
-
|
|
1347
|
+
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1349
1348
|
productKeys: {
|
|
1350
1349
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1351
1350
|
},
|
|
@@ -1360,14 +1359,6 @@ export const editorExperimentsConfig = {
|
|
|
1360
1359
|
param: 'isEnabled',
|
|
1361
1360
|
defaultValue: false
|
|
1362
1361
|
}),
|
|
1363
|
-
// Added 2026-04-06
|
|
1364
|
-
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1365
|
-
productKeys: {
|
|
1366
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1367
|
-
},
|
|
1368
|
-
param: 'isEnabled',
|
|
1369
|
-
defaultValue: false
|
|
1370
|
-
}),
|
|
1371
1362
|
// Added 2026-04-15
|
|
1372
1363
|
jira_maui_remix: createBooleanExperiment({
|
|
1373
1364
|
productKeys: {
|
|
@@ -1849,6 +1840,14 @@ export const editorExperimentsConfig = {
|
|
|
1849
1840
|
param: 'isEnabled',
|
|
1850
1841
|
defaultValue: false
|
|
1851
1842
|
}),
|
|
1843
|
+
// Added 2026-04-23
|
|
1844
|
+
'cc-markdown-mode': createBooleanExperiment({
|
|
1845
|
+
productKeys: {
|
|
1846
|
+
confluence: 'cc-markdown-mode'
|
|
1847
|
+
},
|
|
1848
|
+
param: 'isEnabled',
|
|
1849
|
+
defaultValue: false
|
|
1850
|
+
}),
|
|
1852
1851
|
// Added 2026-03-30
|
|
1853
1852
|
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1854
1853
|
productKeys: {
|
|
@@ -2005,18 +2004,17 @@ export const editorExperimentsConfig = {
|
|
|
2005
2004
|
defaultValue: false
|
|
2006
2005
|
}),
|
|
2007
2006
|
// Added 2026-04-23
|
|
2008
|
-
|
|
2007
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2009
2008
|
productKeys: {
|
|
2010
|
-
confluence: '
|
|
2011
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2009
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2012
2010
|
},
|
|
2013
2011
|
param: 'isEnabled',
|
|
2014
2012
|
defaultValue: false
|
|
2015
2013
|
}),
|
|
2016
|
-
// Added 2026-04-
|
|
2017
|
-
|
|
2014
|
+
// Added 2026-04-27
|
|
2015
|
+
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2018
2016
|
productKeys: {
|
|
2019
|
-
confluence: '
|
|
2017
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2020
2018
|
},
|
|
2021
2019
|
param: 'isEnabled',
|
|
2022
2020
|
defaultValue: false
|
|
@@ -8,8 +8,7 @@ export var testMultivariateOverrides = {
|
|
|
8
8
|
cc_editor_insm_outlier_events: 'test',
|
|
9
9
|
platform_editor_table_sticky_header_improvements: 'test_with_overflow',
|
|
10
10
|
cc_fd_db_top_editor_toolbar: 'control',
|
|
11
|
-
cc_fd_cwr_quick_insert: 'control'
|
|
12
|
-
cc_fd_cwr_quick_insert_aa: 'control'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control'
|
|
13
12
|
};
|
|
14
13
|
export var testBooleanOverrides = {
|
|
15
14
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -1262,15 +1262,6 @@ export var editorExperimentsConfig = {
|
|
|
1262
1262
|
values: ['control', 'slot-four', 'slot-two'],
|
|
1263
1263
|
defaultValue: 'control'
|
|
1264
1264
|
}),
|
|
1265
|
-
// Added 2026-04-13
|
|
1266
|
-
cc_fd_cwr_quick_insert_aa: createMultivariateExperiment({
|
|
1267
|
-
productKeys: {
|
|
1268
|
-
confluence: 'cc_fd_cwr_quick_insert_aa'
|
|
1269
|
-
},
|
|
1270
|
-
param: 'cohort',
|
|
1271
|
-
values: ['control', 'slot-four', 'slot-two'],
|
|
1272
|
-
defaultValue: 'control'
|
|
1273
|
-
}),
|
|
1274
1265
|
// Added 2026-02-05 - A11Y-10416
|
|
1275
1266
|
editor_a11y_role_textbox: createBooleanExperiment({
|
|
1276
1267
|
productKeys: {
|
|
@@ -1287,6 +1278,14 @@ export var editorExperimentsConfig = {
|
|
|
1287
1278
|
param: 'isEnabled',
|
|
1288
1279
|
defaultValue: false
|
|
1289
1280
|
}),
|
|
1281
|
+
platform_editor_table_resize_chromeless: createBooleanExperiment({
|
|
1282
|
+
productKeys: {
|
|
1283
|
+
confluence: 'platform_editor_table_resize_chromeless',
|
|
1284
|
+
jira: 'platform_editor_table_resize_chromeless'
|
|
1285
|
+
},
|
|
1286
|
+
param: 'isEnabled',
|
|
1287
|
+
defaultValue: false
|
|
1288
|
+
}),
|
|
1290
1289
|
// Added 2026-02-05
|
|
1291
1290
|
platform_editor_toolbar_split_button_ui: createBooleanExperiment({
|
|
1292
1291
|
productKeys: {
|
|
@@ -1345,7 +1344,7 @@ export var editorExperimentsConfig = {
|
|
|
1345
1344
|
defaultValue: false
|
|
1346
1345
|
}),
|
|
1347
1346
|
// Added 2026-04-01
|
|
1348
|
-
|
|
1347
|
+
cc_page_experiences_editor_image_generation: createBooleanExperiment({
|
|
1349
1348
|
productKeys: {
|
|
1350
1349
|
confluence: 'cc_page_experiences_editor_image_generation'
|
|
1351
1350
|
},
|
|
@@ -1360,14 +1359,6 @@ export var editorExperimentsConfig = {
|
|
|
1360
1359
|
param: 'isEnabled',
|
|
1361
1360
|
defaultValue: false
|
|
1362
1361
|
}),
|
|
1363
|
-
// Added 2026-04-06
|
|
1364
|
-
'cc-maui-experiment-phase-2': createBooleanExperiment({
|
|
1365
|
-
productKeys: {
|
|
1366
|
-
confluence: 'cc-maui-experiment-phase-2'
|
|
1367
|
-
},
|
|
1368
|
-
param: 'isEnabled',
|
|
1369
|
-
defaultValue: false
|
|
1370
|
-
}),
|
|
1371
1362
|
// Added 2026-04-15
|
|
1372
1363
|
jira_maui_remix: createBooleanExperiment({
|
|
1373
1364
|
productKeys: {
|
|
@@ -1849,6 +1840,14 @@ export var editorExperimentsConfig = {
|
|
|
1849
1840
|
param: 'isEnabled',
|
|
1850
1841
|
defaultValue: false
|
|
1851
1842
|
}),
|
|
1843
|
+
// Added 2026-04-23
|
|
1844
|
+
'cc-markdown-mode': createBooleanExperiment({
|
|
1845
|
+
productKeys: {
|
|
1846
|
+
confluence: 'cc-markdown-mode'
|
|
1847
|
+
},
|
|
1848
|
+
param: 'isEnabled',
|
|
1849
|
+
defaultValue: false
|
|
1850
|
+
}),
|
|
1852
1851
|
// Added 2026-03-30
|
|
1853
1852
|
platform_editor_spotlight_migration: createBooleanExperiment({
|
|
1854
1853
|
productKeys: {
|
|
@@ -2005,18 +2004,17 @@ export var editorExperimentsConfig = {
|
|
|
2005
2004
|
defaultValue: false
|
|
2006
2005
|
}),
|
|
2007
2006
|
// Added 2026-04-23
|
|
2008
|
-
|
|
2007
|
+
platform_editor_emojis_in_renderer_smart_links: createBooleanExperiment({
|
|
2009
2008
|
productKeys: {
|
|
2010
|
-
confluence: '
|
|
2011
|
-
jira: 'platform_editor_ai_chromeless_akEditor_class'
|
|
2009
|
+
confluence: 'platform_editor_emojis_in_renderer_smart_links'
|
|
2012
2010
|
},
|
|
2013
2011
|
param: 'isEnabled',
|
|
2014
2012
|
defaultValue: false
|
|
2015
2013
|
}),
|
|
2016
|
-
// Added 2026-04-
|
|
2017
|
-
|
|
2014
|
+
// Added 2026-04-27
|
|
2015
|
+
platform_sl_fix_cache_unresolved: createBooleanExperiment({
|
|
2018
2016
|
productKeys: {
|
|
2019
|
-
confluence: '
|
|
2017
|
+
confluence: 'platform_sl_fix_cache_unresolved'
|
|
2020
2018
|
},
|
|
2021
2019
|
param: 'isEnabled',
|
|
2022
2020
|
defaultValue: false
|
|
@@ -415,6 +415,12 @@ export declare const editorExperimentsConfig: {
|
|
|
415
415
|
productKeys?: ProductKeys;
|
|
416
416
|
typeGuard: IsBooleanType;
|
|
417
417
|
};
|
|
418
|
+
'cc-markdown-mode': {
|
|
419
|
+
defaultValue: boolean;
|
|
420
|
+
param: string;
|
|
421
|
+
productKeys?: ProductKeys;
|
|
422
|
+
typeGuard: IsBooleanType;
|
|
423
|
+
};
|
|
418
424
|
platform_editor_exp_lazy_node_views: {
|
|
419
425
|
defaultValue: boolean;
|
|
420
426
|
param: string;
|
|
@@ -936,13 +942,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
942
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
937
943
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
938
944
|
};
|
|
939
|
-
cc_fd_cwr_quick_insert_aa: {
|
|
940
|
-
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
944
|
-
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
945
|
-
};
|
|
946
945
|
cc_fd_wb_jira_quick_insert_experiment: {
|
|
947
946
|
defaultValue: boolean;
|
|
948
947
|
param: string;
|
|
@@ -961,6 +960,12 @@ export declare const editorExperimentsConfig: {
|
|
|
961
960
|
productKeys?: ProductKeys;
|
|
962
961
|
typeGuard: IsBooleanType;
|
|
963
962
|
};
|
|
963
|
+
platform_editor_table_resize_chromeless: {
|
|
964
|
+
defaultValue: boolean;
|
|
965
|
+
param: string;
|
|
966
|
+
productKeys?: ProductKeys;
|
|
967
|
+
typeGuard: IsBooleanType;
|
|
968
|
+
};
|
|
964
969
|
platform_editor_toolbar_split_button_ui: {
|
|
965
970
|
defaultValue: boolean;
|
|
966
971
|
param: string;
|
|
@@ -1027,7 +1032,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1027
1032
|
productKeys?: ProductKeys;
|
|
1028
1033
|
typeGuard: IsBooleanType;
|
|
1029
1034
|
};
|
|
1030
|
-
|
|
1035
|
+
cc_page_experiences_editor_image_generation: {
|
|
1031
1036
|
defaultValue: boolean;
|
|
1032
1037
|
param: string;
|
|
1033
1038
|
productKeys?: ProductKeys;
|
|
@@ -1039,12 +1044,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1039
1044
|
productKeys?: ProductKeys;
|
|
1040
1045
|
typeGuard: IsBooleanType;
|
|
1041
1046
|
};
|
|
1042
|
-
'cc-maui-experiment-phase-2': {
|
|
1043
|
-
defaultValue: boolean;
|
|
1044
|
-
param: string;
|
|
1045
|
-
productKeys?: ProductKeys;
|
|
1046
|
-
typeGuard: IsBooleanType;
|
|
1047
|
-
};
|
|
1048
1047
|
'cc-mui-slides-experiment': {
|
|
1049
1048
|
defaultValue: boolean;
|
|
1050
1049
|
param: string;
|
|
@@ -1477,13 +1476,13 @@ export declare const editorExperimentsConfig: {
|
|
|
1477
1476
|
productKeys?: ProductKeys;
|
|
1478
1477
|
typeGuard: IsBooleanType;
|
|
1479
1478
|
};
|
|
1480
|
-
|
|
1479
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1481
1480
|
defaultValue: boolean;
|
|
1482
1481
|
param: string;
|
|
1483
1482
|
productKeys?: ProductKeys;
|
|
1484
1483
|
typeGuard: IsBooleanType;
|
|
1485
1484
|
};
|
|
1486
|
-
|
|
1485
|
+
platform_sl_fix_cache_unresolved: {
|
|
1487
1486
|
defaultValue: boolean;
|
|
1488
1487
|
param: string;
|
|
1489
1488
|
productKeys?: ProductKeys;
|
|
@@ -415,6 +415,12 @@ export declare const editorExperimentsConfig: {
|
|
|
415
415
|
productKeys?: ProductKeys;
|
|
416
416
|
typeGuard: IsBooleanType;
|
|
417
417
|
};
|
|
418
|
+
'cc-markdown-mode': {
|
|
419
|
+
defaultValue: boolean;
|
|
420
|
+
param: string;
|
|
421
|
+
productKeys?: ProductKeys;
|
|
422
|
+
typeGuard: IsBooleanType;
|
|
423
|
+
};
|
|
418
424
|
platform_editor_exp_lazy_node_views: {
|
|
419
425
|
defaultValue: boolean;
|
|
420
426
|
param: string;
|
|
@@ -936,13 +942,6 @@ export declare const editorExperimentsConfig: {
|
|
|
936
942
|
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
937
943
|
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
938
944
|
};
|
|
939
|
-
cc_fd_cwr_quick_insert_aa: {
|
|
940
|
-
defaultValue: 'control' | 'slot-four' | 'slot-two';
|
|
941
|
-
param: string;
|
|
942
|
-
productKeys?: ProductKeys;
|
|
943
|
-
typeGuard: (value: unknown) => value is 'control' | 'slot-four' | 'slot-two';
|
|
944
|
-
values: ('control' | 'slot-four' | 'slot-two')[];
|
|
945
|
-
};
|
|
946
945
|
cc_fd_wb_jira_quick_insert_experiment: {
|
|
947
946
|
defaultValue: boolean;
|
|
948
947
|
param: string;
|
|
@@ -961,6 +960,12 @@ export declare const editorExperimentsConfig: {
|
|
|
961
960
|
productKeys?: ProductKeys;
|
|
962
961
|
typeGuard: IsBooleanType;
|
|
963
962
|
};
|
|
963
|
+
platform_editor_table_resize_chromeless: {
|
|
964
|
+
defaultValue: boolean;
|
|
965
|
+
param: string;
|
|
966
|
+
productKeys?: ProductKeys;
|
|
967
|
+
typeGuard: IsBooleanType;
|
|
968
|
+
};
|
|
964
969
|
platform_editor_toolbar_split_button_ui: {
|
|
965
970
|
defaultValue: boolean;
|
|
966
971
|
param: string;
|
|
@@ -1027,7 +1032,7 @@ export declare const editorExperimentsConfig: {
|
|
|
1027
1032
|
productKeys?: ProductKeys;
|
|
1028
1033
|
typeGuard: IsBooleanType;
|
|
1029
1034
|
};
|
|
1030
|
-
|
|
1035
|
+
cc_page_experiences_editor_image_generation: {
|
|
1031
1036
|
defaultValue: boolean;
|
|
1032
1037
|
param: string;
|
|
1033
1038
|
productKeys?: ProductKeys;
|
|
@@ -1039,12 +1044,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1039
1044
|
productKeys?: ProductKeys;
|
|
1040
1045
|
typeGuard: IsBooleanType;
|
|
1041
1046
|
};
|
|
1042
|
-
'cc-maui-experiment-phase-2': {
|
|
1043
|
-
defaultValue: boolean;
|
|
1044
|
-
param: string;
|
|
1045
|
-
productKeys?: ProductKeys;
|
|
1046
|
-
typeGuard: IsBooleanType;
|
|
1047
|
-
};
|
|
1048
1047
|
'cc-mui-slides-experiment': {
|
|
1049
1048
|
defaultValue: boolean;
|
|
1050
1049
|
param: string;
|
|
@@ -1477,13 +1476,13 @@ export declare const editorExperimentsConfig: {
|
|
|
1477
1476
|
productKeys?: ProductKeys;
|
|
1478
1477
|
typeGuard: IsBooleanType;
|
|
1479
1478
|
};
|
|
1480
|
-
|
|
1479
|
+
platform_editor_emojis_in_renderer_smart_links: {
|
|
1481
1480
|
defaultValue: boolean;
|
|
1482
1481
|
param: string;
|
|
1483
1482
|
productKeys?: ProductKeys;
|
|
1484
1483
|
typeGuard: IsBooleanType;
|
|
1485
1484
|
};
|
|
1486
|
-
|
|
1485
|
+
platform_sl_fix_cache_unresolved: {
|
|
1487
1486
|
defaultValue: boolean;
|
|
1488
1487
|
param: string;
|
|
1489
1488
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED