@atlaskit/tmp-editor-statsig 12.6.0 → 12.7.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
|
@@ -617,6 +617,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
617
617
|
param: 'isEnabled',
|
|
618
618
|
defaultValue: false
|
|
619
619
|
}),
|
|
620
|
+
//Added 2025-07-16
|
|
621
|
+
platform_editor_toolbar_aifc_patch_3: (0, _experimentBuilders.createBooleanExperiment)({
|
|
622
|
+
productKeys: {
|
|
623
|
+
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
624
|
+
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
625
|
+
},
|
|
626
|
+
param: 'isEnabled',
|
|
627
|
+
defaultValue: false
|
|
628
|
+
}),
|
|
620
629
|
//Added 2025-08-13
|
|
621
630
|
platform_editor_ai_aifc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
622
631
|
productKeys: {
|
|
@@ -611,6 +611,15 @@ export const editorExperimentsConfig = {
|
|
|
611
611
|
param: 'isEnabled',
|
|
612
612
|
defaultValue: false
|
|
613
613
|
}),
|
|
614
|
+
//Added 2025-07-16
|
|
615
|
+
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
616
|
+
productKeys: {
|
|
617
|
+
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
618
|
+
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
619
|
+
},
|
|
620
|
+
param: 'isEnabled',
|
|
621
|
+
defaultValue: false
|
|
622
|
+
}),
|
|
614
623
|
//Added 2025-08-13
|
|
615
624
|
platform_editor_ai_aifc: createBooleanExperiment({
|
|
616
625
|
productKeys: {
|
|
@@ -611,6 +611,15 @@ export var editorExperimentsConfig = {
|
|
|
611
611
|
param: 'isEnabled',
|
|
612
612
|
defaultValue: false
|
|
613
613
|
}),
|
|
614
|
+
//Added 2025-07-16
|
|
615
|
+
platform_editor_toolbar_aifc_patch_3: createBooleanExperiment({
|
|
616
|
+
productKeys: {
|
|
617
|
+
jira: 'platform_editor_toolbar_aifc_patch_3',
|
|
618
|
+
confluence: 'platform_editor_toolbar_aifc_patch_3'
|
|
619
|
+
},
|
|
620
|
+
param: 'isEnabled',
|
|
621
|
+
defaultValue: false
|
|
622
|
+
}),
|
|
614
623
|
//Added 2025-08-13
|
|
615
624
|
platform_editor_ai_aifc: createBooleanExperiment({
|
|
616
625
|
productKeys: {
|
|
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
|
|
|
456
456
|
param: string;
|
|
457
457
|
productKeys?: import("./types").ProductKeys;
|
|
458
458
|
};
|
|
459
|
+
platform_editor_toolbar_aifc_patch_3: {
|
|
460
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
461
|
+
defaultValue: boolean;
|
|
462
|
+
param: string;
|
|
463
|
+
productKeys?: import("./types").ProductKeys;
|
|
464
|
+
};
|
|
459
465
|
platform_editor_ai_aifc: {
|
|
460
466
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
461
467
|
defaultValue: boolean;
|
|
@@ -456,6 +456,12 @@ export declare const editorExperimentsConfig: {
|
|
|
456
456
|
param: string;
|
|
457
457
|
productKeys?: import("./types").ProductKeys;
|
|
458
458
|
};
|
|
459
|
+
platform_editor_toolbar_aifc_patch_3: {
|
|
460
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
461
|
+
defaultValue: boolean;
|
|
462
|
+
param: string;
|
|
463
|
+
productKeys?: import("./types").ProductKeys;
|
|
464
|
+
};
|
|
459
465
|
platform_editor_ai_aifc: {
|
|
460
466
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
461
467
|
defaultValue: boolean;
|
package/package.json
CHANGED