@atlaskit/media-viewer 52.4.9 → 52.4.11
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 +14 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/analytics/ufoExperiences.js +1 -1
- package/dist/cjs/navigation.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/analytics/ufoExperiences.js +1 -1
- package/dist/es2019/navigation.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/analytics/ufoExperiences.js +1 -1
- package/dist/esm/navigation.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/media-viewer
|
|
2
2
|
|
|
3
|
+
## 52.4.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#192710](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/192710)
|
|
8
|
+
[`b3b30f3bc4453`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3b30f3bc4453) -
|
|
9
|
+
Internal changes to how border radius and border width values are applied. No visual change.
|
|
10
|
+
|
|
11
|
+
## 52.4.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 52.4.9
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -10,7 +10,7 @@ exports.packageVersion = exports.packageName = void 0;
|
|
|
10
10
|
var _analytics = require("@atlaskit/media-common/analytics");
|
|
11
11
|
var componentName = exports.component = exports.componentName = 'mediaViewer';
|
|
12
12
|
var packageName = exports.packageName = "@atlaskit/media-viewer";
|
|
13
|
-
var packageVersion = exports.packageVersion = "52.4.
|
|
13
|
+
var packageVersion = exports.packageVersion = "52.4.10";
|
|
14
14
|
function getFileAttributes(fileState) {
|
|
15
15
|
if (!fileState) {
|
|
16
16
|
return {
|
|
@@ -13,7 +13,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
13
13
|
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; }
|
|
14
14
|
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; }
|
|
15
15
|
var packageName = "@atlaskit/media-viewer";
|
|
16
|
-
var packageVersion = "52.4.
|
|
16
|
+
var packageVersion = "52.4.10";
|
|
17
17
|
var ufoExperience;
|
|
18
18
|
var getExperience = function getExperience() {
|
|
19
19
|
if (!ufoExperience) {
|
package/dist/cjs/navigation.js
CHANGED
|
@@ -29,7 +29,7 @@ var prevNavButtonId = exports.prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
29
29
|
var wrapperStyles = (0, _primitives.xcss)({
|
|
30
30
|
width: '40px',
|
|
31
31
|
height: '40px',
|
|
32
|
-
borderRadius: '
|
|
32
|
+
borderRadius: 'border.radius.circle',
|
|
33
33
|
padding: 'space.0',
|
|
34
34
|
// @ts-ignore
|
|
35
35
|
backgroundColor: '#9FADBC',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ANALYTICS_MEDIA_CHANNEL, sanitiseAnalyticsPayload } from '@atlaskit/media-common/analytics';
|
|
2
2
|
const componentName = 'mediaViewer';
|
|
3
3
|
const packageName = "@atlaskit/media-viewer";
|
|
4
|
-
const packageVersion = "52.4.
|
|
4
|
+
const packageVersion = "52.4.10";
|
|
5
5
|
export { packageName, packageVersion, componentName, componentName as component };
|
|
6
6
|
export function getFileAttributes(fileState) {
|
|
7
7
|
if (!fileState) {
|
|
@@ -3,7 +3,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
|
3
3
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
5
|
const packageName = "@atlaskit/media-viewer";
|
|
6
|
-
const packageVersion = "52.4.
|
|
6
|
+
const packageVersion = "52.4.10";
|
|
7
7
|
let ufoExperience;
|
|
8
8
|
const getExperience = () => {
|
|
9
9
|
if (!ufoExperience) {
|
|
@@ -17,7 +17,7 @@ export const prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
17
17
|
const wrapperStyles = xcss({
|
|
18
18
|
width: '40px',
|
|
19
19
|
height: '40px',
|
|
20
|
-
borderRadius: '
|
|
20
|
+
borderRadius: 'border.radius.circle',
|
|
21
21
|
padding: 'space.0',
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
backgroundColor: '#9FADBC',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ANALYTICS_MEDIA_CHANNEL, sanitiseAnalyticsPayload } from '@atlaskit/media-common/analytics';
|
|
2
2
|
var componentName = 'mediaViewer';
|
|
3
3
|
var packageName = "@atlaskit/media-viewer";
|
|
4
|
-
var packageVersion = "52.4.
|
|
4
|
+
var packageVersion = "52.4.10";
|
|
5
5
|
export { packageName, packageVersion, componentName, componentName as component };
|
|
6
6
|
export function getFileAttributes(fileState) {
|
|
7
7
|
if (!fileState) {
|
|
@@ -6,7 +6,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
|
|
|
6
6
|
import { getFeatureFlagKeysAllProducts } from '@atlaskit/media-common';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
var packageName = "@atlaskit/media-viewer";
|
|
9
|
-
var packageVersion = "52.4.
|
|
9
|
+
var packageVersion = "52.4.10";
|
|
10
10
|
var ufoExperience;
|
|
11
11
|
var getExperience = function getExperience() {
|
|
12
12
|
if (!ufoExperience) {
|
package/dist/esm/navigation.js
CHANGED
|
@@ -24,7 +24,7 @@ export var prevNavButtonId = 'media-viewer-navigation-prev';
|
|
|
24
24
|
var wrapperStyles = xcss({
|
|
25
25
|
width: '40px',
|
|
26
26
|
height: '40px',
|
|
27
|
-
borderRadius: '
|
|
27
|
+
borderRadius: 'border.radius.circle',
|
|
28
28
|
padding: 'space.0',
|
|
29
29
|
// @ts-ignore
|
|
30
30
|
backgroundColor: '#9FADBC',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-viewer",
|
|
3
|
-
"version": "52.4.
|
|
3
|
+
"version": "52.4.11",
|
|
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/"
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
39
|
-
"@atlaskit/button": "^23.
|
|
39
|
+
"@atlaskit/button": "^23.3.0",
|
|
40
40
|
"@atlaskit/code": "^17.2.0",
|
|
41
41
|
"@atlaskit/css": "^0.12.0",
|
|
42
42
|
"@atlaskit/form": "^12.0.0",
|
|
43
43
|
"@atlaskit/heading": "^5.2.0",
|
|
44
|
-
"@atlaskit/icon": "^27.
|
|
44
|
+
"@atlaskit/icon": "^27.7.0",
|
|
45
45
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
46
46
|
"@atlaskit/icon-lab": "^5.2.0",
|
|
47
|
-
"@atlaskit/media-client": "^35.
|
|
47
|
+
"@atlaskit/media-client": "^35.2.0",
|
|
48
48
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
49
49
|
"@atlaskit/media-common": "^12.3.0",
|
|
50
50
|
"@atlaskit/media-document-viewer": "^0.3.0",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"@atlaskit/media-ui": "^28.6.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/portal": "^5.1.0",
|
|
55
|
-
"@atlaskit/primitives": "^14.
|
|
55
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
56
56
|
"@atlaskit/side-navigation": "^11.0.0",
|
|
57
|
-
"@atlaskit/spinner": "^
|
|
57
|
+
"@atlaskit/spinner": "^19.0.0",
|
|
58
58
|
"@atlaskit/textfield": "^8.0.0",
|
|
59
59
|
"@atlaskit/theme": "^19.0.0",
|
|
60
60
|
"@atlaskit/tokens": "^5.6.0",
|
|
61
|
-
"@atlaskit/tooltip": "^20.
|
|
61
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
62
62
|
"@atlaskit/ufo": "^0.4.0",
|
|
63
63
|
"@babel/runtime": "^7.0.0",
|
|
64
64
|
"@codemirror/language": "6.10.8",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@atlaskit/media-test-data": "^3.2.0",
|
|
95
95
|
"@atlaskit/media-test-helpers": "^37.0.0",
|
|
96
96
|
"@atlaskit/ssr": "workspace:^",
|
|
97
|
-
"@atlaskit/toggle": "^15.
|
|
97
|
+
"@atlaskit/toggle": "^15.1.0",
|
|
98
98
|
"@atlaskit/visual-regression": "workspace:^",
|
|
99
99
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
100
100
|
"@atlassian/ufo": "^0.7.0",
|