@atlaskit/tmp-editor-statsig 2.31.0 → 2.32.1
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 +17 -0
- package/dist/cjs/experiments-config.js +0 -19
- package/dist/es2019/experiments-config.js +0 -19
- package/dist/esm/experiments-config.js +0 -19
- package/dist/types/editor-experiments-test-utils.d.ts +1 -17
- package/dist/types/experiments-config.d.ts +0 -16
- package/dist/types/setup.d.ts +0 -2
- package/dist/types-ts4.5/editor-experiments-test-utils.d.ts +1 -17
- package/dist/types-ts4.5/experiments-config.d.ts +0 -16
- package/dist/types-ts4.5/setup.d.ts +0 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 2.32.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#100459](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100459)
|
|
8
|
+
[`105137587329b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/105137587329b) -
|
|
9
|
+
EDF-1803 Cleaned up platform_editor_ai_refine_response_button
|
|
10
|
+
|
|
11
|
+
## 2.32.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#100022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100022)
|
|
16
|
+
[`0010534ce6037`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0010534ce6037) -
|
|
17
|
+
[https://product-fabric.atlassian.net/browse/EDF-2058](EDF-2058) - cleanup
|
|
18
|
+
platform_editor_ai_knowledge_from_current_page Statsig experiment
|
|
19
|
+
|
|
3
20
|
## 2.31.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -220,16 +220,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
220
220
|
typeGuard: (0, _typeGuards.oneOf)(['control', 'skip_grammar']),
|
|
221
221
|
defaultValue: 'control'
|
|
222
222
|
},
|
|
223
|
-
// Added 2024-10-31
|
|
224
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_refine_response_button/setup
|
|
225
|
-
platform_editor_ai_refine_response_button: {
|
|
226
|
-
productKeys: {
|
|
227
|
-
confluence: 'platform_editor_ai_refine_response_button'
|
|
228
|
-
},
|
|
229
|
-
param: 'isEnabled',
|
|
230
|
-
typeGuard: _typeGuards.isBoolean,
|
|
231
|
-
defaultValue: false
|
|
232
|
-
},
|
|
233
223
|
'platform_editor_ai-prompts-placeholder': {
|
|
234
224
|
productKeys: {
|
|
235
225
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -328,15 +318,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
328
318
|
typeGuard: _typeGuards.isBoolean,
|
|
329
319
|
defaultValue: false
|
|
330
320
|
},
|
|
331
|
-
// Added 2024-12-03
|
|
332
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
333
|
-
productKeys: {
|
|
334
|
-
confluence: 'platform_editor_ai_knowledge_from_current_page'
|
|
335
|
-
},
|
|
336
|
-
param: 'isEnabled',
|
|
337
|
-
typeGuard: _typeGuards.isBoolean,
|
|
338
|
-
defaultValue: false
|
|
339
|
-
},
|
|
340
321
|
// Added 2024-12-05
|
|
341
322
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
342
323
|
productKeys: {
|
|
@@ -214,16 +214,6 @@ export const editorExperimentsConfig = {
|
|
|
214
214
|
typeGuard: oneOf(['control', 'skip_grammar']),
|
|
215
215
|
defaultValue: 'control'
|
|
216
216
|
},
|
|
217
|
-
// Added 2024-10-31
|
|
218
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_refine_response_button/setup
|
|
219
|
-
platform_editor_ai_refine_response_button: {
|
|
220
|
-
productKeys: {
|
|
221
|
-
confluence: 'platform_editor_ai_refine_response_button'
|
|
222
|
-
},
|
|
223
|
-
param: 'isEnabled',
|
|
224
|
-
typeGuard: isBoolean,
|
|
225
|
-
defaultValue: false
|
|
226
|
-
},
|
|
227
217
|
'platform_editor_ai-prompts-placeholder': {
|
|
228
218
|
productKeys: {
|
|
229
219
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -322,15 +312,6 @@ export const editorExperimentsConfig = {
|
|
|
322
312
|
typeGuard: isBoolean,
|
|
323
313
|
defaultValue: false
|
|
324
314
|
},
|
|
325
|
-
// Added 2024-12-03
|
|
326
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
327
|
-
productKeys: {
|
|
328
|
-
confluence: 'platform_editor_ai_knowledge_from_current_page'
|
|
329
|
-
},
|
|
330
|
-
param: 'isEnabled',
|
|
331
|
-
typeGuard: isBoolean,
|
|
332
|
-
defaultValue: false
|
|
333
|
-
},
|
|
334
315
|
// Added 2024-12-05
|
|
335
316
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
336
317
|
productKeys: {
|
|
@@ -214,16 +214,6 @@ export var editorExperimentsConfig = {
|
|
|
214
214
|
typeGuard: oneOf(['control', 'skip_grammar']),
|
|
215
215
|
defaultValue: 'control'
|
|
216
216
|
},
|
|
217
|
-
// Added 2024-10-31
|
|
218
|
-
// https://console.statsig.com/LqivKg6ADZZaGczRfBKfX/experiments/platform_editor_ai_refine_response_button/setup
|
|
219
|
-
platform_editor_ai_refine_response_button: {
|
|
220
|
-
productKeys: {
|
|
221
|
-
confluence: 'platform_editor_ai_refine_response_button'
|
|
222
|
-
},
|
|
223
|
-
param: 'isEnabled',
|
|
224
|
-
typeGuard: isBoolean,
|
|
225
|
-
defaultValue: false
|
|
226
|
-
},
|
|
227
217
|
'platform_editor_ai-prompts-placeholder': {
|
|
228
218
|
productKeys: {
|
|
229
219
|
confluence: 'platform_editor_ai-prompts-placeholder'
|
|
@@ -322,15 +312,6 @@ export var editorExperimentsConfig = {
|
|
|
322
312
|
typeGuard: isBoolean,
|
|
323
313
|
defaultValue: false
|
|
324
314
|
},
|
|
325
|
-
// Added 2024-12-03
|
|
326
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
327
|
-
productKeys: {
|
|
328
|
-
confluence: 'platform_editor_ai_knowledge_from_current_page'
|
|
329
|
-
},
|
|
330
|
-
param: 'isEnabled',
|
|
331
|
-
typeGuard: isBoolean,
|
|
332
|
-
defaultValue: false
|
|
333
|
-
},
|
|
334
315
|
// Added 2024-12-05
|
|
335
316
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
336
317
|
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" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -224,14 +224,6 @@ declare namespace eeTest {
|
|
|
224
224
|
typeGuard: (value: unknown) => value is "control" | "skip_grammar";
|
|
225
225
|
defaultValue: "control" | "skip_grammar";
|
|
226
226
|
};
|
|
227
|
-
platform_editor_ai_refine_response_button: {
|
|
228
|
-
productKeys: {
|
|
229
|
-
confluence: string;
|
|
230
|
-
};
|
|
231
|
-
param: string;
|
|
232
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
233
|
-
defaultValue: boolean;
|
|
234
|
-
};
|
|
235
227
|
'platform_editor_ai-prompts-placeholder': {
|
|
236
228
|
productKeys: {
|
|
237
229
|
confluence: string;
|
|
@@ -320,14 +312,6 @@ declare namespace eeTest {
|
|
|
320
312
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
321
313
|
defaultValue: boolean;
|
|
322
314
|
};
|
|
323
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
324
|
-
productKeys: {
|
|
325
|
-
confluence: string;
|
|
326
|
-
};
|
|
327
|
-
param: string;
|
|
328
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
329
|
-
defaultValue: boolean;
|
|
330
|
-
};
|
|
331
315
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
332
316
|
productKeys: {
|
|
333
317
|
confluence: string;
|
|
@@ -183,14 +183,6 @@ export declare const editorExperimentsConfig: {
|
|
|
183
183
|
typeGuard: (value: unknown) => value is "control" | "skip_grammar";
|
|
184
184
|
defaultValue: "control" | "skip_grammar";
|
|
185
185
|
};
|
|
186
|
-
platform_editor_ai_refine_response_button: {
|
|
187
|
-
productKeys: {
|
|
188
|
-
confluence: string;
|
|
189
|
-
};
|
|
190
|
-
param: string;
|
|
191
|
-
typeGuard: typeof isBoolean;
|
|
192
|
-
defaultValue: boolean;
|
|
193
|
-
};
|
|
194
186
|
'platform_editor_ai-prompts-placeholder': {
|
|
195
187
|
productKeys: {
|
|
196
188
|
confluence: string;
|
|
@@ -279,14 +271,6 @@ export declare const editorExperimentsConfig: {
|
|
|
279
271
|
typeGuard: typeof isBoolean;
|
|
280
272
|
defaultValue: boolean;
|
|
281
273
|
};
|
|
282
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
283
|
-
productKeys: {
|
|
284
|
-
confluence: string;
|
|
285
|
-
};
|
|
286
|
-
param: string;
|
|
287
|
-
typeGuard: typeof isBoolean;
|
|
288
|
-
defaultValue: boolean;
|
|
289
|
-
};
|
|
290
274
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
291
275
|
productKeys: {
|
|
292
276
|
confluence: string;
|
package/dist/types/setup.d.ts
CHANGED
|
@@ -25,7 +25,6 @@ export declare let _overrides: Partial<{
|
|
|
25
25
|
support_table_in_comment_jira: boolean;
|
|
26
26
|
comment_on_inline_node_spotlight: boolean;
|
|
27
27
|
'editor_ai_-_proactive_ai_model_variations': "control" | "skip_grammar";
|
|
28
|
-
platform_editor_ai_refine_response_button: boolean;
|
|
29
28
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
30
29
|
'editor_ai_-_gpt4_experiment': "control" | "einstein";
|
|
31
30
|
'nested-tables-in-tables': boolean;
|
|
@@ -37,7 +36,6 @@ export declare let _overrides: Partial<{
|
|
|
37
36
|
platform_editor_ai_draft_with_ai: boolean;
|
|
38
37
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
39
38
|
expand_selection_range_to_include_inline_node: boolean;
|
|
40
|
-
platform_editor_ai_knowledge_from_current_page: boolean;
|
|
41
39
|
platform_editor_blockquote_in_text_formatting_menu: boolean;
|
|
42
40
|
}>;
|
|
43
41
|
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" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "
|
|
48
|
+
var describe: <ExperimentName extends "example-boolean" | "example-multivariate" | "test-new-experiments-package" | "basic-text-transformations" | "dnd-input-performance-optimisation" | "element-level-templates" | "add-media-from-url" | "nested-dnd" | "table-nested-dnd" | "insert-menu-in-right-rail" | "support_table_in_comment" | "platform_editor_exp_lazy_node_views" | "platform_renderer_table_sticky_scrollbar" | "nest-media-and-codeblock-in-quote" | "nested-expand-in-expand" | "platform_editor_table_use_shared_state_hook" | "editor_ai_-_multi_prompts" | "comment_on_bodied_extensions" | "advanced_layouts" | "support_table_in_comment_jira" | "comment_on_inline_node_spotlight" | "editor_ai_-_proactive_ai_model_variations" | "platform_editor_ai-prompts-placeholder" | "editor_ai_-_gpt4_experiment" | "nested-tables-in-tables" | "platform_editor_ai_mentions_support" | "platform_editor_ai_change_tone_floating_toolbar" | "issue_view_action_items" | "contextual_formatting_toolbar" | "platform_editor_ai_1p_smart_link_unfurl_in_prompt" | "platform_editor_ai_draft_with_ai" | "platform_editor_ai_unsplash_page_header" | "expand_selection_range_to_include_inline_node" | "platform_editor_blockquote_in_text_formatting_menu">(experimentName: ExperimentName, describeName: string) => {
|
|
49
49
|
variant: (value: {
|
|
50
50
|
'example-boolean': {
|
|
51
51
|
productKeys: {
|
|
@@ -224,14 +224,6 @@ declare namespace eeTest {
|
|
|
224
224
|
typeGuard: (value: unknown) => value is "control" | "skip_grammar";
|
|
225
225
|
defaultValue: "control" | "skip_grammar";
|
|
226
226
|
};
|
|
227
|
-
platform_editor_ai_refine_response_button: {
|
|
228
|
-
productKeys: {
|
|
229
|
-
confluence: string;
|
|
230
|
-
};
|
|
231
|
-
param: string;
|
|
232
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
233
|
-
defaultValue: boolean;
|
|
234
|
-
};
|
|
235
227
|
'platform_editor_ai-prompts-placeholder': {
|
|
236
228
|
productKeys: {
|
|
237
229
|
confluence: string;
|
|
@@ -320,14 +312,6 @@ declare namespace eeTest {
|
|
|
320
312
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
321
313
|
defaultValue: boolean;
|
|
322
314
|
};
|
|
323
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
324
|
-
productKeys: {
|
|
325
|
-
confluence: string;
|
|
326
|
-
};
|
|
327
|
-
param: string;
|
|
328
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
329
|
-
defaultValue: boolean;
|
|
330
|
-
};
|
|
331
315
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
332
316
|
productKeys: {
|
|
333
317
|
confluence: string;
|
|
@@ -183,14 +183,6 @@ export declare const editorExperimentsConfig: {
|
|
|
183
183
|
typeGuard: (value: unknown) => value is "control" | "skip_grammar";
|
|
184
184
|
defaultValue: "control" | "skip_grammar";
|
|
185
185
|
};
|
|
186
|
-
platform_editor_ai_refine_response_button: {
|
|
187
|
-
productKeys: {
|
|
188
|
-
confluence: string;
|
|
189
|
-
};
|
|
190
|
-
param: string;
|
|
191
|
-
typeGuard: typeof isBoolean;
|
|
192
|
-
defaultValue: boolean;
|
|
193
|
-
};
|
|
194
186
|
'platform_editor_ai-prompts-placeholder': {
|
|
195
187
|
productKeys: {
|
|
196
188
|
confluence: string;
|
|
@@ -279,14 +271,6 @@ export declare const editorExperimentsConfig: {
|
|
|
279
271
|
typeGuard: typeof isBoolean;
|
|
280
272
|
defaultValue: boolean;
|
|
281
273
|
};
|
|
282
|
-
platform_editor_ai_knowledge_from_current_page: {
|
|
283
|
-
productKeys: {
|
|
284
|
-
confluence: string;
|
|
285
|
-
};
|
|
286
|
-
param: string;
|
|
287
|
-
typeGuard: typeof isBoolean;
|
|
288
|
-
defaultValue: boolean;
|
|
289
|
-
};
|
|
290
274
|
platform_editor_blockquote_in_text_formatting_menu: {
|
|
291
275
|
productKeys: {
|
|
292
276
|
confluence: string;
|
|
@@ -25,7 +25,6 @@ export declare let _overrides: Partial<{
|
|
|
25
25
|
support_table_in_comment_jira: boolean;
|
|
26
26
|
comment_on_inline_node_spotlight: boolean;
|
|
27
27
|
'editor_ai_-_proactive_ai_model_variations': "control" | "skip_grammar";
|
|
28
|
-
platform_editor_ai_refine_response_button: boolean;
|
|
29
28
|
'platform_editor_ai-prompts-placeholder': "test" | "control";
|
|
30
29
|
'editor_ai_-_gpt4_experiment': "control" | "einstein";
|
|
31
30
|
'nested-tables-in-tables': boolean;
|
|
@@ -37,7 +36,6 @@ export declare let _overrides: Partial<{
|
|
|
37
36
|
platform_editor_ai_draft_with_ai: boolean;
|
|
38
37
|
platform_editor_ai_unsplash_page_header: boolean;
|
|
39
38
|
expand_selection_range_to_include_inline_node: boolean;
|
|
40
|
-
platform_editor_ai_knowledge_from_current_page: boolean;
|
|
41
39
|
platform_editor_blockquote_in_text_formatting_menu: boolean;
|
|
42
40
|
}>;
|
|
43
41
|
export declare let _product: 'confluence' | 'jira' | 'test' | undefined;
|
package/package.json
CHANGED