@atlaskit/tmp-editor-statsig 12.31.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,23 @@
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
+
10
+ ## 12.32.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`3313b6542c788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3313b6542c788) -
15
+ [ux] [ENGHEALTH-30483] use `hasCloseButton` or CloseButton for ModalHeader
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 12.31.0
4
22
 
5
23
  ### Minor Changes
@@ -1034,6 +1034,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1034
1034
  param: 'isEnabled',
1035
1035
  defaultValue: false
1036
1036
  }),
1037
+ // Added 2025-09-24
1038
+ platform_editor_update_modal_close_button: (0, _experimentBuilders.createBooleanExperiment)({
1039
+ productKeys: {
1040
+ confluence: 'platform_editor_update_modal_close_button'
1041
+ },
1042
+ param: 'isEnabled',
1043
+ defaultValue: false
1044
+ }),
1037
1045
  // Added 2025-09-16
1038
1046
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
1039
1047
  productKeys: {
@@ -1081,5 +1089,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1081
1089
  },
1082
1090
  param: 'isEnabled',
1083
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
1084
1100
  })
1085
1101
  };
@@ -1028,6 +1028,14 @@ export const editorExperimentsConfig = {
1028
1028
  param: 'isEnabled',
1029
1029
  defaultValue: false
1030
1030
  }),
1031
+ // Added 2025-09-24
1032
+ platform_editor_update_modal_close_button: createBooleanExperiment({
1033
+ productKeys: {
1034
+ confluence: 'platform_editor_update_modal_close_button'
1035
+ },
1036
+ param: 'isEnabled',
1037
+ defaultValue: false
1038
+ }),
1031
1039
  // Added 2025-09-16
1032
1040
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1033
1041
  productKeys: {
@@ -1075,5 +1083,13 @@ export const editorExperimentsConfig = {
1075
1083
  },
1076
1084
  param: 'isEnabled',
1077
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
1078
1094
  })
1079
1095
  };
@@ -1028,6 +1028,14 @@ export var editorExperimentsConfig = {
1028
1028
  param: 'isEnabled',
1029
1029
  defaultValue: false
1030
1030
  }),
1031
+ // Added 2025-09-24
1032
+ platform_editor_update_modal_close_button: createBooleanExperiment({
1033
+ productKeys: {
1034
+ confluence: 'platform_editor_update_modal_close_button'
1035
+ },
1036
+ param: 'isEnabled',
1037
+ defaultValue: false
1038
+ }),
1031
1039
  // Added 2025-09-16
1032
1040
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1033
1041
  productKeys: {
@@ -1075,5 +1083,13 @@ export var editorExperimentsConfig = {
1075
1083
  },
1076
1084
  param: 'isEnabled',
1077
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
1078
1094
  })
1079
1095
  };
@@ -758,6 +758,12 @@ export declare const editorExperimentsConfig: {
758
758
  param: string;
759
759
  productKeys?: import("./types").ProductKeys;
760
760
  };
761
+ platform_editor_update_modal_close_button: {
762
+ typeGuard: typeof import("./type-guards").isBoolean;
763
+ defaultValue: boolean;
764
+ param: string;
765
+ productKeys?: import("./types").ProductKeys;
766
+ };
761
767
  platform_editor_nested_table_refresh_width_fix: {
762
768
  typeGuard: typeof import("./type-guards").isBoolean;
763
769
  defaultValue: boolean;
@@ -794,4 +800,10 @@ export declare const editorExperimentsConfig: {
794
800
  param: string;
795
801
  productKeys?: import("./types").ProductKeys;
796
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
+ };
797
809
  };
@@ -758,6 +758,12 @@ export declare const editorExperimentsConfig: {
758
758
  param: string;
759
759
  productKeys?: import("./types").ProductKeys;
760
760
  };
761
+ platform_editor_update_modal_close_button: {
762
+ typeGuard: typeof import("./type-guards").isBoolean;
763
+ defaultValue: boolean;
764
+ param: string;
765
+ productKeys?: import("./types").ProductKeys;
766
+ };
761
767
  platform_editor_nested_table_refresh_width_fix: {
762
768
  typeGuard: typeof import("./type-guards").isBoolean;
763
769
  defaultValue: boolean;
@@ -794,4 +800,10 @@ export declare const editorExperimentsConfig: {
794
800
  param: string;
795
801
  productKeys?: import("./types").ProductKeys;
796
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
+ };
797
809
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.31.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",
@@ -33,7 +33,7 @@
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
35
  "@atlaskit/feature-gate-js-client": "^5.5.0",
36
- "@atlaskit/react-ufo": "^4.10.0",
36
+ "@atlaskit/react-ufo": "^4.11.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {