@atlaskit/media-ui 28.7.5 → 28.7.6

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-ui
2
2
 
3
+ ## 28.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 28.7.5
4
10
 
5
11
  ### Patch Changes
@@ -302,7 +302,7 @@ var Video = exports.Video = /*#__PURE__*/function (_Component) {
302
302
  if (sourceType === 'video') {
303
303
  return children(
304
304
  /*#__PURE__*/
305
- // eslint-disable-next-line jsx-a11y/media-has-caption
305
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
306
306
  _react.default.createElement("video", (0, _extends2.default)({
307
307
  "data-testid": "media-video-element",
308
308
  ref: this.videoRef,
@@ -314,7 +314,7 @@ var Video = exports.Video = /*#__PURE__*/function (_Component) {
314
314
  onError: onTextTrackError
315
315
  })), videoState, actions, this.videoRef);
316
316
  } else {
317
- // eslint-disable-next-line jsx-a11y/media-has-caption
317
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
318
318
  return children( /*#__PURE__*/_react.default.createElement("audio", (0, _extends2.default)({
319
319
  ref: this.audioRef
320
320
  }, props)), videoState, actions, this.audioRef);
@@ -32,7 +32,7 @@ var ImageComponent = exports.ImageComponent = function ImageComponent(props) {
32
32
  otherProps = (0, _objectWithoutProperties2.default)(props, _excluded);
33
33
  return (
34
34
  /*#__PURE__*/
35
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-a11y/alt-text -- Ignored via go/DSP-18766
35
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlassian/a11y/alt-text -- Ignored via go/DSP-18766
36
36
  _react.default.createElement("img", (0, _extends2.default)({}, otherProps, {
37
37
  ref: imageRef,
38
38
  style: _objectSpread(_objectSpread({}, imgStyle), style)
@@ -298,7 +298,7 @@ export class Video extends Component {
298
298
  if (sourceType === 'video') {
299
299
  return children(
300
300
  /*#__PURE__*/
301
- // eslint-disable-next-line jsx-a11y/media-has-caption
301
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
302
302
  React.createElement("video", _extends({
303
303
  "data-testid": "media-video-element",
304
304
  ref: this.videoRef,
@@ -310,7 +310,7 @@ export class Video extends Component {
310
310
  onError: onTextTrackError
311
311
  })), videoState, actions, this.videoRef);
312
312
  } else {
313
- // eslint-disable-next-line jsx-a11y/media-has-caption
313
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
314
314
  return children( /*#__PURE__*/React.createElement("audio", _extends({
315
315
  ref: this.audioRef
316
316
  }, props)), videoState, actions, this.audioRef);
@@ -23,7 +23,7 @@ export const ImageComponent = props => {
23
23
  } = props;
24
24
  return (
25
25
  /*#__PURE__*/
26
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-a11y/alt-text -- Ignored via go/DSP-18766
26
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlassian/a11y/alt-text -- Ignored via go/DSP-18766
27
27
  React.createElement("img", _extends({}, otherProps, {
28
28
  ref: imageRef,
29
29
  style: {
@@ -294,7 +294,7 @@ export var Video = /*#__PURE__*/function (_Component) {
294
294
  if (sourceType === 'video') {
295
295
  return children(
296
296
  /*#__PURE__*/
297
- // eslint-disable-next-line jsx-a11y/media-has-caption
297
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
298
298
  React.createElement("video", _extends({
299
299
  "data-testid": "media-video-element",
300
300
  ref: this.videoRef,
@@ -306,7 +306,7 @@ export var Video = /*#__PURE__*/function (_Component) {
306
306
  onError: onTextTrackError
307
307
  })), videoState, actions, this.videoRef);
308
308
  } else {
309
- // eslint-disable-next-line jsx-a11y/media-has-caption
309
+ // eslint-disable-next-line @atlassian/a11y/media-has-caption
310
310
  return children( /*#__PURE__*/React.createElement("audio", _extends({
311
311
  ref: this.audioRef
312
312
  }, props)), videoState, actions, this.audioRef);
@@ -26,7 +26,7 @@ export var ImageComponent = function ImageComponent(props) {
26
26
  otherProps = _objectWithoutProperties(props, _excluded);
27
27
  return (
28
28
  /*#__PURE__*/
29
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-a11y/alt-text -- Ignored via go/DSP-18766
29
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlassian/a11y/alt-text -- Ignored via go/DSP-18766
30
30
  React.createElement("img", _extends({}, otherProps, {
31
31
  ref: imageRef,
32
32
  style: _objectSpread(_objectSpread({}, imgStyle), style)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-ui",
3
- "version": "28.7.5",
3
+ "version": "28.7.6",
4
4
  "description": "Includes common components and utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,31 +25,31 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/afm-i18n-platform-media-media-ui": "2.7.0",
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
- "@atlaskit/button": "^23.4.0",
28
+ "@atlaskit/button": "^23.5.0",
29
29
  "@atlaskit/code": "^17.2.0",
30
- "@atlaskit/css": "^0.14.0",
30
+ "@atlaskit/css": "^0.15.0",
31
31
  "@atlaskit/dropdown-menu": "^16.3.0",
32
32
  "@atlaskit/flag": "^17.4.0",
33
- "@atlaskit/form": "^14.0.0",
34
- "@atlaskit/icon": "^28.3.0",
33
+ "@atlaskit/form": "^14.2.0",
34
+ "@atlaskit/icon": "^28.5.0",
35
35
  "@atlaskit/icon-file-type": "^7.0.0",
36
- "@atlaskit/icon-lab": "^5.7.0",
36
+ "@atlaskit/icon-lab": "^5.10.0",
37
37
  "@atlaskit/legacy-custom-icons": "^0.22.0",
38
38
  "@atlaskit/locale": "^3.0.0",
39
- "@atlaskit/media-client": "^35.3.0",
39
+ "@atlaskit/media-client": "^35.5.0",
40
40
  "@atlaskit/media-client-react": "^4.1.0",
41
41
  "@atlaskit/media-common": "^12.3.0",
42
42
  "@atlaskit/media-state": "^1.8.0",
43
- "@atlaskit/modal-dialog": "^14.3.0",
43
+ "@atlaskit/modal-dialog": "^14.5.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/primitives": "^14.15.0",
45
+ "@atlaskit/primitives": "^15.0.0",
46
46
  "@atlaskit/range": "^9.2.0",
47
- "@atlaskit/react-ufo": "^4.10.0",
47
+ "@atlaskit/react-ufo": "^4.11.0",
48
48
  "@atlaskit/select": "^21.3.0",
49
49
  "@atlaskit/spinner": "^19.0.0",
50
50
  "@atlaskit/theme": "^21.0.0",
51
- "@atlaskit/tokens": "^6.3.0",
52
- "@atlaskit/tooltip": "^20.4.0",
51
+ "@atlaskit/tokens": "^6.5.0",
52
+ "@atlaskit/tooltip": "^20.5.0",
53
53
  "@atlaskit/width-detector": "^5.0.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@compiled/react": "^0.18.3",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "devDependencies": {
70
70
  "@af/visual-regression": "workspace:^",
71
- "@atlaskit/analytics-listeners": "^9.0.0",
71
+ "@atlaskit/analytics-listeners": "^9.1.0",
72
72
  "@atlaskit/media-test-data": "^3.2.0",
73
73
  "@atlaskit/ssr": "workspace:^",
74
74
  "@atlassian/feature-flags-test-utils": "^0.3.0",