@atlaskit/tmp-editor-statsig 44.2.0 → 44.3.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,18 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 44.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`da1128b3090cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/da1128b3090cc) -
8
+ [EDITOR-5922] Update media picker to mount to popupsMountPoint (e.g. portal) if available so that
9
+ it is still visible when rendering outside of editor that has overflow hidden (e.g. resizable
10
+ editor)
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 44.2.0
4
17
 
5
18
  ### Minor Changes
@@ -1722,6 +1722,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1722
1722
  param: 'isEnabled',
1723
1723
  defaultValue: false
1724
1724
  }),
1725
+ // Added 2026-03-24
1726
+ platform_editor_fix_media_picker_hidden: (0, _experimentBuilders.createBooleanExperiment)({
1727
+ productKeys: {
1728
+ confluence: 'platform_editor_fix_media_picker_hidden',
1729
+ jira: 'platform_editor_fix_media_picker_hidden'
1730
+ },
1731
+ param: 'isEnabled',
1732
+ defaultValue: false
1733
+ }),
1725
1734
  // Added 2026-03-10
1726
1735
  platform_editor_analyse_table_with_merged_cells: (0, _experimentBuilders.createBooleanExperiment)({
1727
1736
  productKeys: {
@@ -1716,6 +1716,15 @@ export const editorExperimentsConfig = {
1716
1716
  param: 'isEnabled',
1717
1717
  defaultValue: false
1718
1718
  }),
1719
+ // Added 2026-03-24
1720
+ platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_fix_media_picker_hidden',
1723
+ jira: 'platform_editor_fix_media_picker_hidden'
1724
+ },
1725
+ param: 'isEnabled',
1726
+ defaultValue: false
1727
+ }),
1719
1728
  // Added 2026-03-10
1720
1729
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1721
1730
  productKeys: {
@@ -1716,6 +1716,15 @@ export var editorExperimentsConfig = {
1716
1716
  param: 'isEnabled',
1717
1717
  defaultValue: false
1718
1718
  }),
1719
+ // Added 2026-03-24
1720
+ platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1721
+ productKeys: {
1722
+ confluence: 'platform_editor_fix_media_picker_hidden',
1723
+ jira: 'platform_editor_fix_media_picker_hidden'
1724
+ },
1725
+ param: 'isEnabled',
1726
+ defaultValue: false
1727
+ }),
1719
1728
  // Added 2026-03-10
1720
1729
  platform_editor_analyse_table_with_merged_cells: createBooleanExperiment({
1721
1730
  productKeys: {
@@ -1272,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1272
1272
  productKeys?: ProductKeys;
1273
1273
  typeGuard: IsBooleanType;
1274
1274
  };
1275
+ platform_editor_fix_media_picker_hidden: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1275
1281
  platform_editor_analyse_table_with_merged_cells: {
1276
1282
  defaultValue: boolean;
1277
1283
  param: string;
@@ -1272,6 +1272,12 @@ export declare const editorExperimentsConfig: {
1272
1272
  productKeys?: ProductKeys;
1273
1273
  typeGuard: IsBooleanType;
1274
1274
  };
1275
+ platform_editor_fix_media_picker_hidden: {
1276
+ defaultValue: boolean;
1277
+ param: string;
1278
+ productKeys?: ProductKeys;
1279
+ typeGuard: IsBooleanType;
1280
+ };
1275
1281
  platform_editor_analyse_table_with_merged_cells: {
1276
1282
  defaultValue: boolean;
1277
1283
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "44.2.0",
3
+ "version": "44.3.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",
@@ -34,7 +34,7 @@
34
34
  "atlaskit:src": "src/index.ts",
35
35
  "dependencies": {
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
- "@atlaskit/react-ufo": "^5.4.0",
37
+ "@atlaskit/react-ufo": "^5.5.0",
38
38
  "@babel/runtime": "^7.0.0"
39
39
  },
40
40
  "peerDependencies": {