@atlaskit/media-ui 26.2.4 → 26.2.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,17 @@
1
1
  # @atlaskit/media-ui
2
2
 
3
+ ## 26.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 26.2.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 26.2.4
4
16
 
5
17
  ### Patch Changes
@@ -56,7 +56,7 @@ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function
56
56
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ // Keep media player components used in media-viewer to use static colors from the new color palette to
57
57
  // support the hybrid theming in media viewer https://product-fabric.atlassian.net/browse/DSP-6067
58
58
  var packageName = "@atlaskit/media-ui";
59
- var packageVersion = "26.2.4";
59
+ var packageVersion = "26.2.6";
60
60
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
61
61
  var SMALL_VIDEO_MAX_WIDTH = 160;
62
62
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -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 -- Ignored via go/DSP-18766
35
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-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)
@@ -39,7 +39,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
39
39
  import VideoSkipForwardTenIcon from '@atlaskit/icon/core/video-skip-forward-ten';
40
40
  import VideoSkipBackwardTenIcon from '@atlaskit/icon/core/video-skip-backward-ten';
41
41
  const packageName = "@atlaskit/media-ui";
42
- const packageVersion = "26.2.4";
42
+ const packageVersion = "26.2.6";
43
43
  const MEDIUM_VIDEO_MAX_WIDTH = 400;
44
44
  const SMALL_VIDEO_MAX_WIDTH = 160;
45
45
  const MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -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 -- Ignored via go/DSP-18766
26
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-a11y/alt-text -- Ignored via go/DSP-18766
27
27
  React.createElement("img", _extends({}, otherProps, {
28
28
  ref: imageRef,
29
29
  style: {
@@ -49,7 +49,7 @@ import { fg } from '@atlaskit/platform-feature-flags';
49
49
  import VideoSkipForwardTenIcon from '@atlaskit/icon/core/video-skip-forward-ten';
50
50
  import VideoSkipBackwardTenIcon from '@atlaskit/icon/core/video-skip-backward-ten';
51
51
  var packageName = "@atlaskit/media-ui";
52
- var packageVersion = "26.2.4";
52
+ var packageVersion = "26.2.6";
53
53
  var MEDIUM_VIDEO_MAX_WIDTH = 400;
54
54
  var SMALL_VIDEO_MAX_WIDTH = 160;
55
55
  var MINIMUM_DURATION_BEFORE_SAVING_TIME = 60;
@@ -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 -- Ignored via go/DSP-18766
29
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, jsx-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": "26.2.4",
3
+ "version": "26.2.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,15 +25,15 @@
25
25
  "@atlaskit/analytics-next": "^10.1.0",
26
26
  "@atlaskit/button": "^20.3.0",
27
27
  "@atlaskit/code": "^15.6.0",
28
- "@atlaskit/icon": "^22.25.0",
28
+ "@atlaskit/icon": "^22.26.0",
29
29
  "@atlaskit/icon-file-type": "^6.7.0",
30
- "@atlaskit/legacy-custom-icons": "^0.18.0",
30
+ "@atlaskit/legacy-custom-icons": "^0.20.0",
31
31
  "@atlaskit/locale": "^2.8.0",
32
32
  "@atlaskit/media-common": "^11.7.0",
33
33
  "@atlaskit/platform-feature-flags": "^0.3.0",
34
34
  "@atlaskit/primitives": "^13.2.0",
35
35
  "@atlaskit/range": "^7.4.0",
36
- "@atlaskit/select": "^18.5.0",
36
+ "@atlaskit/select": "^18.6.0",
37
37
  "@atlaskit/spinner": "^16.3.0",
38
38
  "@atlaskit/theme": "^14.0.0",
39
39
  "@atlaskit/tokens": "^2.3.0",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@af/visual-regression": "*",
58
- "@atlaskit/analytics-listeners": "^8.11.0",
58
+ "@atlaskit/analytics-listeners": "^8.13.0",
59
59
  "@atlaskit/ssr": "*",
60
60
  "@atlaskit/visual-regression": "*",
61
61
  "@atlassian/feature-flags-test-utils": "*",