@atlaskit/tmp-editor-statsig 13.5.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 +15 -0
- package/dist/cjs/exp-test-overrides.js +2 -5
- package/dist/cjs/experiments-config.js +22 -44
- package/dist/es2019/exp-test-overrides.js +2 -5
- package/dist/es2019/experiments-config.js +22 -44
- package/dist/esm/exp-test-overrides.js +2 -5
- package/dist/esm/experiments-config.js +22 -44
- package/dist/types/experiments-config.d.ts +13 -31
- package/dist/types-ts4.5/experiments-config.d.ts +13 -31
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
3
18
|
## 13.5.0
|
|
4
19
|
|
|
5
20
|
### 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,14 +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
56
|
platform_editor_block_controls_perf_optimization: false,
|
|
59
57
|
platform_editor_enable_single_player_step_merging: false,
|
|
60
58
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
61
59
|
platform_editor_find_and_replace_improvements: false,
|
|
62
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
63
60
|
platform_editor_toggle_expand_on_match_found: false,
|
|
64
61
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
65
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: {
|
|
@@ -477,15 +482,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
477
482
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
478
483
|
defaultValue: 'control'
|
|
479
484
|
}),
|
|
480
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
481
|
-
// Added 2025-07-11
|
|
482
|
-
cc_editor_ufo_hold_table_till_resize_complete: (0, _experimentBuilders.createBooleanExperiment)({
|
|
483
|
-
productKeys: {
|
|
484
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
485
|
-
},
|
|
486
|
-
param: 'isEnabled',
|
|
487
|
-
defaultValue: false
|
|
488
|
-
}),
|
|
489
485
|
// Added 2025-06-26
|
|
490
486
|
platform_editor_feedback_mandatory_rating: (0, _experimentBuilders.createBooleanExperiment)({
|
|
491
487
|
productKeys: {
|
|
@@ -594,15 +590,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
594
590
|
param: 'isEnabled',
|
|
595
591
|
defaultValue: false
|
|
596
592
|
}),
|
|
597
|
-
// Added 2025-07-011
|
|
598
|
-
cc_editor_interactions_trigger_traceufointeraction: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
599
|
-
productKeys: {
|
|
600
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
601
|
-
},
|
|
602
|
-
param: 'cohort',
|
|
603
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
604
|
-
defaultValue: 'control'
|
|
605
|
-
}),
|
|
606
593
|
// Added 2025-07-14
|
|
607
594
|
platform_editor_add_orange_highlight_color: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
608
595
|
productKeys: {
|
|
@@ -951,15 +938,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
951
938
|
param: 'isEnabled',
|
|
952
939
|
defaultValue: false
|
|
953
940
|
}),
|
|
954
|
-
// Added 03-09-2025
|
|
955
|
-
cc_editor_interactivity_monitoring: (0, _experimentBuilders.createBooleanExperiment)({
|
|
956
|
-
productKeys: {
|
|
957
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
958
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
959
|
-
},
|
|
960
|
-
param: 'isEnabled',
|
|
961
|
-
defaultValue: false
|
|
962
|
-
}),
|
|
963
941
|
// Added 2025-09-17
|
|
964
942
|
platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
|
|
965
943
|
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,14 +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
50
|
platform_editor_block_controls_perf_optimization: false,
|
|
53
51
|
platform_editor_enable_single_player_step_merging: false,
|
|
54
52
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
55
53
|
platform_editor_find_and_replace_improvements: false,
|
|
56
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
57
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
58
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
59
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: {
|
|
@@ -471,15 +476,6 @@ export const editorExperimentsConfig = {
|
|
|
471
476
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
472
477
|
defaultValue: 'control'
|
|
473
478
|
}),
|
|
474
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
475
|
-
// Added 2025-07-11
|
|
476
|
-
cc_editor_ufo_hold_table_till_resize_complete: createBooleanExperiment({
|
|
477
|
-
productKeys: {
|
|
478
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
479
|
-
},
|
|
480
|
-
param: 'isEnabled',
|
|
481
|
-
defaultValue: false
|
|
482
|
-
}),
|
|
483
479
|
// Added 2025-06-26
|
|
484
480
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
485
481
|
productKeys: {
|
|
@@ -588,15 +584,6 @@ export const editorExperimentsConfig = {
|
|
|
588
584
|
param: 'isEnabled',
|
|
589
585
|
defaultValue: false
|
|
590
586
|
}),
|
|
591
|
-
// Added 2025-07-011
|
|
592
|
-
cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
|
|
593
|
-
productKeys: {
|
|
594
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
595
|
-
},
|
|
596
|
-
param: 'cohort',
|
|
597
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
598
|
-
defaultValue: 'control'
|
|
599
|
-
}),
|
|
600
587
|
// Added 2025-07-14
|
|
601
588
|
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
602
589
|
productKeys: {
|
|
@@ -945,15 +932,6 @@ export const editorExperimentsConfig = {
|
|
|
945
932
|
param: 'isEnabled',
|
|
946
933
|
defaultValue: false
|
|
947
934
|
}),
|
|
948
|
-
// Added 03-09-2025
|
|
949
|
-
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
950
|
-
productKeys: {
|
|
951
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
952
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
953
|
-
},
|
|
954
|
-
param: 'isEnabled',
|
|
955
|
-
defaultValue: false
|
|
956
|
-
}),
|
|
957
935
|
// Added 2025-09-17
|
|
958
936
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
959
937
|
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,14 +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
50
|
platform_editor_block_controls_perf_optimization: false,
|
|
53
51
|
platform_editor_enable_single_player_step_merging: false,
|
|
54
52
|
platform_editor_ai_remove_trivial_prompts_cc: false,
|
|
55
53
|
platform_editor_find_and_replace_improvements: false,
|
|
56
|
-
cc_editor_ufo_hold_table_till_resize_complete: false,
|
|
57
54
|
platform_editor_toggle_expand_on_match_found: false,
|
|
58
55
|
platform_editor_reduce_noisy_steps_ncs: false,
|
|
59
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: {
|
|
@@ -471,15 +476,6 @@ export var editorExperimentsConfig = {
|
|
|
471
476
|
values: ['control', 'test_blank', 'test_diagram'],
|
|
472
477
|
defaultValue: 'control'
|
|
473
478
|
}),
|
|
474
|
-
// added out of order to avoid known conflict that will occur otherwise
|
|
475
|
-
// Added 2025-07-11
|
|
476
|
-
cc_editor_ufo_hold_table_till_resize_complete: createBooleanExperiment({
|
|
477
|
-
productKeys: {
|
|
478
|
-
confluence: 'cc_editor_ufo_hold_table_till_resize_complete'
|
|
479
|
-
},
|
|
480
|
-
param: 'isEnabled',
|
|
481
|
-
defaultValue: false
|
|
482
|
-
}),
|
|
483
479
|
// Added 2025-06-26
|
|
484
480
|
platform_editor_feedback_mandatory_rating: createBooleanExperiment({
|
|
485
481
|
productKeys: {
|
|
@@ -588,15 +584,6 @@ export var editorExperimentsConfig = {
|
|
|
588
584
|
param: 'isEnabled',
|
|
589
585
|
defaultValue: false
|
|
590
586
|
}),
|
|
591
|
-
// Added 2025-07-011
|
|
592
|
-
cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
|
|
593
|
-
productKeys: {
|
|
594
|
-
confluence: 'cc_editor_interactions_trigger_traceufointeraction'
|
|
595
|
-
},
|
|
596
|
-
param: 'cohort',
|
|
597
|
-
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
598
|
-
defaultValue: 'control'
|
|
599
|
-
}),
|
|
600
587
|
// Added 2025-07-14
|
|
601
588
|
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
602
589
|
productKeys: {
|
|
@@ -945,15 +932,6 @@ export var editorExperimentsConfig = {
|
|
|
945
932
|
param: 'isEnabled',
|
|
946
933
|
defaultValue: false
|
|
947
934
|
}),
|
|
948
|
-
// Added 03-09-2025
|
|
949
|
-
cc_editor_interactivity_monitoring: createBooleanExperiment({
|
|
950
|
-
productKeys: {
|
|
951
|
-
confluence: 'cc_editor_interactivity_monitoring',
|
|
952
|
-
jira: 'cc_editor_interactivity_monitoring'
|
|
953
|
-
},
|
|
954
|
-
param: 'isEnabled',
|
|
955
|
-
defaultValue: false
|
|
956
|
-
}),
|
|
957
935
|
// Added 2025-09-17
|
|
958
936
|
platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
|
|
959
937
|
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;
|
|
@@ -351,12 +352,6 @@ export declare const editorExperimentsConfig: {
|
|
|
351
352
|
param: string;
|
|
352
353
|
productKeys?: import("./types").ProductKeys;
|
|
353
354
|
};
|
|
354
|
-
cc_editor_ufo_hold_table_till_resize_complete: {
|
|
355
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
356
|
-
defaultValue: boolean;
|
|
357
|
-
param: string;
|
|
358
|
-
productKeys?: import("./types").ProductKeys;
|
|
359
|
-
};
|
|
360
355
|
platform_editor_feedback_mandatory_rating: {
|
|
361
356
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
362
357
|
defaultValue: boolean;
|
|
@@ -437,13 +432,6 @@ export declare const editorExperimentsConfig: {
|
|
|
437
432
|
param: string;
|
|
438
433
|
productKeys?: import("./types").ProductKeys;
|
|
439
434
|
};
|
|
440
|
-
cc_editor_interactions_trigger_traceufointeraction: {
|
|
441
|
-
values: ("control" | "all_events" | "only_mousedown_event")[];
|
|
442
|
-
typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
|
|
443
|
-
defaultValue: "control" | "all_events" | "only_mousedown_event";
|
|
444
|
-
param: string;
|
|
445
|
-
productKeys?: import("./types").ProductKeys;
|
|
446
|
-
};
|
|
447
435
|
platform_editor_add_orange_highlight_color: {
|
|
448
436
|
values: ("test" | "control")[];
|
|
449
437
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
@@ -698,12 +686,6 @@ export declare const editorExperimentsConfig: {
|
|
|
698
686
|
param: string;
|
|
699
687
|
productKeys?: import("./types").ProductKeys;
|
|
700
688
|
};
|
|
701
|
-
cc_editor_interactivity_monitoring: {
|
|
702
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: import("./types").ProductKeys;
|
|
706
|
-
};
|
|
707
689
|
platform_editor_block_menu_keyboard_navigation: {
|
|
708
690
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
709
691
|
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;
|
|
@@ -351,12 +352,6 @@ export declare const editorExperimentsConfig: {
|
|
|
351
352
|
param: string;
|
|
352
353
|
productKeys?: import("./types").ProductKeys;
|
|
353
354
|
};
|
|
354
|
-
cc_editor_ufo_hold_table_till_resize_complete: {
|
|
355
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
356
|
-
defaultValue: boolean;
|
|
357
|
-
param: string;
|
|
358
|
-
productKeys?: import("./types").ProductKeys;
|
|
359
|
-
};
|
|
360
355
|
platform_editor_feedback_mandatory_rating: {
|
|
361
356
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
362
357
|
defaultValue: boolean;
|
|
@@ -437,13 +432,6 @@ export declare const editorExperimentsConfig: {
|
|
|
437
432
|
param: string;
|
|
438
433
|
productKeys?: import("./types").ProductKeys;
|
|
439
434
|
};
|
|
440
|
-
cc_editor_interactions_trigger_traceufointeraction: {
|
|
441
|
-
values: ("control" | "all_events" | "only_mousedown_event")[];
|
|
442
|
-
typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
|
|
443
|
-
defaultValue: "control" | "all_events" | "only_mousedown_event";
|
|
444
|
-
param: string;
|
|
445
|
-
productKeys?: import("./types").ProductKeys;
|
|
446
|
-
};
|
|
447
435
|
platform_editor_add_orange_highlight_color: {
|
|
448
436
|
values: ("test" | "control")[];
|
|
449
437
|
typeGuard: (value: unknown) => value is "test" | "control";
|
|
@@ -698,12 +686,6 @@ export declare const editorExperimentsConfig: {
|
|
|
698
686
|
param: string;
|
|
699
687
|
productKeys?: import("./types").ProductKeys;
|
|
700
688
|
};
|
|
701
|
-
cc_editor_interactivity_monitoring: {
|
|
702
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
703
|
-
defaultValue: boolean;
|
|
704
|
-
param: string;
|
|
705
|
-
productKeys?: import("./types").ProductKeys;
|
|
706
|
-
};
|
|
707
689
|
platform_editor_block_menu_keyboard_navigation: {
|
|
708
690
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
709
691
|
defaultValue: boolean;
|
package/package.json
CHANGED