@atlaskit/media-viewer 53.0.2 → 53.1.1

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,22 @@
1
1
  # @atlaskit/media-viewer
2
2
 
3
+ ## 53.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 53.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`818d7e656a226`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/818d7e656a226) -
14
+ Autofix: add explicit package exports (barrel removal)
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 53.0.2
4
21
 
5
22
  ### Patch Changes
@@ -247,8 +247,8 @@ var ImageWrapper = exports.ImageWrapper = /*#__PURE__*/(0, _react.forwardRef)(fu
247
247
  onClick = _ref19.onClick,
248
248
  style = _ref19.style,
249
249
  className = _ref19.className;
250
- var a11yProps = (0, _platformFeatureFlags.fg)("platform_media_a11y_suppression_fixes") ? {
251
- role: "none"
250
+ var a11yProps = (0, _platformFeatureFlags.fg)('platform_media_a11y_suppression_fixes') ? {
251
+ role: 'none'
252
252
  } : {};
253
253
  return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({}, a11yProps, {
254
254
  "data-testid": datatestId,
@@ -219,8 +219,8 @@ export const ImageWrapper = /*#__PURE__*/forwardRef(({
219
219
  style,
220
220
  className
221
221
  }, ref) => {
222
- const a11yProps = fg("platform_media_a11y_suppression_fixes") ? {
223
- role: "none"
222
+ const a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
223
+ role: 'none'
224
224
  } : {};
225
225
  return /*#__PURE__*/React.createElement("div", _extends({}, a11yProps, {
226
226
  "data-testid": datatestId,
@@ -239,8 +239,8 @@ export var ImageWrapper = /*#__PURE__*/forwardRef(function (_ref19, ref) {
239
239
  onClick = _ref19.onClick,
240
240
  style = _ref19.style,
241
241
  className = _ref19.className;
242
- var a11yProps = fg("platform_media_a11y_suppression_fixes") ? {
243
- role: "none"
242
+ var a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
243
+ role: 'none'
244
244
  } : {};
245
245
  return /*#__PURE__*/React.createElement("div", _extends({}, a11yProps, {
246
246
  "data-testid": datatestId,
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/media-viewer/media-viewer-loader",
3
+ "main": "../dist/cjs/components/media-viewer-loader.js",
4
+ "module": "../dist/esm/components/media-viewer-loader.js",
5
+ "module:es2019": "../dist/es2019/components/media-viewer-loader.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/components/media-viewer-loader.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/components/media-viewer-loader.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-viewer",
3
- "version": "53.0.2",
3
+ "version": "53.1.1",
4
4
  "description": "MediaViewer is Atlassian's powerful solution for viewing files on the web. It's both powerful and extendable yet easy-to-integrate",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,28 +33,28 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/analytics-next": "^11.2.0",
35
35
  "@atlaskit/button": "^23.11.0",
36
- "@atlaskit/code": "^17.4.0",
36
+ "@atlaskit/code": "^17.5.0",
37
37
  "@atlaskit/css": "^0.19.0",
38
38
  "@atlaskit/form": "^15.5.0",
39
39
  "@atlaskit/heading": "^5.4.0",
40
40
  "@atlaskit/icon": "^34.3.0",
41
41
  "@atlaskit/icon-file-type": "^7.0.0",
42
42
  "@atlaskit/icon-lab": "^6.6.0",
43
- "@atlaskit/media-client": "^36.0.0",
44
- "@atlaskit/media-client-react": "^5.0.0",
45
- "@atlaskit/media-common": "^13.0.0",
43
+ "@atlaskit/media-client": "^36.1.0",
44
+ "@atlaskit/media-client-react": "^5.1.0",
45
+ "@atlaskit/media-common": "^13.2.0",
46
46
  "@atlaskit/media-document-viewer": "^0.6.0",
47
- "@atlaskit/media-svg": "^2.2.0",
48
- "@atlaskit/media-ui": "^29.0.0",
47
+ "@atlaskit/media-svg": "^2.3.0",
48
+ "@atlaskit/media-ui": "^29.1.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
- "@atlaskit/portal": "^5.4.0",
50
+ "@atlaskit/portal": "^5.5.0",
51
51
  "@atlaskit/primitives": "^19.0.0",
52
52
  "@atlaskit/side-navigation": "^11.2.0",
53
53
  "@atlaskit/spinner": "^19.1.0",
54
54
  "@atlaskit/textfield": "^8.3.0",
55
55
  "@atlaskit/theme": "^23.2.0",
56
56
  "@atlaskit/tokens": "^13.0.0",
57
- "@atlaskit/tooltip": "^21.2.0",
57
+ "@atlaskit/tooltip": "^22.0.0",
58
58
  "@atlaskit/ufo": "^0.4.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@codemirror/language": "6.10.8",
@@ -86,8 +86,8 @@
86
86
  "@af/visual-regression": "workspace:^",
87
87
  "@atlaskit/media-core": "^37.0.0",
88
88
  "@atlaskit/media-integration-test-helpers": "workspace:^",
89
- "@atlaskit/media-state": "^2.0.0",
90
- "@atlaskit/media-test-data": "^3.2.0",
89
+ "@atlaskit/media-state": "^2.1.0",
90
+ "@atlaskit/media-test-data": "^3.3.0",
91
91
  "@atlaskit/media-test-helpers": "^41.0.0",
92
92
  "@atlaskit/ssr": "workspace:^",
93
93
  "@atlaskit/toggle": "^15.6.0",
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/media-viewer/types",
3
+ "main": "../dist/cjs/components/types.js",
4
+ "module": "../dist/esm/components/types.js",
5
+ "module:es2019": "../dist/es2019/components/types.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/components/types.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/components/types.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/media-viewer/viewer-options",
3
+ "main": "../dist/cjs/viewerOptions.js",
4
+ "module": "../dist/esm/viewerOptions.js",
5
+ "module:es2019": "../dist/es2019/viewerOptions.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/viewerOptions.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/viewerOptions.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }