@atlaskit/smart-card 35.2.12 → 36.0.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 +8 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/flexible.js +12 -39
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -9
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -9
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -9
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +2 -10
- package/dist/cjs/view/BlockCard/views/utils/index.js +1 -12
- package/dist/cjs/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +2 -13
- package/dist/cjs/view/EmbedCard/components/ErrorFrame.js +3 -26
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +1 -9
- package/dist/cjs/view/EmbedCard/components/Frame.js +1 -15
- package/dist/cjs/view/EmbedCard/components/ImageIcon.js +1 -11
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -10
- package/dist/cjs/view/EmbedCard/views/ResolvedView.js +1 -15
- package/dist/cjs/view/EmbedCard/views/unresolved-view/index.js +2 -11
- package/dist/cjs/view/EmbedModal/components/embed-content/index.js +1 -10
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +1 -5
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -6
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -8
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +2 -7
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -8
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -11
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +2 -62
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +4 -9
- package/dist/cjs/view/FlexibleCard/components/container/index.js +22 -21
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +3 -8
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/link/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +1 -9
- package/dist/cjs/view/FlexibleCard/components/elements/media/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +5 -14
- package/dist/cjs/view/FlexibleCard/components/elements/text/index.js +1 -10
- package/dist/cjs/view/FlexibleCard/components/utils.js +1 -120
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +1 -10
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +1 -10
- package/dist/cjs/view/HoverCard/components/ImagePreview.js +1 -9
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +1 -9
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +1 -9
- package/dist/cjs/view/HoverCard/components/views/resolving/index.js +1 -9
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.js +1 -9
- package/dist/cjs/view/HoverCard/styled.js +2 -69
- package/dist/cjs/view/InlineCard/ErroredView/index.js +1 -8
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +1 -8
- package/dist/cjs/view/InlineCard/Frame/index.js +1 -3
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +13 -28
- package/dist/cjs/view/InlineCard/ResolvingView/index.js +1 -8
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +1 -8
- package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +2 -10
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +2 -10
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +1 -10
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +1 -11
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +1 -10
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -10
- package/dist/cjs/view/RelatedLinksModal/views/resolved/index.js +1 -10
- package/dist/cjs/view/RelatedLinksModal/views/resolving/index.js +1 -9
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +2 -11
- package/dist/cjs/view/common/Icon.js +2 -10
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -10
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -9
- package/dist/cjs/view/common/ai-prism/constants.js +1 -11
- package/dist/cjs/view/common/ai-prism/index.js +1 -9
- package/dist/cjs/view/common/ai-summary/index.js +1 -12
- package/dist/cjs/view/common/ai-summary/types.js +1 -0
- package/dist/cjs/view/common/ai-summary/ulist.js +1 -9
- package/dist/cjs/view/common/stop-propagation/index.js +1 -9
- package/dist/cjs/view/common/utils.js +1 -23
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/flexible.js +12 -35
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +1 -9
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +1 -9
- package/dist/es2019/view/BlockCard/views/ResolvedView.js +1 -9
- package/dist/es2019/view/BlockCard/views/unresolved-view/index.js +1 -9
- package/dist/es2019/view/BlockCard/views/utils/index.js +0 -11
- package/dist/es2019/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -10
- package/dist/es2019/view/EmbedCard/components/ErrorFrame.js +3 -26
- package/dist/es2019/view/EmbedCard/components/ExpandedFrame.js +1 -9
- package/dist/es2019/view/EmbedCard/components/Frame.js +1 -15
- package/dist/es2019/view/EmbedCard/components/ImageIcon.js +1 -11
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +2 -11
- package/dist/es2019/view/EmbedCard/views/ResolvedView.js +1 -15
- package/dist/es2019/view/EmbedCard/views/unresolved-view/index.js +1 -10
- package/dist/es2019/view/EmbedModal/components/embed-content/index.js +1 -10
- package/dist/es2019/view/EmbedModal/components/link-info/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-button/index.js +1 -5
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -5
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -8
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -6
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -8
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/blocks/block/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -11
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -70
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +4 -9
- package/dist/es2019/view/FlexibleCard/components/container/index.js +21 -14
- package/dist/es2019/view/FlexibleCard/components/container/layered-link/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +3 -8
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/link/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/elements/media/index.js +1 -10
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +8 -15
- package/dist/es2019/view/FlexibleCard/components/elements/text/index.js +1 -9
- package/dist/es2019/view/FlexibleCard/components/utils.js +0 -123
- package/dist/es2019/view/HoverCard/components/ContentContainer.js +1 -10
- package/dist/es2019/view/HoverCard/components/HoverCardContent.js +1 -10
- package/dist/es2019/view/HoverCard/components/ImagePreview.js +1 -9
- package/dist/es2019/view/HoverCard/components/views/forbidden/index.js +1 -9
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +1 -9
- package/dist/es2019/view/HoverCard/components/views/resolving/index.js +1 -9
- package/dist/es2019/view/HoverCard/components/views/unauthorised/index.js +1 -9
- package/dist/es2019/view/HoverCard/styled.js +1 -91
- package/dist/es2019/view/InlineCard/ErroredView/index.js +1 -8
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +1 -8
- package/dist/es2019/view/InlineCard/Frame/index.js +1 -3
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +1 -15
- package/dist/es2019/view/InlineCard/ResolvingView/index.js +1 -8
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +1 -8
- package/dist/es2019/view/LinkUrl/LinkWarningModal/index.js +2 -10
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +1 -9
- package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +1 -10
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +1 -10
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +1 -10
- package/dist/es2019/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -10
- package/dist/es2019/view/RelatedLinksModal/views/resolved/index.js +1 -10
- package/dist/es2019/view/RelatedLinksModal/views/resolving/index.js +1 -9
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +2 -11
- package/dist/es2019/view/common/Icon.js +1 -9
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -9
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +1 -9
- package/dist/es2019/view/common/ai-prism/constants.js +0 -10
- package/dist/es2019/view/common/ai-prism/index.js +1 -9
- package/dist/es2019/view/common/ai-summary/index.js +1 -12
- package/dist/es2019/view/common/ai-summary/types.js +0 -0
- package/dist/es2019/view/common/ai-summary/ulist.js +1 -9
- package/dist/es2019/view/common/stop-propagation/index.js +1 -9
- package/dist/es2019/view/common/utils.js +0 -18
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/flexible.js +12 -39
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +1 -9
- package/dist/esm/view/BlockCard/views/NotFoundView.js +1 -9
- package/dist/esm/view/BlockCard/views/ResolvedView.js +1 -9
- package/dist/esm/view/BlockCard/views/unresolved-view/index.js +1 -9
- package/dist/esm/view/BlockCard/views/utils/index.js +0 -11
- package/dist/esm/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -12
- package/dist/esm/view/EmbedCard/components/ErrorFrame.js +3 -26
- package/dist/esm/view/EmbedCard/components/ExpandedFrame.js +1 -9
- package/dist/esm/view/EmbedCard/components/Frame.js +1 -15
- package/dist/esm/view/EmbedCard/components/ImageIcon.js +1 -11
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -10
- package/dist/esm/view/EmbedCard/views/ResolvedView.js +1 -15
- package/dist/esm/view/EmbedCard/views/unresolved-view/index.js +1 -10
- package/dist/esm/view/EmbedModal/components/embed-content/index.js +1 -10
- package/dist/esm/view/EmbedModal/components/link-info/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/action/action-button/index.js +1 -5
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -5
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -8
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -6
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -8
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/blocks/block/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -11
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +2 -64
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +4 -9
- package/dist/esm/view/FlexibleCard/components/container/index.js +21 -14
- package/dist/esm/view/FlexibleCard/components/container/layered-link/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/atlaskit-badge/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +3 -8
- package/dist/esm/view/FlexibleCard/components/elements/date-time/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/link/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/elements/media/index.js +1 -10
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +5 -14
- package/dist/esm/view/FlexibleCard/components/elements/text/index.js +1 -9
- package/dist/esm/view/FlexibleCard/components/utils.js +0 -120
- package/dist/esm/view/HoverCard/components/ContentContainer.js +1 -10
- package/dist/esm/view/HoverCard/components/HoverCardContent.js +1 -10
- package/dist/esm/view/HoverCard/components/ImagePreview.js +1 -9
- package/dist/esm/view/HoverCard/components/views/forbidden/index.js +1 -9
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +1 -9
- package/dist/esm/view/HoverCard/components/views/resolving/index.js +1 -9
- package/dist/esm/view/HoverCard/components/views/unauthorised/index.js +1 -9
- package/dist/esm/view/HoverCard/styled.js +1 -68
- package/dist/esm/view/InlineCard/ErroredView/index.js +1 -8
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +1 -8
- package/dist/esm/view/InlineCard/Frame/index.js +1 -3
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +13 -28
- package/dist/esm/view/InlineCard/ResolvingView/index.js +1 -8
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +1 -8
- package/dist/esm/view/LinkUrl/LinkWarningModal/index.js +2 -10
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +1 -9
- package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +1 -10
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +1 -10
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +1 -10
- package/dist/esm/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -10
- package/dist/esm/view/RelatedLinksModal/views/resolved/index.js +1 -10
- package/dist/esm/view/RelatedLinksModal/views/resolving/index.js +1 -9
- package/dist/esm/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +2 -11
- package/dist/esm/view/common/Icon.js +1 -9
- package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -9
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +1 -9
- package/dist/esm/view/common/ai-prism/constants.js +0 -10
- package/dist/esm/view/common/ai-prism/index.js +1 -9
- package/dist/esm/view/common/ai-summary/index.js +1 -12
- package/dist/esm/view/common/ai-summary/types.js +0 -0
- package/dist/esm/view/common/ai-summary/ulist.js +1 -9
- package/dist/esm/view/common/stop-propagation/index.js +1 -9
- package/dist/esm/view/common/utils.js +0 -23
- package/dist/types/utils/analytics/click.d.ts +1 -1
- package/dist/types/utils/flexible.d.ts +1 -1
- package/dist/types/view/BlockCard/views/ErroredView.d.ts +2 -1
- package/dist/types/view/BlockCard/views/ForbiddenView.d.ts +2 -1
- package/dist/types/view/BlockCard/views/NotFoundView.d.ts +2 -1
- package/dist/types/view/BlockCard/views/ResolvedView.d.ts +2 -1
- package/dist/types/view/BlockCard/views/UnauthorisedView.d.ts +2 -1
- package/dist/types/view/BlockCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types/view/BlockCard/views/utils/index.d.ts +0 -3
- package/dist/types/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.d.ts +1 -2
- package/dist/types/view/EmbedCard/components/ErrorFrame.d.ts +3 -3
- package/dist/types/view/EmbedCard/components/ExpandedFrame.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/ErroredView.d.ts +1 -1
- package/dist/types/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/components/embed-content/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/components/link-info/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +7 -2
- package/dist/types/view/FlexibleCard/components/actions/action/index.d.ts +7 -2
- package/dist/types/view/FlexibleCard/components/actions/action/types.d.ts +1 -15
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.d.ts +0 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.d.ts +3 -0
- package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/action-block/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/action-group/index.d.ts +8 -1
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +6 -1
- package/dist/types/view/FlexibleCard/components/blocks/block/index.d.ts +8 -1
- package/dist/types/view/FlexibleCard/components/blocks/element-group/index.d.ts +8 -1
- package/dist/types/view/FlexibleCard/components/blocks/element-group/types.d.ts +23 -2
- package/dist/types/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +9 -2
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/index.d.ts +9 -3
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +9 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/index.d.ts +13 -1
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +6 -1
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +1 -26
- package/dist/types/view/FlexibleCard/components/blocks/utils.d.ts +1 -8
- package/dist/types/view/FlexibleCard/components/container/index.d.ts +9 -5
- package/dist/types/view/FlexibleCard/components/container/layered-link/index.d.ts +6 -1
- package/dist/types/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +6 -1
- package/dist/types/view/FlexibleCard/components/elements/avatar-group/index.d.ts +8 -1
- package/dist/types/view/FlexibleCard/components/elements/date-time/index.d.ts +9 -1
- package/dist/types/view/FlexibleCard/components/elements/icon/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/elements/link/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/elements/lozenge/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/media/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/elements/snippet-element/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/elements/text/index.d.ts +7 -1
- package/dist/types/view/FlexibleCard/components/elements/types.d.ts +0 -7
- package/dist/types/view/FlexibleCard/components/utils.d.ts +0 -23
- package/dist/types/view/HoverCard/components/ContentContainer.d.ts +2 -2
- package/dist/types/view/HoverCard/components/HoverCardContent.d.ts +2 -2
- package/dist/types/view/HoverCard/components/ImagePreview.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/forbidden/index.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/resolving/index.d.ts +1 -1
- package/dist/types/view/HoverCard/components/views/unauthorised/index.d.ts +1 -1
- package/dist/types/view/HoverCard/styled.d.ts +0 -25
- package/dist/types/view/InlineCard/ErroredView/index.d.ts +1 -1
- package/dist/types/view/InlineCard/ForbiddenView/index.d.ts +1 -1
- package/dist/types/view/InlineCard/IconAndTitleLayout/index.d.ts +1 -1
- package/dist/types/view/InlineCard/ResolvingView/index.d.ts +1 -1
- package/dist/types/view/InlineCard/UnauthorisedView/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +1 -2
- package/dist/types/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/components/related-link-item/index.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/components/related-links-list/index.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/views/resolved/index.d.ts +2 -2
- package/dist/types/view/common/Icon.d.ts +1 -2
- package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +6 -1
- package/dist/types/view/common/ai-prism/ai-glowing-border/index.d.ts +6 -1
- package/dist/types/view/common/ai-prism/ai-glowing-border/types.d.ts +0 -14
- package/dist/types/view/common/ai-prism/constants.d.ts +0 -8
- package/dist/types/view/common/ai-prism/index.d.ts +1 -1
- package/dist/types/view/common/ai-summary/index.d.ts +5 -4
- package/dist/types/view/common/ai-summary/types.d.ts +16 -0
- package/dist/types/view/common/ai-summary/ulist.d.ts +1 -1
- package/dist/types/view/common/stop-propagation/index.d.ts +1 -1
- package/dist/types/view/common/utils.d.ts +0 -14
- package/dist/types-ts4.5/utils/analytics/click.d.ts +1 -1
- package/dist/types-ts4.5/utils/flexible.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/views/ErroredView.d.ts +2 -1
- package/dist/types-ts4.5/view/BlockCard/views/ForbiddenView.d.ts +2 -1
- package/dist/types-ts4.5/view/BlockCard/views/NotFoundView.d.ts +2 -1
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +2 -1
- package/dist/types-ts4.5/view/BlockCard/views/UnauthorisedView.d.ts +2 -1
- package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/BlockCard/views/utils/index.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.d.ts +1 -2
- package/dist/types-ts4.5/view/EmbedCard/components/ErrorFrame.d.ts +3 -3
- package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/views/ErroredView.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/index.d.ts +2 -2
- 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/actions/action/action-stack-item/action-button.d.ts +7 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/index.d.ts +7 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +1 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.d.ts +3 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/index.d.ts +8 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +6 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/block/index.d.ts +8 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/index.d.ts +8 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/types.d.ts +23 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +9 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/index.d.ts +9 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +9 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/index.d.ts +13 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +6 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +1 -26
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/utils.d.ts +1 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/container/index.d.ts +9 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/index.d.ts +6 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +6 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/avatar-group/index.d.ts +8 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/date-time/index.d.ts +9 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/icon/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/link/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/media/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/text/index.d.ts +7 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +0 -23
- package/dist/types-ts4.5/view/HoverCard/components/ContentContainer.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/HoverCardContent.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/ImagePreview.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/styled.d.ts +0 -25
- package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +1 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-link-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-links-list/index.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/index.d.ts +2 -2
- package/dist/types-ts4.5/view/common/Icon.d.ts +1 -2
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +6 -1
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +6 -1
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +0 -14
- package/dist/types-ts4.5/view/common/ai-prism/constants.d.ts +0 -8
- package/dist/types-ts4.5/view/common/ai-prism/index.d.ts +1 -1
- package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +5 -4
- package/dist/types-ts4.5/view/common/ai-summary/types.d.ts +16 -0
- package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +1 -1
- package/dist/types-ts4.5/view/common/stop-propagation/index.d.ts +1 -1
- package/dist/types-ts4.5/view/common/utils.d.ts +0 -14
- package/package.json +1 -7
- package/dist/cjs/view/BlockCard/views/ForbiddenViewOld.js +0 -110
- package/dist/cjs/view/BlockCard/views/NotFoundViewOld.js +0 -74
- package/dist/cjs/view/BlockCard/views/ResolvedViewOld.js +0 -89
- package/dist/cjs/view/BlockCard/views/styledOld.js +0 -58
- package/dist/cjs/view/BlockCard/views/unresolved-view/UnresolvedViewOld.js +0 -51
- package/dist/cjs/view/BlockCard/views/utils/withFlexibleUIBlockCardStyleOld.js +0 -24
- package/dist/cjs/view/EmbedCard/components/ErrorFrameOld.js +0 -100
- package/dist/cjs/view/EmbedCard/components/ExpandedFrameOld.js +0 -114
- package/dist/cjs/view/EmbedCard/components/FrameOld.js +0 -144
- package/dist/cjs/view/EmbedCard/components/styledOld.js +0 -261
- package/dist/cjs/view/EmbedCard/views/ErroredViewOld.js +0 -69
- package/dist/cjs/view/EmbedCard/views/ResolvedViewOld.js +0 -82
- package/dist/cjs/view/EmbedCard/views/unresolved-view/UnresolvedViewOld.js +0 -129
- package/dist/cjs/view/EmbedModal/components/embed-content/indexOld.js +0 -37
- package/dist/cjs/view/EmbedModal/components/link-info/indexOld.js +0 -131
- package/dist/cjs/view/EmbedModal/components/link-info/styledOld.js +0 -78
- package/dist/cjs/view/FlexibleCard/components/actions/action/ActionOld.js +0 -112
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.js +0 -95
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.js +0 -65
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +0 -73
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +0 -100
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +0 -93
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +0 -50
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +0 -43
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +0 -58
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +0 -69
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +0 -32
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/SkeletonOld.js +0 -90
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/RelatedLinksActionIconOld.js +0 -33
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/ActionBlockOld.js +0 -116
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +0 -72
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/ActionGroupOld.js +0 -147
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +0 -46
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/FeatureDiscoveryOld.js +0 -71
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/styled.js +0 -26
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.js +0 -65
- package/dist/cjs/view/FlexibleCard/components/blocks/block/indexOld.js +0 -56
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/ElementGroupOld.js +0 -115
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/FooterBlockResolvedViewOld.js +0 -55
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.js +0 -85
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/indexOld.js +0 -37
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/indexOld.js +0 -104
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.js +0 -135
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/TitleBlockErroredViewOld.js +0 -108
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.js +0 -58
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +0 -48
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.js +0 -52
- package/dist/cjs/view/FlexibleCard/components/container/indexOld.js +0 -226
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/LayeredLinkOld.js +0 -75
- package/dist/cjs/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.js +0 -45
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/AvatarGroupOld.js +0 -123
- package/dist/cjs/view/FlexibleCard/components/elements/badge/BadgeOld.js +0 -108
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/DateTimeOld.js +0 -95
- package/dist/cjs/view/FlexibleCard/components/elements/icon/IconOld.js +0 -154
- package/dist/cjs/view/FlexibleCard/components/elements/link/LinkOld.js +0 -151
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/LozengeOld.js +0 -70
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/LozengeActionErrorOld.js +0 -78
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +0 -73
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/LozengeActionItemsGroupOld.js +0 -37
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/LozengeActionTriggerOld.js +0 -73
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +0 -70
- package/dist/cjs/view/FlexibleCard/components/elements/media/MediaOld.js +0 -90
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/SnippetElementOld.js +0 -46
- package/dist/cjs/view/FlexibleCard/components/elements/text/TextOld.js +0 -52
- package/dist/cjs/view/HoverCard/components/ContentContainerOld.js +0 -67
- package/dist/cjs/view/HoverCard/components/HoverCardContentOld.js +0 -175
- package/dist/cjs/view/HoverCard/components/ImagePreviewOld.js +0 -57
- package/dist/cjs/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.js +0 -77
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +0 -39
- package/dist/cjs/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.js +0 -90
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +0 -35
- package/dist/cjs/view/HoverCard/components/views/resolving/HoverCardLoadingViewOld.js +0 -80
- package/dist/cjs/view/HoverCard/components/views/resolving/styled.js +0 -54
- package/dist/cjs/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.js +0 -82
- package/dist/cjs/view/HoverCard/components/views/unauthorised/styled.js +0 -41
- package/dist/cjs/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +0 -111
- package/dist/cjs/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +0 -186
- package/dist/cjs/view/InlineCard/Frame/styled-emotion.js +0 -137
- package/dist/cjs/view/InlineCard/Icon-emotion.js +0 -58
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +0 -1
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +0 -227
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled-emotion.js +0 -105
- package/dist/cjs/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +0 -92
- package/dist/cjs/view/InlineCard/ResolvingView/styled-emotion.js +0 -16
- package/dist/cjs/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +0 -130
- package/dist/cjs/view/InlineCard/styled-emotion.js +0 -55
- package/dist/cjs/view/LinkUrl/LinkWarningModal/WarningModalOld.js +0 -61
- package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +0 -17
- package/dist/cjs/view/RelatedLinksModal/components/EmptyStateOld.js +0 -41
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModalOld.js +0 -63
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/RelatedLinkItemOld.js +0 -61
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/RelatedLinksListOld.js +0 -51
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/ErrorSvgOld.js +0 -66
- package/dist/cjs/view/RelatedLinksModal/views/resolved/ResolvedOld.js +0 -45
- package/dist/cjs/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +0 -27
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/unavailable-svg/UnavailableSvgOld.js +0 -141
- package/dist/cjs/view/common/IconOld.js +0 -85
- package/dist/cjs/view/common/ai-prism/AIPrismOld.js +0 -58
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +0 -61
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +0 -253
- package/dist/cjs/view/common/ai-summary/AISummaryOld.js +0 -65
- package/dist/cjs/view/common/ai-summary/ulistOld.js +0 -29
- package/dist/cjs/view/common/stop-propagation/StopPropagationOld.js +0 -37
- package/dist/es2019/view/BlockCard/views/ForbiddenViewOld.js +0 -103
- package/dist/es2019/view/BlockCard/views/NotFoundViewOld.js +0 -61
- package/dist/es2019/view/BlockCard/views/ResolvedViewOld.js +0 -75
- package/dist/es2019/view/BlockCard/views/styledOld.js +0 -51
- package/dist/es2019/view/BlockCard/views/unresolved-view/UnresolvedViewOld.js +0 -42
- package/dist/es2019/view/BlockCard/views/utils/withFlexibleUIBlockCardStyleOld.js +0 -15
- package/dist/es2019/view/EmbedCard/components/ErrorFrameOld.js +0 -91
- package/dist/es2019/view/EmbedCard/components/ExpandedFrameOld.js +0 -96
- package/dist/es2019/view/EmbedCard/components/FrameOld.js +0 -114
- package/dist/es2019/view/EmbedCard/components/styledOld.js +0 -362
- package/dist/es2019/view/EmbedCard/views/ErroredViewOld.js +0 -58
- package/dist/es2019/view/EmbedCard/views/ResolvedViewOld.js +0 -72
- package/dist/es2019/view/EmbedCard/views/unresolved-view/UnresolvedViewOld.js +0 -119
- package/dist/es2019/view/EmbedModal/components/embed-content/indexOld.js +0 -31
- package/dist/es2019/view/EmbedModal/components/link-info/indexOld.js +0 -122
- package/dist/es2019/view/EmbedModal/components/link-info/styledOld.js +0 -71
- package/dist/es2019/view/FlexibleCard/components/actions/action/ActionOld.js +0 -100
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.js +0 -88
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.js +0 -55
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +0 -64
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +0 -87
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +0 -89
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +0 -44
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +0 -37
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +0 -55
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +0 -65
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +0 -25
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/SkeletonOld.js +0 -82
- package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/RelatedLinksActionIconOld.js +0 -23
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/ActionBlockOld.js +0 -96
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +0 -66
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/ActionGroupOld.js +0 -121
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +0 -41
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/FeatureDiscoveryOld.js +0 -63
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/styled.js +0 -19
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.js +0 -58
- package/dist/es2019/view/FlexibleCard/components/blocks/block/indexOld.js +0 -62
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/ElementGroupOld.js +0 -113
- package/dist/es2019/view/FlexibleCard/components/blocks/footer-block/resolved/FooterBlockResolvedViewOld.js +0 -46
- package/dist/es2019/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.js +0 -75
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/indexOld.js +0 -28
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/indexOld.js +0 -106
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.js +0 -118
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/TitleBlockErroredViewOld.js +0 -102
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.js +0 -50
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +0 -42
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.js +0 -46
- package/dist/es2019/view/FlexibleCard/components/container/indexOld.js +0 -229
- package/dist/es2019/view/FlexibleCard/components/container/layered-link/LayeredLinkOld.js +0 -69
- package/dist/es2019/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.js +0 -37
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/AvatarGroupOld.js +0 -117
- package/dist/es2019/view/FlexibleCard/components/elements/badge/BadgeOld.js +0 -121
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/DateTimeOld.js +0 -89
- package/dist/es2019/view/FlexibleCard/components/elements/icon/IconOld.js +0 -130
- package/dist/es2019/view/FlexibleCard/components/elements/link/LinkOld.js +0 -132
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/LozengeOld.js +0 -61
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/LozengeActionErrorOld.js +0 -71
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +0 -65
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/LozengeActionItemsGroupOld.js +0 -25
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/LozengeActionTriggerOld.js +0 -56
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +0 -63
- package/dist/es2019/view/FlexibleCard/components/elements/media/MediaOld.js +0 -82
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/SnippetElementOld.js +0 -35
- package/dist/es2019/view/FlexibleCard/components/elements/text/TextOld.js +0 -42
- package/dist/es2019/view/HoverCard/components/ContentContainerOld.js +0 -55
- package/dist/es2019/view/HoverCard/components/HoverCardContentOld.js +0 -163
- package/dist/es2019/view/HoverCard/components/ImagePreviewOld.js +0 -42
- package/dist/es2019/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.js +0 -74
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +0 -32
- package/dist/es2019/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.js +0 -83
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +0 -53
- package/dist/es2019/view/HoverCard/components/views/resolving/HoverCardLoadingViewOld.js +0 -73
- package/dist/es2019/view/HoverCard/components/views/resolving/styled.js +0 -47
- package/dist/es2019/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.js +0 -73
- package/dist/es2019/view/HoverCard/components/views/unauthorised/styled.js +0 -34
- package/dist/es2019/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +0 -91
- package/dist/es2019/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +0 -168
- package/dist/es2019/view/InlineCard/Frame/styled-emotion.js +0 -143
- package/dist/es2019/view/InlineCard/Icon-emotion.js +0 -52
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +0 -1
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +0 -204
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled-emotion.js +0 -124
- package/dist/es2019/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +0 -70
- package/dist/es2019/view/InlineCard/ResolvingView/styled-emotion.js +0 -9
- package/dist/es2019/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +0 -123
- package/dist/es2019/view/InlineCard/styled-emotion.js +0 -47
- package/dist/es2019/view/LinkUrl/LinkWarningModal/WarningModalOld.js +0 -50
- package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +0 -11
- package/dist/es2019/view/RelatedLinksModal/components/EmptyStateOld.js +0 -35
- package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModalOld.js +0 -55
- package/dist/es2019/view/RelatedLinksModal/components/related-link-item/RelatedLinkItemOld.js +0 -55
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/RelatedLinksListOld.js +0 -42
- package/dist/es2019/view/RelatedLinksModal/views/errored/error-svg/ErrorSvgOld.js +0 -58
- package/dist/es2019/view/RelatedLinksModal/views/resolved/ResolvedOld.js +0 -36
- package/dist/es2019/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +0 -18
- package/dist/es2019/view/RelatedLinksModal/views/unavailable/unavailable-svg/UnavailableSvgOld.js +0 -133
- package/dist/es2019/view/common/IconOld.js +0 -76
- package/dist/es2019/view/common/ai-prism/AIPrismOld.js +0 -49
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +0 -51
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +0 -243
- package/dist/es2019/view/common/ai-summary/AISummaryOld.js +0 -55
- package/dist/es2019/view/common/ai-summary/ulistOld.js +0 -20
- package/dist/es2019/view/common/stop-propagation/StopPropagationOld.js +0 -28
- package/dist/esm/view/BlockCard/views/ForbiddenViewOld.js +0 -101
- package/dist/esm/view/BlockCard/views/NotFoundViewOld.js +0 -65
- package/dist/esm/view/BlockCard/views/ResolvedViewOld.js +0 -80
- package/dist/esm/view/BlockCard/views/styledOld.js +0 -51
- package/dist/esm/view/BlockCard/views/unresolved-view/UnresolvedViewOld.js +0 -44
- package/dist/esm/view/BlockCard/views/utils/withFlexibleUIBlockCardStyleOld.js +0 -17
- package/dist/esm/view/EmbedCard/components/ErrorFrameOld.js +0 -92
- package/dist/esm/view/EmbedCard/components/ExpandedFrameOld.js +0 -104
- package/dist/esm/view/EmbedCard/components/FrameOld.js +0 -133
- package/dist/esm/view/EmbedCard/components/styledOld.js +0 -252
- package/dist/esm/view/EmbedCard/views/ErroredViewOld.js +0 -61
- package/dist/esm/view/EmbedCard/views/ResolvedViewOld.js +0 -74
- package/dist/esm/view/EmbedCard/views/unresolved-view/UnresolvedViewOld.js +0 -118
- package/dist/esm/view/EmbedModal/components/embed-content/indexOld.js +0 -30
- package/dist/esm/view/EmbedModal/components/link-info/indexOld.js +0 -120
- package/dist/esm/view/EmbedModal/components/link-info/styledOld.js +0 -71
- package/dist/esm/view/FlexibleCard/components/actions/action/ActionOld.js +0 -104
- package/dist/esm/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.js +0 -84
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.js +0 -58
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +0 -63
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +0 -88
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +0 -86
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +0 -43
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +0 -36
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +0 -51
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +0 -62
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +0 -25
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/SkeletonOld.js +0 -83
- package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/RelatedLinksActionIconOld.js +0 -25
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/ActionBlockOld.js +0 -105
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +0 -65
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/ActionGroupOld.js +0 -141
- package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +0 -39
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/FeatureDiscoveryOld.js +0 -64
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/styled.js +0 -19
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.js +0 -55
- package/dist/esm/view/FlexibleCard/components/blocks/block/indexOld.js +0 -50
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/ElementGroupOld.js +0 -108
- package/dist/esm/view/FlexibleCard/components/blocks/footer-block/resolved/FooterBlockResolvedViewOld.js +0 -45
- package/dist/esm/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.js +0 -80
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/indexOld.js +0 -30
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/indexOld.js +0 -98
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.js +0 -127
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/TitleBlockErroredViewOld.js +0 -101
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.js +0 -53
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.js +0 -42
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.js +0 -45
- package/dist/esm/view/FlexibleCard/components/container/indexOld.js +0 -217
- package/dist/esm/view/FlexibleCard/components/container/layered-link/LayeredLinkOld.js +0 -68
- package/dist/esm/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.js +0 -37
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/AvatarGroupOld.js +0 -117
- package/dist/esm/view/FlexibleCard/components/elements/badge/BadgeOld.js +0 -102
- package/dist/esm/view/FlexibleCard/components/elements/date-time/DateTimeOld.js +0 -87
- package/dist/esm/view/FlexibleCard/components/elements/icon/IconOld.js +0 -143
- package/dist/esm/view/FlexibleCard/components/elements/link/LinkOld.js +0 -140
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/LozengeOld.js +0 -62
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/LozengeActionErrorOld.js +0 -70
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +0 -67
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/LozengeActionItemsGroupOld.js +0 -29
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/LozengeActionTriggerOld.js +0 -67
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +0 -63
- package/dist/esm/view/FlexibleCard/components/elements/media/MediaOld.js +0 -82
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/SnippetElementOld.js +0 -40
- package/dist/esm/view/FlexibleCard/components/elements/text/TextOld.js +0 -45
- package/dist/esm/view/HoverCard/components/ContentContainerOld.js +0 -61
- package/dist/esm/view/HoverCard/components/HoverCardContentOld.js +0 -165
- package/dist/esm/view/HoverCard/components/ImagePreviewOld.js +0 -48
- package/dist/esm/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.js +0 -70
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +0 -32
- package/dist/esm/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.js +0 -80
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +0 -29
- package/dist/esm/view/HoverCard/components/views/resolving/HoverCardLoadingViewOld.js +0 -72
- package/dist/esm/view/HoverCard/components/views/resolving/styled.js +0 -47
- package/dist/esm/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.js +0 -72
- package/dist/esm/view/HoverCard/components/views/unauthorised/styled.js +0 -34
- package/dist/esm/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +0 -104
- package/dist/esm/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +0 -179
- package/dist/esm/view/InlineCard/Frame/styled-emotion.js +0 -131
- package/dist/esm/view/InlineCard/Icon-emotion.js +0 -51
- package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +0 -1
- package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +0 -220
- package/dist/esm/view/InlineCard/IconAndTitleLayout/styled-emotion.js +0 -97
- package/dist/esm/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +0 -85
- package/dist/esm/view/InlineCard/ResolvingView/styled-emotion.js +0 -9
- package/dist/esm/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +0 -123
- package/dist/esm/view/InlineCard/styled-emotion.js +0 -47
- package/dist/esm/view/LinkUrl/LinkWarningModal/WarningModalOld.js +0 -50
- package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +0 -11
- package/dist/esm/view/RelatedLinksModal/components/EmptyStateOld.js +0 -34
- package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModalOld.js +0 -53
- package/dist/esm/view/RelatedLinksModal/components/related-link-item/RelatedLinkItemOld.js +0 -54
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/RelatedLinksListOld.js +0 -43
- package/dist/esm/view/RelatedLinksModal/views/errored/error-svg/ErrorSvgOld.js +0 -58
- package/dist/esm/view/RelatedLinksModal/views/resolved/ResolvedOld.js +0 -37
- package/dist/esm/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +0 -20
- package/dist/esm/view/RelatedLinksModal/views/unavailable/unavailable-svg/UnavailableSvgOld.js +0 -133
- package/dist/esm/view/common/IconOld.js +0 -77
- package/dist/esm/view/common/ai-prism/AIPrismOld.js +0 -50
- package/dist/esm/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +0 -53
- package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +0 -246
- package/dist/esm/view/common/ai-summary/AISummaryOld.js +0 -57
- package/dist/esm/view/common/ai-summary/ulistOld.js +0 -23
- package/dist/esm/view/common/stop-propagation/StopPropagationOld.js +0 -27
- package/dist/types/view/BlockCard/views/ForbiddenViewOld.d.ts +0 -10
- package/dist/types/view/BlockCard/views/NotFoundViewOld.d.ts +0 -9
- package/dist/types/view/BlockCard/views/ResolvedViewOld.d.ts +0 -9
- package/dist/types/view/BlockCard/views/styledOld.d.ts +0 -4
- package/dist/types/view/BlockCard/views/unresolved-view/UnresolvedViewOld.d.ts +0 -4
- package/dist/types/view/BlockCard/views/utils/withFlexibleUIBlockCardStyleOld.d.ts +0 -7
- package/dist/types/view/EmbedCard/components/ErrorFrameOld.d.ts +0 -19
- package/dist/types/view/EmbedCard/components/ExpandedFrameOld.d.ts +0 -40
- package/dist/types/view/EmbedCard/components/FrameOld.d.ts +0 -14
- package/dist/types/view/EmbedCard/components/styledOld.d.ts +0 -109
- package/dist/types/view/EmbedCard/views/ErroredViewOld.d.ts +0 -12
- package/dist/types/view/EmbedCard/views/ResolvedViewOld.d.ts +0 -36
- package/dist/types/view/EmbedCard/views/unresolved-view/UnresolvedViewOld.d.ts +0 -4
- package/dist/types/view/EmbedModal/components/embed-content/indexOld.d.ts +0 -8
- package/dist/types/view/EmbedModal/components/link-info/indexOld.d.ts +0 -4
- package/dist/types/view/EmbedModal/components/link-info/styledOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/actions/action/ActionOld.d.ts +0 -13
- package/dist/types/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.d.ts +0 -8
- package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +0 -12
- package/dist/types/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +0 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +0 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.d.ts +0 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +0 -7
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +0 -9
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +0 -8
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/SkeletonOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/RelatedLinksActionIconOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/blocks/action-block/ActionBlockOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +0 -3
- package/dist/types/view/FlexibleCard/components/blocks/action-group/ActionGroupOld.d.ts +0 -11
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +0 -5
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/FeatureDiscoveryOld.d.ts +0 -12
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/styled.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/blocks/block/indexOld.d.ts +0 -11
- package/dist/types/view/FlexibleCard/components/blocks/element-group/ElementGroupOld.d.ts +0 -17
- package/dist/types/view/FlexibleCard/components/blocks/footer-block/resolved/FooterBlockResolvedViewOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.d.ts +0 -11
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/indexOld.d.ts +0 -14
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/resolved/indexOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.d.ts +0 -16
- package/dist/types/view/FlexibleCard/components/blocks/title-block/errored/TitleBlockErroredViewOld.d.ts +0 -15
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.d.ts +0 -9
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.d.ts +0 -14
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.d.ts +0 -8
- package/dist/types/view/FlexibleCard/components/container/indexOld.d.ts +0 -24
- package/dist/types/view/FlexibleCard/components/container/layered-link/LayeredLinkOld.d.ts +0 -13
- package/dist/types/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.d.ts +0 -13
- package/dist/types/view/FlexibleCard/components/elements/avatar-group/AvatarGroupOld.d.ts +0 -11
- package/dist/types/view/FlexibleCard/components/elements/badge/BadgeOld.d.ts +0 -17
- package/dist/types/view/FlexibleCard/components/elements/date-time/DateTimeOld.d.ts +0 -16
- package/dist/types/view/FlexibleCard/components/elements/icon/IconOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/elements/link/LinkOld.d.ts +0 -10
- package/dist/types/view/FlexibleCard/components/elements/lozenge/LozengeOld.d.ts +0 -14
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/LozengeActionErrorOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.d.ts +0 -16
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/LozengeActionItemsGroupOld.d.ts +0 -8
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/LozengeActionTriggerOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.d.ts +0 -12
- package/dist/types/view/FlexibleCard/components/elements/media/MediaOld.d.ts +0 -14
- package/dist/types/view/FlexibleCard/components/elements/snippet-element/SnippetElementOld.d.ts +0 -4
- package/dist/types/view/FlexibleCard/components/elements/text/TextOld.d.ts +0 -14
- package/dist/types/view/HoverCard/components/ContentContainerOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/HoverCardContentOld.d.ts +0 -5
- package/dist/types/view/HoverCard/components/ImagePreviewOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/views/forbidden/styled.d.ts +0 -12
- package/dist/types/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/views/resolved/styled.d.ts +0 -12
- package/dist/types/view/HoverCard/components/views/resolving/HoverCardLoadingViewOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/views/resolving/styled.d.ts +0 -17
- package/dist/types/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.d.ts +0 -4
- package/dist/types/view/HoverCard/components/views/unauthorised/styled.d.ts +0 -12
- package/dist/types/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +0 -26
- package/dist/types/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +0 -33
- package/dist/types/view/InlineCard/Frame/styled-emotion.d.ts +0 -17
- package/dist/types/view/InlineCard/Icon-emotion.d.ts +0 -12
- package/dist/types/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +0 -33
- package/dist/types/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +0 -40
- package/dist/types/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +0 -21
- package/dist/types/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -7
- package/dist/types/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +0 -26
- package/dist/types/view/InlineCard/styled-emotion.d.ts +0 -13
- package/dist/types/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +0 -15
- package/dist/types/view/LinkUrl/LinkWarningModal/styled.d.ts +0 -4
- package/dist/types/view/RelatedLinksModal/components/EmptyStateOld.d.ts +0 -9
- package/dist/types/view/RelatedLinksModal/components/RelatedLinksBaseModalOld.d.ts +0 -8
- package/dist/types/view/RelatedLinksModal/components/related-link-item/RelatedLinkItemOld.d.ts +0 -8
- package/dist/types/view/RelatedLinksModal/components/related-links-list/RelatedLinksListOld.d.ts +0 -8
- package/dist/types/view/RelatedLinksModal/views/errored/error-svg/ErrorSvgOld.d.ts +0 -6
- package/dist/types/view/RelatedLinksModal/views/resolved/ResolvedOld.d.ts +0 -8
- package/dist/types/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +0 -3
- package/dist/types/view/RelatedLinksModal/views/unavailable/unavailable-svg/UnavailableSvgOld.d.ts +0 -6
- package/dist/types/view/common/IconOld.d.ts +0 -21
- package/dist/types/view/common/ai-prism/AIPrismOld.d.ts +0 -8
- package/dist/types/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +0 -14
- package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +0 -9
- package/dist/types/view/common/ai-summary/AISummaryOld.d.ts +0 -38
- package/dist/types/view/common/ai-summary/ulistOld.d.ts +0 -8
- package/dist/types/view/common/stop-propagation/StopPropagationOld.d.ts +0 -11
- package/dist/types-ts4.5/view/BlockCard/views/ForbiddenViewOld.d.ts +0 -10
- package/dist/types-ts4.5/view/BlockCard/views/NotFoundViewOld.d.ts +0 -9
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedViewOld.d.ts +0 -9
- package/dist/types-ts4.5/view/BlockCard/views/styledOld.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/UnresolvedViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/BlockCard/views/utils/withFlexibleUIBlockCardStyleOld.d.ts +0 -7
- package/dist/types-ts4.5/view/EmbedCard/components/ErrorFrameOld.d.ts +0 -19
- package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrameOld.d.ts +0 -40
- package/dist/types-ts4.5/view/EmbedCard/components/FrameOld.d.ts +0 -14
- package/dist/types-ts4.5/view/EmbedCard/components/styledOld.d.ts +0 -109
- package/dist/types-ts4.5/view/EmbedCard/views/ErroredViewOld.d.ts +0 -12
- package/dist/types-ts4.5/view/EmbedCard/views/ResolvedViewOld.d.ts +0 -36
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/UnresolvedViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/indexOld.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/indexOld.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/styledOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/ActionOld.d.ts +0 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/SkeletonOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/RelatedLinksActionIconOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/ActionBlockOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/ActionGroupOld.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/FeatureDiscoveryOld.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/styled.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/block/indexOld.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/ElementGroupOld.d.ts +0 -17
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/resolved/FooterBlockResolvedViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/indexOld.d.ts +0 -14
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/indexOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/TitleBlockErroredViewOld.d.ts +0 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/TitleBlockResolvingViewOld.d.ts +0 -14
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/container/indexOld.d.ts +0 -24
- package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/LayeredLinkOld.d.ts +0 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.d.ts +0 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/avatar-group/AvatarGroupOld.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/badge/BadgeOld.d.ts +0 -17
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/date-time/DateTimeOld.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/icon/IconOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/link/LinkOld.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/LozengeOld.d.ts +0 -14
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/LozengeActionErrorOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/LozengeActionItemsGroupOld.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/LozengeActionTriggerOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/media/MediaOld.d.ts +0 -14
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/SnippetElementOld.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/text/TextOld.d.ts +0 -14
- package/dist/types-ts4.5/view/HoverCard/components/ContentContainerOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/HoverCardContentOld.d.ts +0 -5
- package/dist/types-ts4.5/view/HoverCard/components/ImagePreviewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/styled.d.ts +0 -12
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/styled.d.ts +0 -12
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/HoverCardLoadingViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/styled.d.ts +0 -17
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/styled.d.ts +0 -12
- package/dist/types-ts4.5/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +0 -26
- package/dist/types-ts4.5/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +0 -33
- package/dist/types-ts4.5/view/InlineCard/Frame/styled-emotion.d.ts +0 -17
- package/dist/types-ts4.5/view/InlineCard/Icon-emotion.d.ts +0 -12
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +0 -33
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +0 -40
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +0 -21
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -7
- package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +0 -26
- package/dist/types-ts4.5/view/InlineCard/styled-emotion.d.ts +0 -13
- package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +0 -15
- package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/styled.d.ts +0 -4
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyStateOld.d.ts +0 -9
- package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModalOld.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-link-item/RelatedLinkItemOld.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-links-list/RelatedLinksListOld.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/ErrorSvgOld.d.ts +0 -6
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/ResolvedOld.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/unavailable-svg/UnavailableSvgOld.d.ts +0 -6
- package/dist/types-ts4.5/view/common/IconOld.d.ts +0 -21
- package/dist/types-ts4.5/view/common/ai-prism/AIPrismOld.d.ts +0 -8
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +0 -14
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +0 -9
- package/dist/types-ts4.5/view/common/ai-summary/AISummaryOld.d.ts +0 -38
- package/dist/types-ts4.5/view/common/ai-summary/ulistOld.d.ts +0 -8
- package/dist/types-ts4.5/view/common/stop-propagation/StopPropagationOld.d.ts +0 -11
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React, { useMemo } from 'react';
|
|
6
|
-
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
|
-
import { jsx } from '@emotion/react';
|
|
9
|
-
import { FormattedMessage } from 'react-intl-next';
|
|
10
|
-
import Heading from '@atlaskit/heading';
|
|
11
|
-
import DownloadIcon from '@atlaskit/icon/core/download';
|
|
12
|
-
import FullscreenExitIcon from '@atlaskit/icon/core/fullscreen-exit';
|
|
13
|
-
import CrossIcon from '@atlaskit/icon/core/migration/close--cross';
|
|
14
|
-
import VidFullScreenOnIcon from '@atlaskit/icon/core/migration/fullscreen-enter--vid-full-screen-on';
|
|
15
|
-
import ShortcutIcon from '@atlaskit/icon/core/migration/link-external--shortcut';
|
|
16
|
-
import DownloadIconLegacy from '@atlaskit/icon/glyph/download';
|
|
17
|
-
import VidFullScreenOffIcon from '@atlaskit/icon/glyph/vid-full-screen-off';
|
|
18
|
-
import { useModal } from '@atlaskit/modal-dialog';
|
|
19
|
-
import { messages } from '../../../../messages';
|
|
20
|
-
import { Icon } from '../../../common/Icon';
|
|
21
|
-
import { MAX_MODAL_SIZE } from '../../constants';
|
|
22
|
-
import LinkInfoButton from './link-info-button';
|
|
23
|
-
import { actionCss, containerStyles, iconCss, titleCss } from './styledOld';
|
|
24
|
-
var LinkInfo = function LinkInfo(_ref) {
|
|
25
|
-
var icon = _ref.icon,
|
|
26
|
-
providerName = _ref.providerName,
|
|
27
|
-
onDownloadButtonClick = _ref.onDownloadButtonClick,
|
|
28
|
-
onResizeButtonClick = _ref.onResizeButtonClick,
|
|
29
|
-
onViewButtonClick = _ref.onViewButtonClick,
|
|
30
|
-
size = _ref.size,
|
|
31
|
-
testId = _ref.testId,
|
|
32
|
-
title = _ref.title;
|
|
33
|
-
var _useModal = useModal(),
|
|
34
|
-
onClose = _useModal.onClose;
|
|
35
|
-
var downloadButton = useMemo(function () {
|
|
36
|
-
if (onDownloadButtonClick) {
|
|
37
|
-
return jsx(LinkInfoButton, {
|
|
38
|
-
content: jsx(FormattedMessage, messages.download),
|
|
39
|
-
icon: jsx(DownloadIcon, {
|
|
40
|
-
label: messages.download.defaultMessage,
|
|
41
|
-
LEGACY_fallbackIcon: DownloadIconLegacy,
|
|
42
|
-
spacing: "spacious",
|
|
43
|
-
color: "currentColor"
|
|
44
|
-
}),
|
|
45
|
-
onClick: onDownloadButtonClick,
|
|
46
|
-
testId: "".concat(testId, "-download")
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
}, [onDownloadButtonClick, testId]);
|
|
50
|
-
var urlButton = useMemo(function () {
|
|
51
|
-
if (onViewButtonClick) {
|
|
52
|
-
var content = providerName ? jsx(React.Fragment, null, jsx(FormattedMessage, messages.viewIn), " ", providerName) : jsx(FormattedMessage, messages.viewOriginal);
|
|
53
|
-
return jsx(LinkInfoButton, {
|
|
54
|
-
content: content,
|
|
55
|
-
icon: jsx(ShortcutIcon, {
|
|
56
|
-
label: messages.viewOriginal.defaultMessage,
|
|
57
|
-
spacing: "spacious",
|
|
58
|
-
color: "currentColor"
|
|
59
|
-
}),
|
|
60
|
-
onClick: onViewButtonClick,
|
|
61
|
-
testId: "".concat(testId, "-url")
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
}, [onViewButtonClick, providerName, testId]);
|
|
65
|
-
var sizeButton = useMemo(function () {
|
|
66
|
-
var isFullScreen = size === MAX_MODAL_SIZE;
|
|
67
|
-
var message = isFullScreen ? messages.preview_min_size : messages.preview_max_size;
|
|
68
|
-
var icon = isFullScreen ? jsx(FullscreenExitIcon, {
|
|
69
|
-
LEGACY_fallbackIcon: VidFullScreenOffIcon,
|
|
70
|
-
label: message.defaultMessage,
|
|
71
|
-
spacing: "spacious",
|
|
72
|
-
color: "currentColor"
|
|
73
|
-
}) : jsx(VidFullScreenOnIcon, {
|
|
74
|
-
label: message.defaultMessage,
|
|
75
|
-
spacing: "spacious",
|
|
76
|
-
color: "currentColor"
|
|
77
|
-
});
|
|
78
|
-
return (
|
|
79
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
80
|
-
jsx("span", {
|
|
81
|
-
className: "smart-link-resize-button"
|
|
82
|
-
}, jsx(LinkInfoButton, {
|
|
83
|
-
content: jsx(FormattedMessage, message),
|
|
84
|
-
icon: icon,
|
|
85
|
-
onClick: onResizeButtonClick,
|
|
86
|
-
testId: "".concat(testId, "-resize")
|
|
87
|
-
}))
|
|
88
|
-
);
|
|
89
|
-
}, [onResizeButtonClick, size, testId]);
|
|
90
|
-
return (
|
|
91
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
92
|
-
jsx("div", {
|
|
93
|
-
css: containerStyles
|
|
94
|
-
}, icon &&
|
|
95
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
96
|
-
jsx("div", {
|
|
97
|
-
css: iconCss,
|
|
98
|
-
"data-testid": "".concat(testId, "-icon")
|
|
99
|
-
}, jsx(Icon, icon)), jsx("div", {
|
|
100
|
-
css: titleCss
|
|
101
|
-
}, jsx(Heading, {
|
|
102
|
-
size: "medium",
|
|
103
|
-
testId: "".concat(testId, "-title")
|
|
104
|
-
}, title), jsx("span", {
|
|
105
|
-
tabIndex: 0
|
|
106
|
-
})), jsx("div", {
|
|
107
|
-
css: actionCss
|
|
108
|
-
}, downloadButton, urlButton, sizeButton, jsx(LinkInfoButton, {
|
|
109
|
-
content: jsx(FormattedMessage, messages.preview_close),
|
|
110
|
-
icon: jsx(CrossIcon, {
|
|
111
|
-
label: messages.preview_close.defaultMessage,
|
|
112
|
-
color: "currentColor",
|
|
113
|
-
spacing: "spacious"
|
|
114
|
-
}),
|
|
115
|
-
onClick: onClose,
|
|
116
|
-
testId: "".concat(testId, "-close")
|
|
117
|
-
})))
|
|
118
|
-
);
|
|
119
|
-
};
|
|
120
|
-
export default LinkInfo;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/design-system/use-tokens-typography */
|
|
2
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
|
-
import { css } from '@emotion/react';
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
|
-
export var containerStyles = css({
|
|
6
|
-
alignItems: 'center',
|
|
7
|
-
display: 'flex',
|
|
8
|
-
gap: "var(--ds-space-100, 8px)",
|
|
9
|
-
justifyContent: 'space-between',
|
|
10
|
-
// AK ModalBody has 2px padding top and bottom.
|
|
11
|
-
// Using 14px here to create 16px gap between
|
|
12
|
-
// link info and iframe
|
|
13
|
-
padding: "var(--ds-space-300, 24px)".concat(" ", "var(--ds-space-300, 24px)", " 14px ", "var(--ds-space-300, 24px)")
|
|
14
|
-
});
|
|
15
|
-
var iconSize = '24px';
|
|
16
|
-
// EDM-7328: CSS Specificity
|
|
17
|
-
// An embed modal icon css for img, span, svg has specificity weight of 0-1-1.
|
|
18
|
-
// Specify flex ui icon selector to increase specificity weight to 0-2-1.
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
20
|
-
export var iconCss = css({
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
22
|
-
'&, [data-smart-element-icon] img, [data-smart-element-icon] span, [data-smart-element-icon] svg, img, span, svg': {
|
|
23
|
-
height: iconSize,
|
|
24
|
-
minHeight: iconSize,
|
|
25
|
-
maxHeight: iconSize,
|
|
26
|
-
width: iconSize,
|
|
27
|
-
minWidth: iconSize,
|
|
28
|
-
maxWidth: iconSize
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
var height = '20px';
|
|
32
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
33
|
-
export var titleCss = css({
|
|
34
|
-
flex: '1 1 auto',
|
|
35
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
36
|
-
h3: {
|
|
37
|
-
flex: '1 1 auto',
|
|
38
|
-
font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
39
|
-
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
40
|
-
display: '-webkit-box',
|
|
41
|
-
marginBottom: 0,
|
|
42
|
-
overflow: 'hidden',
|
|
43
|
-
textOverflow: 'ellipsis',
|
|
44
|
-
wordBreak: 'break-word',
|
|
45
|
-
WebkitLineClamp: 1,
|
|
46
|
-
WebkitBoxOrient: 'vertical',
|
|
47
|
-
'@supports not (-webkit-line-clamp: 1)': {
|
|
48
|
-
maxHeight: height
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
54
|
-
export var actionCss = css({
|
|
55
|
-
display: 'flex',
|
|
56
|
-
flex: '0 0 auto',
|
|
57
|
-
gap: "var(--ds-space-050, 4px)",
|
|
58
|
-
lineHeight: height,
|
|
59
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
60
|
-
span: {
|
|
61
|
-
lineHeight: height
|
|
62
|
-
},
|
|
63
|
-
'@media only screen and (max-width: 980px)': {
|
|
64
|
-
// Hide resize button if the screen is smaller than the min width
|
|
65
|
-
// or too small to have enough impact to matter.
|
|
66
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
67
|
-
'.smart-link-resize-button': {
|
|
68
|
-
display: 'none'
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
});
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
|
-
import { jsx } from '@emotion/react';
|
|
7
|
-
import { SmartLinkSize } from '../../../../../constants';
|
|
8
|
-
import ActionButton from './action-button';
|
|
9
|
-
import ActionDropdownItem from './action-dropdown-item';
|
|
10
|
-
import ActionIcon from './action-icon';
|
|
11
|
-
import ActionStackItem from './action-stack-item';
|
|
12
|
-
/**
|
|
13
|
-
* A base action that can be triggered with an on click.
|
|
14
|
-
* @internal
|
|
15
|
-
* @param {ActionProps} ActionProps - The props necessary for the Action.
|
|
16
|
-
*/
|
|
17
|
-
var ActionOld = function ActionOld(_ref) {
|
|
18
|
-
var as = _ref.as,
|
|
19
|
-
_ref$appearance = _ref.appearance,
|
|
20
|
-
appearance = _ref$appearance === void 0 ? 'subtle' : _ref$appearance,
|
|
21
|
-
content = _ref.content,
|
|
22
|
-
_ref$isLoading = _ref.isLoading,
|
|
23
|
-
isLoading = _ref$isLoading === void 0 ? false : _ref$isLoading,
|
|
24
|
-
onClick = _ref.onClick,
|
|
25
|
-
_ref$size = _ref.size,
|
|
26
|
-
size = _ref$size === void 0 ? SmartLinkSize.Medium : _ref$size,
|
|
27
|
-
_ref$testId = _ref.testId,
|
|
28
|
-
testId = _ref$testId === void 0 ? 'smart-action' : _ref$testId,
|
|
29
|
-
icon = _ref.icon,
|
|
30
|
-
_ref$iconPosition = _ref.iconPosition,
|
|
31
|
-
iconPosition = _ref$iconPosition === void 0 ? 'before' : _ref$iconPosition,
|
|
32
|
-
spaceInline = _ref.spaceInline,
|
|
33
|
-
tooltipMessage = _ref.tooltipMessage,
|
|
34
|
-
tooltipOnHide = _ref.tooltipOnHide,
|
|
35
|
-
hideTooltip = _ref.hideTooltip,
|
|
36
|
-
hideTooltipOnMouseDown = _ref.hideTooltipOnMouseDown,
|
|
37
|
-
xcss = _ref.xcss,
|
|
38
|
-
asDropDownItem = _ref.asDropDownItem,
|
|
39
|
-
overrideCss = _ref.overrideCss,
|
|
40
|
-
isDisabled = _ref.isDisabled,
|
|
41
|
-
href = _ref.href,
|
|
42
|
-
ariaLabel = _ref.ariaLabel,
|
|
43
|
-
Wrapper = _ref.wrapper;
|
|
44
|
-
if (!onClick) {
|
|
45
|
-
return null;
|
|
46
|
-
}
|
|
47
|
-
var isStackItem = as === 'stack-item';
|
|
48
|
-
var isDropdownItem = as === 'dropdown-item' || asDropDownItem;
|
|
49
|
-
var actionIcon = icon ? jsx(ActionIcon, {
|
|
50
|
-
asStackItemIcon: isStackItem,
|
|
51
|
-
isDisabled: isDisabled,
|
|
52
|
-
icon: icon,
|
|
53
|
-
size: size,
|
|
54
|
-
testId: testId
|
|
55
|
-
}) : undefined;
|
|
56
|
-
var iconBefore = icon && iconPosition === 'before' ? actionIcon : undefined;
|
|
57
|
-
var iconAfter = icon && iconPosition === 'after' ? actionIcon : undefined;
|
|
58
|
-
if (isStackItem) {
|
|
59
|
-
return jsx(ActionStackItem, {
|
|
60
|
-
content: content,
|
|
61
|
-
icon: actionIcon,
|
|
62
|
-
space: spaceInline,
|
|
63
|
-
isDisabled: isDisabled,
|
|
64
|
-
isLoading: isLoading,
|
|
65
|
-
onClick: onClick,
|
|
66
|
-
size: size,
|
|
67
|
-
testId: testId,
|
|
68
|
-
tooltipMessage: tooltipMessage || content
|
|
69
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
70
|
-
,
|
|
71
|
-
xcss: xcss,
|
|
72
|
-
tooltipOnHide: tooltipOnHide,
|
|
73
|
-
hideTooltipOnMouseDown: hideTooltipOnMouseDown,
|
|
74
|
-
hideTooltip: hideTooltip
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
if (isDropdownItem) {
|
|
78
|
-
return jsx(ActionDropdownItem, {
|
|
79
|
-
content: content,
|
|
80
|
-
iconAfter: iconAfter,
|
|
81
|
-
iconBefore: iconBefore,
|
|
82
|
-
isLoading: isLoading,
|
|
83
|
-
onClick: onClick,
|
|
84
|
-
testId: testId
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
var button = jsx(ActionButton, {
|
|
88
|
-
appearance: appearance,
|
|
89
|
-
content: content,
|
|
90
|
-
iconAfter: iconAfter,
|
|
91
|
-
iconBefore: iconBefore,
|
|
92
|
-
isLoading: isLoading,
|
|
93
|
-
onClick: onClick,
|
|
94
|
-
overrideCss: overrideCss,
|
|
95
|
-
size: size,
|
|
96
|
-
testId: testId,
|
|
97
|
-
tooltipMessage: tooltipMessage || content,
|
|
98
|
-
isDisabled: isDisabled,
|
|
99
|
-
href: href,
|
|
100
|
-
ariaLabel: ariaLabel
|
|
101
|
-
});
|
|
102
|
-
return Wrapper !== undefined ? jsx(Wrapper, null, button) : button;
|
|
103
|
-
};
|
|
104
|
-
export default ActionOld;
|
package/dist/esm/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React, { useCallback } from 'react';
|
|
6
|
-
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
|
-
import { css, jsx } from '@emotion/react';
|
|
9
|
-
import { LoadingButton } from '@atlaskit/button';
|
|
10
|
-
import Tooltip from '@atlaskit/tooltip';
|
|
11
|
-
import { SmartLinkSize } from '../../../../../../constants';
|
|
12
|
-
import { sizeToButtonSpacing } from '../../../utils';
|
|
13
|
-
var getButtonStyle = function getButtonStyle(size, iconOnly) {
|
|
14
|
-
switch (size) {
|
|
15
|
-
case SmartLinkSize.Large:
|
|
16
|
-
return iconOnly ? css({
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
18
|
-
'button, button:hover, button:focus, button:active': {
|
|
19
|
-
padding: 0,
|
|
20
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
21
|
-
'> span': {
|
|
22
|
-
margin: 0
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}) : '';
|
|
26
|
-
case SmartLinkSize.Small:
|
|
27
|
-
return css({
|
|
28
|
-
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
29
|
-
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
30
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
31
|
-
'button, button:hover, button:focus, button:active': [{
|
|
32
|
-
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
33
|
-
lineHeight: 'inherit'
|
|
34
|
-
}, iconOnly ? "\n padding: 0.125rem;\n " : "\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n "]
|
|
35
|
-
});
|
|
36
|
-
case SmartLinkSize.XLarge:
|
|
37
|
-
case SmartLinkSize.Medium:
|
|
38
|
-
default:
|
|
39
|
-
return '';
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
var ActionButtonOld = function ActionButtonOld(_ref) {
|
|
43
|
-
var appearance = _ref.appearance,
|
|
44
|
-
content = _ref.content,
|
|
45
|
-
iconAfter = _ref.iconAfter,
|
|
46
|
-
iconBefore = _ref.iconBefore,
|
|
47
|
-
isLoading = _ref.isLoading,
|
|
48
|
-
onClick = _ref.onClick,
|
|
49
|
-
overrideCss = _ref.overrideCss,
|
|
50
|
-
size = _ref.size,
|
|
51
|
-
testId = _ref.testId,
|
|
52
|
-
tooltipMessage = _ref.tooltipMessage,
|
|
53
|
-
isDisabled = _ref.isDisabled,
|
|
54
|
-
href = _ref.href,
|
|
55
|
-
ariaLabel = _ref.ariaLabel;
|
|
56
|
-
var iconOnly = !content;
|
|
57
|
-
var onButtonClick = useCallback(function (handler) {
|
|
58
|
-
return function (e) {
|
|
59
|
-
e.preventDefault();
|
|
60
|
-
handler();
|
|
61
|
-
};
|
|
62
|
-
}, []);
|
|
63
|
-
return jsx("div", {
|
|
64
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
65
|
-
css: [getButtonStyle(size, iconOnly), overrideCss],
|
|
66
|
-
"data-testid": "".concat(testId, "-button-wrapper")
|
|
67
|
-
}, jsx(Tooltip, {
|
|
68
|
-
content: tooltipMessage,
|
|
69
|
-
hideTooltipOnClick: true,
|
|
70
|
-
testId: "".concat(testId, "-tooltip")
|
|
71
|
-
}, jsx(LoadingButton, {
|
|
72
|
-
appearance: appearance,
|
|
73
|
-
iconAfter: iconAfter,
|
|
74
|
-
iconBefore: iconBefore,
|
|
75
|
-
isDisabled: isDisabled,
|
|
76
|
-
isLoading: isLoading,
|
|
77
|
-
onClick: onButtonClick(onClick),
|
|
78
|
-
spacing: sizeToButtonSpacing[size],
|
|
79
|
-
testId: testId,
|
|
80
|
-
href: href,
|
|
81
|
-
"aria-label": ariaLabel
|
|
82
|
-
}, content)));
|
|
83
|
-
};
|
|
84
|
-
export default ActionButtonOld;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @atlaskit/design-system/use-tokens-typography */
|
|
2
|
-
/**
|
|
3
|
-
* @jsxRuntime classic
|
|
4
|
-
* @jsx jsx
|
|
5
|
-
*/
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
|
-
import { css, jsx } from '@emotion/react';
|
|
8
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
|
-
import { SmartLinkSize } from '../../../../../../constants';
|
|
10
|
-
import { getIconSizeStyles } from '../../../utils';
|
|
11
|
-
var getIconWidth = function getIconWidth(size) {
|
|
12
|
-
switch (size) {
|
|
13
|
-
case SmartLinkSize.XLarge:
|
|
14
|
-
case SmartLinkSize.Large:
|
|
15
|
-
return '1.5rem';
|
|
16
|
-
case SmartLinkSize.Medium:
|
|
17
|
-
case SmartLinkSize.Small:
|
|
18
|
-
default:
|
|
19
|
-
return '1rem';
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
var getIconStyles = function getIconStyles(isDisabled) {
|
|
23
|
-
return css({
|
|
24
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
25
|
-
color: isDisabled ? "var(--ds-text-disabled, #6B778C)" : "var(--ds-icon, #44546F)"
|
|
26
|
-
});
|
|
27
|
-
};
|
|
28
|
-
var stackItemIconSizeStyles = getIconSizeStyles('20px');
|
|
29
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
30
|
-
var stackItemIconStyles = css(stackItemIconSizeStyles, {
|
|
31
|
-
display: 'inline-block',
|
|
32
|
-
lineHeight: 0,
|
|
33
|
-
padding: "var(--ds-space-025, 2px)",
|
|
34
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
35
|
-
'span,svg,img': {
|
|
36
|
-
lineHeight: 0
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
var newStackItemIconStyles = css({
|
|
40
|
-
display: 'inline-block',
|
|
41
|
-
lineHeight: 0
|
|
42
|
-
});
|
|
43
|
-
var ActionIconOld = function ActionIconOld(_ref) {
|
|
44
|
-
var size = _ref.size,
|
|
45
|
-
testId = _ref.testId,
|
|
46
|
-
icon = _ref.icon,
|
|
47
|
-
isDisabled = _ref.isDisabled,
|
|
48
|
-
asStackItemIcon = _ref.asStackItemIcon;
|
|
49
|
-
return jsx("span", {
|
|
50
|
-
css: [
|
|
51
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
52
|
-
getIconStyles(isDisabled), !fg('platform-visual-refresh-icons') ? asStackItemIcon ? stackItemIconStyles :
|
|
53
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
54
|
-
getIconSizeStyles(getIconWidth(size)) : newStackItemIconStyles],
|
|
55
|
-
"data-testid": "".concat(testId, "-icon")
|
|
56
|
-
}, icon);
|
|
57
|
-
};
|
|
58
|
-
export default ActionIconOld;
|
package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React, { useCallback } from 'react';
|
|
3
|
-
import { Box, Inline, Pressable, xcss } from '@atlaskit/primitives';
|
|
4
|
-
import Spinner from '@atlaskit/spinner';
|
|
5
|
-
import { getPrimitivesInlineSpaceBySize } from '../../../utils';
|
|
6
|
-
import ActionIcon from '../action-icon';
|
|
7
|
-
var buttonStyles = xcss({
|
|
8
|
-
all: 'unset',
|
|
9
|
-
padding: 'space.050',
|
|
10
|
-
width: '100%',
|
|
11
|
-
':hover': {
|
|
12
|
-
backgroundColor: 'color.background.neutral.subtle.hovered'
|
|
13
|
-
},
|
|
14
|
-
':active': {
|
|
15
|
-
backgroundColor: 'color.background.neutral.subtle.pressed'
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
var contentStyles = xcss({
|
|
19
|
-
color: 'color.text',
|
|
20
|
-
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
21
|
-
});
|
|
22
|
-
var ActionButtonOld = function ActionButtonOld(_ref) {
|
|
23
|
-
var content = _ref.content,
|
|
24
|
-
iconOption = _ref.icon,
|
|
25
|
-
isDisabled = _ref.isDisabled,
|
|
26
|
-
isLoading = _ref.isLoading,
|
|
27
|
-
onClickCallback = _ref.onClick,
|
|
28
|
-
size = _ref.size,
|
|
29
|
-
spaceOption = _ref.space,
|
|
30
|
-
testId = _ref.testId,
|
|
31
|
-
tooltipProps = _ref.tooltipProps,
|
|
32
|
-
xcss = _ref.xcss;
|
|
33
|
-
var space = spaceOption !== null && spaceOption !== void 0 ? spaceOption : getPrimitivesInlineSpaceBySize(size);
|
|
34
|
-
var onClick = useCallback(function () {
|
|
35
|
-
if (!isDisabled && !isLoading && onClickCallback) {
|
|
36
|
-
onClickCallback();
|
|
37
|
-
}
|
|
38
|
-
}, [isDisabled, isLoading, onClickCallback]);
|
|
39
|
-
var icon = iconOption && isLoading ? /*#__PURE__*/React.createElement(ActionIcon, {
|
|
40
|
-
asStackItemIcon: true,
|
|
41
|
-
icon: /*#__PURE__*/React.createElement(Spinner, {
|
|
42
|
-
testId: "".concat(testId, "-loading")
|
|
43
|
-
}),
|
|
44
|
-
size: size
|
|
45
|
-
}) : iconOption;
|
|
46
|
-
return (
|
|
47
|
-
/*#__PURE__*/
|
|
48
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
49
|
-
React.createElement(Pressable, _extends({
|
|
50
|
-
xcss: [buttonStyles, xcss]
|
|
51
|
-
}, tooltipProps, {
|
|
52
|
-
onClick: onClick,
|
|
53
|
-
testId: testId
|
|
54
|
-
}), /*#__PURE__*/React.createElement(Inline, {
|
|
55
|
-
alignBlock: "center",
|
|
56
|
-
grow: "fill",
|
|
57
|
-
space: space
|
|
58
|
-
}, icon, /*#__PURE__*/React.createElement(Box, {
|
|
59
|
-
xcss: contentStyles
|
|
60
|
-
}, content)))
|
|
61
|
-
);
|
|
62
|
-
};
|
|
63
|
-
export default ActionButtonOld;
|
package/dist/esm/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React, { lazy, useCallback } from 'react';
|
|
3
|
-
import { FormattedMessage, useIntl } from 'react-intl-next';
|
|
4
|
-
import AutomationIcon from '@atlaskit/icon/core/automation';
|
|
5
|
-
import { Text } from '@atlaskit/primitives';
|
|
6
|
-
import { useAnalyticsEvents } from '../../../../../common/analytics/generated/use-analytics-events';
|
|
7
|
-
import { ActionName } from '../../../../../constants';
|
|
8
|
-
import { messages } from '../../../../../messages';
|
|
9
|
-
import { useFlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
10
|
-
import { useSmartLinkModal } from '../../../../../state/modal';
|
|
11
|
-
import Action from '../action';
|
|
12
|
-
import AutomationManualTriggersGlyph from './manual-triggers-icon';
|
|
13
|
-
import { getModalContent } from './utils';
|
|
14
|
-
var AutomationModal = /*#__PURE__*/lazy(function () {
|
|
15
|
-
return import( /* webpackChunkName: "@atlaskit-internal_smart-card-automation-modal" */'./automation-manual-triggers/manual-triggers-modal');
|
|
16
|
-
});
|
|
17
|
-
var AutomationActionOld = function AutomationActionOld(props) {
|
|
18
|
-
var _context$actions;
|
|
19
|
-
var _useIntl = useIntl(),
|
|
20
|
-
formatMessage = _useIntl.formatMessage;
|
|
21
|
-
var modal = useSmartLinkModal();
|
|
22
|
-
var onClickCallback = props.onClick;
|
|
23
|
-
var context = useFlexibleUiContext();
|
|
24
|
-
var _useAnalyticsEvents = useAnalyticsEvents(),
|
|
25
|
-
fireEvent = _useAnalyticsEvents.fireEvent;
|
|
26
|
-
var automationActionData = context === null || context === void 0 || (_context$actions = context.actions) === null || _context$actions === void 0 ? void 0 : _context$actions[ActionName.AutomationAction];
|
|
27
|
-
var automationActionOnClick = useCallback(function (automationActionData) {
|
|
28
|
-
var product = automationActionData.product,
|
|
29
|
-
resourceType = automationActionData.resourceType,
|
|
30
|
-
baseAutomationUrl = automationActionData.baseAutomationUrl,
|
|
31
|
-
objectAri = automationActionData.objectAri,
|
|
32
|
-
siteAri = automationActionData.siteAri,
|
|
33
|
-
canManageAutomation = automationActionData.canManageAutomation,
|
|
34
|
-
analyticsSource = automationActionData.analyticsSource,
|
|
35
|
-
objectName = automationActionData.objectName;
|
|
36
|
-
fireEvent('ui.button.clicked.automationAction', {});
|
|
37
|
-
var _ref = getModalContent(product, resourceType) || {},
|
|
38
|
-
modalTitle = _ref.modalTitle,
|
|
39
|
-
modalDescription = _ref.modalDescription;
|
|
40
|
-
var automationModalTitle = modalTitle ? /*#__PURE__*/React.createElement(FormattedMessage, modalTitle) : undefined;
|
|
41
|
-
var automationModalDescription = modalDescription ? /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, modalDescription, {
|
|
42
|
-
values: {
|
|
43
|
-
name: objectName,
|
|
44
|
-
b: function b(chunks) {
|
|
45
|
-
return /*#__PURE__*/React.createElement(Text, {
|
|
46
|
-
as: "strong"
|
|
47
|
-
}, chunks);
|
|
48
|
-
},
|
|
49
|
-
br: /*#__PURE__*/React.createElement("br", null)
|
|
50
|
-
}
|
|
51
|
-
})) : undefined;
|
|
52
|
-
modal.open( /*#__PURE__*/React.createElement(AutomationModal, {
|
|
53
|
-
baseAutomationUrl: baseAutomationUrl,
|
|
54
|
-
objectAri: objectAri,
|
|
55
|
-
siteAri: siteAri,
|
|
56
|
-
canManageAutomation: canManageAutomation,
|
|
57
|
-
analyticsSource: analyticsSource,
|
|
58
|
-
modalTitle: automationModalTitle,
|
|
59
|
-
modalDescription: automationModalDescription,
|
|
60
|
-
onClose: function onClose() {
|
|
61
|
-
return modal.close();
|
|
62
|
-
}
|
|
63
|
-
}));
|
|
64
|
-
onClickCallback === null || onClickCallback === void 0 || onClickCallback();
|
|
65
|
-
}, [modal, onClickCallback, fireEvent]);
|
|
66
|
-
if (!automationActionData) {
|
|
67
|
-
return null;
|
|
68
|
-
}
|
|
69
|
-
var automationActionTitle = /*#__PURE__*/React.createElement(FormattedMessage, messages.automation_action_title);
|
|
70
|
-
var automationActionTooltip = /*#__PURE__*/React.createElement(FormattedMessage, messages.automation_action_tooltip);
|
|
71
|
-
var automationActionIconLabel = formatMessage(messages.automation_action_icon_label);
|
|
72
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Action, _extends({
|
|
73
|
-
content: automationActionTitle,
|
|
74
|
-
icon: /*#__PURE__*/React.createElement(AutomationIcon, {
|
|
75
|
-
spacing: "spacious",
|
|
76
|
-
LEGACY_fallbackIcon: AutomationManualTriggersGlyph,
|
|
77
|
-
color: "currentColor",
|
|
78
|
-
label: automationActionIconLabel
|
|
79
|
-
}),
|
|
80
|
-
testId: "smart-action-automation-action",
|
|
81
|
-
tooltipMessage: automationActionTooltip
|
|
82
|
-
}, props, {
|
|
83
|
-
onClick: function onClick() {
|
|
84
|
-
return automationActionOnClick(automationActionData);
|
|
85
|
-
}
|
|
86
|
-
})));
|
|
87
|
-
};
|
|
88
|
-
export default AutomationActionOld;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { defineMessages, FormattedMessage, useIntl } from 'react-intl-next';
|
|
3
|
-
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
4
|
-
import Button from '@atlaskit/button';
|
|
5
|
-
import { Box, Stack, xcss } from '@atlaskit/primitives';
|
|
6
|
-
import { useAutomationMenu } from '../../menu-context';
|
|
7
|
-
import EmptyIcon from './empty-icon';
|
|
8
|
-
var i18n = defineMessages({
|
|
9
|
-
defaultEmptyStateAdminDesc: {
|
|
10
|
-
id: 'automation-menu.modal.empty.automations.admin.description',
|
|
11
|
-
defaultMessage: 'Use the manual trigger to populate a menu of selections that anyone, or people you specify, can apply as one-click automations.',
|
|
12
|
-
description: 'A description shown in the automation menu when the rule list is empty for an admin.'
|
|
13
|
-
},
|
|
14
|
-
defaultEmptyStateDesc: {
|
|
15
|
-
id: 'automation-menu.modal.empty.automations.user.description',
|
|
16
|
-
defaultMessage: 'Admins haven’t configured any manually triggered automations yet.',
|
|
17
|
-
description: 'A description shown in the automation menu when the rule list is empty for a user.'
|
|
18
|
-
},
|
|
19
|
-
learnMoreLink: {
|
|
20
|
-
id: 'automation-menu.empty-state.learn-more.link',
|
|
21
|
-
defaultMessage: 'Learn more about the manual trigger',
|
|
22
|
-
description: 'The text of a link that takes a user to the documentation for manually triggered rules in Automation for Confluence.'
|
|
23
|
-
},
|
|
24
|
-
emptyAutomationListImageAlt: {
|
|
25
|
-
id: 'automation-menu.empty-state.image.alt',
|
|
26
|
-
defaultMessage: 'Empty automation list icon',
|
|
27
|
-
description: 'Alternative text for the image that renders when the automation list is empty.'
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
var emptyStateStyles = xcss({
|
|
31
|
-
paddingLeft: 'space.300',
|
|
32
|
-
paddingRight: 'space.300',
|
|
33
|
-
marginTop: 'space.500'
|
|
34
|
-
});
|
|
35
|
-
var imageStyles = xcss({
|
|
36
|
-
marginTop: 'space.050',
|
|
37
|
-
marginBottom: 'space.300',
|
|
38
|
-
width: '160px',
|
|
39
|
-
height: '156px'
|
|
40
|
-
});
|
|
41
|
-
var descriptionStyles = xcss({
|
|
42
|
-
width: '360px',
|
|
43
|
-
textAlign: 'center'
|
|
44
|
-
});
|
|
45
|
-
export var AutomationModalEmptyStateOld = function AutomationModalEmptyStateOld() {
|
|
46
|
-
var _useIntl = useIntl(),
|
|
47
|
-
formatMessage = _useIntl.formatMessage;
|
|
48
|
-
var _useAnalyticsEvents = useAnalyticsEvents(),
|
|
49
|
-
createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
|
|
50
|
-
var _useAutomationMenu = useAutomationMenu(),
|
|
51
|
-
canManageAutomation = _useAutomationMenu.canManageAutomation,
|
|
52
|
-
analyticsSource = _useAutomationMenu.analyticsSource,
|
|
53
|
-
emptyStateDescription = _useAutomationMenu.emptyStateDescription,
|
|
54
|
-
emptyStateAdminDescription = _useAutomationMenu.emptyStateAdminDescription;
|
|
55
|
-
var emptyStateDesc = emptyStateDescription !== null && emptyStateDescription !== void 0 ? emptyStateDescription : /*#__PURE__*/React.createElement(FormattedMessage, i18n.defaultEmptyStateDesc);
|
|
56
|
-
var adminEmptyStateDesc = emptyStateAdminDescription !== null && emptyStateAdminDescription !== void 0 ? emptyStateAdminDescription : /*#__PURE__*/React.createElement(FormattedMessage, i18n.defaultEmptyStateAdminDesc);
|
|
57
|
-
var displayedEmptyStateDesc = canManageAutomation ? adminEmptyStateDesc : emptyStateDesc;
|
|
58
|
-
return /*#__PURE__*/React.createElement(Stack, {
|
|
59
|
-
xcss: emptyStateStyles,
|
|
60
|
-
alignInline: "center",
|
|
61
|
-
alignBlock: "center",
|
|
62
|
-
grow: "fill"
|
|
63
|
-
}, /*#__PURE__*/React.createElement(Box, {
|
|
64
|
-
xcss: imageStyles
|
|
65
|
-
}, /*#__PURE__*/React.createElement(EmptyIcon, {
|
|
66
|
-
alt: formatMessage(i18n.emptyAutomationListImageAlt)
|
|
67
|
-
})), /*#__PURE__*/React.createElement(Box, {
|
|
68
|
-
xcss: descriptionStyles
|
|
69
|
-
}, displayedEmptyStateDesc, canManageAutomation && /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Button, {
|
|
70
|
-
appearance: "link",
|
|
71
|
-
spacing: "none",
|
|
72
|
-
href: "https://www.atlassian.com/platform/automation",
|
|
73
|
-
target: "_blank",
|
|
74
|
-
onClick: function onClick() {
|
|
75
|
-
createAnalyticsEvent({
|
|
76
|
-
type: 'sendUIEvent',
|
|
77
|
-
data: {
|
|
78
|
-
action: 'clicked',
|
|
79
|
-
actionSubject: 'link',
|
|
80
|
-
actionSubjectId: 'learnMore',
|
|
81
|
-
source: analyticsSource
|
|
82
|
-
}
|
|
83
|
-
}).fire();
|
|
84
|
-
}
|
|
85
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, i18n.learnMoreLink)))));
|
|
86
|
-
};
|