@atlaskit/media-card 81.6.0 → 81.6.2

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,20 @@
1
1
  # @atlaskit/media-card
2
2
 
3
+ ## 81.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 81.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`be5f53435795e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be5f53435795e) -
14
+ Cleanup feature gate `platform_media_a11y_suppression_fixes`. The accessible wrapper behavior is
15
+ now permanent in media card, viewer, and filmstrip.
16
+ - Updated dependencies
17
+
3
18
  ## 81.6.0
4
19
 
5
20
  ### Minor Changes
@@ -20,7 +20,7 @@ var _label = _interopRequireDefault(require("@atlaskit/react-ufo/label"));
20
20
  var _excluded = ["identifier"];
21
21
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
22
22
  var packageName = "@atlaskit/media-card";
23
- var packageVersion = "81.5.2";
23
+ var packageVersion = "81.6.1";
24
24
  var CardBase = exports.CardBase = function CardBase(_ref) {
25
25
  var identifier = _ref.identifier,
26
26
  otherProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -40,14 +40,12 @@ var InlinePlayerWrapper = exports.InlinePlayerWrapper = function InlinePlayerWra
40
40
  dimensions = props.dimensions,
41
41
  onClick = props.onClick,
42
42
  innerRef = props.innerRef;
43
- var a11yProps = (0, _platformFeatureFlags.fg)('platform_media_a11y_suppression_fixes') ? {
44
- role: 'none'
45
- } : {};
46
43
  return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({
47
44
  id: "inlinePlayerWrapper",
48
- "data-testid": testId
49
- }, a11yProps, {
45
+ "data-testid": testId,
46
+ role: "none"
50
47
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
48
+ ,
51
49
  className: (0, _runtime.ax)([(0, _platformFeatureFlags.fg)('platform_editor_media_border_radius_fix') ? "_1reo15vq _18m915vq _2rko1mok _kqswh2mm _p12f1osq _c71l1osq _1bsb1ez3 _4t3i1amq _1y2k1osq _z18o1osq" : "_1reo15vq _18m915vq _2rkofajl _kqswh2mm _p12f1osq _c71l1osq _1bsb1ez3 _4t3i1amq _1y2k1osq _z18o1osq", selected && "_1p1y1j28 _1rk81j28 _14r11j28 _1np21j28", (0, _platformFeatureFlags.fg)('platform_editor_media_border_radius_fix') ? "_14mj1kw7 _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw" : "_14mjfajl _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw", selected && "_eq43fyzg", inlinePlayerClassName]),
52
50
  onClick: onClick,
53
51
  ref: innerRef
@@ -87,7 +87,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
87
87
  }(_react.default.Component);
88
88
  (0, _defineProperty2.default)(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
89
89
  var packageName = "@atlaskit/media-card";
90
- var packageVersion = "81.5.2";
90
+ var packageVersion = "81.6.1";
91
91
 
92
92
  // @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
93
93
  var MediaCardAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
@@ -1,7 +1,6 @@
1
1
  /* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
5
4
  var _typeof = require("@babel/runtime/helpers/typeof");
6
5
  Object.defineProperty(exports, "__esModule", {
7
6
  value: true
@@ -10,26 +9,21 @@ exports.ActionsBarWrapper = void 0;
10
9
  require("./actionsBarWrapper-compiled.compiled.css");
11
10
  var React = _interopRequireWildcard(require("react"));
12
11
  var _runtime = require("@compiled/react/runtime");
13
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
14
12
  var _styles = require("./styles");
15
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
16
13
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
14
  var wrapperStyles = null;
18
15
  var fixedActionBarStyle = null;
19
16
  var ActionsBarWrapper = exports.ActionsBarWrapper = function ActionsBarWrapper(props) {
20
- var a11yProps = (0, _platformFeatureFlags.fg)('platform_media_a11y_suppression_fixes') ? {
21
- role: 'none'
22
- } : {};
23
- return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({
17
+ return /*#__PURE__*/React.createElement("div", {
24
18
  id: "actionsBarWrapper",
25
- "data-testId": "actionsBarWrapper"
26
- }, a11yProps, {
19
+ "data-testId": "actionsBarWrapper",
20
+ role: "none",
27
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
28
22
  className: (0, _runtime.ax)(["_v564ybtr _2lx2vrvc _1n261q9c _zulpu2gc _kqswstnw _154iidpf _1xi2idpf _1e0c1txw _1bahusic _ca0qu2gc _n3tdu2gc _u5f3u2gc _19bvu2gc _tzy4idpf", props.isFixed && "_tzy4kb7n", _styles.actionsBarClassName]),
29
23
  onClick: function onClick(event) {
30
24
  event.stopPropagation();
31
25
  event.preventDefault();
32
26
  }
33
- }), props.children);
27
+ }, props.children);
34
28
  };
35
29
  ActionsBarWrapper.displayName = 'ActionsBarWrapper';
@@ -11,13 +11,11 @@ require("./unhandledErrorCard-compiled.compiled.css");
11
11
  var _react = _interopRequireWildcard(require("react"));
12
12
  var React = _react;
13
13
  var _runtime = require("@compiled/react/runtime");
14
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
15
14
  var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
16
15
  var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
17
16
  var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
18
17
  var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
19
18
  var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
20
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
21
19
  var _statusWarning = _interopRequireDefault(require("@atlaskit/icon/core/status-warning"));
22
20
  var _utils = require("../../../utils");
23
21
  var _contentLoadingErrorMessage = require("./contentLoadingErrorMessage");
@@ -65,17 +63,14 @@ var UnhandledErrorCard = exports.UnhandledErrorCard = /*#__PURE__*/function (_Co
65
63
  onClick = _this$props.onClick;
66
64
  var convertedDimensions = getConvertedDimension(dimensions);
67
65
  var hideText = !shouldShowText(getConvertedDimension(dimensions));
68
- var a11yProps = (0, _platformFeatureFlags.fg)('platform_media_a11y_suppression_fixes') ? {
69
- role: 'none'
70
- } : {};
71
- return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({
66
+ return /*#__PURE__*/React.createElement("div", {
72
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
73
68
  style: convertedDimensions,
74
69
  onClick: onClick,
75
- "data-testid": "unhandled-error-card"
76
- }, a11yProps, {
70
+ "data-testid": "unhandled-error-card",
71
+ role: "none",
77
72
  className: (0, _runtime.ax)(["_2rkofajl _1e0c1txw _4cvr1h6o _1bah1h6o _bfhki8nm _syazazsu _c71l1osq _p12f1osq _2lx21bp4 _1i7vfhey _31ku1h6o"])
78
- }), /*#__PURE__*/React.createElement(_statusWarning.default, {
73
+ }, /*#__PURE__*/React.createElement(_statusWarning.default, {
79
74
  label: "Error",
80
75
  color: "var(--ds-icon-warning, #E06C00)",
81
76
  spacing: "spacious"
@@ -17,7 +17,6 @@ var _vcMedia = require("@atlaskit/react-ufo/vc-media");
17
17
  var _cardDimensions = require("../../../utils/cardDimensions");
18
18
  var _getCSSUnitValue = require("../../../utils/getCSSUnitValue");
19
19
  var _customData = _interopRequireDefault(require("@atlaskit/react-ufo/custom-data"));
20
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
21
20
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
22
21
  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; }
23
22
  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; }
@@ -73,9 +72,6 @@ var Wrapper = exports.Wrapper = function Wrapper(props) {
73
72
  var width = (0, _getCSSUnitValue.getCSSUnitValue)((dimensions === null || dimensions === void 0 ? void 0 : dimensions.width) || defaultImageCardDimensions.width);
74
73
  var height = (0, _getCSSUnitValue.getCSSUnitValue)((dimensions === null || dimensions === void 0 ? void 0 : dimensions.height) || defaultImageCardDimensions.height);
75
74
  var wrapperShadowKey = getShadowKey(disableOverlay, selected);
76
- var a11yProps = (0, _platformFeatureFlags.fg)('platform_media_a11y_suppression_fixes') ? {
77
- role: 'none'
78
- } : {};
79
75
  return /*#__PURE__*/React.createElement("div", (0, _extends2.default)({
80
76
  id: "newFileExperienceWrapper"
81
77
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
@@ -88,7 +84,9 @@ var Wrapper = exports.Wrapper = function Wrapper(props) {
88
84
  // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
89
85
  ,
90
86
  onMouseEnter: onMouseEnter
91
- }, _vcMedia.VcMediaWrapperProps, a11yProps), /*#__PURE__*/React.createElement(_customData.default, {
87
+ }, _vcMedia.VcMediaWrapperProps, {
88
+ role: "none"
89
+ }), /*#__PURE__*/React.createElement(_customData.default, {
92
90
  data: {
93
91
  hasMediaComponent: true
94
92
  }
@@ -116,7 +116,7 @@ var MediaInlineCardLoader = exports.default = /*#__PURE__*/function (_React$Pure
116
116
  ErrorBoundary = _this$state.ErrorBoundary;
117
117
  var analyticsContext = {
118
118
  packageVersion: "@atlaskit/media-card",
119
- packageName: "81.5.2",
119
+ packageName: "81.6.1",
120
120
  componentName: 'mediaInlineCard',
121
121
  component: 'mediaInlineCard'
122
122
  };
@@ -19,7 +19,7 @@ var _globalScope = require("./globalScope/globalScope");
19
19
  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; }
20
20
  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; }
21
21
  var packageName = "@atlaskit/media-card";
22
- var packageVersion = "81.5.2";
22
+ var packageVersion = "81.6.1";
23
23
  var SAMPLE_RATE = 0.05;
24
24
 
25
25
  /**
@@ -9,7 +9,7 @@ import { startResourceObserver, setAnalyticsContext } from '../utils/mediaPerfor
9
9
  import { useAnalyticsEvents } from '@atlaskit/analytics-next';
10
10
  import UFOLabel from '@atlaskit/react-ufo/label';
11
11
  const packageName = "@atlaskit/media-card";
12
- const packageVersion = "81.5.2";
12
+ const packageVersion = "81.6.1";
13
13
  export const CardBase = ({
14
14
  identifier,
15
15
  ...otherProps
@@ -32,14 +32,12 @@ export const InlinePlayerWrapper = props => {
32
32
  onClick,
33
33
  innerRef
34
34
  } = props;
35
- const a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
36
- role: 'none'
37
- } : {};
38
35
  return /*#__PURE__*/React.createElement("div", _extends({
39
36
  id: "inlinePlayerWrapper",
40
- "data-testid": testId
41
- }, a11yProps, {
37
+ "data-testid": testId,
38
+ role: "none"
42
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
40
+ ,
43
41
  className: ax([fg('platform_editor_media_border_radius_fix') ? "_1reo15vq _18m915vq _2rko1mok _kqswh2mm _p12f1osq _c71l1osq _1bsbbj0z _4t3io1dg _1y2k1osq _z18o1osq" : "_1reo15vq _18m915vq _2rkofajl _kqswh2mm _p12f1osq _c71l1osq _1bsbbj0z _4t3io1dg _1y2k1osq _z18o1osq", selected && "_1p1y1j28 _1rk81j28 _14r11j28 _1np21j28", fg('platform_editor_media_border_radius_fix') ? "_14mj1kw7 _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw" : "_14mjfajl _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw", selected && "_eq43fyzg", inlinePlayerClassName]),
44
42
  style: {
45
43
  [LOCAL_WIDTH_VARIABLE]: getDimensionsWithDefault(dimensions).width || '100%',
@@ -66,7 +66,7 @@ class WrappedMediaCardAnalyticsErrorBoundary extends React.Component {
66
66
  }
67
67
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
68
68
  const packageName = "@atlaskit/media-card";
69
- const packageVersion = "81.5.2";
69
+ const packageVersion = "81.6.1";
70
70
 
71
71
  // @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
72
72
  const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
@@ -1,26 +1,21 @@
1
1
  /* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./actionsBarWrapper-compiled.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  import { actionsBarClassName } from './styles';
7
- import { fg } from '@atlaskit/platform-feature-flags';
8
6
  const wrapperStyles = null;
9
7
  const fixedActionBarStyle = null;
10
8
  export const ActionsBarWrapper = props => {
11
- const a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
12
- role: 'none'
13
- } : {};
14
- return /*#__PURE__*/React.createElement("div", _extends({
9
+ return /*#__PURE__*/React.createElement("div", {
15
10
  id: "actionsBarWrapper",
16
- "data-testId": "actionsBarWrapper"
17
- }, a11yProps, {
11
+ "data-testId": "actionsBarWrapper",
12
+ role: "none",
18
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
19
14
  className: ax(["_v564ybtr _2lx2vrvc _1n261q9c _zulpu2gc _kqswstnw _154iidpf _1xi2idpf _1e0c1txw _1bahusic _ca0qu2gc _n3tdu2gc _u5f3u2gc _19bvu2gc _tzy4idpf", props.isFixed && "_tzy4kb7n", actionsBarClassName]),
20
15
  onClick: event => {
21
16
  event.stopPropagation();
22
17
  event.preventDefault();
23
18
  }
24
- }), props.children);
19
+ }, props.children);
25
20
  };
26
21
  ActionsBarWrapper.displayName = 'ActionsBarWrapper';
@@ -1,10 +1,8 @@
1
1
  /* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./unhandledErrorCard-compiled.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  import { Component } from 'react';
7
- import { fg } from '@atlaskit/platform-feature-flags';
8
6
  import WarningIcon from '@atlaskit/icon/core/status-warning';
9
7
  import { defaultImageCardDimensions } from '../../../utils';
10
8
  import { ContentLoadingErrorMessage } from './contentLoadingErrorMessage';
@@ -41,17 +39,14 @@ export class UnhandledErrorCard extends Component {
41
39
  } = this.props;
42
40
  const convertedDimensions = getConvertedDimension(dimensions);
43
41
  const hideText = !shouldShowText(getConvertedDimension(dimensions));
44
- const a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
45
- role: 'none'
46
- } : {};
47
- return /*#__PURE__*/React.createElement("div", _extends({
42
+ return /*#__PURE__*/React.createElement("div", {
48
43
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
49
44
  style: convertedDimensions,
50
45
  onClick: onClick,
51
- "data-testid": "unhandled-error-card"
52
- }, a11yProps, {
46
+ "data-testid": "unhandled-error-card",
47
+ role: "none",
53
48
  className: ax(["_2rkofajl _1e0c1txw _4cvr1h6o _1bah1h6o _bfhki8nm _syazazsu _c71l1osq _p12f1osq _2lx21bp4 _1i7vfhey _31ku1h6o"])
54
- }), /*#__PURE__*/React.createElement(WarningIcon, {
49
+ }, /*#__PURE__*/React.createElement(WarningIcon, {
55
50
  label: "Error",
56
51
  color: "var(--ds-icon-warning, #E06C00)",
57
52
  spacing: "spacious"
@@ -8,7 +8,6 @@ import { VcMediaWrapperProps } from '@atlaskit/react-ufo/vc-media';
8
8
  import { getDefaultCardDimensions } from '../../../utils/cardDimensions';
9
9
  import { getCSSUnitValue } from '../../../utils/getCSSUnitValue';
10
10
  import UFOCustomData from '@atlaskit/react-ufo/custom-data';
11
- import { fg } from '@atlaskit/platform-feature-flags';
12
11
  export const LOCAL_WIDTH_VARIABLE = '--media-wrapper-width';
13
12
  export const LOCAL_HEIGHT_VARIABLE = '--media-wrapper-height';
14
13
  const wrapperStyles = {
@@ -69,9 +68,6 @@ export const Wrapper = props => {
69
68
  const width = getCSSUnitValue((dimensions === null || dimensions === void 0 ? void 0 : dimensions.width) || defaultImageCardDimensions.width);
70
69
  const height = getCSSUnitValue((dimensions === null || dimensions === void 0 ? void 0 : dimensions.height) || defaultImageCardDimensions.height);
71
70
  const wrapperShadowKey = getShadowKey(disableOverlay, selected);
72
- const a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
73
- role: 'none'
74
- } : {};
75
71
  return /*#__PURE__*/React.createElement("div", _extends({
76
72
  id: "newFileExperienceWrapper"
77
73
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
@@ -89,7 +85,9 @@ export const Wrapper = props => {
89
85
  // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
90
86
  ,
91
87
  onMouseEnter: onMouseEnter
92
- }, VcMediaWrapperProps, a11yProps), /*#__PURE__*/React.createElement(UFOCustomData, {
88
+ }, VcMediaWrapperProps, {
89
+ role: "none"
90
+ }), /*#__PURE__*/React.createElement(UFOCustomData, {
93
91
  data: {
94
92
  hasMediaComponent: true
95
93
  }
@@ -37,7 +37,7 @@ export default class MediaInlineCardLoader extends React.PureComponent {
37
37
  } = this.state;
38
38
  const analyticsContext = {
39
39
  packageVersion: "@atlaskit/media-card",
40
- packageName: "81.5.2",
40
+ packageName: "81.6.1",
41
41
  componentName: 'mediaInlineCard',
42
42
  component: 'mediaInlineCard'
43
43
  };
@@ -9,7 +9,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
9
9
  import { getActiveInteraction } from '@atlaskit/react-ufo/interaction-metrics';
10
10
  import { getMediaGlobalScope } from './globalScope/globalScope';
11
11
  const packageName = "@atlaskit/media-card";
12
- const packageVersion = "81.5.2";
12
+ const packageVersion = "81.6.1";
13
13
  const SAMPLE_RATE = 0.05;
14
14
 
15
15
  /**
@@ -11,7 +11,7 @@ import { startResourceObserver, setAnalyticsContext } from '../utils/mediaPerfor
11
11
  import { useAnalyticsEvents } from '@atlaskit/analytics-next';
12
12
  import UFOLabel from '@atlaskit/react-ufo/label';
13
13
  var packageName = "@atlaskit/media-card";
14
- var packageVersion = "81.5.2";
14
+ var packageVersion = "81.6.1";
15
15
  export var CardBase = function CardBase(_ref) {
16
16
  var identifier = _ref.identifier,
17
17
  otherProps = _objectWithoutProperties(_ref, _excluded);
@@ -31,14 +31,12 @@ export var InlinePlayerWrapper = function InlinePlayerWrapper(props) {
31
31
  dimensions = props.dimensions,
32
32
  onClick = props.onClick,
33
33
  innerRef = props.innerRef;
34
- var a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
35
- role: 'none'
36
- } : {};
37
34
  return /*#__PURE__*/React.createElement("div", _extends({
38
35
  id: "inlinePlayerWrapper",
39
- "data-testid": testId
40
- }, a11yProps, {
36
+ "data-testid": testId,
37
+ role: "none"
41
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
39
+ ,
42
40
  className: ax([fg('platform_editor_media_border_radius_fix') ? "_1reo15vq _18m915vq _2rko1mok _kqswh2mm _p12f1osq _c71l1osq _1bsb1ez3 _4t3i1amq _1y2k1osq _z18o1osq" : "_1reo15vq _18m915vq _2rkofajl _kqswh2mm _p12f1osq _c71l1osq _1bsb1ez3 _4t3i1amq _1y2k1osq _z18o1osq", selected && "_1p1y1j28 _1rk81j28 _14r11j28 _1np21j28", fg('platform_editor_media_border_radius_fix') ? "_14mj1kw7 _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw" : "_14mjfajl _aetrb3bt _z0ai1osq _1qdg1osq _18postnw _15l2idpf _631ousvi _11fnglyw", selected && "_eq43fyzg", inlinePlayerClassName]),
43
41
  onClick: onClick,
44
42
  ref: innerRef
@@ -80,7 +80,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
80
80
  }(React.Component);
81
81
  _defineProperty(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
82
82
  var packageName = "@atlaskit/media-card";
83
- var packageVersion = "81.5.2";
83
+ var packageVersion = "81.6.1";
84
84
 
85
85
  // @ts-ignore: [PIT-1685] Fails in post-office due to backwards incompatibility issue with React 18
86
86
  var MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
@@ -1,26 +1,21 @@
1
1
  /* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import "./actionsBarWrapper-compiled.compiled.css";
4
3
  import * as React from 'react';
5
4
  import { ax, ix } from "@compiled/react/runtime";
6
5
  import { actionsBarClassName } from './styles';
7
- import { fg } from '@atlaskit/platform-feature-flags';
8
6
  var wrapperStyles = null;
9
7
  var fixedActionBarStyle = null;
10
8
  export var ActionsBarWrapper = function ActionsBarWrapper(props) {
11
- var a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
12
- role: 'none'
13
- } : {};
14
- return /*#__PURE__*/React.createElement("div", _extends({
9
+ return /*#__PURE__*/React.createElement("div", {
15
10
  id: "actionsBarWrapper",
16
- "data-testId": "actionsBarWrapper"
17
- }, a11yProps, {
11
+ "data-testId": "actionsBarWrapper",
12
+ role: "none",
18
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
19
14
  className: ax(["_v564ybtr _2lx2vrvc _1n261q9c _zulpu2gc _kqswstnw _154iidpf _1xi2idpf _1e0c1txw _1bahusic _ca0qu2gc _n3tdu2gc _u5f3u2gc _19bvu2gc _tzy4idpf", props.isFixed && "_tzy4kb7n", actionsBarClassName]),
20
15
  onClick: function onClick(event) {
21
16
  event.stopPropagation();
22
17
  event.preventDefault();
23
18
  }
24
- }), props.children);
19
+ }, props.children);
25
20
  };
26
21
  ActionsBarWrapper.displayName = 'ActionsBarWrapper';
@@ -1,5 +1,4 @@
1
1
  /* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin v2.0.0 */
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
4
3
  import _createClass from "@babel/runtime/helpers/createClass";
5
4
  import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
@@ -11,7 +10,6 @@ import { ax, ix } from "@compiled/react/runtime";
11
10
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
12
11
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
13
12
  import { Component } from 'react';
14
- import { fg } from '@atlaskit/platform-feature-flags';
15
13
  import WarningIcon from '@atlaskit/icon/core/status-warning';
16
14
  import { defaultImageCardDimensions } from '../../../utils';
17
15
  import { ContentLoadingErrorMessage } from './contentLoadingErrorMessage';
@@ -56,17 +54,14 @@ export var UnhandledErrorCard = /*#__PURE__*/function (_Component) {
56
54
  onClick = _this$props.onClick;
57
55
  var convertedDimensions = getConvertedDimension(dimensions);
58
56
  var hideText = !shouldShowText(getConvertedDimension(dimensions));
59
- var a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
60
- role: 'none'
61
- } : {};
62
- return /*#__PURE__*/React.createElement("div", _extends({
57
+ return /*#__PURE__*/React.createElement("div", {
63
58
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
64
59
  style: convertedDimensions,
65
60
  onClick: onClick,
66
- "data-testid": "unhandled-error-card"
67
- }, a11yProps, {
61
+ "data-testid": "unhandled-error-card",
62
+ role: "none",
68
63
  className: ax(["_2rkofajl _1e0c1txw _4cvr1h6o _1bah1h6o _bfhki8nm _syazazsu _c71l1osq _p12f1osq _2lx21bp4 _1i7vfhey _31ku1h6o"])
69
- }), /*#__PURE__*/React.createElement(WarningIcon, {
64
+ }, /*#__PURE__*/React.createElement(WarningIcon, {
70
65
  label: "Error",
71
66
  color: "var(--ds-icon-warning, #E06C00)",
72
67
  spacing: "spacious"
@@ -11,7 +11,6 @@ import { VcMediaWrapperProps } from '@atlaskit/react-ufo/vc-media';
11
11
  import { getDefaultCardDimensions } from '../../../utils/cardDimensions';
12
12
  import { getCSSUnitValue } from '../../../utils/getCSSUnitValue';
13
13
  import UFOCustomData from '@atlaskit/react-ufo/custom-data';
14
- import { fg } from '@atlaskit/platform-feature-flags';
15
14
  export var LOCAL_WIDTH_VARIABLE = '--media-wrapper-width';
16
15
  export var LOCAL_HEIGHT_VARIABLE = '--media-wrapper-height';
17
16
  var wrapperStyles = {
@@ -64,9 +63,6 @@ export var Wrapper = function Wrapper(props) {
64
63
  var width = getCSSUnitValue((dimensions === null || dimensions === void 0 ? void 0 : dimensions.width) || defaultImageCardDimensions.width);
65
64
  var height = getCSSUnitValue((dimensions === null || dimensions === void 0 ? void 0 : dimensions.height) || defaultImageCardDimensions.height);
66
65
  var wrapperShadowKey = getShadowKey(disableOverlay, selected);
67
- var a11yProps = fg('platform_media_a11y_suppression_fixes') ? {
68
- role: 'none'
69
- } : {};
70
66
  return /*#__PURE__*/React.createElement("div", _extends({
71
67
  id: "newFileExperienceWrapper"
72
68
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
@@ -79,7 +75,9 @@ export var Wrapper = function Wrapper(props) {
79
75
  // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
80
76
  ,
81
77
  onMouseEnter: onMouseEnter
82
- }, VcMediaWrapperProps, a11yProps), /*#__PURE__*/React.createElement(UFOCustomData, {
78
+ }, VcMediaWrapperProps, {
79
+ role: "none"
80
+ }), /*#__PURE__*/React.createElement(UFOCustomData, {
83
81
  data: {
84
82
  hasMediaComponent: true
85
83
  }
@@ -101,7 +101,7 @@ var MediaInlineCardLoader = /*#__PURE__*/function (_React$PureComponent) {
101
101
  ErrorBoundary = _this$state.ErrorBoundary;
102
102
  var analyticsContext = {
103
103
  packageVersion: "@atlaskit/media-card",
104
- packageName: "81.5.2",
104
+ packageName: "81.6.1",
105
105
  componentName: 'mediaInlineCard',
106
106
  component: 'mediaInlineCard'
107
107
  };
@@ -13,7 +13,7 @@ import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
13
13
  import { getActiveInteraction } from '@atlaskit/react-ufo/interaction-metrics';
14
14
  import { getMediaGlobalScope } from './globalScope/globalScope';
15
15
  var packageName = "@atlaskit/media-card";
16
- var packageVersion = "81.5.2";
16
+ var packageVersion = "81.6.1";
17
17
  var SAMPLE_RATE = 0.05;
18
18
 
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "81.6.0",
3
+ "version": "81.6.2",
4
4
  "description": "Includes all media card related components, CardView, CardViewSmall, Card...",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/react-ufo": "^7.3.0",
52
52
  "@atlaskit/spinner": "^20.1.0",
53
53
  "@atlaskit/theme": "^27.0.0",
54
- "@atlaskit/tmp-editor-statsig": "^142.0.0",
54
+ "@atlaskit/tmp-editor-statsig": "^143.0.0",
55
55
  "@atlaskit/tokens": "^16.4.0",
56
56
  "@atlaskit/tooltip": "^24.0.0",
57
57
  "@atlaskit/ufo": "^1.0.0",
@@ -84,7 +84,7 @@
84
84
  "@atlaskit/range": "^12.0.0",
85
85
  "@atlaskit/ssr": "workspace:^",
86
86
  "@atlaskit/toggle": "^17.1.0",
87
- "@atlassian/a11y-jest-testing": "^0.14.0",
87
+ "@atlassian/a11y-jest-testing": "^0.15.0",
88
88
  "@atlassian/feature-flags-test-utils": "^1.2.0",
89
89
  "@atlassian/testing-library": "^0.11.0",
90
90
  "@atlassian/ufo": "^0.9.0",
@@ -155,9 +155,6 @@
155
155
  "platform_media_react19_support": {
156
156
  "type": "boolean"
157
157
  },
158
- "platform_media_a11y_suppression_fixes": {
159
- "type": "boolean"
160
- },
161
158
  "platform_media_ssr_data_seed": {
162
159
  "type": "boolean"
163
160
  },