@atlaskit/media-viewer 53.1.0 → 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
|
@@ -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)(
|
|
251
|
-
role:
|
|
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(
|
|
223
|
-
role:
|
|
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(
|
|
243
|
-
role:
|
|
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-viewer",
|
|
3
|
-
"version": "53.1.
|
|
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.
|
|
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.
|
|
43
|
+
"@atlaskit/media-client": "^36.1.0",
|
|
44
44
|
"@atlaskit/media-client-react": "^5.1.0",
|
|
45
|
-
"@atlaskit/media-common": "^13.
|
|
45
|
+
"@atlaskit/media-common": "^13.2.0",
|
|
46
46
|
"@atlaskit/media-document-viewer": "^0.6.0",
|
|
47
47
|
"@atlaskit/media-svg": "^2.3.0",
|
|
48
48
|
"@atlaskit/media-ui": "^29.1.0",
|
|
49
49
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
50
|
-
"@atlaskit/portal": "^5.
|
|
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": "^
|
|
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",
|