@atlaskit/tmp-editor-statsig 2.15.0 → 2.16.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#163468](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/163468)
8
+ [`dd36c12324efd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dd36c12324efd) -
9
+ JIV-19284 Allow setting task placeholder and quick insert action description for Editor tasks and
10
+ decisions plugin
11
+
3
12
  ## 2.15.0
4
13
 
5
14
  ### Minor Changes
@@ -346,5 +346,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
346
346
  param: 'isEnabled',
347
347
  typeGuard: _typeGuards.isBoolean,
348
348
  defaultValue: false
349
+ },
350
+ // Added 2024-11-13
351
+ issue_view_action_items: {
352
+ productKeys: {
353
+ jira: 'issue_view_action_items'
354
+ },
355
+ param: 'isActionItemsEnabled',
356
+ typeGuard: _typeGuards.isBoolean,
357
+ defaultValue: false
349
358
  }
350
359
  };
@@ -340,5 +340,14 @@ export const editorExperimentsConfig = {
340
340
  param: 'isEnabled',
341
341
  typeGuard: isBoolean,
342
342
  defaultValue: false
343
+ },
344
+ // Added 2024-11-13
345
+ issue_view_action_items: {
346
+ productKeys: {
347
+ jira: 'issue_view_action_items'
348
+ },
349
+ param: 'isActionItemsEnabled',
350
+ typeGuard: isBoolean,
351
+ defaultValue: false
343
352
  }
344
353
  };
@@ -340,5 +340,14 @@ export var editorExperimentsConfig = {
340
340
  param: 'isEnabled',
341
341
  typeGuard: isBoolean,
342
342
  defaultValue: false
343
+ },
344
+ // Added 2024-11-13
345
+ issue_view_action_items: {
346
+ productKeys: {
347
+ jira: 'issue_view_action_items'
348
+ },
349
+ param: 'isActionItemsEnabled',
350
+ typeGuard: isBoolean,
351
+ defaultValue: false
343
352
  }
344
353
  };
@@ -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_ai_command_palette_post_ga" | "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" | "platform_editor_live_pages_ai_definitions" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "editor_ai_-_proactive_ai_spelling_and_grammar" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history">(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_ai_command_palette_post_ga" | "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" | "platform_editor_live_pages_ai_definitions" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "editor_ai_-_proactive_ai_spelling_and_grammar" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -336,6 +336,14 @@ declare namespace eeTest {
336
336
  typeGuard: typeof import("./type-guards").isBoolean;
337
337
  defaultValue: boolean;
338
338
  };
339
+ issue_view_action_items: {
340
+ productKeys: {
341
+ jira: string;
342
+ };
343
+ param: string;
344
+ typeGuard: typeof import("./type-guards").isBoolean;
345
+ defaultValue: boolean;
346
+ };
339
347
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
340
348
  each: (describeBody: jest.EmptyFunction) => void;
341
349
  };
@@ -295,4 +295,12 @@ export declare const editorExperimentsConfig: {
295
295
  typeGuard: typeof isBoolean;
296
296
  defaultValue: boolean;
297
297
  };
298
+ issue_view_action_items: {
299
+ productKeys: {
300
+ jira: string;
301
+ };
302
+ param: string;
303
+ typeGuard: typeof isBoolean;
304
+ defaultValue: boolean;
305
+ };
298
306
  };
@@ -39,6 +39,7 @@ export declare let _overrides: Partial<{
39
39
  'nested-tables-in-tables': boolean;
40
40
  platform_editor_ai_change_tone_floating_toolbar: boolean;
41
41
  platform_editor_ai_response_history: boolean;
42
+ issue_view_action_items: boolean;
42
43
  }>;
43
44
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
44
45
  /**
@@ -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_ai_command_palette_post_ga" | "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" | "platform_editor_live_pages_ai_definitions" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "editor_ai_-_proactive_ai_spelling_and_grammar" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history">(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_ai_command_palette_post_ga" | "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" | "platform_editor_live_pages_ai_definitions" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai_refine_response_button" | "editor_ai_-_proactive_ai_spelling_and_grammar" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "platform_editor_ai_facepile" | "nested-tables-in-tables" | "platform_editor_ai_change_tone_floating_toolbar" | "platform_editor_ai_response_history" | "issue_view_action_items">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -336,6 +336,14 @@ declare namespace eeTest {
336
336
  typeGuard: typeof import("./type-guards").isBoolean;
337
337
  defaultValue: boolean;
338
338
  };
339
+ issue_view_action_items: {
340
+ productKeys: {
341
+ jira: string;
342
+ };
343
+ param: string;
344
+ typeGuard: typeof import("./type-guards").isBoolean;
345
+ defaultValue: boolean;
346
+ };
339
347
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
340
348
  each: (describeBody: jest.EmptyFunction) => void;
341
349
  };
@@ -295,4 +295,12 @@ export declare const editorExperimentsConfig: {
295
295
  typeGuard: typeof isBoolean;
296
296
  defaultValue: boolean;
297
297
  };
298
+ issue_view_action_items: {
299
+ productKeys: {
300
+ jira: string;
301
+ };
302
+ param: string;
303
+ typeGuard: typeof isBoolean;
304
+ defaultValue: boolean;
305
+ };
298
306
  };
@@ -39,6 +39,7 @@ export declare let _overrides: Partial<{
39
39
  'nested-tables-in-tables': boolean;
40
40
  platform_editor_ai_change_tone_floating_toolbar: boolean;
41
41
  platform_editor_ai_response_history: boolean;
42
+ issue_view_action_items: boolean;
42
43
  }>;
43
44
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
44
45
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.15.0",
3
+ "version": "2.16.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",