@atlaskit/smart-card 35.2.11 → 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 +16 -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.compiled.css +3 -2
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +14 -29
- 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/HoverCardComponent.js +1 -1
- 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.compiled.css +3 -2
- package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +2 -16
- 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/HoverCardComponent.js +1 -1
- 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.compiled.css +3 -2
- package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +14 -29
- 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,4 +0,0 @@
|
|
|
1
|
-
export declare const containerStyles: import("@emotion/react").SerializedStyles;
|
|
2
|
-
export declare const iconCss: import("@emotion/react").SerializedStyles;
|
|
3
|
-
export declare const titleCss: import("@emotion/react").SerializedStyles;
|
|
4
|
-
export declare const actionCss: import("@emotion/react").SerializedStyles;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type ActionProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base action that can be triggered with an on click.
|
|
9
|
-
* @internal
|
|
10
|
-
* @param {ActionProps} ActionProps - The props necessary for the Action.
|
|
11
|
-
*/
|
|
12
|
-
declare const ActionOld: ({ as, appearance, content, isLoading, onClick, size, testId, icon, iconPosition, spaceInline, tooltipMessage, tooltipOnHide, hideTooltip, hideTooltipOnMouseDown, xcss, asDropDownItem, overrideCss, isDisabled, href, ariaLabel, wrapper: Wrapper, }: ActionProps) => jsx.JSX.Element | null;
|
|
13
|
-
export default ActionOld;
|
package/dist/types/view/FlexibleCard/components/actions/action/action-button/ActionButtonOld.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type ActionButtonProps } from './types';
|
|
3
|
-
declare const ActionButtonOld: ({ appearance, content, iconAfter, iconBefore, isLoading, onClick, overrideCss, size, testId, tooltipMessage, isDisabled, href, ariaLabel, }: ActionButtonProps) => jsx.JSX.Element;
|
|
4
|
-
export default ActionButtonOld;
|
package/dist/types/view/FlexibleCard/components/actions/action/action-icon/ActionIconOld.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type ActionIconProps } from './types';
|
|
7
|
-
declare const ActionIconOld: ({ size, testId, icon, isDisabled, asStackItemIcon }: ActionIconProps) => jsx.JSX.Element;
|
|
8
|
-
export default ActionIconOld;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { TriggerProps } from '@atlaskit/tooltip';
|
|
3
|
-
import type { ActionStackItemProps } from './types';
|
|
4
|
-
declare const ActionButtonOld: ({ content, icon: iconOption, isDisabled, isLoading, onClick: onClickCallback, size, space: spaceOption, testId, tooltipProps, xcss, }: import("../types").ActionProps & {
|
|
5
|
-
size: import("../../../../../..").SmartLinkSize;
|
|
6
|
-
space?: import("@atlaskit/primitives/compiled").Space | undefined;
|
|
7
|
-
tooltipOnHide?: ((analyticsEvent: import("@atlaskit/analytics-next").UIAnalyticsEvent) => any) | undefined;
|
|
8
|
-
hideTooltipOnMouseDown?: boolean | undefined;
|
|
9
|
-
} & {
|
|
10
|
-
tooltipProps?: TriggerProps | undefined;
|
|
11
|
-
}) => React.JSX.Element;
|
|
12
|
-
export default ActionButtonOld;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
type AutomationModalHeaderProps = {
|
|
3
|
-
modalTitle?: React.ReactNode;
|
|
4
|
-
modalDescription?: React.ReactNode;
|
|
5
|
-
};
|
|
6
|
-
export declare const AutomationModalHeaderOld: ({ modalTitle, modalDescription, }: AutomationModalHeaderProps) => React.JSX.Element;
|
|
7
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
|
-
type AutomationModalRuleProps = {
|
|
4
|
-
rule: ManualRule;
|
|
5
|
-
selectedRule: ManualRule | undefined;
|
|
6
|
-
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
7
|
-
};
|
|
8
|
-
export declare const AutomationModalRuleOld: ({ rule, selectedRule, setSelectedRule, }: AutomationModalRuleProps) => React.JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
|
-
type AutomationModalRuleListProps = {
|
|
4
|
-
selectedRule: ManualRule | undefined;
|
|
5
|
-
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
6
|
-
};
|
|
7
|
-
export declare const AutomationModalRuleListOld: ({ selectedRule, setSelectedRule, }: AutomationModalRuleListProps) => React.JSX.Element;
|
|
8
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type ActionGroupProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Creates a group of Action components. Accepts an array of Actions, in addition to some styling
|
|
5
|
-
* preferences.
|
|
6
|
-
* @internal
|
|
7
|
-
* @param {ActionGroupProps} ActionGroupProps
|
|
8
|
-
* @see Action
|
|
9
|
-
*/
|
|
10
|
-
declare const ActionGroupOld: ({ items, size, appearance, visibleButtonsNum, onDropdownOpenChange, }: ActionGroupProps) => jsx.JSX.Element | null;
|
|
11
|
-
export default ActionGroupOld;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { AISummaryActionData } from '../../../../../../state/flexible-ui-context/types';
|
|
3
|
-
export declare const AIFooterMetadataOld: ({ testId, url }: AISummaryActionData & {
|
|
4
|
-
testId?: string | undefined;
|
|
5
|
-
}) => React.JSX.Element | null;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export type FeatureDiscoveryProps = {
|
|
3
|
-
children: React.ReactElement;
|
|
4
|
-
testId?: string;
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* This is a hacky solution to help with the feature discovery.
|
|
8
|
-
* This implementation must be removed once the experiment is completed.
|
|
9
|
-
* Cleanup on https://product-fabric.atlassian.net/browse/EDM-9649
|
|
10
|
-
*/
|
|
11
|
-
declare const FeatureDiscoveryOld: ({ children, testId }: FeatureDiscoveryProps) => JSX.Element;
|
|
12
|
-
export default FeatureDiscoveryOld;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { AISummaryBlockProps } from '../types';
|
|
3
|
-
type AISummaryBlockResolvedViewProps = AISummaryBlockProps & {
|
|
4
|
-
/**
|
|
5
|
-
* URL to be summarised
|
|
6
|
-
*/
|
|
7
|
-
url: string;
|
|
8
|
-
};
|
|
9
|
-
declare const AISummaryBlockResolvedViewOld: (props: AISummaryBlockResolvedViewProps) => React.JSX.Element;
|
|
10
|
-
export default AISummaryBlockResolvedViewOld;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type BlockProps } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* A block represents a collection of elements and actions that are arranged
|
|
5
|
-
* in a row. All elements and actions should be contained within a Block.
|
|
6
|
-
* @internal
|
|
7
|
-
* @param {ActionGroupProps} ActionGroupProps
|
|
8
|
-
* @see Action
|
|
9
|
-
*/
|
|
10
|
-
declare const Block: ({ children, direction, size, testId, overrideCss, blockRef, onRender, onTransitionEnd, }: BlockProps) => jsx.JSX.Element;
|
|
11
|
-
export default Block;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
6
|
-
import { SmartLinkAlignment, SmartLinkDirection, SmartLinkPosition, SmartLinkSize, SmartLinkWidth } from '../../../../../constants';
|
|
7
|
-
import { type ElementGroupProps } from './types';
|
|
8
|
-
export declare const getElementGroupStyles: (direction: SmartLinkDirection, size: SmartLinkSize, align: SmartLinkAlignment, width: SmartLinkWidth, position: SmartLinkPosition) => SerializedStyles;
|
|
9
|
-
/**
|
|
10
|
-
* Creates a group of Action components. Accepts an array of Actions, in addition to some styling
|
|
11
|
-
* preferences.
|
|
12
|
-
* @internal
|
|
13
|
-
* @param {ActionGroupProps} ActionGroupProps
|
|
14
|
-
* @see Action
|
|
15
|
-
*/
|
|
16
|
-
declare const ElementGroup: ({ align, children, overrideCss, direction, size, testId, width, position, }: ElementGroupProps) => jsx.JSX.Element;
|
|
17
|
-
export default ElementGroup;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type MetadataBlockProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Represents a MetadataBlock, designed to contain groups of metadata in the form of elements.
|
|
5
|
-
* Accepts an array of elements to be shown either primary (left hand side) or secondary (right hand side).
|
|
6
|
-
* @public
|
|
7
|
-
* @param {MetadataBlockProps} MetadataBlockProps
|
|
8
|
-
* @see Block
|
|
9
|
-
*/
|
|
10
|
-
declare const MetadataBlockOld: ({ maxLines, status, testId, primary, secondary, ...blockProps }: MetadataBlockProps) => React.JSX.Element | null;
|
|
11
|
-
export default MetadataBlockOld;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type PreviewBlockProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* Represents a PreviewBlock, which typically contains media or other large format content.
|
|
9
|
-
* @public
|
|
10
|
-
* @param {PreviewBlockProps} PreviewBlock
|
|
11
|
-
* @see Block
|
|
12
|
-
*/
|
|
13
|
-
declare const PreviewBlock: ({ status, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
|
|
14
|
-
export default PreviewBlock;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type PreviewBlockProps } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* Represents a resolved PreviewBlock, which typically contains media or other large format content.
|
|
5
|
-
* @public
|
|
6
|
-
* @param {PreviewBlock} PreviewBlock
|
|
7
|
-
* @see Block
|
|
8
|
-
*/
|
|
9
|
-
declare const PreviewBlockResolvedViewOld: ({ ignoreContainerPadding, onError, overrideCss, placement, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
|
|
10
|
-
export default PreviewBlockResolvedViewOld;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type TitleBlockProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* Represents a TitleBlock, which is the foundation of Flexible UI.
|
|
5
|
-
* This contains an icon, the link, and any associated metadata and actions in one block.
|
|
6
|
-
* The TitleBlock will also render differently given the state of the smart link.
|
|
7
|
-
* This can be found in the corresponding Resolving, Resolved and Errored views.
|
|
8
|
-
* @public
|
|
9
|
-
* @param {TitleBlockProps} TitleBlockProps
|
|
10
|
-
* @see Block
|
|
11
|
-
* @see TitleBlockResolvingView
|
|
12
|
-
* @see TitleBlockResolvedView
|
|
13
|
-
* @see TitleBlockErroredView
|
|
14
|
-
*/
|
|
15
|
-
declare const TitleBlock: ({ actions, anchorTarget, hideTitleTooltip, maxLines, onActionMenuOpenChange, onClick, overrideCss, status, showActionOnHover, testId, text, icon, theme, hideRetry, metadataPosition, hideIcon, ...props }: TitleBlockProps) => React.JSX.Element;
|
|
16
|
-
export default TitleBlock;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type TitleBlockViewProps } from '../types';
|
|
7
|
-
/**
|
|
8
|
-
* Represents an Errored TitleBlock view.
|
|
9
|
-
* This will render when a Smart Link did not successfully resolve.
|
|
10
|
-
* This may be a result of a Smart Link not having the correct credentials,
|
|
11
|
-
* or the backend response was errored or malformed.
|
|
12
|
-
* @see TitleBlock
|
|
13
|
-
*/
|
|
14
|
-
declare const TitleBlockErroredViewOld: ({ actionGroup, retry, position, testId, title, icon, hideIcon, ...blockProps }: TitleBlockViewProps) => jsx.JSX.Element;
|
|
15
|
-
export default TitleBlockErroredViewOld;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type TitleBlockViewProps } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* This renders a fully resolved TitleBlock.
|
|
5
|
-
* This should render when a Smart Link returns a valid response.
|
|
6
|
-
* @see TitleBlock
|
|
7
|
-
*/
|
|
8
|
-
declare const TitleBlockResolvedViewOld: ({ actionGroup, metadata, position, subtitle, testId, text, icon, title, metadataPosition, hideIcon, ...blockProps }: TitleBlockViewProps) => React.JSX.Element;
|
|
9
|
-
export default TitleBlockResolvedViewOld;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type TitleBlockViewProps } from '../types';
|
|
7
|
-
/**
|
|
8
|
-
* This represents a TitleBlock for a Smart Link that is currently waiting
|
|
9
|
-
* for a request to finish.
|
|
10
|
-
* This should render when a Smart Link has sent a request.
|
|
11
|
-
* @see TitleBlock
|
|
12
|
-
*/
|
|
13
|
-
declare const TitleBlockResolvingViewOld: ({ actionGroup, testId, title, hideIcon, ...blockProps }: TitleBlockViewProps) => jsx.JSX.Element;
|
|
14
|
-
export default TitleBlockResolvingViewOld;
|
package/dist/types/view/FlexibleCard/components/common/loading-skeleton/LoadingSkeletonOld.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type LoadingSkeletonPropsOld } from './types';
|
|
7
|
-
declare const LoadingSkeletonOld: ({ testId, width, height }: LoadingSkeletonPropsOld) => jsx.JSX.Element;
|
|
8
|
-
export default LoadingSkeletonOld;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { jsx, type SerializedStyles } from '@emotion/react';
|
|
7
|
-
import { SmartLinkSize } from '../../../../constants';
|
|
8
|
-
import { type FlexibleUiDataContext } from '../../../../state/flexible-ui-context/types';
|
|
9
|
-
import { type ChildrenOptions, type ContainerProps } from './types';
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated consider removing on FF bandicoots-compiled-migration-smartcard
|
|
12
|
-
*/
|
|
13
|
-
export declare const getContainerStyles: (size: SmartLinkSize, hideBackground: boolean, hideElevation: boolean, hidePadding: boolean, clickableContainer: boolean, childrenOptions: ChildrenOptions) => SerializedStyles;
|
|
14
|
-
export declare const getChildrenOptions: (children: React.ReactNode, context?: FlexibleUiDataContext) => ChildrenOptions;
|
|
15
|
-
/**
|
|
16
|
-
* A container is a hidden component that build the Flexible Smart Link.
|
|
17
|
-
* All the Flexible UI components are wrapped inside the container.
|
|
18
|
-
* It inherits the ui props from Card component and applies the custom styling
|
|
19
|
-
* accordingly.
|
|
20
|
-
* @internal
|
|
21
|
-
* @see Block
|
|
22
|
-
*/
|
|
23
|
-
declare const ContainerOld: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, retry, showHoverPreview, hoverPreviewOptions, actionOptions, size, status, testId, theme, }: ContainerProps) => jsx.JSX.Element;
|
|
24
|
-
export default ContainerOld;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type LayeredLinkProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* An anchor component to cover the entire container creating a clickable area.
|
|
9
|
-
* @internal
|
|
10
|
-
* @see `clickableContainer`
|
|
11
|
-
*/
|
|
12
|
-
declare const LayeredLinkOld: ({ onClick, target, testId, text, url }: LayeredLinkProps) => jsx.JSX.Element;
|
|
13
|
-
export default LayeredLinkOld;
|
package/dist/types/view/FlexibleCard/components/elements/atlaskit-badge/AtlaskitBadgeOld.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type AtlaskitBadgeProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base element that displays a visual indicator for a numeric value
|
|
9
|
-
* @internal
|
|
10
|
-
* @see StoryPoints
|
|
11
|
-
* */
|
|
12
|
-
declare const AtlaskitBadgeOld: ({ value, name, overrideCss, testId, }: AtlaskitBadgeProps) => jsx.JSX.Element | null;
|
|
13
|
-
export default AtlaskitBadgeOld;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type AvatarGroupProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* A base element that displays a group of avatars.
|
|
5
|
-
* @internal
|
|
6
|
-
* @param {AvatarGroupProps} AvatarGroupProps - The props necessary for the AvatarGroup.
|
|
7
|
-
* @see AuthorGroup
|
|
8
|
-
* @see CollaboratorGroup
|
|
9
|
-
*/
|
|
10
|
-
declare const AvatarGroupOld: ({ items, maxCount, name, overrideCss, size, testId, showNamePrefix, showFallbackAvatar, }: AvatarGroupProps) => jsx.JSX.Element | null;
|
|
11
|
-
export default AvatarGroupOld;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type BadgeProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* A base element that displays some text with an associated icon.
|
|
5
|
-
* @internal
|
|
6
|
-
* @param {BadgeProps} BadgeProps - The props necessary for the Badge.
|
|
7
|
-
* @see CommentCount
|
|
8
|
-
* @see ViewCount
|
|
9
|
-
* @see ReactCount
|
|
10
|
-
* @see VoteCount
|
|
11
|
-
* @see SubscriberCount
|
|
12
|
-
* @see Priority
|
|
13
|
-
* @see ProgrammingLanguage
|
|
14
|
-
* @see Provider
|
|
15
|
-
*/
|
|
16
|
-
declare const BadgeOld: ({ hideIcon, icon, label, name, overrideCss, testId, url, }: BadgeProps) => jsx.JSX.Element | null;
|
|
17
|
-
export default BadgeOld;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type DateTimeProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base element that displays an ISO Timestamp in text.
|
|
9
|
-
* @internal
|
|
10
|
-
* @param {DateTimeProps} DateTimeProps - The props necessary for the DateTime element.
|
|
11
|
-
* @see CreatedOn
|
|
12
|
-
* @see ModifiedOn
|
|
13
|
-
* @see SentOn
|
|
14
|
-
*/
|
|
15
|
-
declare const DateTimeOld: ({ date, name, overrideCss, type, testId, text, }: DateTimeProps) => jsx.JSX.Element | null;
|
|
16
|
-
export default DateTimeOld;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type IconProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* A base element that displays an Icon or favicon.
|
|
5
|
-
* @internal
|
|
6
|
-
* @param {IconProps} IconProps - The props necessary for the Icon element.
|
|
7
|
-
* @see LinkIcon
|
|
8
|
-
*/
|
|
9
|
-
declare const IconOld: ({ icon, overrideIcon, label, name, position, overrideCss, render, size, testId, url, }: IconProps) => jsx.JSX.Element;
|
|
10
|
-
export default IconOld;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type LinkProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* A base element that represent an anchor.
|
|
5
|
-
* @internal
|
|
6
|
-
* @param {LinkProps} LinkProps - The props necessary for the Link element.
|
|
7
|
-
* @see LinkIcon
|
|
8
|
-
*/
|
|
9
|
-
declare const LinkOld: ({ hideTooltip, maxLines, name, overrideCss, size, testId, text, theme, url, onClick, target, }: LinkProps) => jsx.JSX.Element;
|
|
10
|
-
export default LinkOld;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import type { LozengeProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base element that displays a Lozenge.
|
|
9
|
-
* @internal
|
|
10
|
-
* @param {LozengeProps} LozengeProps - The props necessary for the Lozenge element.
|
|
11
|
-
* @see State
|
|
12
|
-
*/
|
|
13
|
-
declare const LozengeOld: ({ action, appearance, name, overrideCss, style, text, testId, }: LozengeProps) => jsx.JSX.Element | null;
|
|
14
|
-
export default LozengeOld;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import type { LozengeActionErrorProps } from './types';
|
|
3
|
-
declare const LozengeActionErrorOld: ({ errorMessage, testId, maxLineNumber, invokePreviewAction, }: LozengeActionErrorProps) => jsx.JSX.Element;
|
|
4
|
-
export default LozengeActionErrorOld;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
3
|
-
*/
|
|
4
|
-
export declare const dropdownItemGroupStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
7
|
-
*/
|
|
8
|
-
export declare const contentStyles: import("@emotion/react").SerializedStyles;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
11
|
-
*/
|
|
12
|
-
export declare const linkStyles: import("@emotion/react").SerializedStyles;
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
15
|
-
*/
|
|
16
|
-
export declare const textStyles: (maxLines: number) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import type { LozengeActionItemsGroupProps } from './types';
|
|
7
|
-
declare const LozengeActionItemsGroupOld: ({ items, testId, onClick }: LozengeActionItemsGroupProps) => jsx.JSX.Element;
|
|
8
|
-
export default LozengeActionItemsGroupOld;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { type LozengeActionTriggerProps } from './type';
|
|
3
|
-
declare const LozengeActionTriggerOld: ({ appearance, isOpen, testId, text, triggerRef, ...props }: LozengeActionTriggerProps) => jsx.JSX.Element;
|
|
4
|
-
export default LozengeActionTriggerOld;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
3
|
-
*/
|
|
4
|
-
export declare const triggerButtonStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
7
|
-
*/
|
|
8
|
-
export declare const triggerLozengeStyles: import("@emotion/react").SerializedStyles;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
11
|
-
*/
|
|
12
|
-
export declare const dropdownItemGroupStyles: import("@emotion/react").SerializedStyles;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type MediaProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base element that displays a Media.
|
|
9
|
-
* @internal
|
|
10
|
-
* @param {MediaProps} MediaProps - The props necessary for the Media element.
|
|
11
|
-
* @see Preview
|
|
12
|
-
*/
|
|
13
|
-
declare const MediaOld: ({ name, overrideCss, testId, type, url, onLoad, onError, }: MediaProps) => jsx.JSX.Element | null;
|
|
14
|
-
export default MediaOld;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { jsx } from '@emotion/react';
|
|
6
|
-
import { type TextProps } from './types';
|
|
7
|
-
/**
|
|
8
|
-
* A base element that displays some Text.
|
|
9
|
-
* @internal
|
|
10
|
-
* @param {TextProps} TextProps - The props necessary for the Text element.
|
|
11
|
-
* @see Title
|
|
12
|
-
*/
|
|
13
|
-
declare const TextOld: ({ content, maxLines, message, name, overrideCss, testId, }: TextProps) => jsx.JSX.Element | null;
|
|
14
|
-
export default TextOld;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type HoverCardContentProps } from '../types';
|
|
3
|
-
export declare const hoverCardClassName = "smart-links-hover-preview";
|
|
4
|
-
declare const HoverCardContentOld: ({ id, cardState, onActionClick, onResolve, renderers, url, onMouseEnter, onMouseLeave, actionOptions, }: HoverCardContentProps) => React.JSX.Element | null;
|
|
5
|
-
export default HoverCardContentOld;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
3
|
-
*/
|
|
4
|
-
export declare const titleBlockStyles: import("@emotion/react").SerializedStyles;
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
7
|
-
*/
|
|
8
|
-
export declare const mainTextStyles: import("@emotion/react").SerializedStyles;
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
|
|
11
|
-
*/
|
|
12
|
-
export declare const connectButtonStyles: import("@emotion/react").SerializedStyles;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type HoverCardResolvedProps } from './types';
|
|
3
|
-
declare const HoverCardResolvedViewOld: ({ cardState, extensionKey, flexibleCardProps, isAISummaryEnabled, onActionClick, titleBlockProps, id, }: HoverCardResolvedProps) => React.JSX.Element;
|
|
4
|
-
export default HoverCardResolvedViewOld;
|