@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
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`03153a278b044`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/03153a278b044) -
8
+ Add new mentions detection logic
9
+
3
10
  ## 13.13.0
4
11
 
5
12
  ### Minor Changes
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.13.0",
3
+ "version": "13.13.1",
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",