@atlaskit/tmp-editor-statsig 12.30.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,23 @@
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
+
14
+ ## 12.31.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [`fb6997c75469f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/fb6997c75469f) -
19
+ [ux] ED-29319 [CR-6a] Update full page toolbar responstiveness
20
+
3
21
  ## 12.30.0
4
22
 
5
23
  ### Minor Changes
@@ -729,6 +729,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
729
729
  param: 'isEnabled',
730
730
  defaultValue: false
731
731
  }),
732
+ // Added 2025-09-19
733
+ platform_editor_toolbar_aifc_responsiveness_update: (0, _experimentBuilders.createBooleanExperiment)({
734
+ productKeys: {
735
+ confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
736
+ },
737
+ param: 'isEnabled',
738
+ defaultValue: false
739
+ }),
732
740
  // Added 2025-07-30
733
741
  platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
734
742
  productKeys: {
@@ -1026,6 +1034,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1026
1034
  param: 'isEnabled',
1027
1035
  defaultValue: false
1028
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
+ }),
1029
1045
  // Added 2025-09-16
1030
1046
  platform_editor_nested_table_refresh_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
1031
1047
  productKeys: {
@@ -723,6 +723,14 @@ export const editorExperimentsConfig = {
723
723
  param: 'isEnabled',
724
724
  defaultValue: false
725
725
  }),
726
+ // Added 2025-09-19
727
+ platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
728
+ productKeys: {
729
+ confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
730
+ },
731
+ param: 'isEnabled',
732
+ defaultValue: false
733
+ }),
726
734
  // Added 2025-07-30
727
735
  platform_editor_pasting_nested_table_fix: createBooleanExperiment({
728
736
  productKeys: {
@@ -1020,6 +1028,14 @@ export const editorExperimentsConfig = {
1020
1028
  param: 'isEnabled',
1021
1029
  defaultValue: false
1022
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
+ }),
1023
1039
  // Added 2025-09-16
1024
1040
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1025
1041
  productKeys: {
@@ -723,6 +723,14 @@ export var editorExperimentsConfig = {
723
723
  param: 'isEnabled',
724
724
  defaultValue: false
725
725
  }),
726
+ // Added 2025-09-19
727
+ platform_editor_toolbar_aifc_responsiveness_update: createBooleanExperiment({
728
+ productKeys: {
729
+ confluence: 'platform_editor_toolbar_aifc_responsiveness_update'
730
+ },
731
+ param: 'isEnabled',
732
+ defaultValue: false
733
+ }),
726
734
  // Added 2025-07-30
727
735
  platform_editor_pasting_nested_table_fix: createBooleanExperiment({
728
736
  productKeys: {
@@ -1020,6 +1028,14 @@ export var editorExperimentsConfig = {
1020
1028
  param: 'isEnabled',
1021
1029
  defaultValue: false
1022
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
+ }),
1023
1039
  // Added 2025-09-16
1024
1040
  platform_editor_nested_table_refresh_width_fix: createBooleanExperiment({
1025
1041
  productKeys: {
@@ -535,6 +535,12 @@ export declare const editorExperimentsConfig: {
535
535
  param: string;
536
536
  productKeys?: import("./types").ProductKeys;
537
537
  };
538
+ platform_editor_toolbar_aifc_responsiveness_update: {
539
+ typeGuard: typeof import("./type-guards").isBoolean;
540
+ defaultValue: boolean;
541
+ param: string;
542
+ productKeys?: import("./types").ProductKeys;
543
+ };
538
544
  platform_editor_pasting_nested_table_fix: {
539
545
  typeGuard: typeof import("./type-guards").isBoolean;
540
546
  defaultValue: boolean;
@@ -752,6 +758,12 @@ export declare const editorExperimentsConfig: {
752
758
  param: string;
753
759
  productKeys?: import("./types").ProductKeys;
754
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
+ };
755
767
  platform_editor_nested_table_refresh_width_fix: {
756
768
  typeGuard: typeof import("./type-guards").isBoolean;
757
769
  defaultValue: boolean;
@@ -535,6 +535,12 @@ export declare const editorExperimentsConfig: {
535
535
  param: string;
536
536
  productKeys?: import("./types").ProductKeys;
537
537
  };
538
+ platform_editor_toolbar_aifc_responsiveness_update: {
539
+ typeGuard: typeof import("./type-guards").isBoolean;
540
+ defaultValue: boolean;
541
+ param: string;
542
+ productKeys?: import("./types").ProductKeys;
543
+ };
538
544
  platform_editor_pasting_nested_table_fix: {
539
545
  typeGuard: typeof import("./type-guards").isBoolean;
540
546
  defaultValue: boolean;
@@ -752,6 +758,12 @@ export declare const editorExperimentsConfig: {
752
758
  param: string;
753
759
  productKeys?: import("./types").ProductKeys;
754
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
+ };
755
767
  platform_editor_nested_table_refresh_width_fix: {
756
768
  typeGuard: typeof import("./type-guards").isBoolean;
757
769
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "12.30.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": {