@atlaskit/media-card 78.0.9 → 78.0.10

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.
Files changed (139) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/card/card.js +1 -1
  3. package/dist/cjs/card/cardLoader.js +3 -0
  4. package/dist/cjs/card/cardView.js +4 -1
  5. package/dist/cjs/card/cardviews/cardViewWrapper.js +4 -1
  6. package/dist/cjs/card/cardviews/errorCardView.js +4 -1
  7. package/dist/cjs/card/cardviews/iconCardView.js +4 -1
  8. package/dist/cjs/card/cardviews/imageCardView.js +4 -1
  9. package/dist/cjs/card/cardviews/index.js +4 -1
  10. package/dist/cjs/card/cardviews/loadingCardView.js +4 -1
  11. package/dist/cjs/card/cardviews/processingCardView.js +4 -1
  12. package/dist/cjs/card/cardviews/videoCardView.js +4 -1
  13. package/dist/cjs/card/inlinePlayerWrapper.js +4 -1
  14. package/dist/cjs/card/media-card-analytics-error-boundary.js +1 -1
  15. package/dist/cjs/card/svgView/svgView.js +4 -1
  16. package/dist/cjs/card/ui/actionsBar/actionsBarWrapper.js +4 -1
  17. package/dist/cjs/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
  18. package/dist/cjs/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
  19. package/dist/cjs/card/ui/blanket/blanket.js +4 -1
  20. package/dist/cjs/card/ui/iconMessage/iconMessageWrapper.js +4 -1
  21. package/dist/cjs/card/ui/iconWrapper/iconWrapper.js +4 -1
  22. package/dist/cjs/card/ui/playButton/playButtonBackground.js +4 -1
  23. package/dist/cjs/card/ui/playButton/playButtonWrapper.js +4 -1
  24. package/dist/cjs/card/ui/progressBar/styledBar.js +4 -1
  25. package/dist/cjs/card/ui/tickBox/tickBoxWrapper.js +4 -1
  26. package/dist/cjs/card/ui/titleBox/titleBoxComponents.js +4 -1
  27. package/dist/cjs/card/ui/unhandledErrorCard/index.js +4 -1
  28. package/dist/cjs/card/ui/wrapper/imageContainer.js +4 -1
  29. package/dist/cjs/card/ui/wrapper/wrapper.js +4 -1
  30. package/dist/cjs/inline/loader.js +1 -1
  31. package/dist/cjs/utils/lightCards/errorIcon/index.js +4 -1
  32. package/dist/cjs/utils/lightCards/lightCardWrappers.js +4 -1
  33. package/dist/cjs/utils/ufoExperiences.js +1 -1
  34. package/dist/es2019/card/card.js +1 -1
  35. package/dist/es2019/card/cardLoader.js +1 -0
  36. package/dist/es2019/card/cardView.js +4 -1
  37. package/dist/es2019/card/cardviews/cardViewWrapper.js +4 -1
  38. package/dist/es2019/card/cardviews/errorCardView.js +4 -1
  39. package/dist/es2019/card/cardviews/iconCardView.js +4 -1
  40. package/dist/es2019/card/cardviews/imageCardView.js +4 -1
  41. package/dist/es2019/card/cardviews/index.js +4 -1
  42. package/dist/es2019/card/cardviews/loadingCardView.js +4 -1
  43. package/dist/es2019/card/cardviews/processingCardView.js +4 -1
  44. package/dist/es2019/card/cardviews/videoCardView.js +4 -1
  45. package/dist/es2019/card/inlinePlayerWrapper.js +4 -1
  46. package/dist/es2019/card/media-card-analytics-error-boundary.js +1 -1
  47. package/dist/es2019/card/svgView/svgView.js +4 -1
  48. package/dist/es2019/card/ui/actionsBar/actionsBarWrapper.js +4 -1
  49. package/dist/es2019/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
  50. package/dist/es2019/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
  51. package/dist/es2019/card/ui/blanket/blanket.js +4 -1
  52. package/dist/es2019/card/ui/iconMessage/iconMessageWrapper.js +4 -1
  53. package/dist/es2019/card/ui/iconWrapper/iconWrapper.js +4 -1
  54. package/dist/es2019/card/ui/playButton/playButtonBackground.js +4 -1
  55. package/dist/es2019/card/ui/playButton/playButtonWrapper.js +4 -1
  56. package/dist/es2019/card/ui/progressBar/styledBar.js +4 -1
  57. package/dist/es2019/card/ui/tickBox/tickBoxWrapper.js +4 -1
  58. package/dist/es2019/card/ui/titleBox/titleBoxComponents.js +4 -1
  59. package/dist/es2019/card/ui/unhandledErrorCard/index.js +4 -1
  60. package/dist/es2019/card/ui/wrapper/imageContainer.js +4 -1
  61. package/dist/es2019/card/ui/wrapper/wrapper.js +4 -1
  62. package/dist/es2019/inline/loader.js +1 -1
  63. package/dist/es2019/utils/lightCards/errorIcon/index.js +4 -1
  64. package/dist/es2019/utils/lightCards/lightCardWrappers.js +4 -1
  65. package/dist/es2019/utils/ufoExperiences.js +1 -1
  66. package/dist/esm/card/card.js +1 -1
  67. package/dist/esm/card/cardLoader.js +3 -0
  68. package/dist/esm/card/cardView.js +4 -1
  69. package/dist/esm/card/cardviews/cardViewWrapper.js +4 -1
  70. package/dist/esm/card/cardviews/errorCardView.js +4 -1
  71. package/dist/esm/card/cardviews/iconCardView.js +4 -1
  72. package/dist/esm/card/cardviews/imageCardView.js +4 -1
  73. package/dist/esm/card/cardviews/index.js +4 -1
  74. package/dist/esm/card/cardviews/loadingCardView.js +4 -1
  75. package/dist/esm/card/cardviews/processingCardView.js +4 -1
  76. package/dist/esm/card/cardviews/videoCardView.js +4 -1
  77. package/dist/esm/card/inlinePlayerWrapper.js +4 -1
  78. package/dist/esm/card/media-card-analytics-error-boundary.js +1 -1
  79. package/dist/esm/card/svgView/svgView.js +4 -1
  80. package/dist/esm/card/ui/actionsBar/actionsBarWrapper.js +4 -1
  81. package/dist/esm/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
  82. package/dist/esm/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
  83. package/dist/esm/card/ui/blanket/blanket.js +4 -1
  84. package/dist/esm/card/ui/iconMessage/iconMessageWrapper.js +4 -1
  85. package/dist/esm/card/ui/iconWrapper/iconWrapper.js +4 -1
  86. package/dist/esm/card/ui/playButton/playButtonBackground.js +4 -1
  87. package/dist/esm/card/ui/playButton/playButtonWrapper.js +4 -1
  88. package/dist/esm/card/ui/progressBar/styledBar.js +4 -1
  89. package/dist/esm/card/ui/tickBox/tickBoxWrapper.js +4 -1
  90. package/dist/esm/card/ui/titleBox/titleBoxComponents.js +4 -1
  91. package/dist/esm/card/ui/unhandledErrorCard/index.js +4 -1
  92. package/dist/esm/card/ui/wrapper/imageContainer.js +4 -1
  93. package/dist/esm/card/ui/wrapper/wrapper.js +4 -1
  94. package/dist/esm/inline/loader.js +1 -1
  95. package/dist/esm/utils/lightCards/errorIcon/index.js +4 -1
  96. package/dist/esm/utils/lightCards/lightCardWrappers.js +4 -1
  97. package/dist/esm/utils/ufoExperiences.js +1 -1
  98. package/dist/types/card/cardLoader.d.ts +4 -1
  99. package/dist/types/card/cardView.d.ts +4 -1
  100. package/dist/types/card/cardviews/index.d.ts +4 -1
  101. package/dist/types/card/inlinePlayerWrapper.d.ts +4 -1
  102. package/dist/types/card/svgView/svgView.d.ts +4 -1
  103. package/dist/types/card/ui/actionsBar/actionsBarWrapper.d.ts +4 -1
  104. package/dist/types/card/ui/blanket/blanket.d.ts +4 -1
  105. package/dist/types/card/ui/iconMessage/iconMessageWrapper.d.ts +4 -1
  106. package/dist/types/card/ui/iconWrapper/iconWrapper.d.ts +4 -1
  107. package/dist/types/card/ui/playButton/playButtonBackground.d.ts +4 -1
  108. package/dist/types/card/ui/playButton/playButtonWrapper.d.ts +4 -1
  109. package/dist/types/card/ui/progressBar/styledBar.d.ts +4 -1
  110. package/dist/types/card/ui/tickBox/tickBoxWrapper.d.ts +4 -1
  111. package/dist/types/card/ui/titleBox/titleBoxComponents.d.ts +4 -1
  112. package/dist/types/card/ui/unhandledErrorCard/index.d.ts +4 -1
  113. package/dist/types/card/ui/wrapper/imageContainer.d.ts +4 -1
  114. package/dist/types/card/ui/wrapper/wrapper.d.ts +4 -1
  115. package/dist/types/utils/lightCards/errorIcon/index.d.ts +4 -1
  116. package/dist/types/utils/lightCards/lightCardWrappers.d.ts +4 -1
  117. package/dist/types-ts4.5/card/cardLoader.d.ts +4 -1
  118. package/dist/types-ts4.5/card/cardView.d.ts +4 -1
  119. package/dist/types-ts4.5/card/cardviews/index.d.ts +4 -1
  120. package/dist/types-ts4.5/card/inlinePlayerWrapper.d.ts +4 -1
  121. package/dist/types-ts4.5/card/svgView/svgView.d.ts +4 -1
  122. package/dist/types-ts4.5/card/ui/actionsBar/actionsBarWrapper.d.ts +4 -1
  123. package/dist/types-ts4.5/card/ui/blanket/blanket.d.ts +4 -1
  124. package/dist/types-ts4.5/card/ui/iconMessage/iconMessageWrapper.d.ts +4 -1
  125. package/dist/types-ts4.5/card/ui/iconWrapper/iconWrapper.d.ts +4 -1
  126. package/dist/types-ts4.5/card/ui/playButton/playButtonBackground.d.ts +4 -1
  127. package/dist/types-ts4.5/card/ui/playButton/playButtonWrapper.d.ts +4 -1
  128. package/dist/types-ts4.5/card/ui/progressBar/styledBar.d.ts +4 -1
  129. package/dist/types-ts4.5/card/ui/tickBox/tickBoxWrapper.d.ts +4 -1
  130. package/dist/types-ts4.5/card/ui/titleBox/titleBoxComponents.d.ts +4 -1
  131. package/dist/types-ts4.5/card/ui/unhandledErrorCard/index.d.ts +4 -1
  132. package/dist/types-ts4.5/card/ui/wrapper/imageContainer.d.ts +4 -1
  133. package/dist/types-ts4.5/card/ui/wrapper/wrapper.d.ts +4 -1
  134. package/dist/types-ts4.5/utils/lightCards/errorIcon/index.d.ts +4 -1
  135. package/dist/types-ts4.5/utils/lightCards/lightCardWrappers.d.ts +4 -1
  136. package/example-helpers/cardViewWrapper.tsx +4 -1
  137. package/example-helpers/svg-helpers/cardContainer.tsx +4 -1
  138. package/example-helpers/svg-helpers/svgContainer.tsx +4 -1
  139. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/media-card
2
2
 
3
+ ## 78.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#122514](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122514)
8
+ [`7012015c2cc2d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7012015c2cc2d) -
9
+ Introduced a preload static function to the CardLoader component. This function allows for
10
+ asynchronously loading the component ahead of time. Useful for optimising performance by
11
+ preloading the component when needed.
12
+
3
13
  ## 78.0.9
4
14
 
5
15
  ### Patch Changes
@@ -15,7 +15,7 @@ var _externalImageCard = require("./externalImageCard");
15
15
  var _fileCard = require("./fileCard");
16
16
  var _excluded = ["identifier"];
17
17
  var packageName = "@atlaskit/media-card";
18
- var packageVersion = "78.0.9";
18
+ var packageVersion = "78.0.10";
19
19
  var CardBase = exports.CardBase = function CardBase(_ref) {
20
20
  var identifier = _ref.identifier,
21
21
  otherProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
@@ -33,4 +33,7 @@ var CardLoader = function CardLoader(props) {
33
33
  value: props
34
34
  }, /*#__PURE__*/_react.default.createElement(MediaCardWithMediaClientProvider, props));
35
35
  };
36
+ CardLoader.preload = function () {
37
+ return MediaCardWithMediaClientProvider.preload();
38
+ };
36
39
  var _default = exports.default = CardLoader;
@@ -35,7 +35,10 @@ var _openMediaViewerButton = _interopRequireDefault(require("./ui/openMediaViewe
35
35
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
36
36
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
37
37
  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; }
38
- 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
38
+ 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; } /**
39
+ * @jsxRuntime classic
40
+ * @jsx jsx
41
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
39
42
  var CardViewBase = exports.CardViewBase = function CardViewBase(_ref) {
40
43
  var innerRef = _ref.innerRef,
41
44
  onImageLoad = _ref.onImageLoad,
@@ -19,7 +19,10 @@ var _actionsBar = require("../ui/actionsBar/actionsBar");
19
19
  var _classnames = require("../classnames");
20
20
  var _openMediaViewerButton = _interopRequireDefault(require("../ui/openMediaViewerButton/openMediaViewerButton"));
21
21
  var _excluded = ["cardPreview", "testId", "dimensions", "appearance", "metadata", "selected", "selectable", "actions", "breakpoint", "disableOverlay", "titleBoxBgColor", "titleBoxIcon", "shouldHideTooltip", "children", "onClick", "onMouseEnter", "mediaCardCursor", "customBlanket", "customTitleBox", "progressBar", "shouldOpenMediaViewer", "openMediaViewerButtonRef", "overriddenCreationDate"];
22
- /** @jsx jsx */
22
+ /**
23
+ * @jsxRuntime classic
24
+ * @jsx jsx
25
+ */
23
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
24
27
  var CardViewWrapper = exports.CardViewWrapper = /*#__PURE__*/_react2.default.forwardRef(function (_ref, ref) {
25
28
  var cardPreview = _ref.cardPreview,
@@ -18,7 +18,10 @@ var _failedTitleBox = require("../ui/titleBox/failedTitleBox");
18
18
  var _iconMessage = require("../ui/iconMessage");
19
19
  var _errors = require("../../errors");
20
20
  var _mediaUi = require("@atlaskit/media-ui");
21
- /** @jsx jsx */
21
+ /**
22
+ * @jsxRuntime classic
23
+ * @jsx jsx
24
+ */
22
25
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
23
26
 
24
27
  var IconMessage = function IconMessage(_ref) {
@@ -16,7 +16,10 @@ var _useBreakpoint = require("../useBreakpoint");
16
16
  var _cardViewWrapper = require("./cardViewWrapper");
17
17
  var _progressBar = require("../ui/progressBar/progressBar");
18
18
  var _blanket = require("../ui/blanket/blanket");
19
- /** @jsx jsx */
19
+ /**
20
+ * @jsxRuntime classic
21
+ * @jsx jsx
22
+ */
20
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
24
 
22
25
  // NOTE: should we call this Icon or UploadingCardView since we now have ProgressBar?
@@ -15,7 +15,10 @@ var _useBreakpoint = require("../useBreakpoint");
15
15
  var _cardViewWrapper = require("./cardViewWrapper");
16
16
  var _progressBar = require("../ui/progressBar/progressBar");
17
17
  var _blanket = require("../ui/blanket/blanket");
18
- /** @jsx jsx */
18
+ /**
19
+ * @jsxRuntime classic
20
+ * @jsx jsx
21
+ */
19
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
23
 
21
24
  var ImageCardViewBase = function ImageCardViewBase(props) {
@@ -21,7 +21,10 @@ var _iconCardView = require("./iconCardView");
21
21
  var _loadingCardView = require("./loadingCardView");
22
22
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
23
23
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
24
- /** @jsx jsx */
24
+ /**
25
+ * @jsxRuntime classic
26
+ * @jsx jsx
27
+ */
25
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
29
 
27
30
  var CardViewsBase = exports.CardViewsBase = function CardViewsBase(_ref) {
@@ -14,7 +14,10 @@ var _analytics = require("../../utils/analytics");
14
14
  var _iconWrapper = require("../ui/iconWrapper/iconWrapper");
15
15
  var _useBreakpoint = require("../useBreakpoint");
16
16
  var _cardViewWrapper = require("./cardViewWrapper");
17
- /** @jsx jsx */
17
+ /**
18
+ * @jsxRuntime classic
19
+ * @jsx jsx
20
+ */
18
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
19
22
 
20
23
  var LoadingCardViewBase = function LoadingCardViewBase(props) {
@@ -15,7 +15,10 @@ var _iconWrapper = require("../ui/iconWrapper/iconWrapper");
15
15
  var _iconMessage = require("../ui/iconMessage");
16
16
  var _useBreakpoint = require("../useBreakpoint");
17
17
  var _cardViewWrapper = require("./cardViewWrapper");
18
- /** @jsx jsx */
18
+ /**
19
+ * @jsxRuntime classic
20
+ * @jsx jsx
21
+ */
19
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
23
 
21
24
  var ProcessingCardViewBase = function ProcessingCardViewBase(props) {
@@ -17,7 +17,10 @@ var _useBreakpoint = require("../useBreakpoint");
17
17
  var _cardViewWrapper = require("./cardViewWrapper");
18
18
  var _progressBar = require("../ui/progressBar/progressBar");
19
19
  var _blanket = require("../ui/blanket/blanket");
20
- /** @jsx jsx */
20
+ /**
21
+ * @jsxRuntime classic
22
+ * @jsx jsx
23
+ */
21
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
22
25
 
23
26
  var VideoCardViewBase = function VideoCardViewBase(props) {
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.InlinePlayerWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _inlinePlayerWrapperStyles = require("./inlinePlayerWrapperStyles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var InlinePlayerWrapper = exports.InlinePlayerWrapper = function InlinePlayerWrapper(props) {
@@ -90,7 +90,7 @@ var WrappedMediaCardAnalyticsErrorBoundary = /*#__PURE__*/function (_React$Compo
90
90
  }(_react.default.Component);
91
91
  (0, _defineProperty2.default)(WrappedMediaCardAnalyticsErrorBoundary, "displayName", 'MediaCardAnalyticsErrorBoundary');
92
92
  var packageName = "@atlaskit/media-card";
93
- var packageVersion = "78.0.9";
93
+ var packageVersion = "78.0.10";
94
94
  var MediaCardAnalyticsErrorBoundary = (0, _mediaCommon.withMediaAnalyticsContext)({
95
95
  packageVersion: packageVersion,
96
96
  packageName: packageName,
@@ -26,7 +26,10 @@ var _errors2 = require("./errors");
26
26
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
27
27
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
28
28
  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; }
29
- 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; } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
29
+ 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; } /**
30
+ * @jsxRuntime classic
31
+ * @jsx jsx
32
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
30
33
  var SvgViewBase = exports.SvgViewBase = function SvgViewBase(_ref) {
31
34
  var identifier = _ref.identifier,
32
35
  cardDimensions = _ref.cardDimensions,
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ActionsBarWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var ActionsBarWrapper = exports.ActionsBarWrapper = function ActionsBarWrapper(props) {
@@ -9,7 +9,10 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _react = require("react");
10
10
  var _react2 = require("@emotion/react");
11
11
  var _styles = require("./styles");
12
- /**@jsx jsx */
12
+ /**
13
+ * @jsxRuntime classic
14
+ * @jsx jsx
15
+ */
13
16
 
14
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
18
 
@@ -19,7 +19,10 @@ var _preventClickThrough = require("../../../../utils/preventClickThrough");
19
19
  var _analytics = require("../../../../utils/analytics");
20
20
  var _analyticsNext = require("@atlaskit/analytics-next");
21
21
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
22
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**@jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
22
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
23
+ * @jsxRuntime classic
24
+ * @jsx jsx
25
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
23
26
  var CardActionIconButtonWithProps = function CardActionIconButtonWithProps(props) {
24
27
  return (0, _react.jsx)(_cardActionIconButton.CardActionIconButton, props);
25
28
  };
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.Blanket = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var Blanket = exports.Blanket = function Blanket(props) {
@@ -5,7 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.IconMessageWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
- /**@jsx jsx */
8
+ /**
9
+ * @jsxRuntime classic
10
+ * @jsx jsx
11
+ */
9
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
10
13
 
11
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.IconWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var IconWrapper = exports.IconWrapper = function IconWrapper(props) {
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.PlayButtonBackground = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var PlayButtonBackground = exports.PlayButtonBackground = function PlayButtonBackground() {
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.PlayButtonWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var PlayButtonWrapper = exports.PlayButtonWrapper = function PlayButtonWrapper(props) {
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.StyledBar = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /**@jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var StyledBar = exports.StyledBar = function StyledBar(props) {
@@ -8,7 +8,10 @@ var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
9
  var _styles2 = require("../styles");
10
10
  var _colors = require("@atlaskit/theme/colors");
11
- /**@jsx jsx */
11
+ /**
12
+ * @jsxRuntime classic
13
+ * @jsx jsx
14
+ */
12
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
16
 
14
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.TitleBoxWrapper = exports.TitleBoxIcon = exports.TitleBoxHeader = exports.TitleBoxFooter = exports.ErrorMessageWrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _styles = require("./styles");
9
- /** @jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var TitleBoxWrapper = exports.TitleBoxWrapper = function TitleBoxWrapper(props) {
@@ -18,7 +18,10 @@ var _constants = require("@atlaskit/theme/constants");
18
18
  var _mediaUi = require("@atlaskit/media-ui");
19
19
  var _utils = require("../../../utils");
20
20
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
21
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /** @jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
22
+ * @jsxRuntime classic
23
+ * @jsx jsx
24
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
22
25
  var isPercentage = function isPercentage(value) {
23
26
  return /^\d+(\.\d+)?%$/.test(value);
24
27
  };
@@ -6,7 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ImageContainer = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _classnames = require("../../classnames");
9
- /** @jsx jsx */
9
+ /**
10
+ * @jsxRuntime classic
11
+ * @jsx jsx
12
+ */
10
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
14
 
12
15
  var imageContainerStyles = (0, _react.css)({
@@ -7,7 +7,10 @@ exports.Wrapper = void 0;
7
7
  var _react = require("@emotion/react");
8
8
  var _cardConstants = require("../../cardConstants");
9
9
  var _styles = require("./styles");
10
- /**@jsx jsx */
10
+ /**
11
+ * @jsxRuntime classic
12
+ * @jsx jsx
13
+ */
11
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
15
 
13
16
  var Wrapper = exports.Wrapper = function Wrapper(props) {
@@ -119,7 +119,7 @@ var MediaInlineCardLoader = exports.default = /*#__PURE__*/function (_React$Pure
119
119
  ErrorBoundary = _this$state.ErrorBoundary;
120
120
  var analyticsContext = {
121
121
  packageVersion: "@atlaskit/media-card",
122
- packageName: "78.0.9",
122
+ packageName: "78.0.10",
123
123
  componentName: 'mediaInlineCard',
124
124
  component: 'mediaInlineCard'
125
125
  };
@@ -16,7 +16,10 @@ var _react2 = require("react");
16
16
  var _warning = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/warning"));
17
17
  var _styles = require("./styles");
18
18
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
19
- function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**@jsx jsx */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
19
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } /**
20
+ * @jsxRuntime classic
21
+ * @jsx jsx
22
+ */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
20
23
  var ErrorIcon = exports.ErrorIcon = /*#__PURE__*/function (_Component) {
21
24
  (0, _inherits2.default)(ErrorIcon, _Component);
22
25
  var _super = _createSuper(ErrorIcon);
@@ -8,7 +8,10 @@ exports.Wrapper = void 0;
8
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
9
  var _react = require("@emotion/react");
10
10
  var _styles = require("./styles");
11
- /**@jsx jsx */
11
+ /**
12
+ * @jsxRuntime classic
13
+ * @jsx jsx
14
+ */
12
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
16
 
14
17
  var Wrapper = exports.Wrapper = function Wrapper(props) {
@@ -15,7 +15,7 @@ var _mediaClient = require("@atlaskit/media-client");
15
15
  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; }
16
16
  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; }
17
17
  var packageName = "@atlaskit/media-card";
18
- var packageVersion = "78.0.9";
18
+ var packageVersion = "78.0.10";
19
19
  var concurrentExperience;
20
20
  var getExperience = function getExperience(id) {
21
21
  if (!concurrentExperience) {
@@ -6,7 +6,7 @@ import { IntlProvider, injectIntl } from 'react-intl-next';
6
6
  import { ExternalImageCard } from './externalImageCard';
7
7
  import { FileCard } from './fileCard';
8
8
  const packageName = "@atlaskit/media-card";
9
- const packageVersion = "78.0.9";
9
+ const packageVersion = "78.0.10";
10
10
  export const CardBase = ({
11
11
  identifier,
12
12
  ...otherProps
@@ -15,4 +15,5 @@ const CardLoader = props => {
15
15
  value: props
16
16
  }, /*#__PURE__*/React.createElement(MediaCardWithMediaClientProvider, props));
17
17
  };
18
+ CardLoader.preload = () => MediaCardWithMediaClientProvider.preload();
18
19
  export default CardLoader;
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import React, { useEffect, useState, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import React from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useEffect, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useEffect, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import React, { useEffect, useState, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useEffect, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useEffect, useRef } from 'react';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { jsx } from '@emotion/react';
5
8
  import { useEffect, useRef } from 'react';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { inlinePlayerWrapperStyles, inlinePlayerClassName } from './inlinePlayerWrapperStyles';
@@ -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 = "78.0.9";
69
+ const packageVersion = "78.0.10";
70
70
  const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
71
71
  packageVersion,
72
72
  packageName,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import React, { useState, useRef, useEffect, useCallback } from 'react';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { wrapperStyles, actionsBarClassName } from './styles';
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /**@jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  import { forwardRef } from 'react';
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
8
  import { jsx } from '@emotion/react';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { Component } from 'react';
@@ -1,4 +1,7 @@
1
- /**@jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import { jsx } from '@emotion/react';
4
7
  import { blanketStyles, blanketClassName } from './styles';