@atlaskit/tmp-editor-statsig 9.11.0 → 9.13.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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 9.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#191209](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191209)
8
+ [`814220fd4e624`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/814220fd4e624) -
9
+ EDITOR-1151 Enable ADF support for change tone and spelling and grammar.
10
+
11
+ ## 9.12.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#190655](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/190655)
16
+ [`b74e88d5ebade`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b74e88d5ebade) -
17
+ [https://product-fabric.atlassian.net/browse/ED-28597](ED-28597) - add
18
+ platform_editor_smart_card_otp editor Statsig experiment
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+
3
24
  ## 9.11.0
4
25
 
5
26
  ### Minor Changes
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.testMultivariateOverrides = exports.testBooleanOverrides = void 0;
7
+ var testMultivariateOverrides = exports.testMultivariateOverrides = {
8
+ 'example-multivariate': 'one',
9
+ 'platform_editor_ai-prompts-placeholder': 'control',
10
+ platform_editor_ai_proactive_ai_nudge_parameters: 'control',
11
+ platform_editor_controls: 'control',
12
+ confluence_whiteboards_quick_insert_aa: 'control',
13
+ confluence_whiteboards_quick_insert: 'control',
14
+ cc_editor_interactions_trigger_traceufointeraction: 'control',
15
+ platform_editor_insertion: 'control',
16
+ editor_ai_inline_suggestion_date_v2: 'control',
17
+ platform_editor_add_orange_highlight_color: 'control'
18
+ };
19
+ var testBooleanOverrides = exports.testBooleanOverrides = {
20
+ platform_editor_enghealth_table_plugin_lable_rule: false,
21
+ platform_editor_feedback_mandatory_rating: false,
22
+ platform_editor_preview_panel_responsiveness: false,
23
+ platform_editor_renderer_breakout_fix: false,
24
+ platform_editor_toolbar_aifc: false,
25
+ platform_editor_memoized_node_check: false,
26
+ platform_editor_media_card_vc_wrapper_attribute: false,
27
+ platform_editor_block_control_optimise_render: false,
28
+ 'test-new-experiments-package': false,
29
+ support_table_in_comment: false,
30
+ platform_editor_exp_lazy_node_views: false,
31
+ platform_renderer_table_sticky_scrollbar: false,
32
+ platform_editor_controls_performance_fixes: false,
33
+ platform_editor_prevent_toolbar_layout_shifts: false,
34
+ comment_on_bodied_extensions: false,
35
+ advanced_layouts: false,
36
+ single_column_layouts: false,
37
+ support_table_in_comment_jira: false,
38
+ 'nested-tables-in-tables': false,
39
+ platform_editor_ai_unsplash_page_header: false,
40
+ platform_editor_blockquote_in_text_formatting_menu: false,
41
+ platform_editor_advanced_code_blocks: false,
42
+ platform_editor_element_drag_and_drop_multiselect: false,
43
+ platform_editor_ai_edit_response_in_preview: false,
44
+ platform_editor_smart_link_cmd_ctrl_click: false,
45
+ platform_editor_vanilla_dom: false,
46
+ platform_editor_offline_editing_web: false,
47
+ platform_editor_tables_drag_and_drop: false,
48
+ platform_editor_tables_table_selector: false,
49
+ platform_editor_usesharedpluginstateselector: false,
50
+ platform_editor_media_floating_toolbar_early_exit: false,
51
+ platform_renderer_fix_analytics_memo_callback: false,
52
+ platform_editor_stop_width_reflows: false,
53
+ platform_editor_core_static_emotion: false,
54
+ platform_editor_core_static_emotion_non_central: false,
55
+ platform_editor_no_cursor_on_edit_page_init: false,
56
+ 'jira-work-sync-desc-comment-summary': false,
57
+ platform_editor_nodevisibility: false,
58
+ platform_editor_breakout_resizing: false,
59
+ platform_editor_ai_quickstart_command: false,
60
+ platform_editor_toolbar_rerender_optimization_exp: false,
61
+ platform_editor_block_controls_perf_optimization: false,
62
+ platform_editor_enable_single_player_step_merging: false,
63
+ platform_editor_ai_iw_adf_streaming: false,
64
+ platform_editor_ai_remove_trivial_prompts_cc: false,
65
+ platform_editor_find_and_replace_improvements: false,
66
+ cc_editor_ufo_hold_table_till_resize_complete: false,
67
+ platform_editor_toggle_expand_on_match_found: false,
68
+ platform_editor_reduce_noisy_steps_ncs: false
69
+ };
@@ -399,6 +399,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
399
399
  param: 'isEnabled',
400
400
  defaultValue: false
401
401
  }),
402
+ // Added 2025-06-18
403
+ platform_editor_ai_ct_sg_adf_streaming: (0, _experimentBuilders.createBooleanExperiment)({
404
+ productKeys: {
405
+ confluence: 'platform_editor_ai_ct_sg_adf_streaming'
406
+ },
407
+ param: 'isEnabled',
408
+ defaultValue: false
409
+ }),
402
410
  // Added 2025-07-07
403
411
  platform_editor_ai_remove_trivial_prompts_cc: (0, _experimentBuilders.createBooleanExperiment)({
404
412
  productKeys: {
@@ -458,6 +466,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
458
466
  param: 'isEnabled',
459
467
  defaultValue: false
460
468
  }),
469
+ platform_editor_smart_card_otp: (0, _experimentBuilders.createBooleanExperiment)({
470
+ productKeys: {
471
+ confluence: 'platform_editor_smart_card_otp'
472
+ },
473
+ param: 'isEnabled',
474
+ defaultValue: false
475
+ }),
461
476
  // Added 2025-07-15
462
477
  platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
463
478
  productKeys: {
@@ -474,6 +489,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
474
489
  param: 'isEnabled',
475
490
  defaultValue: false
476
491
  }),
492
+ // Added 2025-07-24
493
+ editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
494
+ productKeys: {
495
+ confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
496
+ },
497
+ param: 'isEnabled',
498
+ defaultValue: false
499
+ }),
477
500
  // Added 2025-07-011
478
501
  cc_editor_interactions_trigger_traceufointeraction: (0, _experimentBuilders.createMultivariateExperiment)({
479
502
  productKeys: {
package/dist/cjs/setup.js CHANGED
@@ -9,6 +9,7 @@ exports.setupEditorExperiments = setupEditorExperiments;
9
9
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
10
10
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
11
  var _experimentsConfig = require("./experiments-config");
12
+ var _expTestOverrides = require("./exp-test-overrides");
12
13
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
14
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable @atlaskit/editor/no-re-export */ // Entry file in package.json
14
15
  var _overrides = exports._overrides = {};
@@ -55,6 +56,19 @@ paramOverrides) {
55
56
  }, {});
56
57
  exports._overrides = _overrides = groupOverrides;
57
58
  }
59
+ if (product === 'test') {
60
+ // Enforce expectation - file overrides, then global overrides, then default to true for boolean
61
+ // experiments, then last result use the default value
62
+ var testOverrides = Object.fromEntries(Object.entries(_experimentsConfig.editorExperimentsConfig).map(function (_ref3) {
63
+ var _ref5, _ref6, _groupOverrides, _groupOverrides2;
64
+ var _ref4 = (0, _slicedToArray2.default)(_ref3, 2),
65
+ key = _ref4[0],
66
+ value = _ref4[1];
67
+ var defaultValue = typeof value.defaultValue === 'boolean' ? true : value.defaultValue;
68
+ return [key, (_ref5 = (_ref6 = (_groupOverrides = (_groupOverrides2 = groupOverrides) === null || _groupOverrides2 === void 0 ? void 0 : _groupOverrides2[key]) !== null && _groupOverrides !== void 0 ? _groupOverrides : _expTestOverrides.testMultivariateOverrides[key]) !== null && _ref6 !== void 0 ? _ref6 : _expTestOverrides.testBooleanOverrides[key]) !== null && _ref5 !== void 0 ? _ref5 : defaultValue];
69
+ }));
70
+ exports._overrides = _overrides = testOverrides;
71
+ }
58
72
  exports._product = _product = product;
59
73
  if (paramOverrides) {
60
74
  exports._paramOverrides = _paramOverrides = paramOverrides;
@@ -0,0 +1,63 @@
1
+ export const testMultivariateOverrides = {
2
+ 'example-multivariate': 'one',
3
+ 'platform_editor_ai-prompts-placeholder': 'control',
4
+ platform_editor_ai_proactive_ai_nudge_parameters: 'control',
5
+ platform_editor_controls: 'control',
6
+ confluence_whiteboards_quick_insert_aa: 'control',
7
+ confluence_whiteboards_quick_insert: 'control',
8
+ cc_editor_interactions_trigger_traceufointeraction: 'control',
9
+ platform_editor_insertion: 'control',
10
+ editor_ai_inline_suggestion_date_v2: 'control',
11
+ platform_editor_add_orange_highlight_color: 'control'
12
+ };
13
+ export const testBooleanOverrides = {
14
+ platform_editor_enghealth_table_plugin_lable_rule: false,
15
+ platform_editor_feedback_mandatory_rating: false,
16
+ platform_editor_preview_panel_responsiveness: false,
17
+ platform_editor_renderer_breakout_fix: false,
18
+ platform_editor_toolbar_aifc: false,
19
+ platform_editor_memoized_node_check: false,
20
+ platform_editor_media_card_vc_wrapper_attribute: false,
21
+ platform_editor_block_control_optimise_render: false,
22
+ 'test-new-experiments-package': false,
23
+ support_table_in_comment: false,
24
+ platform_editor_exp_lazy_node_views: false,
25
+ platform_renderer_table_sticky_scrollbar: false,
26
+ platform_editor_controls_performance_fixes: false,
27
+ platform_editor_prevent_toolbar_layout_shifts: false,
28
+ comment_on_bodied_extensions: false,
29
+ advanced_layouts: false,
30
+ single_column_layouts: false,
31
+ support_table_in_comment_jira: false,
32
+ 'nested-tables-in-tables': false,
33
+ platform_editor_ai_unsplash_page_header: false,
34
+ platform_editor_blockquote_in_text_formatting_menu: false,
35
+ platform_editor_advanced_code_blocks: false,
36
+ platform_editor_element_drag_and_drop_multiselect: false,
37
+ platform_editor_ai_edit_response_in_preview: false,
38
+ platform_editor_smart_link_cmd_ctrl_click: false,
39
+ platform_editor_vanilla_dom: false,
40
+ platform_editor_offline_editing_web: false,
41
+ platform_editor_tables_drag_and_drop: false,
42
+ platform_editor_tables_table_selector: false,
43
+ platform_editor_usesharedpluginstateselector: false,
44
+ platform_editor_media_floating_toolbar_early_exit: false,
45
+ platform_renderer_fix_analytics_memo_callback: false,
46
+ platform_editor_stop_width_reflows: false,
47
+ platform_editor_core_static_emotion: false,
48
+ platform_editor_core_static_emotion_non_central: false,
49
+ platform_editor_no_cursor_on_edit_page_init: false,
50
+ 'jira-work-sync-desc-comment-summary': false,
51
+ platform_editor_nodevisibility: false,
52
+ platform_editor_breakout_resizing: false,
53
+ platform_editor_ai_quickstart_command: false,
54
+ platform_editor_toolbar_rerender_optimization_exp: false,
55
+ platform_editor_block_controls_perf_optimization: false,
56
+ platform_editor_enable_single_player_step_merging: false,
57
+ platform_editor_ai_iw_adf_streaming: false,
58
+ platform_editor_ai_remove_trivial_prompts_cc: false,
59
+ platform_editor_find_and_replace_improvements: false,
60
+ cc_editor_ufo_hold_table_till_resize_complete: false,
61
+ platform_editor_toggle_expand_on_match_found: false,
62
+ platform_editor_reduce_noisy_steps_ncs: false
63
+ };
@@ -393,6 +393,14 @@ export const editorExperimentsConfig = {
393
393
  param: 'isEnabled',
394
394
  defaultValue: false
395
395
  }),
396
+ // Added 2025-06-18
397
+ platform_editor_ai_ct_sg_adf_streaming: createBooleanExperiment({
398
+ productKeys: {
399
+ confluence: 'platform_editor_ai_ct_sg_adf_streaming'
400
+ },
401
+ param: 'isEnabled',
402
+ defaultValue: false
403
+ }),
396
404
  // Added 2025-07-07
397
405
  platform_editor_ai_remove_trivial_prompts_cc: createBooleanExperiment({
398
406
  productKeys: {
@@ -452,6 +460,13 @@ export const editorExperimentsConfig = {
452
460
  param: 'isEnabled',
453
461
  defaultValue: false
454
462
  }),
463
+ platform_editor_smart_card_otp: createBooleanExperiment({
464
+ productKeys: {
465
+ confluence: 'platform_editor_smart_card_otp'
466
+ },
467
+ param: 'isEnabled',
468
+ defaultValue: false
469
+ }),
455
470
  // Added 2025-07-15
456
471
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
457
472
  productKeys: {
@@ -468,6 +483,14 @@ export const editorExperimentsConfig = {
468
483
  param: 'isEnabled',
469
484
  defaultValue: false
470
485
  }),
486
+ // Added 2025-07-24
487
+ editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
488
+ productKeys: {
489
+ confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
490
+ },
491
+ param: 'isEnabled',
492
+ defaultValue: false
493
+ }),
471
494
  // Added 2025-07-011
472
495
  cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
473
496
  productKeys: {
@@ -2,6 +2,7 @@
2
2
  // Entry file in package.json
3
3
 
4
4
  import { editorExperimentsConfig } from './experiments-config';
5
+ import { testBooleanOverrides, testMultivariateOverrides } from './exp-test-overrides';
5
6
  export let _overrides = {};
6
7
  export let _paramOverrides = {};
7
8
  export let _product;
@@ -46,6 +47,16 @@ paramOverrides) {
46
47
  }, {});
47
48
  _overrides = groupOverrides;
48
49
  }
50
+ if (product === 'test') {
51
+ // Enforce expectation - file overrides, then global overrides, then default to true for boolean
52
+ // experiments, then last result use the default value
53
+ const testOverrides = Object.fromEntries(Object.entries(editorExperimentsConfig).map(([key, value]) => {
54
+ var _ref, _ref2, _groupOverrides, _groupOverrides2;
55
+ const defaultValue = typeof value.defaultValue === 'boolean' ? true : value.defaultValue;
56
+ return [key, (_ref = (_ref2 = (_groupOverrides = (_groupOverrides2 = groupOverrides) === null || _groupOverrides2 === void 0 ? void 0 : _groupOverrides2[key]) !== null && _groupOverrides !== void 0 ? _groupOverrides : testMultivariateOverrides[key]) !== null && _ref2 !== void 0 ? _ref2 : testBooleanOverrides[key]) !== null && _ref !== void 0 ? _ref : defaultValue];
57
+ }));
58
+ _overrides = testOverrides;
59
+ }
49
60
  _product = product;
50
61
  if (paramOverrides) {
51
62
  _paramOverrides = paramOverrides;
@@ -0,0 +1,63 @@
1
+ export var testMultivariateOverrides = {
2
+ 'example-multivariate': 'one',
3
+ 'platform_editor_ai-prompts-placeholder': 'control',
4
+ platform_editor_ai_proactive_ai_nudge_parameters: 'control',
5
+ platform_editor_controls: 'control',
6
+ confluence_whiteboards_quick_insert_aa: 'control',
7
+ confluence_whiteboards_quick_insert: 'control',
8
+ cc_editor_interactions_trigger_traceufointeraction: 'control',
9
+ platform_editor_insertion: 'control',
10
+ editor_ai_inline_suggestion_date_v2: 'control',
11
+ platform_editor_add_orange_highlight_color: 'control'
12
+ };
13
+ export var testBooleanOverrides = {
14
+ platform_editor_enghealth_table_plugin_lable_rule: false,
15
+ platform_editor_feedback_mandatory_rating: false,
16
+ platform_editor_preview_panel_responsiveness: false,
17
+ platform_editor_renderer_breakout_fix: false,
18
+ platform_editor_toolbar_aifc: false,
19
+ platform_editor_memoized_node_check: false,
20
+ platform_editor_media_card_vc_wrapper_attribute: false,
21
+ platform_editor_block_control_optimise_render: false,
22
+ 'test-new-experiments-package': false,
23
+ support_table_in_comment: false,
24
+ platform_editor_exp_lazy_node_views: false,
25
+ platform_renderer_table_sticky_scrollbar: false,
26
+ platform_editor_controls_performance_fixes: false,
27
+ platform_editor_prevent_toolbar_layout_shifts: false,
28
+ comment_on_bodied_extensions: false,
29
+ advanced_layouts: false,
30
+ single_column_layouts: false,
31
+ support_table_in_comment_jira: false,
32
+ 'nested-tables-in-tables': false,
33
+ platform_editor_ai_unsplash_page_header: false,
34
+ platform_editor_blockquote_in_text_formatting_menu: false,
35
+ platform_editor_advanced_code_blocks: false,
36
+ platform_editor_element_drag_and_drop_multiselect: false,
37
+ platform_editor_ai_edit_response_in_preview: false,
38
+ platform_editor_smart_link_cmd_ctrl_click: false,
39
+ platform_editor_vanilla_dom: false,
40
+ platform_editor_offline_editing_web: false,
41
+ platform_editor_tables_drag_and_drop: false,
42
+ platform_editor_tables_table_selector: false,
43
+ platform_editor_usesharedpluginstateselector: false,
44
+ platform_editor_media_floating_toolbar_early_exit: false,
45
+ platform_renderer_fix_analytics_memo_callback: false,
46
+ platform_editor_stop_width_reflows: false,
47
+ platform_editor_core_static_emotion: false,
48
+ platform_editor_core_static_emotion_non_central: false,
49
+ platform_editor_no_cursor_on_edit_page_init: false,
50
+ 'jira-work-sync-desc-comment-summary': false,
51
+ platform_editor_nodevisibility: false,
52
+ platform_editor_breakout_resizing: false,
53
+ platform_editor_ai_quickstart_command: false,
54
+ platform_editor_toolbar_rerender_optimization_exp: false,
55
+ platform_editor_block_controls_perf_optimization: false,
56
+ platform_editor_enable_single_player_step_merging: false,
57
+ platform_editor_ai_iw_adf_streaming: false,
58
+ platform_editor_ai_remove_trivial_prompts_cc: false,
59
+ platform_editor_find_and_replace_improvements: false,
60
+ cc_editor_ufo_hold_table_till_resize_complete: false,
61
+ platform_editor_toggle_expand_on_match_found: false,
62
+ platform_editor_reduce_noisy_steps_ncs: false
63
+ };
@@ -393,6 +393,14 @@ export var editorExperimentsConfig = {
393
393
  param: 'isEnabled',
394
394
  defaultValue: false
395
395
  }),
396
+ // Added 2025-06-18
397
+ platform_editor_ai_ct_sg_adf_streaming: createBooleanExperiment({
398
+ productKeys: {
399
+ confluence: 'platform_editor_ai_ct_sg_adf_streaming'
400
+ },
401
+ param: 'isEnabled',
402
+ defaultValue: false
403
+ }),
396
404
  // Added 2025-07-07
397
405
  platform_editor_ai_remove_trivial_prompts_cc: createBooleanExperiment({
398
406
  productKeys: {
@@ -452,6 +460,13 @@ export var editorExperimentsConfig = {
452
460
  param: 'isEnabled',
453
461
  defaultValue: false
454
462
  }),
463
+ platform_editor_smart_card_otp: createBooleanExperiment({
464
+ productKeys: {
465
+ confluence: 'platform_editor_smart_card_otp'
466
+ },
467
+ param: 'isEnabled',
468
+ defaultValue: false
469
+ }),
455
470
  // Added 2025-07-15
456
471
  platform_editor_preview_panel_responsiveness: createBooleanExperiment({
457
472
  productKeys: {
@@ -468,6 +483,14 @@ export var editorExperimentsConfig = {
468
483
  param: 'isEnabled',
469
484
  defaultValue: false
470
485
  }),
486
+ // Added 2025-07-24
487
+ editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
488
+ productKeys: {
489
+ confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
490
+ },
491
+ param: 'isEnabled',
492
+ defaultValue: false
493
+ }),
471
494
  // Added 2025-07-011
472
495
  cc_editor_interactions_trigger_traceufointeraction: createMultivariateExperiment({
473
496
  productKeys: {
package/dist/esm/setup.js CHANGED
@@ -6,6 +6,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
6
6
  // Entry file in package.json
7
7
 
8
8
  import { editorExperimentsConfig } from './experiments-config';
9
+ import { testBooleanOverrides, testMultivariateOverrides } from './exp-test-overrides';
9
10
  export var _overrides = {};
10
11
  export var _paramOverrides = {};
11
12
  export var _product;
@@ -50,6 +51,19 @@ paramOverrides) {
50
51
  }, {});
51
52
  _overrides = groupOverrides;
52
53
  }
54
+ if (product === 'test') {
55
+ // Enforce expectation - file overrides, then global overrides, then default to true for boolean
56
+ // experiments, then last result use the default value
57
+ var testOverrides = Object.fromEntries(Object.entries(editorExperimentsConfig).map(function (_ref3) {
58
+ var _ref5, _ref6, _groupOverrides, _groupOverrides2;
59
+ var _ref4 = _slicedToArray(_ref3, 2),
60
+ key = _ref4[0],
61
+ value = _ref4[1];
62
+ var defaultValue = typeof value.defaultValue === 'boolean' ? true : value.defaultValue;
63
+ return [key, (_ref5 = (_ref6 = (_groupOverrides = (_groupOverrides2 = groupOverrides) === null || _groupOverrides2 === void 0 ? void 0 : _groupOverrides2[key]) !== null && _groupOverrides !== void 0 ? _groupOverrides : testMultivariateOverrides[key]) !== null && _ref6 !== void 0 ? _ref6 : testBooleanOverrides[key]) !== null && _ref5 !== void 0 ? _ref5 : defaultValue];
64
+ }));
65
+ _overrides = testOverrides;
66
+ }
53
67
  _product = product;
54
68
  if (paramOverrides) {
55
69
  _paramOverrides = paramOverrides;
@@ -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" | "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_feedback_mandatory_rating" | "platform_editor_toggle_expand_on_match_found" | "platform_editor_preview_panel_responsiveness" | "platform_editor_renderer_breakout_fix" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color" | "platform_editor_toolbar_aifc" | "platform_editor_enghealth_table_plugin_lable_rule">(experimentName: ExperimentName, describeName: string) => {
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_ct_sg_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_feedback_mandatory_rating" | "platform_editor_toggle_expand_on_match_found" | "platform_editor_smart_card_otp" | "platform_editor_preview_panel_responsiveness" | "platform_editor_renderer_breakout_fix" | "editor_enghealth_hyperlink_toolbar_aria_values" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color" | "platform_editor_toolbar_aifc" | "platform_editor_enghealth_table_plugin_lable_rule">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  platform_editor_reduce_noisy_steps_ncs: {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -335,6 +335,12 @@ declare namespace eeTest {
335
335
  productKeys?: import("./types").ProductKeys | undefined;
336
336
  param: string;
337
337
  };
338
+ platform_editor_ai_ct_sg_adf_streaming: {
339
+ typeGuard: typeof import("./type-guards").isBoolean;
340
+ defaultValue: boolean;
341
+ productKeys?: import("./types").ProductKeys | undefined;
342
+ param: string;
343
+ };
338
344
  platform_editor_ai_remove_trivial_prompts_cc: {
339
345
  typeGuard: typeof import("./type-guards").isBoolean;
340
346
  defaultValue: boolean;
@@ -379,6 +385,12 @@ declare namespace eeTest {
379
385
  productKeys?: import("./types").ProductKeys | undefined;
380
386
  param: string;
381
387
  };
388
+ platform_editor_smart_card_otp: {
389
+ typeGuard: typeof import("./type-guards").isBoolean;
390
+ defaultValue: boolean;
391
+ productKeys?: import("./types").ProductKeys | undefined;
392
+ param: string;
393
+ };
382
394
  platform_editor_preview_panel_responsiveness: {
383
395
  typeGuard: typeof import("./type-guards").isBoolean;
384
396
  defaultValue: boolean;
@@ -391,6 +403,12 @@ declare namespace eeTest {
391
403
  productKeys?: import("./types").ProductKeys | undefined;
392
404
  param: string;
393
405
  };
406
+ editor_enghealth_hyperlink_toolbar_aria_values: {
407
+ typeGuard: typeof import("./type-guards").isBoolean;
408
+ defaultValue: boolean;
409
+ productKeys?: import("./types").ProductKeys | undefined;
410
+ param: string;
411
+ };
394
412
  cc_editor_interactions_trigger_traceufointeraction: {
395
413
  values: ("control" | "all_events" | "only_mousedown_event")[];
396
414
  typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
@@ -0,0 +1,12 @@
1
+ import type { EditorExperimentsConfig } from './experiments-config';
2
+ type MultivariateConfig<Value> = Value extends boolean ? false : true;
3
+ type BooleanConfig<Value> = Value extends boolean ? true : false;
4
+ export type EditorExperimentOverridesMultivariate = {
5
+ [K in keyof EditorExperimentsConfig as MultivariateConfig<EditorExperimentsConfig[K]['defaultValue']> extends true ? K : never]: EditorExperimentsConfig[K]['defaultValue'];
6
+ };
7
+ export type EditorExperimentOverridesBoolean = {
8
+ [K in keyof EditorExperimentsConfig as BooleanConfig<EditorExperimentsConfig[K]['defaultValue']> extends true ? K : never]?: EditorExperimentsConfig[K]['defaultValue'];
9
+ };
10
+ export declare const testMultivariateOverrides: EditorExperimentOverridesMultivariate;
11
+ export declare const testBooleanOverrides: EditorExperimentOverridesBoolean;
12
+ export {};
@@ -293,6 +293,12 @@ export declare const editorExperimentsConfig: {
293
293
  productKeys?: import("./types").ProductKeys | undefined;
294
294
  param: string;
295
295
  };
296
+ platform_editor_ai_ct_sg_adf_streaming: {
297
+ typeGuard: typeof import("./type-guards").isBoolean;
298
+ defaultValue: boolean;
299
+ productKeys?: import("./types").ProductKeys | undefined;
300
+ param: string;
301
+ };
296
302
  platform_editor_ai_remove_trivial_prompts_cc: {
297
303
  typeGuard: typeof import("./type-guards").isBoolean;
298
304
  defaultValue: boolean;
@@ -337,6 +343,12 @@ export declare const editorExperimentsConfig: {
337
343
  productKeys?: import("./types").ProductKeys | undefined;
338
344
  param: string;
339
345
  };
346
+ platform_editor_smart_card_otp: {
347
+ typeGuard: typeof import("./type-guards").isBoolean;
348
+ defaultValue: boolean;
349
+ productKeys?: import("./types").ProductKeys | undefined;
350
+ param: string;
351
+ };
340
352
  platform_editor_preview_panel_responsiveness: {
341
353
  typeGuard: typeof import("./type-guards").isBoolean;
342
354
  defaultValue: boolean;
@@ -349,6 +361,12 @@ export declare const editorExperimentsConfig: {
349
361
  productKeys?: import("./types").ProductKeys | undefined;
350
362
  param: string;
351
363
  };
364
+ editor_enghealth_hyperlink_toolbar_aria_values: {
365
+ typeGuard: typeof import("./type-guards").isBoolean;
366
+ defaultValue: boolean;
367
+ productKeys?: import("./types").ProductKeys | undefined;
368
+ param: string;
369
+ };
352
370
  cc_editor_interactions_trigger_traceufointeraction: {
353
371
  values: ("control" | "all_events" | "only_mousedown_event")[];
354
372
  typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
@@ -55,6 +55,7 @@ export declare let _overrides: Partial<{
55
55
  platform_editor_block_controls_perf_optimization: boolean;
56
56
  platform_editor_enable_single_player_step_merging: boolean;
57
57
  platform_editor_ai_iw_adf_streaming: boolean;
58
+ platform_editor_ai_ct_sg_adf_streaming: boolean;
58
59
  platform_editor_ai_remove_trivial_prompts_cc: boolean;
59
60
  confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
60
61
  platform_editor_find_and_replace_improvements: boolean;
@@ -62,8 +63,10 @@ export declare let _overrides: Partial<{
62
63
  cc_editor_ufo_hold_table_till_resize_complete: boolean;
63
64
  platform_editor_feedback_mandatory_rating: boolean;
64
65
  platform_editor_toggle_expand_on_match_found: boolean;
66
+ platform_editor_smart_card_otp: boolean;
65
67
  platform_editor_preview_panel_responsiveness: boolean;
66
68
  platform_editor_renderer_breakout_fix: boolean;
69
+ editor_enghealth_hyperlink_toolbar_aria_values: boolean;
67
70
  cc_editor_interactions_trigger_traceufointeraction: "control" | "all_events" | "only_mousedown_event";
68
71
  platform_editor_add_orange_highlight_color: "test" | "control";
69
72
  platform_editor_toolbar_aifc: boolean;
@@ -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" | "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_feedback_mandatory_rating" | "platform_editor_toggle_expand_on_match_found" | "platform_editor_preview_panel_responsiveness" | "platform_editor_renderer_breakout_fix" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color" | "platform_editor_toolbar_aifc" | "platform_editor_enghealth_table_plugin_lable_rule">(experimentName: ExperimentName, describeName: string) => {
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_ct_sg_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_feedback_mandatory_rating" | "platform_editor_toggle_expand_on_match_found" | "platform_editor_smart_card_otp" | "platform_editor_preview_panel_responsiveness" | "platform_editor_renderer_breakout_fix" | "editor_enghealth_hyperlink_toolbar_aria_values" | "cc_editor_interactions_trigger_traceufointeraction" | "platform_editor_add_orange_highlight_color" | "platform_editor_toolbar_aifc" | "platform_editor_enghealth_table_plugin_lable_rule">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  platform_editor_reduce_noisy_steps_ncs: {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -335,6 +335,12 @@ declare namespace eeTest {
335
335
  productKeys?: import("./types").ProductKeys | undefined;
336
336
  param: string;
337
337
  };
338
+ platform_editor_ai_ct_sg_adf_streaming: {
339
+ typeGuard: typeof import("./type-guards").isBoolean;
340
+ defaultValue: boolean;
341
+ productKeys?: import("./types").ProductKeys | undefined;
342
+ param: string;
343
+ };
338
344
  platform_editor_ai_remove_trivial_prompts_cc: {
339
345
  typeGuard: typeof import("./type-guards").isBoolean;
340
346
  defaultValue: boolean;
@@ -379,6 +385,12 @@ declare namespace eeTest {
379
385
  productKeys?: import("./types").ProductKeys | undefined;
380
386
  param: string;
381
387
  };
388
+ platform_editor_smart_card_otp: {
389
+ typeGuard: typeof import("./type-guards").isBoolean;
390
+ defaultValue: boolean;
391
+ productKeys?: import("./types").ProductKeys | undefined;
392
+ param: string;
393
+ };
382
394
  platform_editor_preview_panel_responsiveness: {
383
395
  typeGuard: typeof import("./type-guards").isBoolean;
384
396
  defaultValue: boolean;
@@ -391,6 +403,12 @@ declare namespace eeTest {
391
403
  productKeys?: import("./types").ProductKeys | undefined;
392
404
  param: string;
393
405
  };
406
+ editor_enghealth_hyperlink_toolbar_aria_values: {
407
+ typeGuard: typeof import("./type-guards").isBoolean;
408
+ defaultValue: boolean;
409
+ productKeys?: import("./types").ProductKeys | undefined;
410
+ param: string;
411
+ };
394
412
  cc_editor_interactions_trigger_traceufointeraction: {
395
413
  values: ("control" | "all_events" | "only_mousedown_event")[];
396
414
  typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
@@ -0,0 +1,12 @@
1
+ import type { EditorExperimentsConfig } from './experiments-config';
2
+ type MultivariateConfig<Value> = Value extends boolean ? false : true;
3
+ type BooleanConfig<Value> = Value extends boolean ? true : false;
4
+ export type EditorExperimentOverridesMultivariate = {
5
+ [K in keyof EditorExperimentsConfig as MultivariateConfig<EditorExperimentsConfig[K]['defaultValue']> extends true ? K : never]: EditorExperimentsConfig[K]['defaultValue'];
6
+ };
7
+ export type EditorExperimentOverridesBoolean = {
8
+ [K in keyof EditorExperimentsConfig as BooleanConfig<EditorExperimentsConfig[K]['defaultValue']> extends true ? K : never]?: EditorExperimentsConfig[K]['defaultValue'];
9
+ };
10
+ export declare const testMultivariateOverrides: EditorExperimentOverridesMultivariate;
11
+ export declare const testBooleanOverrides: EditorExperimentOverridesBoolean;
12
+ export {};
@@ -293,6 +293,12 @@ export declare const editorExperimentsConfig: {
293
293
  productKeys?: import("./types").ProductKeys | undefined;
294
294
  param: string;
295
295
  };
296
+ platform_editor_ai_ct_sg_adf_streaming: {
297
+ typeGuard: typeof import("./type-guards").isBoolean;
298
+ defaultValue: boolean;
299
+ productKeys?: import("./types").ProductKeys | undefined;
300
+ param: string;
301
+ };
296
302
  platform_editor_ai_remove_trivial_prompts_cc: {
297
303
  typeGuard: typeof import("./type-guards").isBoolean;
298
304
  defaultValue: boolean;
@@ -337,6 +343,12 @@ export declare const editorExperimentsConfig: {
337
343
  productKeys?: import("./types").ProductKeys | undefined;
338
344
  param: string;
339
345
  };
346
+ platform_editor_smart_card_otp: {
347
+ typeGuard: typeof import("./type-guards").isBoolean;
348
+ defaultValue: boolean;
349
+ productKeys?: import("./types").ProductKeys | undefined;
350
+ param: string;
351
+ };
340
352
  platform_editor_preview_panel_responsiveness: {
341
353
  typeGuard: typeof import("./type-guards").isBoolean;
342
354
  defaultValue: boolean;
@@ -349,6 +361,12 @@ export declare const editorExperimentsConfig: {
349
361
  productKeys?: import("./types").ProductKeys | undefined;
350
362
  param: string;
351
363
  };
364
+ editor_enghealth_hyperlink_toolbar_aria_values: {
365
+ typeGuard: typeof import("./type-guards").isBoolean;
366
+ defaultValue: boolean;
367
+ productKeys?: import("./types").ProductKeys | undefined;
368
+ param: string;
369
+ };
352
370
  cc_editor_interactions_trigger_traceufointeraction: {
353
371
  values: ("control" | "all_events" | "only_mousedown_event")[];
354
372
  typeGuard: (value: unknown) => value is "control" | "all_events" | "only_mousedown_event";
@@ -55,6 +55,7 @@ export declare let _overrides: Partial<{
55
55
  platform_editor_block_controls_perf_optimization: boolean;
56
56
  platform_editor_enable_single_player_step_merging: boolean;
57
57
  platform_editor_ai_iw_adf_streaming: boolean;
58
+ platform_editor_ai_ct_sg_adf_streaming: boolean;
58
59
  platform_editor_ai_remove_trivial_prompts_cc: boolean;
59
60
  confluence_whiteboards_quick_insert_aa: "control" | "test_blank" | "test_diagram";
60
61
  platform_editor_find_and_replace_improvements: boolean;
@@ -62,8 +63,10 @@ export declare let _overrides: Partial<{
62
63
  cc_editor_ufo_hold_table_till_resize_complete: boolean;
63
64
  platform_editor_feedback_mandatory_rating: boolean;
64
65
  platform_editor_toggle_expand_on_match_found: boolean;
66
+ platform_editor_smart_card_otp: boolean;
65
67
  platform_editor_preview_panel_responsiveness: boolean;
66
68
  platform_editor_renderer_breakout_fix: boolean;
69
+ editor_enghealth_hyperlink_toolbar_aria_values: boolean;
67
70
  cc_editor_interactions_trigger_traceufointeraction: "control" | "all_events" | "only_mousedown_event";
68
71
  platform_editor_add_orange_highlight_color: "test" | "control";
69
72
  platform_editor_toolbar_aifc: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "9.11.0",
3
+ "version": "9.13.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",