@atlaskit/tmp-editor-statsig 12.32.0 → 12.33.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
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`20c74a7647d3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20c74a7647d3e) -
8
+ [ux] ED-29274 Add missing tooltip for toolbar buttons
9
+
3
10
  ## 12.32.0
4
11
 
5
12
  ### Minor Changes
@@ -1089,5 +1089,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1089
1089
  },
1090
1090
  param: 'isEnabled',
1091
1091
  defaultValue: false
1092
+ }),
1093
+ // Added 2025-09-26
1094
+ platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
1095
+ productKeys: {
1096
+ confluence: 'platform_editor_toolbar_aifc_patch_6'
1097
+ },
1098
+ param: 'isEnabled',
1099
+ defaultValue: false
1092
1100
  })
1093
1101
  };
@@ -1083,5 +1083,13 @@ export const editorExperimentsConfig = {
1083
1083
  },
1084
1084
  param: 'isEnabled',
1085
1085
  defaultValue: false
1086
+ }),
1087
+ // Added 2025-09-26
1088
+ platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1089
+ productKeys: {
1090
+ confluence: 'platform_editor_toolbar_aifc_patch_6'
1091
+ },
1092
+ param: 'isEnabled',
1093
+ defaultValue: false
1086
1094
  })
1087
1095
  };
@@ -1083,5 +1083,13 @@ export var editorExperimentsConfig = {
1083
1083
  },
1084
1084
  param: 'isEnabled',
1085
1085
  defaultValue: false
1086
+ }),
1087
+ // Added 2025-09-26
1088
+ platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1089
+ productKeys: {
1090
+ confluence: 'platform_editor_toolbar_aifc_patch_6'
1091
+ },
1092
+ param: 'isEnabled',
1093
+ defaultValue: false
1086
1094
  })
1087
1095
  };
@@ -800,4 +800,10 @@ export declare const editorExperimentsConfig: {
800
800
  param: string;
801
801
  productKeys?: import("./types").ProductKeys;
802
802
  };
803
+ platform_editor_toolbar_aifc_patch_6: {
804
+ typeGuard: typeof import("./type-guards").isBoolean;
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: import("./types").ProductKeys;
808
+ };
803
809
  };
@@ -800,4 +800,10 @@ export declare const editorExperimentsConfig: {
800
800
  param: string;
801
801
  productKeys?: import("./types").ProductKeys;
802
802
  };
803
+ platform_editor_toolbar_aifc_patch_6: {
804
+ typeGuard: typeof import("./type-guards").isBoolean;
805
+ defaultValue: boolean;
806
+ param: string;
807
+ productKeys?: import("./types").ProductKeys;
808
+ };
803
809
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.32.0",
3
+ "version": "12.33.0",
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",