@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.
- package/CHANGELOG.md +10 -0
- package/dist/cjs/card/card.js +1 -1
- package/dist/cjs/card/cardLoader.js +3 -0
- package/dist/cjs/card/cardView.js +4 -1
- package/dist/cjs/card/cardviews/cardViewWrapper.js +4 -1
- package/dist/cjs/card/cardviews/errorCardView.js +4 -1
- package/dist/cjs/card/cardviews/iconCardView.js +4 -1
- package/dist/cjs/card/cardviews/imageCardView.js +4 -1
- package/dist/cjs/card/cardviews/index.js +4 -1
- package/dist/cjs/card/cardviews/loadingCardView.js +4 -1
- package/dist/cjs/card/cardviews/processingCardView.js +4 -1
- package/dist/cjs/card/cardviews/videoCardView.js +4 -1
- package/dist/cjs/card/inlinePlayerWrapper.js +4 -1
- package/dist/cjs/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/cjs/card/svgView/svgView.js +4 -1
- package/dist/cjs/card/ui/actionsBar/actionsBarWrapper.js +4 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
- package/dist/cjs/card/ui/blanket/blanket.js +4 -1
- package/dist/cjs/card/ui/iconMessage/iconMessageWrapper.js +4 -1
- package/dist/cjs/card/ui/iconWrapper/iconWrapper.js +4 -1
- package/dist/cjs/card/ui/playButton/playButtonBackground.js +4 -1
- package/dist/cjs/card/ui/playButton/playButtonWrapper.js +4 -1
- package/dist/cjs/card/ui/progressBar/styledBar.js +4 -1
- package/dist/cjs/card/ui/tickBox/tickBoxWrapper.js +4 -1
- package/dist/cjs/card/ui/titleBox/titleBoxComponents.js +4 -1
- package/dist/cjs/card/ui/unhandledErrorCard/index.js +4 -1
- package/dist/cjs/card/ui/wrapper/imageContainer.js +4 -1
- package/dist/cjs/card/ui/wrapper/wrapper.js +4 -1
- package/dist/cjs/inline/loader.js +1 -1
- package/dist/cjs/utils/lightCards/errorIcon/index.js +4 -1
- package/dist/cjs/utils/lightCards/lightCardWrappers.js +4 -1
- package/dist/cjs/utils/ufoExperiences.js +1 -1
- package/dist/es2019/card/card.js +1 -1
- package/dist/es2019/card/cardLoader.js +1 -0
- package/dist/es2019/card/cardView.js +4 -1
- package/dist/es2019/card/cardviews/cardViewWrapper.js +4 -1
- package/dist/es2019/card/cardviews/errorCardView.js +4 -1
- package/dist/es2019/card/cardviews/iconCardView.js +4 -1
- package/dist/es2019/card/cardviews/imageCardView.js +4 -1
- package/dist/es2019/card/cardviews/index.js +4 -1
- package/dist/es2019/card/cardviews/loadingCardView.js +4 -1
- package/dist/es2019/card/cardviews/processingCardView.js +4 -1
- package/dist/es2019/card/cardviews/videoCardView.js +4 -1
- package/dist/es2019/card/inlinePlayerWrapper.js +4 -1
- package/dist/es2019/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/es2019/card/svgView/svgView.js +4 -1
- package/dist/es2019/card/ui/actionsBar/actionsBarWrapper.js +4 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
- package/dist/es2019/card/ui/blanket/blanket.js +4 -1
- package/dist/es2019/card/ui/iconMessage/iconMessageWrapper.js +4 -1
- package/dist/es2019/card/ui/iconWrapper/iconWrapper.js +4 -1
- package/dist/es2019/card/ui/playButton/playButtonBackground.js +4 -1
- package/dist/es2019/card/ui/playButton/playButtonWrapper.js +4 -1
- package/dist/es2019/card/ui/progressBar/styledBar.js +4 -1
- package/dist/es2019/card/ui/tickBox/tickBoxWrapper.js +4 -1
- package/dist/es2019/card/ui/titleBox/titleBoxComponents.js +4 -1
- package/dist/es2019/card/ui/unhandledErrorCard/index.js +4 -1
- package/dist/es2019/card/ui/wrapper/imageContainer.js +4 -1
- package/dist/es2019/card/ui/wrapper/wrapper.js +4 -1
- package/dist/es2019/inline/loader.js +1 -1
- package/dist/es2019/utils/lightCards/errorIcon/index.js +4 -1
- package/dist/es2019/utils/lightCards/lightCardWrappers.js +4 -1
- package/dist/es2019/utils/ufoExperiences.js +1 -1
- package/dist/esm/card/card.js +1 -1
- package/dist/esm/card/cardLoader.js +3 -0
- package/dist/esm/card/cardView.js +4 -1
- package/dist/esm/card/cardviews/cardViewWrapper.js +4 -1
- package/dist/esm/card/cardviews/errorCardView.js +4 -1
- package/dist/esm/card/cardviews/iconCardView.js +4 -1
- package/dist/esm/card/cardviews/imageCardView.js +4 -1
- package/dist/esm/card/cardviews/index.js +4 -1
- package/dist/esm/card/cardviews/loadingCardView.js +4 -1
- package/dist/esm/card/cardviews/processingCardView.js +4 -1
- package/dist/esm/card/cardviews/videoCardView.js +4 -1
- package/dist/esm/card/inlinePlayerWrapper.js +4 -1
- package/dist/esm/card/media-card-analytics-error-boundary.js +1 -1
- package/dist/esm/card/svgView/svgView.js +4 -1
- package/dist/esm/card/ui/actionsBar/actionsBarWrapper.js +4 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionButton.js +4 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionsView.js +4 -1
- package/dist/esm/card/ui/blanket/blanket.js +4 -1
- package/dist/esm/card/ui/iconMessage/iconMessageWrapper.js +4 -1
- package/dist/esm/card/ui/iconWrapper/iconWrapper.js +4 -1
- package/dist/esm/card/ui/playButton/playButtonBackground.js +4 -1
- package/dist/esm/card/ui/playButton/playButtonWrapper.js +4 -1
- package/dist/esm/card/ui/progressBar/styledBar.js +4 -1
- package/dist/esm/card/ui/tickBox/tickBoxWrapper.js +4 -1
- package/dist/esm/card/ui/titleBox/titleBoxComponents.js +4 -1
- package/dist/esm/card/ui/unhandledErrorCard/index.js +4 -1
- package/dist/esm/card/ui/wrapper/imageContainer.js +4 -1
- package/dist/esm/card/ui/wrapper/wrapper.js +4 -1
- package/dist/esm/inline/loader.js +1 -1
- package/dist/esm/utils/lightCards/errorIcon/index.js +4 -1
- package/dist/esm/utils/lightCards/lightCardWrappers.js +4 -1
- package/dist/esm/utils/ufoExperiences.js +1 -1
- package/dist/types/card/cardLoader.d.ts +4 -1
- package/dist/types/card/cardView.d.ts +4 -1
- package/dist/types/card/cardviews/index.d.ts +4 -1
- package/dist/types/card/inlinePlayerWrapper.d.ts +4 -1
- package/dist/types/card/svgView/svgView.d.ts +4 -1
- package/dist/types/card/ui/actionsBar/actionsBarWrapper.d.ts +4 -1
- package/dist/types/card/ui/blanket/blanket.d.ts +4 -1
- package/dist/types/card/ui/iconMessage/iconMessageWrapper.d.ts +4 -1
- package/dist/types/card/ui/iconWrapper/iconWrapper.d.ts +4 -1
- package/dist/types/card/ui/playButton/playButtonBackground.d.ts +4 -1
- package/dist/types/card/ui/playButton/playButtonWrapper.d.ts +4 -1
- package/dist/types/card/ui/progressBar/styledBar.d.ts +4 -1
- package/dist/types/card/ui/tickBox/tickBoxWrapper.d.ts +4 -1
- package/dist/types/card/ui/titleBox/titleBoxComponents.d.ts +4 -1
- package/dist/types/card/ui/unhandledErrorCard/index.d.ts +4 -1
- package/dist/types/card/ui/wrapper/imageContainer.d.ts +4 -1
- package/dist/types/card/ui/wrapper/wrapper.d.ts +4 -1
- package/dist/types/utils/lightCards/errorIcon/index.d.ts +4 -1
- package/dist/types/utils/lightCards/lightCardWrappers.d.ts +4 -1
- package/dist/types-ts4.5/card/cardLoader.d.ts +4 -1
- package/dist/types-ts4.5/card/cardView.d.ts +4 -1
- package/dist/types-ts4.5/card/cardviews/index.d.ts +4 -1
- package/dist/types-ts4.5/card/inlinePlayerWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/svgView/svgView.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/actionsBar/actionsBarWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/blanket/blanket.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/iconMessage/iconMessageWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/iconWrapper/iconWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/playButton/playButtonBackground.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/playButton/playButtonWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/progressBar/styledBar.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/tickBox/tickBoxWrapper.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/titleBox/titleBoxComponents.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/unhandledErrorCard/index.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/wrapper/imageContainer.d.ts +4 -1
- package/dist/types-ts4.5/card/ui/wrapper/wrapper.d.ts +4 -1
- package/dist/types-ts4.5/utils/lightCards/errorIcon/index.d.ts +4 -1
- package/dist/types-ts4.5/utils/lightCards/lightCardWrappers.d.ts +4 -1
- package/example-helpers/cardViewWrapper.tsx +4 -1
- package/example-helpers/svg-helpers/cardContainer.tsx +4 -1
- package/example-helpers/svg-helpers/svgContainer.tsx +4 -1
- 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
|
package/dist/cjs/card/card.js
CHANGED
|
@@ -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.
|
|
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; } /**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
|
|
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.
|
|
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; } /**
|
|
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
|
-
|
|
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
|
-
|
|
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; })(); }
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
/**
|
|
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; })(); } /**
|
|
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
|
-
/**
|
|
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
|
-
|
|
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.
|
|
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; })(); }
|
|
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
|
-
|
|
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.
|
|
18
|
+
var packageVersion = "78.0.10";
|
|
19
19
|
var concurrentExperience;
|
|
20
20
|
var getExperience = function getExperience(id) {
|
|
21
21
|
if (!concurrentExperience) {
|
package/dist/es2019/card/card.js
CHANGED
|
@@ -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
|
+
const packageVersion = "78.0.10";
|
|
10
10
|
export const CardBase = ({
|
|
11
11
|
identifier,
|
|
12
12
|
...otherProps
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
/**
|
|
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
|
-
|
|
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.
|
|
69
|
+
const packageVersion = "78.0.10";
|
|
70
70
|
const MediaCardAnalyticsErrorBoundary = withMediaAnalyticsContext({
|
|
71
71
|
packageVersion,
|
|
72
72
|
packageName,
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/**
|
|
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
|
-
|
|
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
|
-
|
|
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';
|