@atlaskit/smart-card 39.0.0 → 39.2.0
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 +20 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -2
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -2
- package/dist/cjs/view/BlockCard/views/ResolvedView.compiled.css +1 -6
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +2 -9
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.compiled.css +0 -2
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.js +1 -3
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.compiled.css +0 -2
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +3 -6
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +35 -109
- package/dist/cjs/view/EmbedCard/components/styled.compiled.css +3 -83
- package/dist/cjs/view/EmbedCard/components/styled.js +12 -176
- package/dist/cjs/view/EmbedModal/components/link-info/index.compiled.css +2 -20
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +4 -6
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +4 -8
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +0 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +2 -9
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +1 -3
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -7
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -4
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +7 -27
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.compiled.css +0 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.compiled.css +0 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.js +3 -5
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.compiled.css +1 -14
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -12
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.compiled.css +1 -8
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -19
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.compiled.css +0 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +4 -6
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.compiled.css +1 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.js +3 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.compiled.css +0 -22
- package/dist/cjs/view/FlexibleCard/components/container/index.js +10 -77
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.js +3 -7
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.js +3 -5
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +1 -27
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.js +1 -57
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -3
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-icon-element/index.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/index.compiled.css +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/index.js +3 -5
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +0 -1
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -3
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -5
- package/dist/cjs/view/HoverCard/components/ImagePreview.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.compiled.css +0 -1
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +4 -8
- package/dist/cjs/view/HoverCard/components/views/resolved/index.compiled.css +1 -11
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +3 -11
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.compiled.css +1 -4
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.js +3 -7
- package/dist/cjs/view/InlineCard/ErroredView/index.js +6 -44
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +19 -58
- package/dist/cjs/view/InlineCard/Frame/styled.compiled.css +1 -3
- package/dist/cjs/view/InlineCard/Frame/styled.js +4 -8
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.compiled.css +0 -1
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +38 -132
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled.compiled.css +1 -34
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled.js +3 -155
- package/dist/cjs/view/InlineCard/ResolvingView/index.js +3 -12
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +5 -38
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/common/UnauthorisedViewContent.js +1 -15
- package/dist/cjs/view/common/ai-summary/index.compiled.css +0 -1
- package/dist/cjs/view/common/ai-summary/index.js +1 -3
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -2
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -2
- package/dist/es2019/view/BlockCard/views/ResolvedView.compiled.css +1 -6
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +2 -9
- package/dist/es2019/view/BlockCard/views/UnauthorisedView.compiled.css +0 -2
- package/dist/es2019/view/BlockCard/views/UnauthorisedView.js +1 -3
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.compiled.css +0 -2
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.js +3 -6
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +37 -111
- package/dist/es2019/view/EmbedCard/components/styled.compiled.css +3 -83
- package/dist/es2019/view/EmbedCard/components/styled.js +1 -166
- package/dist/es2019/view/EmbedModal/components/link-info/index.compiled.css +2 -20
- package/dist/es2019/view/EmbedModal/components/link-info/index.js +4 -6
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-button/index.js +4 -8
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +0 -2
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +2 -9
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +1 -3
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -7
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -4
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +7 -27
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.compiled.css +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.compiled.css +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +1 -4
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.js +3 -5
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.compiled.css +1 -14
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +1 -13
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.compiled.css +1 -8
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +1 -19
- package/dist/es2019/view/FlexibleCard/components/blocks/footer-block/resolved/index.compiled.css +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +4 -6
- package/dist/es2019/view/FlexibleCard/components/blocks/metadata-block/index.compiled.css +1 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/metadata-block/index.js +3 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -2
- package/dist/es2019/view/FlexibleCard/components/container/index.compiled.css +0 -22
- package/dist/es2019/view/FlexibleCard/components/container/index.js +10 -76
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.js +3 -8
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.js +3 -7
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +1 -27
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-badge-element/index.js +2 -58
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -2
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -3
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-icon-element/index.js +2 -4
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/index.compiled.css +1 -2
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-lozenge-element/index.js +3 -6
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -3
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +1 -5
- package/dist/es2019/view/HoverCard/components/ImagePreview.js +1 -2
- package/dist/es2019/view/HoverCard/components/views/forbidden/index.compiled.css +0 -1
- package/dist/es2019/view/HoverCard/components/views/forbidden/index.js +4 -8
- package/dist/es2019/view/HoverCard/components/views/resolved/index.compiled.css +1 -11
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +3 -11
- package/dist/es2019/view/HoverCard/components/views/unauthorised/index.compiled.css +1 -4
- package/dist/es2019/view/HoverCard/components/views/unauthorised/index.js +3 -7
- package/dist/es2019/view/InlineCard/ErroredView/index.js +6 -44
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +20 -59
- package/dist/es2019/view/InlineCard/Frame/styled.compiled.css +1 -3
- package/dist/es2019/view/InlineCard/Frame/styled.js +4 -8
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.compiled.css +0 -1
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +18 -110
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled.compiled.css +1 -34
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled.js +0 -172
- package/dist/es2019/view/InlineCard/ResolvingView/index.js +3 -12
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +5 -38
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/common/UnauthorisedViewContent.js +1 -15
- package/dist/es2019/view/common/ai-summary/index.compiled.css +0 -1
- package/dist/es2019/view/common/ai-summary/index.js +1 -3
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -2
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -2
- package/dist/esm/view/BlockCard/views/ResolvedView.compiled.css +1 -6
- package/dist/esm/view/BlockCard/views/ResolvedView.js +2 -9
- package/dist/esm/view/BlockCard/views/UnauthorisedView.compiled.css +0 -2
- package/dist/esm/view/BlockCard/views/UnauthorisedView.js +1 -3
- package/dist/esm/view/BlockCard/views/unresolved-view/index.compiled.css +0 -2
- package/dist/esm/view/BlockCard/views/unresolved-view/index.js +3 -6
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +37 -111
- package/dist/esm/view/EmbedCard/components/styled.compiled.css +3 -83
- package/dist/esm/view/EmbedCard/components/styled.js +12 -176
- package/dist/esm/view/EmbedModal/components/link-info/index.compiled.css +2 -20
- package/dist/esm/view/EmbedModal/components/link-info/index.js +4 -6
- package/dist/esm/view/FlexibleCard/components/actions/action/action-button/index.js +4 -8
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +0 -2
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +2 -9
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +1 -3
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +2 -7
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +1 -4
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +7 -27
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.compiled.css +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -3
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.compiled.css +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +1 -4
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.js +3 -5
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.compiled.css +1 -14
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -13
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.compiled.css +1 -8
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +1 -19
- package/dist/esm/view/FlexibleCard/components/blocks/footer-block/resolved/index.compiled.css +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +4 -6
- package/dist/esm/view/FlexibleCard/components/blocks/metadata-block/index.compiled.css +1 -3
- package/dist/esm/view/FlexibleCard/components/blocks/metadata-block/index.js +3 -9
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -2
- package/dist/esm/view/FlexibleCard/components/container/index.compiled.css +0 -22
- package/dist/esm/view/FlexibleCard/components/container/index.js +10 -77
- package/dist/esm/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.js +3 -7
- package/dist/esm/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.js +3 -5
- package/dist/esm/view/FlexibleCard/components/elements/common/base-badge-element/index.compiled.css +1 -27
- package/dist/esm/view/FlexibleCard/components/elements/common/base-badge-element/index.js +1 -57
- package/dist/esm/view/FlexibleCard/components/elements/common/base-date-time-element/index.compiled.css +1 -2
- package/dist/esm/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -3
- package/dist/esm/view/FlexibleCard/components/elements/common/base-icon-element/index.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/index.compiled.css +1 -2
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/index.js +3 -5
- package/dist/esm/view/FlexibleCard/components/elements/common/base-text-element/index.compiled.css +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -3
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +1 -5
- package/dist/esm/view/HoverCard/components/ImagePreview.js +1 -2
- package/dist/esm/view/HoverCard/components/views/forbidden/index.compiled.css +0 -1
- package/dist/esm/view/HoverCard/components/views/forbidden/index.js +4 -8
- package/dist/esm/view/HoverCard/components/views/resolved/index.compiled.css +1 -11
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +3 -11
- package/dist/esm/view/HoverCard/components/views/unauthorised/index.compiled.css +1 -4
- package/dist/esm/view/HoverCard/components/views/unauthorised/index.js +3 -7
- package/dist/esm/view/InlineCard/ErroredView/index.js +6 -44
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +20 -59
- package/dist/esm/view/InlineCard/Frame/styled.compiled.css +1 -3
- package/dist/esm/view/InlineCard/Frame/styled.js +4 -8
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.compiled.css +0 -1
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +40 -134
- package/dist/esm/view/InlineCard/IconAndTitleLayout/styled.compiled.css +1 -34
- package/dist/esm/view/InlineCard/IconAndTitleLayout/styled.js +2 -154
- package/dist/esm/view/InlineCard/ResolvingView/index.js +3 -12
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +5 -38
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/common/UnauthorisedViewContent.js +1 -15
- package/dist/esm/view/common/ai-summary/index.compiled.css +0 -1
- package/dist/esm/view/common/ai-summary/index.js +1 -3
- package/dist/types/common/ui/icons/types.d.ts +2 -2
- package/dist/types/state/flexible-ui-context/index.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/styled.d.ts +0 -7
- package/dist/types/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +1 -1
- package/dist/types/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -8
- package/dist/types-ts4.5/common/ui/icons/types.d.ts +2 -2
- package/dist/types-ts4.5/state/flexible-ui-context/index.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/styled.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -8
- package/package.json +4 -7
- package/dist/cjs/view/InlineCard/ErroredView/index.compiled.css +0 -1
- package/dist/cjs/view/InlineCard/ResolvingView/styled.compiled.css +0 -5
- package/dist/cjs/view/InlineCard/ResolvingView/styled.js +0 -34
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.compiled.css +0 -1
- package/dist/cjs/view/InlineCard/styled.compiled.css +0 -21
- package/dist/cjs/view/InlineCard/styled.js +0 -35
- package/dist/es2019/view/InlineCard/ErroredView/index.compiled.css +0 -1
- package/dist/es2019/view/InlineCard/ResolvingView/styled.compiled.css +0 -5
- package/dist/es2019/view/InlineCard/ResolvingView/styled.js +0 -24
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.compiled.css +0 -1
- package/dist/es2019/view/InlineCard/styled.compiled.css +0 -21
- package/dist/es2019/view/InlineCard/styled.js +0 -24
- package/dist/esm/view/InlineCard/ErroredView/index.compiled.css +0 -1
- package/dist/esm/view/InlineCard/ResolvingView/styled.compiled.css +0 -5
- package/dist/esm/view/InlineCard/ResolvingView/styled.js +0 -26
- package/dist/esm/view/InlineCard/UnauthorisedView/index.compiled.css +0 -1
- package/dist/esm/view/InlineCard/styled.compiled.css +0 -21
- package/dist/esm/view/InlineCard/styled.js +0 -26
- package/dist/types/view/InlineCard/ResolvingView/styled.d.ts +0 -2
- package/dist/types/view/InlineCard/styled.d.ts +0 -2
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled.d.ts +0 -2
- package/dist/types-ts4.5/view/InlineCard/styled.d.ts +0 -2
|
@@ -3,11 +3,11 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./ExpandedFrame.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
|
-
import { fg } from
|
|
6
|
+
import { fg } from "@atlaskit/platform-feature-flags";
|
|
7
7
|
import Tooltip from '@atlaskit/tooltip';
|
|
8
8
|
import { useMouseDownEvent } from '../../../state/analytics/useLinkClicked';
|
|
9
9
|
import { handleClickCommon } from '../../common/utils';
|
|
10
|
-
import { className
|
|
10
|
+
import { className } from './styled';
|
|
11
11
|
export const ExpandedFrame = ({
|
|
12
12
|
isPlaceholder = false,
|
|
13
13
|
children,
|
|
@@ -35,126 +35,52 @@ export const ExpandedFrame = ({
|
|
|
35
35
|
linkType: "embed"
|
|
36
36
|
}) : null;
|
|
37
37
|
const renderHeader = () => {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}, text)))), CompetitorPromptComponent);
|
|
56
|
-
}
|
|
57
|
-
return (
|
|
58
|
-
/*#__PURE__*/
|
|
59
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
60
|
-
React.createElement(HeaderOldVisualRefresh, {
|
|
61
|
-
className: "embed-header",
|
|
62
|
-
frameStyle: frameStyle
|
|
63
|
-
}, /*#__PURE__*/React.createElement(IconWrapperOldVisualRefresh, {
|
|
64
|
-
isPlaceholder: isPlaceholder
|
|
65
|
-
}, !isPlaceholder && icon), /*#__PURE__*/React.createElement(TooltipWrapperOldVisualRefresh, null, /*#__PURE__*/React.createElement(Tooltip, {
|
|
66
|
-
content: text,
|
|
67
|
-
hideTooltipOnMouseDown: true
|
|
68
|
-
}, /*#__PURE__*/React.createElement(TextWrapperOldVisualRefresh, {
|
|
69
|
-
isPlaceholder: isPlaceholder
|
|
70
|
-
}, !isPlaceholder &&
|
|
71
|
-
/*#__PURE__*/
|
|
72
|
-
// eslint-disable-next-line @atlaskit/design-system/no-html-anchor
|
|
73
|
-
React.createElement("a", {
|
|
74
|
-
href: href,
|
|
75
|
-
onClick: handleClick,
|
|
76
|
-
onMouseDown: handleMouseDown
|
|
77
|
-
}, text)))))
|
|
78
|
-
);
|
|
38
|
+
return frameStyle !== 'hide' && /*#__PURE__*/React.createElement("div", {
|
|
39
|
+
className: ax([styles.header, "embed-header"])
|
|
40
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
41
|
+
className: ax([styles.leftSection])
|
|
42
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43
|
+
className: ax([styles.headerIcon])
|
|
44
|
+
}, icon), /*#__PURE__*/React.createElement("div", {
|
|
45
|
+
className: ax([styles.tooltipWrapper])
|
|
46
|
+
}, !isPlaceholder && /*#__PURE__*/React.createElement(Tooltip, {
|
|
47
|
+
content: text,
|
|
48
|
+
hideTooltipOnMouseDown: true
|
|
49
|
+
}, /*#__PURE__*/React.createElement("a", {
|
|
50
|
+
href: href,
|
|
51
|
+
onClick: handleClick,
|
|
52
|
+
onMouseDown: handleMouseDown,
|
|
53
|
+
className: ax([styles.headerAnchor])
|
|
54
|
+
}, text)))), CompetitorPromptComponent);
|
|
79
55
|
};
|
|
80
56
|
const interactive = isInteractive();
|
|
81
57
|
const showBackgroundAlways = frameStyle === 'show' || isSelected && frameStyle !== 'hide';
|
|
82
58
|
const showBackgroundOnHover = interactive && frameStyle !== 'hide';
|
|
83
59
|
const renderContent = () => {
|
|
84
|
-
|
|
85
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
86
|
-
"data-testid": "embed-content-wrapper",
|
|
87
|
-
// This fixes an issue with input fields in cross domain iframes (ie. databases and jira fields from different domains)
|
|
88
|
-
// See: HOT-107830
|
|
89
|
-
contentEditable: false,
|
|
90
|
-
className: ax([styles.contentStyle, setOverflow && allowScrollBar && styles.contentOverflowAuto, interactive && !showBackgroundAlways && !showBackgroundOnHover && styles.contentInteractiveActiveBorder])
|
|
91
|
-
}, children);
|
|
92
|
-
}
|
|
93
|
-
return /*#__PURE__*/React.createElement(ContentOldVisualRefresh, {
|
|
60
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
94
61
|
"data-testid": "embed-content-wrapper",
|
|
95
|
-
allowScrollBar: allowScrollBar,
|
|
96
|
-
removeOverflow: !setOverflow,
|
|
97
|
-
isInteractive: isInteractive(),
|
|
98
|
-
frameStyle: frameStyle
|
|
99
62
|
// This fixes an issue with input fields in cross domain iframes (ie. databases and jira fields from different domains)
|
|
100
63
|
// See: HOT-107830
|
|
101
|
-
,
|
|
102
|
-
|
|
103
|
-
suppressContentEditableWarning: true
|
|
64
|
+
contentEditable: false,
|
|
65
|
+
className: ax([styles.contentStyle, setOverflow && allowScrollBar && styles.contentOverflowAuto, interactive && !showBackgroundAlways && !showBackgroundOnHover && styles.contentInteractiveActiveBorder])
|
|
104
66
|
}, children);
|
|
105
67
|
};
|
|
106
|
-
|
|
107
|
-
return /*#__PURE__*/React.createElement("div", _extends({
|
|
108
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
109
|
-
className: ax([styles.linkWrapper, inheritDimensions && styles.linkWrapperInheritDimensions, isSelected && frameStyle !== 'hide' && styles.linkWrapperSelected, showBackgroundAlways && styles.linkWrapperBorderAndBackground, showBackgroundOnHover && !showBackgroundAlways && styles.linkWrapperInteractiveNotHidden, className]),
|
|
110
|
-
style: {
|
|
111
|
-
minWidth: minWidth ? `${minWidth}px` : '',
|
|
112
|
-
maxWidth: maxWidth ? `${maxWidth}px` : ''
|
|
113
|
-
},
|
|
114
|
-
"data-testid": testId,
|
|
115
|
-
"data-trello-do-not-use-override": testId
|
|
116
|
-
// Due to limitations of testing library, we can't assert ::after
|
|
117
|
-
,
|
|
118
|
-
"data-is-selected": isSelected
|
|
119
|
-
}, (isPlaceholder || !href) && {
|
|
120
|
-
'data-wrapper-type': 'default',
|
|
121
|
-
'data-is-interactive': isInteractive()
|
|
122
|
-
}), renderHeader(), renderContent());
|
|
123
|
-
}
|
|
124
|
-
if (!isPlaceholder && href) {
|
|
125
|
-
return /*#__PURE__*/React.createElement(LinkWrapperOldVisualRefresh
|
|
68
|
+
return /*#__PURE__*/React.createElement("div", _extends({
|
|
126
69
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
127
|
-
,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
} else {
|
|
142
|
-
return /*#__PURE__*/React.createElement(WrapperOldVisualRefresh
|
|
143
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
144
|
-
, {
|
|
145
|
-
className: className,
|
|
146
|
-
isInteractive: isInteractive(),
|
|
147
|
-
isSelected: isSelected,
|
|
148
|
-
minWidth: minWidth,
|
|
149
|
-
frameStyle: frameStyle,
|
|
150
|
-
maxWidth: maxWidth,
|
|
151
|
-
"data-testid": testId,
|
|
152
|
-
"data-trello-do-not-use-override": testId,
|
|
153
|
-
"data-is-selected": isSelected,
|
|
154
|
-
"data-wrapper-type": "default",
|
|
155
|
-
"data-is-interactive": isInteractive()
|
|
156
|
-
}, renderHeader(), renderContent());
|
|
157
|
-
}
|
|
70
|
+
className: ax([styles.linkWrapper, inheritDimensions && styles.linkWrapperInheritDimensions, isSelected && frameStyle !== 'hide' && styles.linkWrapperSelected, showBackgroundAlways && styles.linkWrapperBorderAndBackground, showBackgroundOnHover && !showBackgroundAlways && styles.linkWrapperInteractiveNotHidden, className]),
|
|
71
|
+
style: {
|
|
72
|
+
minWidth: minWidth ? `${minWidth}px` : '',
|
|
73
|
+
maxWidth: maxWidth ? `${maxWidth}px` : ''
|
|
74
|
+
},
|
|
75
|
+
"data-testid": testId,
|
|
76
|
+
"data-trello-do-not-use-override": testId
|
|
77
|
+
// Due to limitations of testing library, we can't assert ::after
|
|
78
|
+
,
|
|
79
|
+
"data-is-selected": isSelected
|
|
80
|
+
}, (isPlaceholder || !href) && {
|
|
81
|
+
'data-wrapper-type': 'default',
|
|
82
|
+
'data-is-interactive': isInteractive()
|
|
83
|
+
}), renderHeader(), renderContent());
|
|
158
84
|
};
|
|
159
85
|
const styles = {
|
|
160
86
|
linkWrapper: "_zulpu2gc _kqswh2mm _1e0c1txw _2lx21bp4 _4t3ik5xz _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _uiztglyw _qc5o94zs _14mj1crf _aetrb3bt _18postnw _15l2idpf _32rxidpf _1x88idpf _19doidpf _1hfk1j28 _1bqqidpf _u94kidpf _1ifiidpf",
|
|
@@ -1,95 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
.
|
|
3
|
-
._18s81xf9{margin:0 var(--ds-space-100,8px) var(--ds-space-100,8px)}
|
|
4
|
-
._19ith6cr{border:1px solid var(--ds-border,#dfe1e6)}
|
|
5
|
-
._1u3rh6cr:hover:after{border:1px solid var(--ds-border,#dfe1e6)}
|
|
6
|
-
._1yt4h8dc{padding:0 var(--ds-space-100,8px)}
|
|
7
|
-
._2rko1sit{border-radius:var(--ds-border-radius,3px)}
|
|
8
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
9
|
-
._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
|
|
10
|
-
._eq431kw7:after{border:inherit}
|
|
11
|
-
._eq43h6cr:after{border:1px solid var(--ds-border,#dfe1e6)}
|
|
12
|
-
._qc5o94zs:after{transition:background .3s,box-shadow .3s}
|
|
13
|
-
._v56414ba{transition:box-shadow .3s}
|
|
14
|
-
._v5641y8x{transition:background .3s}
|
|
15
|
-
._v564ojwh{transition:opacity .3s cubic-bezier(.15,1,.3,1)}
|
|
16
|
-
._154ixy5q{top:var(--ds-space-400,2pc)}
|
|
17
|
-
._18m915vq{overflow-y:hidden}
|
|
18
|
-
._18m91wug{overflow-y:auto}
|
|
19
|
-
._18postnw:after{position:absolute}
|
|
20
|
-
._18u01wug{margin-left:auto}
|
|
1
|
+
|
|
2
|
+
._2rko1sit{border-radius:var(--ds-border-radius,3px)}._18m915vq{overflow-y:hidden}
|
|
21
3
|
._18u0utpp{margin-left:var(--ds-space-150,9pt)}
|
|
22
|
-
._19do1kw7:after{left:inherit}
|
|
23
|
-
._19doidpf:after{left:0}
|
|
24
|
-
._19dox0bf:after{left:var(--ds-space-negative-100,-8px)}
|
|
25
|
-
._19pk19bv{margin-top:10px}
|
|
26
4
|
._19pk1b66{margin-top:var(--ds-space-050,4px)}
|
|
27
|
-
._19pkidpf{margin-top:0}
|
|
28
5
|
._1aaxusic{float:right}
|
|
29
|
-
._1bsb176v{width:125px}
|
|
30
6
|
._1bsb17ym{width:var(--_rcxkve)}
|
|
31
|
-
._1bsb1osq{width:100%}
|
|
32
|
-
._1bsb7vkz{width:1pc}
|
|
33
7
|
._1bsbckbl{width:3pc}
|
|
34
|
-
._1bsbwgg2{width:calc(100% - var(--ds-space-200, 1pc) - 2px)}
|
|
35
|
-
._1bto1l2s{text-overflow:ellipsis}
|
|
36
|
-
._1e0c116y{display:inline-flex}
|
|
37
|
-
._1e0c1txw{display:flex}
|
|
38
|
-
._1g4jidpf >.embed-preview>div{margin-bottom:0}
|
|
39
|
-
._1hfk1kw7:after{background-color:inherit}
|
|
40
|
-
._1hfkhp5a:after{background-color:var(--ds-surface-raised,#fff)}
|
|
41
|
-
._1ifiidpf .embed-header{opacity:0}
|
|
42
|
-
._1ifikb7n .embed-header{opacity:1}
|
|
43
8
|
._1itk2pcs{background-image:var(--_13orr8u)}
|
|
44
9
|
._1lrw1dfr{background-size:cover}
|
|
45
|
-
._1pbykb7n{z-index:1}
|
|
46
|
-
._1qdg1rgy:after{height:calc(100% + var(--ds-space-100, 8px))}
|
|
47
10
|
._1reo15vq{overflow-x:hidden}
|
|
48
|
-
._1reo1wug{overflow-x:auto}
|
|
49
|
-
._1ul91pd6{min-width:var(--_10q0298)}
|
|
50
|
-
._2hwx1b66{margin-right:var(--ds-space-050,4px)}
|
|
51
|
-
._2hwx1wug{margin-right:auto}
|
|
52
11
|
._2hwxidpf{margin-right:0}
|
|
53
|
-
._2lx21bp4{flex-direction:column}
|
|
54
|
-
._4cvr1h6o{align-items:center}
|
|
55
12
|
._4t3i17ym{height:var(--_rcxkve)}
|
|
56
|
-
._4t3i1crf{height:9pt}
|
|
57
|
-
._4t3i1j2a{height:calc(100% - var(--ds-space-400, 2pc))}
|
|
58
|
-
._4t3i1osq{height:100%}
|
|
59
|
-
._4t3i7vkz{height:1pc}
|
|
60
13
|
._4t3ickbl{height:3pc}
|
|
61
|
-
._4t3ik5xz{height:27pc}
|
|
62
|
-
._4t3izwfg{height:2pc}
|
|
63
|
-
._4tpuhp5a:hover:after{background-color:var(--ds-surface-raised,#fff)}
|
|
64
|
-
._631ousvi:after{box-sizing:border-box}
|
|
65
|
-
._6syz1kw7:after{cursor:inherit}
|
|
66
|
-
._6syztlke:after{cursor:pointer}
|
|
67
|
-
._8x3u1kw7:after{box-shadow:inherit}
|
|
68
|
-
._8x3umqxb:after{box-shadow:0 0 0 3px var(--ds-border-selected,#4c9aff)}
|
|
69
|
-
._aetrb3bt:after{content:""}
|
|
70
|
-
._bfhkhp5a{background-color:var(--ds-surface-raised,#fff)}
|
|
71
14
|
._bfhkqrzy{background-color:var(--ds-skeleton,#ebecf0)}
|
|
72
|
-
.
|
|
73
|
-
._hlq8idpf >.embed-preview>div{margin-top:0}
|
|
74
|
-
._jk3p1wug >.embed-preview>div{margin-left:auto}
|
|
75
|
-
._kqswh2mm{position:relative}
|
|
76
|
-
._kqswstnw{position:absolute}
|
|
77
|
-
._o5721q9c{white-space:nowrap}
|
|
78
|
-
._otyridpf{margin-bottom:0}
|
|
79
|
-
._otyrutpp{margin-bottom:var(--ds-space-150,9pt)}
|
|
80
|
-
._p12f1ayu{max-width:var(--_1et2rhb)}
|
|
81
|
-
._rd9b1wug >.embed-preview>div{margin-right:auto}
|
|
82
|
-
._syaz1rc1{color:var(--ds-text-subtlest,#5e6c84)}
|
|
83
|
-
._syazqjbk{color:var(--ds-icon,#5e6c84)}
|
|
84
|
-
._tzy4idpf{opacity:0}
|
|
85
|
-
._uiztglyw{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
86
|
-
._vchhusvi{box-sizing:border-box}
|
|
87
|
-
._vwz44jg8{line-height:normal}
|
|
88
|
-
._x148idpf:hover .embed-header{opacity:0}
|
|
89
|
-
._x148kb7n:hover .embed-header{opacity:1}
|
|
90
|
-
._z0ai1osq:after{width:100%}
|
|
91
|
-
._z0aie9lw:after{width:calc(100% + var(--ds-space-200, 1pc))}
|
|
92
|
-
._1bnxglyw:hover{text-decoration-line:none}
|
|
93
|
-
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
94
|
-
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
95
|
-
._1di629zg:active{background-color:var(--ds-background-selected,#deebff)}
|
|
15
|
+
._otyrutpp{margin-bottom:var(--ds-space-150,9pt)}
|
|
@@ -6,174 +6,9 @@ import * as React from 'react';
|
|
|
6
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
/* eslint-disable @atlaskit/ui-styling-standard/no-dynamic-styles */
|
|
8
8
|
|
|
9
|
-
import {
|
|
9
|
+
import { N30 } from '@atlaskit/theme/colors';
|
|
10
10
|
export const className = 'media-card-frame';
|
|
11
11
|
export const embedHeaderHeight = 32;
|
|
12
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
-
export const LinkWrapperOldVisualRefresh = forwardRef(({
|
|
15
|
-
as: C = "div",
|
|
16
|
-
style: __cmpls,
|
|
17
|
-
...__cmplp
|
|
18
|
-
}, __cmplr) => {
|
|
19
|
-
const {
|
|
20
|
-
isSelected,
|
|
21
|
-
frameStyle,
|
|
22
|
-
minWidth,
|
|
23
|
-
maxWidth,
|
|
24
|
-
isInteractive,
|
|
25
|
-
inheritDimensions,
|
|
26
|
-
...__cmpldp
|
|
27
|
-
} = __cmplp;
|
|
28
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
29
|
-
style: {
|
|
30
|
-
...__cmpls,
|
|
31
|
-
"--_10q0298": ix(__cmplp.minWidth, "px"),
|
|
32
|
-
"--_1et2rhb": ix(__cmplp.maxWidth, "px")
|
|
33
|
-
},
|
|
34
|
-
ref: __cmplr,
|
|
35
|
-
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug _v5641y8x _1e0c116y _2lx21bp4 _vchhusvi _ect41gqc _1bsb1osq _uiztglyw _vwz44jg8 _kqswh2mm _qc5o94zs _14mjpd34 _aetrb3bt _18postnw _1qdg1rgy _9oik1r31 _1bnxglyw _jf4cnqa1", __cmplp.isSelected && __cmplp.frameStyle === 'hide' ? "_2rkoiti9" : "_2rkopd34", __cmplp.minWidth && "_1ul91pd6", __cmplp.maxWidth && "_p12f1ayu", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' && "_1u3rh6cr", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' && "_4tpuhp5a", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' ? "_x148kb7n" : "_x148idpf", __cmplp.isInteractive && "_1di629zg", __cmplp.frameStyle === 'show' || __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_1ifikb7n" : "_1ifiidpf", __cmplp.inheritDimensions ? "_4t3i1osq" : "_4t3ik5xz", __cmplp.frameStyle === 'show' && "_631ousvi", __cmplp.frameStyle === 'show' ? "_z0ai1osq" : "_z0aie9lw", __cmplp.frameStyle !== 'show' ? "_19dox0bf" : __cmplp.isSelected ? "_19doidpf" : "_19do1kw7", __cmplp.frameStyle === 'show' || __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_eq43h6cr" : "_eq431kw7", __cmplp.frameStyle === 'show' || __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_1hfkhp5a" : "_1hfk1kw7", __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_6syztlke" : "_6syz1kw7", __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_8x3umqxb" : "_8x3u1kw7", __cmplp.className])
|
|
36
|
-
}));
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
40
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
41
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
42
|
-
LinkWrapperOldVisualRefresh.displayName = 'LinkWrapperOldVisualRefresh';
|
|
43
|
-
}
|
|
44
|
-
export const WrapperOldVisualRefresh = forwardRef(({
|
|
45
|
-
as: C = "div",
|
|
46
|
-
style: __cmpls,
|
|
47
|
-
...__cmplp
|
|
48
|
-
}, __cmplr) => {
|
|
49
|
-
const {
|
|
50
|
-
isSelected,
|
|
51
|
-
frameStyle,
|
|
52
|
-
minWidth,
|
|
53
|
-
maxWidth,
|
|
54
|
-
isInteractive,
|
|
55
|
-
inheritDimensions,
|
|
56
|
-
...__cmpldp
|
|
57
|
-
} = __cmplp;
|
|
58
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
59
|
-
style: {
|
|
60
|
-
...__cmpls,
|
|
61
|
-
"--_10q0298": ix(__cmplp.minWidth, "px"),
|
|
62
|
-
"--_1et2rhb": ix(__cmplp.maxWidth, "px")
|
|
63
|
-
},
|
|
64
|
-
ref: __cmplr,
|
|
65
|
-
className: ax(["_19pkidpf _2hwx1wug _otyridpf _18u01wug _v5641y8x _1e0c116y _2lx21bp4 _vchhusvi _ect41gqc _1bsb1osq _uiztglyw _vwz44jg8 _kqswh2mm _19pk19bv _qc5o94zs _14mjpd34 _aetrb3bt _18postnw _1qdg1rgy", __cmplp.isSelected && __cmplp.frameStyle === 'hide' ? "_2rkoiti9" : "_2rkopd34", __cmplp.minWidth && "_1ul91pd6", __cmplp.maxWidth && "_p12f1ayu", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' && "_1u3rh6cr", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' && "_4tpuhp5a", __cmplp.isInteractive && __cmplp.frameStyle !== 'hide' ? "_x148kb7n" : "_x148idpf", __cmplp.isInteractive && "_1di629zg", __cmplp.frameStyle === 'show' || __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_1ifikb7n" : "_1ifiidpf", __cmplp.inheritDimensions ? "_4t3i1osq" : "_4t3ik5xz", __cmplp.frameStyle === 'show' && "_631ousvi", __cmplp.frameStyle === 'show' ? "_z0ai1osq" : "_z0aie9lw", __cmplp.frameStyle !== 'show' ? "_19dox0bf" : __cmplp.isSelected ? "_19doidpf" : "_19do1kw7", __cmplp.frameStyle === 'show' || __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_eq43h6cr" : "_eq431kw7", __cmplp.frameStyle === 'show' ? "_1hfkhp5a" : "_1hfk1kw7", __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_6syztlke" : "_6syz1kw7", __cmplp.isSelected && __cmplp.frameStyle !== 'hide' ? "_8x3umqxb" : "_8x3u1kw7", __cmplp.className])
|
|
66
|
-
}));
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
70
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
71
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
72
|
-
WrapperOldVisualRefresh.displayName = 'WrapperOldVisualRefresh';
|
|
73
|
-
}
|
|
74
|
-
export const HeaderOldVisualRefresh = forwardRef(({
|
|
75
|
-
as: C = "div",
|
|
76
|
-
style: __cmpls,
|
|
77
|
-
...__cmplp
|
|
78
|
-
}, __cmplr) => {
|
|
79
|
-
const {
|
|
80
|
-
frameStyle,
|
|
81
|
-
...__cmpldp
|
|
82
|
-
} = __cmplp;
|
|
83
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
84
|
-
style: __cmpls,
|
|
85
|
-
ref: __cmplr,
|
|
86
|
-
className: ax(["_v564ojwh _4t3izwfg _kqswstnw _1pbykb7n _1bsb1osq _1e0c1txw _4cvr1h6o _syazqjbk _tzy4idpf", __cmplp.frameStyle === 'show' && "_vchhusvi", __cmplp.frameStyle === 'show' && "_1yt4h8dc", __cmplp.className])
|
|
87
|
-
}));
|
|
88
|
-
});
|
|
89
|
-
|
|
90
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
91
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
92
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
93
|
-
HeaderOldVisualRefresh.displayName = 'HeaderOldVisualRefresh';
|
|
94
|
-
}
|
|
95
|
-
export const IconWrapperOldVisualRefresh = forwardRef(({
|
|
96
|
-
as: C = "div",
|
|
97
|
-
style: __cmpls,
|
|
98
|
-
...__cmplp
|
|
99
|
-
}, __cmplr) => {
|
|
100
|
-
const {
|
|
101
|
-
isPlaceholder,
|
|
102
|
-
...__cmpldp
|
|
103
|
-
} = __cmplp;
|
|
104
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
105
|
-
style: __cmpls,
|
|
106
|
-
ref: __cmplr,
|
|
107
|
-
className: ax(["_2rko1sit _1bsb7vkz _4t3i7vkz _2hwx1b66", __cmplp.isPlaceholder && "_bfhkqrzy", __cmplp.className])
|
|
108
|
-
}));
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
112
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
113
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
114
|
-
IconWrapperOldVisualRefresh.displayName = 'IconWrapperOldVisualRefresh';
|
|
115
|
-
}
|
|
116
|
-
export const TextWrapperOldVisualRefresh = forwardRef(({
|
|
117
|
-
as: C = "div",
|
|
118
|
-
style: __cmpls,
|
|
119
|
-
...__cmplp
|
|
120
|
-
}, __cmplr) => {
|
|
121
|
-
const {
|
|
122
|
-
isPlaceholder,
|
|
123
|
-
...__cmpldp
|
|
124
|
-
} = __cmplp;
|
|
125
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
126
|
-
style: __cmpls,
|
|
127
|
-
ref: __cmplr,
|
|
128
|
-
className: ax(["_11c8dcr7 _1reo15vq _18m915vq _syaz1rc1 _1bto1l2s _o5721q9c", __cmplp.isPlaceholder && "_2rko1sit", __cmplp.isPlaceholder && "_1bsb176v", __cmplp.isPlaceholder && "_4t3i1crf", __cmplp.isPlaceholder && "_bfhkqrzy", __cmplp.className])
|
|
129
|
-
}));
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
133
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
134
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
135
|
-
TextWrapperOldVisualRefresh.displayName = 'TextWrapperOldVisualRefresh';
|
|
136
|
-
}
|
|
137
|
-
export const TooltipWrapperOldVisualRefresh = forwardRef(({
|
|
138
|
-
as: C = "div",
|
|
139
|
-
style: __cmpls,
|
|
140
|
-
...__cmplp
|
|
141
|
-
}, __cmplr) => {
|
|
142
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
143
|
-
style: __cmpls,
|
|
144
|
-
ref: __cmplr,
|
|
145
|
-
className: ax(["_1reo15vq _18m915vq", __cmplp.className])
|
|
146
|
-
}));
|
|
147
|
-
});
|
|
148
|
-
|
|
149
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
150
|
-
// NB: `overflow` is kept as `hidden` since
|
|
151
|
-
// the internal contents of the `iframe` should
|
|
152
|
-
// manage scrolling behaviour.
|
|
153
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled,@atlaskit/ui-styling-standard/no-exported-styles
|
|
154
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
155
|
-
TooltipWrapperOldVisualRefresh.displayName = 'TooltipWrapperOldVisualRefresh';
|
|
156
|
-
}
|
|
157
|
-
export const ContentOldVisualRefresh = forwardRef(({
|
|
158
|
-
as: C = "div",
|
|
159
|
-
style: __cmpls,
|
|
160
|
-
...__cmplp
|
|
161
|
-
}, __cmplr) => {
|
|
162
|
-
const {
|
|
163
|
-
removeOverflow,
|
|
164
|
-
allowScrollBar,
|
|
165
|
-
frameStyle,
|
|
166
|
-
...__cmpldp
|
|
167
|
-
} = __cmplp;
|
|
168
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmpldp, {
|
|
169
|
-
style: __cmpls,
|
|
170
|
-
ref: __cmplr,
|
|
171
|
-
className: ax(["_2rkoiti9 _19ith6cr _v56414ba _bfhkhp5a _kqswstnw _1pbykb7n _hlq8idpf _rd9b1wug _1g4jidpf _jk3p1wug", !__cmplp.removeOverflow && (__cmplp.allowScrollBar ? "_1reo1wug _18m91wug" : "_1reo15vq _18m915vq"), __cmplp.frameStyle === 'show' ? "_1bsbwgg2" : "_1bsb1osq", __cmplp.frameStyle === 'show' && "_18s81xf9", __cmplp.frameStyle === 'hide' ? "_4t3i1osq" : "_4t3i1j2a", __cmplp.frameStyle !== 'hide' && "_154ixy5q", __cmplp.className])
|
|
172
|
-
}));
|
|
173
|
-
});
|
|
174
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
175
|
-
ContentOldVisualRefresh.displayName = 'ContentOldVisualRefresh';
|
|
176
|
-
}
|
|
177
12
|
const getSizeWithUnit = (value = '100%') => {
|
|
178
13
|
const unit = typeof value === 'number' ? 'px' : '';
|
|
179
14
|
return `${value}${unit}`;
|
|
@@ -1,41 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
._1umonbxd h3{font:var(--ds-font-heading-small,normal 600 1pc/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
2
|
._zulp1b66{gap:var(--ds-space-050,4px)}
|
|
4
|
-
._zulpu2gc{gap:var(--ds-space-100,8px)}.
|
|
5
|
-
._12bo15vq h3{overflow-y:hidden}
|
|
6
|
-
._16jlidpf{flex-grow:0}
|
|
3
|
+
._zulpu2gc{gap:var(--ds-space-100,8px)}._16jlidpf{flex-grow:0}
|
|
7
4
|
._16jlkb7n{flex-grow:1}
|
|
8
5
|
._19bv1ejb{padding-left:var(--ds-space-300,24px)}
|
|
9
6
|
._1bah1h6o{justify-content:center}
|
|
10
|
-
._1bah1yb4{justify-content:space-between}
|
|
11
7
|
._1bsb1tcg, ._1xyl1tcg [data-smart-element-icon] img, ._1h1b1tcg [data-smart-element-icon] span, ._prfw1tcg [data-smart-element-icon] svg, ._mezj1tcg img, ._e2oo1tcg span, ._w8l51tcg svg{width:24px}
|
|
12
8
|
._1e0c1txw{display:flex}
|
|
13
|
-
._1flvcj1k h3{display:-webkit-box}
|
|
14
9
|
._1o9zidpf{flex-shrink:0}
|
|
15
|
-
._1o9zkb7n{flex-shrink:1}
|
|
16
|
-
._1r7d1hna h3{word-break:break-word}
|
|
17
10
|
._1tke1tcg, ._x9xj1tcg [data-smart-element-icon] img, ._v5981tcg [data-smart-element-icon] span, ._z15s1tcg [data-smart-element-icon] svg, ._qci81tcg img, ._15iz1tcg span, ._erub1tcg svg{min-height:24px}
|
|
18
11
|
._1ul91tcg, ._1ekg1tcg [data-smart-element-icon] img, ._jbhf1tcg [data-smart-element-icon] span, ._11hh1tcg [data-smart-element-icon] svg, ._1rg21tcg img, ._q7cv1tcg span, ._xwbj1tcg svg{min-width:24px}
|
|
19
|
-
._1wkfkb7n h3{flex-shrink:1}
|
|
20
12
|
._1wpz1fhb{align-self:stretch}
|
|
21
13
|
._2lx21bp4{flex-direction:column}
|
|
22
|
-
._4cvr1h6o{align-items:center}
|
|
23
14
|
._4t3i1tcg, ._gire1tcg [data-smart-element-icon] img, ._yrry1tcg [data-smart-element-icon] span, ._1bnm1tcg [data-smart-element-icon] svg, ._bna71tcg img, ._1xjx1tcg span, ._17521tcg svg{height:24px}
|
|
24
15
|
._4t3i1tcg{height:24px}
|
|
25
|
-
._4wztidpf h3{margin-bottom:0}
|
|
26
|
-
._923e1wug h3{flex-basis:auto}
|
|
27
16
|
._c71l1tcg, ._1q121tcg [data-smart-element-icon] img, ._2s1x1tcg [data-smart-element-icon] span, ._1rh41tcg [data-smart-element-icon] svg, ._19l31tcg img, ._1pr21tcg span, ._1u5t1tcg svg{max-height:24px}
|
|
28
|
-
._c7bk1l2s h3{text-overflow:ellipsis}
|
|
29
17
|
._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
|
|
30
18
|
._i0dl1wug{flex-basis:auto}
|
|
31
19
|
._i0dlf1ug{flex-basis:0%}
|
|
32
|
-
._n3tddlk8{padding-bottom:14px}
|
|
33
20
|
._n3tdpxbi{padding-bottom:var(--ds-space-200,1pc)}
|
|
34
21
|
._p12f1tcg, ._1mj01tcg [data-smart-element-icon] img, ._1r9c1tcg [data-smart-element-icon] span, ._1xch1tcg [data-smart-element-icon] svg, ._rtys1tcg img, ._b8nk1tcg span, ._4x201tcg svg{max-width:24px}
|
|
35
|
-
._r8nti7a9 h3{font-weight:var(--ds-font-weight-regular,400)}
|
|
36
|
-
._shpw1e54 h3{-webkit-box-orient:vertical}
|
|
37
22
|
._u5f31ejb{padding-right:var(--ds-space-300,24px)}
|
|
38
|
-
.
|
|
39
|
-
._yrj2kb7n h3{flex-grow:1}
|
|
40
|
-
@media only screen and (max-width:980px){._3kllglyw .smart-link-resize-button{display:none}}
|
|
41
|
-
@supports not (-webkit-line-clamp:1){._130wgktf h3{max-height:20px}}
|
|
23
|
+
@media only screen and (max-width:980px){._3kllglyw .smart-link-resize-button{display:none}}
|
|
@@ -18,7 +18,6 @@ import { Icon } from '../../../common/Icon';
|
|
|
18
18
|
import { MAX_MODAL_SIZE } from '../../constants';
|
|
19
19
|
import LinkInfoButton from './link-info-button';
|
|
20
20
|
import LinkInfoButtonOld from './link-info-button/old';
|
|
21
|
-
const containerStylesOld = null;
|
|
22
21
|
const containerStyles = null;
|
|
23
22
|
const iconSize = '24px';
|
|
24
23
|
|
|
@@ -26,7 +25,6 @@ const iconSize = '24px';
|
|
|
26
25
|
// An embed modal icon css for img, span, svg has specificity weight of 0-1-1.
|
|
27
26
|
// Specify flex ui icon selector to increase specificity weight to 0-2-1.
|
|
28
27
|
const iconCss = null;
|
|
29
|
-
const titleCssOld = null;
|
|
30
28
|
const titleCss = null;
|
|
31
29
|
const actionCss = null;
|
|
32
30
|
const LinkInfo = ({
|
|
@@ -126,15 +124,15 @@ const LinkInfo = ({
|
|
|
126
124
|
);
|
|
127
125
|
}, [onResizeButtonClick, size, testId]);
|
|
128
126
|
return /*#__PURE__*/React.createElement("div", {
|
|
129
|
-
className: ax([
|
|
127
|
+
className: ax(["_zulpu2gc _1e0c1txw _19bv1ejb _u5f31ejb _ca0q1ejb _n3tdpxbi _1wpz1fhb _4t3i1tcg"])
|
|
130
128
|
}, icon && /*#__PURE__*/React.createElement("div", {
|
|
131
129
|
"data-testid": `${testId}-icon`,
|
|
132
130
|
className: ax(["_4t3i1tcg _gire1tcg _yrry1tcg _1bnm1tcg _bna71tcg _1xjx1tcg _17521tcg _1tke1tcg _x9xj1tcg _v5981tcg _z15s1tcg _qci81tcg _15iz1tcg _erub1tcg _c71l1tcg _1q121tcg _2s1x1tcg _1rh41tcg _19l31tcg _1pr21tcg _1u5t1tcg _1bsb1tcg _1xyl1tcg _1h1b1tcg _prfw1tcg _mezj1tcg _e2oo1tcg _w8l51tcg _1ul91tcg _1ekg1tcg _jbhf1tcg _11hh1tcg _1rg21tcg _q7cv1tcg _xwbj1tcg _p12f1tcg _1mj01tcg _1r9c1tcg _1xch1tcg _rtys1tcg _b8nk1tcg _4x201tcg"])
|
|
133
131
|
}, /*#__PURE__*/React.createElement(Icon, icon)), /*#__PURE__*/React.createElement("div", {
|
|
134
|
-
className: ax([
|
|
132
|
+
className: ax(["_16jlkb7n _1o9zidpf _i0dlf1ug _1e0c1txw _2lx21bp4 _1bah1h6o _1wpz1fhb"])
|
|
135
133
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
136
|
-
size:
|
|
137
|
-
color:
|
|
134
|
+
size: "small",
|
|
135
|
+
color: "color.text",
|
|
138
136
|
testId: `${testId}-title`
|
|
139
137
|
}, title), /*#__PURE__*/React.createElement("span", {
|
|
140
138
|
tabIndex: 0
|
|
@@ -4,7 +4,6 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
4
4
|
import React, { forwardRef, useCallback, useMemo } from 'react';
|
|
5
5
|
import { LoadingButton } from '@atlaskit/button';
|
|
6
6
|
import Button, { IconButton, LinkButton, LinkIconButton } from '@atlaskit/button/new';
|
|
7
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
9
8
|
import Tooltip from '@atlaskit/tooltip';
|
|
10
9
|
import { SmartLinkSize } from '../../../../../../constants';
|
|
@@ -43,7 +42,7 @@ const ButtonAppearanceMap = {
|
|
|
43
42
|
const tooltipOptions = {
|
|
44
43
|
hideTooltipOnClick: true
|
|
45
44
|
};
|
|
46
|
-
const
|
|
45
|
+
const ActionButtonRefresh = /*#__PURE__*/forwardRef(({
|
|
47
46
|
appearance = 'default',
|
|
48
47
|
content,
|
|
49
48
|
iconAfter,
|
|
@@ -138,7 +137,7 @@ const ActionButtonRefreshNew = /*#__PURE__*/forwardRef(({
|
|
|
138
137
|
|
|
139
138
|
// On cleanup of platform-linking-visual-refresh-v1, this should become
|
|
140
139
|
// export default withOverrideCss(ActionButton);
|
|
141
|
-
const
|
|
140
|
+
const ActionButtonRefreshWithOverrideCss = withOverrideCss(ActionButtonRefresh);
|
|
142
141
|
|
|
143
142
|
// TODO: Remove on fg cleanup: platform-linking-visual-refresh-v1
|
|
144
143
|
const ActionButtonNew = ({
|
|
@@ -182,14 +181,11 @@ const ActionButtonNew = ({
|
|
|
182
181
|
"aria-label": ariaLabel
|
|
183
182
|
}, content)));
|
|
184
183
|
};
|
|
185
|
-
const
|
|
184
|
+
const ActionButton = props => {
|
|
186
185
|
const ui = useFlexibleUiOptionContext();
|
|
187
186
|
if (ui !== null && ui !== void 0 && ui.hideLegacyButton || ui !== null && ui !== void 0 && ui.removeBlockRestriction) {
|
|
188
|
-
return /*#__PURE__*/React.createElement(
|
|
187
|
+
return /*#__PURE__*/React.createElement(ActionButtonRefreshWithOverrideCss, props);
|
|
189
188
|
}
|
|
190
189
|
return /*#__PURE__*/React.createElement(ActionButtonNew, props);
|
|
191
190
|
};
|
|
192
|
-
const ActionButton = props => {
|
|
193
|
-
return fg('platform-linking-visual-refresh-v1') ? /*#__PURE__*/React.createElement(ActionButtonHideLegacyButton, props) : /*#__PURE__*/React.createElement(ActionButtonNew, props);
|
|
194
|
-
};
|
|
195
191
|
export default ActionButton;
|
package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css
CHANGED
|
@@ -44,7 +44,5 @@
|
|
|
44
44
|
._rtys1j6v img, ._b8nk1j6v span, ._4x201j6v svg{max-width:1rem}
|
|
45
45
|
._rtys1k8s img, ._b8nk1k8s span, ._4x201k8s svg{max-width:1.5rem}
|
|
46
46
|
._rtysgktf img, ._b8nkgktf span, ._4x20gktf svg{max-width:20px}
|
|
47
|
-
._syaz2oi6{color:var(--ds-text-disabled,#6b778c)}
|
|
48
|
-
._syazwdcn{color:var(--ds-icon,#44546f)}
|
|
49
47
|
._u5f3v77o{padding-right:var(--ds-space-025,2px)}
|
|
50
48
|
._uhasidpf svg{padding-right:0}
|
|
@@ -26,28 +26,21 @@ const iconSizeStyleMap = {
|
|
|
26
26
|
// TODO: Remove on fg cleanup: platform-visual-refresh-icons
|
|
27
27
|
const stackItemIconStylesOld = null;
|
|
28
28
|
const stackItemIconStylesCompiled = null;
|
|
29
|
-
|
|
30
|
-
// TODO: Remove on fg cleanup: platform-linking-visual-refresh-v1
|
|
31
|
-
const iconStyleMap = {
|
|
32
|
-
true: "_syaz2oi6",
|
|
33
|
-
false: "_syazwdcn"
|
|
34
|
-
};
|
|
35
29
|
const ActionIcon = ({
|
|
36
30
|
size,
|
|
37
31
|
testId,
|
|
38
32
|
icon,
|
|
39
|
-
isDisabled,
|
|
40
33
|
asStackItemIcon
|
|
41
34
|
}) => {
|
|
42
35
|
if (!fg('platform-visual-refresh-icons')) {
|
|
43
36
|
return /*#__PURE__*/React.createElement("span", {
|
|
44
37
|
"data-testid": `${testId}-icon`,
|
|
45
|
-
className: ax([
|
|
38
|
+
className: ax([asStackItemIcon && "_1e0c1o8l _ca0qv77o _u5f3v77o _n3tdv77o _19bvv77o", asStackItemIcon && iconSizeStyleMap['20px'], !asStackItemIcon && iconSizeStyleMap[getIconWidth(size)]])
|
|
46
39
|
}, icon);
|
|
47
40
|
}
|
|
48
41
|
return /*#__PURE__*/React.createElement("span", {
|
|
49
42
|
"data-testid": `${testId}-icon`,
|
|
50
|
-
className: ax([
|
|
43
|
+
className: ax(["_1e0c1o8l"])
|
|
51
44
|
}, icon);
|
|
52
45
|
};
|
|
53
46
|
export default ActionIcon;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
._kkk2n7od{all:unset}._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
-
._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)}
|
|
1
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
2
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
5
3
|
._1bsb1osq{width:100%}
|
|
6
4
|
._bfhksm61{background-color:var(--ds-background-neutral-subtle,#00000000)}
|