@atlaskit/tmp-editor-statsig 13.4.0 → 13.6.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 +24 -0
- package/dist/cjs/exp-test-overrides.js +2 -6
- package/dist/cjs/experiments-config.js +22 -60
- package/dist/es2019/exp-test-overrides.js +2 -6
- package/dist/es2019/experiments-config.js +22 -60
- package/dist/esm/exp-test-overrides.js +2 -6
- package/dist/esm/experiments-config.js +22 -60
- package/dist/types/experiments-config.d.ts +13 -43
- package/dist/types-ts4.5/experiments-config.d.ts +13 -43
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 13.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`db98777e904a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db98777e904a9) -
|
|
8
|
+
[https://product-fabric.atlassian.net/browse/ED-29490](ED-29490) - remove
|
|
9
|
+
platform_editor_vanilla_dom experiment
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`0c76d70d520fa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0c76d70d520fa) -
|
|
14
|
+
[ux] Cleanup cc_editor_interactions_trigger_traceufointeraction
|
|
15
|
+
- [`02d5fa5dcc791`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02d5fa5dcc791) -
|
|
16
|
+
Cleanup cc_editor_ufo_hold_table_till_resize_complete
|
|
17
|
+
|
|
18
|
+
## 13.5.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`ff53e1bfc6c25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff53e1bfc6c25) -
|
|
23
|
+
[ED-29482] clean up references to platform_editor_toolbar_rerender_optimization_exp
|
|
24
|
+
- [`663926469ec70`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/663926469ec70) -
|
|
25
|
+
Remove experiment platform_editor_update_modal_close_button
|
|
26
|
+
|
|
3
27
|
## 13.4.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -11,7 +11,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
11
11
|
platform_editor_controls: 'control',
|
|
12
12
|
confluence_whiteboards_quick_insert_aa: 'control',
|
|
13
13
|
confluence_whiteboards_quick_insert: 'control',
|
|
14
|
-
cc_editor_interactions_trigger_traceufointeraction: 'control',
|
|
15
14
|
platform_editor_insertion: 'control',
|
|
16
15
|
editor_ai_inline_suggestion_date_v2: 'control',
|
|
17
16
|
cc_editor_ai_content_mode: 'control',
|
|
@@ -20,7 +19,8 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
|
|
|
20
19
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
21
20
|
platform_hover_card_preview_panel: 'control',
|
|
22
21
|
platform_hover_card_preview_panel_modal: 'control',
|
|
23
|
-
platform_inline_smartcard_connect_button_exp: 'control'
|
|
22
|
+
platform_inline_smartcard_connect_button_exp: 'control',
|
|
23
|
+
cc_editor_insm_outlier_events: 'test'
|
|
24
24
|
};
|
|
25
25
|
var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
26
26
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -44,7 +44,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
44
44
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
45
45
|
platform_editor_ai_edit_response_in_preview: false,
|
|
46
46
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
47
|
-
platform_editor_vanilla_dom: false,
|
|
48
47
|
platform_editor_offline_editing_web: false,
|
|
49
48
|
platform_editor_tables_drag_and_drop: false,
|
|
50
49
|
platform_editor_tables_table_selector: false,
|
|
@@ -52,15 +51,12 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
52
51
|
platform_editor_stop_width_reflows: false,
|
|
53
52
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
54
53
|
'jira-work-sync-desc-comment-summary': false,
|
|
55
|
-
platform_editor_nodevisibility: false,
|
|
56
54
|
platform_editor_breakout_resizing: false,
|
|
57
55
|
platform_editor_ai_quickstart_command: false,
|
|
58
|
-
platform_editor_toolbar_rerender_optimization_exp: false,
|
|
59
56
|
platform_editor_block_controls_perf_optimization: false,
|
|
60
57
|
platform_editor_enable_single_player_step_merging: false,
|
|
61
58
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
62
59
|
platform_editor_find_and_replace_improvements: false,
|
|
63
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
64
60
|
platform_editor_toggle_expand_on_match_found: false,
|
|
65
61
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
66
62
|
cc_improve_writing_on_paste_v2: false,
|
|
@@ -14,6 +14,28 @@ var _experimentBuilders = require("./experiment-builders");
|
|
|
14
14
|
* existing experiments.
|
|
15
15
|
*/
|
|
16
16
|
var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
17
|
+
// new format to avoid collisions with other users when updating the file
|
|
18
|
+
|
|
19
|
+
// Editor Platform experiments
|
|
20
|
+
// lwoollard experiments
|
|
21
|
+
// Added 03-09-2025
|
|
22
|
+
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
23
|
+
productKeys: {
|
|
24
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
25
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
26
|
+
},
|
|
27
|
+
param: 'isEnabled',
|
|
28
|
+
defaultValue: false
|
|
29
|
+
}),
|
|
30
|
+
// Added 2025-09-30
|
|
31
|
+
cc_editor_insm_outlier_events: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
32
|
+
productKeys: {
|
|
33
|
+
confluence: 'cc_editor_insm_outlier_events'
|
|
34
|
+
},
|
|
35
|
+
param: 'cohort',
|
|
36
|
+
values: ['control', 'test'],
|
|
37
|
+
defaultValue: 'control'
|
|
38
|
+
}),
|
|
17
39
|
// Added 2025-05-27
|
|
18
40
|
platform_editor_reduce_noisy_steps_ncs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
19
41
|
productKeys: {
|
|
@@ -253,15 +275,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
253
275
|
param: 'isEnabled',
|
|
254
276
|
defaultValue: false
|
|
255
277
|
}),
|
|
256
|
-
// Added 2025-04-01
|
|
257
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
258
|
-
platform_editor_vanilla_dom: (0, _experimentBuilders.createBooleanExperiment)({
|
|
259
|
-
productKeys: {
|
|
260
|
-
confluence: 'platform_editor_vanilla_dom'
|
|
261
|
-
},
|
|
262
|
-
param: 'isEnabled',
|
|
263
|
-
defaultValue: false
|
|
264
|
-
}),
|
|
265
278
|
// Added 2025-03-28
|
|
266
279
|
platform_editor_ai_proactive_ai_nudge_parameters: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
267
280
|
productKeys: {
|
|
@@ -361,14 +374,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
361
374
|
param: 'isEnabled',
|
|
362
375
|
defaultValue: false
|
|
363
376
|
}),
|
|
364
|
-
// Added 2025-05-21
|
|
365
|
-
platform_editor_nodevisibility: (0, _experimentBuilders.createBooleanExperiment)({
|
|
366
|
-
productKeys: {
|
|
367
|
-
confluence: 'platform_editor_nodevisibility'
|
|
368
|
-
},
|
|
369
|
-
param: 'isEnabled',
|
|
370
|
-
defaultValue: false
|
|
371
|
-
}),
|
|
372
377
|
// Added 2025-05-15
|
|
373
378
|
platform_editor_breakout_resizing: (0, _experimentBuilders.createBooleanExperiment)({
|
|
374
379
|
productKeys: {
|
|
@@ -385,14 +390,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
385
390
|
param: 'isEnabled',
|
|
386
391
|
defaultValue: false
|
|
387
392
|
}),
|
|
388
|
-
// Added 2025-05-28
|
|
389
|
-
platform_editor_toolbar_rerender_optimization_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
390
|
-
productKeys: {
|
|
391
|
-
confluence: 'platform_editor_toolbar_rerender_optimization_exp'
|
|
392
|
-
},
|
|
393
|
-
param: 'isEnabled',
|
|
394
|
-
defaultValue: false
|
|
395
|
-
}),
|
|
396
393
|
// Added 2025-06-05
|
|
397
394
|
platform_editor_block_controls_perf_optimization: (0, _experimentBuilders.createBooleanExperiment)({
|
|
398
395
|
productKeys: {
|
|
@@ -485,15 +482,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
485
482
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
486
483
|
defaultValue: 'control'
|
|
487
484
|
}),
|
|
488
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
489
|
-
// Added 2025-07-11
|
|
490
|
-
cc_editor_ufo_hold_table_till_resize_complete: (0, _experimentBuilders.createBooleanExperiment)({
|
|
491
|
-
productKeys: {
|
|
492
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
493
|
-
},
|
|
494
|
-
param: 'isEnabled',
|
|
495
|
-
defaultValue: false
|
|
496
|
-
}),
|
|
497
485
|
// Added 2025-06-26
|
|
498
486
|
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
499
487
|
productKeys: {
|
|
@@ -602,15 +590,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
602
590
|
param: 'isEnabled',
|
|
603
591
|
defaultValue: false
|
|
604
592
|
}),
|
|
605
|
-
// Added 2025-07-011
|
|
606
|
-
cc_editor_interactions_trigger_traceufointeraction: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
607
|
-
productKeys: {
|
|
608
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
609
|
-
},
|
|
610
|
-
param: 'cohort',
|
|
611
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
612
|
-
defaultValue: 'control'
|
|
613
|
-
}),
|
|
614
593
|
// Added 2025-07-14
|
|
615
594
|
platform_editor_add_orange_highlight_color: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
616
595
|
productKeys: {
|
|
@@ -959,15 +938,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
959
938
|
param: 'isEnabled',
|
|
960
939
|
defaultValue: false
|
|
961
940
|
}),
|
|
962
|
-
// Added 03-09-2025
|
|
963
|
-
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
964
|
-
productKeys: {
|
|
965
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
966
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
967
|
-
},
|
|
968
|
-
param: 'isEnabled',
|
|
969
|
-
defaultValue: false
|
|
970
|
-
}),
|
|
971
941
|
// Added 2025-09-17
|
|
972
942
|
platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
973
943
|
productKeys: {
|
|
@@ -992,14 +962,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
992
962
|
param: 'isEnabled',
|
|
993
963
|
defaultValue: false
|
|
994
964
|
}),
|
|
995
|
-
// Added 2025-09-24
|
|
996
|
-
platform_editor_update_modal_close_button: (0, _experimentBuilders.createBooleanExperiment)({
|
|
997
|
-
productKeys: {
|
|
998
|
-
confluence: 'platform_editor_update_modal_close_button'
|
|
999
|
-
},
|
|
1000
|
-
param: 'isEnabled',
|
|
1001
|
-
defaultValue: false
|
|
1002
|
-
}),
|
|
1003
965
|
// Added 2025-09-16
|
|
1004
966
|
platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1005
967
|
productKeys: {
|
|
@@ -5,7 +5,6 @@ export const testMultivariateOverrides = {
|
|
|
5
5
|
platform_editor_controls: 'control',
|
|
6
6
|
confluence_whiteboards_quick_insert_aa: 'control',
|
|
7
7
|
confluence_whiteboards_quick_insert: 'control',
|
|
8
|
-
cc_editor_interactions_trigger_traceufointeraction: 'control',
|
|
9
8
|
platform_editor_insertion: 'control',
|
|
10
9
|
editor_ai_inline_suggestion_date_v2: 'control',
|
|
11
10
|
cc_editor_ai_content_mode: 'control',
|
|
@@ -14,7 +13,8 @@ export const testMultivariateOverrides = {
|
|
|
14
13
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
15
14
|
platform_hover_card_preview_panel: 'control',
|
|
16
15
|
platform_hover_card_preview_panel_modal: 'control',
|
|
17
|
-
platform_inline_smartcard_connect_button_exp: 'control'
|
|
16
|
+
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
|
+
cc_editor_insm_outlier_events: 'test'
|
|
18
18
|
};
|
|
19
19
|
export const testBooleanOverrides = {
|
|
20
20
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -38,7 +38,6 @@ export const testBooleanOverrides = {
|
|
|
38
38
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
39
39
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
40
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
41
|
-
platform_editor_vanilla_dom: false,
|
|
42
41
|
platform_editor_offline_editing_web: false,
|
|
43
42
|
platform_editor_tables_drag_and_drop: false,
|
|
44
43
|
platform_editor_tables_table_selector: false,
|
|
@@ -46,15 +45,12 @@ export const testBooleanOverrides = {
|
|
|
46
45
|
platform_editor_stop_width_reflows: false,
|
|
47
46
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
48
47
|
'jira-work-sync-desc-comment-summary': false,
|
|
49
|
-
platform_editor_nodevisibility: false,
|
|
50
48
|
platform_editor_breakout_resizing: false,
|
|
51
49
|
platform_editor_ai_quickstart_command: false,
|
|
52
|
-
platform_editor_toolbar_rerender_optimization_exp: false,
|
|
53
50
|
platform_editor_block_controls_perf_optimization: false,
|
|
54
51
|
platform_editor_enable_single_player_step_merging: false,
|
|
55
52
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
56
53
|
platform_editor_find_and_replace_improvements: false,
|
|
57
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
58
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
59
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
56
|
cc_improve_writing_on_paste_v2: false,
|
|
@@ -8,6 +8,28 @@ import { createBooleanExperiment, createMultivariateExperiment } from './experim
|
|
|
8
8
|
* existing experiments.
|
|
9
9
|
*/
|
|
10
10
|
export const editorExperimentsConfig = {
|
|
11
|
+
// new format to avoid collisions with other users when updating the file
|
|
12
|
+
|
|
13
|
+
// Editor Platform experiments
|
|
14
|
+
// lwoollard experiments
|
|
15
|
+
// Added 03-09-2025
|
|
16
|
+
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
17
|
+
productKeys: {
|
|
18
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
19
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
20
|
+
},
|
|
21
|
+
param: 'isEnabled',
|
|
22
|
+
defaultValue: false
|
|
23
|
+
}),
|
|
24
|
+
// Added 2025-09-30
|
|
25
|
+
cc_editor_insm_outlier_events: createMultivariateExperiment({
|
|
26
|
+
productKeys: {
|
|
27
|
+
confluence: 'cc_editor_insm_outlier_events'
|
|
28
|
+
},
|
|
29
|
+
param: 'cohort',
|
|
30
|
+
values: ['control', 'test'],
|
|
31
|
+
defaultValue: 'control'
|
|
32
|
+
}),
|
|
11
33
|
// Added 2025-05-27
|
|
12
34
|
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
13
35
|
productKeys: {
|
|
@@ -247,15 +269,6 @@ export const editorExperimentsConfig = {
|
|
|
247
269
|
param: 'isEnabled',
|
|
248
270
|
defaultValue: false
|
|
249
271
|
}),
|
|
250
|
-
// Added 2025-04-01
|
|
251
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
252
|
-
platform_editor_vanilla_dom: createBooleanExperiment({
|
|
253
|
-
productKeys: {
|
|
254
|
-
confluence: 'platform_editor_vanilla_dom'
|
|
255
|
-
},
|
|
256
|
-
param: 'isEnabled',
|
|
257
|
-
defaultValue: false
|
|
258
|
-
}),
|
|
259
272
|
// Added 2025-03-28
|
|
260
273
|
platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
|
|
261
274
|
productKeys: {
|
|
@@ -355,14 +368,6 @@ export const editorExperimentsConfig = {
|
|
|
355
368
|
param: 'isEnabled',
|
|
356
369
|
defaultValue: false
|
|
357
370
|
}),
|
|
358
|
-
// Added 2025-05-21
|
|
359
|
-
platform_editor_nodevisibility: createBooleanExperiment({
|
|
360
|
-
productKeys: {
|
|
361
|
-
confluence: 'platform_editor_nodevisibility'
|
|
362
|
-
},
|
|
363
|
-
param: 'isEnabled',
|
|
364
|
-
defaultValue: false
|
|
365
|
-
}),
|
|
366
371
|
// Added 2025-05-15
|
|
367
372
|
platform_editor_breakout_resizing: createBooleanExperiment({
|
|
368
373
|
productKeys: {
|
|
@@ -379,14 +384,6 @@ export const editorExperimentsConfig = {
|
|
|
379
384
|
param: 'isEnabled',
|
|
380
385
|
defaultValue: false
|
|
381
386
|
}),
|
|
382
|
-
// Added 2025-05-28
|
|
383
|
-
platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
|
|
384
|
-
productKeys: {
|
|
385
|
-
confluence: 'platform_editor_toolbar_rerender_optimization_exp'
|
|
386
|
-
},
|
|
387
|
-
param: 'isEnabled',
|
|
388
|
-
defaultValue: false
|
|
389
|
-
}),
|
|
390
387
|
// Added 2025-06-05
|
|
391
388
|
platform_editor_block_controls_perf_optimization: createBooleanExperiment({
|
|
392
389
|
productKeys: {
|
|
@@ -479,15 +476,6 @@ export const editorExperimentsConfig = {
|
|
|
479
476
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
480
477
|
defaultValue: 'control'
|
|
481
478
|
}),
|
|
482
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
483
|
-
// Added 2025-07-11
|
|
484
|
-
cc_editor_ufo_hold_table_till_resize_complete: createBooleanExperiment({
|
|
485
|
-
productKeys: {
|
|
486
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
487
|
-
},
|
|
488
|
-
param: 'isEnabled',
|
|
489
|
-
defaultValue: false
|
|
490
|
-
}),
|
|
491
479
|
// Added 2025-06-26
|
|
492
480
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
493
481
|
productKeys: {
|
|
@@ -596,15 +584,6 @@ export const editorExperimentsConfig = {
|
|
|
596
584
|
param: 'isEnabled',
|
|
597
585
|
defaultValue: false
|
|
598
586
|
}),
|
|
599
|
-
// Added 2025-07-011
|
|
600
|
-
cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
|
|
601
|
-
productKeys: {
|
|
602
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
603
|
-
},
|
|
604
|
-
param: 'cohort',
|
|
605
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
606
|
-
defaultValue: 'control'
|
|
607
|
-
}),
|
|
608
587
|
// Added 2025-07-14
|
|
609
588
|
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
610
589
|
productKeys: {
|
|
@@ -953,15 +932,6 @@ export const editorExperimentsConfig = {
|
|
|
953
932
|
param: 'isEnabled',
|
|
954
933
|
defaultValue: false
|
|
955
934
|
}),
|
|
956
|
-
// Added 03-09-2025
|
|
957
|
-
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
958
|
-
productKeys: {
|
|
959
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
960
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
961
|
-
},
|
|
962
|
-
param: 'isEnabled',
|
|
963
|
-
defaultValue: false
|
|
964
|
-
}),
|
|
965
935
|
// Added 2025-09-17
|
|
966
936
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
967
937
|
productKeys: {
|
|
@@ -986,14 +956,6 @@ export const editorExperimentsConfig = {
|
|
|
986
956
|
param: 'isEnabled',
|
|
987
957
|
defaultValue: false
|
|
988
958
|
}),
|
|
989
|
-
// Added 2025-09-24
|
|
990
|
-
platform_editor_update_modal_close_button: createBooleanExperiment({
|
|
991
|
-
productKeys: {
|
|
992
|
-
confluence: 'platform_editor_update_modal_close_button'
|
|
993
|
-
},
|
|
994
|
-
param: 'isEnabled',
|
|
995
|
-
defaultValue: false
|
|
996
|
-
}),
|
|
997
959
|
// Added 2025-09-16
|
|
998
960
|
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
999
961
|
productKeys: {
|
|
@@ -5,7 +5,6 @@ export var testMultivariateOverrides = {
|
|
|
5
5
|
platform_editor_controls: 'control',
|
|
6
6
|
confluence_whiteboards_quick_insert_aa: 'control',
|
|
7
7
|
confluence_whiteboards_quick_insert: 'control',
|
|
8
|
-
cc_editor_interactions_trigger_traceufointeraction: 'control',
|
|
9
8
|
platform_editor_insertion: 'control',
|
|
10
9
|
editor_ai_inline_suggestion_date_v2: 'control',
|
|
11
10
|
cc_editor_ai_content_mode: 'control',
|
|
@@ -14,7 +13,8 @@ export var testMultivariateOverrides = {
|
|
|
14
13
|
platform_editor_ai_non_iw_adf_streaming: 'control',
|
|
15
14
|
platform_hover_card_preview_panel: 'control',
|
|
16
15
|
platform_hover_card_preview_panel_modal: 'control',
|
|
17
|
-
platform_inline_smartcard_connect_button_exp: 'control'
|
|
16
|
+
platform_inline_smartcard_connect_button_exp: 'control',
|
|
17
|
+
cc_editor_insm_outlier_events: 'test'
|
|
18
18
|
};
|
|
19
19
|
export var testBooleanOverrides = {
|
|
20
20
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -38,7 +38,6 @@ export var testBooleanOverrides = {
|
|
|
38
38
|
platform_editor_element_drag_and_drop_multiselect: false,
|
|
39
39
|
platform_editor_ai_edit_response_in_preview: false,
|
|
40
40
|
platform_editor_smart_link_cmd_ctrl_click: false,
|
|
41
|
-
platform_editor_vanilla_dom: false,
|
|
42
41
|
platform_editor_offline_editing_web: false,
|
|
43
42
|
platform_editor_tables_drag_and_drop: false,
|
|
44
43
|
platform_editor_tables_table_selector: false,
|
|
@@ -46,15 +45,12 @@ export var testBooleanOverrides = {
|
|
|
46
45
|
platform_editor_stop_width_reflows: false,
|
|
47
46
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
48
47
|
'jira-work-sync-desc-comment-summary': false,
|
|
49
|
-
platform_editor_nodevisibility: false,
|
|
50
48
|
platform_editor_breakout_resizing: false,
|
|
51
49
|
platform_editor_ai_quickstart_command: false,
|
|
52
|
-
platform_editor_toolbar_rerender_optimization_exp: false,
|
|
53
50
|
platform_editor_block_controls_perf_optimization: false,
|
|
54
51
|
platform_editor_enable_single_player_step_merging: false,
|
|
55
52
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
56
53
|
platform_editor_find_and_replace_improvements: false,
|
|
57
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
58
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
59
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
60
56
|
cc_improve_writing_on_paste_v2: false,
|
|
@@ -8,6 +8,28 @@ import { createBooleanExperiment, createMultivariateExperiment } from './experim
|
|
|
8
8
|
* existing experiments.
|
|
9
9
|
*/
|
|
10
10
|
export var editorExperimentsConfig = {
|
|
11
|
+
// new format to avoid collisions with other users when updating the file
|
|
12
|
+
|
|
13
|
+
// Editor Platform experiments
|
|
14
|
+
// lwoollard experiments
|
|
15
|
+
// Added 03-09-2025
|
|
16
|
+
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
17
|
+
productKeys: {
|
|
18
|
+
confluence: 'cc_editor_interactivity_monitoring',
|
|
19
|
+
jira: 'cc_editor_interactivity_monitoring'
|
|
20
|
+
},
|
|
21
|
+
param: 'isEnabled',
|
|
22
|
+
defaultValue: false
|
|
23
|
+
}),
|
|
24
|
+
// Added 2025-09-30
|
|
25
|
+
cc_editor_insm_outlier_events: createMultivariateExperiment({
|
|
26
|
+
productKeys: {
|
|
27
|
+
confluence: 'cc_editor_insm_outlier_events'
|
|
28
|
+
},
|
|
29
|
+
param: 'cohort',
|
|
30
|
+
values: ['control', 'test'],
|
|
31
|
+
defaultValue: 'control'
|
|
32
|
+
}),
|
|
11
33
|
// Added 2025-05-27
|
|
12
34
|
platform_editor_reduce_noisy_steps_ncs: createBooleanExperiment({
|
|
13
35
|
productKeys: {
|
|
@@ -247,15 +269,6 @@ export var editorExperimentsConfig = {
|
|
|
247
269
|
param: 'isEnabled',
|
|
248
270
|
defaultValue: false
|
|
249
271
|
}),
|
|
250
|
-
// Added 2025-04-01
|
|
251
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_vanilla_dom/setup
|
|
252
|
-
platform_editor_vanilla_dom: createBooleanExperiment({
|
|
253
|
-
productKeys: {
|
|
254
|
-
confluence: 'platform_editor_vanilla_dom'
|
|
255
|
-
},
|
|
256
|
-
param: 'isEnabled',
|
|
257
|
-
defaultValue: false
|
|
258
|
-
}),
|
|
259
272
|
// Added 2025-03-28
|
|
260
273
|
platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
|
|
261
274
|
productKeys: {
|
|
@@ -355,14 +368,6 @@ export var editorExperimentsConfig = {
|
|
|
355
368
|
param: 'isEnabled',
|
|
356
369
|
defaultValue: false
|
|
357
370
|
}),
|
|
358
|
-
// Added 2025-05-21
|
|
359
|
-
platform_editor_nodevisibility: createBooleanExperiment({
|
|
360
|
-
productKeys: {
|
|
361
|
-
confluence: 'platform_editor_nodevisibility'
|
|
362
|
-
},
|
|
363
|
-
param: 'isEnabled',
|
|
364
|
-
defaultValue: false
|
|
365
|
-
}),
|
|
366
371
|
// Added 2025-05-15
|
|
367
372
|
platform_editor_breakout_resizing: createBooleanExperiment({
|
|
368
373
|
productKeys: {
|
|
@@ -379,14 +384,6 @@ export var editorExperimentsConfig = {
|
|
|
379
384
|
param: 'isEnabled',
|
|
380
385
|
defaultValue: false
|
|
381
386
|
}),
|
|
382
|
-
// Added 2025-05-28
|
|
383
|
-
platform_editor_toolbar_rerender_optimization_exp: createBooleanExperiment({
|
|
384
|
-
productKeys: {
|
|
385
|
-
confluence: 'platform_editor_toolbar_rerender_optimization_exp'
|
|
386
|
-
},
|
|
387
|
-
param: 'isEnabled',
|
|
388
|
-
defaultValue: false
|
|
389
|
-
}),
|
|
390
387
|
// Added 2025-06-05
|
|
391
388
|
platform_editor_block_controls_perf_optimization: createBooleanExperiment({
|
|
392
389
|
productKeys: {
|
|
@@ -479,15 +476,6 @@ export var editorExperimentsConfig = {
|
|
|
479
476
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
480
477
|
defaultValue: 'control'
|
|
481
478
|
}),
|
|
482
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
483
|
-
// Added 2025-07-11
|
|
484
|
-
cc_editor_ufo_hold_table_till_resize_complete: createBooleanExperiment({
|
|
485
|
-
productKeys: {
|
|
486
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
487
|
-
},
|
|
488
|
-
param: 'isEnabled',
|
|
489
|
-
defaultValue: false
|
|
490
|
-
}),
|
|
491
479
|
// Added 2025-06-26
|
|
492
480
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
493
481
|
productKeys: {
|
|
@@ -596,15 +584,6 @@ export var editorExperimentsConfig = {
|
|
|
596
584
|
param: 'isEnabled',
|
|
597
585
|
defaultValue: false
|
|
598
586
|
}),
|
|
599
|
-
// Added 2025-07-011
|
|
600
|
-
cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
|
|
601
|
-
productKeys: {
|
|
602
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
603
|
-
},
|
|
604
|
-
param: 'cohort',
|
|
605
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
606
|
-
defaultValue: 'control'
|
|
607
|
-
}),
|
|
608
587
|
// Added 2025-07-14
|
|
609
588
|
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
610
589
|
productKeys: {
|
|
@@ -953,15 +932,6 @@ export var editorExperimentsConfig = {
|
|
|
953
932
|
param: 'isEnabled',
|
|
954
933
|
defaultValue: false
|
|
955
934
|
}),
|
|
956
|
-
// Added 03-09-2025
|
|
957
|
-
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
958
|
-
productKeys: {
|
|
959
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
960
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
961
|
-
},
|
|
962
|
-
param: 'isEnabled',
|
|
963
|
-
defaultValue: false
|
|
964
|
-
}),
|
|
965
935
|
// Added 2025-09-17
|
|
966
936
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
967
937
|
productKeys: {
|
|
@@ -986,14 +956,6 @@ export var editorExperimentsConfig = {
|
|
|
986
956
|
param: 'isEnabled',
|
|
987
957
|
defaultValue: false
|
|
988
958
|
}),
|
|
989
|
-
// Added 2025-09-24
|
|
990
|
-
platform_editor_update_modal_close_button: createBooleanExperiment({
|
|
991
|
-
productKeys: {
|
|
992
|
-
confluence: 'platform_editor_update_modal_close_button'
|
|
993
|
-
},
|
|
994
|
-
param: 'isEnabled',
|
|
995
|
-
defaultValue: false
|
|
996
|
-
}),
|
|
997
959
|
// Added 2025-09-16
|
|
998
960
|
platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
|
|
999
961
|
productKeys: {
|
|
@@ -5,6 +5,19 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
|
|
|
5
5
|
* existing experiments.
|
|
6
6
|
*/
|
|
7
7
|
export declare const editorExperimentsConfig: {
|
|
8
|
+
cc_editor_interactivity_monitoring: {
|
|
9
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
10
|
+
defaultValue: boolean;
|
|
11
|
+
param: string;
|
|
12
|
+
productKeys?: import("./types").ProductKeys;
|
|
13
|
+
};
|
|
14
|
+
cc_editor_insm_outlier_events: {
|
|
15
|
+
values: ("test" | "control")[];
|
|
16
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
17
|
+
defaultValue: "test" | "control";
|
|
18
|
+
param: string;
|
|
19
|
+
productKeys?: import("./types").ProductKeys;
|
|
20
|
+
};
|
|
8
21
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
9
22
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
10
23
|
defaultValue: boolean;
|
|
@@ -183,12 +196,6 @@ export declare const editorExperimentsConfig: {
|
|
|
183
196
|
param: string;
|
|
184
197
|
productKeys?: import("./types").ProductKeys;
|
|
185
198
|
};
|
|
186
|
-
platform_editor_vanilla_dom: {
|
|
187
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
188
|
-
defaultValue: boolean;
|
|
189
|
-
param: string;
|
|
190
|
-
productKeys?: import("./types").ProductKeys;
|
|
191
|
-
};
|
|
192
199
|
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
193
200
|
values: ("control" | "variant1")[];
|
|
194
201
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -263,12 +270,6 @@ export declare const editorExperimentsConfig: {
|
|
|
263
270
|
param: string;
|
|
264
271
|
productKeys?: import("./types").ProductKeys;
|
|
265
272
|
};
|
|
266
|
-
platform_editor_nodevisibility: {
|
|
267
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
268
|
-
defaultValue: boolean;
|
|
269
|
-
param: string;
|
|
270
|
-
productKeys?: import("./types").ProductKeys;
|
|
271
|
-
};
|
|
272
273
|
platform_editor_breakout_resizing: {
|
|
273
274
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
274
275
|
defaultValue: boolean;
|
|
@@ -281,12 +282,6 @@ export declare const editorExperimentsConfig: {
|
|
|
281
282
|
param: string;
|
|
282
283
|
productKeys?: import("./types").ProductKeys;
|
|
283
284
|
};
|
|
284
|
-
platform_editor_toolbar_rerender_optimization_exp: {
|
|
285
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
286
|
-
defaultValue: boolean;
|
|
287
|
-
param: string;
|
|
288
|
-
productKeys?: import("./types").ProductKeys;
|
|
289
|
-
};
|
|
290
285
|
platform_editor_block_controls_perf_optimization: {
|
|
291
286
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
292
287
|
defaultValue: boolean;
|
|
@@ -357,12 +352,6 @@ export declare const editorExperimentsConfig: {
|
|
|
357
352
|
param: string;
|
|
358
353
|
productKeys?: import("./types").ProductKeys;
|
|
359
354
|
};
|
|
360
|
-
cc_editor_ufo_hold_table_till_resize_complete: {
|
|
361
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
362
|
-
defaultValue: boolean;
|
|
363
|
-
param: string;
|
|
364
|
-
productKeys?: import("./types").ProductKeys;
|
|
365
|
-
};
|
|
366
355
|
platform_editor_feedback_mandatory_rating: {
|
|
367
356
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
368
357
|
defaultValue: boolean;
|
|
@@ -443,13 +432,6 @@ export declare const editorExperimentsConfig: {
|
|
|
443
432
|
param: string;
|
|
444
433
|
productKeys?: import("./types").ProductKeys;
|
|
445
434
|
};
|
|
446
|
-
cc_editor_interactions_trigger_traceufointeraction: {
|
|
447
|
-
values: ("control" | "all_events" | "only_mousedown_event")[];
|
|
448
|
-
typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
|
|
449
|
-
defaultValue: "control" | "all_events" | "only_mousedown_event";
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: import("./types").ProductKeys;
|
|
452
|
-
};
|
|
453
435
|
platform_editor_add_orange_highlight_color: {
|
|
454
436
|
values: ("test" | "control")[];
|
|
455
437
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
@@ -704,12 +686,6 @@ export declare const editorExperimentsConfig: {
|
|
|
704
686
|
param: string;
|
|
705
687
|
productKeys?: import("./types").ProductKeys;
|
|
706
688
|
};
|
|
707
|
-
cc_editor_interactivity_monitoring: {
|
|
708
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
709
|
-
defaultValue: boolean;
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: import("./types").ProductKeys;
|
|
712
|
-
};
|
|
713
689
|
platform_editor_block_menu_keyboard_navigation: {
|
|
714
690
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
715
691
|
defaultValue: boolean;
|
|
@@ -728,12 +704,6 @@ export declare const editorExperimentsConfig: {
|
|
|
728
704
|
param: string;
|
|
729
705
|
productKeys?: import("./types").ProductKeys;
|
|
730
706
|
};
|
|
731
|
-
platform_editor_update_modal_close_button: {
|
|
732
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
733
|
-
defaultValue: boolean;
|
|
734
|
-
param: string;
|
|
735
|
-
productKeys?: import("./types").ProductKeys;
|
|
736
|
-
};
|
|
737
707
|
platform_editor_nested_table_refresh_width_fix: {
|
|
738
708
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
739
709
|
defaultValue: boolean;
|
|
@@ -5,6 +5,19 @@ export type EditorExperimentsConfig = typeof editorExperimentsConfig;
|
|
|
5
5
|
* existing experiments.
|
|
6
6
|
*/
|
|
7
7
|
export declare const editorExperimentsConfig: {
|
|
8
|
+
cc_editor_interactivity_monitoring: {
|
|
9
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
10
|
+
defaultValue: boolean;
|
|
11
|
+
param: string;
|
|
12
|
+
productKeys?: import("./types").ProductKeys;
|
|
13
|
+
};
|
|
14
|
+
cc_editor_insm_outlier_events: {
|
|
15
|
+
values: ("test" | "control")[];
|
|
16
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
17
|
+
defaultValue: "test" | "control";
|
|
18
|
+
param: string;
|
|
19
|
+
productKeys?: import("./types").ProductKeys;
|
|
20
|
+
};
|
|
8
21
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
9
22
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
10
23
|
defaultValue: boolean;
|
|
@@ -183,12 +196,6 @@ export declare const editorExperimentsConfig: {
|
|
|
183
196
|
param: string;
|
|
184
197
|
productKeys?: import("./types").ProductKeys;
|
|
185
198
|
};
|
|
186
|
-
platform_editor_vanilla_dom: {
|
|
187
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
188
|
-
defaultValue: boolean;
|
|
189
|
-
param: string;
|
|
190
|
-
productKeys?: import("./types").ProductKeys;
|
|
191
|
-
};
|
|
192
199
|
platform_editor_ai_proactive_ai_nudge_parameters: {
|
|
193
200
|
values: ("control" | "variant1")[];
|
|
194
201
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -263,12 +270,6 @@ export declare const editorExperimentsConfig: {
|
|
|
263
270
|
param: string;
|
|
264
271
|
productKeys?: import("./types").ProductKeys;
|
|
265
272
|
};
|
|
266
|
-
platform_editor_nodevisibility: {
|
|
267
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
268
|
-
defaultValue: boolean;
|
|
269
|
-
param: string;
|
|
270
|
-
productKeys?: import("./types").ProductKeys;
|
|
271
|
-
};
|
|
272
273
|
platform_editor_breakout_resizing: {
|
|
273
274
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
274
275
|
defaultValue: boolean;
|
|
@@ -281,12 +282,6 @@ export declare const editorExperimentsConfig: {
|
|
|
281
282
|
param: string;
|
|
282
283
|
productKeys?: import("./types").ProductKeys;
|
|
283
284
|
};
|
|
284
|
-
platform_editor_toolbar_rerender_optimization_exp: {
|
|
285
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
286
|
-
defaultValue: boolean;
|
|
287
|
-
param: string;
|
|
288
|
-
productKeys?: import("./types").ProductKeys;
|
|
289
|
-
};
|
|
290
285
|
platform_editor_block_controls_perf_optimization: {
|
|
291
286
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
292
287
|
defaultValue: boolean;
|
|
@@ -357,12 +352,6 @@ export declare const editorExperimentsConfig: {
|
|
|
357
352
|
param: string;
|
|
358
353
|
productKeys?: import("./types").ProductKeys;
|
|
359
354
|
};
|
|
360
|
-
cc_editor_ufo_hold_table_till_resize_complete: {
|
|
361
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
362
|
-
defaultValue: boolean;
|
|
363
|
-
param: string;
|
|
364
|
-
productKeys?: import("./types").ProductKeys;
|
|
365
|
-
};
|
|
366
355
|
platform_editor_feedback_mandatory_rating: {
|
|
367
356
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
368
357
|
defaultValue: boolean;
|
|
@@ -443,13 +432,6 @@ export declare const editorExperimentsConfig: {
|
|
|
443
432
|
param: string;
|
|
444
433
|
productKeys?: import("./types").ProductKeys;
|
|
445
434
|
};
|
|
446
|
-
cc_editor_interactions_trigger_traceufointeraction: {
|
|
447
|
-
values: ("control" | "all_events" | "only_mousedown_event")[];
|
|
448
|
-
typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
|
|
449
|
-
defaultValue: "control" | "all_events" | "only_mousedown_event";
|
|
450
|
-
param: string;
|
|
451
|
-
productKeys?: import("./types").ProductKeys;
|
|
452
|
-
};
|
|
453
435
|
platform_editor_add_orange_highlight_color: {
|
|
454
436
|
values: ("test" | "control")[];
|
|
455
437
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
@@ -704,12 +686,6 @@ export declare const editorExperimentsConfig: {
|
|
|
704
686
|
param: string;
|
|
705
687
|
productKeys?: import("./types").ProductKeys;
|
|
706
688
|
};
|
|
707
|
-
cc_editor_interactivity_monitoring: {
|
|
708
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
709
|
-
defaultValue: boolean;
|
|
710
|
-
param: string;
|
|
711
|
-
productKeys?: import("./types").ProductKeys;
|
|
712
|
-
};
|
|
713
689
|
platform_editor_block_menu_keyboard_navigation: {
|
|
714
690
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
715
691
|
defaultValue: boolean;
|
|
@@ -728,12 +704,6 @@ export declare const editorExperimentsConfig: {
|
|
|
728
704
|
param: string;
|
|
729
705
|
productKeys?: import("./types").ProductKeys;
|
|
730
706
|
};
|
|
731
|
-
platform_editor_update_modal_close_button: {
|
|
732
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
733
|
-
defaultValue: boolean;
|
|
734
|
-
param: string;
|
|
735
|
-
productKeys?: import("./types").ProductKeys;
|
|
736
|
-
};
|
|
737
707
|
platform_editor_nested_table_refresh_width_fix: {
|
|
738
708
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
739
709
|
defaultValue: boolean;
|
package/package.json
CHANGED