@atlaskit/tmp-editor-statsig 13.13.0 → 13.13.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
CHANGED
|
@@ -1054,5 +1054,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1054
1054
|
},
|
|
1055
1055
|
param: 'isEnabled',
|
|
1056
1056
|
defaultValue: false
|
|
1057
|
+
}),
|
|
1058
|
+
// Added 2025-10-15
|
|
1059
|
+
platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1060
|
+
productKeys: {
|
|
1061
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1062
|
+
},
|
|
1063
|
+
param: 'isEnabled',
|
|
1064
|
+
defaultValue: false
|
|
1057
1065
|
})
|
|
1058
1066
|
};
|
|
@@ -1048,5 +1048,13 @@ export const editorExperimentsConfig = {
|
|
|
1048
1048
|
},
|
|
1049
1049
|
param: 'isEnabled',
|
|
1050
1050
|
defaultValue: false
|
|
1051
|
+
}),
|
|
1052
|
+
// Added 2025-10-15
|
|
1053
|
+
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1054
|
+
productKeys: {
|
|
1055
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1056
|
+
},
|
|
1057
|
+
param: 'isEnabled',
|
|
1058
|
+
defaultValue: false
|
|
1051
1059
|
})
|
|
1052
1060
|
};
|
|
@@ -1048,5 +1048,13 @@ export var editorExperimentsConfig = {
|
|
|
1048
1048
|
},
|
|
1049
1049
|
param: 'isEnabled',
|
|
1050
1050
|
defaultValue: false
|
|
1051
|
+
}),
|
|
1052
|
+
// Added 2025-10-15
|
|
1053
|
+
platform_editor_new_mentions_detection_logic: createBooleanExperiment({
|
|
1054
|
+
productKeys: {
|
|
1055
|
+
confluence: 'platform_editor_new_mentions_detection_logic'
|
|
1056
|
+
},
|
|
1057
|
+
param: 'isEnabled',
|
|
1058
|
+
defaultValue: false
|
|
1051
1059
|
})
|
|
1052
1060
|
};
|
|
@@ -772,4 +772,10 @@ export declare const editorExperimentsConfig: {
|
|
|
772
772
|
param: string;
|
|
773
773
|
productKeys?: import("./types").ProductKeys;
|
|
774
774
|
};
|
|
775
|
+
platform_editor_new_mentions_detection_logic: {
|
|
776
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
777
|
+
defaultValue: boolean;
|
|
778
|
+
param: string;
|
|
779
|
+
productKeys?: import("./types").ProductKeys;
|
|
780
|
+
};
|
|
775
781
|
};
|
|
@@ -772,4 +772,10 @@ export declare const editorExperimentsConfig: {
|
|
|
772
772
|
param: string;
|
|
773
773
|
productKeys?: import("./types").ProductKeys;
|
|
774
774
|
};
|
|
775
|
+
platform_editor_new_mentions_detection_logic: {
|
|
776
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
777
|
+
defaultValue: boolean;
|
|
778
|
+
param: string;
|
|
779
|
+
productKeys?: import("./types").ProductKeys;
|
|
780
|
+
};
|
|
775
781
|
};
|
package/package.json
CHANGED