@atlaskit/tmp-editor-statsig 4.22.0 → 4.24.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 +19 -0
- package/dist/cjs/experiments-config.js +24 -17
- package/dist/es2019/experiments-config.js +24 -17
- package/dist/esm/experiments-config.js +24 -17
- package/dist/types/editor-experiments-test-utils.d.ts +16 -11
- package/dist/types/experiments-config.d.ts +15 -10
- package/dist/types/setup.d.ts +3 -2
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +16 -11
- package/dist/types-ts4.5/experiments-config.d.ts +15 -10
- package/dist/types-ts4.5/setup.d.ts +3 -2
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 4.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#158351](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/158351)
|
|
8
|
+
[`33c33e91149a1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/33c33e91149a1) -
|
|
9
|
+
Cleaned up platform_editor_controls_shadow
|
|
10
|
+
|
|
11
|
+
## 4.23.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#151439](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/151439)
|
|
16
|
+
[`a5631e9713381`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a5631e9713381) -
|
|
17
|
+
[EDITOR-724] Editor ai experiment set up + spike feature for quickstart command
|
|
18
|
+
- [#156743](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/156743)
|
|
19
|
+
[`1aa78352ee4a9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1aa78352ee4a9) -
|
|
20
|
+
Add platform_editor_breakout_resizing experiment
|
|
21
|
+
|
|
3
22
|
## 4.22.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -173,15 +173,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
173
173
|
values: ['control', 'variant1'],
|
|
174
174
|
defaultValue: 'control'
|
|
175
175
|
}),
|
|
176
|
-
// Added 2025-04-14
|
|
177
|
-
platform_editor_controls_shadow: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
178
|
-
productKeys: {
|
|
179
|
-
confluence: 'platform_editor_controls_shadow'
|
|
180
|
-
},
|
|
181
|
-
param: 'cohort',
|
|
182
|
-
values: ['control', 'variant1'],
|
|
183
|
-
defaultValue: 'control'
|
|
184
|
-
}),
|
|
185
176
|
// Added 28-02-2025
|
|
186
177
|
platform_editor_insertion: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
187
178
|
productKeys: {
|
|
@@ -277,26 +268,26 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
277
268
|
values: ['control', 'test'],
|
|
278
269
|
defaultValue: 'control'
|
|
279
270
|
}),
|
|
280
|
-
// Added 2025-05-
|
|
281
|
-
|
|
271
|
+
// Added 2025-05-08
|
|
272
|
+
editor_ai_converge_free_gen_on_rovo: (0, _experimentBuilders.createBooleanExperiment)({
|
|
282
273
|
productKeys: {
|
|
283
|
-
confluence: '
|
|
274
|
+
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
284
275
|
},
|
|
285
276
|
param: 'isEnabled',
|
|
286
277
|
defaultValue: false
|
|
287
278
|
}),
|
|
288
|
-
// Added 2025-05-
|
|
289
|
-
|
|
279
|
+
// Added 2025-05-07
|
|
280
|
+
editor_ai_cmd_palette_remove_retry: (0, _experimentBuilders.createBooleanExperiment)({
|
|
290
281
|
productKeys: {
|
|
291
|
-
confluence: '
|
|
282
|
+
confluence: 'editor_ai_cmd_palette_remove_retry'
|
|
292
283
|
},
|
|
293
284
|
param: 'isEnabled',
|
|
294
285
|
defaultValue: false
|
|
295
286
|
}),
|
|
296
287
|
// Added 2025-05-08
|
|
297
|
-
|
|
288
|
+
platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
|
|
298
289
|
productKeys: {
|
|
299
|
-
confluence: '
|
|
290
|
+
confluence: 'platform_editor_core_static_emotion'
|
|
300
291
|
},
|
|
301
292
|
param: 'isEnabled',
|
|
302
293
|
defaultValue: false
|
|
@@ -316,5 +307,21 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
316
307
|
},
|
|
317
308
|
param: 'isEnabled',
|
|
318
309
|
defaultValue: false
|
|
310
|
+
}),
|
|
311
|
+
// Added 2025-05-15
|
|
312
|
+
platform_editor_breakout_resizing: (0, _experimentBuilders.createBooleanExperiment)({
|
|
313
|
+
productKeys: {
|
|
314
|
+
confluence: 'platform_editor_breakout_resizing'
|
|
315
|
+
},
|
|
316
|
+
param: 'isEnabled',
|
|
317
|
+
defaultValue: false
|
|
318
|
+
}),
|
|
319
|
+
// Added 2025-05-07
|
|
320
|
+
platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
|
|
321
|
+
productKeys: {
|
|
322
|
+
confluence: 'platform_editor_ai_quickstart_command'
|
|
323
|
+
},
|
|
324
|
+
param: 'isEnabled',
|
|
325
|
+
defaultValue: false
|
|
319
326
|
})
|
|
320
327
|
};
|
|
@@ -167,15 +167,6 @@ export const editorExperimentsConfig = {
|
|
|
167
167
|
values: ['control', 'variant1'],
|
|
168
168
|
defaultValue: 'control'
|
|
169
169
|
}),
|
|
170
|
-
// Added 2025-04-14
|
|
171
|
-
platform_editor_controls_shadow: createMultivariateExperiment({
|
|
172
|
-
productKeys: {
|
|
173
|
-
confluence: 'platform_editor_controls_shadow'
|
|
174
|
-
},
|
|
175
|
-
param: 'cohort',
|
|
176
|
-
values: ['control', 'variant1'],
|
|
177
|
-
defaultValue: 'control'
|
|
178
|
-
}),
|
|
179
170
|
// Added 28-02-2025
|
|
180
171
|
platform_editor_insertion: createMultivariateExperiment({
|
|
181
172
|
productKeys: {
|
|
@@ -271,26 +262,26 @@ export const editorExperimentsConfig = {
|
|
|
271
262
|
values: ['control', 'test'],
|
|
272
263
|
defaultValue: 'control'
|
|
273
264
|
}),
|
|
274
|
-
// Added 2025-05-
|
|
275
|
-
|
|
265
|
+
// Added 2025-05-08
|
|
266
|
+
editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
|
|
276
267
|
productKeys: {
|
|
277
|
-
confluence: '
|
|
268
|
+
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
278
269
|
},
|
|
279
270
|
param: 'isEnabled',
|
|
280
271
|
defaultValue: false
|
|
281
272
|
}),
|
|
282
|
-
// Added 2025-05-
|
|
283
|
-
|
|
273
|
+
// Added 2025-05-07
|
|
274
|
+
editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
|
|
284
275
|
productKeys: {
|
|
285
|
-
confluence: '
|
|
276
|
+
confluence: 'editor_ai_cmd_palette_remove_retry'
|
|
286
277
|
},
|
|
287
278
|
param: 'isEnabled',
|
|
288
279
|
defaultValue: false
|
|
289
280
|
}),
|
|
290
281
|
// Added 2025-05-08
|
|
291
|
-
|
|
282
|
+
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
292
283
|
productKeys: {
|
|
293
|
-
confluence: '
|
|
284
|
+
confluence: 'platform_editor_core_static_emotion'
|
|
294
285
|
},
|
|
295
286
|
param: 'isEnabled',
|
|
296
287
|
defaultValue: false
|
|
@@ -310,5 +301,21 @@ export const editorExperimentsConfig = {
|
|
|
310
301
|
},
|
|
311
302
|
param: 'isEnabled',
|
|
312
303
|
defaultValue: false
|
|
304
|
+
}),
|
|
305
|
+
// Added 2025-05-15
|
|
306
|
+
platform_editor_breakout_resizing: createBooleanExperiment({
|
|
307
|
+
productKeys: {
|
|
308
|
+
confluence: 'platform_editor_breakout_resizing'
|
|
309
|
+
},
|
|
310
|
+
param: 'isEnabled',
|
|
311
|
+
defaultValue: false
|
|
312
|
+
}),
|
|
313
|
+
// Added 2025-05-07
|
|
314
|
+
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
315
|
+
productKeys: {
|
|
316
|
+
confluence: 'platform_editor_ai_quickstart_command'
|
|
317
|
+
},
|
|
318
|
+
param: 'isEnabled',
|
|
319
|
+
defaultValue: false
|
|
313
320
|
})
|
|
314
321
|
};
|
|
@@ -167,15 +167,6 @@ export var editorExperimentsConfig = {
|
|
|
167
167
|
values: ['control', 'variant1'],
|
|
168
168
|
defaultValue: 'control'
|
|
169
169
|
}),
|
|
170
|
-
// Added 2025-04-14
|
|
171
|
-
platform_editor_controls_shadow: createMultivariateExperiment({
|
|
172
|
-
productKeys: {
|
|
173
|
-
confluence: 'platform_editor_controls_shadow'
|
|
174
|
-
},
|
|
175
|
-
param: 'cohort',
|
|
176
|
-
values: ['control', 'variant1'],
|
|
177
|
-
defaultValue: 'control'
|
|
178
|
-
}),
|
|
179
170
|
// Added 28-02-2025
|
|
180
171
|
platform_editor_insertion: createMultivariateExperiment({
|
|
181
172
|
productKeys: {
|
|
@@ -271,26 +262,26 @@ export var editorExperimentsConfig = {
|
|
|
271
262
|
values: ['control', 'test'],
|
|
272
263
|
defaultValue: 'control'
|
|
273
264
|
}),
|
|
274
|
-
// Added 2025-05-
|
|
275
|
-
|
|
265
|
+
// Added 2025-05-08
|
|
266
|
+
editor_ai_converge_free_gen_on_rovo: createBooleanExperiment({
|
|
276
267
|
productKeys: {
|
|
277
|
-
confluence: '
|
|
268
|
+
confluence: 'editor_ai_converge_free_gen_on_rovo'
|
|
278
269
|
},
|
|
279
270
|
param: 'isEnabled',
|
|
280
271
|
defaultValue: false
|
|
281
272
|
}),
|
|
282
|
-
// Added 2025-05-
|
|
283
|
-
|
|
273
|
+
// Added 2025-05-07
|
|
274
|
+
editor_ai_cmd_palette_remove_retry: createBooleanExperiment({
|
|
284
275
|
productKeys: {
|
|
285
|
-
confluence: '
|
|
276
|
+
confluence: 'editor_ai_cmd_palette_remove_retry'
|
|
286
277
|
},
|
|
287
278
|
param: 'isEnabled',
|
|
288
279
|
defaultValue: false
|
|
289
280
|
}),
|
|
290
281
|
// Added 2025-05-08
|
|
291
|
-
|
|
282
|
+
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
292
283
|
productKeys: {
|
|
293
|
-
confluence: '
|
|
284
|
+
confluence: 'platform_editor_core_static_emotion'
|
|
294
285
|
},
|
|
295
286
|
param: 'isEnabled',
|
|
296
287
|
defaultValue: false
|
|
@@ -310,5 +301,21 @@ export var editorExperimentsConfig = {
|
|
|
310
301
|
},
|
|
311
302
|
param: 'isEnabled',
|
|
312
303
|
defaultValue: false
|
|
304
|
+
}),
|
|
305
|
+
// Added 2025-05-15
|
|
306
|
+
platform_editor_breakout_resizing: createBooleanExperiment({
|
|
307
|
+
productKeys: {
|
|
308
|
+
confluence: 'platform_editor_breakout_resizing'
|
|
309
|
+
},
|
|
310
|
+
param: 'isEnabled',
|
|
311
|
+
defaultValue: false
|
|
312
|
+
}),
|
|
313
|
+
// Added 2025-05-07
|
|
314
|
+
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
315
|
+
productKeys: {
|
|
316
|
+
confluence: 'platform_editor_ai_quickstart_command'
|
|
317
|
+
},
|
|
318
|
+
param: 'isEnabled',
|
|
319
|
+
defaultValue: false
|
|
313
320
|
})
|
|
314
321
|
};
|
|
@@ -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" | "
|
|
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_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;
|
|
@@ -190,13 +190,6 @@ declare namespace eeTest {
|
|
|
190
190
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
191
191
|
param: string;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_controls_shadow: {
|
|
194
|
-
values: ("control" | "variant1")[];
|
|
195
|
-
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
196
|
-
defaultValue: "control" | "variant1";
|
|
197
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
198
|
-
param: string;
|
|
199
|
-
};
|
|
200
193
|
platform_editor_insertion: {
|
|
201
194
|
values: ("control" | "variant1")[];
|
|
202
195
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -268,19 +261,19 @@ declare namespace eeTest {
|
|
|
268
261
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
269
262
|
param: string;
|
|
270
263
|
};
|
|
271
|
-
|
|
264
|
+
editor_ai_converge_free_gen_on_rovo: {
|
|
272
265
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
273
266
|
defaultValue: boolean;
|
|
274
267
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
275
268
|
param: string;
|
|
276
269
|
};
|
|
277
|
-
|
|
270
|
+
editor_ai_cmd_palette_remove_retry: {
|
|
278
271
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
279
272
|
defaultValue: boolean;
|
|
280
273
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
281
274
|
param: string;
|
|
282
275
|
};
|
|
283
|
-
|
|
276
|
+
platform_editor_core_static_emotion: {
|
|
284
277
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
285
278
|
defaultValue: boolean;
|
|
286
279
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
@@ -298,6 +291,18 @@ declare namespace eeTest {
|
|
|
298
291
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
299
292
|
param: string;
|
|
300
293
|
};
|
|
294
|
+
platform_editor_breakout_resizing: {
|
|
295
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
296
|
+
defaultValue: boolean;
|
|
297
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
298
|
+
param: string;
|
|
299
|
+
};
|
|
300
|
+
platform_editor_ai_quickstart_command: {
|
|
301
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
302
|
+
defaultValue: boolean;
|
|
303
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
304
|
+
param: string;
|
|
305
|
+
};
|
|
301
306
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
302
307
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
303
308
|
};
|
|
@@ -123,13 +123,6 @@ export declare const editorExperimentsConfig: {
|
|
|
123
123
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
124
124
|
param: string;
|
|
125
125
|
};
|
|
126
|
-
platform_editor_controls_shadow: {
|
|
127
|
-
values: ("control" | "variant1")[];
|
|
128
|
-
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
129
|
-
defaultValue: "control" | "variant1";
|
|
130
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
131
|
-
param: string;
|
|
132
|
-
};
|
|
133
126
|
platform_editor_insertion: {
|
|
134
127
|
values: ("control" | "variant1")[];
|
|
135
128
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -201,19 +194,19 @@ export declare const editorExperimentsConfig: {
|
|
|
201
194
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
202
195
|
param: string;
|
|
203
196
|
};
|
|
204
|
-
|
|
197
|
+
editor_ai_converge_free_gen_on_rovo: {
|
|
205
198
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
206
199
|
defaultValue: boolean;
|
|
207
200
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
208
201
|
param: string;
|
|
209
202
|
};
|
|
210
|
-
|
|
203
|
+
editor_ai_cmd_palette_remove_retry: {
|
|
211
204
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
212
205
|
defaultValue: boolean;
|
|
213
206
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
214
207
|
param: string;
|
|
215
208
|
};
|
|
216
|
-
|
|
209
|
+
platform_editor_core_static_emotion: {
|
|
217
210
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
218
211
|
defaultValue: boolean;
|
|
219
212
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
@@ -231,4 +224,16 @@ export declare const editorExperimentsConfig: {
|
|
|
231
224
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
232
225
|
param: string;
|
|
233
226
|
};
|
|
227
|
+
platform_editor_breakout_resizing: {
|
|
228
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
229
|
+
defaultValue: boolean;
|
|
230
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
231
|
+
param: string;
|
|
232
|
+
};
|
|
233
|
+
platform_editor_ai_quickstart_command: {
|
|
234
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
235
|
+
defaultValue: boolean;
|
|
236
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
237
|
+
param: string;
|
|
238
|
+
};
|
|
234
239
|
};
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export declare let _overrides: Partial<{
|
|
|
27
27
|
live_pages_graceful_edit: "control" | "text-click-delayed" | "text-click-no-delay" | "initially-hide-toolbar";
|
|
28
28
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
29
29
|
platform_editor_controls: "control" | "variant1";
|
|
30
|
-
platform_editor_controls_shadow: "control" | "variant1";
|
|
31
30
|
platform_editor_insertion: "control" | "variant1";
|
|
32
31
|
platform_editor_vanilla_dom: boolean;
|
|
33
32
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
@@ -39,11 +38,13 @@ export declare let _overrides: Partial<{
|
|
|
39
38
|
platform_editor_usesharedpluginstateselector: boolean;
|
|
40
39
|
platform_renderer_fix_analytics_memo_callback: boolean;
|
|
41
40
|
editor_ai_contextual_selection_toolbar_button: "test" | "control";
|
|
41
|
+
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
42
42
|
editor_ai_cmd_palette_remove_retry: boolean;
|
|
43
43
|
platform_editor_core_static_emotion: boolean;
|
|
44
|
-
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
45
44
|
editor_ai_comment_freegen_rovo: boolean;
|
|
46
45
|
confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
|
|
46
|
+
platform_editor_breakout_resizing: boolean;
|
|
47
|
+
platform_editor_ai_quickstart_command: boolean;
|
|
47
48
|
}>;
|
|
48
49
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
49
50
|
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" | "
|
|
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_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;
|
|
@@ -190,13 +190,6 @@ declare namespace eeTest {
|
|
|
190
190
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
191
191
|
param: string;
|
|
192
192
|
};
|
|
193
|
-
platform_editor_controls_shadow: {
|
|
194
|
-
values: ("control" | "variant1")[];
|
|
195
|
-
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
196
|
-
defaultValue: "control" | "variant1";
|
|
197
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
198
|
-
param: string;
|
|
199
|
-
};
|
|
200
193
|
platform_editor_insertion: {
|
|
201
194
|
values: ("control" | "variant1")[];
|
|
202
195
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -268,19 +261,19 @@ declare namespace eeTest {
|
|
|
268
261
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
269
262
|
param: string;
|
|
270
263
|
};
|
|
271
|
-
|
|
264
|
+
editor_ai_converge_free_gen_on_rovo: {
|
|
272
265
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
273
266
|
defaultValue: boolean;
|
|
274
267
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
275
268
|
param: string;
|
|
276
269
|
};
|
|
277
|
-
|
|
270
|
+
editor_ai_cmd_palette_remove_retry: {
|
|
278
271
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
279
272
|
defaultValue: boolean;
|
|
280
273
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
281
274
|
param: string;
|
|
282
275
|
};
|
|
283
|
-
|
|
276
|
+
platform_editor_core_static_emotion: {
|
|
284
277
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
285
278
|
defaultValue: boolean;
|
|
286
279
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
@@ -298,6 +291,18 @@ declare namespace eeTest {
|
|
|
298
291
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
299
292
|
param: string;
|
|
300
293
|
};
|
|
294
|
+
platform_editor_breakout_resizing: {
|
|
295
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
296
|
+
defaultValue: boolean;
|
|
297
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
298
|
+
param: string;
|
|
299
|
+
};
|
|
300
|
+
platform_editor_ai_quickstart_command: {
|
|
301
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
302
|
+
defaultValue: boolean;
|
|
303
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
304
|
+
param: string;
|
|
305
|
+
};
|
|
301
306
|
}[ExperimentName]["defaultValue"], describeBody: jest.EmptyFunction) => void;
|
|
302
307
|
each: (describeBody: jest.EmptyFunction) => void;
|
|
303
308
|
};
|
|
@@ -123,13 +123,6 @@ export declare const editorExperimentsConfig: {
|
|
|
123
123
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
124
124
|
param: string;
|
|
125
125
|
};
|
|
126
|
-
platform_editor_controls_shadow: {
|
|
127
|
-
values: ("control" | "variant1")[];
|
|
128
|
-
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
129
|
-
defaultValue: "control" | "variant1";
|
|
130
|
-
productKeys?: import("./types").ProductKeys | undefined;
|
|
131
|
-
param: string;
|
|
132
|
-
};
|
|
133
126
|
platform_editor_insertion: {
|
|
134
127
|
values: ("control" | "variant1")[];
|
|
135
128
|
typeGuard: (value: unknown) => value is "control" | "variant1";
|
|
@@ -201,19 +194,19 @@ export declare const editorExperimentsConfig: {
|
|
|
201
194
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
202
195
|
param: string;
|
|
203
196
|
};
|
|
204
|
-
|
|
197
|
+
editor_ai_converge_free_gen_on_rovo: {
|
|
205
198
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
206
199
|
defaultValue: boolean;
|
|
207
200
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
208
201
|
param: string;
|
|
209
202
|
};
|
|
210
|
-
|
|
203
|
+
editor_ai_cmd_palette_remove_retry: {
|
|
211
204
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
212
205
|
defaultValue: boolean;
|
|
213
206
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
214
207
|
param: string;
|
|
215
208
|
};
|
|
216
|
-
|
|
209
|
+
platform_editor_core_static_emotion: {
|
|
217
210
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
218
211
|
defaultValue: boolean;
|
|
219
212
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
@@ -231,4 +224,16 @@ export declare const editorExperimentsConfig: {
|
|
|
231
224
|
productKeys?: import("./types").ProductKeys | undefined;
|
|
232
225
|
param: string;
|
|
233
226
|
};
|
|
227
|
+
platform_editor_breakout_resizing: {
|
|
228
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
229
|
+
defaultValue: boolean;
|
|
230
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
231
|
+
param: string;
|
|
232
|
+
};
|
|
233
|
+
platform_editor_ai_quickstart_command: {
|
|
234
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
235
|
+
defaultValue: boolean;
|
|
236
|
+
productKeys?: import("./types").ProductKeys | undefined;
|
|
237
|
+
param: string;
|
|
238
|
+
};
|
|
234
239
|
};
|
|
@@ -27,7 +27,6 @@ export declare let _overrides: Partial<{
|
|
|
27
27
|
live_pages_graceful_edit: "control" | "text-click-delayed" | "text-click-no-delay" | "initially-hide-toolbar";
|
|
28
28
|
platform_editor_ai_edit_response_in_preview: boolean;
|
|
29
29
|
platform_editor_controls: "control" | "variant1";
|
|
30
|
-
platform_editor_controls_shadow: "control" | "variant1";
|
|
31
30
|
platform_editor_insertion: "control" | "variant1";
|
|
32
31
|
platform_editor_vanilla_dom: boolean;
|
|
33
32
|
editor_text_highlight_orange_to_yellow: "test" | "control";
|
|
@@ -39,11 +38,13 @@ export declare let _overrides: Partial<{
|
|
|
39
38
|
platform_editor_usesharedpluginstateselector: boolean;
|
|
40
39
|
platform_renderer_fix_analytics_memo_callback: boolean;
|
|
41
40
|
editor_ai_contextual_selection_toolbar_button: "test" | "control";
|
|
41
|
+
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
42
42
|
editor_ai_cmd_palette_remove_retry: boolean;
|
|
43
43
|
platform_editor_core_static_emotion: boolean;
|
|
44
|
-
editor_ai_converge_free_gen_on_rovo: boolean;
|
|
45
44
|
editor_ai_comment_freegen_rovo: boolean;
|
|
46
45
|
confluence_p2m_style_recalc_and_expand_joint_exp: boolean;
|
|
46
|
+
platform_editor_breakout_resizing: boolean;
|
|
47
|
+
platform_editor_ai_quickstart_command: boolean;
|
|
47
48
|
}>;
|
|
48
49
|
export declare let _paramOverrides: EditorExperimentParamOverrides;
|
|
49
50
|
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.
|
|
3
|
+
"version": "4.24.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",
|