@atlaskit/tmp-editor-statsig 2.42.1 → 2.43.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.43.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#110672](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110672)
8
+ [`29afa832aa7c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/29afa832aa7c9) -
9
+ Remove a stale experiment
10
+
3
11
  ## 2.42.1
4
12
 
5
13
  ### Patch Changes
@@ -165,16 +165,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
165
165
  typeGuard: _typeGuards.isBoolean,
166
166
  defaultValue: false
167
167
  },
168
- // Added 2024-10-25
169
- // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
170
- comment_on_inline_node_spotlight: {
171
- productKeys: {
172
- confluence: 'platform_editor_comment_on_inline_node_spotlight'
173
- },
174
- param: 'isEnabled',
175
- typeGuard: _typeGuards.isBoolean,
176
- defaultValue: false
177
- },
178
168
  'platform_editor_ai-prompts-placeholder': {
179
169
  productKeys: {
180
170
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -159,16 +159,6 @@ export const editorExperimentsConfig = {
159
159
  typeGuard: isBoolean,
160
160
  defaultValue: false
161
161
  },
162
- // Added 2024-10-25
163
- // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
164
- comment_on_inline_node_spotlight: {
165
- productKeys: {
166
- confluence: 'platform_editor_comment_on_inline_node_spotlight'
167
- },
168
- param: 'isEnabled',
169
- typeGuard: isBoolean,
170
- defaultValue: false
171
- },
172
162
  'platform_editor_ai-prompts-placeholder': {
173
163
  productKeys: {
174
164
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -159,16 +159,6 @@ export var editorExperimentsConfig = {
159
159
  typeGuard: isBoolean,
160
160
  defaultValue: false
161
161
  },
162
- // Added 2024-10-25
163
- // https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_comment_on_inline_node_spotlight/setup
164
- comment_on_inline_node_spotlight: {
165
- productKeys: {
166
- confluence: 'platform_editor_comment_on_inline_node_spotlight'
167
- },
168
- param: 'isEnabled',
169
- typeGuard: isBoolean,
170
- defaultValue: false
171
- },
172
162
  'platform_editor_ai-prompts-placeholder': {
173
163
  productKeys: {
174
164
  confluence: 'platform_editor_ai-prompts-placeholder'
@@ -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" | "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" | "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" | "live_pages_graceful_edit" | "platform_editor_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(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" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "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" | "live_pages_graceful_edit" | "platform_editor_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -176,14 +176,6 @@ declare namespace eeTest {
176
176
  typeGuard: typeof import("./type-guards").isBoolean;
177
177
  defaultValue: boolean;
178
178
  };
179
- comment_on_inline_node_spotlight: {
180
- productKeys: {
181
- confluence: string;
182
- };
183
- param: string;
184
- typeGuard: typeof import("./type-guards").isBoolean;
185
- defaultValue: boolean;
186
- };
187
179
  'platform_editor_ai-prompts-placeholder': {
188
180
  productKeys: {
189
181
  confluence: string;
@@ -135,14 +135,6 @@ export declare const editorExperimentsConfig: {
135
135
  typeGuard: typeof isBoolean;
136
136
  defaultValue: boolean;
137
137
  };
138
- comment_on_inline_node_spotlight: {
139
- productKeys: {
140
- confluence: string;
141
- };
142
- param: string;
143
- typeGuard: typeof isBoolean;
144
- defaultValue: boolean;
145
- };
146
138
  'platform_editor_ai-prompts-placeholder': {
147
139
  productKeys: {
148
140
  confluence: string;
@@ -24,7 +24,6 @@ export declare let _overrides: Partial<{
24
24
  comment_on_bodied_extensions: boolean;
25
25
  advanced_layouts: boolean;
26
26
  support_table_in_comment_jira: boolean;
27
- comment_on_inline_node_spotlight: boolean;
28
27
  'platform_editor_ai-prompts-placeholder': "test" | "control";
29
28
  'nested-tables-in-tables': boolean;
30
29
  issue_view_action_items: 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" | "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" | "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" | "live_pages_graceful_edit" | "platform_editor_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(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" | "nested-expand-in-expand" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "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" | "live_pages_graceful_edit" | "platform_editor_contextual_formatting_toolbar_v2" | "platform_editor_ai_edit_response_in_preview" | "platform_editor_ai_jira_content_read_url">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -176,14 +176,6 @@ declare namespace eeTest {
176
176
  typeGuard: typeof import("./type-guards").isBoolean;
177
177
  defaultValue: boolean;
178
178
  };
179
- comment_on_inline_node_spotlight: {
180
- productKeys: {
181
- confluence: string;
182
- };
183
- param: string;
184
- typeGuard: typeof import("./type-guards").isBoolean;
185
- defaultValue: boolean;
186
- };
187
179
  'platform_editor_ai-prompts-placeholder': {
188
180
  productKeys: {
189
181
  confluence: string;
@@ -135,14 +135,6 @@ export declare const editorExperimentsConfig: {
135
135
  typeGuard: typeof isBoolean;
136
136
  defaultValue: boolean;
137
137
  };
138
- comment_on_inline_node_spotlight: {
139
- productKeys: {
140
- confluence: string;
141
- };
142
- param: string;
143
- typeGuard: typeof isBoolean;
144
- defaultValue: boolean;
145
- };
146
138
  'platform_editor_ai-prompts-placeholder': {
147
139
  productKeys: {
148
140
  confluence: string;
@@ -24,7 +24,6 @@ export declare let _overrides: Partial<{
24
24
  comment_on_bodied_extensions: boolean;
25
25
  advanced_layouts: boolean;
26
26
  support_table_in_comment_jira: boolean;
27
- comment_on_inline_node_spotlight: boolean;
28
27
  'platform_editor_ai-prompts-placeholder': "test" | "control";
29
28
  'nested-tables-in-tables': boolean;
30
29
  issue_view_action_items: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "2.42.1",
3
+ "version": "2.43.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",