@atlaskit/smart-card 34.6.4 → 34.6.6
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 +16 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/index.js +121 -1
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +1 -1
- package/dist/cjs/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -1
- package/dist/cjs/view/EmbedModal/components/embed-content/index.js +1 -1
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.compiled.css +5 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/link/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.compiled.css +5 -2
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +2 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +4 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/elements/media/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/text/index.js +1 -1
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +1 -1
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +1 -1
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +1 -1
- package/dist/cjs/view/HoverCard/components/views/resolving/index.compiled.css +5 -2
- package/dist/cjs/view/HoverCard/components/views/resolving/index.js +2 -2
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.js +1 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +10 -3
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +31 -7
- package/dist/cjs/view/InlineCard/Frame/styled.compiled.css +3 -2
- package/dist/cjs/view/InlineCard/Frame/styled.js +8 -5
- package/dist/cjs/view/InlineCard/Icon.js +1 -1
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -0
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +163 -33
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled.js +25 -18
- package/dist/cjs/view/InlineCard/ResolvedView/index.js +3 -1
- package/dist/cjs/view/InlineCard/ResolvingView/index.js +10 -5
- package/dist/cjs/view/InlineCard/ResolvingView/styled.js +6 -5
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +16 -4
- package/dist/cjs/view/InlineCard/common/action-button/index.js +61 -0
- package/dist/cjs/view/InlineCard/styled.js +5 -4
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/index.js +61 -0
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.js +1 -1
- package/dist/es2019/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -1
- package/dist/es2019/view/EmbedModal/components/embed-content/index.js +1 -1
- package/dist/es2019/view/EmbedModal/components/link-info/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-button/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.compiled.css +5 -2
- package/dist/es2019/view/FlexibleCard/components/container/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/container/layered-link/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/link/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.compiled.css +5 -2
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +4 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/elements/media/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/text/index.js +1 -1
- package/dist/es2019/view/HoverCard/components/ContentContainer.js +1 -1
- package/dist/es2019/view/HoverCard/components/views/forbidden/index.js +1 -1
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +1 -1
- package/dist/es2019/view/HoverCard/components/views/resolving/index.compiled.css +5 -2
- package/dist/es2019/view/HoverCard/components/views/resolving/index.js +2 -2
- package/dist/es2019/view/HoverCard/components/views/unauthorised/index.js +1 -1
- package/dist/es2019/view/InlineCard/ErroredView/index.js +12 -5
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +34 -10
- package/dist/es2019/view/InlineCard/Frame/styled.compiled.css +3 -2
- package/dist/es2019/view/InlineCard/Frame/styled.js +8 -5
- package/dist/es2019/view/InlineCard/Icon.js +1 -1
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -0
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +163 -33
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled.js +24 -17
- package/dist/es2019/view/InlineCard/ResolvedView/index.js +4 -2
- package/dist/es2019/view/InlineCard/ResolvingView/index.js +13 -8
- package/dist/es2019/view/InlineCard/ResolvingView/styled.js +6 -5
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +18 -6
- package/dist/es2019/view/InlineCard/common/action-button/index.js +50 -0
- package/dist/es2019/view/InlineCard/styled.js +4 -3
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/index.js +81 -1
- package/dist/esm/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/esm/view/BlockCard/views/unresolved-view/index.js +1 -1
- package/dist/esm/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -1
- package/dist/esm/view/EmbedModal/components/embed-content/index.js +1 -1
- package/dist/esm/view/EmbedModal/components/link-info/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-button/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/container/index.compiled.css +5 -2
- package/dist/esm/view/FlexibleCard/components/container/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/container/layered-link/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/date-time/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/link/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.compiled.css +5 -2
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +2 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +4 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/elements/media/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/text/index.js +1 -1
- package/dist/esm/view/HoverCard/components/ContentContainer.js +1 -1
- package/dist/esm/view/HoverCard/components/views/forbidden/index.js +1 -1
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +1 -1
- package/dist/esm/view/HoverCard/components/views/resolving/index.compiled.css +5 -2
- package/dist/esm/view/HoverCard/components/views/resolving/index.js +2 -2
- package/dist/esm/view/HoverCard/components/views/unauthorised/index.js +1 -1
- package/dist/esm/view/InlineCard/ErroredView/index.js +12 -5
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +34 -10
- package/dist/esm/view/InlineCard/Frame/styled.compiled.css +3 -2
- package/dist/esm/view/InlineCard/Frame/styled.js +8 -5
- package/dist/esm/view/InlineCard/Icon.js +1 -1
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -0
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +163 -33
- package/dist/esm/view/InlineCard/IconAndTitleLayout/styled.js +24 -17
- package/dist/esm/view/InlineCard/ResolvedView/index.js +4 -2
- package/dist/esm/view/InlineCard/ResolvingView/index.js +13 -8
- package/dist/esm/view/InlineCard/ResolvingView/styled.js +6 -5
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +18 -6
- package/dist/esm/view/InlineCard/common/action-button/index.js +51 -0
- package/dist/esm/view/InlineCard/styled.js +4 -3
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +1 -1
- package/dist/types/view/InlineCard/IconAndTitleLayout/index.d.ts +10 -2
- package/dist/types/view/InlineCard/IconAndTitleLayout/styled.d.ts +8 -8
- package/dist/types/view/InlineCard/ResolvingView/styled.d.ts +1 -1
- package/dist/types/view/InlineCard/common/action-button/index.d.ts +19 -0
- package/dist/types/view/InlineCard/styled.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +10 -2
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled.d.ts +8 -8
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/common/action-button/index.d.ts +19 -0
- package/dist/types-ts4.5/view/InlineCard/styled.d.ts +1 -1
- package/package.json +5 -2
|
@@ -40,7 +40,8 @@ var InlineCardResolvingView = exports.InlineCardResolvingView = /*#__PURE__*/fun
|
|
|
40
40
|
titleTextColor = _this$props.titleTextColor,
|
|
41
41
|
resolvingPlaceholder = _this$props.resolvingPlaceholder,
|
|
42
42
|
truncateInline = _this$props.truncateInline;
|
|
43
|
-
var SpinnerWrapperComponent = (0, _platformFeatureFlags.fg)('bandicoots-compiled-migration-smartcard') ? _styled2.
|
|
43
|
+
var SpinnerWrapperComponent = (0, _platformFeatureFlags.fg)('bandicoots-compiled-migration-smartcard') ? _styled2.SpinnerWrapperOldVisualRefresh : _styledEmotion2.SpinnerWrapper;
|
|
44
|
+
var IconTitleWrapperFFed = (0, _platformFeatureFlags.fg)('platform-linking-visual-refresh-v1') ? _IconAndTitleLayout.IconTitleWrapper : _styled.IconTitleWrapperOldVisualRefresh;
|
|
44
45
|
if (inlinePreloaderStyle === 'on-right-without-skeleton') {
|
|
45
46
|
if ((0, _platformFeatureFlags.fg)('bandicoots-compiled-migration-smartcard')) {
|
|
46
47
|
return /*#__PURE__*/_react.default.createElement(_Frame.Frame, {
|
|
@@ -49,11 +50,13 @@ var InlineCardResolvingView = exports.InlineCardResolvingView = /*#__PURE__*/fun
|
|
|
49
50
|
onClick: onClick,
|
|
50
51
|
isSelected: isSelected,
|
|
51
52
|
truncateInline: truncateInline
|
|
52
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
53
|
+
}, /*#__PURE__*/_react.default.createElement(IconTitleWrapperFFed, null, url, /*#__PURE__*/_react.default.createElement(_styled.RightIconPositionWrapper, null, (0, _platformFeatureFlags.fg)('platform-linking-visual-refresh-v1') ? /*#__PURE__*/_react.default.createElement(_spinner.default, {
|
|
54
|
+
size: 14
|
|
55
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(SpinnerWrapperComponent, {
|
|
53
56
|
className: "inline-resolving-spinner"
|
|
54
57
|
}, /*#__PURE__*/_react.default.createElement(_spinner.default, {
|
|
55
58
|
size: 14
|
|
56
|
-
})))));
|
|
59
|
+
}))))));
|
|
57
60
|
} else {
|
|
58
61
|
return /*#__PURE__*/_react.default.createElement(_Frame.Frame, {
|
|
59
62
|
withoutBackground: true,
|
|
@@ -77,11 +80,13 @@ var InlineCardResolvingView = exports.InlineCardResolvingView = /*#__PURE__*/fun
|
|
|
77
80
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
78
81
|
title: resolvingPlaceholder !== null && resolvingPlaceholder !== void 0 ? resolvingPlaceholder : url,
|
|
79
82
|
titleTextColor: titleTextColor
|
|
80
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
83
|
+
}, (0, _platformFeatureFlags.fg)('platform-linking-visual-refresh-v1') ? /*#__PURE__*/_react.default.createElement(_spinner.default, {
|
|
84
|
+
size: 14
|
|
85
|
+
}) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(SpinnerWrapperComponent, {
|
|
81
86
|
className: "inline-resolving-spinner"
|
|
82
87
|
}, /*#__PURE__*/_react.default.createElement(_spinner.default, {
|
|
83
88
|
size: 14
|
|
84
|
-
}))));
|
|
89
|
+
})))));
|
|
85
90
|
}
|
|
86
91
|
}
|
|
87
92
|
}]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -6,7 +6,7 @@ var _typeof = require("@babel/runtime/helpers/typeof");
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", {
|
|
7
7
|
value: true
|
|
8
8
|
});
|
|
9
|
-
exports.
|
|
9
|
+
exports.SpinnerWrapperOldVisualRefresh = void 0;
|
|
10
10
|
require("./styled.compiled.css");
|
|
11
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
12
|
var React = _react;
|
|
@@ -17,10 +17,11 @@ var _styled = require("../IconAndTitleLayout/styled");
|
|
|
17
17
|
var _excluded = ["as", "style"];
|
|
18
18
|
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); }
|
|
19
19
|
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 && {}.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; }
|
|
20
|
+
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
20
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
21
|
-
var
|
|
22
|
+
var SpinnerWrapperOldVisualRefresh = exports.SpinnerWrapperOldVisualRefresh = (0, _react.forwardRef)(function (_ref, __cmplr) {
|
|
22
23
|
var _ref$as = _ref.as,
|
|
23
|
-
C = _ref$as === void 0 ? _styled.
|
|
24
|
+
C = _ref$as === void 0 ? _styled.IconTitleWrapperOldVisualRefresh : _ref$as,
|
|
24
25
|
__cmpls = _ref.style,
|
|
25
26
|
__cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
26
27
|
return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
|
|
@@ -30,5 +31,5 @@ var SpinnerWrapper = exports.SpinnerWrapper = (0, _react.forwardRef)(function (_
|
|
|
30
31
|
}));
|
|
31
32
|
});
|
|
32
33
|
if (process.env.NODE_ENV !== 'production') {
|
|
33
|
-
|
|
34
|
+
SpinnerWrapperOldVisualRefresh.displayName = 'SpinnerWrapperOldVisualRefresh';
|
|
34
35
|
}
|
|
@@ -17,6 +17,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
17
17
|
var _useAnalyticsEvents2 = require("../../../common/analytics/generated/use-analytics-events");
|
|
18
18
|
var _messages = require("../../../messages");
|
|
19
19
|
var _HoverCard = require("../../HoverCard");
|
|
20
|
+
var _actionButton = require("../common/action-button");
|
|
20
21
|
var _Frame = require("../Frame");
|
|
21
22
|
var _Icon = require("../Icon");
|
|
22
23
|
var _IconEmotion = require("../Icon-emotion");
|
|
@@ -83,11 +84,22 @@ var InlineCardUnauthorizedView = exports.InlineCardUnauthorizedView = function I
|
|
|
83
84
|
}
|
|
84
85
|
}, [fireEvent, onAuthorise]);
|
|
85
86
|
var renderActionButton = _react.default.useCallback(function () {
|
|
86
|
-
var
|
|
87
|
+
var Button = (0, _withFrameStyleControl.default)(_button.default, frameRef);
|
|
87
88
|
if ((0, _platformFeatureFlags.fg)('bandicoots-compiled-migration-smartcard')) {
|
|
88
|
-
|
|
89
|
+
if ((0, _platformFeatureFlags.fg)('platform-linking-visual-refresh-v1')) {
|
|
90
|
+
return /*#__PURE__*/_react.default.createElement(Button, {
|
|
91
|
+
component: _actionButton.ActionButton,
|
|
92
|
+
onClick: handleConnectAccount,
|
|
93
|
+
testId: "button-connect-account"
|
|
94
|
+
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _messages.messages.connect_link_account_card_name, {
|
|
95
|
+
values: {
|
|
96
|
+
context: context
|
|
97
|
+
}
|
|
98
|
+
})));
|
|
99
|
+
}
|
|
100
|
+
return onAuthorise ? /*#__PURE__*/_react.default.createElement(Button, {
|
|
89
101
|
spacing: "none",
|
|
90
|
-
component: _styled.
|
|
102
|
+
component: _styled.IconStyledButtonOldVisualRefresh,
|
|
91
103
|
onClick: handleConnectAccount,
|
|
92
104
|
testId: "button-connect-account"
|
|
93
105
|
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, (0, _extends2.default)({}, _messages.messages.connect_link_account_card_name, {
|
|
@@ -96,7 +108,7 @@ var InlineCardUnauthorizedView = exports.InlineCardUnauthorizedView = function I
|
|
|
96
108
|
}
|
|
97
109
|
}))) : undefined;
|
|
98
110
|
} else {
|
|
99
|
-
return onAuthorise ? /*#__PURE__*/_react.default.createElement(
|
|
111
|
+
return onAuthorise ? /*#__PURE__*/_react.default.createElement(Button, {
|
|
100
112
|
spacing: "none",
|
|
101
113
|
component: _styledEmotion.IconStyledButton,
|
|
102
114
|
onClick: handleConnectAccount,
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.ActionButton = void 0;
|
|
9
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
11
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
+
var _primitives = require("@atlaskit/primitives");
|
|
13
|
+
var _excluded = ["children"];
|
|
14
|
+
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); }
|
|
15
|
+
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 && {}.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; }
|
|
16
|
+
/**
|
|
17
|
+
* Action button has to be a span for the overflow to work correctly
|
|
18
|
+
*/
|
|
19
|
+
var ActionButton = exports.ActionButton = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
20
|
+
var children = _ref.children,
|
|
21
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
22
|
+
return /*#__PURE__*/_react.default.createElement(_primitives.Box, (0, _extends2.default)({
|
|
23
|
+
as: "span",
|
|
24
|
+
ref: ref,
|
|
25
|
+
xcss: [actionButtonStyle, !props.disabled && actionButtonNotDisabledStyle]
|
|
26
|
+
}, props, {
|
|
27
|
+
"aria-disabled": props.disabled,
|
|
28
|
+
role: "button"
|
|
29
|
+
}), /*#__PURE__*/_react.default.createElement(_primitives.Box, {
|
|
30
|
+
as: "span",
|
|
31
|
+
xcss: internalButtonStyle
|
|
32
|
+
}, children));
|
|
33
|
+
});
|
|
34
|
+
var actionButtonStyle = (0, _primitives.xcss)({
|
|
35
|
+
textAlign: 'initial',
|
|
36
|
+
display: 'inline',
|
|
37
|
+
borderRadius: 'border.radius.100',
|
|
38
|
+
borderTopLeftRadius: '0px',
|
|
39
|
+
borderBottomLeftRadius: '0px',
|
|
40
|
+
backgroundClip: 'padding-box',
|
|
41
|
+
boxDecorationBreak: 'clone',
|
|
42
|
+
font: 'font.body.large',
|
|
43
|
+
paddingTop: 'space.025',
|
|
44
|
+
paddingLeft: 'space.075',
|
|
45
|
+
paddingBottom: 'space.025',
|
|
46
|
+
paddingRight: 'space.075',
|
|
47
|
+
whiteSpace: 'nowrap',
|
|
48
|
+
backgroundColor: 'color.background.neutral',
|
|
49
|
+
cursor: 'not-allowed',
|
|
50
|
+
color: 'color.text.disabled'
|
|
51
|
+
});
|
|
52
|
+
var internalButtonStyle = (0, _primitives.xcss)({
|
|
53
|
+
font: 'font.body'
|
|
54
|
+
});
|
|
55
|
+
var actionButtonNotDisabledStyle = (0, _primitives.xcss)({
|
|
56
|
+
color: 'color.text',
|
|
57
|
+
cursor: 'pointer',
|
|
58
|
+
':hover': {
|
|
59
|
+
backgroundColor: 'color.background.neutral.hovered'
|
|
60
|
+
}
|
|
61
|
+
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* styled.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -6,7 +6,7 @@ var _typeof = require("@babel/runtime/helpers/typeof");
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", {
|
|
7
7
|
value: true
|
|
8
8
|
});
|
|
9
|
-
exports.
|
|
9
|
+
exports.IconStyledButtonOldVisualRefresh = void 0;
|
|
10
10
|
require("./styled.compiled.css");
|
|
11
11
|
var _react = _interopRequireWildcard(require("react"));
|
|
12
12
|
var React = _react;
|
|
@@ -18,8 +18,9 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
18
18
|
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 && {}.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; }
|
|
19
19
|
// By default buttons will hide overflow and ellipsis content instead of wrapping.
|
|
20
20
|
// This basically turns the button back into inline content
|
|
21
|
+
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
21
22
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
|
-
var
|
|
23
|
+
var IconStyledButtonOldVisualRefresh = exports.IconStyledButtonOldVisualRefresh = (0, _react.forwardRef)(function (_ref, __cmplr) {
|
|
23
24
|
var _ref$as = _ref.as,
|
|
24
25
|
C = _ref$as === void 0 ? "span" : _ref$as,
|
|
25
26
|
__cmpls = _ref.style,
|
|
@@ -31,5 +32,5 @@ var IconStyledButton = exports.IconStyledButton = (0, _react.forwardRef)(functio
|
|
|
31
32
|
}));
|
|
32
33
|
});
|
|
33
34
|
if (process.env.NODE_ENV !== 'production') {
|
|
34
|
-
|
|
35
|
+
IconStyledButtonOldVisualRefresh.displayName = 'IconStyledButtonOldVisualRefresh';
|
|
35
36
|
}
|
|
@@ -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: "34.6.
|
|
23
|
+
packageVersion: "34.6.6",
|
|
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: "34.6.
|
|
5
|
+
packageVersion: "34.6.6"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -270,6 +270,67 @@ export const getLazyIcons = () => {
|
|
|
270
270
|
}) => ({
|
|
271
271
|
default: JiraIcon
|
|
272
272
|
}))
|
|
273
|
+
},
|
|
274
|
+
// Badge icons
|
|
275
|
+
[IconType.Attachment]: {
|
|
276
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphAttachment" */'@atlaskit/icon/core/migration/attachment')
|
|
277
|
+
},
|
|
278
|
+
[IconType.CheckItem]: {
|
|
279
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphAttachment" */'@atlaskit/icon/core/migration/task')
|
|
280
|
+
},
|
|
281
|
+
[IconType.Comment]: {
|
|
282
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphComment" */'@atlaskit/icon/core/migration/comment')
|
|
283
|
+
},
|
|
284
|
+
[IconType.View]: {
|
|
285
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphComment" */'@atlaskit/icon/core/migration/eye-open--watch')
|
|
286
|
+
},
|
|
287
|
+
[IconType.React]: {
|
|
288
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphComment" */'@atlaskit/icon/core/migration/thumbs-up--like')
|
|
289
|
+
},
|
|
290
|
+
[IconType.Vote]: {
|
|
291
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphComment" */'@atlaskit/icon/core/migration/arrow-up')
|
|
292
|
+
},
|
|
293
|
+
[IconType.PriorityBlocker]: {
|
|
294
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphBlocker" */'@atlaskit/icon-priority/glyph/priority-blocker')
|
|
295
|
+
},
|
|
296
|
+
[IconType.PriorityCritical]: {
|
|
297
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphCritical" */'@atlaskit/icon-priority/glyph/priority-critical')
|
|
298
|
+
},
|
|
299
|
+
[IconType.PriorityHigh]: {
|
|
300
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphHigh" */'@atlaskit/icon-priority/glyph/priority-high')
|
|
301
|
+
},
|
|
302
|
+
[IconType.PriorityHighest]: {
|
|
303
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphHighest" */'@atlaskit/icon-priority/glyph/priority-highest')
|
|
304
|
+
},
|
|
305
|
+
[IconType.PriorityLow]: {
|
|
306
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphLow" */'@atlaskit/icon-priority/glyph/priority-low')
|
|
307
|
+
},
|
|
308
|
+
[IconType.PriorityLowest]: {
|
|
309
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphLowest" */'@atlaskit/icon-priority/glyph/priority-lowest')
|
|
310
|
+
},
|
|
311
|
+
[IconType.PriorityMajor]: {
|
|
312
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphMajor" */'@atlaskit/icon-priority/glyph/priority-major')
|
|
313
|
+
},
|
|
314
|
+
[IconType.PriorityMedium]: {
|
|
315
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphMedium" */'@atlaskit/icon-priority/glyph/priority-medium')
|
|
316
|
+
},
|
|
317
|
+
[IconType.PriorityMinor]: {
|
|
318
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphMinor" */'@atlaskit/icon-priority/glyph/priority-minor')
|
|
319
|
+
},
|
|
320
|
+
[IconType.PriorityTrivial]: {
|
|
321
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphTrivial" */'@atlaskit/icon-priority/glyph/priority-trivial')
|
|
322
|
+
},
|
|
323
|
+
[IconType.PriorityUndefined]: {
|
|
324
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphUndefined" */'@atlaskit/icon/core/migration/question-circle--question')
|
|
325
|
+
},
|
|
326
|
+
[IconType.ProgrammingLanguage]: {
|
|
327
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphProgrammingLanguage" */'@atlaskit/icon/core/migration/angle-brackets--code')
|
|
328
|
+
},
|
|
329
|
+
[IconType.Subscriber]: {
|
|
330
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphSubscriber" */'@atlaskit/icon/core/migration/people-group--people')
|
|
331
|
+
},
|
|
332
|
+
[IconType.SubTasksProgress]: {
|
|
333
|
+
default: () => import( /* webpackChunkName: "@atlaskit-internal_glyphSubtaskProgress" */'@atlaskit/icon/core/migration/subtasks--subtask')
|
|
273
334
|
}
|
|
274
335
|
};
|
|
275
336
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* UnauthorisedView.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* UnauthorisedView.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import "./UnauthorisedView.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* withFlexibleUIBlockCardStyle.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* withFlexibleUIBlockCardStyle.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import "./withFlexibleUIBlockCardStyle.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
._19ith6cr{border:1px solid var(--ds-border,#dfe1e6)}
|
|
3
3
|
._1yt418y6{padding:var(--_1xumd0e)}
|
|
4
4
|
._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
|
|
5
5
|
._zulp1jvo{gap:1.25rem 0}
|
|
6
6
|
._zulp1qos{gap:.5rem 0}
|
|
7
7
|
._zulpfzsm{gap:.25rem 0}
|
|
8
|
-
._zulph3jc{gap:1rem 0}
|
|
8
|
+
._zulph3jc{gap:1rem 0}._18u0v77o{margin-left:var(--ds-space-025,2px)}
|
|
9
9
|
._19bv15sf{padding-left:calc(var(--preview-block-width) + 1.25rem)}
|
|
10
10
|
._19bv1ltm{padding-left:calc(var(--preview-block-width) + .25rem)}
|
|
11
11
|
._19bvf557{padding-left:calc(var(--preview-block-width) + 1rem)}
|
|
12
12
|
._19bvqox2{padding-left:calc(var(--preview-block-width) + .5rem)}
|
|
13
|
+
._19pkv77o{margin-top:var(--ds-space-025,2px)}
|
|
13
14
|
._1e0c1txw{display:flex}
|
|
14
15
|
._1pcmkb7n:hover~.actions-button-group{opacity:1}
|
|
15
16
|
._1reo15vq{overflow-x:hidden}
|
|
@@ -20,11 +21,13 @@
|
|
|
20
21
|
._1yob1kwk{--container-gap-right:.5rem}
|
|
21
22
|
._1yob1wow{--container-gap-right:var(--_12k13bg)}
|
|
22
23
|
._1yob6mu8{--container-gap-right:.25rem}
|
|
24
|
+
._2hwxv77o{margin-right:var(--ds-space-025,2px)}
|
|
23
25
|
._2lx21bp4{flex-direction:column}
|
|
24
26
|
._bfhkhp5a{background-color:var(--ds-surface-raised,#fff)}
|
|
25
27
|
._jb7v18y6{--container-padding:var(--_1xumd0e)}
|
|
26
28
|
._kqswh2mm{position:relative}
|
|
27
29
|
._nqwih2mm .has-action, ._18ywh2mm a, ._1nq3h2mm button{position:relative}
|
|
30
|
+
._otyrv77o{margin-bottom:var(--ds-space-025,2px)}
|
|
28
31
|
._r37x1r5k{--preview-block-width:30%}
|
|
29
32
|
._u5f315sf{padding-right:calc(var(--preview-block-width) + 1.25rem)}
|
|
30
33
|
._u5f31ltm{padding-right:calc(var(--preview-block-width) + .25rem)}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
/* eslint-disable @atlaskit/design-system/consistent-css-prop-usage */
|
|
3
3
|
/* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-values */
|
|
4
4
|
import "./index.compiled.css";
|
|
@@ -179,7 +179,7 @@ const ContainerNew = ({
|
|
|
179
179
|
const container = /*#__PURE__*/React.createElement("div", {
|
|
180
180
|
"data-smart-link-container": true,
|
|
181
181
|
"data-testid": testId,
|
|
182
|
-
className: ax(["_1e0c1txw _2lx21bp4 _1ul9idpf _1reo15vq _kqswh2mm _1pcmkb7n _1v7y1i6y _ufn21i6y", gapStyleMap[size], !hideBackground && "_bfhkhp5a", "_1yt418y6 _jb7v18y6 _y5vk167t _1yob1wow _r37x1r5k", previewOnLeft && previewOnLeftStyleMap[size], previewOnRight && previewOnRightStyleMap[size], !hideElevation && "_19ith6cr _2rkopd34
|
|
182
|
+
className: ax(["_1e0c1txw _2lx21bp4 _1ul9idpf _1reo15vq _kqswh2mm _1pcmkb7n _1v7y1i6y _ufn21i6y", gapStyleMap[size], !hideBackground && "_bfhkhp5a", "_1yt418y6 _jb7v18y6 _y5vk167t _1yob1wow _r37x1r5k", previewOnLeft && previewOnLeftStyleMap[size], previewOnRight && previewOnRightStyleMap[size], !hideElevation && "_19ith6cr _2rkopd34 _19pkv77o _2hwxv77o _otyrv77o _18u0v77o", clickableContainer && "_nqwih2mm _18ywh2mm _1nq3h2mm _1t4ckb7n _1nxdkb7n _xnbykb7n"]),
|
|
183
183
|
style: {
|
|
184
184
|
"--_1xumd0e": ix(padding),
|
|
185
185
|
"--_73mooq": ix(previewOnLeft ? gap : padding),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* index.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* index.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
/* eslint-disable @atlaskit/design-system/use-tokens-typography */
|
|
3
3
|
import "./index.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|