@atlaskit/tmp-editor-statsig 74.6.0 → 74.8.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 +18 -0
- package/dist/cjs/exp-test-overrides.js +4 -2
- package/dist/cjs/experiments-config.js +42 -0
- package/dist/es2019/exp-test-overrides.js +4 -2
- package/dist/es2019/experiments-config.js +42 -0
- package/dist/esm/exp-test-overrides.js +4 -2
- package/dist/esm/experiments-config.js +42 -0
- package/dist/types/experiments-config.d.ts +31 -0
- package/dist/types-ts4.5/experiments-config.d.ts +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 74.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`429ab0e83dda1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/429ab0e83dda1) -
|
|
8
|
+
[NO-ISSUE] Add platform_editor_paste_actions_menu_v2 as experiment
|
|
9
|
+
- [`20c2faf5c3ca8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20c2faf5c3ca8) -
|
|
10
|
+
CONFCLOUD-84107 add override for user preference
|
|
11
|
+
|
|
12
|
+
## 74.7.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`fbd4e856632eb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fbd4e856632eb) -
|
|
17
|
+
migrate few styles in EditorContentContainer from emotion to compiled
|
|
18
|
+
- [`2fb1c8a74a856`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2fb1c8a74a856) -
|
|
19
|
+
ADF Change 101: Add wrap and hideLineNumbers attributes to codeBlock stage-0 variants
|
|
20
|
+
|
|
3
21
|
## 74.6.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -14,7 +14,8 @@ 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'
|
|
17
|
+
cc_fd_cwr_quick_insert: 'control',
|
|
18
|
+
platform_editor_paste_actions_menu_v2: 'control'
|
|
18
19
|
};
|
|
19
20
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
20
21
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -54,5 +55,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
54
55
|
platform_editor_ai_rename_add_polish: false,
|
|
55
56
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
56
57
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
57
|
-
platform_editor_table_q4_loveability: false
|
|
58
|
+
platform_editor_table_q4_loveability: false,
|
|
59
|
+
platform_editor_core_static_css: false
|
|
58
60
|
};
|
|
@@ -503,6 +503,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
503
503
|
param: 'isEnabled',
|
|
504
504
|
defaultValue: false
|
|
505
505
|
}),
|
|
506
|
+
// Added 2026-04-30
|
|
507
|
+
platform_editor_code_block_q4_lovability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
508
|
+
productKeys: {
|
|
509
|
+
confluence: 'platform_editor_code_block_q4_lovability',
|
|
510
|
+
jira: 'platform_editor_code_block_q4_lovability'
|
|
511
|
+
},
|
|
512
|
+
param: 'isEnabled',
|
|
513
|
+
defaultValue: false
|
|
514
|
+
}),
|
|
506
515
|
// Added 2025-07-14
|
|
507
516
|
platform_editor_debounce_portal_provider: (0, _experimentBuilders.createBooleanExperiment)({
|
|
508
517
|
productKeys: {
|
|
@@ -1829,6 +1838,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1829
1838
|
param: 'isEnabled',
|
|
1830
1839
|
defaultValue: false
|
|
1831
1840
|
}),
|
|
1841
|
+
// Added 2026-04-15
|
|
1842
|
+
platform_editor_user_preference_override: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1843
|
+
productKeys: {
|
|
1844
|
+
confluence: 'platform_editor_user_preference_override'
|
|
1845
|
+
},
|
|
1846
|
+
param: 'isEnabled',
|
|
1847
|
+
defaultValue: false
|
|
1848
|
+
}),
|
|
1832
1849
|
// Added 2026-03-26
|
|
1833
1850
|
platform_editor_fix_comment_border: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1834
1851
|
productKeys: {
|
|
@@ -1991,6 +2008,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1991
2008
|
param: 'isEnabled',
|
|
1992
2009
|
defaultValue: false
|
|
1993
2010
|
}),
|
|
2011
|
+
// Added 2026-05-01
|
|
2012
|
+
platform_editor_core_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2013
|
+
productKeys: {
|
|
2014
|
+
confluence: 'platform_editor_core_static_css'
|
|
2015
|
+
},
|
|
2016
|
+
param: 'isEnabled',
|
|
2017
|
+
defaultValue: false
|
|
2018
|
+
}),
|
|
1994
2019
|
// Added 2026-04-30
|
|
1995
2020
|
platform_editor_renderer_static_css: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1996
2021
|
productKeys: {
|
|
@@ -2088,6 +2113,23 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2088
2113
|
param: 'isEnabled',
|
|
2089
2114
|
defaultValue: false
|
|
2090
2115
|
}),
|
|
2116
|
+
platform_editor_paste_actions_menu_v2: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
2117
|
+
productKeys: {
|
|
2118
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2119
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2120
|
+
},
|
|
2121
|
+
param: 'variant',
|
|
2122
|
+
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2123
|
+
defaultValue: 'control'
|
|
2124
|
+
}),
|
|
2125
|
+
platform_editor_paste_actions_menu_v2_boolean: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2126
|
+
productKeys: {
|
|
2127
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2128
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2129
|
+
},
|
|
2130
|
+
param: 'isEnabled',
|
|
2131
|
+
defaultValue: false
|
|
2132
|
+
}),
|
|
2091
2133
|
// Added 2026-05-04
|
|
2092
2134
|
platform_editor_show_diff_fix_missing_attrs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2093
2135
|
productKeys: {
|
|
@@ -8,7 +8,8 @@ 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'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control',
|
|
12
|
+
platform_editor_paste_actions_menu_v2: 'control'
|
|
12
13
|
};
|
|
13
14
|
export const testBooleanOverrides = {
|
|
14
15
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -48,5 +49,6 @@ export const testBooleanOverrides = {
|
|
|
48
49
|
platform_editor_ai_rename_add_polish: false,
|
|
49
50
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
50
51
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
51
|
-
platform_editor_table_q4_loveability: false
|
|
52
|
+
platform_editor_table_q4_loveability: false,
|
|
53
|
+
platform_editor_core_static_css: false
|
|
52
54
|
};
|
|
@@ -497,6 +497,15 @@ export const editorExperimentsConfig = {
|
|
|
497
497
|
param: 'isEnabled',
|
|
498
498
|
defaultValue: false
|
|
499
499
|
}),
|
|
500
|
+
// Added 2026-04-30
|
|
501
|
+
platform_editor_code_block_q4_lovability: createBooleanExperiment({
|
|
502
|
+
productKeys: {
|
|
503
|
+
confluence: 'platform_editor_code_block_q4_lovability',
|
|
504
|
+
jira: 'platform_editor_code_block_q4_lovability'
|
|
505
|
+
},
|
|
506
|
+
param: 'isEnabled',
|
|
507
|
+
defaultValue: false
|
|
508
|
+
}),
|
|
500
509
|
// Added 2025-07-14
|
|
501
510
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
502
511
|
productKeys: {
|
|
@@ -1823,6 +1832,14 @@ export const editorExperimentsConfig = {
|
|
|
1823
1832
|
param: 'isEnabled',
|
|
1824
1833
|
defaultValue: false
|
|
1825
1834
|
}),
|
|
1835
|
+
// Added 2026-04-15
|
|
1836
|
+
platform_editor_user_preference_override: createBooleanExperiment({
|
|
1837
|
+
productKeys: {
|
|
1838
|
+
confluence: 'platform_editor_user_preference_override'
|
|
1839
|
+
},
|
|
1840
|
+
param: 'isEnabled',
|
|
1841
|
+
defaultValue: false
|
|
1842
|
+
}),
|
|
1826
1843
|
// Added 2026-03-26
|
|
1827
1844
|
platform_editor_fix_comment_border: createBooleanExperiment({
|
|
1828
1845
|
productKeys: {
|
|
@@ -1985,6 +2002,14 @@ export const editorExperimentsConfig = {
|
|
|
1985
2002
|
param: 'isEnabled',
|
|
1986
2003
|
defaultValue: false
|
|
1987
2004
|
}),
|
|
2005
|
+
// Added 2026-05-01
|
|
2006
|
+
platform_editor_core_static_css: createBooleanExperiment({
|
|
2007
|
+
productKeys: {
|
|
2008
|
+
confluence: 'platform_editor_core_static_css'
|
|
2009
|
+
},
|
|
2010
|
+
param: 'isEnabled',
|
|
2011
|
+
defaultValue: false
|
|
2012
|
+
}),
|
|
1988
2013
|
// Added 2026-04-30
|
|
1989
2014
|
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1990
2015
|
productKeys: {
|
|
@@ -2082,6 +2107,23 @@ export const editorExperimentsConfig = {
|
|
|
2082
2107
|
param: 'isEnabled',
|
|
2083
2108
|
defaultValue: false
|
|
2084
2109
|
}),
|
|
2110
|
+
platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
|
|
2111
|
+
productKeys: {
|
|
2112
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2113
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2114
|
+
},
|
|
2115
|
+
param: 'variant',
|
|
2116
|
+
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2117
|
+
defaultValue: 'control'
|
|
2118
|
+
}),
|
|
2119
|
+
platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
|
|
2120
|
+
productKeys: {
|
|
2121
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2122
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2123
|
+
},
|
|
2124
|
+
param: 'isEnabled',
|
|
2125
|
+
defaultValue: false
|
|
2126
|
+
}),
|
|
2085
2127
|
// Added 2026-05-04
|
|
2086
2128
|
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2087
2129
|
productKeys: {
|
|
@@ -8,7 +8,8 @@ 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'
|
|
11
|
+
cc_fd_cwr_quick_insert: 'control',
|
|
12
|
+
platform_editor_paste_actions_menu_v2: 'control'
|
|
12
13
|
};
|
|
13
14
|
export var testBooleanOverrides = {
|
|
14
15
|
platform_sl_3p_auth_rovo_action: false,
|
|
@@ -48,5 +49,6 @@ export var testBooleanOverrides = {
|
|
|
48
49
|
platform_editor_ai_rename_add_polish: false,
|
|
49
50
|
platform_editor_table_fit_to_content_on_demand: false,
|
|
50
51
|
platform_editor_table_fit_to_content_auto_convert: false,
|
|
51
|
-
platform_editor_table_q4_loveability: false
|
|
52
|
+
platform_editor_table_q4_loveability: false,
|
|
53
|
+
platform_editor_core_static_css: false
|
|
52
54
|
};
|
|
@@ -497,6 +497,15 @@ export var editorExperimentsConfig = {
|
|
|
497
497
|
param: 'isEnabled',
|
|
498
498
|
defaultValue: false
|
|
499
499
|
}),
|
|
500
|
+
// Added 2026-04-30
|
|
501
|
+
platform_editor_code_block_q4_lovability: createBooleanExperiment({
|
|
502
|
+
productKeys: {
|
|
503
|
+
confluence: 'platform_editor_code_block_q4_lovability',
|
|
504
|
+
jira: 'platform_editor_code_block_q4_lovability'
|
|
505
|
+
},
|
|
506
|
+
param: 'isEnabled',
|
|
507
|
+
defaultValue: false
|
|
508
|
+
}),
|
|
500
509
|
// Added 2025-07-14
|
|
501
510
|
platform_editor_debounce_portal_provider: createBooleanExperiment({
|
|
502
511
|
productKeys: {
|
|
@@ -1823,6 +1832,14 @@ export var editorExperimentsConfig = {
|
|
|
1823
1832
|
param: 'isEnabled',
|
|
1824
1833
|
defaultValue: false
|
|
1825
1834
|
}),
|
|
1835
|
+
// Added 2026-04-15
|
|
1836
|
+
platform_editor_user_preference_override: createBooleanExperiment({
|
|
1837
|
+
productKeys: {
|
|
1838
|
+
confluence: 'platform_editor_user_preference_override'
|
|
1839
|
+
},
|
|
1840
|
+
param: 'isEnabled',
|
|
1841
|
+
defaultValue: false
|
|
1842
|
+
}),
|
|
1826
1843
|
// Added 2026-03-26
|
|
1827
1844
|
platform_editor_fix_comment_border: createBooleanExperiment({
|
|
1828
1845
|
productKeys: {
|
|
@@ -1985,6 +2002,14 @@ export var editorExperimentsConfig = {
|
|
|
1985
2002
|
param: 'isEnabled',
|
|
1986
2003
|
defaultValue: false
|
|
1987
2004
|
}),
|
|
2005
|
+
// Added 2026-05-01
|
|
2006
|
+
platform_editor_core_static_css: createBooleanExperiment({
|
|
2007
|
+
productKeys: {
|
|
2008
|
+
confluence: 'platform_editor_core_static_css'
|
|
2009
|
+
},
|
|
2010
|
+
param: 'isEnabled',
|
|
2011
|
+
defaultValue: false
|
|
2012
|
+
}),
|
|
1988
2013
|
// Added 2026-04-30
|
|
1989
2014
|
platform_editor_renderer_static_css: createBooleanExperiment({
|
|
1990
2015
|
productKeys: {
|
|
@@ -2082,6 +2107,23 @@ export var editorExperimentsConfig = {
|
|
|
2082
2107
|
param: 'isEnabled',
|
|
2083
2108
|
defaultValue: false
|
|
2084
2109
|
}),
|
|
2110
|
+
platform_editor_paste_actions_menu_v2: createMultivariateExperiment({
|
|
2111
|
+
productKeys: {
|
|
2112
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2113
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2114
|
+
},
|
|
2115
|
+
param: 'variant',
|
|
2116
|
+
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2117
|
+
defaultValue: 'control'
|
|
2118
|
+
}),
|
|
2119
|
+
platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
|
|
2120
|
+
productKeys: {
|
|
2121
|
+
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2122
|
+
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2123
|
+
},
|
|
2124
|
+
param: 'isEnabled',
|
|
2125
|
+
defaultValue: false
|
|
2126
|
+
}),
|
|
2085
2127
|
// Added 2026-05-04
|
|
2086
2128
|
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2087
2129
|
productKeys: {
|
|
@@ -148,6 +148,12 @@ export declare const editorExperimentsConfig: {
|
|
|
148
148
|
productKeys?: ProductKeys;
|
|
149
149
|
typeGuard: IsBooleanType;
|
|
150
150
|
};
|
|
151
|
+
platform_editor_code_block_q4_lovability: {
|
|
152
|
+
defaultValue: boolean;
|
|
153
|
+
param: string;
|
|
154
|
+
productKeys?: ProductKeys;
|
|
155
|
+
typeGuard: IsBooleanType;
|
|
156
|
+
};
|
|
151
157
|
platform_editor_render_bodied_extension_as_inline: {
|
|
152
158
|
defaultValue: boolean;
|
|
153
159
|
param: string;
|
|
@@ -1374,6 +1380,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1374
1380
|
productKeys?: ProductKeys;
|
|
1375
1381
|
typeGuard: IsBooleanType;
|
|
1376
1382
|
};
|
|
1383
|
+
platform_editor_user_preference_override: {
|
|
1384
|
+
defaultValue: boolean;
|
|
1385
|
+
param: string;
|
|
1386
|
+
productKeys?: ProductKeys;
|
|
1387
|
+
typeGuard: IsBooleanType;
|
|
1388
|
+
};
|
|
1377
1389
|
platform_editor_preserve_node_identity: {
|
|
1378
1390
|
defaultValue: boolean;
|
|
1379
1391
|
param: string;
|
|
@@ -1428,6 +1440,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1428
1440
|
productKeys?: ProductKeys;
|
|
1429
1441
|
typeGuard: IsBooleanType;
|
|
1430
1442
|
};
|
|
1443
|
+
platform_editor_core_static_css: {
|
|
1444
|
+
defaultValue: boolean;
|
|
1445
|
+
param: string;
|
|
1446
|
+
productKeys?: ProductKeys;
|
|
1447
|
+
typeGuard: IsBooleanType;
|
|
1448
|
+
};
|
|
1431
1449
|
platform_editor_renderer_static_css: {
|
|
1432
1450
|
defaultValue: boolean;
|
|
1433
1451
|
param: string;
|
|
@@ -1542,5 +1560,18 @@ export declare const editorExperimentsConfig: {
|
|
|
1542
1560
|
productKeys?: ProductKeys;
|
|
1543
1561
|
typeGuard: IsBooleanType;
|
|
1544
1562
|
};
|
|
1563
|
+
platform_editor_paste_actions_menu_v2: {
|
|
1564
|
+
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1565
|
+
param: string;
|
|
1566
|
+
productKeys?: ProductKeys;
|
|
1567
|
+
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1568
|
+
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1569
|
+
};
|
|
1570
|
+
platform_editor_paste_actions_menu_v2_boolean: {
|
|
1571
|
+
defaultValue: boolean;
|
|
1572
|
+
param: string;
|
|
1573
|
+
productKeys?: ProductKeys;
|
|
1574
|
+
typeGuard: IsBooleanType;
|
|
1575
|
+
};
|
|
1545
1576
|
};
|
|
1546
1577
|
export {};
|
|
@@ -148,6 +148,12 @@ export declare const editorExperimentsConfig: {
|
|
|
148
148
|
productKeys?: ProductKeys;
|
|
149
149
|
typeGuard: IsBooleanType;
|
|
150
150
|
};
|
|
151
|
+
platform_editor_code_block_q4_lovability: {
|
|
152
|
+
defaultValue: boolean;
|
|
153
|
+
param: string;
|
|
154
|
+
productKeys?: ProductKeys;
|
|
155
|
+
typeGuard: IsBooleanType;
|
|
156
|
+
};
|
|
151
157
|
platform_editor_render_bodied_extension_as_inline: {
|
|
152
158
|
defaultValue: boolean;
|
|
153
159
|
param: string;
|
|
@@ -1374,6 +1380,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1374
1380
|
productKeys?: ProductKeys;
|
|
1375
1381
|
typeGuard: IsBooleanType;
|
|
1376
1382
|
};
|
|
1383
|
+
platform_editor_user_preference_override: {
|
|
1384
|
+
defaultValue: boolean;
|
|
1385
|
+
param: string;
|
|
1386
|
+
productKeys?: ProductKeys;
|
|
1387
|
+
typeGuard: IsBooleanType;
|
|
1388
|
+
};
|
|
1377
1389
|
platform_editor_preserve_node_identity: {
|
|
1378
1390
|
defaultValue: boolean;
|
|
1379
1391
|
param: string;
|
|
@@ -1428,6 +1440,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1428
1440
|
productKeys?: ProductKeys;
|
|
1429
1441
|
typeGuard: IsBooleanType;
|
|
1430
1442
|
};
|
|
1443
|
+
platform_editor_core_static_css: {
|
|
1444
|
+
defaultValue: boolean;
|
|
1445
|
+
param: string;
|
|
1446
|
+
productKeys?: ProductKeys;
|
|
1447
|
+
typeGuard: IsBooleanType;
|
|
1448
|
+
};
|
|
1431
1449
|
platform_editor_renderer_static_css: {
|
|
1432
1450
|
defaultValue: boolean;
|
|
1433
1451
|
param: string;
|
|
@@ -1542,5 +1560,18 @@ export declare const editorExperimentsConfig: {
|
|
|
1542
1560
|
productKeys?: ProductKeys;
|
|
1543
1561
|
typeGuard: IsBooleanType;
|
|
1544
1562
|
};
|
|
1563
|
+
platform_editor_paste_actions_menu_v2: {
|
|
1564
|
+
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1565
|
+
param: string;
|
|
1566
|
+
productKeys?: ProductKeys;
|
|
1567
|
+
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1568
|
+
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1569
|
+
};
|
|
1570
|
+
platform_editor_paste_actions_menu_v2_boolean: {
|
|
1571
|
+
defaultValue: boolean;
|
|
1572
|
+
param: string;
|
|
1573
|
+
productKeys?: ProductKeys;
|
|
1574
|
+
typeGuard: IsBooleanType;
|
|
1575
|
+
};
|
|
1545
1576
|
};
|
|
1546
1577
|
export {};
|
package/package.json
CHANGED