@atlaskit/smart-card 39.1.0 → 39.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/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/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 +36 -110
- 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/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 +36 -110
- 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/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/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/blocks/types.d.ts +2 -3
- package/dist/types/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -8
- 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/blocks/types.d.ts +2 -3
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -8
- package/package.json +1 -4
- 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
|
@@ -1,175 +1,23 @@
|
|
|
1
1
|
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
-
var _excluded = ["as", "style"]
|
|
5
|
-
_excluded2 = ["as", "style"],
|
|
6
|
-
_excluded3 = ["as", "style"],
|
|
7
|
-
_excluded4 = ["as", "style"],
|
|
8
|
-
_excluded5 = ["as", "style"],
|
|
9
|
-
_excluded6 = ["as", "style"],
|
|
10
|
-
_excluded7 = ["as", "style"],
|
|
11
|
-
_excluded8 = ["as", "style"];
|
|
4
|
+
var _excluded = ["as", "style"];
|
|
12
5
|
import "./styled.compiled.css";
|
|
13
6
|
import { forwardRef } from 'react';
|
|
14
7
|
import * as React from 'react';
|
|
15
8
|
import { ax, ix } from "@compiled/react/runtime";
|
|
16
|
-
// Wraps all icons represented in Inline Links. Icons have three sources/types:
|
|
17
|
-
// - JSON-LD: from the generator.icon property coming back from ORS.
|
|
18
|
-
// - @atlaskit/icon: for lock icons, unauthorized, etc.
|
|
19
|
-
// - @atlaskit/icon-object: for object icons, e.g. repository, branch, etc.
|
|
20
|
-
// NB: the first set of overrides style icons imported from @atlaskit/icon-object correctly.
|
|
21
|
-
// NB: the second set of overrides style icons imported from @atlaskit/icon correctly.
|
|
22
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
23
|
-
|
|
24
|
-
// TODO: remove this override behaviour for @atlaskit/icon-object
|
|
25
|
-
var IconObjectOverrides = "\n & > span {\n height: 16px;\n width: 16px;\n position: absolute;\n top: 3px;\n left: 0;\n & > svg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n }\n";
|
|
26
|
-
|
|
27
|
-
// TODO: remove this override behaviour for @atlaskit/icon
|
|
28
|
-
var IconOverrides = "\n & > * > span {\n height: 16px;\n width: 16px;\n position: absolute;\n left: 0;\n & > svg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n }\n }\n";
|
|
29
|
-
|
|
30
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
|
-
export var IconWrapperOldVisualRefresh = forwardRef(function (_ref, __cmplr) {
|
|
10
|
+
export var RightIconPositionWrapper = forwardRef(function (_ref, __cmplr) {
|
|
33
11
|
var _ref$as = _ref.as,
|
|
34
12
|
C = _ref$as === void 0 ? "span" : _ref$as,
|
|
35
13
|
__cmpls = _ref.style,
|
|
36
14
|
__cmplp = _objectWithoutProperties(_ref, _excluded);
|
|
37
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
38
|
-
style: __cmpls,
|
|
39
|
-
ref: __cmplr,
|
|
40
|
-
className: ax(["_uiztglyw _17047vkz _iibf7vkz _lacastnw _1yg7idpf _15x0stnw _k9fw1ssb _1tr81ssb _q3v31ooe _1f027vkz _nbgx7vkz _4d7tstnw _o5fv1l7b _3g5ridpf _1fqgstnw _d1gw1ssb _1gx11ssb _18lx1ooe", __cmplp.className])
|
|
41
|
-
}));
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
// Wraps all emoji in Inline Links similar to icon
|
|
45
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
46
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
47
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
48
|
-
IconWrapperOldVisualRefresh.displayName = 'IconWrapperOldVisualRefresh';
|
|
49
|
-
}
|
|
50
|
-
export var EmojiWrapperOldVisualRefresh = forwardRef(function (_ref2, __cmplr) {
|
|
51
|
-
var _ref2$as = _ref2.as,
|
|
52
|
-
C = _ref2$as === void 0 ? "span" : _ref2$as,
|
|
53
|
-
__cmpls = _ref2.style,
|
|
54
|
-
__cmplp = _objectWithoutProperties(_ref2, _excluded2);
|
|
55
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
56
|
-
style: __cmpls,
|
|
57
|
-
ref: __cmplr,
|
|
58
|
-
className: ax(["_1e0c1o8l _2hwxv77o _uiztglyw _17047vkz _iibf7vkz _lacastnw _1yg7idpf _15x0stnw _k9fw1ssb _1tr81ssb _q3v31ooe _1f027vkz _nbgx7vkz _4d7tstnw _o5fv1l7b _3g5ridpf _1fqgstnw _d1gw1ssb _1gx11ssb _18lx1ooe", __cmplp.className])
|
|
59
|
-
}));
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
// The main 'wrapping' element, title of the content.
|
|
63
|
-
// NB: `white-space` adds little whitespace before wrapping.
|
|
64
|
-
// NB: `word-break` line breaks as soon as an overflow takes place.
|
|
65
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
66
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
67
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
68
|
-
EmojiWrapperOldVisualRefresh.displayName = 'EmojiWrapperOldVisualRefresh';
|
|
69
|
-
}
|
|
70
|
-
export var IconTitleWrapperOldVisualRefresh = forwardRef(function (_ref3, __cmplr) {
|
|
71
|
-
var _ref3$as = _ref3.as,
|
|
72
|
-
C = _ref3$as === void 0 ? "span" : _ref3$as,
|
|
73
|
-
__cmpls = _ref3.style,
|
|
74
|
-
__cmplp = _objectWithoutProperties(_ref3, _excluded3);
|
|
75
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
76
|
-
style: __cmpls,
|
|
77
|
-
ref: __cmplr,
|
|
78
|
-
className: ax(["_o5721jtm _1nmz9jpi _16d9qvcn _ca0qv77o _u5f31b66 _n3tdv77o _19bv1b66", __cmplp.className])
|
|
79
|
-
}));
|
|
80
|
-
});
|
|
81
|
-
|
|
82
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
83
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
84
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
85
|
-
IconTitleWrapperOldVisualRefresh.displayName = 'IconTitleWrapperOldVisualRefresh';
|
|
86
|
-
}
|
|
87
|
-
export var LozengeWrapperOldVisualRefresh = forwardRef(function (_ref4, __cmplr) {
|
|
88
|
-
var _ref4$as = _ref4.as,
|
|
89
|
-
C = _ref4$as === void 0 ? "span" : _ref4$as,
|
|
90
|
-
__cmpls = _ref4.style,
|
|
91
|
-
__cmplp = _objectWithoutProperties(_ref4, _excluded4);
|
|
92
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
93
|
-
style: __cmpls,
|
|
94
|
-
ref: __cmplr,
|
|
95
|
-
className: ax(["_1e0c1o8l _s7n4t94y _19pkidpf _2hwx1b66 _otyridpf _18u0v77o", __cmplp.className])
|
|
96
|
-
}));
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
100
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
101
|
-
LozengeWrapperOldVisualRefresh.displayName = 'LozengeWrapperOldVisualRefresh';
|
|
102
|
-
}
|
|
103
|
-
export var RightIconPositionWrapper = forwardRef(function (_ref5, __cmplr) {
|
|
104
|
-
var _ref5$as = _ref5.as,
|
|
105
|
-
C = _ref5$as === void 0 ? "span" : _ref5$as,
|
|
106
|
-
__cmpls = _ref5.style,
|
|
107
|
-
__cmplp = _objectWithoutProperties(_ref5, _excluded5);
|
|
108
15
|
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
109
16
|
style: __cmpls,
|
|
110
17
|
ref: __cmplr,
|
|
111
18
|
className: ax(["_18u0v77o _kqswh2mm _1e0c1o8l", __cmplp.className])
|
|
112
19
|
}));
|
|
113
20
|
});
|
|
114
|
-
|
|
115
|
-
// The following components are used to absolutely position icons in the vertical center.
|
|
116
|
-
// - IconPositionWrapper: the `relative` parent which has no height in itself.
|
|
117
|
-
// - IconEmptyWrapper: the child which forces `IconPositionWrapper` to have a height.
|
|
118
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
119
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
120
21
|
if (process.env.NODE_ENV !== 'production') {
|
|
121
22
|
RightIconPositionWrapper.displayName = 'RightIconPositionWrapper';
|
|
122
|
-
}
|
|
123
|
-
export var IconPositionWrapperOldVisualRefresh = forwardRef(function (_ref6, __cmplr) {
|
|
124
|
-
var _ref6$as = _ref6.as,
|
|
125
|
-
C = _ref6$as === void 0 ? "span" : _ref6$as,
|
|
126
|
-
__cmpls = _ref6.style,
|
|
127
|
-
__cmplp = _objectWithoutProperties(_ref6, _excluded6);
|
|
128
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
129
|
-
style: __cmpls,
|
|
130
|
-
ref: __cmplr,
|
|
131
|
-
className: ax(["_2hwx1b66 _kqswh2mm _1e0c1o8l", __cmplp.className])
|
|
132
|
-
}));
|
|
133
|
-
});
|
|
134
|
-
|
|
135
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
136
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
137
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
138
|
-
IconPositionWrapperOldVisualRefresh.displayName = 'IconPositionWrapperOldVisualRefresh';
|
|
139
|
-
}
|
|
140
|
-
export var IconEmptyWrapperOldVisualRefresh = forwardRef(function (_ref7, __cmplr) {
|
|
141
|
-
var _ref7$as = _ref7.as,
|
|
142
|
-
C = _ref7$as === void 0 ? "span" : _ref7$as,
|
|
143
|
-
__cmpls = _ref7.style,
|
|
144
|
-
__cmplp = _objectWithoutProperties(_ref7, _excluded7);
|
|
145
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
146
|
-
style: __cmpls,
|
|
147
|
-
ref: __cmplr,
|
|
148
|
-
className: ax(["_1bsb7vkz _4t3i1osq _1e0c1o8l _tzy4idpf", __cmplp.className])
|
|
149
|
-
}));
|
|
150
|
-
});
|
|
151
|
-
|
|
152
|
-
// With emotion it's not possible to use reference to `TitleWrapper` as part of a selector,
|
|
153
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
154
|
-
// To achieve same result we use classname instead.
|
|
155
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
156
|
-
IconEmptyWrapperOldVisualRefresh.displayName = 'IconEmptyWrapperOldVisualRefresh';
|
|
157
|
-
}
|
|
158
|
-
export var TitleWrapperClassNameOldVisualRefresh = 'smart-link-title-wrapper';
|
|
159
|
-
|
|
160
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
161
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/design-system/no-empty-styled-expression -- Ignored via go/DSP-18766
|
|
162
|
-
export var TitleWrapperOldVisualRefresh = forwardRef(function (_ref8, __cmplr) {
|
|
163
|
-
var _ref8$as = _ref8.as,
|
|
164
|
-
C = _ref8$as === void 0 ? "span" : _ref8$as,
|
|
165
|
-
__cmpls = _ref8.style,
|
|
166
|
-
__cmplp = _objectWithoutProperties(_ref8, _excluded8);
|
|
167
|
-
return /*#__PURE__*/React.createElement(C, _extends({}, __cmplp, {
|
|
168
|
-
style: __cmpls,
|
|
169
|
-
ref: __cmplr,
|
|
170
|
-
className: ax(["", __cmplp.className])
|
|
171
|
-
}));
|
|
172
|
-
});
|
|
173
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
174
|
-
TitleWrapperOldVisualRefresh.displayName = 'TitleWrapperOldVisualRefresh';
|
|
175
23
|
}
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
5
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
7
6
|
import Spinner from '@atlaskit/spinner';
|
|
8
7
|
import { Frame } from '../Frame';
|
|
9
8
|
import { IconAndTitleLayout, IconTitleWrapper } from '../IconAndTitleLayout';
|
|
10
9
|
import { RightIconPositionWrapper } from '../IconAndTitleLayout/styled';
|
|
11
|
-
import { SpinnerWrapperOldVisualRefresh } from './styled';
|
|
12
10
|
var styles = {
|
|
13
11
|
spinnerWrapper: "_11c81o8v _1e0c116y _4cvr1h6o _1bah1h6o _4t3i7vkz _1bsb7vkz"
|
|
14
12
|
};
|
|
@@ -23,18 +21,11 @@ export var InlineCardResolvingView = function InlineCardResolvingView(_ref) {
|
|
|
23
21
|
resolvingPlaceholder = _ref.resolvingPlaceholder,
|
|
24
22
|
truncateInline = _ref.truncateInline;
|
|
25
23
|
var renderSpinner = React.useCallback(function () {
|
|
26
|
-
return
|
|
24
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
27
25
|
as: "span",
|
|
28
26
|
xcss: styles.spinnerWrapper
|
|
29
27
|
}, /*#__PURE__*/React.createElement(Spinner, {
|
|
30
28
|
size: 14
|
|
31
|
-
})) :
|
|
32
|
-
/*#__PURE__*/
|
|
33
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
34
|
-
React.createElement(SpinnerWrapperOldVisualRefresh, {
|
|
35
|
-
className: "inline-resolving-spinner"
|
|
36
|
-
}, /*#__PURE__*/React.createElement(Spinner, {
|
|
37
|
-
size: 14
|
|
38
29
|
}));
|
|
39
30
|
}, []);
|
|
40
31
|
if (inlinePreloaderStyle === 'on-right-without-skeleton') {
|
|
@@ -53,8 +44,8 @@ export var InlineCardResolvingView = function InlineCardResolvingView(_ref) {
|
|
|
53
44
|
link: url,
|
|
54
45
|
truncateInline: truncateInline
|
|
55
46
|
}, /*#__PURE__*/React.createElement(IconAndTitleLayout, {
|
|
56
|
-
icon:
|
|
47
|
+
icon: renderSpinner(),
|
|
57
48
|
title: resolvingPlaceholder !== null && resolvingPlaceholder !== void 0 ? resolvingPlaceholder : url,
|
|
58
49
|
titleTextColor: titleTextColor
|
|
59
|
-
}
|
|
50
|
+
}));
|
|
60
51
|
};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
/* index.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import "./index.compiled.css";
|
|
4
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
4
|
import React from 'react';
|
|
6
5
|
import { FormattedMessage } from 'react-intl-next';
|
|
7
|
-
import ButtonOld from '@atlaskit/button';
|
|
8
6
|
import LockLockedIcon from '@atlaskit/icon/core/lock-locked';
|
|
9
7
|
import LegacyLockIcon from '@atlaskit/icon/glyph/lock-filled';
|
|
10
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
11
|
-
import { Box } from '@atlaskit/primitives/compiled';
|
|
12
8
|
import { N500 } from '@atlaskit/theme/colors';
|
|
13
9
|
import { useAnalyticsEvents } from '../../../common/analytics/generated/use-analytics-events';
|
|
14
10
|
import { messages } from '../../../messages';
|
|
@@ -16,29 +12,13 @@ import { HoverCard } from '../../HoverCard';
|
|
|
16
12
|
import { ActionButton } from '../common/action-button';
|
|
17
13
|
import { Frame } from '../Frame';
|
|
18
14
|
import { IconAndTitleLayout } from '../IconAndTitleLayout';
|
|
19
|
-
import { IconStyledButtonOldVisualRefresh } from '../styled';
|
|
20
|
-
import withFrameStyleControl from '../utils/withFrameStyleControl';
|
|
21
|
-
var styles = {
|
|
22
|
-
iconWrapper: "_2hwx1i6y"
|
|
23
|
-
};
|
|
24
15
|
var fallbackUnauthorizedIcon = function fallbackUnauthorizedIcon() {
|
|
25
|
-
|
|
26
|
-
return /*#__PURE__*/React.createElement(LockLockedIcon, {
|
|
27
|
-
color: "var(--ds-icon-danger, #C9372C)",
|
|
28
|
-
label: "error",
|
|
29
|
-
LEGACY_fallbackIcon: LegacyLockIcon,
|
|
30
|
-
LEGACY_size: "small"
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
return /*#__PURE__*/React.createElement(Box, {
|
|
34
|
-
as: "span",
|
|
35
|
-
xcss: styles.iconWrapper
|
|
36
|
-
}, /*#__PURE__*/React.createElement(LockLockedIcon, {
|
|
16
|
+
return /*#__PURE__*/React.createElement(LockLockedIcon, {
|
|
37
17
|
color: "var(--ds-icon-danger, #C9372C)",
|
|
38
18
|
label: "error",
|
|
39
19
|
LEGACY_fallbackIcon: LegacyLockIcon,
|
|
40
20
|
LEGACY_size: "small"
|
|
41
|
-
})
|
|
21
|
+
});
|
|
42
22
|
};
|
|
43
23
|
export var InlineCardUnauthorizedView = function InlineCardUnauthorizedView(_ref) {
|
|
44
24
|
var url = _ref.url,
|
|
@@ -65,28 +45,15 @@ export var InlineCardUnauthorizedView = function InlineCardUnauthorizedView(_ref
|
|
|
65
45
|
}
|
|
66
46
|
}, [fireEvent, onAuthorise]);
|
|
67
47
|
var renderActionButton = React.useCallback(function () {
|
|
68
|
-
|
|
69
|
-
if (fg('platform-linking-visual-refresh-v1')) {
|
|
70
|
-
return /*#__PURE__*/React.createElement(ActionButton, {
|
|
71
|
-
onClick: handleConnectAccount,
|
|
72
|
-
testId: "button-connect-account"
|
|
73
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.connect_link_account_card_name, {
|
|
74
|
-
values: {
|
|
75
|
-
context: context
|
|
76
|
-
}
|
|
77
|
-
})));
|
|
78
|
-
}
|
|
79
|
-
return onAuthorise ? /*#__PURE__*/React.createElement(Button, {
|
|
80
|
-
spacing: "none",
|
|
81
|
-
component: IconStyledButtonOldVisualRefresh,
|
|
48
|
+
return /*#__PURE__*/React.createElement(ActionButton, {
|
|
82
49
|
onClick: handleConnectAccount,
|
|
83
50
|
testId: "button-connect-account"
|
|
84
51
|
}, /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.connect_link_account_card_name, {
|
|
85
52
|
values: {
|
|
86
53
|
context: context
|
|
87
54
|
}
|
|
88
|
-
})))
|
|
89
|
-
}, [handleConnectAccount,
|
|
55
|
+
})));
|
|
56
|
+
}, [handleConnectAccount, context]);
|
|
90
57
|
var inlineCardUnauthenticatedView = /*#__PURE__*/React.createElement(Frame, {
|
|
91
58
|
testId: testId,
|
|
92
59
|
isSelected: isSelected,
|
|
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
13
13
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
14
14
|
var PACKAGE_DATA = {
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "39.
|
|
16
|
+
packageVersion: "39.2.0",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React, { useCallback } from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl-next';
|
|
4
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
4
|
import { Anchor } from '@atlaskit/primitives/compiled';
|
|
6
5
|
import { useAnalyticsEvents } from '../../common/analytics/generated/use-analytics-events';
|
|
7
6
|
import { CONTENT_URL_3P_ACCOUNT_AUTH, CONTENT_URL_SECURITY_AND_PERMISSIONS } from '../../constants';
|
|
@@ -25,24 +24,11 @@ var UnauthorisedViewContent = function UnauthorisedViewContent(_ref) {
|
|
|
25
24
|
values: {
|
|
26
25
|
context: providerName
|
|
27
26
|
}
|
|
28
|
-
})) : /*#__PURE__*/React.createElement(FormattedMessage, messages.connect_unauthorised_account_description_no_provider), ' ',
|
|
27
|
+
})) : /*#__PURE__*/React.createElement(FormattedMessage, messages.connect_unauthorised_account_description_no_provider), ' ', /*#__PURE__*/React.createElement(Anchor, {
|
|
29
28
|
href: isProductIntegrationSupported ? CONTENT_URL_3P_ACCOUNT_AUTH : CONTENT_URL_SECURITY_AND_PERMISSIONS,
|
|
30
29
|
target: "_blank",
|
|
31
30
|
testId: "".concat(testId, "-learn-more"),
|
|
32
31
|
onClick: handleLearnMoreClick
|
|
33
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, learnMoreMessage)) :
|
|
34
|
-
/*#__PURE__*/
|
|
35
|
-
// eslint-disable-next-line @atlaskit/design-system/no-html-anchor
|
|
36
|
-
React.createElement("a", {
|
|
37
|
-
href: isProductIntegrationSupported ? CONTENT_URL_3P_ACCOUNT_AUTH : CONTENT_URL_SECURITY_AND_PERMISSIONS,
|
|
38
|
-
target: "_blank",
|
|
39
|
-
"data-testid": "".concat(testId, "-learn-more"),
|
|
40
|
-
onClick: handleLearnMoreClick
|
|
41
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
42
|
-
,
|
|
43
|
-
style: {
|
|
44
|
-
textDecoration: 'underline'
|
|
45
|
-
}
|
|
46
32
|
}, /*#__PURE__*/React.createElement(FormattedMessage, learnMoreMessage)));
|
|
47
33
|
};
|
|
48
34
|
export default UnauthorisedViewContent;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
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)}
|
|
2
|
-
._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)}
|
|
3
2
|
._181u1kdv{-webkit-user-select:text}
|
|
4
3
|
._1nmz1hna{word-break:break-word}
|
|
5
4
|
._1rkw1kdv{-moz-user-select:text}
|
|
@@ -3,9 +3,7 @@ import "./index.compiled.css";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import Markdown from 'markdown-to-jsx';
|
|
6
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
6
|
import UList from './ulist';
|
|
8
|
-
var AISummaryCSSStyles = null;
|
|
9
7
|
var baseStyle = null;
|
|
10
8
|
|
|
11
9
|
/**
|
|
@@ -28,7 +26,7 @@ var AISummary = function AISummary(_ref) {
|
|
|
28
26
|
"data-testid": testId
|
|
29
27
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
30
28
|
,
|
|
31
|
-
className: ax([
|
|
29
|
+
className: ax(["_11c81o8v _syaz1gjq _slp31hna _1nmz1hna _o5724jg8 _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", className]),
|
|
32
30
|
children: content,
|
|
33
31
|
options: {
|
|
34
32
|
forceWrapper: true,
|
|
@@ -36,12 +36,5 @@ export interface ThumbnailProps {
|
|
|
36
36
|
export interface PlaceholderProps {
|
|
37
37
|
isPlaceholder: boolean;
|
|
38
38
|
}
|
|
39
|
-
export declare const LinkWrapperOldVisualRefresh: import("react").ComponentType<WrapperProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
40
|
-
export declare const WrapperOldVisualRefresh: import("react").ComponentType<WrapperProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
41
|
-
export declare const HeaderOldVisualRefresh: import("react").ComponentType<HeaderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
42
|
-
export declare const IconWrapperOldVisualRefresh: import("react").ComponentType<PlaceholderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
43
|
-
export declare const TextWrapperOldVisualRefresh: import("react").ComponentType<PlaceholderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
44
|
-
export declare const TooltipWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
45
|
-
export declare const ContentOldVisualRefresh: import("react").ComponentType<ContentProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
46
39
|
export declare const Image: import("react").ComponentType<ImageProps & import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & import("@compiled/react").StyledProps>;
|
|
47
40
|
export declare const Thumbnail: import("react").ComponentType<ThumbnailProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type ActionIconProps } from './types';
|
|
3
|
-
declare const ActionIcon: ({ size, testId, icon,
|
|
3
|
+
declare const ActionIcon: ({ size, testId, icon, asStackItemIcon }: ActionIconProps) => JSX.Element;
|
|
4
4
|
export default ActionIcon;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type ReactNode, type Ref } from 'react';
|
|
2
2
|
import { type ActionName, type ElementName, type SmartLinkDirection, type SmartLinkSize, type SmartLinkStatus } from '../../../../constants';
|
|
3
|
-
import { type OwnedByElementProps } from '../../external';
|
|
4
3
|
import { type ActionProps } from '../actions/action/types';
|
|
5
4
|
export type BlockProps = {
|
|
6
5
|
/**
|
|
@@ -288,8 +287,8 @@ export type CreatedBy = {
|
|
|
288
287
|
*/
|
|
289
288
|
export type OwnedBy = {
|
|
290
289
|
name: ElementName.OwnedBy;
|
|
291
|
-
textPrefix?:
|
|
292
|
-
hideFormat?:
|
|
290
|
+
textPrefix?: "owned_by" | "owned_by_override";
|
|
291
|
+
hideFormat?: boolean;
|
|
293
292
|
};
|
|
294
293
|
/**
|
|
295
294
|
* Represents the props available for an CreatedOn element.
|
|
@@ -1,10 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const IconWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
3
|
-
export declare const EmojiWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
4
|
-
export declare const IconTitleWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
5
|
-
export declare const LozengeWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
6
2
|
export declare const RightIconPositionWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
7
|
-
export declare const IconPositionWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
8
|
-
export declare const IconEmptyWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
9
|
-
export declare const TitleWrapperClassNameOldVisualRefresh = "smart-link-title-wrapper";
|
|
10
|
-
export declare const TitleWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
@@ -36,12 +36,5 @@ export interface ThumbnailProps {
|
|
|
36
36
|
export interface PlaceholderProps {
|
|
37
37
|
isPlaceholder: boolean;
|
|
38
38
|
}
|
|
39
|
-
export declare const LinkWrapperOldVisualRefresh: import("react").ComponentType<WrapperProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
40
|
-
export declare const WrapperOldVisualRefresh: import("react").ComponentType<WrapperProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
41
|
-
export declare const HeaderOldVisualRefresh: import("react").ComponentType<HeaderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
42
|
-
export declare const IconWrapperOldVisualRefresh: import("react").ComponentType<PlaceholderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
43
|
-
export declare const TextWrapperOldVisualRefresh: import("react").ComponentType<PlaceholderProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
44
|
-
export declare const TooltipWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
45
|
-
export declare const ContentOldVisualRefresh: import("react").ComponentType<ContentProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
46
39
|
export declare const Image: import("react").ComponentType<ImageProps & import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & import("@compiled/react").StyledProps>;
|
|
47
40
|
export declare const Thumbnail: import("react").ComponentType<ThumbnailProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type ActionIconProps } from './types';
|
|
3
|
-
declare const ActionIcon: ({ size, testId, icon,
|
|
3
|
+
declare const ActionIcon: ({ size, testId, icon, asStackItemIcon }: ActionIconProps) => JSX.Element;
|
|
4
4
|
export default ActionIcon;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type ReactNode, type Ref } from 'react';
|
|
2
2
|
import { type ActionName, type ElementName, type SmartLinkDirection, type SmartLinkSize, type SmartLinkStatus } from '../../../../constants';
|
|
3
|
-
import { type OwnedByElementProps } from '../../external';
|
|
4
3
|
import { type ActionProps } from '../actions/action/types';
|
|
5
4
|
export type BlockProps = {
|
|
6
5
|
/**
|
|
@@ -288,8 +287,8 @@ export type CreatedBy = {
|
|
|
288
287
|
*/
|
|
289
288
|
export type OwnedBy = {
|
|
290
289
|
name: ElementName.OwnedBy;
|
|
291
|
-
textPrefix?:
|
|
292
|
-
hideFormat?:
|
|
290
|
+
textPrefix?: "owned_by" | "owned_by_override";
|
|
291
|
+
hideFormat?: boolean;
|
|
293
292
|
};
|
|
294
293
|
/**
|
|
295
294
|
* Represents the props available for an CreatedOn element.
|
|
@@ -1,10 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const IconWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
3
|
-
export declare const EmojiWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
4
|
-
export declare const IconTitleWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
5
|
-
export declare const LozengeWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
6
2
|
export declare const RightIconPositionWrapper: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
7
|
-
export declare const IconPositionWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
8
|
-
export declare const IconEmptyWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
|
9
|
-
export declare const TitleWrapperClassNameOldVisualRefresh = "smart-link-title-wrapper";
|
|
10
|
-
export declare const TitleWrapperOldVisualRefresh: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "39.1
|
|
3
|
+
"version": "39.2.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -193,9 +193,6 @@
|
|
|
193
193
|
"icon-object-migration": {
|
|
194
194
|
"type": "boolean"
|
|
195
195
|
},
|
|
196
|
-
"platform-linking-visual-refresh-v1": {
|
|
197
|
-
"type": "boolean"
|
|
198
|
-
},
|
|
199
196
|
"confluence-issue-terminology-refresh": {
|
|
200
197
|
"type": "boolean"
|
|
201
198
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._2hwx1i6y{margin-right:var(--ds-space-negative-025,-2px)}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
-
"use strict";
|
|
3
|
-
|
|
4
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
-
Object.defineProperty(exports, "__esModule", {
|
|
7
|
-
value: true
|
|
8
|
-
});
|
|
9
|
-
exports.SpinnerWrapperOldVisualRefresh = void 0;
|
|
10
|
-
require("./styled.compiled.css");
|
|
11
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
-
var React = _react;
|
|
13
|
-
var _runtime = require("@compiled/react/runtime");
|
|
14
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
15
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
16
|
-
var _styled = require("../IconAndTitleLayout/styled");
|
|
17
|
-
var _excluded = ["as", "style"];
|
|
18
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
20
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
21
|
-
var SpinnerWrapperOldVisualRefresh = exports.SpinnerWrapperOldVisualRefresh = (0, _react.forwardRef)(function (_ref, __cmplr) {
|
|
22
|
-
var _ref$as = _ref.as,
|
|
23
|
-
C = _ref$as === void 0 ? _styled.IconTitleWrapperOldVisualRefresh : _ref$as,
|
|
24
|
-
__cmpls = _ref.style,
|
|
25
|
-
__cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
26
|
-
return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
|
|
27
|
-
style: __cmpls,
|
|
28
|
-
ref: __cmplr,
|
|
29
|
-
className: (0, _runtime.ax)(["_ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _s7n41ndm", __cmplp.className])
|
|
30
|
-
}));
|
|
31
|
-
});
|
|
32
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
33
|
-
SpinnerWrapperOldVisualRefresh.displayName = 'SpinnerWrapperOldVisualRefresh';
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._2hwx1i6y{margin-right:var(--ds-space-negative-025,-2px)}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
._i3j7iti9._i3j7iti9._i3j7iti9{border-radius:var(--ds-border-radius-100,4px)}._12rl18uv >span>span{overflow-x:initial}
|
|
3
|
-
._1695v77o._1695v77o._1695v77o{padding-top:var(--ds-space-025,2px)}
|
|
4
|
-
._18v91q9y._18v91q9y._18v91q9y{vertical-align:baseline}
|
|
5
|
-
._1a8r4jg8 >span>span{white-space:normal}
|
|
6
|
-
._1byq12x7._1byq12x7._1byq12x7{padding-left:var(--ds-space-075,6px)}
|
|
7
|
-
._1ilx1nu9._1ilx1nu9._1ilx1nu9{display:inline}
|
|
8
|
-
._1jjh4jg8 >span{white-space:normal}
|
|
9
|
-
._1nr3zryt >span>span{text-overflow:clip}
|
|
10
|
-
._1pns12x7._1pns12x7._1pns12x7{padding-right:var(--ds-space-075,6px)}
|
|
11
|
-
._1t1midpf._1t1midpf._1t1midpf{border-top-left-radius:0}
|
|
12
|
-
._1t21zryt >span{text-overflow:clip}
|
|
13
|
-
._1wge18uv >span>span{overflow-y:initial}
|
|
14
|
-
._1xdi1nu9 >span{display:inline}
|
|
15
|
-
._5x9bqvcn._5x9bqvcn._5x9bqvcn{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
16
|
-
._jinwidpf._jinwidpf._jinwidpf{border-bottom-left-radius:0}
|
|
17
|
-
._ju3g18uv >span{overflow-x:initial}
|
|
18
|
-
._k1fv1u8q._k1fv1u8q._k1fv1u8q{background-clip:padding-box}
|
|
19
|
-
._mt1t18uv >span{overflow-y:initial}
|
|
20
|
-
._uqpc18uv._uqpc18uv._uqpc18uv{text-align:initial}
|
|
21
|
-
._vktqv77o._vktqv77o._vktqv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* styled.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
2
|
-
"use strict";
|
|
3
|
-
|
|
4
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
5
|
-
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
6
|
-
Object.defineProperty(exports, "__esModule", {
|
|
7
|
-
value: true
|
|
8
|
-
});
|
|
9
|
-
exports.IconStyledButtonOldVisualRefresh = void 0;
|
|
10
|
-
require("./styled.compiled.css");
|
|
11
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
12
|
-
var React = _react;
|
|
13
|
-
var _runtime = require("@compiled/react/runtime");
|
|
14
|
-
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
15
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
16
|
-
var _excluded = ["as", "style"];
|
|
17
|
-
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
|
-
// By default buttons will hide overflow and ellipsis content instead of wrapping.
|
|
19
|
-
// This basically turns the button back into inline content
|
|
20
|
-
// TODO Delete when cleaning platform-linking-visual-refresh-v1
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
|
-
var IconStyledButtonOldVisualRefresh = exports.IconStyledButtonOldVisualRefresh = (0, _react.forwardRef)(function (_ref, __cmplr) {
|
|
23
|
-
var _ref$as = _ref.as,
|
|
24
|
-
C = _ref$as === void 0 ? "span" : _ref$as,
|
|
25
|
-
__cmpls = _ref.style,
|
|
26
|
-
__cmplp = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
27
|
-
return /*#__PURE__*/React.createElement(C, (0, _extends2.default)({}, __cmplp, {
|
|
28
|
-
style: __cmpls,
|
|
29
|
-
ref: __cmplr,
|
|
30
|
-
className: (0, _runtime.ax)(["_i3j7iti9 _uqpc18uv _1ilx1nu9 _18v91q9y _1t1midpf _jinwidpf _1695v77o _1pns12x7 _vktqv77o _1byq12x7 _k1fv1u8q _5x9bqvcn _ju3g18uv _mt1t18uv _12rl18uv _1wge18uv _1nr3zryt _1a8r4jg8 _1xdi1nu9 _1t21zryt _1jjh4jg8", __cmplp.className])
|
|
31
|
-
}));
|
|
32
|
-
});
|
|
33
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
34
|
-
IconStyledButtonOldVisualRefresh.displayName = 'IconStyledButtonOldVisualRefresh';
|
|
35
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._2hwx1i6y{margin-right:var(--ds-space-negative-025,-2px)}
|