@atlaskit/tmp-editor-statsig 5.8.0 → 5.10.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 +16 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -0
- package/dist/types/editor-experiments-test-utils.d.ts +13 -1
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types/setup.d.ts +2 -0
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +13 -1
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/setup.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 5.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#163546](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/163546)
|
|
8
|
+
[`d3faab1b963ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d3faab1b963ad) -
|
|
9
|
+
[ux] ED-28147 smart link support for cmd/ctrl click to open in new tab
|
|
10
|
+
|
|
11
|
+
## 5.9.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#164680](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164680)
|
|
16
|
+
[`6e5063967bda1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6e5063967bda1) -
|
|
17
|
+
EDITOR-759 Put improve writing on full page using ADF streaming behind experiment.
|
|
18
|
+
|
|
3
19
|
## 5.8.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -188,6 +188,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
188
188
|
values: ['control', 'variant1'],
|
|
189
189
|
defaultValue: 'control'
|
|
190
190
|
}),
|
|
191
|
+
// Added 2025-06-02
|
|
192
|
+
platform_editor_smart_link_cmd_ctrl_click: (0, _experimentBuilders.createBooleanExperiment)({
|
|
193
|
+
productKeys: {
|
|
194
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
195
|
+
},
|
|
196
|
+
param: 'isEnabled',
|
|
197
|
+
defaultValue: false
|
|
198
|
+
}),
|
|
191
199
|
// Added 28-02-2025
|
|
192
200
|
platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
193
201
|
productKeys: {
|
|
@@ -400,5 +408,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
400
408
|
},
|
|
401
409
|
param: 'isEnabled',
|
|
402
410
|
defaultValue: false
|
|
411
|
+
}),
|
|
412
|
+
// Added 2025-05-30
|
|
413
|
+
platform_editor_ai_iw_full_page_adf_streaming: (0, _experimentBuilders.createBooleanExperiment)({
|
|
414
|
+
productKeys: {
|
|
415
|
+
confluence: 'platform_editor_ai_iw_full_page_adf_streaming'
|
|
416
|
+
},
|
|
417
|
+
param: 'isEnabled',
|
|
418
|
+
defaultValue: false
|
|
403
419
|
})
|
|
404
420
|
};
|
|
@@ -182,6 +182,14 @@ export const editorExperimentsConfig = {
|
|
|
182
182
|
values: ['control', 'variant1'],
|
|
183
183
|
defaultValue: 'control'
|
|
184
184
|
}),
|
|
185
|
+
// Added 2025-06-02
|
|
186
|
+
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
187
|
+
productKeys: {
|
|
188
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
189
|
+
},
|
|
190
|
+
param: 'isEnabled',
|
|
191
|
+
defaultValue: false
|
|
192
|
+
}),
|
|
185
193
|
// Added 28-02-2025
|
|
186
194
|
platform_editor_insertion: createMultivariateExperiment({
|
|
187
195
|
productKeys: {
|
|
@@ -394,5 +402,13 @@ export const editorExperimentsConfig = {
|
|
|
394
402
|
},
|
|
395
403
|
param: 'isEnabled',
|
|
396
404
|
defaultValue: false
|
|
405
|
+
}),
|
|
406
|
+
// Added 2025-05-30
|
|
407
|
+
platform_editor_ai_iw_full_page_adf_streaming: createBooleanExperiment({
|
|
408
|
+
productKeys: {
|
|
409
|
+
confluence: 'platform_editor_ai_iw_full_page_adf_streaming'
|
|
410
|
+
},
|
|
411
|
+
param: 'isEnabled',
|
|
412
|
+
defaultValue: false
|
|
397
413
|
})
|
|
398
414
|
};
|
|
@@ -182,6 +182,14 @@ export var editorExperimentsConfig = {
|
|
|
182
182
|
values: ['control', 'variant1'],
|
|
183
183
|
defaultValue: 'control'
|
|
184
184
|
}),
|
|
185
|
+
// Added 2025-06-02
|
|
186
|
+
platform_editor_smart_link_cmd_ctrl_click: createBooleanExperiment({
|
|
187
|
+
productKeys: {
|
|
188
|
+
confluence: 'platform_editor_smart_link_cmd_ctrl_click'
|
|
189
|
+
},
|
|
190
|
+
param: 'isEnabled',
|
|
191
|
+
defaultValue: false
|
|
192
|
+
}),
|
|
185
193
|
// Added 28-02-2025
|
|
186
194
|
platform_editor_insertion: createMultivariateExperiment({
|
|
187
195
|
productKeys: {
|
|
@@ -394,5 +402,13 @@ export var editorExperimentsConfig = {
|
|
|
394
402
|
},
|
|
395
403
|
param: 'isEnabled',
|
|
396
404
|
defaultValue: false
|
|
405
|
+
}),
|
|
406
|
+
// Added 2025-05-30
|
|
407
|
+
platform_editor_ai_iw_full_page_adf_streaming: createBooleanExperiment({
|
|
408
|
+
productKeys: {
|
|
409
|
+
confluence: 'platform_editor_ai_iw_full_page_adf_streaming'
|
|
410
|
+
},
|
|
411
|
+
param: 'isEnabled',
|
|
412
|
+
defaultValue: false
|
|
397
413
|
})
|
|
398
414
|
};
|
|
@@ -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" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "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_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp">(experimentName: ExperimentName, describeName: string) => {
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "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" | "editor_text_highlight_orange_to_yellow" | "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_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -176,6 +176,12 @@ declare namespace eeTest {
|
|
|
176
176
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
177
177
|
param: string;
|
|
178
178
|
};
|
|
179
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
180
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
181
|
+
defaultValue: boolean;
|
|
182
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
183
|
+
param: string;
|
|
184
|
+
};
|
|
179
185
|
platform_editor_insertion: {
|
|
180
186
|
values: ("control" | "variant1")[];
|
|
181
187
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -337,6 +343,12 @@ declare namespace eeTest {
|
|
|
337
343
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
338
344
|
param: string;
|
|
339
345
|
};
|
|
346
|
+
platform_editor_ai_iw_full_page_adf_streaming: {
|
|
347
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
348
|
+
defaultValue: boolean;
|
|
349
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
350
|
+
param: string;
|
|
351
|
+
};
|
|
340
352
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
341
353
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
342
354
|
};
|
|
@@ -134,6 +134,12 @@ export declare const editorExperimentsConfig: {
|
|
|
134
134
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
135
135
|
param: string;
|
|
136
136
|
};
|
|
137
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
138
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
139
|
+
defaultValue: boolean;
|
|
140
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
141
|
+
param: string;
|
|
142
|
+
};
|
|
137
143
|
platform_editor_insertion: {
|
|
138
144
|
values: ("control" | "variant1")[];
|
|
139
145
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -295,4 +301,10 @@ export declare const editorExperimentsConfig: {
|
|
|
295
301
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
296
302
|
param: string;
|
|
297
303
|
};
|
|
304
|
+
platform_editor_ai_iw_full_page_adf_streaming: {
|
|
305
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
306
|
+
defaultValue: boolean;
|
|
307
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
308
|
+
param: string;
|
|
309
|
+
};
|
|
298
310
|
};
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare let _overrides: Partial<{
|
|
|
29
29
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
30
30
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
31
31
|
platform_editor_controls: "control" | "variant1";
|
|
32
|
+
platform_editor_smart_link_cmd_ctrl_click: boolean;
|
|
32
33
|
platform_editor_insertion: "control" | "variant1";
|
|
33
34
|
platform_editor_vanilla_dom: boolean;
|
|
34
35
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
@@ -55,6 +56,7 @@ export declare let _overrides: Partial<{
|
|
|
55
56
|
platform_editor_smart_card_open_overlay_perf: boolean;
|
|
56
57
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
57
58
|
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
59
|
+
platform_editor_ai_iw_full_page_adf_streaming: boolean;
|
|
58
60
|
}>;
|
|
59
61
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
60
62
|
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" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "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_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp">(experimentName: ExperimentName, describeName: string) => {
|
|
48
|
+
var describe: <ExperimentName extends "platform_editor_reduce_noisy_steps_ncs" | "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" | "editor_text_highlight_orange_to_yellow" | "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_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_stop_width_reflows" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_nodevisibility" | "platform_editor_breakout_resizing" | "platform_editor_exp_disable_lnv" | "platform_editor_ai_quickstart_command" | "editor_ai_in_editor_streaming" | "platform_editor_hide_floating_toolbar_in_ssr" | "platform_editor_smart_card_open_overlay_perf" | "platform_editor_toolbar_rerender_optimization_exp" | "platform_editor_controls_toolbar_pinning_exp" | "platform_editor_ai_iw_full_page_adf_streaming">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
platform_editor_reduce_noisy_steps_ncs: {
|
|
51
51
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
@@ -176,6 +176,12 @@ declare namespace eeTest {
|
|
|
176
176
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
177
177
|
param: string;
|
|
178
178
|
};
|
|
179
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
180
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
181
|
+
defaultValue: boolean;
|
|
182
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
183
|
+
param: string;
|
|
184
|
+
};
|
|
179
185
|
platform_editor_insertion: {
|
|
180
186
|
values: ("control" | "variant1")[];
|
|
181
187
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -337,6 +343,12 @@ declare namespace eeTest {
|
|
|
337
343
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
338
344
|
param: string;
|
|
339
345
|
};
|
|
346
|
+
platform_editor_ai_iw_full_page_adf_streaming: {
|
|
347
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
348
|
+
defaultValue: boolean;
|
|
349
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
350
|
+
param: string;
|
|
351
|
+
};
|
|
340
352
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
341
353
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
342
354
|
};
|
|
@@ -134,6 +134,12 @@ export declare const editorExperimentsConfig: {
|
|
|
134
134
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
135
135
|
param: string;
|
|
136
136
|
};
|
|
137
|
+
platform_editor_smart_link_cmd_ctrl_click: {
|
|
138
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
139
|
+
defaultValue: boolean;
|
|
140
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
141
|
+
param: string;
|
|
142
|
+
};
|
|
137
143
|
platform_editor_insertion: {
|
|
138
144
|
values: ("control" | "variant1")[];
|
|
139
145
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -295,4 +301,10 @@ export declare const editorExperimentsConfig: {
|
|
|
295
301
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
296
302
|
param: string;
|
|
297
303
|
};
|
|
304
|
+
platform_editor_ai_iw_full_page_adf_streaming: {
|
|
305
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
306
|
+
defaultValue: boolean;
|
|
307
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
308
|
+
param: string;
|
|
309
|
+
};
|
|
298
310
|
};
|
|
@@ -29,6 +29,7 @@ export declare let _overrides: Partial<{
|
|
|
29
29
|
platform_editor_element_drag_and_drop_multiselect: boolean;
|
|
30
30
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
31
31
|
platform_editor_controls: "control" | "variant1";
|
|
32
|
+
platform_editor_smart_link_cmd_ctrl_click: boolean;
|
|
32
33
|
platform_editor_insertion: "control" | "variant1";
|
|
33
34
|
platform_editor_vanilla_dom: boolean;
|
|
34
35
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
@@ -55,6 +56,7 @@ export declare let _overrides: Partial<{
|
|
|
55
56
|
platform_editor_smart_card_open_overlay_perf: boolean;
|
|
56
57
|
platform_editor_toolbar_rerender_optimization_exp: boolean;
|
|
57
58
|
platform_editor_controls_toolbar_pinning_exp: boolean;
|
|
59
|
+
platform_editor_ai_iw_full_page_adf_streaming: boolean;
|
|
58
60
|
}>;
|
|
59
61
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
60
62
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
package/package.json
CHANGED