@atlaskit/tmp-editor-statsig 89.2.0 → 89.4.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 +14 -0
- package/dist/cjs/experiments-config.js +24 -0
- package/dist/es2019/experiments-config.js +24 -0
- package/dist/esm/experiments-config.js +24 -0
- package/dist/types/experiments-config.d.ts +18 -0
- package/dist/types-ts4.5/experiments-config.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 89.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`aaf0bc9f036a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaf0bc9f036a7) -
|
|
8
|
+
[ux] Experiment change, update priority of link quick insert item
|
|
9
|
+
|
|
10
|
+
## 89.3.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`45b3cdde79f3f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45b3cdde79f3f) -
|
|
15
|
+
added exp entry
|
|
16
|
+
|
|
3
17
|
## 89.2.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -147,6 +147,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
147
147
|
param: 'isEnabled',
|
|
148
148
|
defaultValue: false
|
|
149
149
|
}),
|
|
150
|
+
confluence_quick_insert_embeds: (0, _experimentBuilders.createBooleanExperiment)({
|
|
151
|
+
productKeys: {
|
|
152
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
153
|
+
},
|
|
154
|
+
param: 'isEnabled',
|
|
155
|
+
defaultValue: false
|
|
156
|
+
}),
|
|
150
157
|
confluence_remix_icon_right_side: (0, _experimentBuilders.createBooleanExperiment)({
|
|
151
158
|
productKeys: {
|
|
152
159
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -2308,6 +2315,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2308
2315
|
param: 'isEnabled',
|
|
2309
2316
|
defaultValue: false
|
|
2310
2317
|
}),
|
|
2318
|
+
// Added 2026-05-25
|
|
2319
|
+
'a11y-fixes-week4-may-2026': (0, _experimentBuilders.createBooleanExperiment)({
|
|
2320
|
+
productKeys: {
|
|
2321
|
+
confluence: 'a11y-fixes-week4-may-2026',
|
|
2322
|
+
jira: 'a11y-fixes-week4-may-2026'
|
|
2323
|
+
},
|
|
2324
|
+
param: 'isEnabled',
|
|
2325
|
+
defaultValue: false
|
|
2326
|
+
}),
|
|
2311
2327
|
// Added 2026-05-21
|
|
2312
2328
|
fix_free_gen_prompt_bar_position: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2313
2329
|
productKeys: {
|
|
@@ -2365,5 +2381,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2365
2381
|
},
|
|
2366
2382
|
param: 'isEnabled',
|
|
2367
2383
|
defaultValue: false
|
|
2384
|
+
}),
|
|
2385
|
+
// Added 2026-06-08
|
|
2386
|
+
cc_ai_insert_to_page_rovo_chat_experiment: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2387
|
+
productKeys: {
|
|
2388
|
+
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
2389
|
+
},
|
|
2390
|
+
param: 'isEnabled',
|
|
2391
|
+
defaultValue: false
|
|
2368
2392
|
})
|
|
2369
2393
|
};
|
|
@@ -141,6 +141,13 @@ export const editorExperimentsConfig = {
|
|
|
141
141
|
param: 'isEnabled',
|
|
142
142
|
defaultValue: false
|
|
143
143
|
}),
|
|
144
|
+
confluence_quick_insert_embeds: createBooleanExperiment({
|
|
145
|
+
productKeys: {
|
|
146
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
147
|
+
},
|
|
148
|
+
param: 'isEnabled',
|
|
149
|
+
defaultValue: false
|
|
150
|
+
}),
|
|
144
151
|
confluence_remix_icon_right_side: createBooleanExperiment({
|
|
145
152
|
productKeys: {
|
|
146
153
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -2302,6 +2309,15 @@ export const editorExperimentsConfig = {
|
|
|
2302
2309
|
param: 'isEnabled',
|
|
2303
2310
|
defaultValue: false
|
|
2304
2311
|
}),
|
|
2312
|
+
// Added 2026-05-25
|
|
2313
|
+
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
2314
|
+
productKeys: {
|
|
2315
|
+
confluence: 'a11y-fixes-week4-may-2026',
|
|
2316
|
+
jira: 'a11y-fixes-week4-may-2026'
|
|
2317
|
+
},
|
|
2318
|
+
param: 'isEnabled',
|
|
2319
|
+
defaultValue: false
|
|
2320
|
+
}),
|
|
2305
2321
|
// Added 2026-05-21
|
|
2306
2322
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2307
2323
|
productKeys: {
|
|
@@ -2359,5 +2375,13 @@ export const editorExperimentsConfig = {
|
|
|
2359
2375
|
},
|
|
2360
2376
|
param: 'isEnabled',
|
|
2361
2377
|
defaultValue: false
|
|
2378
|
+
}),
|
|
2379
|
+
// Added 2026-06-08
|
|
2380
|
+
cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
|
|
2381
|
+
productKeys: {
|
|
2382
|
+
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
2383
|
+
},
|
|
2384
|
+
param: 'isEnabled',
|
|
2385
|
+
defaultValue: false
|
|
2362
2386
|
})
|
|
2363
2387
|
};
|
|
@@ -141,6 +141,13 @@ export var editorExperimentsConfig = {
|
|
|
141
141
|
param: 'isEnabled',
|
|
142
142
|
defaultValue: false
|
|
143
143
|
}),
|
|
144
|
+
confluence_quick_insert_embeds: createBooleanExperiment({
|
|
145
|
+
productKeys: {
|
|
146
|
+
confluence: 'confluence_quick_insert_embeds'
|
|
147
|
+
},
|
|
148
|
+
param: 'isEnabled',
|
|
149
|
+
defaultValue: false
|
|
150
|
+
}),
|
|
144
151
|
confluence_remix_icon_right_side: createBooleanExperiment({
|
|
145
152
|
productKeys: {
|
|
146
153
|
confluence: 'confluence_remix_icon_right_side'
|
|
@@ -2302,6 +2309,15 @@ export var editorExperimentsConfig = {
|
|
|
2302
2309
|
param: 'isEnabled',
|
|
2303
2310
|
defaultValue: false
|
|
2304
2311
|
}),
|
|
2312
|
+
// Added 2026-05-25
|
|
2313
|
+
'a11y-fixes-week4-may-2026': createBooleanExperiment({
|
|
2314
|
+
productKeys: {
|
|
2315
|
+
confluence: 'a11y-fixes-week4-may-2026',
|
|
2316
|
+
jira: 'a11y-fixes-week4-may-2026'
|
|
2317
|
+
},
|
|
2318
|
+
param: 'isEnabled',
|
|
2319
|
+
defaultValue: false
|
|
2320
|
+
}),
|
|
2305
2321
|
// Added 2026-05-21
|
|
2306
2322
|
fix_free_gen_prompt_bar_position: createBooleanExperiment({
|
|
2307
2323
|
productKeys: {
|
|
@@ -2359,5 +2375,13 @@ export var editorExperimentsConfig = {
|
|
|
2359
2375
|
},
|
|
2360
2376
|
param: 'isEnabled',
|
|
2361
2377
|
defaultValue: false
|
|
2378
|
+
}),
|
|
2379
|
+
// Added 2026-06-08
|
|
2380
|
+
cc_ai_insert_to_page_rovo_chat_experiment: createBooleanExperiment({
|
|
2381
|
+
productKeys: {
|
|
2382
|
+
confluence: 'cc_ai_insert_to_page_rovo_chat_experiment'
|
|
2383
|
+
},
|
|
2384
|
+
param: 'isEnabled',
|
|
2385
|
+
defaultValue: false
|
|
2362
2386
|
})
|
|
2363
2387
|
};
|
|
@@ -275,6 +275,12 @@ export declare const editorExperimentsConfig: {
|
|
|
275
275
|
productKeys?: ProductKeys;
|
|
276
276
|
typeGuard: IsBooleanType;
|
|
277
277
|
};
|
|
278
|
+
confluence_quick_insert_embeds: {
|
|
279
|
+
defaultValue: boolean;
|
|
280
|
+
param: string;
|
|
281
|
+
productKeys?: ProductKeys;
|
|
282
|
+
typeGuard: IsBooleanType;
|
|
283
|
+
};
|
|
278
284
|
platform_editor_layout_keywords: {
|
|
279
285
|
defaultValue: boolean;
|
|
280
286
|
param: string;
|
|
@@ -1694,6 +1700,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1694
1700
|
productKeys?: ProductKeys;
|
|
1695
1701
|
typeGuard: IsBooleanType;
|
|
1696
1702
|
};
|
|
1703
|
+
'a11y-fixes-week4-may-2026': {
|
|
1704
|
+
defaultValue: boolean;
|
|
1705
|
+
param: string;
|
|
1706
|
+
productKeys?: ProductKeys;
|
|
1707
|
+
typeGuard: IsBooleanType;
|
|
1708
|
+
};
|
|
1697
1709
|
fix_free_gen_prompt_bar_position: {
|
|
1698
1710
|
defaultValue: boolean;
|
|
1699
1711
|
param: string;
|
|
@@ -1730,5 +1742,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1730
1742
|
productKeys?: ProductKeys;
|
|
1731
1743
|
typeGuard: IsBooleanType;
|
|
1732
1744
|
};
|
|
1745
|
+
cc_ai_insert_to_page_rovo_chat_experiment: {
|
|
1746
|
+
defaultValue: boolean;
|
|
1747
|
+
param: string;
|
|
1748
|
+
productKeys?: ProductKeys;
|
|
1749
|
+
typeGuard: IsBooleanType;
|
|
1750
|
+
};
|
|
1733
1751
|
};
|
|
1734
1752
|
export {};
|
|
@@ -275,6 +275,12 @@ export declare const editorExperimentsConfig: {
|
|
|
275
275
|
productKeys?: ProductKeys;
|
|
276
276
|
typeGuard: IsBooleanType;
|
|
277
277
|
};
|
|
278
|
+
confluence_quick_insert_embeds: {
|
|
279
|
+
defaultValue: boolean;
|
|
280
|
+
param: string;
|
|
281
|
+
productKeys?: ProductKeys;
|
|
282
|
+
typeGuard: IsBooleanType;
|
|
283
|
+
};
|
|
278
284
|
platform_editor_layout_keywords: {
|
|
279
285
|
defaultValue: boolean;
|
|
280
286
|
param: string;
|
|
@@ -1694,6 +1700,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1694
1700
|
productKeys?: ProductKeys;
|
|
1695
1701
|
typeGuard: IsBooleanType;
|
|
1696
1702
|
};
|
|
1703
|
+
'a11y-fixes-week4-may-2026': {
|
|
1704
|
+
defaultValue: boolean;
|
|
1705
|
+
param: string;
|
|
1706
|
+
productKeys?: ProductKeys;
|
|
1707
|
+
typeGuard: IsBooleanType;
|
|
1708
|
+
};
|
|
1697
1709
|
fix_free_gen_prompt_bar_position: {
|
|
1698
1710
|
defaultValue: boolean;
|
|
1699
1711
|
param: string;
|
|
@@ -1730,5 +1742,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1730
1742
|
productKeys?: ProductKeys;
|
|
1731
1743
|
typeGuard: IsBooleanType;
|
|
1732
1744
|
};
|
|
1745
|
+
cc_ai_insert_to_page_rovo_chat_experiment: {
|
|
1746
|
+
defaultValue: boolean;
|
|
1747
|
+
param: string;
|
|
1748
|
+
productKeys?: ProductKeys;
|
|
1749
|
+
typeGuard: IsBooleanType;
|
|
1750
|
+
};
|
|
1733
1751
|
};
|
|
1734
1752
|
export {};
|
package/package.json
CHANGED