@atlaskit/tmp-editor-statsig 4.21.1 → 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,24 @@
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
+
14
+ ## 4.22.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#154858](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154858)
19
+ [`bf96267428ccd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bf96267428ccd) -
20
+ Adds experiment to not render children of expand element until it gets expanded
21
+
3
22
  ## 4.21.1
4
23
 
5
24
  ### Patch Changes
@@ -277,6 +277,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
277
277
  values: ['control', 'test'],
278
278
  defaultValue: 'control'
279
279
  }),
280
+ // Added 2025-05-08
281
+ editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
282
+ productKeys: {
283
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
284
+ },
285
+ param: 'isEnabled',
286
+ defaultValue: false
287
+ }),
280
288
  // Added 2025-05-07
281
289
  editor_ai_cmd_palette_remove_retry: (0, _experimentBuilders.createBooleanExperiment)({
282
290
  productKeys: {
@@ -293,18 +301,34 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
293
301
  param: 'isEnabled',
294
302
  defaultValue: false
295
303
  }),
296
- // Added 2025-05-08
297
- editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
304
+ // Added 2025-05-13
305
+ editor_ai_comment_freegen_rovo: (0, _experimentBuilders.createBooleanExperiment)({
298
306
  productKeys: {
299
- confluence: 'editor_ai_converge_free_gen_on_rovo'
307
+ confluence: 'editor_ai_comment_freegen_rovo'
300
308
  },
301
309
  param: 'isEnabled',
302
310
  defaultValue: false
303
311
  }),
304
- // Added 2025-05-13
305
- editor_ai_comment_freegen_rovo: (0, _experimentBuilders.createBooleanExperiment)({
312
+ // Added 2025-05-15
313
+ confluence_p2m_style_recalc_and_expand_joint_exp: (0, _experimentBuilders.createBooleanExperiment)({
306
314
  productKeys: {
307
- confluence: 'editor_ai_comment_freegen_rovo'
315
+ confluence: 'confluence_p2m_style_recalc_and_expand_joint_exp'
316
+ },
317
+ param: 'isEnabled',
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'
308
332
  },
309
333
  param: 'isEnabled',
310
334
  defaultValue: false
@@ -271,6 +271,14 @@ export const editorExperimentsConfig = {
271
271
  values: ['control', 'test'],
272
272
  defaultValue: 'control'
273
273
  }),
274
+ // Added 2025-05-08
275
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
276
+ productKeys: {
277
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
278
+ },
279
+ param: 'isEnabled',
280
+ defaultValue: false
281
+ }),
274
282
  // Added 2025-05-07
275
283
  editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
276
284
  productKeys: {
@@ -287,18 +295,34 @@ export const editorExperimentsConfig = {
287
295
  param: 'isEnabled',
288
296
  defaultValue: false
289
297
  }),
290
- // Added 2025-05-08
291
- editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
298
+ // Added 2025-05-13
299
+ editor_ai_comment_freegen_rovo: createBooleanExperiment({
292
300
  productKeys: {
293
- confluence: 'editor_ai_converge_free_gen_on_rovo'
301
+ confluence: 'editor_ai_comment_freegen_rovo'
294
302
  },
295
303
  param: 'isEnabled',
296
304
  defaultValue: false
297
305
  }),
298
- // Added 2025-05-13
299
- editor_ai_comment_freegen_rovo: createBooleanExperiment({
306
+ // Added 2025-05-15
307
+ confluence_p2m_style_recalc_and_expand_joint_exp: createBooleanExperiment({
300
308
  productKeys: {
301
- confluence: 'editor_ai_comment_freegen_rovo'
309
+ confluence: 'confluence_p2m_style_recalc_and_expand_joint_exp'
310
+ },
311
+ param: 'isEnabled',
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'
302
326
  },
303
327
  param: 'isEnabled',
304
328
  defaultValue: false
@@ -271,6 +271,14 @@ export var editorExperimentsConfig = {
271
271
  values: ['control', 'test'],
272
272
  defaultValue: 'control'
273
273
  }),
274
+ // Added 2025-05-08
275
+ editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
276
+ productKeys: {
277
+ confluence: 'editor_ai_converge_free_gen_on_rovo'
278
+ },
279
+ param: 'isEnabled',
280
+ defaultValue: false
281
+ }),
274
282
  // Added 2025-05-07
275
283
  editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
276
284
  productKeys: {
@@ -287,18 +295,34 @@ export var editorExperimentsConfig = {
287
295
  param: 'isEnabled',
288
296
  defaultValue: false
289
297
  }),
290
- // Added 2025-05-08
291
- editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
298
+ // Added 2025-05-13
299
+ editor_ai_comment_freegen_rovo: createBooleanExperiment({
292
300
  productKeys: {
293
- confluence: 'editor_ai_converge_free_gen_on_rovo'
301
+ confluence: 'editor_ai_comment_freegen_rovo'
294
302
  },
295
303
  param: 'isEnabled',
296
304
  defaultValue: false
297
305
  }),
298
- // Added 2025-05-13
299
- editor_ai_comment_freegen_rovo: createBooleanExperiment({
306
+ // Added 2025-05-15
307
+ confluence_p2m_style_recalc_and_expand_joint_exp: createBooleanExperiment({
300
308
  productKeys: {
301
- confluence: 'editor_ai_comment_freegen_rovo'
309
+ confluence: 'confluence_p2m_style_recalc_and_expand_joint_exp'
310
+ },
311
+ param: 'isEnabled',
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'
302
326
  },
303
327
  param: 'isEnabled',
304
328
  defaultValue: false
@@ -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">(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,6 +268,12 @@ declare namespace eeTest {
268
268
  productKeys?: import("./types").ProductKeys | undefined;
269
269
  param: string;
270
270
  };
271
+ editor_ai_converge_free_gen_on_rovo: {
272
+ typeGuard: typeof import("./type-guards").isBoolean;
273
+ defaultValue: boolean;
274
+ productKeys?: import("./types").ProductKeys | undefined;
275
+ param: string;
276
+ };
271
277
  editor_ai_cmd_palette_remove_retry: {
272
278
  typeGuard: typeof import("./type-guards").isBoolean;
273
279
  defaultValue: boolean;
@@ -280,13 +286,25 @@ declare namespace eeTest {
280
286
  productKeys?: import("./types").ProductKeys | undefined;
281
287
  param: string;
282
288
  };
283
- editor_ai_converge_free_gen_on_rovo: {
289
+ editor_ai_comment_freegen_rovo: {
284
290
  typeGuard: typeof import("./type-guards").isBoolean;
285
291
  defaultValue: boolean;
286
292
  productKeys?: import("./types").ProductKeys | undefined;
287
293
  param: string;
288
294
  };
289
- editor_ai_comment_freegen_rovo: {
295
+ confluence_p2m_style_recalc_and_expand_joint_exp: {
296
+ typeGuard: typeof import("./type-guards").isBoolean;
297
+ defaultValue: boolean;
298
+ productKeys?: import("./types").ProductKeys | undefined;
299
+ param: string;
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: {
290
308
  typeGuard: typeof import("./type-guards").isBoolean;
291
309
  defaultValue: boolean;
292
310
  productKeys?: import("./types").ProductKeys | undefined;
@@ -201,6 +201,12 @@ export declare const editorExperimentsConfig: {
201
201
  productKeys?: import("./types").ProductKeys | undefined;
202
202
  param: string;
203
203
  };
204
+ editor_ai_converge_free_gen_on_rovo: {
205
+ typeGuard: typeof import("./type-guards").isBoolean;
206
+ defaultValue: boolean;
207
+ productKeys?: import("./types").ProductKeys | undefined;
208
+ param: string;
209
+ };
204
210
  editor_ai_cmd_palette_remove_retry: {
205
211
  typeGuard: typeof import("./type-guards").isBoolean;
206
212
  defaultValue: boolean;
@@ -213,13 +219,25 @@ export declare const editorExperimentsConfig: {
213
219
  productKeys?: import("./types").ProductKeys | undefined;
214
220
  param: string;
215
221
  };
216
- editor_ai_converge_free_gen_on_rovo: {
222
+ editor_ai_comment_freegen_rovo: {
217
223
  typeGuard: typeof import("./type-guards").isBoolean;
218
224
  defaultValue: boolean;
219
225
  productKeys?: import("./types").ProductKeys | undefined;
220
226
  param: string;
221
227
  };
222
- editor_ai_comment_freegen_rovo: {
228
+ confluence_p2m_style_recalc_and_expand_joint_exp: {
229
+ typeGuard: typeof import("./type-guards").isBoolean;
230
+ defaultValue: boolean;
231
+ productKeys?: import("./types").ProductKeys | undefined;
232
+ param: string;
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: {
223
241
  typeGuard: typeof import("./type-guards").isBoolean;
224
242
  defaultValue: boolean;
225
243
  productKeys?: import("./types").ProductKeys | undefined;
@@ -39,10 +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
+ confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
47
+ platform_editor_breakout_resizing: boolean;
48
+ platform_editor_ai_quickstart_command: boolean;
46
49
  }>;
47
50
  export declare let _paramOverrides: EditorExperimentParamOverrides;
48
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">(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,6 +268,12 @@ declare namespace eeTest {
268
268
  productKeys?: import("./types").ProductKeys | undefined;
269
269
  param: string;
270
270
  };
271
+ editor_ai_converge_free_gen_on_rovo: {
272
+ typeGuard: typeof import("./type-guards").isBoolean;
273
+ defaultValue: boolean;
274
+ productKeys?: import("./types").ProductKeys | undefined;
275
+ param: string;
276
+ };
271
277
  editor_ai_cmd_palette_remove_retry: {
272
278
  typeGuard: typeof import("./type-guards").isBoolean;
273
279
  defaultValue: boolean;
@@ -280,13 +286,25 @@ declare namespace eeTest {
280
286
  productKeys?: import("./types").ProductKeys | undefined;
281
287
  param: string;
282
288
  };
283
- editor_ai_converge_free_gen_on_rovo: {
289
+ editor_ai_comment_freegen_rovo: {
284
290
  typeGuard: typeof import("./type-guards").isBoolean;
285
291
  defaultValue: boolean;
286
292
  productKeys?: import("./types").ProductKeys | undefined;
287
293
  param: string;
288
294
  };
289
- editor_ai_comment_freegen_rovo: {
295
+ confluence_p2m_style_recalc_and_expand_joint_exp: {
296
+ typeGuard: typeof import("./type-guards").isBoolean;
297
+ defaultValue: boolean;
298
+ productKeys?: import("./types").ProductKeys | undefined;
299
+ param: string;
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: {
290
308
  typeGuard: typeof import("./type-guards").isBoolean;
291
309
  defaultValue: boolean;
292
310
  productKeys?: import("./types").ProductKeys | undefined;
@@ -201,6 +201,12 @@ export declare const editorExperimentsConfig: {
201
201
  productKeys?: import("./types").ProductKeys | undefined;
202
202
  param: string;
203
203
  };
204
+ editor_ai_converge_free_gen_on_rovo: {
205
+ typeGuard: typeof import("./type-guards").isBoolean;
206
+ defaultValue: boolean;
207
+ productKeys?: import("./types").ProductKeys | undefined;
208
+ param: string;
209
+ };
204
210
  editor_ai_cmd_palette_remove_retry: {
205
211
  typeGuard: typeof import("./type-guards").isBoolean;
206
212
  defaultValue: boolean;
@@ -213,13 +219,25 @@ export declare const editorExperimentsConfig: {
213
219
  productKeys?: import("./types").ProductKeys | undefined;
214
220
  param: string;
215
221
  };
216
- editor_ai_converge_free_gen_on_rovo: {
222
+ editor_ai_comment_freegen_rovo: {
217
223
  typeGuard: typeof import("./type-guards").isBoolean;
218
224
  defaultValue: boolean;
219
225
  productKeys?: import("./types").ProductKeys | undefined;
220
226
  param: string;
221
227
  };
222
- editor_ai_comment_freegen_rovo: {
228
+ confluence_p2m_style_recalc_and_expand_joint_exp: {
229
+ typeGuard: typeof import("./type-guards").isBoolean;
230
+ defaultValue: boolean;
231
+ productKeys?: import("./types").ProductKeys | undefined;
232
+ param: string;
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: {
223
241
  typeGuard: typeof import("./type-guards").isBoolean;
224
242
  defaultValue: boolean;
225
243
  productKeys?: import("./types").ProductKeys | undefined;
@@ -39,10 +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
+ confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
47
+ platform_editor_breakout_resizing: boolean;
48
+ platform_editor_ai_quickstart_command: boolean;
46
49
  }>;
47
50
  export declare let _paramOverrides: EditorExperimentParamOverrides;
48
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.21.1",
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",