@atlaskit/smart-card 27.8.3 → 27.8.4
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 +8 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/cjs/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/cjs/view/HoverCard/styled.js +4 -4
- package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/cjs/view/common/ai-icon/index.js +24 -26
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/es2019/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/es2019/view/HoverCard/styled.js +4 -4
- package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/es2019/view/common/ai-icon/index.js +100 -104
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/esm/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/esm/view/HoverCard/styled.js +4 -4
- package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/esm/view/common/ai-icon/index.js +25 -27
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/package.json +5 -5
|
@@ -4,7 +4,7 @@ import { N40 } from '@atlaskit/theme/colors';
|
|
|
4
4
|
|
|
5
5
|
// in editor prosemirror adds padding-left so we need to overwrite it
|
|
6
6
|
// renderer overwrites the margin-right so we need to add it here
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
8
|
export var metadataBlockCss = css({
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
10
10
|
'span[data-smart-element-avatar-group]': {
|
|
@@ -19,7 +19,7 @@ export var metadataBlockCss = css({
|
|
|
19
19
|
lineHeight: '1rem'
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
23
23
|
export var titleBlockCss = css({
|
|
24
24
|
gap: "var(--ds-space-100, 0.5em)",
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -28,7 +28,7 @@ export var titleBlockCss = css({
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
export var footerBlockCss = css({
|
|
33
33
|
height: '1.5rem',
|
|
34
34
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -40,7 +40,7 @@ export var footerBlockCss = css({
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
43
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
44
44
|
export var flexibleBlockCardStyle = css({
|
|
45
45
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
46
46
|
'& > div': {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export var containerStyles = css({
|
|
5
5
|
alignItems: 'center',
|
|
6
6
|
display: 'flex',
|
|
@@ -15,7 +15,7 @@ var iconSize = '24px';
|
|
|
15
15
|
// EDM-7328: CSS Specificity
|
|
16
16
|
// An embed modal icon css for img, span, svg has specificity weight of 0-1-1.
|
|
17
17
|
// Specify flex ui icon selector to increase specificity weight to 0-2-1.
|
|
18
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
19
19
|
export var iconCss = css({
|
|
20
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
21
21
|
'&, [data-smart-element-icon] img, [data-smart-element-icon] span, [data-smart-element-icon] svg, img, span, svg': {
|
|
@@ -28,7 +28,7 @@ export var iconCss = css({
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
var height = '20px';
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
export var titleCss = css({
|
|
33
33
|
flex: '1 1 auto',
|
|
34
34
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -50,7 +50,7 @@ export var titleCss = css({
|
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
52
|
|
|
53
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
53
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
54
54
|
export var actionCss = css({
|
|
55
55
|
display: 'flex',
|
|
56
56
|
flex: '0 0 auto',
|
package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js
CHANGED
|
@@ -49,17 +49,21 @@ var ActionButton = function ActionButton(_ref) {
|
|
|
49
49
|
}),
|
|
50
50
|
size: size
|
|
51
51
|
}) : iconOption;
|
|
52
|
-
return
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
52
|
+
return (
|
|
53
|
+
/*#__PURE__*/
|
|
54
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
55
|
+
React.createElement(Pressable, _extends({
|
|
56
|
+
xcss: [buttonStyles, xcss]
|
|
57
|
+
}, tooltipProps, {
|
|
58
|
+
onClick: onClick,
|
|
59
|
+
testId: testId
|
|
60
|
+
}), /*#__PURE__*/React.createElement(Inline, {
|
|
61
|
+
alignBlock: "center",
|
|
62
|
+
grow: "fill",
|
|
63
|
+
space: space
|
|
64
|
+
}, icon, /*#__PURE__*/React.createElement(Box, {
|
|
65
|
+
xcss: contentStyles
|
|
66
|
+
}, content)))
|
|
67
|
+
);
|
|
64
68
|
};
|
|
65
69
|
export default ActionButton;
|
|
@@ -64,7 +64,9 @@ var Action = function Action(_ref) {
|
|
|
64
64
|
onClick: onClick,
|
|
65
65
|
size: size,
|
|
66
66
|
testId: testId,
|
|
67
|
-
tooltipMessage: tooltipMessage || content
|
|
67
|
+
tooltipMessage: tooltipMessage || content
|
|
68
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
69
|
+
,
|
|
68
70
|
xcss: xcss,
|
|
69
71
|
tooltipOnHide: tooltipOnHide,
|
|
70
72
|
hideTooltipOnMouseDown: hideTooltipOnMouseDown,
|
|
@@ -79,7 +79,7 @@ var ActionBlock = function ActionBlock(_ref) {
|
|
|
79
79
|
onError: onError,
|
|
80
80
|
onLoadingChange: onLoadingChange,
|
|
81
81
|
size: size
|
|
82
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
82
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
83
83
|
,
|
|
84
84
|
xcss: xcss({
|
|
85
85
|
paddingInline: padding
|
|
@@ -25,9 +25,13 @@ var AIIndicatorTooltip = function AIIndicatorTooltip(_ref) {
|
|
|
25
25
|
content: content,
|
|
26
26
|
tag: "span"
|
|
27
27
|
}, function (tooltipProps) {
|
|
28
|
-
return
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
return (
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
31
|
+
React.createElement(Box, _extends({
|
|
32
|
+
xcss: [triggerStyles, overrideXcss]
|
|
33
|
+
}, tooltipProps), trigger)
|
|
34
|
+
);
|
|
31
35
|
});
|
|
32
36
|
};
|
|
33
37
|
export default AIIndicatorTooltip;
|
|
@@ -27,7 +27,7 @@ var RelatedUrlList = function RelatedUrlList(_ref) {
|
|
|
27
27
|
var intl = useIntl();
|
|
28
28
|
return resolvedResults.length > 0 ?
|
|
29
29
|
/*#__PURE__*/
|
|
30
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
31
31
|
React.createElement(Stack, {
|
|
32
32
|
testId: testId,
|
|
33
33
|
xcss: xcss({
|
|
@@ -19,7 +19,7 @@ var ResolvedResultsStack = function ResolvedResultsStack(_ref) {
|
|
|
19
19
|
space: "space.050",
|
|
20
20
|
testId: "".concat(testId, "-items-wrapper"),
|
|
21
21
|
as: "ul"
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
23
23
|
,
|
|
24
24
|
xcss: xcss({
|
|
25
25
|
paddingLeft: 'space.0',
|
|
@@ -77,7 +77,7 @@ export var getBaseStyles = function getBaseStyles(direction, size) {
|
|
|
77
77
|
});
|
|
78
78
|
};
|
|
79
79
|
|
|
80
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
80
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
81
81
|
export var highlightRemoveStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\toutline: none !important;\n\toutline-color: inherit;\n\tcolor: inherit;\n\t-webkit-tap-highlight-color: transparent;\n\t-webkit-touch-callout: none;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n"])));
|
|
82
82
|
var isActionGroup = function isActionGroup(node) {
|
|
83
83
|
return /*#__PURE__*/React.isValidElement(node) && node.type === ActionGroup;
|
|
@@ -3,7 +3,7 @@ import { css } from '@emotion/react';
|
|
|
3
3
|
import { N800 } from '@atlaskit/theme/colors';
|
|
4
4
|
import { getTruncateStyles } from '../../../../utils';
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export var dropdownItemGroupStyles = css({
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
9
9
|
button: {
|
|
@@ -24,7 +24,7 @@ var sharedBlockStyles = css({
|
|
|
24
24
|
alignItems: 'center'
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
28
28
|
export var contentStyles = css(sharedBlockStyles, {
|
|
29
29
|
marginTop: "var(--ds-space-025, 2px)",
|
|
30
30
|
alignItems: 'flex-start',
|
|
@@ -36,7 +36,7 @@ export var contentStyles = css(sharedBlockStyles, {
|
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
40
40
|
export var linkStyles = css(sharedBlockStyles, {
|
|
41
41
|
cursor: 'pointer',
|
|
42
42
|
fontSize: '0.875rem',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export var triggerButtonStyles = css({
|
|
5
5
|
all: 'unset',
|
|
6
6
|
backgroundColor: 'transparent',
|
|
@@ -24,7 +24,7 @@ export var triggerButtonStyles = css({
|
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-exported-styles
|
|
27
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
28
28
|
export var triggerLozengeStyles = css({
|
|
29
29
|
alignItems: 'center',
|
|
30
30
|
display: 'flex',
|
|
@@ -34,7 +34,7 @@ export var triggerLozengeStyles = css({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
37
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
38
38
|
export var dropdownItemGroupStyles = css({
|
|
39
39
|
maxHeight: '300px',
|
|
40
40
|
overflowY: 'auto',
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
var titleFontWeight = '600';
|
|
4
4
|
|
|
5
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
6
6
|
export var titleBlockStyles = css({
|
|
7
7
|
justifyContent: 'center',
|
|
8
8
|
fontWeight: titleFontWeight,
|
|
9
9
|
marginTop: "var(--ds-space-100, 8px)"
|
|
10
10
|
});
|
|
11
11
|
|
|
12
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
12
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
13
13
|
export var mainTextStyles = css({
|
|
14
14
|
display: 'inline',
|
|
15
15
|
justifyContent: 'center',
|
|
@@ -18,7 +18,7 @@ export var mainTextStyles = css({
|
|
|
18
18
|
textAlign: 'center'
|
|
19
19
|
});
|
|
20
20
|
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
22
|
export var connectButtonStyles = css({
|
|
23
23
|
justifyContent: 'center',
|
|
24
24
|
marginTop: "var(--ds-space-100, 8px)"
|
|
@@ -5,15 +5,15 @@ import { css } from '@emotion/react';
|
|
|
5
5
|
import { separatorCss } from '../../../styled';
|
|
6
6
|
var elementGap = '0.5rem';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
8
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
9
9
|
export var metadataBlockCss = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tgap: 0px;\n\t/* primary element group */\n\t[data-smart-element-group]:nth-of-type(1) {\n\t\tflex-grow: 7;\n\n\t\t// a separator between text-based element\n\t\t", "\n\n\t\t/* horizontal spacing between elements in group */\n > span {\n\t\t\tmargin-right: ", ";\n\t\t}\n\t}\n\t/* secondary element group */\n\t[data-smart-element-group]:nth-of-type(2) {\n\t\tflex-grow: 3;\n\t\t/* horizontal spacing between elements in group */\n\t\t> span {\n\t\t\tmargin-left: ", ";\n\t\t}\n\t}\n\n\t[data-smart-element-group] {\n\t\tline-height: 1rem;\n\t}\n"])), separatorCss, elementGap, elementGap);
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
12
|
export var footerBlockCss = css({
|
|
13
13
|
height: '1.5rem'
|
|
14
14
|
});
|
|
15
15
|
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
17
17
|
export var hiddenSnippetStyles = css({
|
|
18
18
|
visibility: 'hidden',
|
|
19
19
|
position: 'absolute'
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
5
|
export var loadingViewContainer = css({
|
|
6
6
|
display: 'flex',
|
|
7
7
|
flexDirection: 'column',
|
|
8
8
|
padding: "var(--ds-space-200, 1rem)"
|
|
9
9
|
});
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
12
|
export var skeletonContainer = css({
|
|
13
13
|
display: 'flex',
|
|
14
14
|
flexDirection: 'column',
|
|
@@ -28,7 +28,7 @@ export var getTitleStyles = function getTitleStyles(height) {
|
|
|
28
28
|
});
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
export var titleBlockStyles = css({
|
|
33
33
|
width: '100%',
|
|
34
34
|
gap: "var(--ds-space-100, 0.5rem)"
|
|
@@ -4,13 +4,13 @@ var blockGap = '0.5rem';
|
|
|
4
4
|
var iconGap = '0.5rem';
|
|
5
5
|
var titleFontWeight = '500';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
8
|
export var connectButtonStyles = css({
|
|
9
9
|
justifyContent: 'flex-end',
|
|
10
10
|
marginTop: blockGap
|
|
11
11
|
});
|
|
12
12
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
14
|
export var titleBlockStyles = css({
|
|
15
15
|
gap: "".concat(blockGap, " ").concat(iconGap),
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ export var titleBlockStyles = css({
|
|
|
19
19
|
}
|
|
20
20
|
});
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
23
23
|
export var mainTextStyles = css({
|
|
24
24
|
marginTop: blockGap,
|
|
25
25
|
fontSize: '0.75rem'
|
|
@@ -23,7 +23,7 @@ export var CARD_GAP_PX = 10;
|
|
|
23
23
|
var blockGap = '0.5rem';
|
|
24
24
|
var elementGap = '0.5rem';
|
|
25
25
|
|
|
26
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
27
27
|
export var separatorCss = css({
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
29
29
|
'[data-separator] + [data-separator]:before': {
|
|
@@ -31,10 +31,10 @@ export var separatorCss = css({
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
34
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
35
|
export var HoverCardContainer = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tbackground: none;\n\tborder-width: 0;\n\tbox-sizing: border-box;\n\twidth: ", "rem;\n\n\t.", " {\n\t\tdisplay: none;\n\t}\n"])), getBooleanFF('platform.linking-platform.smart-card.hover-card-ai-summaries') ? NEW_CARD_WIDTH_REM : CARD_WIDTH_REM, loadingPlaceholderClassName);
|
|
36
36
|
|
|
37
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
37
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
38
38
|
export var titleBlockCss = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tgap: ", ";\n\n\t", "\n\n\t// title and subtitle element group\n [data-smart-element-group] {\n\t\t// gap between title and subtitle\n\t\tgap: 0.06rem;\n\t\tdisplay: flex;\n\t\t/* subtitle element group */\n\t\t> [data-smart-element-group] {\n\t\t\t> span {\n\t\t\t\tmargin-right: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t[data-smart-element='Title'] {\n\t\tfont-weight: 600;\n\t}\n"])), blockGap, separatorCss, elementGap);
|
|
39
39
|
export var getTransitionStyles = function getTransitionStyles(snippetHeight) {
|
|
40
40
|
return css({
|
|
@@ -44,7 +44,7 @@ export var getTransitionStyles = function getTransitionStyles(snippetHeight) {
|
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
47
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
48
48
|
export var popupContainerStyles = css({
|
|
49
49
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
50
50
|
backgroundColor: "var(--ds-surface-overlay, white)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
5
|
export var breakWordsCss = css({
|
|
6
6
|
whiteSpace: 'pre-line',
|
|
7
7
|
wordBreak: 'break-all'
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "27.8.
|
|
13
|
+
packageVersion: "27.8.4",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
|
@@ -14,7 +14,7 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
14
14
|
testId: testId
|
|
15
15
|
}, jsx(Box, {
|
|
16
16
|
paddingBlockStart: "space.050"
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
18
18
|
,
|
|
19
19
|
xcss: xcss({
|
|
20
20
|
font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
@@ -28,7 +28,7 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
28
28
|
testId: "".concat(testId, "-item-").concat(idx)
|
|
29
29
|
}));
|
|
30
30
|
})), urls.length === 0 &&
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
32
32
|
jsx(Box, {
|
|
33
33
|
paddingBlock: "space.100",
|
|
34
34
|
xcss: xcss({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import SVG from '@atlaskit/icon/svg';
|
|
3
|
-
import {
|
|
3
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
4
|
import { B200, B400 } from '@atlaskit/theme/colors';
|
|
5
5
|
/**
|
|
6
6
|
* The bulk of this file is originally from
|
|
@@ -8,8 +8,6 @@ import { B200, B400 } from '@atlaskit/theme/colors';
|
|
|
8
8
|
* with modifications
|
|
9
9
|
*/
|
|
10
10
|
var AiIcon = function AiIcon(props) {
|
|
11
|
-
var iconColor = getBooleanFF('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")");
|
|
12
|
-
var textColor = getBooleanFF('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-text-accent-blue, ".concat(B400, ")");
|
|
13
11
|
return /*#__PURE__*/React.createElement(SVG, props, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
14
12
|
id: "ai_icon_lg0",
|
|
15
13
|
x1: "21",
|
|
@@ -19,12 +17,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
19
17
|
gradientUnits: "userSpaceOnUse"
|
|
20
18
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
21
19
|
offset: "0.270833",
|
|
22
|
-
stopColor:
|
|
23
|
-
color:
|
|
20
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
21
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
24
22
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
25
23
|
offset: "1",
|
|
26
|
-
stopColor:
|
|
27
|
-
color:
|
|
24
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
25
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
28
26
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
29
27
|
id: "ai_icon_lg1",
|
|
30
28
|
x1: "12.5",
|
|
@@ -34,12 +32,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
34
32
|
gradientUnits: "userSpaceOnUse"
|
|
35
33
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
36
34
|
offset: "0.1875",
|
|
37
|
-
stopColor:
|
|
38
|
-
color:
|
|
35
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
36
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
39
37
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
40
38
|
offset: "1",
|
|
41
|
-
stopColor:
|
|
42
|
-
color:
|
|
39
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
40
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
43
41
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
44
42
|
id: "ai_icon_lg2",
|
|
45
43
|
x1: "6.82996",
|
|
@@ -48,12 +46,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
48
46
|
y2: "12",
|
|
49
47
|
gradientUnits: "userSpaceOnUse"
|
|
50
48
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
51
|
-
stopColor:
|
|
52
|
-
color:
|
|
49
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
50
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
53
51
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
54
52
|
offset: "0.791667",
|
|
55
|
-
stopColor:
|
|
56
|
-
color:
|
|
53
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
54
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
57
55
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
58
56
|
id: "ai_icon_lg3",
|
|
59
57
|
x1: "12.5",
|
|
@@ -62,52 +60,52 @@ var AiIcon = function AiIcon(props) {
|
|
|
62
60
|
y2: "21",
|
|
63
61
|
gradientUnits: "userSpaceOnUse"
|
|
64
62
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
65
|
-
stopColor:
|
|
66
|
-
color:
|
|
63
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
64
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
67
65
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
68
66
|
offset: "0.802083",
|
|
69
|
-
stopColor:
|
|
70
|
-
color:
|
|
67
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
68
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
71
69
|
}))), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
72
70
|
fillRule: "evenodd",
|
|
73
71
|
clipRule: "evenodd",
|
|
74
72
|
d: "M17.17 12C17.17 11.4477 17.6177 11 18.17 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H18.17C17.6177 13 17.17 12.5523 17.17 12Z",
|
|
75
|
-
fill: "url(#ai_icon_lg0)
|
|
73
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg0)'
|
|
76
74
|
}), /*#__PURE__*/React.createElement("path", {
|
|
77
75
|
fillRule: "evenodd",
|
|
78
76
|
clipRule: "evenodd",
|
|
79
77
|
d: "M12 3C12.5523 3 13 3.44772 13 4V5.83C13 6.38228 12.5523 6.83 12 6.83C11.4477 6.83 11 6.38228 11 5.83V4C11 3.44772 11.4477 3 12 3Z",
|
|
80
|
-
fill: "url(#ai_icon_lg1)
|
|
78
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg1)'
|
|
81
79
|
}), /*#__PURE__*/React.createElement("path", {
|
|
82
80
|
fillRule: "evenodd",
|
|
83
81
|
clipRule: "evenodd",
|
|
84
82
|
d: "M3 12C3 11.4477 3.44772 11 4 11H5.83C6.38228 11 6.83 11.4477 6.83 12C6.83 12.5523 6.38228 13 5.83 13H4C3.44772 13 3 12.5523 3 12Z",
|
|
85
|
-
fill: "url(#ai_icon_lg2)
|
|
83
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg2)'
|
|
86
84
|
}), /*#__PURE__*/React.createElement("path", {
|
|
87
85
|
fillRule: "evenodd",
|
|
88
86
|
clipRule: "evenodd",
|
|
89
87
|
d: "M12 17.17C12.5523 17.17 13 17.6177 13 18.17V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V18.17C11 17.6177 11.4477 17.17 12 17.17Z",
|
|
90
|
-
fill: "url(#ai_icon_lg3)
|
|
88
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg3)'
|
|
91
89
|
}), /*#__PURE__*/React.createElement("path", {
|
|
92
90
|
fillRule: "evenodd",
|
|
93
91
|
clipRule: "evenodd",
|
|
94
92
|
d: "M14.2929 14.2929C14.6835 13.9024 15.3166 13.9024 15.7071 14.2929L19.7071 18.2929C20.0977 18.6834 20.0977 19.3166 19.7071 19.7071C19.3166 20.0976 18.6835 20.0976 18.2929 19.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929Z",
|
|
95
|
-
fill:
|
|
93
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
96
94
|
}), /*#__PURE__*/React.createElement("path", {
|
|
97
95
|
fillRule: "evenodd",
|
|
98
96
|
clipRule: "evenodd",
|
|
99
97
|
d: "M19.7071 4.29289C20.0977 4.68342 20.0977 5.31658 19.7071 5.70711L15.7071 9.70711C15.3166 10.0976 14.6835 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L18.2929 4.29289C18.6835 3.90237 19.3166 3.90237 19.7071 4.29289Z",
|
|
100
|
-
fill:
|
|
98
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
101
99
|
}), /*#__PURE__*/React.createElement("path", {
|
|
102
100
|
fillRule: "evenodd",
|
|
103
101
|
clipRule: "evenodd",
|
|
104
102
|
d: "M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L9.70711 8.29289C10.0976 8.68342 10.0976 9.31658 9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z",
|
|
105
|
-
fill:
|
|
103
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
106
104
|
}), /*#__PURE__*/React.createElement("path", {
|
|
107
105
|
fillRule: "evenodd",
|
|
108
106
|
clipRule: "evenodd",
|
|
109
107
|
d: "M9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L8.29289 14.2929C8.68342 13.9024 9.31658 13.9024 9.70711 14.2929Z",
|
|
110
|
-
fill:
|
|
108
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
111
109
|
})));
|
|
112
110
|
};
|
|
113
111
|
export default AiIcon;
|
|
@@ -11,7 +11,7 @@ var borderContainerStyles = css({
|
|
|
11
11
|
width: 'fit-content'
|
|
12
12
|
});
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export var borderContentStyles = css({
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
17
17
|
borderRadius: INNER_BORDER_RADIUS,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "27.8.
|
|
3
|
+
"version": "27.8.4",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
32
32
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
33
|
-
"@atlaskit/avatar": "^21.
|
|
34
|
-
"@atlaskit/avatar-group": "^9.
|
|
35
|
-
"@atlaskit/badge": "^16.
|
|
36
|
-
"@atlaskit/button": "^18.
|
|
33
|
+
"@atlaskit/avatar": "^21.11.0",
|
|
34
|
+
"@atlaskit/avatar-group": "^9.9.0",
|
|
35
|
+
"@atlaskit/badge": "^16.3.0",
|
|
36
|
+
"@atlaskit/button": "^18.1.0",
|
|
37
37
|
"@atlaskit/checkbox": "^13.5.0",
|
|
38
38
|
"@atlaskit/dropdown-menu": "^12.13.0",
|
|
39
39
|
"@atlaskit/form": "^10.4.0",
|