@atlaskit/tmp-editor-statsig 2.36.0 → 2.38.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,22 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 2.38.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#103433](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103433)
8
+ [`2ea2995145fa4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ea2995145fa4) -
9
+ [ux] [https://product-fabric.atlassian.net/browse/EDF-2219] - add Advanced Prompt option into the
10
+ Editor AI Command Palette
11
+
12
+ ## 2.37.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#103091](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103091)
17
+ [`eeb701b917e68`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eeb701b917e68) -
18
+ EDF-1645: Clean up Draft with AI prefill prompts
19
+
3
20
  ## 2.36.0
4
21
 
5
22
  ### Minor Changes
@@ -249,19 +249,19 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
249
249
  typeGuard: _typeGuards.isBoolean,
250
250
  defaultValue: false
251
251
  },
252
- // Added 2024-11-21
253
- platform_editor_ai_draft_with_ai: {
252
+ // Added 2024-11-26
253
+ platform_editor_ai_unsplash_page_header: {
254
254
  productKeys: {
255
- confluence: 'platform_editor_ai_draft_with_ai'
255
+ confluence: 'platform_editor_ai_unsplash_page_header'
256
256
  },
257
257
  param: 'isEnabled',
258
258
  typeGuard: _typeGuards.isBoolean,
259
259
  defaultValue: false
260
260
  },
261
- // Added 2024-11-26
262
- platform_editor_ai_unsplash_page_header: {
261
+ // Added 2025-01-15
262
+ platform_editor_ai_advanced_prompts: {
263
263
  productKeys: {
264
- confluence: 'platform_editor_ai_unsplash_page_header'
264
+ confluence: 'platform_editor_ai_advanced_prompts'
265
265
  },
266
266
  param: 'isEnabled',
267
267
  typeGuard: _typeGuards.isBoolean,
@@ -243,19 +243,19 @@ export const editorExperimentsConfig = {
243
243
  typeGuard: isBoolean,
244
244
  defaultValue: false
245
245
  },
246
- // Added 2024-11-21
247
- platform_editor_ai_draft_with_ai: {
246
+ // Added 2024-11-26
247
+ platform_editor_ai_unsplash_page_header: {
248
248
  productKeys: {
249
- confluence: 'platform_editor_ai_draft_with_ai'
249
+ confluence: 'platform_editor_ai_unsplash_page_header'
250
250
  },
251
251
  param: 'isEnabled',
252
252
  typeGuard: isBoolean,
253
253
  defaultValue: false
254
254
  },
255
- // Added 2024-11-26
256
- platform_editor_ai_unsplash_page_header: {
255
+ // Added 2025-01-15
256
+ platform_editor_ai_advanced_prompts: {
257
257
  productKeys: {
258
- confluence: 'platform_editor_ai_unsplash_page_header'
258
+ confluence: 'platform_editor_ai_advanced_prompts'
259
259
  },
260
260
  param: 'isEnabled',
261
261
  typeGuard: isBoolean,
@@ -243,19 +243,19 @@ export var editorExperimentsConfig = {
243
243
  typeGuard: isBoolean,
244
244
  defaultValue: false
245
245
  },
246
- // Added 2024-11-21
247
- platform_editor_ai_draft_with_ai: {
246
+ // Added 2024-11-26
247
+ platform_editor_ai_unsplash_page_header: {
248
248
  productKeys: {
249
- confluence: 'platform_editor_ai_draft_with_ai'
249
+ confluence: 'platform_editor_ai_unsplash_page_header'
250
250
  },
251
251
  param: 'isEnabled',
252
252
  typeGuard: isBoolean,
253
253
  defaultValue: false
254
254
  },
255
- // Added 2024-11-26
256
- platform_editor_ai_unsplash_page_header: {
255
+ // Added 2025-01-15
256
+ platform_editor_ai_advanced_prompts: {
257
257
  productKeys: {
258
- confluence: 'platform_editor_ai_unsplash_page_header'
258
+ confluence: 'platform_editor_ai_advanced_prompts'
259
259
  },
260
260
  param: 'isEnabled',
261
261
  typeGuard: isBoolean,
@@ -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" | "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) => {
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" | "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_unsplash_page_header" | "platform_editor_ai_advanced_prompts" | "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: {
@@ -248,7 +248,7 @@ declare namespace eeTest {
248
248
  typeGuard: typeof import("./type-guards").isBoolean;
249
249
  defaultValue: boolean;
250
250
  };
251
- platform_editor_ai_draft_with_ai: {
251
+ platform_editor_ai_unsplash_page_header: {
252
252
  productKeys: {
253
253
  confluence: string;
254
254
  };
@@ -256,7 +256,7 @@ declare namespace eeTest {
256
256
  typeGuard: typeof import("./type-guards").isBoolean;
257
257
  defaultValue: boolean;
258
258
  };
259
- platform_editor_ai_unsplash_page_header: {
259
+ platform_editor_ai_advanced_prompts: {
260
260
  productKeys: {
261
261
  confluence: string;
262
262
  };
@@ -207,7 +207,7 @@ export declare const editorExperimentsConfig: {
207
207
  typeGuard: typeof isBoolean;
208
208
  defaultValue: boolean;
209
209
  };
210
- platform_editor_ai_draft_with_ai: {
210
+ platform_editor_ai_unsplash_page_header: {
211
211
  productKeys: {
212
212
  confluence: string;
213
213
  };
@@ -215,7 +215,7 @@ export declare const editorExperimentsConfig: {
215
215
  typeGuard: typeof isBoolean;
216
216
  defaultValue: boolean;
217
217
  };
218
- platform_editor_ai_unsplash_page_header: {
218
+ platform_editor_ai_advanced_prompts: {
219
219
  productKeys: {
220
220
  confluence: string;
221
221
  };
@@ -28,8 +28,8 @@ export declare let _overrides: Partial<{
28
28
  issue_view_action_items: boolean;
29
29
  contextual_formatting_toolbar: boolean;
30
30
  platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
31
- platform_editor_ai_draft_with_ai: boolean;
32
31
  platform_editor_ai_unsplash_page_header: boolean;
32
+ platform_editor_ai_advanced_prompts: boolean;
33
33
  expand_selection_range_to_include_inline_node: boolean;
34
34
  platform_editor_blockquote_in_text_formatting_menu: boolean;
35
35
  platform_editor_advanced_code_blocks: boolean;
@@ -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" | "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) => {
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" | "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_unsplash_page_header" | "platform_editor_ai_advanced_prompts" | "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: {
@@ -248,7 +248,7 @@ declare namespace eeTest {
248
248
  typeGuard: typeof import("./type-guards").isBoolean;
249
249
  defaultValue: boolean;
250
250
  };
251
- platform_editor_ai_draft_with_ai: {
251
+ platform_editor_ai_unsplash_page_header: {
252
252
  productKeys: {
253
253
  confluence: string;
254
254
  };
@@ -256,7 +256,7 @@ declare namespace eeTest {
256
256
  typeGuard: typeof import("./type-guards").isBoolean;
257
257
  defaultValue: boolean;
258
258
  };
259
- platform_editor_ai_unsplash_page_header: {
259
+ platform_editor_ai_advanced_prompts: {
260
260
  productKeys: {
261
261
  confluence: string;
262
262
  };
@@ -207,7 +207,7 @@ export declare const editorExperimentsConfig: {
207
207
  typeGuard: typeof isBoolean;
208
208
  defaultValue: boolean;
209
209
  };
210
- platform_editor_ai_draft_with_ai: {
210
+ platform_editor_ai_unsplash_page_header: {
211
211
  productKeys: {
212
212
  confluence: string;
213
213
  };
@@ -215,7 +215,7 @@ export declare const editorExperimentsConfig: {
215
215
  typeGuard: typeof isBoolean;
216
216
  defaultValue: boolean;
217
217
  };
218
- platform_editor_ai_unsplash_page_header: {
218
+ platform_editor_ai_advanced_prompts: {
219
219
  productKeys: {
220
220
  confluence: string;
221
221
  };
@@ -28,8 +28,8 @@ export declare let _overrides: Partial<{
28
28
  issue_view_action_items: boolean;
29
29
  contextual_formatting_toolbar: boolean;
30
30
  platform_editor_ai_1p_smart_link_unfurl_in_prompt: boolean;
31
- platform_editor_ai_draft_with_ai: boolean;
32
31
  platform_editor_ai_unsplash_page_header: boolean;
32
+ platform_editor_ai_advanced_prompts: boolean;
33
33
  expand_selection_range_to_include_inline_node: boolean;
34
34
  platform_editor_blockquote_in_text_formatting_menu: boolean;
35
35
  platform_editor_advanced_code_blocks: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.36.0",
3
+ "version": "2.38.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",