@atlaskit/tmp-editor-statsig 2.31.0 → 2.32.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.32.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#100022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100022)
8
+ [`0010534ce6037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0010534ce6037) -
9
+ [https://product-fabric.atlassian.net/browse/EDF-2058](EDF-2058) - cleanup
10
+ platform_editor_ai_knowledge_from_current_page Statsig experiment
11
+
3
12
  ## 2.31.0
4
13
 
5
14
  ### Minor Changes
@@ -328,15 +328,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
328
328
  typeGuard: _typeGuards.isBoolean,
329
329
  defaultValue: false
330
330
  },
331
- // Added 2024-12-03
332
- platform_editor_ai_knowledge_from_current_page: {
333
- productKeys: {
334
- confluence: 'platform_editor_ai_knowledge_from_current_page'
335
- },
336
- param: 'isEnabled',
337
- typeGuard: _typeGuards.isBoolean,
338
- defaultValue: false
339
- },
340
331
  // Added 2024-12-05
341
332
  platform_editor_blockquote_in_text_formatting_menu: {
342
333
  productKeys: {
@@ -322,15 +322,6 @@ export const editorExperimentsConfig = {
322
322
  typeGuard: isBoolean,
323
323
  defaultValue: false
324
324
  },
325
- // Added 2024-12-03
326
- platform_editor_ai_knowledge_from_current_page: {
327
- productKeys: {
328
- confluence: 'platform_editor_ai_knowledge_from_current_page'
329
- },
330
- param: 'isEnabled',
331
- typeGuard: isBoolean,
332
- defaultValue: false
333
- },
334
325
  // Added 2024-12-05
335
326
  platform_editor_blockquote_in_text_formatting_menu: {
336
327
  productKeys: {
@@ -322,15 +322,6 @@ export var editorExperimentsConfig = {
322
322
  typeGuard: isBoolean,
323
323
  defaultValue: false
324
324
  },
325
- // Added 2024-12-03
326
- platform_editor_ai_knowledge_from_current_page: {
327
- productKeys: {
328
- confluence: 'platform_editor_ai_knowledge_from_current_page'
329
- },
330
- param: 'isEnabled',
331
- typeGuard: isBoolean,
332
- defaultValue: false
333
- },
334
325
  // Added 2024-12-05
335
326
  platform_editor_blockquote_in_text_formatting_menu: {
336
327
  productKeys: {
@@ -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_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-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "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_ai_knowledge_from_current_page" | "platform_editor_blockquote_in_text_formatting_menu">(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_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-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "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">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -320,14 +320,6 @@ declare namespace eeTest {
320
320
  typeGuard: typeof import("./type-guards").isBoolean;
321
321
  defaultValue: boolean;
322
322
  };
323
- platform_editor_ai_knowledge_from_current_page: {
324
- productKeys: {
325
- confluence: string;
326
- };
327
- param: string;
328
- typeGuard: typeof import("./type-guards").isBoolean;
329
- defaultValue: boolean;
330
- };
331
323
  platform_editor_blockquote_in_text_formatting_menu: {
332
324
  productKeys: {
333
325
  confluence: string;
@@ -279,14 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  typeGuard: typeof isBoolean;
280
280
  defaultValue: boolean;
281
281
  };
282
- platform_editor_ai_knowledge_from_current_page: {
283
- productKeys: {
284
- confluence: string;
285
- };
286
- param: string;
287
- typeGuard: typeof isBoolean;
288
- defaultValue: boolean;
289
- };
290
282
  platform_editor_blockquote_in_text_formatting_menu: {
291
283
  productKeys: {
292
284
  confluence: string;
@@ -37,7 +37,6 @@ export declare let _overrides: Partial<{
37
37
  platform_editor_ai_draft_with_ai: boolean;
38
38
  platform_editor_ai_unsplash_page_header: boolean;
39
39
  expand_selection_range_to_include_inline_node: boolean;
40
- platform_editor_ai_knowledge_from_current_page: boolean;
41
40
  platform_editor_blockquote_in_text_formatting_menu: boolean;
42
41
  }>;
43
42
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
@@ -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_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-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "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_ai_knowledge_from_current_page" | "platform_editor_blockquote_in_text_formatting_menu">(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_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-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "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">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -320,14 +320,6 @@ declare namespace eeTest {
320
320
  typeGuard: typeof import("./type-guards").isBoolean;
321
321
  defaultValue: boolean;
322
322
  };
323
- platform_editor_ai_knowledge_from_current_page: {
324
- productKeys: {
325
- confluence: string;
326
- };
327
- param: string;
328
- typeGuard: typeof import("./type-guards").isBoolean;
329
- defaultValue: boolean;
330
- };
331
323
  platform_editor_blockquote_in_text_formatting_menu: {
332
324
  productKeys: {
333
325
  confluence: string;
@@ -279,14 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  typeGuard: typeof isBoolean;
280
280
  defaultValue: boolean;
281
281
  };
282
- platform_editor_ai_knowledge_from_current_page: {
283
- productKeys: {
284
- confluence: string;
285
- };
286
- param: string;
287
- typeGuard: typeof isBoolean;
288
- defaultValue: boolean;
289
- };
290
282
  platform_editor_blockquote_in_text_formatting_menu: {
291
283
  productKeys: {
292
284
  confluence: string;
@@ -37,7 +37,6 @@ export declare let _overrides: Partial<{
37
37
  platform_editor_ai_draft_with_ai: boolean;
38
38
  platform_editor_ai_unsplash_page_header: boolean;
39
39
  expand_selection_range_to_include_inline_node: boolean;
40
- platform_editor_ai_knowledge_from_current_page: boolean;
41
40
  platform_editor_blockquote_in_text_formatting_menu: boolean;
42
41
  }>;
43
42
  export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.31.0",
3
+ "version": "2.32.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",