@atlaskit/tmp-editor-statsig 2.27.1 → 2.28.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.28.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#180067](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/180067)
8
+ [`fdee6c449ca83`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fdee6c449ca83) -
9
+ [ux] Adding block quote as an option to the text formatting menu for full page editors
10
+
3
11
  ## 2.27.1
4
12
 
5
13
  ### Patch Changes
@@ -373,5 +373,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
373
373
  param: 'isEnabled',
374
374
  typeGuard: _typeGuards.isBoolean,
375
375
  defaultValue: false
376
+ },
377
+ // Added 2024-12-05
378
+ platform_editor_blockquote_in_text_formatting_menu: {
379
+ productKeys: {
380
+ confluence: 'platform_editor_blockquote_in_text_formatting_menu'
381
+ },
382
+ param: 'isEnabled',
383
+ typeGuard: _typeGuards.isBoolean,
384
+ defaultValue: false
376
385
  }
377
386
  };
@@ -367,5 +367,14 @@ export const editorExperimentsConfig = {
367
367
  param: 'isEnabled',
368
368
  typeGuard: isBoolean,
369
369
  defaultValue: false
370
+ },
371
+ // Added 2024-12-05
372
+ platform_editor_blockquote_in_text_formatting_menu: {
373
+ productKeys: {
374
+ confluence: 'platform_editor_blockquote_in_text_formatting_menu'
375
+ },
376
+ param: 'isEnabled',
377
+ typeGuard: isBoolean,
378
+ defaultValue: false
370
379
  }
371
380
  };
@@ -367,5 +367,14 @@ export var editorExperimentsConfig = {
367
367
  param: 'isEnabled',
368
368
  typeGuard: isBoolean,
369
369
  defaultValue: false
370
+ },
371
+ // Added 2024-12-05
372
+ platform_editor_blockquote_in_text_formatting_menu: {
373
+ productKeys: {
374
+ confluence: 'platform_editor_blockquote_in_text_formatting_menu'
375
+ },
376
+ param: 'isEnabled',
377
+ typeGuard: isBoolean,
378
+ defaultValue: false
370
379
  }
371
380
  };
@@ -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" | "comment_on_bodied_extensions" | "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" | "platform_editor_ai_knowledge_from_current_page">(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" | "comment_on_bodied_extensions" | "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" | "platform_editor_ai_knowledge_from_current_page" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -360,6 +360,14 @@ declare namespace eeTest {
360
360
  typeGuard: typeof import("./type-guards").isBoolean;
361
361
  defaultValue: boolean;
362
362
  };
363
+ platform_editor_blockquote_in_text_formatting_menu: {
364
+ productKeys: {
365
+ confluence: string;
366
+ };
367
+ param: string;
368
+ typeGuard: typeof import("./type-guards").isBoolean;
369
+ defaultValue: boolean;
370
+ };
363
371
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
364
372
  each: (describeBody: jest.EmptyFunction) => void;
365
373
  };
@@ -319,4 +319,12 @@ export declare const editorExperimentsConfig: {
319
319
  typeGuard: typeof isBoolean;
320
320
  defaultValue: boolean;
321
321
  };
322
+ platform_editor_blockquote_in_text_formatting_menu: {
323
+ productKeys: {
324
+ confluence: string;
325
+ };
326
+ param: string;
327
+ typeGuard: typeof isBoolean;
328
+ defaultValue: boolean;
329
+ };
322
330
  };
@@ -42,6 +42,7 @@ export declare let _overrides: Partial<{
42
42
  platform_editor_ai_unsplash_page_header: boolean;
43
43
  expand_selection_range_to_include_inline_node: boolean;
44
44
  platform_editor_ai_knowledge_from_current_page: boolean;
45
+ platform_editor_blockquote_in_text_formatting_menu: boolean;
45
46
  }>;
46
47
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
47
48
  /**
@@ -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" | "comment_on_bodied_extensions" | "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" | "platform_editor_ai_knowledge_from_current_page">(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" | "comment_on_bodied_extensions" | "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" | "platform_editor_ai_knowledge_from_current_page" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -360,6 +360,14 @@ declare namespace eeTest {
360
360
  typeGuard: typeof import("./type-guards").isBoolean;
361
361
  defaultValue: boolean;
362
362
  };
363
+ platform_editor_blockquote_in_text_formatting_menu: {
364
+ productKeys: {
365
+ confluence: string;
366
+ };
367
+ param: string;
368
+ typeGuard: typeof import("./type-guards").isBoolean;
369
+ defaultValue: boolean;
370
+ };
363
371
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
364
372
  each: (describeBody: jest.EmptyFunction) => void;
365
373
  };
@@ -319,4 +319,12 @@ export declare const editorExperimentsConfig: {
319
319
  typeGuard: typeof isBoolean;
320
320
  defaultValue: boolean;
321
321
  };
322
+ platform_editor_blockquote_in_text_formatting_menu: {
323
+ productKeys: {
324
+ confluence: string;
325
+ };
326
+ param: string;
327
+ typeGuard: typeof isBoolean;
328
+ defaultValue: boolean;
329
+ };
322
330
  };
@@ -42,6 +42,7 @@ export declare let _overrides: Partial<{
42
42
  platform_editor_ai_unsplash_page_header: boolean;
43
43
  expand_selection_range_to_include_inline_node: boolean;
44
44
  platform_editor_ai_knowledge_from_current_page: boolean;
45
+ platform_editor_blockquote_in_text_formatting_menu: boolean;
45
46
  }>;
46
47
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
47
48
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.27.1",
3
+ "version": "2.28.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",