@atlaskit/tmp-editor-statsig 12.31.0 → 12.32.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,16 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 12.32.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3313b6542c788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3313b6542c788) -
8
+ [ux] [ENGHEALTH-30483] use `hasCloseButton` or CloseButton for ModalHeader
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 12.31.0
4
15
 
5
16
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -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;
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.32.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": {