@atlaskit/tmp-editor-statsig 2.23.0 → 2.25.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#169428](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/169428)
8
+ [`ded743b539788`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ded743b539788) -
9
+ [ux] ED-25865 auto expand selection to include inline node
10
+
11
+ ## 2.24.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#176242](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176242)
16
+ [`15cf55160272d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15cf55160272d) -
17
+ [ux] EDF-2088 - Release additional prompts under FG platform_editor_ai_release_additional_prompts,
18
+ release make shorter, rephrase, convert to table and convert to list, don't release add
19
+ introduction and add conclusion
20
+
3
21
  ## 2.23.0
4
22
 
5
23
  ### Minor Changes
@@ -383,5 +383,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
383
383
  param: 'isEnabled',
384
384
  typeGuard: _typeGuards.isBoolean,
385
385
  defaultValue: false
386
+ },
387
+ expand_selection_range_to_include_inline_node: {
388
+ productKeys: {
389
+ confluence: 'expand_selection_range_to_include_inline_node'
390
+ },
391
+ param: 'isEnabled',
392
+ typeGuard: _typeGuards.isBoolean,
393
+ defaultValue: false
386
394
  }
387
395
  };
@@ -377,5 +377,13 @@ export const editorExperimentsConfig = {
377
377
  param: 'isEnabled',
378
378
  typeGuard: isBoolean,
379
379
  defaultValue: false
380
+ },
381
+ expand_selection_range_to_include_inline_node: {
382
+ productKeys: {
383
+ confluence: 'expand_selection_range_to_include_inline_node'
384
+ },
385
+ param: 'isEnabled',
386
+ typeGuard: isBoolean,
387
+ defaultValue: false
380
388
  }
381
389
  };
@@ -377,5 +377,13 @@ export var editorExperimentsConfig = {
377
377
  param: 'isEnabled',
378
378
  typeGuard: isBoolean,
379
379
  defaultValue: false
380
+ },
381
+ expand_selection_range_to_include_inline_node: {
382
+ productKeys: {
383
+ confluence: 'expand_selection_range_to_include_inline_node'
384
+ },
385
+ param: 'isEnabled',
386
+ typeGuard: isBoolean,
387
+ defaultValue: false
380
388
  }
381
389
  };
@@ -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 "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_editor_ai_ai_button_block_elements" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "platform_editor_ai_additional_editor_prompts" | "comment_on_bodied_extensions" | "optimised-apply-dnd" | "platform_editor_ai_1p_placeholder_hints" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "platform_editor_ai_prompt_link_picker" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_editor_ai_ai_button_block_elements" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "platform_editor_ai_additional_editor_prompts" | "comment_on_bodied_extensions" | "optimised-apply-dnd" | "platform_editor_ai_1p_placeholder_hints" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "platform_editor_ai_prompt_link_picker" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -368,6 +368,14 @@ declare namespace eeTest {
368
368
  typeGuard: typeof import("./type-guards").isBoolean;
369
369
  defaultValue: boolean;
370
370
  };
371
+ expand_selection_range_to_include_inline_node: {
372
+ productKeys: {
373
+ confluence: string;
374
+ };
375
+ param: string;
376
+ typeGuard: typeof import("./type-guards").isBoolean;
377
+ defaultValue: boolean;
378
+ };
371
379
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
372
380
  each: (describeBody: jest.EmptyFunction) => void;
373
381
  };
@@ -327,4 +327,12 @@ export declare const editorExperimentsConfig: {
327
327
  typeGuard: typeof isBoolean;
328
328
  defaultValue: boolean;
329
329
  };
330
+ expand_selection_range_to_include_inline_node: {
331
+ productKeys: {
332
+ confluence: string;
333
+ };
334
+ param: string;
335
+ typeGuard: typeof isBoolean;
336
+ defaultValue: boolean;
337
+ };
330
338
  };
@@ -43,6 +43,7 @@ export declare let _overrides: Partial<{
43
43
  platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
44
44
  platform_editor_ai_draft_with_ai: boolean;
45
45
  platform_editor_ai_unsplash_page_header: boolean;
46
+ expand_selection_range_to_include_inline_node: boolean;
46
47
  }>;
47
48
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
48
49
  /**
@@ -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 "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_editor_ai_ai_button_block_elements" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "platform_editor_ai_additional_editor_prompts" | "comment_on_bodied_extensions" | "optimised-apply-dnd" | "platform_editor_ai_1p_placeholder_hints" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "platform_editor_ai_prompt_link_picker" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_editor_ai_ai_button_block_elements" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "platform_editor_ai_additional_editor_prompts" | "comment_on_bodied_extensions" | "optimised-apply-dnd" | "platform_editor_ai_1p_placeholder_hints" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "platform_editor_ai_prompt_link_picker" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -368,6 +368,14 @@ declare namespace eeTest {
368
368
  typeGuard: typeof import("./type-guards").isBoolean;
369
369
  defaultValue: boolean;
370
370
  };
371
+ expand_selection_range_to_include_inline_node: {
372
+ productKeys: {
373
+ confluence: string;
374
+ };
375
+ param: string;
376
+ typeGuard: typeof import("./type-guards").isBoolean;
377
+ defaultValue: boolean;
378
+ };
371
379
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
372
380
  each: (describeBody: jest.EmptyFunction) => void;
373
381
  };
@@ -327,4 +327,12 @@ export declare const editorExperimentsConfig: {
327
327
  typeGuard: typeof isBoolean;
328
328
  defaultValue: boolean;
329
329
  };
330
+ expand_selection_range_to_include_inline_node: {
331
+ productKeys: {
332
+ confluence: string;
333
+ };
334
+ param: string;
335
+ typeGuard: typeof isBoolean;
336
+ defaultValue: boolean;
337
+ };
330
338
  };
@@ -43,6 +43,7 @@ export declare let _overrides: Partial<{
43
43
  platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
44
44
  platform_editor_ai_draft_with_ai: boolean;
45
45
  platform_editor_ai_unsplash_page_header: boolean;
46
+ expand_selection_range_to_include_inline_node: boolean;
46
47
  }>;
47
48
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
48
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.23.0",
3
+ "version": "2.25.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",