@atlaskit/media-viewer 52.4.24 → 52.4.25
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
package/compass.yml
CHANGED
|
@@ -29,7 +29,7 @@ links:
|
|
|
29
29
|
url: 'https://atlassian.slack.com/archives/C05J5GNHPLN'
|
|
30
30
|
- name: ''
|
|
31
31
|
type: ON_CALL
|
|
32
|
-
url: 'https://
|
|
32
|
+
url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b62291ff-4029-4f26-b7fc-d75d46d7aebc'
|
|
33
33
|
- name: ''
|
|
34
34
|
type: PROJECT
|
|
35
35
|
url: 'https://product-fabric.atlassian.net/jira/software/c/projects/BMPT/boards/5090'
|
|
@@ -634,7 +634,7 @@ var Img = exports.Img = function Img(_ref25) {
|
|
|
634
634
|
}
|
|
635
635
|
}, [canDrag, isDragging]);
|
|
636
636
|
return (
|
|
637
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
|
|
637
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
638
638
|
(0, _react.jsx)("img", {
|
|
639
639
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
640
640
|
className: className
|
|
@@ -601,7 +601,7 @@ export const Img = ({
|
|
|
601
601
|
}
|
|
602
602
|
}, [canDrag, isDragging]);
|
|
603
603
|
return (
|
|
604
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
|
|
604
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
605
605
|
jsx("img", {
|
|
606
606
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
607
607
|
className: className
|
|
@@ -625,7 +625,7 @@ export var Img = function Img(_ref25) {
|
|
|
625
625
|
}
|
|
626
626
|
}, [canDrag, isDragging]);
|
|
627
627
|
return (
|
|
628
|
-
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
|
|
628
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions, @atlassian/a11y/no-noninteractive-element-interactions
|
|
629
629
|
jsx("img", {
|
|
630
630
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
631
631
|
className: className
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-viewer",
|
|
3
|
-
"version": "52.4.
|
|
3
|
+
"version": "52.4.25",
|
|
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/"
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
35
|
-
"@atlaskit/button": "^23.
|
|
35
|
+
"@atlaskit/button": "^23.5.0",
|
|
36
36
|
"@atlaskit/code": "^17.2.0",
|
|
37
37
|
"@atlaskit/css": "^0.14.0",
|
|
38
38
|
"@atlaskit/form": "^14.2.0",
|
|
39
39
|
"@atlaskit/heading": "^5.2.0",
|
|
40
40
|
"@atlaskit/icon": "^28.3.0",
|
|
41
41
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
42
|
-
"@atlaskit/icon-lab": "^5.
|
|
43
|
-
"@atlaskit/media-client": "^35.
|
|
42
|
+
"@atlaskit/icon-lab": "^5.8.0",
|
|
43
|
+
"@atlaskit/media-client": "^35.4.0",
|
|
44
44
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
45
45
|
"@atlaskit/media-common": "^12.3.0",
|
|
46
|
-
"@atlaskit/media-document-viewer": "^0.
|
|
46
|
+
"@atlaskit/media-document-viewer": "^0.4.0",
|
|
47
47
|
"@atlaskit/media-svg": "^2.1.0",
|
|
48
48
|
"@atlaskit/media-ui": "^28.7.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|