@atlaskit/tmp-editor-statsig 2.36.0 → 2.37.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.37.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#103091](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103091)
8
+ [`eeb701b917e68`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eeb701b917e68) -
9
+ EDF-1645: Clean up Draft with AI prefill prompts
10
+
3
11
  ## 2.36.0
4
12
 
5
13
  ### Minor Changes
@@ -249,15 +249,6 @@ 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: {
254
- productKeys: {
255
- confluence: 'platform_editor_ai_draft_with_ai'
256
- },
257
- param: 'isEnabled',
258
- typeGuard: _typeGuards.isBoolean,
259
- defaultValue: false
260
- },
261
252
  // Added 2024-11-26
262
253
  platform_editor_ai_unsplash_page_header: {
263
254
  productKeys: {
@@ -243,15 +243,6 @@ 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: {
248
- productKeys: {
249
- confluence: 'platform_editor_ai_draft_with_ai'
250
- },
251
- param: 'isEnabled',
252
- typeGuard: isBoolean,
253
- defaultValue: false
254
- },
255
246
  // Added 2024-11-26
256
247
  platform_editor_ai_unsplash_page_header: {
257
248
  productKeys: {
@@ -243,15 +243,6 @@ 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: {
248
- productKeys: {
249
- confluence: 'platform_editor_ai_draft_with_ai'
250
- },
251
- param: 'isEnabled',
252
- typeGuard: isBoolean,
253
- defaultValue: false
254
- },
255
246
  // Added 2024-11-26
256
247
  platform_editor_ai_unsplash_page_header: {
257
248
  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" | "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" | "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,14 +248,6 @@ declare namespace eeTest {
248
248
  typeGuard: typeof import("./type-guards").isBoolean;
249
249
  defaultValue: boolean;
250
250
  };
251
- platform_editor_ai_draft_with_ai: {
252
- productKeys: {
253
- confluence: string;
254
- };
255
- param: string;
256
- typeGuard: typeof import("./type-guards").isBoolean;
257
- defaultValue: boolean;
258
- };
259
251
  platform_editor_ai_unsplash_page_header: {
260
252
  productKeys: {
261
253
  confluence: string;
@@ -207,14 +207,6 @@ export declare const editorExperimentsConfig: {
207
207
  typeGuard: typeof isBoolean;
208
208
  defaultValue: boolean;
209
209
  };
210
- platform_editor_ai_draft_with_ai: {
211
- productKeys: {
212
- confluence: string;
213
- };
214
- param: string;
215
- typeGuard: typeof isBoolean;
216
- defaultValue: boolean;
217
- };
218
210
  platform_editor_ai_unsplash_page_header: {
219
211
  productKeys: {
220
212
  confluence: string;
@@ -28,7 +28,6 @@ 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;
33
32
  expand_selection_range_to_include_inline_node: boolean;
34
33
  platform_editor_blockquote_in_text_formatting_menu: 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" | "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,14 +248,6 @@ declare namespace eeTest {
248
248
  typeGuard: typeof import("./type-guards").isBoolean;
249
249
  defaultValue: boolean;
250
250
  };
251
- platform_editor_ai_draft_with_ai: {
252
- productKeys: {
253
- confluence: string;
254
- };
255
- param: string;
256
- typeGuard: typeof import("./type-guards").isBoolean;
257
- defaultValue: boolean;
258
- };
259
251
  platform_editor_ai_unsplash_page_header: {
260
252
  productKeys: {
261
253
  confluence: string;
@@ -207,14 +207,6 @@ export declare const editorExperimentsConfig: {
207
207
  typeGuard: typeof isBoolean;
208
208
  defaultValue: boolean;
209
209
  };
210
- platform_editor_ai_draft_with_ai: {
211
- productKeys: {
212
- confluence: string;
213
- };
214
- param: string;
215
- typeGuard: typeof isBoolean;
216
- defaultValue: boolean;
217
- };
218
210
  platform_editor_ai_unsplash_page_header: {
219
211
  productKeys: {
220
212
  confluence: string;
@@ -28,7 +28,6 @@ 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;
33
32
  expand_selection_range_to_include_inline_node: boolean;
34
33
  platform_editor_blockquote_in_text_formatting_menu: 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.37.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",