@atlaskit/smart-card 27.6.2 → 27.6.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 +16 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +5 -0
- package/dist/cjs/view/EmbedCard/components/styled.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +4 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +3 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +6 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +5 -0
- package/dist/es2019/view/EmbedCard/components/styled.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +3 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +6 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +5 -0
- package/dist/esm/view/EmbedCard/components/styled.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +4 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +3 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +6 -2
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 27.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#112182](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112182)
|
|
8
|
+
[`474de215aa66e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/474de215aa66e) -
|
|
9
|
+
Moving fix for using select all shortcut inside a database or other embed card into the card
|
|
10
|
+
itself to fix selection issues with embed card.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 27.6.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 27.6.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
22
22
|
var context = exports.context = {
|
|
23
23
|
componentName: 'smart-cards',
|
|
24
24
|
packageName: "@atlaskit/smart-card",
|
|
25
|
-
packageVersion: "27.6.
|
|
25
|
+
packageVersion: "27.6.4"
|
|
26
26
|
};
|
|
27
27
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
28
28
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -83,6 +83,11 @@ var ExpandedFrame = exports.ExpandedFrame = function ExpandedFrame(_ref) {
|
|
|
83
83
|
removeOverflow: isFixEmbedCardBlurEnabled,
|
|
84
84
|
isInteractive: isInteractive(),
|
|
85
85
|
frameStyle: frameStyle
|
|
86
|
+
// This fixes an issue with input fields in cross domain iframes (ie. databases and jira fields from different domains)
|
|
87
|
+
// See: HOT-107830
|
|
88
|
+
,
|
|
89
|
+
contentEditable: (0, _platformFeatureFlags.getBooleanFF)('platform.editor.card.fix-embed-card-select-all') ? 'false' : 'inherit',
|
|
90
|
+
suppressContentEditableWarning: true
|
|
86
91
|
}, children);
|
|
87
92
|
};
|
|
88
93
|
if (!isPlaceholder && href) {
|
|
@@ -119,7 +119,7 @@ csssize(16),
|
|
|
119
119
|
function (_ref9) {
|
|
120
120
|
var isPlaceholder = _ref9.isPlaceholder;
|
|
121
121
|
if (isPlaceholder) {
|
|
122
|
-
return "\n
|
|
122
|
+
return "\n\t\t\t".concat("\n background-color: ", "var(--ds-skeleton, ".concat(colors.N30, ")"), ";\n ");
|
|
123
123
|
} else {
|
|
124
124
|
return '';
|
|
125
125
|
}
|
|
@@ -133,7 +133,7 @@ var TextWrapper = exports.TextWrapper = _styled.default.div(
|
|
|
133
133
|
function (_ref10) {
|
|
134
134
|
var isPlaceholder = _ref10.isPlaceholder;
|
|
135
135
|
if (isPlaceholder) {
|
|
136
|
-
return "\n ".concat(borderRadius, "\n width: 125px;\n height: 12px;\n
|
|
136
|
+
return "\n ".concat(borderRadius, "\n width: 125px;\n height: 12px;\n", "\n background-color: ", "var(--ds-skeleton, ".concat(colors.N30, ")"), ";\n ");
|
|
137
137
|
} else {
|
|
138
138
|
return '';
|
|
139
139
|
}
|
|
@@ -90,7 +90,7 @@ var ActionBlock = function ActionBlock(_ref) {
|
|
|
90
90
|
onError: onError,
|
|
91
91
|
onLoadingChange: onLoadingChange,
|
|
92
92
|
size: size
|
|
93
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
93
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
94
94
|
,
|
|
95
95
|
xcss: (0, _primitives.xcss)({
|
|
96
96
|
paddingInline: padding
|
|
@@ -36,7 +36,10 @@ var RelatedUrlList = function RelatedUrlList(_ref) {
|
|
|
36
36
|
}, [isOpen]);
|
|
37
37
|
var ChevronComponent = isOpen ? _chevronUp.default : _chevronDown.default;
|
|
38
38
|
var intl = (0, _reactIntlNext.useIntl)();
|
|
39
|
-
return resolvedResults.length > 0 ?
|
|
39
|
+
return resolvedResults.length > 0 ?
|
|
40
|
+
/*#__PURE__*/
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
42
|
+
_react.default.createElement(_primitives.Stack, {
|
|
40
43
|
testId: testId,
|
|
41
44
|
xcss: (0, _primitives.xcss)({
|
|
42
45
|
width: '100%'
|
|
@@ -28,7 +28,9 @@ var ResolvedResultsStack = function ResolvedResultsStack(_ref) {
|
|
|
28
28
|
return /*#__PURE__*/_react.default.createElement(_primitives.Stack, {
|
|
29
29
|
space: "space.050",
|
|
30
30
|
testId: "".concat(testId, "-items-wrapper"),
|
|
31
|
-
as: "ul"
|
|
31
|
+
as: "ul"
|
|
32
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
33
|
+
,
|
|
32
34
|
xcss: (0, _primitives.xcss)({
|
|
33
35
|
paddingLeft: 'space.0',
|
|
34
36
|
marginTop: 'space.0'
|
|
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
|
|
|
17
17
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
18
18
|
var PACKAGE_DATA = {
|
|
19
19
|
packageName: "@atlaskit/smart-card",
|
|
20
|
-
packageVersion: "27.6.
|
|
20
|
+
packageVersion: "27.6.4",
|
|
21
21
|
componentName: 'linkUrl'
|
|
22
22
|
};
|
|
23
23
|
var Link = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -21,7 +21,9 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
21
21
|
return (0, _react.jsx)(_primitives.Stack, {
|
|
22
22
|
testId: testId
|
|
23
23
|
}, (0, _react.jsx)(_primitives.Box, {
|
|
24
|
-
paddingBlockStart: "space.050"
|
|
24
|
+
paddingBlockStart: "space.050"
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
26
|
+
,
|
|
25
27
|
xcss: (0, _primitives.xcss)({
|
|
26
28
|
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)",
|
|
27
29
|
textTransform: 'uppercase'
|
|
@@ -33,7 +35,9 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
33
35
|
url: url,
|
|
34
36
|
testId: "".concat(testId, "-item-").concat(idx)
|
|
35
37
|
}));
|
|
36
|
-
})), urls.length === 0 &&
|
|
38
|
+
})), urls.length === 0 &&
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
40
|
+
(0, _react.jsx)(_primitives.Box, {
|
|
37
41
|
paddingBlock: "space.100",
|
|
38
42
|
xcss: (0, _primitives.xcss)({
|
|
39
43
|
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "27.6.
|
|
7
|
+
packageVersion: "27.6.4"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -62,6 +62,11 @@ export const ExpandedFrame = ({
|
|
|
62
62
|
removeOverflow: isFixEmbedCardBlurEnabled,
|
|
63
63
|
isInteractive: isInteractive(),
|
|
64
64
|
frameStyle: frameStyle
|
|
65
|
+
// This fixes an issue with input fields in cross domain iframes (ie. databases and jira fields from different domains)
|
|
66
|
+
// See: HOT-107830
|
|
67
|
+
,
|
|
68
|
+
contentEditable: getBooleanFF('platform.editor.card.fix-embed-card-select-all') ? 'false' : 'inherit',
|
|
69
|
+
suppressContentEditableWarning: true
|
|
65
70
|
}, children);
|
|
66
71
|
if (!isPlaceholder && href) {
|
|
67
72
|
return /*#__PURE__*/React.createElement(LinkWrapper
|
|
@@ -184,7 +184,7 @@ csssize(16),
|
|
|
184
184
|
}) => {
|
|
185
185
|
if (isPlaceholder) {
|
|
186
186
|
return `
|
|
187
|
-
|
|
187
|
+
${/* eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766 */''}
|
|
188
188
|
background-color: ${`var(--ds-skeleton, ${colors.N30})`};
|
|
189
189
|
`;
|
|
190
190
|
} else {
|
|
@@ -205,7 +205,7 @@ export const TextWrapper = styled.div(
|
|
|
205
205
|
${borderRadius}
|
|
206
206
|
width: 125px;
|
|
207
207
|
height: 12px;
|
|
208
|
-
|
|
208
|
+
${/* eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766 */''}
|
|
209
209
|
background-color: ${`var(--ds-skeleton, ${colors.N30})`};
|
|
210
210
|
`;
|
|
211
211
|
} else {
|
|
@@ -70,7 +70,7 @@ const ActionBlock = ({
|
|
|
70
70
|
onError: onError,
|
|
71
71
|
onLoadingChange: onLoadingChange,
|
|
72
72
|
size: size
|
|
73
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
73
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
74
74
|
,
|
|
75
75
|
xcss: xcss({
|
|
76
76
|
paddingInline: padding
|
|
@@ -20,7 +20,10 @@ const RelatedUrlList = ({
|
|
|
20
20
|
const chevronClickHandler = useCallback(() => setIsOpen(!isOpen), [isOpen]);
|
|
21
21
|
const ChevronComponent = isOpen ? ChevronUpIcon : ChevronDownIcon;
|
|
22
22
|
const intl = useIntl();
|
|
23
|
-
return resolvedResults.length > 0 ?
|
|
23
|
+
return resolvedResults.length > 0 ?
|
|
24
|
+
/*#__PURE__*/
|
|
25
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
26
|
+
React.createElement(Stack, {
|
|
24
27
|
testId: testId,
|
|
25
28
|
xcss: xcss({
|
|
26
29
|
width: '100%'
|
|
@@ -20,7 +20,9 @@ const ResolvedResultsStack = ({
|
|
|
20
20
|
return /*#__PURE__*/React.createElement(Stack, {
|
|
21
21
|
space: "space.050",
|
|
22
22
|
testId: `${testId}-items-wrapper`,
|
|
23
|
-
as: "ul"
|
|
23
|
+
as: "ul"
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
25
|
+
,
|
|
24
26
|
xcss: xcss({
|
|
25
27
|
paddingLeft: 'space.0',
|
|
26
28
|
marginTop: 'space.0'
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "27.6.
|
|
10
|
+
packageVersion: "27.6.4",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
|
@@ -14,7 +14,9 @@ const RelatedLinksList = ({
|
|
|
14
14
|
return jsx(Stack, {
|
|
15
15
|
testId: testId
|
|
16
16
|
}, jsx(Box, {
|
|
17
|
-
paddingBlockStart: "space.050"
|
|
17
|
+
paddingBlockStart: "space.050"
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
19
|
+
,
|
|
18
20
|
xcss: xcss({
|
|
19
21
|
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)",
|
|
20
22
|
textTransform: 'uppercase'
|
|
@@ -24,7 +26,9 @@ const RelatedLinksList = ({
|
|
|
24
26
|
}, jsx(RelatedLinkItem, {
|
|
25
27
|
url: url,
|
|
26
28
|
testId: `${testId}-item-${idx}`
|
|
27
|
-
})))), urls.length === 0 &&
|
|
29
|
+
})))), urls.length === 0 &&
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
31
|
+
jsx(Box, {
|
|
28
32
|
paddingBlock: "space.100",
|
|
29
33
|
xcss: xcss({
|
|
30
34
|
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
|
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
15
15
|
export var context = {
|
|
16
16
|
componentName: 'smart-cards',
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "27.6.
|
|
18
|
+
packageVersion: "27.6.4"
|
|
19
19
|
};
|
|
20
20
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
21
21
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -76,6 +76,11 @@ export var ExpandedFrame = function ExpandedFrame(_ref) {
|
|
|
76
76
|
removeOverflow: isFixEmbedCardBlurEnabled,
|
|
77
77
|
isInteractive: isInteractive(),
|
|
78
78
|
frameStyle: frameStyle
|
|
79
|
+
// This fixes an issue with input fields in cross domain iframes (ie. databases and jira fields from different domains)
|
|
80
|
+
// See: HOT-107830
|
|
81
|
+
,
|
|
82
|
+
contentEditable: getBooleanFF('platform.editor.card.fix-embed-card-select-all') ? 'false' : 'inherit',
|
|
83
|
+
suppressContentEditableWarning: true
|
|
79
84
|
}, children);
|
|
80
85
|
};
|
|
81
86
|
if (!isPlaceholder && href) {
|
|
@@ -110,7 +110,7 @@ csssize(16),
|
|
|
110
110
|
function (_ref9) {
|
|
111
111
|
var isPlaceholder = _ref9.isPlaceholder;
|
|
112
112
|
if (isPlaceholder) {
|
|
113
|
-
return "\n
|
|
113
|
+
return "\n\t\t\t".concat("\n background-color: ", "var(--ds-skeleton, ".concat(colors.N30, ")"), ";\n ");
|
|
114
114
|
} else {
|
|
115
115
|
return '';
|
|
116
116
|
}
|
|
@@ -124,7 +124,7 @@ export var TextWrapper = styled.div(
|
|
|
124
124
|
function (_ref10) {
|
|
125
125
|
var isPlaceholder = _ref10.isPlaceholder;
|
|
126
126
|
if (isPlaceholder) {
|
|
127
|
-
return "\n ".concat(borderRadius, "\n width: 125px;\n height: 12px;\n
|
|
127
|
+
return "\n ".concat(borderRadius, "\n width: 125px;\n height: 12px;\n", "\n background-color: ", "var(--ds-skeleton, ".concat(colors.N30, ")"), ";\n ");
|
|
128
128
|
} else {
|
|
129
129
|
return '';
|
|
130
130
|
}
|
|
@@ -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 -- 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 -- Ignored via go/DSP-18766
|
|
83
83
|
,
|
|
84
84
|
xcss: xcss({
|
|
85
85
|
paddingInline: padding
|
|
@@ -25,7 +25,10 @@ var RelatedUrlList = function RelatedUrlList(_ref) {
|
|
|
25
25
|
}, [isOpen]);
|
|
26
26
|
var ChevronComponent = isOpen ? ChevronUpIcon : ChevronDownIcon;
|
|
27
27
|
var intl = useIntl();
|
|
28
|
-
return resolvedResults.length > 0 ?
|
|
28
|
+
return resolvedResults.length > 0 ?
|
|
29
|
+
/*#__PURE__*/
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
31
|
+
React.createElement(Stack, {
|
|
29
32
|
testId: testId,
|
|
30
33
|
xcss: xcss({
|
|
31
34
|
width: '100%'
|
|
@@ -18,7 +18,9 @@ var ResolvedResultsStack = function ResolvedResultsStack(_ref) {
|
|
|
18
18
|
return /*#__PURE__*/React.createElement(Stack, {
|
|
19
19
|
space: "space.050",
|
|
20
20
|
testId: "".concat(testId, "-items-wrapper"),
|
|
21
|
-
as: "ul"
|
|
21
|
+
as: "ul"
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
23
|
+
,
|
|
22
24
|
xcss: xcss({
|
|
23
25
|
paddingLeft: 'space.0',
|
|
24
26
|
marginTop: 'space.0'
|
|
@@ -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.6.
|
|
13
|
+
packageVersion: "27.6.4",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
|
@@ -13,7 +13,9 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
13
13
|
return jsx(Stack, {
|
|
14
14
|
testId: testId
|
|
15
15
|
}, jsx(Box, {
|
|
16
|
-
paddingBlockStart: "space.050"
|
|
16
|
+
paddingBlockStart: "space.050"
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
18
|
+
,
|
|
17
19
|
xcss: xcss({
|
|
18
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)",
|
|
19
21
|
textTransform: 'uppercase'
|
|
@@ -25,7 +27,9 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
25
27
|
url: url,
|
|
26
28
|
testId: "".concat(testId, "-item-").concat(idx)
|
|
27
29
|
}));
|
|
28
|
-
})), urls.length === 0 &&
|
|
30
|
+
})), urls.length === 0 &&
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
32
|
+
jsx(Box, {
|
|
29
33
|
paddingBlock: "space.100",
|
|
30
34
|
xcss: xcss({
|
|
31
35
|
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "27.6.
|
|
3
|
+
"version": "27.6.4",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
32
32
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
33
33
|
"@atlaskit/avatar": "^21.10.0",
|
|
34
|
-
"@atlaskit/avatar-group": "^9.
|
|
34
|
+
"@atlaskit/avatar-group": "^9.8.0",
|
|
35
35
|
"@atlaskit/badge": "^16.2.0",
|
|
36
|
-
"@atlaskit/button": "^17.
|
|
36
|
+
"@atlaskit/button": "^17.23.0",
|
|
37
37
|
"@atlaskit/checkbox": "^13.5.0",
|
|
38
38
|
"@atlaskit/dropdown-menu": "^12.13.0",
|
|
39
39
|
"@atlaskit/form": "^10.4.0",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
56
56
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
57
57
|
"@atlaskit/popup": "^1.19.0",
|
|
58
|
-
"@atlaskit/primitives": "^
|
|
58
|
+
"@atlaskit/primitives": "^8.0.0",
|
|
59
59
|
"@atlaskit/section-message": "^6.5.0",
|
|
60
60
|
"@atlaskit/select": "^17.11.0",
|
|
61
61
|
"@atlaskit/spinner": "^16.2.0",
|
|
62
62
|
"@atlaskit/textarea": "^5.5.0",
|
|
63
63
|
"@atlaskit/textfield": "^6.4.0",
|
|
64
|
-
"@atlaskit/theme": "^12.
|
|
65
|
-
"@atlaskit/tokens": "^1.
|
|
64
|
+
"@atlaskit/theme": "^12.11.0",
|
|
65
|
+
"@atlaskit/tokens": "^1.52.0",
|
|
66
66
|
"@atlaskit/tooltip": "^18.5.0",
|
|
67
67
|
"@atlaskit/ufo": "^0.2.0",
|
|
68
68
|
"@babel/runtime": "^7.0.0",
|
|
@@ -187,6 +187,9 @@
|
|
|
187
187
|
},
|
|
188
188
|
"platform.linking-platform.smart-card.enable-view-related-urls-action": {
|
|
189
189
|
"type": "boolean"
|
|
190
|
+
},
|
|
191
|
+
"platform.editor.card.fix-embed-card-select-all": {
|
|
192
|
+
"type": "boolean"
|
|
190
193
|
}
|
|
191
194
|
}
|
|
192
195
|
}
|