@atlaskit/tmp-editor-statsig 9.5.0 → 9.7.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 +19 -0
- package/dist/cjs/experiments-config.js +9 -16
- package/dist/es2019/experiments-config.js +9 -16
- package/dist/esm/experiments-config.js +9 -16
- package/dist/types/editor-experiments-test-utils.d.ts +8 -13
- package/dist/types/experiments-config.d.ts +7 -12
- package/dist/types/setup.d.ts +1 -2
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +8 -13
- package/dist/types-ts4.5/experiments-config.d.ts +7 -12
- package/dist/types-ts4.5/setup.d.ts +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 9.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#185577](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185577)
|
|
8
|
+
[`56dba46f231aa`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/56dba46f231aa) -
|
|
9
|
+
[EDITOR-837] Cleanup experiment editor_ai_converge_free_gen_on_rovo
|
|
10
|
+
- [#185617](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185617)
|
|
11
|
+
[`c766e636b2d44`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c766e636b2d44) -
|
|
12
|
+
ED-28220 clean up exp platform_editor_controls_toolbar_pinning_exp
|
|
13
|
+
|
|
14
|
+
## 9.6.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [#185643](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185643)
|
|
19
|
+
[`5954e6c1fbac5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5954e6c1fbac5) -
|
|
20
|
+
[ux] [ED-28432] Add orange highlight color and reorder color swatches
|
|
21
|
+
|
|
3
22
|
## 9.5.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -303,14 +303,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
303
303
|
param: 'isEnabled',
|
|
304
304
|
defaultValue: false
|
|
305
305
|
}),
|
|
306
|
-
// Added 2025-05-08
|
|
307
|
-
editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
|
|
308
|
-
productKeys: {
|
|
309
|
-
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
310
|
-
},
|
|
311
|
-
param: 'isEnabled',
|
|
312
|
-
defaultValue: false
|
|
313
|
-
}),
|
|
314
306
|
// Added 2025-05-26
|
|
315
307
|
platform_editor_stop_width_reflows: (0, _experimentBuilders.createBooleanExperiment)({
|
|
316
308
|
productKeys: {
|
|
@@ -383,14 +375,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
383
375
|
param: 'isEnabled',
|
|
384
376
|
defaultValue: false
|
|
385
377
|
}),
|
|
386
|
-
// Added 2025-05-30
|
|
387
|
-
platform_editor_controls_toolbar_pinning_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
388
|
-
productKeys: {
|
|
389
|
-
confluence: 'platform_editor_controls_toolbar_pinning_exp'
|
|
390
|
-
},
|
|
391
|
-
param: 'isEnabled',
|
|
392
|
-
defaultValue: false
|
|
393
|
-
}),
|
|
394
378
|
// Added 2025-06-05
|
|
395
379
|
platform_editor_block_controls_perf_optimization: (0, _experimentBuilders.createBooleanExperiment)({
|
|
396
380
|
productKeys: {
|
|
@@ -474,5 +458,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
474
458
|
param: 'cohort',
|
|
475
459
|
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
476
460
|
defaultValue: 'control'
|
|
461
|
+
}),
|
|
462
|
+
// Added 2025-07-14
|
|
463
|
+
platform_editor_add_orange_highlight_color: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
464
|
+
productKeys: {
|
|
465
|
+
confluence: 'platform_editor_add_orange_highlight_color'
|
|
466
|
+
},
|
|
467
|
+
param: 'cohort',
|
|
468
|
+
values: ['control', 'test'],
|
|
469
|
+
defaultValue: 'control'
|
|
477
470
|
})
|
|
478
471
|
};
|
|
@@ -297,14 +297,6 @@ export const editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-05-08
|
|
301
|
-
editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-05-26
|
|
309
301
|
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -377,14 +369,6 @@ export const editorExperimentsConfig = {
|
|
|
377
369
|
param: 'isEnabled',
|
|
378
370
|
defaultValue: false
|
|
379
371
|
}),
|
|
380
|
-
// Added 2025-05-30
|
|
381
|
-
platform_editor_controls_toolbar_pinning_exp: createBooleanExperiment({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_controls_toolbar_pinning_exp'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
372
|
// Added 2025-06-05
|
|
389
373
|
platform_editor_block_controls_perf_optimization: createBooleanExperiment({
|
|
390
374
|
productKeys: {
|
|
@@ -468,5 +452,14 @@ export const editorExperimentsConfig = {
|
|
|
468
452
|
param: 'cohort',
|
|
469
453
|
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
470
454
|
defaultValue: 'control'
|
|
455
|
+
}),
|
|
456
|
+
// Added 2025-07-14
|
|
457
|
+
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
458
|
+
productKeys: {
|
|
459
|
+
confluence: 'platform_editor_add_orange_highlight_color'
|
|
460
|
+
},
|
|
461
|
+
param: 'cohort',
|
|
462
|
+
values: ['control', 'test'],
|
|
463
|
+
defaultValue: 'control'
|
|
471
464
|
})
|
|
472
465
|
};
|
|
@@ -297,14 +297,6 @@ export var editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-05-08
|
|
301
|
-
editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-05-26
|
|
309
301
|
platform_editor_stop_width_reflows: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -377,14 +369,6 @@ export var editorExperimentsConfig = {
|
|
|
377
369
|
param: 'isEnabled',
|
|
378
370
|
defaultValue: false
|
|
379
371
|
}),
|
|
380
|
-
// Added 2025-05-30
|
|
381
|
-
platform_editor_controls_toolbar_pinning_exp: createBooleanExperiment({
|
|
382
|
-
productKeys: {
|
|
383
|
-
confluence: 'platform_editor_controls_toolbar_pinning_exp'
|
|
384
|
-
},
|
|
385
|
-
param: 'isEnabled',
|
|
386
|
-
defaultValue: false
|
|
387
|
-
}),
|
|
388
372
|
// Added 2025-06-05
|
|
389
373
|
platform_editor_block_controls_perf_optimization: createBooleanExperiment({
|
|
390
374
|
productKeys: {
|
|
@@ -468,5 +452,14 @@ export var editorExperimentsConfig = {
|
|
|
468
452
|
param: 'cohort',
|
|
469
453
|
values: ['control', 'all_events', 'only_mousedown_event'],
|
|
470
454
|
defaultValue: 'control'
|
|
455
|
+
}),
|
|
456
|
+
// Added 2025-07-14
|
|
457
|
+
platform_editor_add_orange_highlight_color: createMultivariateExperiment({
|
|
458
|
+
productKeys: {
|
|
459
|
+
confluence: 'platform_editor_add_orange_highlight_color'
|
|
460
|
+
},
|
|
461
|
+
param: 'cohort',
|
|
462
|
+
values: ['control', 'test'],
|
|
463
|
+
defaultValue: 'control'
|
|
471
464
|
})
|
|
472
465
|
};
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_editor_media_floating_toolbar_early_exit" | "platform_renderer_fix_analytics_memo_callback" | "
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_editor_media_floating_toolbar_early_exit" | "platform_renderer_fix_analytics_memo_callback" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "jira-work-sync-desc-comment-summary" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "platform_editor_ai_remove_trivial_prompts_cc" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements" | "confluence_whiteboards_quick_insert" | "cc_editor_ufo_hold_table_till_resize_complete" | "platform_editor_toggle_expand_on_match_found" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -263,12 +263,6 @@ declare namespace eeTest {
|
|
|
263
263
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
264
264
|
param: string;
|
|
265
265
|
};
|
|
266
|
-
editor_ai_converge_free_gen_on_rovo: {
|
|
267
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
268
|
-
defaultValue: boolean;
|
|
269
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
270
|
-
param: string;
|
|
271
|
-
};
|
|
272
266
|
platform_editor_stop_width_reflows: {
|
|
273
267
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
274
268
|
defaultValue: boolean;
|
|
@@ -323,12 +317,6 @@ declare namespace eeTest {
|
|
|
323
317
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
324
318
|
param: string;
|
|
325
319
|
};
|
|
326
|
-
platform_editor_controls_toolbar_pinning_exp: {
|
|
327
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
328
|
-
defaultValue: boolean;
|
|
329
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
330
|
-
param: string;
|
|
331
|
-
};
|
|
332
320
|
platform_editor_block_controls_perf_optimization: {
|
|
333
321
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
334
322
|
defaultValue: boolean;
|
|
@@ -392,6 +380,13 @@ declare namespace eeTest {
|
|
|
392
380
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
393
381
|
param: string;
|
|
394
382
|
};
|
|
383
|
+
platform_editor_add_orange_highlight_color: {
|
|
384
|
+
values: ("test" | "control")[];
|
|
385
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
386
|
+
defaultValue: "test" | "control";
|
|
387
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
388
|
+
param: string;
|
|
389
|
+
};
|
|
395
390
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
396
391
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
397
392
|
};
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
222
222
|
param: string;
|
|
223
223
|
};
|
|
224
|
-
editor_ai_converge_free_gen_on_rovo: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
228
|
-
param: string;
|
|
229
|
-
};
|
|
230
224
|
platform_editor_stop_width_reflows: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
|
|
|
281
275
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
282
276
|
param: string;
|
|
283
277
|
};
|
|
284
|
-
platform_editor_controls_toolbar_pinning_exp: {
|
|
285
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
286
|
-
defaultValue: boolean;
|
|
287
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
288
|
-
param: string;
|
|
289
|
-
};
|
|
290
278
|
platform_editor_block_controls_perf_optimization: {
|
|
291
279
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
292
280
|
defaultValue: boolean;
|
|
@@ -350,4 +338,11 @@ export declare const editorExperimentsConfig: {
|
|
|
350
338
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
351
339
|
param: string;
|
|
352
340
|
};
|
|
341
|
+
platform_editor_add_orange_highlight_color: {
|
|
342
|
+
values: ("test" | "control")[];
|
|
343
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
344
|
+
defaultValue: "test" | "control";
|
|
345
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
346
|
+
param: string;
|
|
347
|
+
};
|
|
353
348
|
};
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -43,7 +43,6 @@ export declare let _overrides: Partial<{
|
|
|
43
43
|
platform_editor_usesharedpluginstateselector: boolean;
|
|
44
44
|
platform_editor_media_floating_toolbar_early_exit: boolean;
|
|
45
45
|
platform_renderer_fix_analytics_memo_callback: boolean;
|
|
46
|
-
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
47
46
|
platform_editor_stop_width_reflows: boolean;
|
|
48
47
|
platform_editor_core_static_emotion: boolean;
|
|
49
48
|
platform_editor_core_static_emotion_non_central: boolean;
|
|
@@ -53,7 +52,6 @@ export declare let _overrides: Partial<{
|
|
|
53
52
|
platform_editor_breakout_resizing: boolean;
|
|
54
53
|
platform_editor_ai_quickstart_command: boolean;
|
|
55
54
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
56
|
-
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
57
55
|
platform_editor_block_controls_perf_optimization: boolean;
|
|
58
56
|
platform_editor_enable_single_player_step_merging: boolean;
|
|
59
57
|
platform_editor_ai_iw_adf_streaming: boolean;
|
|
@@ -64,6 +62,7 @@ export declare let _overrides: Partial<{
|
|
|
64
62
|
cc_editor_ufo_hold_table_till_resize_complete: boolean;
|
|
65
63
|
platform_editor_toggle_expand_on_match_found: boolean;
|
|
66
64
|
cc_editor_interactions_trigger_traceufointeraction: "control" | "all_events" | "only_mousedown_event";
|
|
65
|
+
platform_editor_add_orange_highlight_color: "test" | "control";
|
|
67
66
|
}>;
|
|
68
67
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
69
68
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
|
@@ -45,7 +45,7 @@ declare function eeTest<ExperimentName extends keyof EditorExperimentsConfig>(ex
|
|
|
45
45
|
false: DescribeBody;
|
|
46
46
|
}, otherExperiments?: EditorExperimentOverrides): void;
|
|
47
47
|
declare namespace eeTest {
|
|
48
|
-
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_editor_media_floating_toolbar_early_exit" | "platform_renderer_fix_analytics_memo_callback" | "
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "platform_editor_memoized_node_check" | "platform_editor_media_card_vc_wrapper_attribute" | "platform_editor_block_control_optimise_render" | "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "platform_editor_controls_performance_fixes" | "platform_editor_prevent_toolbar_layout_shifts" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_smart_link_cmd_ctrl_click" | "platform_editor_insertion" | "platform_editor_vanilla_dom" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_editor_media_floating_toolbar_early_exit" | "platform_renderer_fix_analytics_memo_callback" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "platform_editor_core_static_emotion_non_central" | "platform_editor_no_cursor_on_edit_page_init" | "jira-work-sync-desc-comment-summary" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_block_controls_perf_optimization" | "platform_editor_enable_single_player_step_merging" | "platform_editor_ai_iw_adf_streaming" | "platform_editor_ai_remove_trivial_prompts_cc" | "confluence_whiteboards_quick_insert_aa" | "platform_editor_find_and_replace_improvements" | "confluence_whiteboards_quick_insert" | "cc_editor_ufo_hold_table_till_resize_complete" | "platform_editor_toggle_expand_on_match_found" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -263,12 +263,6 @@ declare namespace eeTest {
|
|
|
263
263
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
264
264
|
param: string;
|
|
265
265
|
};
|
|
266
|
-
editor_ai_converge_free_gen_on_rovo: {
|
|
267
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
268
|
-
defaultValue: boolean;
|
|
269
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
270
|
-
param: string;
|
|
271
|
-
};
|
|
272
266
|
platform_editor_stop_width_reflows: {
|
|
273
267
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
274
268
|
defaultValue: boolean;
|
|
@@ -323,12 +317,6 @@ declare namespace eeTest {
|
|
|
323
317
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
324
318
|
param: string;
|
|
325
319
|
};
|
|
326
|
-
platform_editor_controls_toolbar_pinning_exp: {
|
|
327
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
328
|
-
defaultValue: boolean;
|
|
329
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
330
|
-
param: string;
|
|
331
|
-
};
|
|
332
320
|
platform_editor_block_controls_perf_optimization: {
|
|
333
321
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
334
322
|
defaultValue: boolean;
|
|
@@ -392,6 +380,13 @@ declare namespace eeTest {
|
|
|
392
380
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
393
381
|
param: string;
|
|
394
382
|
};
|
|
383
|
+
platform_editor_add_orange_highlight_color: {
|
|
384
|
+
values: ("test" | "control")[];
|
|
385
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
386
|
+
defaultValue: "test" | "control";
|
|
387
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
388
|
+
param: string;
|
|
389
|
+
};
|
|
395
390
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
396
391
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
397
392
|
};
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
222
222
|
param: string;
|
|
223
223
|
};
|
|
224
|
-
editor_ai_converge_free_gen_on_rovo: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
228
|
-
param: string;
|
|
229
|
-
};
|
|
230
224
|
platform_editor_stop_width_reflows: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -281,12 +275,6 @@ export declare const editorExperimentsConfig: {
|
|
|
281
275
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
282
276
|
param: string;
|
|
283
277
|
};
|
|
284
|
-
platform_editor_controls_toolbar_pinning_exp: {
|
|
285
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
286
|
-
defaultValue: boolean;
|
|
287
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
288
|
-
param: string;
|
|
289
|
-
};
|
|
290
278
|
platform_editor_block_controls_perf_optimization: {
|
|
291
279
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
292
280
|
defaultValue: boolean;
|
|
@@ -350,4 +338,11 @@ export declare const editorExperimentsConfig: {
|
|
|
350
338
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
351
339
|
param: string;
|
|
352
340
|
};
|
|
341
|
+
platform_editor_add_orange_highlight_color: {
|
|
342
|
+
values: ("test" | "control")[];
|
|
343
|
+
typeGuard: (value: unknown) => value is "test" | "control";
|
|
344
|
+
defaultValue: "test" | "control";
|
|
345
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
346
|
+
param: string;
|
|
347
|
+
};
|
|
353
348
|
};
|
|
@@ -43,7 +43,6 @@ export declare let _overrides: Partial<{
|
|
|
43
43
|
platform_editor_usesharedpluginstateselector: boolean;
|
|
44
44
|
platform_editor_media_floating_toolbar_early_exit: boolean;
|
|
45
45
|
platform_renderer_fix_analytics_memo_callback: boolean;
|
|
46
|
-
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
47
46
|
platform_editor_stop_width_reflows: boolean;
|
|
48
47
|
platform_editor_core_static_emotion: boolean;
|
|
49
48
|
platform_editor_core_static_emotion_non_central: boolean;
|
|
@@ -53,7 +52,6 @@ export declare let _overrides: Partial<{
|
|
|
53
52
|
platform_editor_breakout_resizing: boolean;
|
|
54
53
|
platform_editor_ai_quickstart_command: boolean;
|
|
55
54
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
56
|
-
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
57
55
|
platform_editor_block_controls_perf_optimization: boolean;
|
|
58
56
|
platform_editor_enable_single_player_step_merging: boolean;
|
|
59
57
|
platform_editor_ai_iw_adf_streaming: boolean;
|
|
@@ -64,6 +62,7 @@ export declare let _overrides: Partial<{
|
|
|
64
62
|
cc_editor_ufo_hold_table_till_resize_complete: boolean;
|
|
65
63
|
platform_editor_toggle_expand_on_match_found: boolean;
|
|
66
64
|
cc_editor_interactions_trigger_traceufointeraction: "control" | "all_events" | "only_mousedown_event";
|
|
65
|
+
platform_editor_add_orange_highlight_color: "test" | "control";
|
|
67
66
|
}>;
|
|
68
67
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
69
68
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
package/package.json
CHANGED