@atlaskit/smart-card 40.4.2 → 40.4.3
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 +9 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +2 -2
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +2 -2
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/actions/delete-action/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +2 -2
- package/dist/cjs/view/InlineCard/ErroredView/index.js +2 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/EmbedModal/components/link-info/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/delete-action/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -1
- package/dist/esm/view/EmbedModal/components/link-info/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/delete-action/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 40.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
|
|
8
|
+
[`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
|
|
9
|
+
Migrated usage of renamed/deprecated icons
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 40.4.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card",
|
|
14
|
-
packageVersion: "40.4.
|
|
14
|
+
packageVersion: "40.4.2"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
10
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
-
var
|
|
12
|
+
var _statusWarningWarning = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-warning--warning"));
|
|
13
13
|
var _messages = require("../../../messages");
|
|
14
14
|
var _baseTextElement = _interopRequireDefault(require("../../FlexibleCard/components/elements/common/base-text-element"));
|
|
15
15
|
var _RetryAction = require("../actions/RetryAction");
|
|
@@ -33,7 +33,7 @@ var ErroredView = function ErroredView(_ref) {
|
|
|
33
33
|
return /*#__PURE__*/_react.default.createElement(_unresolvedView.default, (0, _extends2.default)({}, props, {
|
|
34
34
|
actions: actions,
|
|
35
35
|
testId: testId
|
|
36
|
-
}), /*#__PURE__*/_react.default.createElement(
|
|
36
|
+
}), /*#__PURE__*/_react.default.createElement(_statusWarningWarning.default, {
|
|
37
37
|
label: "errored-warning-icon",
|
|
38
38
|
color: "var(--ds-icon-warning, #E56910)",
|
|
39
39
|
LEGACY_size: "small",
|
|
@@ -13,7 +13,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
13
13
|
var _reactIntlNext = require("react-intl-next");
|
|
14
14
|
var _button = _interopRequireDefault(require("@atlaskit/button"));
|
|
15
15
|
var _new = _interopRequireDefault(require("@atlaskit/button/new"));
|
|
16
|
-
var
|
|
16
|
+
var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
|
|
17
17
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
18
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
19
19
|
var _colors = require("@atlaskit/theme/colors");
|
|
@@ -35,7 +35,7 @@ var EmbedCardErroredView = exports.EmbedCardErroredView = function EmbedCardErro
|
|
|
35
35
|
compact: true,
|
|
36
36
|
isSelected: isSelected,
|
|
37
37
|
testId: testId
|
|
38
|
-
}, /*#__PURE__*/React.createElement(
|
|
38
|
+
}, /*#__PURE__*/React.createElement(_statusErrorError.default, {
|
|
39
39
|
LEGACY_size: "small",
|
|
40
40
|
color: "var(--ds-icon-danger, ".concat(_colors.R300, ")"),
|
|
41
41
|
label: "error-icon"
|
|
@@ -14,7 +14,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
14
14
|
var _heading = _interopRequireDefault(require("@atlaskit/heading"));
|
|
15
15
|
var _download = _interopRequireDefault(require("@atlaskit/icon/core/download"));
|
|
16
16
|
var _fullscreenExit = _interopRequireDefault(require("@atlaskit/icon/core/fullscreen-exit"));
|
|
17
|
-
var
|
|
17
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/cross"));
|
|
18
18
|
var _fullscreenEnterVidFullScreenOn = _interopRequireDefault(require("@atlaskit/icon/core/migration/fullscreen-enter--vid-full-screen-on"));
|
|
19
19
|
var _linkExternalShortcut = _interopRequireDefault(require("@atlaskit/icon/core/migration/link-external--shortcut"));
|
|
20
20
|
var _download2 = _interopRequireDefault(require("@atlaskit/icon/glyph/download"));
|
|
@@ -154,7 +154,7 @@ var LinkInfo = function LinkInfo(_ref) {
|
|
|
154
154
|
}, downloadButton, urlButton, sizeButton, (0, _platformFeatureFlags.fg)('platform-smart-card-remove-legacy-button') ? /*#__PURE__*/_react.default.createElement(_linkInfoButton.default, {
|
|
155
155
|
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.preview_close),
|
|
156
156
|
icon: function icon() {
|
|
157
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
157
|
+
return /*#__PURE__*/_react.default.createElement(_cross.default, {
|
|
158
158
|
label: _messages.messages.preview_close.defaultMessage,
|
|
159
159
|
color: "currentColor",
|
|
160
160
|
spacing: "spacious"
|
|
@@ -165,7 +165,7 @@ var LinkInfo = function LinkInfo(_ref) {
|
|
|
165
165
|
testId: "".concat(testId, "-close")
|
|
166
166
|
}) : /*#__PURE__*/_react.default.createElement(_old.default, {
|
|
167
167
|
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.preview_close),
|
|
168
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
168
|
+
icon: /*#__PURE__*/_react.default.createElement(_cross.default, {
|
|
169
169
|
label: _messages.messages.preview_close.defaultMessage,
|
|
170
170
|
color: "currentColor",
|
|
171
171
|
spacing: "spacious"
|
|
@@ -8,13 +8,13 @@ exports.default = void 0;
|
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _reactIntlNext = require("react-intl-next");
|
|
11
|
-
var
|
|
11
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/migration/cross"));
|
|
12
12
|
var _messages = require("../../../../../messages");
|
|
13
13
|
var _action = _interopRequireDefault(require("../action"));
|
|
14
14
|
var DeleteAction = function DeleteAction(props) {
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement(_action.default, (0, _extends2.default)({
|
|
16
16
|
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.delete),
|
|
17
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
17
|
+
icon: /*#__PURE__*/_react.default.createElement(_cross.default, {
|
|
18
18
|
color: "currentColor",
|
|
19
19
|
spacing: "spacious",
|
|
20
20
|
label: "Delete"
|
|
@@ -10,7 +10,7 @@ exports.ActionFooter = void 0;
|
|
|
10
10
|
require("./index.compiled.css");
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
|
-
var
|
|
13
|
+
var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
|
|
14
14
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
15
15
|
var _motionWrapper = _interopRequireDefault(require("../../../common/motion-wrapper"));
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -22,7 +22,7 @@ var styles = {
|
|
|
22
22
|
var getIcon = function getIcon(appearance) {
|
|
23
23
|
switch (appearance) {
|
|
24
24
|
case 'error':
|
|
25
|
-
return /*#__PURE__*/React.createElement(
|
|
25
|
+
return /*#__PURE__*/React.createElement(_statusErrorError.default, {
|
|
26
26
|
color: "var(--ds-icon-danger, #C9372C)",
|
|
27
27
|
spacing: "compact",
|
|
28
28
|
label: "Error",
|
|
@@ -13,7 +13,7 @@ var React = _react;
|
|
|
13
13
|
var _runtime = require("@compiled/react/runtime");
|
|
14
14
|
var _reactIntlNext = require("react-intl-next");
|
|
15
15
|
var _dropdownMenu = require("@atlaskit/dropdown-menu");
|
|
16
|
-
var
|
|
16
|
+
var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
|
|
17
17
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
18
|
var _colors = require("@atlaskit/theme/colors");
|
|
19
19
|
var _useAnalyticsEvents2 = require("../../../../../../../../common/analytics/generated/use-analytics-events");
|
|
@@ -51,7 +51,7 @@ var LozengeActionError = function LozengeActionError(_ref) {
|
|
|
51
51
|
style: {
|
|
52
52
|
"--_ggxzyp": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N800, ")"))
|
|
53
53
|
}
|
|
54
|
-
}, /*#__PURE__*/React.createElement(
|
|
54
|
+
}, /*#__PURE__*/React.createElement(_statusErrorError.default, {
|
|
55
55
|
testId: "".concat(testId, "-icon"),
|
|
56
56
|
LEGACY_size: "medium",
|
|
57
57
|
color: "var(--ds-icon-danger, ".concat(_colors.R500, ")"),
|
|
@@ -9,14 +9,14 @@ exports.InlineCardErroredView = void 0;
|
|
|
9
9
|
var _runtime = require("@compiled/react/runtime");
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
var _reactIntlNext = require("react-intl-next");
|
|
12
|
-
var
|
|
12
|
+
var _statusErrorError = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-error--error"));
|
|
13
13
|
var _messages = require("../../../messages");
|
|
14
14
|
var _HoverCard = require("../../HoverCard");
|
|
15
15
|
var _actionButton = require("../common/action-button");
|
|
16
16
|
var _Frame = require("../Frame");
|
|
17
17
|
var _IconAndTitleLayout = require("../IconAndTitleLayout");
|
|
18
18
|
var fallbackIcon = function fallbackIcon() {
|
|
19
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
19
|
+
return /*#__PURE__*/_react.default.createElement(_statusErrorError.default, {
|
|
20
20
|
color: "var(--ds-icon-danger, #C9372C)",
|
|
21
21
|
label: "error",
|
|
22
22
|
LEGACY_size: "small",
|
|
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
20
20
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
21
21
|
var PACKAGE_DATA = {
|
|
22
22
|
packageName: "@atlaskit/smart-card",
|
|
23
|
-
packageVersion: "40.4.
|
|
23
|
+
packageVersion: "40.4.2",
|
|
24
24
|
componentName: 'linkUrl'
|
|
25
25
|
};
|
|
26
26
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
2
2
|
export const context = {
|
|
3
3
|
componentName: 'smart-cards',
|
|
4
4
|
packageName: "@atlaskit/smart-card",
|
|
5
|
-
packageVersion: "40.4.
|
|
5
|
+
packageVersion: "40.4.2"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React, { useMemo } from 'react';
|
|
3
|
-
import WarningIcon from '@atlaskit/icon/core/migration/warning';
|
|
3
|
+
import WarningIcon from '@atlaskit/icon/core/migration/status-warning--warning';
|
|
4
4
|
import { messages } from '../../../messages';
|
|
5
5
|
import Text from '../../FlexibleCard/components/elements/common/base-text-element';
|
|
6
6
|
import { RetryAction } from '../actions/RetryAction';
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
6
6
|
import ButtonOld from '@atlaskit/button';
|
|
7
7
|
import Button from '@atlaskit/button/new';
|
|
8
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
8
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
11
11
|
import { R300 } from '@atlaskit/theme/colors';
|
|
@@ -6,7 +6,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
6
6
|
import Heading from '@atlaskit/heading';
|
|
7
7
|
import DownloadIcon from '@atlaskit/icon/core/download';
|
|
8
8
|
import FullscreenExitIcon from '@atlaskit/icon/core/fullscreen-exit';
|
|
9
|
-
import CrossIcon from '@atlaskit/icon/core/migration/
|
|
9
|
+
import CrossIcon from '@atlaskit/icon/core/migration/cross';
|
|
10
10
|
import VidFullScreenOnIcon from '@atlaskit/icon/core/migration/fullscreen-enter--vid-full-screen-on';
|
|
11
11
|
import ShortcutIcon from '@atlaskit/icon/core/migration/link-external--shortcut';
|
|
12
12
|
import DownloadIconLegacy from '@atlaskit/icon/glyph/download';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl-next';
|
|
4
|
-
import CrossIcon from '@atlaskit/icon/core/migration/
|
|
4
|
+
import CrossIcon from '@atlaskit/icon/core/migration/cross';
|
|
5
5
|
import { messages } from '../../../../../messages';
|
|
6
6
|
import Action from '../action';
|
|
7
7
|
const DeleteAction = props => /*#__PURE__*/React.createElement(Action, _extends({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
5
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
6
6
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import MotionWrapper from '../../../common/motion-wrapper';
|
|
8
8
|
const styles = {
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { Fragment, useCallback, useMemo } from 'react';
|
|
6
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
7
|
import { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
|
|
8
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
8
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { N800, R50, R500 } from '@atlaskit/theme/colors';
|
|
11
11
|
import { useAnalyticsEvents } from '../../../../../../../../common/analytics/generated/use-analytics-events';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ax, ix } from "@compiled/react/runtime";
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
5
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
import { HoverCard } from '../../HoverCard';
|
|
8
8
|
import { ActionButton } from '../common/action-button';
|
|
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
10
10
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
11
11
|
const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "40.4.
|
|
13
|
+
packageVersion: "40.4.2",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
const Anchor = withLinkClickedEvent('a');
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "40.4.
|
|
7
|
+
packageVersion: "40.4.2"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["testId"];
|
|
4
4
|
import React, { useMemo } from 'react';
|
|
5
|
-
import WarningIcon from '@atlaskit/icon/core/migration/warning';
|
|
5
|
+
import WarningIcon from '@atlaskit/icon/core/migration/status-warning--warning';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
import Text from '../../FlexibleCard/components/elements/common/base-text-element';
|
|
8
8
|
import { RetryAction } from '../actions/RetryAction';
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
6
6
|
import ButtonOld from '@atlaskit/button';
|
|
7
7
|
import Button from '@atlaskit/button/new';
|
|
8
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
8
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
11
11
|
import { R300 } from '@atlaskit/theme/colors';
|
|
@@ -6,7 +6,7 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
6
6
|
import Heading from '@atlaskit/heading';
|
|
7
7
|
import DownloadIcon from '@atlaskit/icon/core/download';
|
|
8
8
|
import FullscreenExitIcon from '@atlaskit/icon/core/fullscreen-exit';
|
|
9
|
-
import CrossIcon from '@atlaskit/icon/core/migration/
|
|
9
|
+
import CrossIcon from '@atlaskit/icon/core/migration/cross';
|
|
10
10
|
import VidFullScreenOnIcon from '@atlaskit/icon/core/migration/fullscreen-enter--vid-full-screen-on';
|
|
11
11
|
import ShortcutIcon from '@atlaskit/icon/core/migration/link-external--shortcut';
|
|
12
12
|
import DownloadIconLegacy from '@atlaskit/icon/glyph/download';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl-next';
|
|
4
|
-
import CrossIcon from '@atlaskit/icon/core/migration/
|
|
4
|
+
import CrossIcon from '@atlaskit/icon/core/migration/cross';
|
|
5
5
|
import { messages } from '../../../../../messages';
|
|
6
6
|
import Action from '../action';
|
|
7
7
|
var DeleteAction = function DeleteAction(props) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
5
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
6
6
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import MotionWrapper from '../../../common/motion-wrapper';
|
|
8
8
|
var styles = {
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { Fragment, useCallback, useMemo } from 'react';
|
|
6
6
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
7
|
import { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
|
|
8
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
8
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { N800, R50, R500 } from '@atlaskit/theme/colors';
|
|
11
11
|
import { useAnalyticsEvents } from '../../../../../../../../common/analytics/generated/use-analytics-events';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { ax, ix } from "@compiled/react/runtime";
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { FormattedMessage } from 'react-intl-next';
|
|
5
|
-
import ErrorIcon from '@atlaskit/icon/core/migration/error';
|
|
5
|
+
import ErrorIcon from '@atlaskit/icon/core/migration/status-error--error';
|
|
6
6
|
import { messages } from '../../../messages';
|
|
7
7
|
import { HoverCard } from '../../HoverCard';
|
|
8
8
|
import { ActionButton } from '../common/action-button';
|
|
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
13
13
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
14
14
|
var PACKAGE_DATA = {
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "40.4.
|
|
16
|
+
packageVersion: "40.4.2",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|