@atlaskit/tmp-editor-statsig 2.34.0 → 2.35.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,13 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.35.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#102564](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102564)
8
+ [`ddd5f55e9bef4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ddd5f55e9bef4) -
9
+ Add multi-select experiment
10
+
3
11
  ## 2.34.0
4
12
 
5
13
  ### Minor Changes
@@ -300,5 +300,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
300
300
  param: 'isEnabled',
301
301
  typeGuard: _typeGuards.isBoolean,
302
302
  defaultValue: false
303
+ },
304
+ // Added 2025-01-13
305
+ platform_editor_element_drag_and_drop_multiselect: {
306
+ productKeys: {
307
+ confluence: 'platform_editor_element_drag_and_drop_multiselect'
308
+ },
309
+ param: 'isEnabled',
310
+ typeGuard: _typeGuards.isBoolean,
311
+ defaultValue: false
303
312
  }
304
313
  };
@@ -294,5 +294,14 @@ export const editorExperimentsConfig = {
294
294
  param: 'isEnabled',
295
295
  typeGuard: isBoolean,
296
296
  defaultValue: false
297
+ },
298
+ // Added 2025-01-13
299
+ platform_editor_element_drag_and_drop_multiselect: {
300
+ productKeys: {
301
+ confluence: 'platform_editor_element_drag_and_drop_multiselect'
302
+ },
303
+ param: 'isEnabled',
304
+ typeGuard: isBoolean,
305
+ defaultValue: false
297
306
  }
298
307
  };
@@ -294,5 +294,14 @@ export var editorExperimentsConfig = {
294
294
  param: 'isEnabled',
295
295
  typeGuard: isBoolean,
296
296
  defaultValue: false
297
+ },
298
+ // Added 2025-01-13
299
+ platform_editor_element_drag_and_drop_multiselect: {
300
+ productKeys: {
301
+ confluence: 'platform_editor_element_drag_and_drop_multiselect'
302
+ },
303
+ param: 'isEnabled',
304
+ typeGuard: isBoolean,
305
+ defaultValue: false
297
306
  }
298
307
  };
@@ -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" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "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" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "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" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "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" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "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" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -296,6 +296,14 @@ declare namespace eeTest {
296
296
  typeGuard: typeof import("./type-guards").isBoolean;
297
297
  defaultValue: boolean;
298
298
  };
299
+ platform_editor_element_drag_and_drop_multiselect: {
300
+ productKeys: {
301
+ confluence: string;
302
+ };
303
+ param: string;
304
+ typeGuard: typeof import("./type-guards").isBoolean;
305
+ defaultValue: boolean;
306
+ };
299
307
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
300
308
  each: (describeBody: jest.EmptyFunction) => void;
301
309
  };
@@ -255,4 +255,12 @@ export declare const editorExperimentsConfig: {
255
255
  typeGuard: typeof isBoolean;
256
256
  defaultValue: boolean;
257
257
  };
258
+ platform_editor_element_drag_and_drop_multiselect: {
259
+ productKeys: {
260
+ confluence: string;
261
+ };
262
+ param: string;
263
+ typeGuard: typeof isBoolean;
264
+ defaultValue: boolean;
265
+ };
258
266
  };
@@ -34,6 +34,7 @@ export declare let _overrides: Partial<{
34
34
  expand_selection_range_to_include_inline_node: boolean;
35
35
  platform_editor_blockquote_in_text_formatting_menu: boolean;
36
36
  platform_editor_advanced_code_blocks: boolean;
37
+ platform_editor_element_drag_and_drop_multiselect: boolean;
37
38
  }>;
38
39
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
39
40
  /**
@@ -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" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "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" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "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" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "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" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "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" | "platform_editor_blockquote_in_text_formatting_menu" | "platform_editor_advanced_code_blocks" | "platform_editor_element_drag_and_drop_multiselect">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -296,6 +296,14 @@ declare namespace eeTest {
296
296
  typeGuard: typeof import("./type-guards").isBoolean;
297
297
  defaultValue: boolean;
298
298
  };
299
+ platform_editor_element_drag_and_drop_multiselect: {
300
+ productKeys: {
301
+ confluence: string;
302
+ };
303
+ param: string;
304
+ typeGuard: typeof import("./type-guards").isBoolean;
305
+ defaultValue: boolean;
306
+ };
299
307
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
300
308
  each: (describeBody: jest.EmptyFunction) => void;
301
309
  };
@@ -255,4 +255,12 @@ export declare const editorExperimentsConfig: {
255
255
  typeGuard: typeof isBoolean;
256
256
  defaultValue: boolean;
257
257
  };
258
+ platform_editor_element_drag_and_drop_multiselect: {
259
+ productKeys: {
260
+ confluence: string;
261
+ };
262
+ param: string;
263
+ typeGuard: typeof isBoolean;
264
+ defaultValue: boolean;
265
+ };
258
266
  };
@@ -34,6 +34,7 @@ export declare let _overrides: Partial<{
34
34
  expand_selection_range_to_include_inline_node: boolean;
35
35
  platform_editor_blockquote_in_text_formatting_menu: boolean;
36
36
  platform_editor_advanced_code_blocks: boolean;
37
+ platform_editor_element_drag_and_drop_multiselect: boolean;
37
38
  }>;
38
39
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
39
40
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.34.0",
3
+ "version": "2.35.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",