@atlaskit/media-picker 66.3.1 → 66.3.2

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,11 @@
1
1
  # @atlaskit/media-picker
2
2
 
3
+ ## 66.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
3
9
  ## 66.3.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -9,7 +9,7 @@ var _mediaClient = require("@atlaskit/media-client");
9
9
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
10
10
 
11
11
  var packageName = "@atlaskit/media-picker";
12
- var packageVersion = "66.3.1";
12
+ var packageVersion = "66.3.2";
13
13
  function getPackageAttributes(componentName) {
14
14
  return {
15
15
  packageName: packageName,
@@ -12,7 +12,7 @@ var _mediaClient = require("@atlaskit/media-client");
12
12
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
13
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
14
14
  var packageName = "@atlaskit/media-picker";
15
- var packageVersion = "66.3.1";
15
+ var packageVersion = "66.3.2";
16
16
  var ufoExperience;
17
17
  var initExperience = function initExperience(id, componentName) {
18
18
  if (!ufoExperience) {
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
3
3
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
4
4
 
5
5
  const packageName = "@atlaskit/media-picker";
6
- const packageVersion = "66.3.1";
6
+ const packageVersion = "66.3.2";
7
7
  export function getPackageAttributes(componentName) {
8
8
  return {
9
9
  packageName,
@@ -2,7 +2,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
2
2
  import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
3
3
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
4
4
  const packageName = "@atlaskit/media-picker";
5
- const packageVersion = "66.3.1";
5
+ const packageVersion = "66.3.2";
6
6
  let ufoExperience;
7
7
  const initExperience = (id, componentName) => {
8
8
  if (!ufoExperience) {
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -3,7 +3,7 @@ import { isRequestError } from '@atlaskit/media-client';
3
3
  // Component name will be prefixed with "media-picker-" in logs. Check ufoExperiences in utils files
4
4
 
5
5
  var packageName = "@atlaskit/media-picker";
6
- var packageVersion = "66.3.1";
6
+ var packageVersion = "66.3.2";
7
7
  export function getPackageAttributes(componentName) {
8
8
  return {
9
9
  packageName: packageName,
@@ -5,7 +5,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
5
5
  import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
6
6
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
7
7
  var packageName = "@atlaskit/media-picker";
8
- var packageVersion = "66.3.1";
8
+ var packageVersion = "66.3.2";
9
9
  var ufoExperience;
10
10
  var initExperience = function initExperience(id, componentName) {
11
11
  if (!ufoExperience) {
@@ -5,7 +5,7 @@ export interface UploadRejectionFlagGroupProps {
5
5
  readonly flagData: UploadRejectionData[];
6
6
  onFlagDismissed: () => void;
7
7
  }
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<UploadRejectionFlagGroupProps & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<UploadRejectionFlagGroupProps & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<UploadRejectionFlagGroupProps & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<UploadRejectionFlagGroupProps & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -5,7 +5,7 @@ export interface UploadRejectionFlagGroupProps {
5
5
  readonly flagData: UploadRejectionData[];
6
6
  onFlagDismissed: () => void;
7
7
  }
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<UploadRejectionFlagGroupProps & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<UploadRejectionFlagGroupProps & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<UploadRejectionFlagGroupProps & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<UploadRejectionFlagGroupProps & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "66.3.1",
3
+ "version": "66.3.2",
4
4
  "description": "Library for handling file uploads",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,10 +39,10 @@
39
39
  "@atlaskit/icon": "^22.1.0",
40
40
  "@atlaskit/media-client": "^26.2.0",
41
41
  "@atlaskit/media-client-react": "^2.0.0",
42
- "@atlaskit/media-common": "^11.0.0",
42
+ "@atlaskit/media-common": "^11.1.0",
43
43
  "@atlaskit/media-ui": "^25.4.0",
44
44
  "@atlaskit/theme": "^12.6.0",
45
- "@atlaskit/tokens": "^1.41.0",
45
+ "@atlaskit/tokens": "^1.42.0",
46
46
  "@atlaskit/ufo": "^0.2.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "eventemitter2": "^4.1.0",
@@ -79,7 +79,7 @@
79
79
  "react": "^16.8.0",
80
80
  "react-dom": "^16.8.0",
81
81
  "react-intl-next": "npm:react-intl@^5.18.1",
82
- "typescript": "~4.9.5",
82
+ "typescript": "~5.4.2",
83
83
  "wait-for-expect": "^1.2.0"
84
84
  },
85
85
  "techstack": {
@@ -91,4 +91,4 @@
91
91
  }
92
92
  },
93
93
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
94
- }
94
+ }
@@ -5,7 +5,7 @@
5
5
  "module:es2019": "../dist/es2019/types.js",
6
6
  "types": "../dist/types/types.d.ts",
7
7
  "typesVersions": {
8
- ">=4.5 <4.9": {
8
+ ">=4.5 <5.4": {
9
9
  "*": [
10
10
  "../dist/types-ts4.5/types.d.ts"
11
11
  ]