@atlaskit/tmp-editor-statsig 4.7.0 → 4.8.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
+ ## 4.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#140813](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140813)
8
+ [`c4756a5c1a4ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c4756a5c1a4ae) -
9
+ Migrating offline editing feature gates to a new experiment "platform_editor_offline_editing_web"
10
+
3
11
  ## 4.7.0
4
12
 
5
13
  ### Minor Changes
@@ -275,6 +275,16 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
275
275
  typeGuard: (0, _typeGuards.oneOf)(['control', 'variant1']),
276
276
  defaultValue: 'control'
277
277
  },
278
+ // Added 2025-04-14
279
+ // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
280
+ platform_editor_offline_editing_web: {
281
+ productKeys: {
282
+ confluence: 'platform_editor_offline_editing_web'
283
+ },
284
+ param: 'isEnabled',
285
+ typeGuard: _typeGuards.isBoolean,
286
+ defaultValue: false
287
+ },
278
288
  // Added 2025-03-26
279
289
  platform_editor_markdown_next_media_plugin_exp: {
280
290
  productKeys: {
@@ -269,6 +269,16 @@ export const editorExperimentsConfig = {
269
269
  typeGuard: oneOf(['control', 'variant1']),
270
270
  defaultValue: 'control'
271
271
  },
272
+ // Added 2025-04-14
273
+ // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
274
+ platform_editor_offline_editing_web: {
275
+ productKeys: {
276
+ confluence: 'platform_editor_offline_editing_web'
277
+ },
278
+ param: 'isEnabled',
279
+ typeGuard: isBoolean,
280
+ defaultValue: false
281
+ },
272
282
  // Added 2025-03-26
273
283
  platform_editor_markdown_next_media_plugin_exp: {
274
284
  productKeys: {
@@ -269,6 +269,16 @@ export var editorExperimentsConfig = {
269
269
  typeGuard: oneOf(['control', 'variant1']),
270
270
  defaultValue: 'control'
271
271
  },
272
+ // Added 2025-04-14
273
+ // https://switcheroo.atlassian.com/ui/gates/b159b45a-86d9-4f4b-b482-f9aca5b615d6/key/platform_editor_offline_editing_web
274
+ platform_editor_offline_editing_web: {
275
+ productKeys: {
276
+ confluence: 'platform_editor_offline_editing_web'
277
+ },
278
+ param: 'isEnabled',
279
+ typeGuard: isBoolean,
280
+ defaultValue: false
281
+ },
272
282
  // Added 2025-03-26
273
283
  platform_editor_markdown_next_media_plugin_exp: {
274
284
  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" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "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_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "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_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -272,6 +272,14 @@ declare namespace eeTest {
272
272
  typeGuard: (value: unknown) => value is "control" | "variant1";
273
273
  defaultValue: "control" | "variant1";
274
274
  };
275
+ platform_editor_offline_editing_web: {
276
+ productKeys: {
277
+ confluence: string;
278
+ };
279
+ param: string;
280
+ typeGuard: typeof import("./type-guards").isBoolean;
281
+ defaultValue: boolean;
282
+ };
275
283
  platform_editor_markdown_next_media_plugin_exp: {
276
284
  productKeys: {
277
285
  confluence: string;
@@ -231,6 +231,14 @@ export declare const editorExperimentsConfig: {
231
231
  typeGuard: (value: unknown) => value is "control" | "variant1";
232
232
  defaultValue: "control" | "variant1";
233
233
  };
234
+ platform_editor_offline_editing_web: {
235
+ productKeys: {
236
+ confluence: string;
237
+ };
238
+ param: string;
239
+ typeGuard: typeof isBoolean;
240
+ defaultValue: boolean;
241
+ };
234
242
  platform_editor_markdown_next_media_plugin_exp: {
235
243
  productKeys: {
236
244
  confluence: string;
@@ -36,6 +36,7 @@ export declare let _overrides: Partial<{
36
36
  platform_editor_vanilla_dom: boolean;
37
37
  editor_text_highlight_orange_to_yellow: "test" | "control";
38
38
  platform_editor_ai_proactive_ai_nudge_score: "control" | "variant1";
39
+ platform_editor_offline_editing_web: boolean;
39
40
  platform_editor_markdown_next_media_plugin_exp: boolean;
40
41
  }>;
41
42
  export declare let _paramOverrides: EditorExperimentParamOverrides;
@@ -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" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "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_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
48
+ var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nested-expand-in-expand" | "comment_on_bodied_extensions" | "advanced_layouts" | "single_column_layouts" | "support_table_in_comment_jira" | "platform_editor_ai-prompts-placeholder" | "nested-tables-in-tables" | "platform_editor_ai_unsplash_page_header" | "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_ai_edit_response_in_preview" | "platform_editor_controls" | "platform_editor_controls_shadow" | "platform_editor_nested_non_bodied_macros" | "editor_ai_inline_suggestion_date" | "platform_editor_insertion" | "platform_editor_inline_node_virtualization" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_score" | "platform_editor_offline_editing_web" | "platform_editor_markdown_next_media_plugin_exp">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  productKeys: {
@@ -272,6 +272,14 @@ declare namespace eeTest {
272
272
  typeGuard: (value: unknown) => value is "control" | "variant1";
273
273
  defaultValue: "control" | "variant1";
274
274
  };
275
+ platform_editor_offline_editing_web: {
276
+ productKeys: {
277
+ confluence: string;
278
+ };
279
+ param: string;
280
+ typeGuard: typeof import("./type-guards").isBoolean;
281
+ defaultValue: boolean;
282
+ };
275
283
  platform_editor_markdown_next_media_plugin_exp: {
276
284
  productKeys: {
277
285
  confluence: string;
@@ -231,6 +231,14 @@ export declare const editorExperimentsConfig: {
231
231
  typeGuard: (value: unknown) => value is "control" | "variant1";
232
232
  defaultValue: "control" | "variant1";
233
233
  };
234
+ platform_editor_offline_editing_web: {
235
+ productKeys: {
236
+ confluence: string;
237
+ };
238
+ param: string;
239
+ typeGuard: typeof isBoolean;
240
+ defaultValue: boolean;
241
+ };
234
242
  platform_editor_markdown_next_media_plugin_exp: {
235
243
  productKeys: {
236
244
  confluence: string;
@@ -36,6 +36,7 @@ export declare let _overrides: Partial<{
36
36
  platform_editor_vanilla_dom: boolean;
37
37
  editor_text_highlight_orange_to_yellow: "test" | "control";
38
38
  platform_editor_ai_proactive_ai_nudge_score: "control" | "variant1";
39
+ platform_editor_offline_editing_web: boolean;
39
40
  platform_editor_markdown_next_media_plugin_exp: boolean;
40
41
  }>;
41
42
  export declare let _paramOverrides: EditorExperimentParamOverrides;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "4.7.0",
3
+ "version": "4.8.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",