@atlaskit/media-card 81.10.11 → 81.10.12
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 +6 -0
- package/dist/cjs/card/ai-generating-overlay/AIGeneratingOverlay.js +1 -1
- package/dist/cjs/card/inlinePlayerWrapper-compiled.js +1 -1
- package/dist/cjs/card/svgView/svgImage-compiled.js +1 -1
- package/dist/cjs/card/ui/actionsBar/actionsBarWrapper-compiled.js +1 -1
- package/dist/cjs/card/ui/actionsBar/cardActions/cardActionButton-compiled.js +1 -1
- package/dist/cjs/card/ui/aiBorder/aiBorder.js +1 -1
- package/dist/cjs/card/ui/blanket/blanket-compiled.js +1 -1
- package/dist/cjs/card/ui/iconMessage/iconMessageWrapper-compiled.js +1 -1
- package/dist/cjs/card/ui/iconWrapper/iconWrapper-compiled.js +1 -1
- package/dist/cjs/card/ui/imageRenderer/imageRendererV2.js +1 -1
- package/dist/cjs/card/ui/imageRenderer/wrapper.js +1 -1
- package/dist/cjs/card/ui/loadingBar/loadingBar.js +1 -1
- package/dist/cjs/card/ui/playButton/playButtonBackground-compiled.js +1 -1
- package/dist/cjs/card/ui/playButton/playButtonWrapper-compiled.js +1 -1
- package/dist/cjs/card/ui/progressBar/styledBar-compiled.js +1 -1
- package/dist/cjs/card/ui/tickBox/tickBoxWrapper-compiled.js +1 -1
- package/dist/cjs/card/ui/titleBox/failedTitleBox.js +1 -1
- package/dist/cjs/card/ui/titleBox/titleBoxComponents-compiled.js +1 -1
- package/dist/cjs/card/ui/unhandledErrorCard/unhandledErrorCard-compiled.js +1 -1
- package/dist/cjs/card/ui/wrapper/imageContainer-compiled.js +1 -1
- package/dist/cjs/card/ui/wrapper/wrapper-compiled.js +1 -1
- package/dist/es2019/card/ai-generating-overlay/AIGeneratingOverlay.js +1 -1
- package/dist/es2019/card/inlinePlayerWrapper-compiled.js +1 -1
- package/dist/es2019/card/svgView/svgImage-compiled.js +1 -1
- package/dist/es2019/card/ui/actionsBar/actionsBarWrapper-compiled.js +1 -1
- package/dist/es2019/card/ui/actionsBar/cardActions/cardActionButton-compiled.js +1 -1
- package/dist/es2019/card/ui/aiBorder/aiBorder.js +1 -1
- package/dist/es2019/card/ui/blanket/blanket-compiled.js +1 -1
- package/dist/es2019/card/ui/iconMessage/iconMessageWrapper-compiled.js +1 -1
- package/dist/es2019/card/ui/iconWrapper/iconWrapper-compiled.js +1 -1
- package/dist/es2019/card/ui/imageRenderer/imageRendererV2.js +1 -1
- package/dist/es2019/card/ui/imageRenderer/wrapper.js +1 -1
- package/dist/es2019/card/ui/loadingBar/loadingBar.js +1 -1
- package/dist/es2019/card/ui/playButton/playButtonBackground-compiled.js +1 -1
- package/dist/es2019/card/ui/playButton/playButtonWrapper-compiled.js +1 -1
- package/dist/es2019/card/ui/progressBar/styledBar-compiled.js +1 -1
- package/dist/es2019/card/ui/tickBox/tickBoxWrapper-compiled.js +1 -1
- package/dist/es2019/card/ui/titleBox/failedTitleBox.js +1 -1
- package/dist/es2019/card/ui/titleBox/titleBoxComponents-compiled.js +1 -1
- package/dist/es2019/card/ui/unhandledErrorCard/unhandledErrorCard-compiled.js +1 -1
- package/dist/es2019/card/ui/wrapper/imageContainer-compiled.js +1 -1
- package/dist/es2019/card/ui/wrapper/wrapper-compiled.js +1 -1
- package/dist/esm/card/ai-generating-overlay/AIGeneratingOverlay.js +1 -1
- package/dist/esm/card/inlinePlayerWrapper-compiled.js +1 -1
- package/dist/esm/card/svgView/svgImage-compiled.js +1 -1
- package/dist/esm/card/ui/actionsBar/actionsBarWrapper-compiled.js +1 -1
- package/dist/esm/card/ui/actionsBar/cardActions/cardActionButton-compiled.js +1 -1
- package/dist/esm/card/ui/aiBorder/aiBorder.js +1 -1
- package/dist/esm/card/ui/blanket/blanket-compiled.js +1 -1
- package/dist/esm/card/ui/iconMessage/iconMessageWrapper-compiled.js +1 -1
- package/dist/esm/card/ui/iconWrapper/iconWrapper-compiled.js +1 -1
- package/dist/esm/card/ui/imageRenderer/imageRendererV2.js +1 -1
- package/dist/esm/card/ui/imageRenderer/wrapper.js +1 -1
- package/dist/esm/card/ui/loadingBar/loadingBar.js +1 -1
- package/dist/esm/card/ui/playButton/playButtonBackground-compiled.js +1 -1
- package/dist/esm/card/ui/playButton/playButtonWrapper-compiled.js +1 -1
- package/dist/esm/card/ui/progressBar/styledBar-compiled.js +1 -1
- package/dist/esm/card/ui/tickBox/tickBoxWrapper-compiled.js +1 -1
- package/dist/esm/card/ui/titleBox/failedTitleBox.js +1 -1
- package/dist/esm/card/ui/titleBox/titleBoxComponents-compiled.js +1 -1
- package/dist/esm/card/ui/unhandledErrorCard/unhandledErrorCard-compiled.js +1 -1
- package/dist/esm/card/ui/wrapper/imageContainer-compiled.js +1 -1
- package/dist/esm/card/ui/wrapper/wrapper-compiled.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AIGeneratingOverlay.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* AIGeneratingOverlay.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
/** AI loading overlay rendered over a media node: blanket + sliding rainbow bar. */
|
|
3
3
|
import "./AIGeneratingOverlay.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inlinePlayerWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* inlinePlayerWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./inlinePlayerWrapper-compiled.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* svgImage-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* svgImage-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./svgImage-compiled.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./actionsBarWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* cardActionButton-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* cardActionButton-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./cardActionButton-compiled.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* iconMessageWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* iconMessageWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./iconMessageWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* iconWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* iconWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./iconWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imageRendererV2.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imageRendererV2.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./imageRendererV2.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useState, useRef, useEffect, useLayoutEffect } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* loadingBar.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* loadingBar.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./loadingBar.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useContext, useEffect, useLayoutEffect as useRealLayoutEffect, useRef, useState } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* playButtonBackground-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* playButtonBackground-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./playButtonBackground-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* playButtonWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* playButtonWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./playButtonWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styledBar-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* styledBar-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./styledBar-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tickBoxWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* tickBoxWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./tickBoxWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* titleBoxComponents-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* titleBoxComponents-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./titleBoxComponents-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./unhandledErrorCard-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imageContainer-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imageContainer-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./imageContainer-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* wrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* wrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./wrapper-compiled.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AIGeneratingOverlay.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* AIGeneratingOverlay.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
/** AI loading overlay rendered over a media node: blanket + sliding rainbow bar. */
|
|
3
3
|
import "./AIGeneratingOverlay.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* inlinePlayerWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* inlinePlayerWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./inlinePlayerWrapper-compiled.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* svgImage-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* svgImage-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./svgImage-compiled.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* actionsBarWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./actionsBarWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* cardActionButton-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* cardActionButton-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./cardActionButton-compiled.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* iconMessageWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* iconMessageWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./iconMessageWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* iconWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* iconWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./iconWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imageRendererV2.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imageRendererV2.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
4
4
|
import "./imageRendererV2.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* loadingBar.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* loadingBar.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./loadingBar.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* playButtonBackground-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* playButtonBackground-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./playButtonBackground-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* playButtonWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* playButtonWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./playButtonWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styledBar-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* styledBar-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./styledBar-compiled.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tickBoxWrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* tickBoxWrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./tickBoxWrapper-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* titleBoxComponents-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* titleBoxComponents-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./titleBoxComponents-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* unhandledErrorCard-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
3
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
4
4
|
import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstructorReturn";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* imageContainer-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* imageContainer-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import "./imageContainer-compiled.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* wrapper-compiled.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* wrapper-compiled.tsx generated by @compiled/babel-plugin v3.0.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import "./wrapper-compiled.compiled.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-card",
|
|
3
|
-
"version": "81.10.
|
|
3
|
+
"version": "81.10.12",
|
|
4
4
|
"description": "Includes all media card related components, CardView, CardViewSmall, Card...",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/section-message": "^10.2.0",
|
|
53
53
|
"@atlaskit/spinner": "^20.4.0",
|
|
54
54
|
"@atlaskit/theme": "^28.2.0",
|
|
55
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
55
|
+
"@atlaskit/tmp-editor-statsig": "^185.0.0",
|
|
56
56
|
"@atlaskit/tokens": "^16.11.0",
|
|
57
57
|
"@atlaskit/tooltip": "^24.3.0",
|
|
58
58
|
"@atlaskit/ufo": "^1.2.0",
|