@atlaskit/smart-card 43.6.1 → 43.6.2
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 +7 -0
- package/dist/cjs/extractors/embed/index.js +1 -1
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.compiled.css +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.compiled.css +1 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvedView.compiled.css +1 -1
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.compiled.css +1 -1
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.compiled.css +2 -2
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +2 -2
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.compiled.css +5 -5
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +5 -5
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +3 -3
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +2 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.compiled.css +3 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +2 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.compiled.css +2 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +6 -6
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/custom-by-access-type-element/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/custom-by-access-type-element/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.compiled.css +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -1
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +1 -1
- package/dist/cjs/view/InlineCard/common/action-button/index.compiled.css +12 -12
- package/dist/cjs/view/InlineCard/common/action-button/index.js +5 -5
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.compiled.css +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.compiled.css +6 -6
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.compiled.css +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +1 -1
- package/dist/cjs/view/common/ai-summary/index.compiled.css +1 -1
- package/dist/cjs/view/common/ai-summary/index.js +1 -1
- package/dist/es2019/extractors/embed/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.compiled.css +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.compiled.css +1 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvedView.compiled.css +1 -1
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorisedView.compiled.css +1 -1
- package/dist/es2019/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.compiled.css +2 -2
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.js +2 -2
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.compiled.css +5 -5
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +5 -5
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +3 -3
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +2 -2
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.compiled.css +3 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +2 -2
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-badge-element/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.compiled.css +2 -2
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +6 -6
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/custom-by-access-type-element/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/custom-by-access-type-element/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.compiled.css +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -1
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +1 -1
- package/dist/es2019/view/InlineCard/common/action-button/index.compiled.css +12 -12
- package/dist/es2019/view/InlineCard/common/action-button/index.js +5 -5
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.compiled.css +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.compiled.css +6 -6
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.compiled.css +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +1 -1
- package/dist/es2019/view/common/ai-summary/index.compiled.css +1 -1
- package/dist/es2019/view/common/ai-summary/index.js +1 -1
- package/dist/esm/extractors/embed/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.compiled.css +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.compiled.css +1 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -1
- package/dist/esm/view/BlockCard/views/ResolvedView.compiled.css +1 -1
- package/dist/esm/view/BlockCard/views/ResolvedView.js +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorisedView.compiled.css +1 -1
- package/dist/esm/view/BlockCard/views/UnauthorisedView.js +1 -1
- package/dist/esm/view/BlockCard/views/unresolved-view/index.compiled.css +2 -2
- package/dist/esm/view/BlockCard/views/unresolved-view/index.js +2 -2
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.compiled.css +5 -5
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +5 -5
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +3 -3
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -2
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +2 -2
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.compiled.css +3 -3
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/container/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +2 -2
- package/dist/esm/view/FlexibleCard/components/elements/common/base-badge-element/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.compiled.css +2 -2
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +6 -6
- package/dist/esm/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/custom-by-access-type-element/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/custom-by-access-type-element/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.compiled.css +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.compiled.css +1 -1
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +1 -1
- package/dist/esm/view/InlineCard/common/action-button/index.compiled.css +12 -12
- package/dist/esm/view/InlineCard/common/action-button/index.js +5 -5
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.compiled.css +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.compiled.css +6 -6
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.compiled.css +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +1 -1
- package/dist/esm/view/common/ai-summary/index.compiled.css +1 -1
- package/dist/esm/view/common/ai-summary/index.js +1 -1
- package/dist/types/extractors/embed/index.d.ts +1 -1
- package/dist/types/state/hooks-external/useSmartLinkActions.d.ts +1 -5
- package/dist/types-ts4.5/extractors/embed/index.d.ts +1 -1
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkActions.d.ts +1 -5
- package/package.json +3 -3
|
@@ -15,7 +15,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
|
|
|
15
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
16
|
var styles = {
|
|
17
17
|
emptyState: "_zulpu2gc _4cvr1h6o _1e0c1txw _2lx21bp4 _4t3i1osq _1bah1h6o _18u01ejb _2hwx1ejb _y3gn1h6o",
|
|
18
|
-
description: "_19pkze3t _otyr1ejb
|
|
18
|
+
description: "_19pkze3t _otyr1ejb _syazi7uo"
|
|
19
19
|
};
|
|
20
20
|
var EmptyState = exports.EmptyState = function EmptyState(_ref) {
|
|
21
21
|
var testId = _ref.testId,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
._zulputpp{gap:var(--ds-space-150,9pt)}
|
|
3
3
|
._18zr1ejb{padding-inline:var(--ds-space-300,24px)}
|
|
4
4
|
._195g10v4{margin-inline:var(--ds-space-negative-300,-24px)}
|
|
5
|
-
.
|
|
6
|
-
.
|
|
5
|
+
._16qs1mgz{box-shadow:inset 2px 0 0 0 var(--ds-border-selected,#1868db)}
|
|
6
|
+
._bfhk15s3{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
7
7
|
._ca0qu2gc{padding-top:var(--ds-space-100,8px)}
|
|
8
8
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
9
|
-
.
|
|
10
|
-
.
|
|
11
|
-
.
|
|
12
|
-
.
|
|
9
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
10
|
+
._irr3ufnl:hover{background-color:var(--ds-background-selected-hovered,#cfe1fd)}
|
|
11
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
12
|
+
._1di6nozp:active{background-color:var(--ds-background-selected-pressed,#8fb8f6)}
|
|
@@ -36,7 +36,7 @@ var RelatedLinkItem = function RelatedLinkItem(_ref) {
|
|
|
36
36
|
"data-testId": testId,
|
|
37
37
|
onFocus: onFocus,
|
|
38
38
|
role: "presentation",
|
|
39
|
-
className: (0, _runtime.ax)(["_195g10v4 _18zr1ejb", "
|
|
39
|
+
className: (0, _runtime.ax)(["_195g10v4 _18zr1ejb", "_irr31dpa _1di6fcek", isSelected && "_bfhk15s3 _16qs1mgz _irr3ufnl _1di6nozp"])
|
|
40
40
|
}, /*#__PURE__*/React.createElement(_index.Card, {
|
|
41
41
|
appearance: "block",
|
|
42
42
|
ui: ui,
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
._11c81vhk{font:var(--ds-font-heading-xxsmall,normal 600 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._1rjcu2gc{padding-block:var(--ds-space-100,8px)}
|
|
4
4
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
5
|
-
.
|
|
5
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
@@ -17,7 +17,7 @@ var _relatedLinkItem = _interopRequireDefault(require("../related-link-item"));
|
|
|
17
17
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
18
|
var styles = {
|
|
19
19
|
sectionTitleOld: "_11c81vhk _1q511b66",
|
|
20
|
-
sectionTitle: "_11c81vhk
|
|
20
|
+
sectionTitle: "_11c81vhk _syazazsu _1q511b66",
|
|
21
21
|
boxStyle: "_11c81o8v _1rjcu2gc"
|
|
22
22
|
};
|
|
23
23
|
var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
._1rkw1kdv{-moz-user-select:text}
|
|
5
5
|
._o5724jg8{white-space:normal}
|
|
6
6
|
._slp31hna{word-wrap:break-word}
|
|
7
|
-
.
|
|
7
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
8
8
|
._te171kdv{-ms-user-select:text}
|
|
9
9
|
._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
|
|
@@ -35,7 +35,7 @@ var AISummary = function AISummary(_ref) {
|
|
|
35
35
|
"data-testid": testId
|
|
36
36
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
37
37
|
,
|
|
38
|
-
className: (0, _runtime.ax)(["_11c81o8v
|
|
38
|
+
className: (0, _runtime.ax)(["_11c81o8v _syazazsu _slp31hna _1nmz1hna _o5724jg8 _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", className]),
|
|
39
39
|
children: content,
|
|
40
40
|
options: {
|
|
41
41
|
forceWrapper: true,
|
|
@@ -3,7 +3,7 @@ import { getEmptyJsonLd } from '../../utils/jsonld';
|
|
|
3
3
|
import { extractSmartLinkContext } from '../common/context';
|
|
4
4
|
import { extractIsSupportTheming } from '../common/meta/extractIsSupportTheming';
|
|
5
5
|
import { extractIsTrusted } from '../common/meta/extractIsTrusted';
|
|
6
|
-
export const extractEmbedProps = (response,
|
|
6
|
+
export const extractEmbedProps = (response, _platform, iframeUrlType) => {
|
|
7
7
|
const meta = response === null || response === void 0 ? void 0 : response.meta;
|
|
8
8
|
const jsonLd = (response === null || response === void 0 ? void 0 : response.data) || getEmptyJsonLd();
|
|
9
9
|
return {
|
|
@@ -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: "
|
|
5
|
+
packageVersion: "43.6.1"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -23,7 +23,7 @@ const ErroredView = ({
|
|
|
23
23
|
testId: testId
|
|
24
24
|
}), /*#__PURE__*/React.createElement(WarningIcon, {
|
|
25
25
|
label: "errored-warning-icon",
|
|
26
|
-
color: "var(--ds-icon-warning, #
|
|
26
|
+
color: "var(--ds-icon-warning, #E06C00)",
|
|
27
27
|
LEGACY_size: "small",
|
|
28
28
|
testId: `${testId}-warning-icon`
|
|
29
29
|
}), /*#__PURE__*/React.createElement(Text, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -95,7 +95,7 @@ const ForbiddenView = ({
|
|
|
95
95
|
descriptor: toMessage(messages.invalid_permissions_description, requestAccessContext === null || requestAccessContext === void 0 ? void 0 : requestAccessContext.descriptiveMessageKey),
|
|
96
96
|
values: messageContext
|
|
97
97
|
},
|
|
98
|
-
className: ax(["
|
|
98
|
+
className: ax(["_syazi7uo"])
|
|
99
99
|
}));
|
|
100
100
|
};
|
|
101
101
|
export default withFlexibleUIBlockCardStyle(ForbiddenView);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._1bah1yb4{justify-content:space-between}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1wpz1fhb{align-self:stretch}
|
|
6
|
-
.
|
|
6
|
+
._2yhz13af [data-smart-element=Title]{color:var(--ds-link,#1868db)}
|
|
7
7
|
._4cvresu3{align-items:flex-end}
|
|
8
8
|
._4t3i1k8s{height:1.5rem}
|
|
9
9
|
._4t3i1osq{height:100%}
|
|
@@ -80,7 +80,7 @@ const ResolvedView = ({
|
|
|
80
80
|
CompetitorPrompt: CompetitorPrompt,
|
|
81
81
|
url: url,
|
|
82
82
|
hideIconLoadingSkeleton: hideIconLoadingSkeleton,
|
|
83
|
-
className: ax(["_zulpu2gc _13mh1pd9
|
|
83
|
+
className: ax(["_zulpu2gc _13mh1pd9 _2yhz13af"])
|
|
84
84
|
})), /*#__PURE__*/React.createElement(MetadataBlock, {
|
|
85
85
|
primary: topMetadata,
|
|
86
86
|
maxLines: 1
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._19pku2gc{margin-top:var(--ds-space-100,8px)}
|
|
3
|
-
.
|
|
3
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
@@ -57,7 +57,7 @@ const UnauthorisedView = ({
|
|
|
57
57
|
testId: testId
|
|
58
58
|
}), /*#__PURE__*/React.createElement("div", {
|
|
59
59
|
"data-testid": `${testId}-content`,
|
|
60
|
-
className: ax(["_11c8dcr7
|
|
60
|
+
className: ax(["_11c8dcr7 _syazi7uo _19pku2gc"])
|
|
61
61
|
}, content));
|
|
62
62
|
};
|
|
63
63
|
export default withFlexibleUIBlockCardStyle(UnauthorisedView);
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
._1bah1yb4{justify-content:space-between}
|
|
5
5
|
._1e0c1txw{display:flex}
|
|
6
6
|
._1wpz1fhb{align-self:stretch}
|
|
7
|
-
.
|
|
7
|
+
._2yhz13af [data-smart-element=Title]{color:var(--ds-link,#1868db)}
|
|
8
8
|
._4cvr1y6m{align-items:flex-start}
|
|
9
9
|
._4cvresu3{align-items:flex-end}
|
|
10
10
|
._4t3i1k8s{height:1.5rem}
|
|
11
11
|
._4t3i1osq{height:100%}
|
|
12
12
|
._7yjtidpf >div{margin-top:0}
|
|
13
|
-
.
|
|
13
|
+
._ngc0i7uo >div{color:var(--ds-text,#292a2e)}
|
|
@@ -46,9 +46,9 @@ const UnresolvedView = ({
|
|
|
46
46
|
}, fg('prompt_whiteboard_competitor_link_gate') ? {
|
|
47
47
|
CompetitorPrompt
|
|
48
48
|
} : undefined, {
|
|
49
|
-
className: ax(["_zulpu2gc _13mh1pd9
|
|
49
|
+
className: ax(["_zulpu2gc _13mh1pd9 _2yhz13af"])
|
|
50
50
|
})), /*#__PURE__*/React.createElement(CustomBlock, {
|
|
51
|
-
className: ax(["_zulp1b66 _1e0c1txw _4cvr1y6m _1wpz1fhb _7yjtidpf
|
|
51
|
+
className: ax(["_zulp1b66 _1e0c1txw _4cvr1y6m _1wpz1fhb _7yjtidpf _ngc0i7uo"])
|
|
52
52
|
}, children), showPreview && /*#__PURE__*/React.createElement(PreviewBlock, PreviewBlockOptions), /*#__PURE__*/React.createElement(InternalFooterBlock, {
|
|
53
53
|
actions: actions,
|
|
54
54
|
testId: "smart-block-card-footer",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
._11c8140y{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._14mjpb1k:after{border-radius:var(--ds-radius-xlarge,9pt)}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
3
|
+
._19itdlqj{border:solid var(--ds-border-width,1px) var(--ds-border,#0b120e24)}
|
|
4
|
+
._1tqzia51:after{outline:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
|
|
5
5
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
6
|
-
.
|
|
6
|
+
._hcgvia51:hover:after{outline:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
|
|
7
7
|
._qc5o94zs:after{transition:background .3s,box-shadow .3s}
|
|
8
8
|
._v56414au{transition:outline .3s}
|
|
9
9
|
._zulp1b66{gap:var(--ds-space-050,4px)}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
._4t3igktf{height:20px}
|
|
39
39
|
._4t3ik5xz{height:27pc}
|
|
40
40
|
._4tpuhp5a:hover:after{background-color:var(--ds-surface-raised,#fff)}
|
|
41
|
-
.
|
|
41
|
+
._8x3u1yw3:after{box-shadow:0 0 0 3px var(--ds-border-selected,#1868db)}
|
|
42
42
|
._aetrb3bt:after{content:""}
|
|
43
43
|
._bfhkhp5a{background-color:var(--ds-surface-raised,#fff)}
|
|
44
44
|
._ca0qu2gc{padding-top:var(--ds-space-100,8px)}
|
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
._1bnxglyw:hover{text-decoration-line:none}
|
|
53
53
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
54
54
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
55
|
-
.
|
|
55
|
+
._1jhm1tt7:active{outline:8px solid var(--ds-background-selected,#e9f2fe)}
|
|
@@ -85,15 +85,15 @@ export const ExpandedFrame = ({
|
|
|
85
85
|
const styles = {
|
|
86
86
|
linkWrapper: "_zulpu2gc _kqswh2mm _1e0c1txw _2lx21bp4 _4t3ik5xz _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _uiztglyw _qc5o94zs _14mjpb1k _aetrb3bt _18postnw _15l2idpf _32rxidpf _1x88idpf _19doidpf _1hfk1j28 _1bqqidpf _u94kidpf _1ifiidpf",
|
|
87
87
|
linkWrapperInheritDimensions: "_4t3i1osq",
|
|
88
|
-
linkWrapperSelected: "
|
|
89
|
-
linkWrapperBorderAndBackground: "
|
|
90
|
-
linkWrapperInteractiveNotHidden: "
|
|
88
|
+
linkWrapperSelected: "_8x3u1yw3",
|
|
89
|
+
linkWrapperBorderAndBackground: "_1tqzia51 _1hfkhp5a _1ifikb7n",
|
|
90
|
+
linkWrapperInteractiveNotHidden: "_hcgvia51 _4tpuhp5a _x148kb7n",
|
|
91
91
|
header: "_11c8140y _zulp1b66 _1e0c1txw _4cvr1h6o _1bah1yb4 _4t3igktf _1pbykb7n",
|
|
92
92
|
leftSection: "_zulp1b66 _1e0c1txw _4cvr1h6o _1ul9idpf",
|
|
93
93
|
tooltipWrapper: "_1reo15vq _18m915vq",
|
|
94
94
|
headerAnchor: "_11c8140y _1reo15vq _18m915vq _1e0c1ule _1bto1l2s _o5721q9c _9oik1r31 _1bnxglyw _jf4cnqa1",
|
|
95
95
|
headerIcon: "_11c8140y _1bsb7vkz _4t3i7vkz",
|
|
96
|
-
contentStyle: "
|
|
97
|
-
contentInteractiveActiveBorder: "
|
|
96
|
+
contentStyle: "_19itdlqj _2rko12b0 _1reo15vq _18m915vq _v56414au _bfhkhp5a _16jlkb7n _4t3i1osq _1pbykb7n",
|
|
97
|
+
contentInteractiveActiveBorder: "_1jhm1tt7",
|
|
98
98
|
contentOverflowAuto: "_1reo1wug _18m91wug"
|
|
99
99
|
};
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
._bfhksm61{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
5
5
|
._ca0q1b66{padding-top:var(--ds-space-050,4px)}
|
|
6
6
|
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
7
|
-
.
|
|
7
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
8
8
|
._u5f31b66{padding-right:var(--ds-space-050,4px)}
|
|
9
9
|
._1ah31i6y:focus-visible{outline-offset:var(--ds-space-negative-025,-2px)}
|
|
10
|
-
.
|
|
11
|
-
.
|
|
10
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
11
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js
CHANGED
|
@@ -10,8 +10,8 @@ import Spinner from '@atlaskit/spinner';
|
|
|
10
10
|
import { getPrimitivesInlineSpaceBySize } from '../../../utils';
|
|
11
11
|
import ActionIcon from '../action-icon';
|
|
12
12
|
const styles = {
|
|
13
|
-
button: "_bfhksm61 _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66 _1bsb1osq _1ah31i6y
|
|
14
|
-
content: "_11c81o8v
|
|
13
|
+
button: "_bfhksm61 _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66 _1bsb1osq _1ah31i6y _irr31dpa _1di6fcek",
|
|
14
|
+
content: "_11c81o8v _syazi7uo"
|
|
15
15
|
};
|
|
16
16
|
const ActionButton = ({
|
|
17
17
|
content,
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._189e1dm9{border-width:var(--ds-border-width-selected,2px)}
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._1dqonqa1{border-style:solid}
|
|
5
|
-
.
|
|
6
|
-
.
|
|
5
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
6
|
+
._1h6d1w55{border-color:var(--ds-border-accent-blue,#357de8)}
|
|
7
7
|
._4t3i1f4h{height:28px}
|
|
@@ -8,8 +8,8 @@ import { Box, Stack } from '@atlaskit/primitives/compiled';
|
|
|
8
8
|
import Spinner from '@atlaskit/spinner';
|
|
9
9
|
import { useAutomationMenu } from '../../menu-context';
|
|
10
10
|
const styles = {
|
|
11
|
-
ruleButtonStyle: "_2rko12b0
|
|
12
|
-
selectedRuleButtonStyle: "_2rko12b0
|
|
11
|
+
ruleButtonStyle: "_2rko12b0 _1h6d1l7x _1dqonqa1 _189ee4h9",
|
|
12
|
+
selectedRuleButtonStyle: "_2rko12b0 _1h6d1w55 _1dqonqa1 _189e1dm9",
|
|
13
13
|
ruleNameStyle: "_4t3i1f4h"
|
|
14
14
|
};
|
|
15
15
|
export const AutomationModalRule = ({
|
|
@@ -8,7 +8,7 @@ import MotionWrapper from '../../../common/motion-wrapper';
|
|
|
8
8
|
const styles = {
|
|
9
9
|
containerStyles: "_kkk2n7od _2rko12b0 _1rjc12x7 _18zru2gc _19pku2gc _2hwxu2gc _otyrze3t _18u0u2gc _1bsb1osq _fiawglyw",
|
|
10
10
|
errorContentStyles: "_bozgv77o",
|
|
11
|
-
titleStyles: "_11c8dcr7
|
|
11
|
+
titleStyles: "_11c8dcr7 _syazazsu"
|
|
12
12
|
};
|
|
13
13
|
const getIcon = appearance => {
|
|
14
14
|
switch (appearance) {
|
|
@@ -33,13 +33,13 @@ export const AIFooterMetadata = ({
|
|
|
33
33
|
}, tooltipProps => /*#__PURE__*/React.createElement(Box, tooltipProps, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
34
34
|
label: "Information",
|
|
35
35
|
LEGACY_size: "small",
|
|
36
|
-
color: "var(--ds-icon-subtle, #
|
|
36
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
37
37
|
}))), /*#__PURE__*/React.createElement(AIIcon, _extends({
|
|
38
38
|
label: "AI"
|
|
39
39
|
}, fg('navx-1959-remove-custom-ai-icon') ? undefined : {
|
|
40
40
|
LEGACY_fallbackIcon: LegacyAIIcon,
|
|
41
41
|
LEGACY_size: 'small'
|
|
42
42
|
}, {
|
|
43
|
-
color: "var(--ds-icon-subtle, #
|
|
43
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
44
44
|
})));
|
|
45
45
|
};
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
._zulpv47k{gap:var(--ds-space-250,20px)}._12ji1kw7{outline-color:inherit}
|
|
6
6
|
._12ji1snc{outline-color:currentColor!important}
|
|
7
7
|
._12y310yn{outline-width:medium!important}
|
|
8
|
-
.
|
|
8
|
+
._17aedgkc [data-separator][data-smart-element=TargetBranch]+[data-separator][data-smart-element=SourceBranch]:before{color:var(--ds-icon-subtle,#505258)}
|
|
9
9
|
._181uglyw{-webkit-user-select:none}
|
|
10
10
|
._18m915vq{overflow-y:hidden}
|
|
11
11
|
._18ql1j28{-webkit-tap-highlight-color:transparent}
|
|
12
12
|
._1bah1y6m{justify-content:flex-start}
|
|
13
13
|
._1e0c1txw{display:flex}
|
|
14
|
-
.
|
|
14
|
+
._1gu2dgkc [data-separator][data-smart-element=SourceBranch]+[data-separator][data-smart-element=TargetBranch]:before{color:var(--ds-icon-subtle,#505258)}
|
|
15
15
|
._1ifmglyw{-webkit-touch-callout:none}
|
|
16
16
|
._1ljq1b66 [data-separator]+[data-separator]:before{margin-right:var(--ds-space-050,4px)}
|
|
17
17
|
._1ljqpxbi [data-separator]+[data-separator]:before{margin-right:var(--ds-space-200,1pc)}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
._4cvr1h6o{align-items:center}
|
|
28
28
|
._4cvr1y6m{align-items:flex-start}
|
|
29
29
|
._5b7tuxlv [data-separator][data-smart-element=TargetBranch]+[data-separator][data-smart-element=SourceBranch]:before{content:"←"}
|
|
30
|
-
.
|
|
30
|
+
._a6bx1l7x [data-separator]+[data-separator]:before{color:var(--ds-border,#0b120e24)}
|
|
31
31
|
._e4i5bjq5 [data-separator][data-smart-element=SourceBranch]+[data-separator][data-smart-element=TargetBranch]:before{content:"→"}
|
|
32
32
|
._fiawglyw:empty{display:none}
|
|
33
33
|
._syaz1kw7{color:inherit}
|
|
@@ -43,7 +43,7 @@ const Block = ({
|
|
|
43
43
|
}, [onRender]);
|
|
44
44
|
return /*#__PURE__*/React.createElement("div", {
|
|
45
45
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
46
|
-
className: ax(["_1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _1ul9idpf _1bah1y6m _fiawglyw _1uzp1mp2
|
|
46
|
+
className: ax(["_1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _1ul9idpf _1bah1y6m _fiawglyw _1uzp1mp2 _a6bx1l7x _e4i5bjq5 _1gu2dgkc _5b7tuxlv _17aedgkc", "_12ji1snc _1qu2agmp _12y310yn _12ji1kw7 _syaz1kw7 _18ql1j28 _1ifmglyw _181uglyw _1rkwglyw _te17glyw _uiztglyw", directionStyles[direction], gapStyles[size], className]),
|
|
47
47
|
"data-smart-block": true,
|
|
48
48
|
"data-testid": testId,
|
|
49
49
|
onTransitionEnd: onTransitionEnd,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._19itia51{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
|
|
3
3
|
._1yt418y6{padding:var(--_1xumd0e)}
|
|
4
4
|
._2rkopb1k{border-radius:var(--ds-radius-xlarge,9pt)}
|
|
5
5
|
._zulp1bpf{gap:var(--ds-space-100,8px) 0}
|
|
@@ -183,7 +183,7 @@ const Container = ({
|
|
|
183
183
|
const container = /*#__PURE__*/React.createElement("div", {
|
|
184
184
|
"data-smart-link-container": true,
|
|
185
185
|
"data-testid": testId,
|
|
186
|
-
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 && "
|
|
186
|
+
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 && "_19itia51 _2rkopb1k _19pkv77o _2hwxv77o _otyrv77o _18u0v77o", clickableContainer && "_nqwih2mm _18ywh2mm _1nq3h2mm _1t4ckb7n _1nxdkb7n _xnbykb7n"]),
|
|
187
187
|
style: {
|
|
188
188
|
"--_1xumd0e": ix(padding),
|
|
189
189
|
"--_73mooq": ix(previewOnLeft ? gap : padding),
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
._n3tdze3t{padding-bottom:var(--ds-space-0,0)}
|
|
30
30
|
._rtqbnkob img{vertical-align:middle}
|
|
31
31
|
._s7n4nkob{vertical-align:middle}
|
|
32
|
-
.
|
|
33
|
-
.
|
|
32
|
+
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
33
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
34
34
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
35
35
|
._uhasze3t svg{padding-right:var(--ds-space-0,0)}
|
|
36
36
|
._v4pn116y img{display:inline-flex}
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
._1ul9idpf{min-width:0}
|
|
11
11
|
._1yyjkb7n{-webkit-line-clamp:1}
|
|
12
12
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
13
|
-
.
|
|
13
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
14
14
|
@supports not (-webkit-line-clamp:1){._102k7vkz{max-height:1pc}}
|
package/dist/es2019/view/FlexibleCard/components/elements/common/base-date-time-element/index.js
CHANGED
|
@@ -95,7 +95,7 @@ const BaseDateTimeElement = ({
|
|
|
95
95
|
"data-testid": testId
|
|
96
96
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
97
97
|
,
|
|
98
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
98
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _1yyjkb7n _sudp1e54 _102k7vkz", fontSize !== undefined && fontOverrideStyleMap[fontSize], className])
|
|
99
99
|
}, content);
|
|
100
100
|
};
|
|
101
101
|
export default BaseDateTimeElement;
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
._o5724jg8{white-space:normal}
|
|
31
31
|
._otyrv77o{margin-bottom:var(--ds-space-025,2px)}
|
|
32
32
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
33
|
-
.
|
|
33
|
+
._syaz13af{color:var(--ds-link,#1868db)}
|
|
34
34
|
._u5f3ze3t{padding-right:var(--ds-space-0,0)}
|
|
35
35
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
36
36
|
._1eo073ad button:hover{cursor:default}
|
|
37
|
-
.
|
|
37
|
+
._30l312zz:hover{color:var(--ds-link-pressed,#1558bc)}
|
|
38
38
|
._6pup1kw7 button:hover{background-color:inherit}
|
|
39
39
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
40
40
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -19,7 +19,7 @@ const styles = {
|
|
|
19
19
|
linkStyles: "_zulpu2gc _1reo15vq _18m915vq _11c82smr _1e0c1txw _1ul9idpf _2lx2vrvc _4cvr1h6o _80omtlke _19pku2gc _18u0xy5q _otyrv77o",
|
|
20
20
|
textStylesBase: "_11c81ixg _1reo15vq _18m915vq _o5724jg8 _1e0ccj1k _1bto1l2s _1nmz1hna _sudp1e54",
|
|
21
21
|
dropdownItemGroupStyles: "_14hp1wdt _6pup1kw7 _1eo073ad",
|
|
22
|
-
openIssueInJiraStyles: "_11c82smr _bfhk1j28 _1bah1e5h _1e0c1kw7
|
|
22
|
+
openIssueInJiraStyles: "_11c82smr _bfhk1j28 _1bah1e5h _1e0c1kw7 _syaz13af _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _9oik1r31 _1bnx8stv _jf4cnqa1 _30l312zz"
|
|
23
23
|
};
|
|
24
24
|
const LozengeActionError = ({
|
|
25
25
|
errorMessage,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
8
8
|
._1dqonqa1{border-style:solid}
|
|
9
9
|
._1h6d1j28{border-color:transparent}
|
|
10
|
-
.
|
|
10
|
+
._1h6d1v1w{border-color:var(--ds-border-focused,#4688ec)}
|
|
11
11
|
._18m915vq{overflow-y:hidden}
|
|
12
12
|
._18u012x7{margin-left:var(--ds-space-075,6px)}
|
|
13
13
|
._18u0v77o{margin-left:var(--ds-space-025,2px)}
|
|
@@ -14,7 +14,7 @@ import { Box } from '@atlaskit/primitives/compiled';
|
|
|
14
14
|
const styles = {
|
|
15
15
|
chevronDown: "_18u012x7 _1e0c1txw",
|
|
16
16
|
lozengeContainer: "_kkk2n7od _2rko12b0 _1dqonqa1 _189ee4h9 _1h6d1j28 _bfhk1j28 _1e0c1txw _4cvr1h6o _4t3i7vkz",
|
|
17
|
-
lozengeContainerSelected: "_1reo15vq _18m915vq
|
|
17
|
+
lozengeContainerSelected: "_1reo15vq _18m915vq _1h6d1v1w"
|
|
18
18
|
};
|
|
19
19
|
const triggerLozengeStyles = null;
|
|
20
20
|
const triggerButtonStyles = null;
|
|
@@ -36,15 +36,15 @@ const LozengeActionTrigger = ({
|
|
|
36
36
|
const onMouseOrKeyUp = useCallback(() => setIsPressing(false), []);
|
|
37
37
|
useEffect(() => {
|
|
38
38
|
if (isPressing) {
|
|
39
|
-
setLozengeBackgroundColor("var(--ds-background-selected-pressed, #
|
|
40
|
-
setLozengeForegroundColor("var(--ds-text-selected, #
|
|
39
|
+
setLozengeBackgroundColor("var(--ds-background-selected-pressed, #8FB8F6)");
|
|
40
|
+
setLozengeForegroundColor("var(--ds-text-selected, #1868DB)");
|
|
41
41
|
} else if (isOpen) {
|
|
42
42
|
if (isHovering) {
|
|
43
|
-
setLozengeBackgroundColor("var(--ds-background-selected-hovered, #
|
|
43
|
+
setLozengeBackgroundColor("var(--ds-background-selected-hovered, #CFE1FD)");
|
|
44
44
|
} else {
|
|
45
|
-
setLozengeBackgroundColor("var(--ds-background-selected, #
|
|
45
|
+
setLozengeBackgroundColor("var(--ds-background-selected, #E9F2FE)");
|
|
46
46
|
}
|
|
47
|
-
setLozengeForegroundColor("var(--ds-text-selected, #
|
|
47
|
+
setLozengeForegroundColor("var(--ds-text-selected, #1868DB)");
|
|
48
48
|
} else {
|
|
49
49
|
setLozengeBackgroundColor(undefined);
|
|
50
50
|
setLozengeForegroundColor(undefined);
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
._1yyjr31u{-webkit-line-clamp:var(--_1erfju8)}
|
|
12
12
|
._o5724jg8{white-space:normal}
|
|
13
13
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
14
|
-
.
|
|
14
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
15
15
|
@supports not (-webkit-line-clamp:1){._102k1dud{max-height:calc(var(--_1erfju8)*1rem)}}
|
|
@@ -39,7 +39,7 @@ export const BaseTextElement = ({
|
|
|
39
39
|
"data-testid": testId
|
|
40
40
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
41
41
|
,
|
|
42
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
42
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _o5724jg8 _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _sudp1e54", fontSize !== undefined && fontOverrideStyleMap[fontSize], "_1yyjr31u _102k1dud", className]),
|
|
43
43
|
style: {
|
|
44
44
|
color,
|
|
45
45
|
"--_1erfju8": ix(maxLines)
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
._1yyjkb7n{-webkit-line-clamp:1}
|
|
12
12
|
._o5724jg8{white-space:normal}
|
|
13
13
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
14
|
-
.
|
|
14
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
15
15
|
@supports not (-webkit-line-clamp:1){._102k1j6v{max-height:1rem}}
|
package/dist/es2019/view/FlexibleCard/components/elements/custom-by-access-type-element/index.js
CHANGED
|
@@ -50,7 +50,7 @@ const CustomElementByAccessType = ({
|
|
|
50
50
|
"data-testid": testId
|
|
51
51
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
52
52
|
,
|
|
53
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
53
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _o5724jg8 _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _sudp1e54", props.fontSize !== undefined && fontOverrideStyleMap[props.fontSize], "_1yyjkb7n _102k1j6v", className])
|
|
54
54
|
}, contentForAccessType);
|
|
55
55
|
};
|
|
56
56
|
export default CustomElementByAccessType;
|
package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.compiled.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._181u1kdv{-webkit-user-select:text}
|
|
2
2
|
._1rkw1kdv{-moz-user-select:text}
|
|
3
3
|
._1ul9idpf{min-width:0}
|
|
4
|
-
.
|
|
4
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
5
5
|
._te171kdv{-ms-user-select:text}
|
|
6
6
|
._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
|
|
@@ -19,7 +19,7 @@ const SnippetElement = props => {
|
|
|
19
19
|
content: overrideContent !== null && overrideContent !== void 0 ? overrideContent : context === null || context === void 0 ? void 0 : context.snippet,
|
|
20
20
|
maxLines: maxLines,
|
|
21
21
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
22
|
-
className: ax(["
|
|
22
|
+
className: ax(["_syazi7uo _1ul9idpf _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", className])
|
|
23
23
|
}, restOfProps));
|
|
24
24
|
};
|
|
25
25
|
export default SnippetElement;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
22
22
|
._o5721jtm{white-space:pre-wrap}
|
|
23
23
|
._p12f7vkz{max-width:1pc}
|
|
24
|
-
.
|
|
24
|
+
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
25
25
|
._syaz1y58{color:var(--ds-link,#0052cc)}
|
|
26
26
|
._t9ec1ooe{transform:translate(-50%,-50%)}
|
|
27
27
|
._tzy4idpf{opacity:0}
|
|
@@ -19,7 +19,7 @@ const styles = {
|
|
|
19
19
|
iconOuterWrapperStyle: "_1e0c1o8l _2hwx1b66 _kqswh2mm",
|
|
20
20
|
iconTitleWrapperStyle: "_o5721jtm _1nmz9jpi _16d9qvcn _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66",
|
|
21
21
|
linkStyle: "_2rkolb4i",
|
|
22
|
-
noLinkAppearanceStyle: "
|
|
22
|
+
noLinkAppearanceStyle: "_syaz1rpy _18u01b66",
|
|
23
23
|
roundImageStyle: "_2rko1rr0"
|
|
24
24
|
};
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/design-system/no-html-anchor -- Ignored via go/DSP-18766
|