@atlaskit/smart-card 43.6.0 → 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 +13 -0
- package/dist/cjs/extractors/embed/index.js +1 -1
- package/dist/cjs/ssr.js +2 -1
- package/dist/cjs/state/hooks/use-ai-summary/ai-summary-service/index.js +3 -1
- package/dist/cjs/state/hooks/use-invoke-client-action/index.js +3 -0
- package/dist/cjs/state/hooks/use-resolve-hyperlink/index.js +3 -0
- package/dist/cjs/state/hooks-external/useSmartLinkActions.js +2 -1
- package/dist/cjs/state/hooks-external/useSmartLinkReload.js +3 -0
- 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/CardWithUrl/loader.js +2 -1
- 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/ssr.js +2 -0
- package/dist/es2019/state/hooks/use-ai-summary/ai-summary-service/index.js +3 -0
- package/dist/es2019/state/hooks/use-invoke-client-action/index.js +3 -0
- package/dist/es2019/state/hooks/use-resolve-hyperlink/index.js +3 -0
- package/dist/es2019/state/hooks-external/useSmartLinkActions.js +3 -0
- package/dist/es2019/state/hooks-external/useSmartLinkReload.js +3 -0
- 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/CardWithUrl/loader.js +2 -0
- 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/ssr.js +2 -0
- package/dist/esm/state/hooks/use-ai-summary/ai-summary-service/index.js +3 -0
- package/dist/esm/state/hooks/use-invoke-client-action/index.js +3 -0
- package/dist/esm/state/hooks/use-resolve-hyperlink/index.js +3 -0
- package/dist/esm/state/hooks-external/useSmartLinkActions.js +3 -0
- package/dist/esm/state/hooks-external/useSmartLinkReload.js +3 -0
- 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/CardWithUrl/loader.js +2 -0
- 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 +8 -8
|
@@ -5,6 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
5
5
|
import React, { lazy, Suspense, useCallback, useEffect, useState } from 'react';
|
|
6
6
|
import { ErrorBoundary } from 'react-error-boundary';
|
|
7
7
|
import { di } from 'react-magnetic-di';
|
|
8
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
8
9
|
import uuid from 'uuid';
|
|
9
10
|
import { useAnalyticsEvents } from '../../common/analytics/generated/use-analytics-events';
|
|
10
11
|
import { failUfoExperience, startUfoExperience } from '../../state/analytics';
|
|
@@ -19,6 +20,7 @@ export var LazyCardWithUrlContent = /*#__PURE__*/lazy(function () {
|
|
|
19
20
|
});
|
|
20
21
|
});
|
|
21
22
|
export function CardWithURLRenderer(props) {
|
|
23
|
+
// eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
|
|
22
24
|
var _useState = useState(function () {
|
|
23
25
|
return props.id ? props.id : uuid();
|
|
24
26
|
}),
|
|
@@ -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)}
|
|
@@ -93,15 +93,15 @@ export var ExpandedFrame = function ExpandedFrame(_ref) {
|
|
|
93
93
|
var styles = {
|
|
94
94
|
linkWrapper: "_zulpu2gc _kqswh2mm _1e0c1txw _2lx21bp4 _4t3ik5xz _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _uiztglyw _qc5o94zs _14mjpb1k _aetrb3bt _18postnw _15l2idpf _32rxidpf _1x88idpf _19doidpf _1hfk1j28 _1bqqidpf _u94kidpf _1ifiidpf",
|
|
95
95
|
linkWrapperInheritDimensions: "_4t3i1osq",
|
|
96
|
-
linkWrapperSelected: "
|
|
97
|
-
linkWrapperBorderAndBackground: "
|
|
98
|
-
linkWrapperInteractiveNotHidden: "
|
|
96
|
+
linkWrapperSelected: "_8x3u1yw3",
|
|
97
|
+
linkWrapperBorderAndBackground: "_1tqzia51 _1hfkhp5a _1ifikb7n",
|
|
98
|
+
linkWrapperInteractiveNotHidden: "_hcgvia51 _4tpuhp5a _x148kb7n",
|
|
99
99
|
header: "_11c8140y _zulp1b66 _1e0c1txw _4cvr1h6o _1bah1yb4 _4t3igktf _1pbykb7n",
|
|
100
100
|
leftSection: "_zulp1b66 _1e0c1txw _4cvr1h6o _1ul9idpf",
|
|
101
101
|
tooltipWrapper: "_1reo15vq _18m915vq",
|
|
102
102
|
headerAnchor: "_11c8140y _1reo15vq _18m915vq _1e0c1ule _1bto1l2s _o5721q9c _9oik1r31 _1bnxglyw _jf4cnqa1",
|
|
103
103
|
headerIcon: "_11c8140y _1bsb7vkz _4t3i7vkz",
|
|
104
|
-
contentStyle: "
|
|
105
|
-
contentInteractiveActiveBorder: "
|
|
104
|
+
contentStyle: "_19itdlqj _2rko12b0 _1reo15vq _18m915vq _v56414au _bfhkhp5a _16jlkb7n _4t3i1osq _1pbykb7n",
|
|
105
|
+
contentInteractiveActiveBorder: "_1jhm1tt7",
|
|
106
106
|
contentOverflowAuto: "_1reo1wug _18m91wug"
|
|
107
107
|
};
|
|
@@ -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/esm/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
|
var 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
|
var ActionButton = function ActionButton(_ref) {
|
|
17
17
|
var content = _ref.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
|
var 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 var AutomationModalRule = function AutomationModalRule(_ref) {
|
|
@@ -8,7 +8,7 @@ import MotionWrapper from '../../../common/motion-wrapper';
|
|
|
8
8
|
var 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
|
var getIcon = function getIcon(appearance) {
|
|
14
14
|
switch (appearance) {
|
package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js
CHANGED
|
@@ -30,7 +30,7 @@ export var AIFooterMetadata = function AIFooterMetadata(_ref) {
|
|
|
30
30
|
return /*#__PURE__*/React.createElement(Box, tooltipProps, /*#__PURE__*/React.createElement(InfoIcon, {
|
|
31
31
|
label: "Information",
|
|
32
32
|
LEGACY_size: "small",
|
|
33
|
-
color: "var(--ds-icon-subtle, #
|
|
33
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
34
34
|
}));
|
|
35
35
|
}), /*#__PURE__*/React.createElement(AIIcon, _extends({
|
|
36
36
|
label: "AI"
|
|
@@ -38,6 +38,6 @@ export var AIFooterMetadata = function AIFooterMetadata(_ref) {
|
|
|
38
38
|
LEGACY_fallbackIcon: LegacyAIIcon,
|
|
39
39
|
LEGACY_size: 'small'
|
|
40
40
|
}, {
|
|
41
|
-
color: "var(--ds-icon-subtle, #
|
|
41
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
42
42
|
})));
|
|
43
43
|
};
|
|
@@ -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}
|
|
@@ -45,7 +45,7 @@ var Block = function Block(_ref) {
|
|
|
45
45
|
}, [onRender]);
|
|
46
46
|
return /*#__PURE__*/React.createElement("div", {
|
|
47
47
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
48
|
-
className: ax(["_1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _1ul9idpf _1bah1y6m _fiawglyw _1uzp1mp2
|
|
48
|
+
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]),
|
|
49
49
|
"data-smart-block": true,
|
|
50
50
|
"data-testid": testId,
|
|
51
51
|
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}
|
|
@@ -193,7 +193,7 @@ var Container = function Container(_ref3) {
|
|
|
193
193
|
var container = /*#__PURE__*/React.createElement("div", {
|
|
194
194
|
"data-smart-link-container": true,
|
|
195
195
|
"data-testid": testId,
|
|
196
|
-
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 && "
|
|
196
|
+
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"]),
|
|
197
197
|
style: {
|
|
198
198
|
"--_1xumd0e": ix(padding),
|
|
199
199
|
"--_73mooq": ix(previewOnLeft ? gap : padding),
|
package/dist/esm/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css
CHANGED
|
@@ -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}
|
|
@@ -21,8 +21,8 @@ var styles = {
|
|
|
21
21
|
text: "_11c81o8v"
|
|
22
22
|
};
|
|
23
23
|
var colorMap = {
|
|
24
|
-
subtle: "
|
|
25
|
-
default: "
|
|
24
|
+
subtle: "_syaz1rpy",
|
|
25
|
+
default: "_syazazsu"
|
|
26
26
|
};
|
|
27
27
|
var messageMapper = (_messageMapper = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_messageMapper, IconType.PriorityBlocker, messages.priority_blocker), IconType.PriorityCritical, messages.priority_critical), IconType.PriorityHigh, messages.priority_high), IconType.PriorityHighest, messages.priority_highest), IconType.PriorityLow, messages.priority_low), IconType.PriorityLowest, messages.priority_lowest), IconType.PriorityMajor, messages.priority_major), IconType.PriorityMedium, messages.priority_medium), IconType.PriorityMinor, messages.priority_minor), IconType.PriorityTrivial, messages.priority_trivial), _defineProperty(_messageMapper, IconType.PriorityUndefined, messages.priority_undefined));
|
|
28
28
|
var getFormattedMessageFromIcon = function getFormattedMessageFromIcon(icon) {
|
|
@@ -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/esm/view/FlexibleCard/components/elements/common/base-date-time-element/index.js
CHANGED
|
@@ -94,7 +94,7 @@ var BaseDateTimeElement = function BaseDateTimeElement(_ref) {
|
|
|
94
94
|
"data-testid": testId
|
|
95
95
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
96
96
|
,
|
|
97
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
97
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _1yyjkb7n _sudp1e54 _102k7vkz", fontSize !== undefined && fontOverrideStyleMap[fontSize], className])
|
|
98
98
|
}, content);
|
|
99
99
|
};
|
|
100
100
|
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 @@ var 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
|
var LozengeActionError = function LozengeActionError(_ref) {
|
|
25
25
|
var errorMessage = _ref.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)}
|
|
@@ -17,7 +17,7 @@ import { Box } from '@atlaskit/primitives/compiled';
|
|
|
17
17
|
var styles = {
|
|
18
18
|
chevronDown: "_18u012x7 _1e0c1txw",
|
|
19
19
|
lozengeContainer: "_kkk2n7od _2rko12b0 _1dqonqa1 _189ee4h9 _1h6d1j28 _bfhk1j28 _1e0c1txw _4cvr1h6o _4t3i7vkz",
|
|
20
|
-
lozengeContainerSelected: "_1reo15vq _18m915vq
|
|
20
|
+
lozengeContainerSelected: "_1reo15vq _18m915vq _1h6d1v1w"
|
|
21
21
|
};
|
|
22
22
|
var triggerLozengeStyles = null;
|
|
23
23
|
var triggerButtonStyles = null;
|
|
@@ -58,15 +58,15 @@ var LozengeActionTrigger = function LozengeActionTrigger(_ref) {
|
|
|
58
58
|
}, []);
|
|
59
59
|
useEffect(function () {
|
|
60
60
|
if (isPressing) {
|
|
61
|
-
setLozengeBackgroundColor("var(--ds-background-selected-pressed, #
|
|
62
|
-
setLozengeForegroundColor("var(--ds-text-selected, #
|
|
61
|
+
setLozengeBackgroundColor("var(--ds-background-selected-pressed, #8FB8F6)");
|
|
62
|
+
setLozengeForegroundColor("var(--ds-text-selected, #1868DB)");
|
|
63
63
|
} else if (isOpen) {
|
|
64
64
|
if (isHovering) {
|
|
65
|
-
setLozengeBackgroundColor("var(--ds-background-selected-hovered, #
|
|
65
|
+
setLozengeBackgroundColor("var(--ds-background-selected-hovered, #CFE1FD)");
|
|
66
66
|
} else {
|
|
67
|
-
setLozengeBackgroundColor("var(--ds-background-selected, #
|
|
67
|
+
setLozengeBackgroundColor("var(--ds-background-selected, #E9F2FE)");
|
|
68
68
|
}
|
|
69
|
-
setLozengeForegroundColor("var(--ds-text-selected, #
|
|
69
|
+
setLozengeForegroundColor("var(--ds-text-selected, #1868DB)");
|
|
70
70
|
} else {
|
|
71
71
|
setLozengeBackgroundColor(undefined);
|
|
72
72
|
setLozengeForegroundColor(undefined);
|
package/dist/esm/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css
CHANGED
|
@@ -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){._102klxil{max-height:var(--_ohw86c)}}
|
|
@@ -41,7 +41,7 @@ export var BaseTextElement = function BaseTextElement(_ref) {
|
|
|
41
41
|
"data-testid": testId
|
|
42
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
43
43
|
,
|
|
44
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
44
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _o5724jg8 _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _sudp1e54", fontSize !== undefined && fontOverrideStyleMap[fontSize], "_1yyjr31u _102klxil", className]),
|
|
45
45
|
style: {
|
|
46
46
|
color: color,
|
|
47
47
|
"--_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/esm/view/FlexibleCard/components/elements/custom-by-access-type-element/index.js
CHANGED
|
@@ -54,7 +54,7 @@ var CustomElementByAccessType = function CustomElementByAccessType(_ref) {
|
|
|
54
54
|
"data-testid": testId
|
|
55
55
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
56
56
|
,
|
|
57
|
-
className: ax(["_11c81o8v _1reo15vq _18m915vq
|
|
57
|
+
className: ax(["_11c81o8v _1reo15vq _18m915vq _syazazsu _o5724jg8 _1e0ccj1k _1ul9idpf _1bto1l2s _1nmz1hna _sudp1e54", props.fontSize !== undefined && fontOverrideStyleMap[props.fontSize], "_1yyjkb7n _102k1j6v", className])
|
|
58
58
|
}, contentForAccessType);
|
|
59
59
|
};
|
|
60
60
|
export default CustomElementByAccessType;
|
|
@@ -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}
|
|
@@ -21,7 +21,7 @@ var SnippetElement = function SnippetElement(props) {
|
|
|
21
21
|
content: overrideContent !== null && overrideContent !== void 0 ? overrideContent : context === null || context === void 0 ? void 0 : context.snippet,
|
|
22
22
|
maxLines: maxLines,
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
24
|
-
className: ax(["
|
|
24
|
+
className: ax(["_syazi7uo _1ul9idpf _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", className])
|
|
25
25
|
}, restOfProps));
|
|
26
26
|
};
|
|
27
27
|
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}
|
|
@@ -22,7 +22,7 @@ var styles = {
|
|
|
22
22
|
iconOuterWrapperStyle: "_1e0c1o8l _2hwx1b66 _kqswh2mm",
|
|
23
23
|
iconTitleWrapperStyle: "_o5721jtm _1nmz9jpi _16d9qvcn _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66",
|
|
24
24
|
linkStyle: "_2rkolb4i",
|
|
25
|
-
noLinkAppearanceStyle: "
|
|
25
|
+
noLinkAppearanceStyle: "_syaz1rpy _18u01b66",
|
|
26
26
|
roundImageStyle: "_2rko1rr0"
|
|
27
27
|
};
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/design-system/no-html-anchor -- Ignored via go/DSP-18766
|
|
@@ -7,23 +7,23 @@
|
|
|
7
7
|
._1y1m1u8q{background-clip:padding-box}
|
|
8
8
|
._80om13gf{cursor:not-allowed}
|
|
9
9
|
._80omtlke{cursor:pointer}
|
|
10
|
-
.
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
10
|
+
._bfhk1i45{background-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
|
|
11
|
+
._bfhkby5v{background-color:var(--ds-background-disabled,#17171708)}
|
|
12
|
+
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
13
|
+
._bfhkjmqp{background-color:var(--ds-background-selected-bold,#1868db)}
|
|
14
14
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
15
15
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
16
16
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
17
17
|
._o5721btx{white-space:break-spaces}
|
|
18
18
|
._qrwqlb4i{border-top-right-radius:var(--ds-radius-xsmall,2px)}
|
|
19
19
|
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
20
|
-
.
|
|
21
|
-
.
|
|
20
|
+
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
21
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
22
22
|
._u5f312x7{padding-right:var(--ds-space-075,6px)}
|
|
23
23
|
._y3gn18uv{text-align:initial}
|
|
24
|
-
.
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
-
.
|
|
28
|
-
.
|
|
29
|
-
.
|
|
24
|
+
._irr31q28:hover{background-color:var(--ds-background-selected-bold-hovered,#1558bc)}
|
|
25
|
+
._irr3byip:hover{background-color:var(--ds-background-accent-gray-bolder-hovered,#505258)}
|
|
26
|
+
._irr3plhp:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
27
|
+
._1di612kk:active{background-color:var(--ds-background-selected-bold-pressed,#123263)}
|
|
28
|
+
._1di61gdz:active{background-color:var(--ds-background-neutral-pressed,#080f214a)}
|
|
29
|
+
._1di61van:active{background-color:var(--ds-background-accent-gray-bolder-pressed,#3b3d42)}
|
|
@@ -11,13 +11,13 @@ import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
|
|
|
11
11
|
var styles = {
|
|
12
12
|
button: "_1e0c1bgi",
|
|
13
13
|
innerContainer: "_1e0c1nu9 _1y1m1u8q _16d9qvcn _k48p1wq8 _19bv12x7 _ca0qv77o _n3tdv77o _u5f312x7 _y3gn18uv _o5721btx _1nmz9jpi",
|
|
14
|
-
enabled: "
|
|
15
|
-
disabled: "
|
|
14
|
+
enabled: "_syazi7uo _80omtlke _bfhki8nm _irr3plhp _1di61gdz",
|
|
15
|
+
disabled: "_syaz1gmx _80om13gf _bfhkby5v"
|
|
16
16
|
};
|
|
17
17
|
var experimentEnabledStyles = {
|
|
18
|
-
control: "
|
|
19
|
-
test1: "_syaz15cr _80omtlke
|
|
20
|
-
test2: "_syaz15cr _80omtlke
|
|
18
|
+
control: "_syazi7uo _80omtlke _bfhki8nm _irr3plhp _1di61gdz",
|
|
19
|
+
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _irr31q28 _1di612kk",
|
|
20
|
+
test2: "_syaz15cr _80omtlke _bfhk1i45 _qrwqlb4i _1o0zlb4i _irr3byip _1di61van"
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
23
23
|
* Action button has to be a span for the overflow to work correctly
|
|
@@ -15,7 +15,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
15
15
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
16
16
|
var PACKAGE_DATA = {
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "
|
|
18
|
+
packageVersion: "43.6.1",
|
|
19
19
|
componentName: 'linkUrl'
|
|
20
20
|
};
|
|
21
21
|
var Anchor = withLinkClickedEvent('a');
|
|
@@ -6,7 +6,7 @@ import Heading from '@atlaskit/heading';
|
|
|
6
6
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
7
7
|
var styles = {
|
|
8
8
|
emptyState: "_zulpu2gc _4cvr1h6o _1e0c1txw _2lx21bp4 _4t3i1osq _1bah1h6o _18u01ejb _2hwx1ejb _y3gn1h6o",
|
|
9
|
-
description: "_19pkze3t _otyr1ejb
|
|
9
|
+
description: "_19pkze3t _otyr1ejb _syazi7uo"
|
|
10
10
|
};
|
|
11
11
|
export var EmptyState = function EmptyState(_ref) {
|
|
12
12
|
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)}
|
|
@@ -28,7 +28,7 @@ var RelatedLinkItem = function RelatedLinkItem(_ref) {
|
|
|
28
28
|
"data-testId": testId,
|
|
29
29
|
onFocus: onFocus,
|
|
30
30
|
role: "presentation",
|
|
31
|
-
className: ax(["_195g10v4 _18zr1ejb", "
|
|
31
|
+
className: ax(["_195g10v4 _18zr1ejb", "_irr31dpa _1di6fcek", isSelected && "_bfhk15s3 _16qs1mgz _irr3ufnl _1di6nozp"])
|
|
32
32
|
}, /*#__PURE__*/React.createElement(Card, {
|
|
33
33
|
appearance: "block",
|
|
34
34
|
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)}
|
|
@@ -8,7 +8,7 @@ import { messages } from '../../../../messages';
|
|
|
8
8
|
import RelatedLinkItem from '../related-link-item';
|
|
9
9
|
var styles = {
|
|
10
10
|
sectionTitleOld: "_11c81vhk _1q511b66",
|
|
11
|
-
sectionTitle: "_11c81vhk
|
|
11
|
+
sectionTitle: "_11c81vhk _syazazsu _1q511b66",
|
|
12
12
|
boxStyle: "_11c81o8v _1rjcu2gc"
|
|
13
13
|
};
|
|
14
14
|
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}
|
|
@@ -26,7 +26,7 @@ var AISummary = function AISummary(_ref) {
|
|
|
26
26
|
"data-testid": testId
|
|
27
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
28
28
|
,
|
|
29
|
-
className: ax(["_11c81o8v
|
|
29
|
+
className: ax(["_11c81o8v _syazazsu _slp31hna _1nmz1hna _o5724jg8 _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", className]),
|
|
30
30
|
children: content,
|
|
31
31
|
options: {
|
|
32
32
|
forceWrapper: true,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
2
|
import { type CardPlatform, type EmbedIframeUrlType } from '../../view/Card/types';
|
|
3
3
|
import { type EmbedCardResolvedViewProps } from '../../view/EmbedCard/views/ResolvedView';
|
|
4
|
-
export declare const extractEmbedProps: (response?: SmartLinkResponse,
|
|
4
|
+
export declare const extractEmbedProps: (response?: SmartLinkResponse, _platform?: CardPlatform, iframeUrlType?: EmbedIframeUrlType) => EmbedCardResolvedViewProps;
|
|
@@ -49,8 +49,4 @@ export interface UseSmartLinkActionsOpts {
|
|
|
49
49
|
*/
|
|
50
50
|
url: string;
|
|
51
51
|
}
|
|
52
|
-
export declare function useSmartLinkActions({ url, appearance, origin, actionOptions, prefetch, }: UseSmartLinkActionsOpts):
|
|
53
|
-
id: string;
|
|
54
|
-
text: import("react").JSX.Element;
|
|
55
|
-
invoke: () => Promise<void>;
|
|
56
|
-
}[];
|
|
52
|
+
export declare function useSmartLinkActions({ url, appearance, origin, actionOptions, prefetch, }: UseSmartLinkActionsOpts): LinkAction[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
2
|
import { type CardPlatform, type EmbedIframeUrlType } from '../../view/Card/types';
|
|
3
3
|
import { type EmbedCardResolvedViewProps } from '../../view/EmbedCard/views/ResolvedView';
|
|
4
|
-
export declare const extractEmbedProps: (response?: SmartLinkResponse,
|
|
4
|
+
export declare const extractEmbedProps: (response?: SmartLinkResponse, _platform?: CardPlatform, iframeUrlType?: EmbedIframeUrlType) => EmbedCardResolvedViewProps;
|
|
@@ -49,8 +49,4 @@ export interface UseSmartLinkActionsOpts {
|
|
|
49
49
|
*/
|
|
50
50
|
url: string;
|
|
51
51
|
}
|
|
52
|
-
export declare function useSmartLinkActions({ url, appearance, origin, actionOptions, prefetch, }: UseSmartLinkActionsOpts):
|
|
53
|
-
id: string;
|
|
54
|
-
text: import("react").JSX.Element;
|
|
55
|
-
invoke: () => Promise<void>;
|
|
56
|
-
}[];
|
|
52
|
+
export declare function useSmartLinkActions({ url, appearance, origin, actionOptions, prefetch, }: UseSmartLinkActionsOpts): LinkAction[];
|