@atlaskit/tmp-editor-statsig 4.22.0 → 4.23.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 4.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#151439](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151439)
8
+ [`a5631e9713381`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a5631e9713381) -
9
+ [EDITOR-724] Editor ai experiment set up + spike feature for quickstart command
10
+ - [#156743](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/156743)
11
+ [`1aa78352ee4a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1aa78352ee4a9) -
12
+ Add platform_editor_breakout_resizing experiment
13
+
3
14
  ## 4.22.0
4
15
 
5
16
  ### Minor Changes
@@ -277,26 +277,26 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
277
277
  values: ['control', 'test'],
278
278
  defaultValue: 'control'
279
279
  }),
280
- // Added 2025-05-07
281
- editor_ai_cmd_palette_remove_retry: (0, _experimentBuilders.createBooleanExperiment)({
280
+ // Added 2025-05-08
281
+ editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
282
282
  productKeys: {
283
- confluence: 'editor_ai_cmd_palette_remove_retry'
283
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
284
284
  },
285
285
  param: 'isEnabled',
286
286
  defaultValue: false
287
287
  }),
288
- // Added 2025-05-08
289
- platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
288
+ // Added 2025-05-07
289
+ editor_ai_cmd_palette_remove_retry: (0, _experimentBuilders.createBooleanExperiment)({
290
290
  productKeys: {
291
- confluence: 'platform_editor_core_static_emotion'
291
+ confluence: 'editor_ai_cmd_palette_remove_retry'
292
292
  },
293
293
  param: 'isEnabled',
294
294
  defaultValue: false
295
295
  }),
296
296
  // Added 2025-05-08
297
- editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
297
+ platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
298
298
  productKeys: {
299
- confluence: 'editor_ai_converge_free_gen_on_rovo'
299
+ confluence: 'platform_editor_core_static_emotion'
300
300
  },
301
301
  param: 'isEnabled',
302
302
  defaultValue: false
@@ -316,5 +316,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
316
316
  },
317
317
  param: 'isEnabled',
318
318
  defaultValue: false
319
+ }),
320
+ // Added 2025-05-15
321
+ platform_editor_breakout_resizing: (0, _experimentBuilders.createBooleanExperiment)({
322
+ productKeys: {
323
+ confluence: 'platform_editor_breakout_resizing'
324
+ },
325
+ param: 'isEnabled',
326
+ defaultValue: false
327
+ }),
328
+ // Added 2025-05-07
329
+ platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
330
+ productKeys: {
331
+ confluence: 'platform_editor_ai_quickstart_command'
332
+ },
333
+ param: 'isEnabled',
334
+ defaultValue: false
319
335
  })
320
336
  };
@@ -271,26 +271,26 @@ export const editorExperimentsConfig = {
271
271
  values: ['control', 'test'],
272
272
  defaultValue: 'control'
273
273
  }),
274
- // Added 2025-05-07
275
- editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
274
+ // Added 2025-05-08
275
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
276
276
  productKeys: {
277
- confluence: 'editor_ai_cmd_palette_remove_retry'
277
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
278
278
  },
279
279
  param: 'isEnabled',
280
280
  defaultValue: false
281
281
  }),
282
- // Added 2025-05-08
283
- platform_editor_core_static_emotion: createBooleanExperiment({
282
+ // Added 2025-05-07
283
+ editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
284
284
  productKeys: {
285
- confluence: 'platform_editor_core_static_emotion'
285
+ confluence: 'editor_ai_cmd_palette_remove_retry'
286
286
  },
287
287
  param: 'isEnabled',
288
288
  defaultValue: false
289
289
  }),
290
290
  // Added 2025-05-08
291
- editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
291
+ platform_editor_core_static_emotion: createBooleanExperiment({
292
292
  productKeys: {
293
- confluence: 'editor_ai_converge_free_gen_on_rovo'
293
+ confluence: 'platform_editor_core_static_emotion'
294
294
  },
295
295
  param: 'isEnabled',
296
296
  defaultValue: false
@@ -310,5 +310,21 @@ export const editorExperimentsConfig = {
310
310
  },
311
311
  param: 'isEnabled',
312
312
  defaultValue: false
313
+ }),
314
+ // Added 2025-05-15
315
+ platform_editor_breakout_resizing: createBooleanExperiment({
316
+ productKeys: {
317
+ confluence: 'platform_editor_breakout_resizing'
318
+ },
319
+ param: 'isEnabled',
320
+ defaultValue: false
321
+ }),
322
+ // Added 2025-05-07
323
+ platform_editor_ai_quickstart_command: createBooleanExperiment({
324
+ productKeys: {
325
+ confluence: 'platform_editor_ai_quickstart_command'
326
+ },
327
+ param: 'isEnabled',
328
+ defaultValue: false
313
329
  })
314
330
  };
@@ -271,26 +271,26 @@ export var editorExperimentsConfig = {
271
271
  values: ['control', 'test'],
272
272
  defaultValue: 'control'
273
273
  }),
274
- // Added 2025-05-07
275
- editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
274
+ // Added 2025-05-08
275
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
276
276
  productKeys: {
277
- confluence: 'editor_ai_cmd_palette_remove_retry'
277
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
278
278
  },
279
279
  param: 'isEnabled',
280
280
  defaultValue: false
281
281
  }),
282
- // Added 2025-05-08
283
- platform_editor_core_static_emotion: createBooleanExperiment({
282
+ // Added 2025-05-07
283
+ editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
284
284
  productKeys: {
285
- confluence: 'platform_editor_core_static_emotion'
285
+ confluence: 'editor_ai_cmd_palette_remove_retry'
286
286
  },
287
287
  param: 'isEnabled',
288
288
  defaultValue: false
289
289
  }),
290
290
  // Added 2025-05-08
291
- editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
291
+ platform_editor_core_static_emotion: createBooleanExperiment({
292
292
  productKeys: {
293
- confluence: 'editor_ai_converge_free_gen_on_rovo'
293
+ confluence: 'platform_editor_core_static_emotion'
294
294
  },
295
295
  param: 'isEnabled',
296
296
  defaultValue: false
@@ -310,5 +310,21 @@ export var editorExperimentsConfig = {
310
310
  },
311
311
  param: 'isEnabled',
312
312
  defaultValue: false
313
+ }),
314
+ // Added 2025-05-15
315
+ platform_editor_breakout_resizing: createBooleanExperiment({
316
+ productKeys: {
317
+ confluence: 'platform_editor_breakout_resizing'
318
+ },
319
+ param: 'isEnabled',
320
+ defaultValue: false
321
+ }),
322
+ // Added 2025-05-07
323
+ platform_editor_ai_quickstart_command: createBooleanExperiment({
324
+ productKeys: {
325
+ confluence: 'platform_editor_ai_quickstart_command'
326
+ },
327
+ param: 'isEnabled',
328
+ defaultValue: false
313
329
  })
314
330
  };
@@ -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" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_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" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -268,19 +268,19 @@ declare namespace eeTest {
268
268
  productKeys?: import("./types").ProductKeys | undefined;
269
269
  param: string;
270
270
  };
271
- editor_ai_cmd_palette_remove_retry: {
271
+ editor_ai_converge_free_gen_on_rovo: {
272
272
  typeGuard: typeof import("./type-guards").isBoolean;
273
273
  defaultValue: boolean;
274
274
  productKeys?: import("./types").ProductKeys | undefined;
275
275
  param: string;
276
276
  };
277
- platform_editor_core_static_emotion: {
277
+ editor_ai_cmd_palette_remove_retry: {
278
278
  typeGuard: typeof import("./type-guards").isBoolean;
279
279
  defaultValue: boolean;
280
280
  productKeys?: import("./types").ProductKeys | undefined;
281
281
  param: string;
282
282
  };
283
- editor_ai_converge_free_gen_on_rovo: {
283
+ platform_editor_core_static_emotion: {
284
284
  typeGuard: typeof import("./type-guards").isBoolean;
285
285
  defaultValue: boolean;
286
286
  productKeys?: import("./types").ProductKeys | undefined;
@@ -298,6 +298,18 @@ declare namespace eeTest {
298
298
  productKeys?: import("./types").ProductKeys | undefined;
299
299
  param: string;
300
300
  };
301
+ platform_editor_breakout_resizing: {
302
+ typeGuard: typeof import("./type-guards").isBoolean;
303
+ defaultValue: boolean;
304
+ productKeys?: import("./types").ProductKeys | undefined;
305
+ param: string;
306
+ };
307
+ platform_editor_ai_quickstart_command: {
308
+ typeGuard: typeof import("./type-guards").isBoolean;
309
+ defaultValue: boolean;
310
+ productKeys?: import("./types").ProductKeys | undefined;
311
+ param: string;
312
+ };
301
313
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
302
314
  each: (describeBody: jest.EmptyFunction) => void;
303
315
  };
@@ -201,19 +201,19 @@ export declare const editorExperimentsConfig: {
201
201
  productKeys?: import("./types").ProductKeys | undefined;
202
202
  param: string;
203
203
  };
204
- editor_ai_cmd_palette_remove_retry: {
204
+ editor_ai_converge_free_gen_on_rovo: {
205
205
  typeGuard: typeof import("./type-guards").isBoolean;
206
206
  defaultValue: boolean;
207
207
  productKeys?: import("./types").ProductKeys | undefined;
208
208
  param: string;
209
209
  };
210
- platform_editor_core_static_emotion: {
210
+ editor_ai_cmd_palette_remove_retry: {
211
211
  typeGuard: typeof import("./type-guards").isBoolean;
212
212
  defaultValue: boolean;
213
213
  productKeys?: import("./types").ProductKeys | undefined;
214
214
  param: string;
215
215
  };
216
- editor_ai_converge_free_gen_on_rovo: {
216
+ platform_editor_core_static_emotion: {
217
217
  typeGuard: typeof import("./type-guards").isBoolean;
218
218
  defaultValue: boolean;
219
219
  productKeys?: import("./types").ProductKeys | undefined;
@@ -231,4 +231,16 @@ export declare const editorExperimentsConfig: {
231
231
  productKeys?: import("./types").ProductKeys | undefined;
232
232
  param: string;
233
233
  };
234
+ platform_editor_breakout_resizing: {
235
+ typeGuard: typeof import("./type-guards").isBoolean;
236
+ defaultValue: boolean;
237
+ productKeys?: import("./types").ProductKeys | undefined;
238
+ param: string;
239
+ };
240
+ platform_editor_ai_quickstart_command: {
241
+ typeGuard: typeof import("./type-guards").isBoolean;
242
+ defaultValue: boolean;
243
+ productKeys?: import("./types").ProductKeys | undefined;
244
+ param: string;
245
+ };
234
246
  };
@@ -39,11 +39,13 @@ export declare let _overrides: Partial<{
39
39
  platform_editor_usesharedpluginstateselector: boolean;
40
40
  platform_renderer_fix_analytics_memo_callback: boolean;
41
41
  editor_ai_contextual_selection_toolbar_button: "test" | "control";
42
+ editor_ai_converge_free_gen_on_rovo: boolean;
42
43
  editor_ai_cmd_palette_remove_retry: boolean;
43
44
  platform_editor_core_static_emotion: boolean;
44
- editor_ai_converge_free_gen_on_rovo: boolean;
45
45
  editor_ai_comment_freegen_rovo: boolean;
46
46
  confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
47
+ platform_editor_breakout_resizing: boolean;
48
+ platform_editor_ai_quickstart_command: boolean;
47
49
  }>;
48
50
  export declare let _paramOverrides: EditorExperimentParamOverrides;
49
51
  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" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_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" | "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_insertion" | "platform_editor_vanilla_dom" | "editor_text_highlight_orange_to_yellow" | "platform_editor_ai_proactive_ai_nudge_parameters" | "platform_editor_offline_editing_web" | "editor_ai_inline_suggestion_date_v2" | "platform_editor_tables_drag_and_drop" | "platform_editor_tables_table_selector" | "platform_editor_usesharedpluginstateselector" | "platform_renderer_fix_analytics_memo_callback" | "editor_ai_contextual_selection_toolbar_button" | "editor_ai_converge_free_gen_on_rovo" | "editor_ai_cmd_palette_remove_retry" | "platform_editor_core_static_emotion" | "editor_ai_comment_freegen_rovo" | "confluence_p2m_style_recalc_and_expand_joint_exp" | "platform_editor_breakout_resizing" | "platform_editor_ai_quickstart_command">(experimentName: ExperimentName, describeName: string) => {
49
49
  variant: (value: {
50
50
  'example-boolean': {
51
51
  typeGuard: typeof import("./type-guards").isBoolean;
@@ -268,19 +268,19 @@ declare namespace eeTest {
268
268
  productKeys?: import("./types").ProductKeys | undefined;
269
269
  param: string;
270
270
  };
271
- editor_ai_cmd_palette_remove_retry: {
271
+ editor_ai_converge_free_gen_on_rovo: {
272
272
  typeGuard: typeof import("./type-guards").isBoolean;
273
273
  defaultValue: boolean;
274
274
  productKeys?: import("./types").ProductKeys | undefined;
275
275
  param: string;
276
276
  };
277
- platform_editor_core_static_emotion: {
277
+ editor_ai_cmd_palette_remove_retry: {
278
278
  typeGuard: typeof import("./type-guards").isBoolean;
279
279
  defaultValue: boolean;
280
280
  productKeys?: import("./types").ProductKeys | undefined;
281
281
  param: string;
282
282
  };
283
- editor_ai_converge_free_gen_on_rovo: {
283
+ platform_editor_core_static_emotion: {
284
284
  typeGuard: typeof import("./type-guards").isBoolean;
285
285
  defaultValue: boolean;
286
286
  productKeys?: import("./types").ProductKeys | undefined;
@@ -298,6 +298,18 @@ declare namespace eeTest {
298
298
  productKeys?: import("./types").ProductKeys | undefined;
299
299
  param: string;
300
300
  };
301
+ platform_editor_breakout_resizing: {
302
+ typeGuard: typeof import("./type-guards").isBoolean;
303
+ defaultValue: boolean;
304
+ productKeys?: import("./types").ProductKeys | undefined;
305
+ param: string;
306
+ };
307
+ platform_editor_ai_quickstart_command: {
308
+ typeGuard: typeof import("./type-guards").isBoolean;
309
+ defaultValue: boolean;
310
+ productKeys?: import("./types").ProductKeys | undefined;
311
+ param: string;
312
+ };
301
313
  }[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
302
314
  each: (describeBody: jest.EmptyFunction) => void;
303
315
  };
@@ -201,19 +201,19 @@ export declare const editorExperimentsConfig: {
201
201
  productKeys?: import("./types").ProductKeys | undefined;
202
202
  param: string;
203
203
  };
204
- editor_ai_cmd_palette_remove_retry: {
204
+ editor_ai_converge_free_gen_on_rovo: {
205
205
  typeGuard: typeof import("./type-guards").isBoolean;
206
206
  defaultValue: boolean;
207
207
  productKeys?: import("./types").ProductKeys | undefined;
208
208
  param: string;
209
209
  };
210
- platform_editor_core_static_emotion: {
210
+ editor_ai_cmd_palette_remove_retry: {
211
211
  typeGuard: typeof import("./type-guards").isBoolean;
212
212
  defaultValue: boolean;
213
213
  productKeys?: import("./types").ProductKeys | undefined;
214
214
  param: string;
215
215
  };
216
- editor_ai_converge_free_gen_on_rovo: {
216
+ platform_editor_core_static_emotion: {
217
217
  typeGuard: typeof import("./type-guards").isBoolean;
218
218
  defaultValue: boolean;
219
219
  productKeys?: import("./types").ProductKeys | undefined;
@@ -231,4 +231,16 @@ export declare const editorExperimentsConfig: {
231
231
  productKeys?: import("./types").ProductKeys | undefined;
232
232
  param: string;
233
233
  };
234
+ platform_editor_breakout_resizing: {
235
+ typeGuard: typeof import("./type-guards").isBoolean;
236
+ defaultValue: boolean;
237
+ productKeys?: import("./types").ProductKeys | undefined;
238
+ param: string;
239
+ };
240
+ platform_editor_ai_quickstart_command: {
241
+ typeGuard: typeof import("./type-guards").isBoolean;
242
+ defaultValue: boolean;
243
+ productKeys?: import("./types").ProductKeys | undefined;
244
+ param: string;
245
+ };
234
246
  };
@@ -39,11 +39,13 @@ export declare let _overrides: Partial<{
39
39
  platform_editor_usesharedpluginstateselector: boolean;
40
40
  platform_renderer_fix_analytics_memo_callback: boolean;
41
41
  editor_ai_contextual_selection_toolbar_button: "test" | "control";
42
+ editor_ai_converge_free_gen_on_rovo: boolean;
42
43
  editor_ai_cmd_palette_remove_retry: boolean;
43
44
  platform_editor_core_static_emotion: boolean;
44
- editor_ai_converge_free_gen_on_rovo: boolean;
45
45
  editor_ai_comment_freegen_rovo: boolean;
46
46
  confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
47
+ platform_editor_breakout_resizing: boolean;
48
+ platform_editor_ai_quickstart_command: boolean;
47
49
  }>;
48
50
  export declare let _paramOverrides: EditorExperimentParamOverrides;
49
51
  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": "4.22.0",
3
+ "version": "4.23.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",
@@ -13,7 +13,10 @@
13
13
  "name": "EditorStatsigTmp",
14
14
  "category": "Components"
15
15
  },
16
- "runReact18": true
16
+ "runReact18": true,
17
+ "prTasks": [
18
+ "New experiments added to tmp-editor-statsig configuration have been marked as a MINOR change"
19
+ ]
17
20
  },
18
21
  "repository": "https://stash.atlassian.com/projects/ATLASSIAN/repos/atlassian-frontend-monorepo",
19
22
  "main": "dist/cjs/index.js",