@atlaskit/smart-card 27.9.1 → 27.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +4 -7
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +0 -1
- package/dist/cjs/view/FlexibleCard/components/actions/preview-action/index.js +2 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/index.js +2 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +8 -9
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +4 -6
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +3 -6
- package/dist/cjs/view/FlexibleCard/components/elements/atlaskit-badge/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/index.js +5 -7
- package/dist/cjs/view/FlexibleCard/components/elements/media/index.js +4 -6
- package/dist/cjs/view/FlexibleCard/components/elements/preview/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/elements/text/index.js +3 -6
- package/dist/cjs/view/HoverCard/components/views/resolving/index.js +0 -1
- package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +10 -11
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -4
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +0 -1
- package/dist/cjs/view/common/ai-summary/index.js +4 -5
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/index.js +0 -1
- package/dist/es2019/view/EmbedModal/components/embed-content/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/actions/preview-action/index.js +3 -3
- package/dist/es2019/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +2 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/container/layered-link/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/atlaskit-badge/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/media/index.js +0 -1
- package/dist/es2019/view/FlexibleCard/components/elements/preview/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/text/index.js +0 -1
- package/dist/es2019/view/HoverCard/components/views/resolving/index.js +0 -1
- package/dist/es2019/view/LinkUrl/LinkWarningModal/index.js +0 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -1
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +0 -1
- package/dist/es2019/view/common/ai-summary/index.js +0 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/index.js +0 -1
- package/dist/esm/view/EmbedModal/components/embed-content/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/actions/preview-action/index.js +3 -3
- package/dist/esm/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +2 -2
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/container/layered-link/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/atlaskit-badge/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/date-time/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/media/index.js +0 -1
- package/dist/esm/view/FlexibleCard/components/elements/preview/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/text/index.js +0 -1
- package/dist/esm/view/HoverCard/components/views/resolving/index.js +0 -1
- package/dist/esm/view/LinkUrl/LinkWarningModal/index.js +0 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +2 -2
- package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -1
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +0 -1
- package/dist/esm/view/common/ai-summary/index.js +0 -1
- package/dist/types/ssr.d.ts +2 -2
- package/dist/types/view/BlockCard/index.d.ts +2 -3
- package/dist/types/view/BlockCard/views/flexible/utils/withFlexibleUIBlockCardStyle.d.ts +1 -1
- package/dist/types/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
- package/dist/types/view/EmbedCard/components/ExpandedFrame.d.ts +2 -2
- package/dist/types/view/EmbedCard/components/ImageIcon.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/forbidden-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/not-found-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/components/analytics/index.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/embed-content/index.d.ts +2 -3
- package/dist/types/view/EmbedModal/components/error-boundary/index.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/link-info/index.d.ts +3 -2
- package/dist/types/view/EmbedModal/components/link-info/link-info-button/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/action-button/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/delete-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/download-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/edit-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/preview-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +7 -6
- package/dist/types/view/FlexibleCard/components/blocks/action-group/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +1 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-container.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-error.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-loading.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.d.ts +3 -2
- package/dist/types/view/FlexibleCard/components/blocks/footer-block/index.d.ts +2 -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 +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/errored/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/related-url-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolving/index.d.ts +14 -3
- package/dist/types/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +3 -3
- package/dist/types/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/blocks/title-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/common/image-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/container/layered-link/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/elements/avatar-group/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/date-time/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/elements/icon/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +32 -32
- package/dist/types/view/FlexibleCard/components/elements/link/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/elements/lozenge/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/error-boundary/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +3 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +3 -2
- package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +3 -2
- package/dist/types/view/FlexibleCard/components/elements/media/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/preview/index.d.ts +2 -3
- package/dist/types/view/FlexibleCard/components/elements/snippet-element/index.d.ts +3 -2
- package/dist/types/view/FlexibleCard/components/elements/text/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/utils.d.ts +1 -1
- package/dist/types/view/FlexibleCard/index.d.ts +2 -2
- package/dist/types/view/HoverCard/components/HoverCardComponent.d.ts +2 -2
- package/dist/types/view/HoverCard/components/ImagePreview.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/forbidden/index.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/resolved/redesign.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/resolving/index.d.ts +3 -2
- package/dist/types/view/HoverCard/components/views/unauthorised/index.d.ts +2 -2
- package/dist/types/view/InlineCard/index.d.ts +2 -2
- package/dist/types/view/LinkUrl/LinkWarningModal/index.d.ts +3 -4
- package/dist/types/view/common/ai-icon-loading/index.d.ts +3 -2
- package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +3 -2
- package/dist/types/view/common/ai-prism/ai-glowing-border/index.d.ts +3 -2
- package/dist/types/view/common/ai-summary/index.d.ts +2 -3
- package/dist/types/view/common/ai-summary/ulist.d.ts +2 -1
- package/dist/types-ts4.5/ssr.d.ts +2 -2
- package/dist/types-ts4.5/view/BlockCard/index.d.ts +2 -3
- package/dist/types-ts4.5/view/BlockCard/views/flexible/utils/withFlexibleUIBlockCardStyle.d.ts +1 -1
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedModal/components/analytics/index.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/index.d.ts +2 -3
- package/dist/types-ts4.5/view/EmbedModal/components/error-boundary/index.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/index.d.ts +3 -2
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/link-info-button/index.d.ts +2 -2
- package/dist/types-ts4.5/view/EmbedModal/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +7 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +1 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-container.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-error.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-loading.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.d.ts +3 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/index.d.ts +2 -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 +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/errored/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/related-url-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolving/index.d.ts +14 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +3 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/common/image-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/avatar-group/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/date-time/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/icon/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +32 -32
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/link/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/error-boundary/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +3 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +3 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +3 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/media/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview/index.d.ts +2 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/index.d.ts +3 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/text/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/utils.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/index.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/HoverCardComponent.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/ImagePreview.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/redesign.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +3 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/index.d.ts +2 -2
- package/dist/types-ts4.5/view/InlineCard/index.d.ts +2 -2
- package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +3 -4
- package/dist/types-ts4.5/view/common/ai-icon-loading/index.d.ts +3 -2
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +3 -2
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +3 -2
- package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +2 -3
- package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import React from 'react';
|
|
3
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
3
|
import { jsx, css } from '@emotion/react';
|
|
5
4
|
import { useMouseDownEvent } from '../../../../../state/analytics/useLinkClicked';
|
|
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
/** @jsx jsx */
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import { useMemo } from 'react';
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import AtlaskitAvatarGroup from '@atlaskit/avatar-group';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
|
-
import React from 'react';
|
|
4
3
|
import { useIntl, FormattedMessage } from 'react-intl-next';
|
|
5
4
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
5
|
import { css, jsx } from '@emotion/react';
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["overrideUrl"];
|
|
4
4
|
/** @jsx jsx */
|
|
5
|
-
import
|
|
5
|
+
import { useContext } from 'react';
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
8
8
|
import { FlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
@@ -4,7 +4,7 @@ var _excluded = ["content", "maxLines", "overrideCss"];
|
|
|
4
4
|
/** @jsx jsx */
|
|
5
5
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
6
6
|
import { css, jsx } from '@emotion/react';
|
|
7
|
-
import
|
|
7
|
+
import { useContext } from 'react';
|
|
8
8
|
import { FlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
9
9
|
import Text from '../text';
|
|
10
10
|
var SNIPPET_DEFAULT_MAX_LINES = 3;
|
|
@@ -2,7 +2,6 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
/** @jsx jsx */
|
|
3
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
4
4
|
import { jsx } from '@emotion/react';
|
|
5
|
-
import React from 'react';
|
|
6
5
|
import LoadingSkeleton from '../../../../FlexibleCard/components/common/loading-skeleton';
|
|
7
6
|
import { CARD_WIDTH_REM } from '../../../styled';
|
|
8
7
|
import { getTitleStyles, loadingViewContainer, skeletonContainer, titleBlockStyles } from './styled';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
/** @jsx jsx */
|
|
3
|
-
import React from 'react';
|
|
4
3
|
import Button from '@atlaskit/button/standard-button';
|
|
5
4
|
import Modal, { ModalBody, ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
|
|
6
5
|
import { FormattedMessage, IntlProvider, injectIntl } from 'react-intl-next';
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "27.9.
|
|
13
|
+
packageVersion: "27.9.2",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
|
@@ -13,8 +13,8 @@ var emptyStateStyles = xcss({
|
|
|
13
13
|
textAlign: 'center'
|
|
14
14
|
});
|
|
15
15
|
var descriptionStyles = xcss({
|
|
16
|
-
marginTop:
|
|
17
|
-
marginBottom:
|
|
16
|
+
marginTop: 'space.0',
|
|
17
|
+
marginBottom: 'space.300',
|
|
18
18
|
color: 'color.text'
|
|
19
19
|
});
|
|
20
20
|
export var EmptyState = function EmptyState(_ref) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
3
|
import { css, jsx } from '@emotion/react';
|
|
4
|
-
import
|
|
4
|
+
import { useEffect, useRef } from 'react';
|
|
5
5
|
import { OUTER_BORDER_RADIUS } from '../constants';
|
|
6
6
|
var namespaceUUID = 0;
|
|
7
7
|
var svgStyles = css({
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
3
|
import { css, jsx } from '@emotion/react';
|
|
4
|
-
import React from 'react';
|
|
5
4
|
import AnimatedSvgContainer from './animated-svg-container';
|
|
6
5
|
import { INNER_BORDER_RADIUS } from '../constants';
|
|
7
6
|
var borderContainerStyles = css({
|
package/dist/types/ssr.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { CardProps } from './types';
|
|
3
3
|
export type CardSSRProps = CardProps & {
|
|
4
4
|
url: string;
|
|
5
5
|
};
|
|
6
|
-
export declare const CardSSR:
|
|
6
|
+
export declare const CardSSR: (props: CardSSRProps) => JSX.Element;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/** @jsx jsx */
|
|
2
|
-
import { type FC } from 'react';
|
|
3
1
|
import { type BlockCardProps } from './types';
|
|
4
2
|
import { AuthorizeAction } from './actions/AuthorizeAction';
|
|
5
3
|
import { ForbiddenAction } from './actions/ForbiddenAction';
|
|
@@ -9,7 +7,8 @@ import { ResolvingView as BlockCardResolvingView } from './views/ResolvingView';
|
|
|
9
7
|
import { UnauthorizedView as BlockCardUnauthorisedView } from './views/UnauthorizedView';
|
|
10
8
|
import { ForbiddenView as BlockCardForbiddenView } from './views/ForbiddenView';
|
|
11
9
|
import { ErroredView as BlockCardErroredView } from './views/ErroredView';
|
|
10
|
+
import { jsx } from '@emotion/react';
|
|
12
11
|
export { default as PreviewAction } from './actions/PreviewAction';
|
|
13
12
|
export type { ResolvedViewProps as BlockCardResolvedViewProps } from './views/ResolvedView';
|
|
14
13
|
export { ForbiddenAction, AuthorizeAction, BlockCardResolvedView, BlockCardResolvingView, BlockCardUnauthorisedView, BlockCardForbiddenView, BlockCardErroredView, BlockCardNotFoundView, };
|
|
15
|
-
export declare const BlockCard:
|
|
14
|
+
export declare const BlockCard: ({ id, url, cardState, authFlow, handleAuthorize, handleErrorRetry, handleFrameClick, handleInvoke, renderers, isSelected, onResolve, onError, testId, platform, analytics, enableFlexibleBlockCard, actionOptions, }: BlockCardProps) => jsx.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { jsx } from '@emotion/react';
|
|
3
3
|
import { type FlexibleBlockCardProps } from '../types';
|
|
4
|
-
export declare const withFlexibleUIBlockCardStyle: (FlexibleBlockCardView: React.
|
|
4
|
+
export declare const withFlexibleUIBlockCardStyle: (FlexibleBlockCardView: React.ComponentType<FlexibleBlockCardProps>) => (props: FlexibleBlockCardProps) => jsx.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type CardWithUrlContentProps } from '../types';
|
|
3
|
-
export declare const LoadingCardLink:
|
|
3
|
+
export declare const LoadingCardLink: ({ isSelected, url, placeholder }: CardWithUrlContentProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type FrameStyle } from '../types';
|
|
3
3
|
export interface ExpandedFrameProps {
|
|
4
4
|
isPlaceholder?: boolean;
|
|
@@ -37,4 +37,4 @@ export interface ExpandedFrameProps {
|
|
|
37
37
|
*/
|
|
38
38
|
setOverflow?: boolean;
|
|
39
39
|
}
|
|
40
|
-
export declare const ExpandedFrame:
|
|
40
|
+
export declare const ExpandedFrame: ({ isPlaceholder, children, onClick, icon, text, isSelected, frameStyle, href, minWidth, maxWidth, testId, inheritDimensions, allowScrollBar, setOverflow, }: ExpandedFrameProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export interface ImageIconProps {
|
|
3
3
|
alt?: string;
|
|
4
4
|
size?: number;
|
|
@@ -6,4 +6,4 @@ export interface ImageIconProps {
|
|
|
6
6
|
title?: string;
|
|
7
7
|
default?: React.ReactElement;
|
|
8
8
|
}
|
|
9
|
-
export declare const ImageIcon:
|
|
9
|
+
export declare const ImageIcon: ({ alt, src, size, title, default: defaultIcon, }: ImageIconProps) => JSX.Element | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type ForbiddenViewProps } from './types';
|
|
3
|
-
declare const ForbiddenView:
|
|
3
|
+
declare const ForbiddenView: ({ context, onAuthorize, accessContext, testId, ...unresolvedViewProps }: ForbiddenViewProps) => JSX.Element;
|
|
4
4
|
export default ForbiddenView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { NotFoundViewProps } from './types';
|
|
3
|
-
declare const NotFoundView:
|
|
3
|
+
declare const NotFoundView: ({ context, accessContext, testId, ...unresolvedViewProps }: NotFoundViewProps) => JSX.Element;
|
|
4
4
|
export default NotFoundView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type UnauthorizedViewProps } from './types';
|
|
3
|
-
declare const UnauthorizedView:
|
|
3
|
+
declare const UnauthorizedView: ({ analytics, context, extensionKey, isProductIntegrationSupported, onAuthorize, testId, ...unresolvedViewProps }: UnauthorizedViewProps) => JSX.Element;
|
|
4
4
|
export default UnauthorizedView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
2
2
|
import type { UnresolvedViewProps } from './types';
|
|
3
|
-
declare const UnresolvedView:
|
|
3
|
+
declare const UnresolvedView: ({ button, description, frameStyle, icon: iconUrlOrElement, image: imageUrlOrElement, inheritDimensions, isSelected, onClick, testId, text, title, url, }: UnresolvedViewProps) => jsx.JSX.Element;
|
|
4
4
|
export default UnresolvedView;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type EmbedModalProps } from '../../types';
|
|
3
3
|
import { type WithAnalytics } from './types';
|
|
4
|
-
declare const withAnalytics: (Component: React.ComponentType<EmbedModalProps>) =>
|
|
4
|
+
declare const withAnalytics: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps & WithAnalytics) => JSX.Element;
|
|
5
5
|
export default withAnalytics;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { type FC } from 'react';
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
3
2
|
import { type EmbedProps } from './types';
|
|
4
|
-
declare const EmbedContent:
|
|
3
|
+
declare const EmbedContent: ({ isTrusted, name, src, testId }: EmbedProps) => jsx.JSX.Element;
|
|
5
4
|
export default EmbedContent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type EmbedModalProps } from '../../types';
|
|
3
|
-
declare const withErrorBoundary: (Component: React.ComponentType<EmbedModalProps>) =>
|
|
3
|
+
declare const withErrorBoundary: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps) => JSX.Element;
|
|
4
4
|
export default withErrorBoundary;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
2
3
|
import { type LinkInfoProps } from './types';
|
|
3
|
-
declare const LinkInfo:
|
|
4
|
+
declare const LinkInfo: ({ icon, providerName, onDownloadButtonClick, onResizeButtonClick, onViewButtonClick, size, testId, title, }: LinkInfoProps) => jsx.JSX.Element;
|
|
4
5
|
export default LinkInfo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type LinkInfoButtonProps } from './types';
|
|
3
|
-
declare const LinkInfoButton:
|
|
3
|
+
declare const LinkInfoButton: ({ content, href, icon, onClick, target, testId }: LinkInfoButtonProps) => JSX.Element;
|
|
4
4
|
export default LinkInfoButton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { EmbedModalSize } from './types';
|
|
3
|
-
declare const _default:
|
|
3
|
+
declare const _default: (props: {
|
|
4
4
|
download?: string | undefined;
|
|
5
5
|
icon?: import("../common/Icon").IconProps | undefined;
|
|
6
6
|
iframeName: string;
|
|
@@ -17,5 +17,5 @@ declare const _default: React.FC<{
|
|
|
17
17
|
testId?: string | undefined;
|
|
18
18
|
title?: string | undefined;
|
|
19
19
|
url?: string | undefined;
|
|
20
|
-
} & import("./components/analytics/types").WithAnalytics
|
|
20
|
+
} & import("./components/analytics/types").WithAnalytics) => JSX.Element;
|
|
21
21
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
3
2
|
import { type ActionButtonProps } from './types';
|
|
4
|
-
declare const ActionButton:
|
|
3
|
+
declare const ActionButton: ({ appearance, content, iconAfter, iconBefore, isLoading, onClick, overrideCss, size, testId, tooltipMessage, isDisabled, href, ariaLabel, }: ActionButtonProps) => jsx.JSX.Element;
|
|
5
4
|
export default ActionButton;
|
package/dist/types/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type ActionDropdownItemProps } from './types';
|
|
3
|
-
declare const ActionDropdownItem:
|
|
3
|
+
declare const ActionDropdownItem: ({ content, iconAfter, iconBefore, isLoading, onClick, testId, }: ActionDropdownItemProps) => JSX.Element;
|
|
4
4
|
export default ActionDropdownItem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
3
3
|
import { type ActionIconProps } from './types';
|
|
4
|
-
declare const ActionIcon:
|
|
4
|
+
declare const ActionIcon: ({ size, testId, icon, isDisabled, asStackItemIcon }: ActionIconProps) => jsx.JSX.Element;
|
|
5
5
|
export default ActionIcon;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import {
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
3
3
|
import { type ActionProps } from './types';
|
|
4
4
|
/**
|
|
5
5
|
* A base action that can be triggered with an on click.
|
|
6
6
|
* @internal
|
|
7
7
|
* @param {ActionProps} ActionProps - The props necessary for the Action.
|
|
8
8
|
*/
|
|
9
|
-
declare const Action:
|
|
9
|
+
declare const Action: ({ 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;
|
|
10
10
|
export default Action;
|
|
@@ -47,4 +47,4 @@ export interface ManualRulesContainerProps {
|
|
|
47
47
|
*
|
|
48
48
|
* @param props - cloudId, projectId, children
|
|
49
49
|
*/
|
|
50
|
-
export declare const ManualRulesContainer:
|
|
50
|
+
export declare const ManualRulesContainer: (props: ManualRulesContainerProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type CopyLinkActionProps } from './types';
|
|
3
|
-
declare const CopyLinkAction:
|
|
3
|
+
declare const CopyLinkAction: ({ onClick: onClickCallback, ...props }: CopyLinkActionProps) => JSX.Element | null;
|
|
4
4
|
export default CopyLinkAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type DeleteActionProps } from './types';
|
|
3
|
-
declare const DeleteAction:
|
|
3
|
+
declare const DeleteAction: (props: DeleteActionProps) => JSX.Element;
|
|
4
4
|
export default DeleteAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { DownloadActionProps } from './types';
|
|
3
|
-
declare const DownloadAction:
|
|
3
|
+
declare const DownloadAction: ({ onClick: onClickCallback, ...props }: DownloadActionProps) => JSX.Element | null;
|
|
4
4
|
export default DownloadAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { PreviewActionProps } from './types';
|
|
3
|
-
declare const PreviewAction:
|
|
3
|
+
declare const PreviewAction: ({ onClick: onClickCallback, ...props }: PreviewActionProps) => JSX.Element | null;
|
|
4
4
|
export default PreviewAction;
|
package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type ActionFooterProps } from './types';
|
|
3
|
-
export declare const ActionFooter:
|
|
3
|
+
export declare const ActionFooter: ({ message, testId }: ActionFooterProps) => JSX.Element | null;
|
package/dist/types/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
2
3
|
import { type Appearance } from '@atlaskit/button';
|
|
3
4
|
import { type SmartLinkSize } from '../../../../../../constants';
|
|
4
5
|
import { type ActionItem } from '../../types';
|
|
5
|
-
declare const ActionGroupItem:
|
|
6
|
+
declare const ActionGroupItem: ({ item, size, appearance, asDropDownItems, onActionItemClick, }: {
|
|
6
7
|
item: ActionItem;
|
|
7
8
|
size: SmartLinkSize;
|
|
8
|
-
appearance?: Appearance;
|
|
9
|
-
asDropDownItems?: boolean;
|
|
10
|
-
onActionItemClick?: () => void;
|
|
11
|
-
}
|
|
9
|
+
appearance?: Appearance | undefined;
|
|
10
|
+
asDropDownItems?: boolean | undefined;
|
|
11
|
+
onActionItemClick?: (() => void) | undefined;
|
|
12
|
+
}) => jsx.JSX.Element | null;
|
|
12
13
|
export default ActionGroupItem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
2
2
|
import { type ActionGroupProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Creates a group of Action components. Accepts an array of Actions, in addition to some styling
|
|
@@ -7,5 +7,5 @@ import { type ActionGroupProps } from './types';
|
|
|
7
7
|
* @param {ActionGroupProps} ActionGroupProps
|
|
8
8
|
* @see Action
|
|
9
9
|
*/
|
|
10
|
-
declare const ActionGroup:
|
|
10
|
+
declare const ActionGroup: ({ items, size, appearance, visibleButtonsNum, onDropdownOpenChange, }: ActionGroupProps) => jsx.JSX.Element | null;
|
|
11
11
|
export default ActionGroup;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type React from 'react';
|
|
2
1
|
import type { AIEventSummaryViewedProps } from './types';
|
|
3
|
-
declare const AIEventSummaryViewed:
|
|
2
|
+
declare const AIEventSummaryViewed: ({ fromCache }: AIEventSummaryViewedProps) => null;
|
|
4
3
|
export default AIEventSummaryViewed;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type AIIndicatorContainerProps } from './types';
|
|
3
|
-
declare const AIIndicatorContainer:
|
|
3
|
+
declare const AIIndicatorContainer: ({ icon, content, testId }: AIIndicatorContainerProps) => JSX.Element;
|
|
4
4
|
export default AIIndicatorContainer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { AIIndicatorTooltipProps } from './types';
|
|
3
|
-
declare const AIIndicatorTooltip:
|
|
3
|
+
declare const AIIndicatorTooltip: ({ content, trigger, xcss: overrideXcss }: AIIndicatorTooltipProps) => JSX.Element;
|
|
4
4
|
export default AIIndicatorTooltip;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
3
2
|
import type { AIStateIndicatorProps } from './types';
|
|
4
|
-
declare const AIStateDone:
|
|
3
|
+
declare const AIStateDone: ({ appearance, testId }: Partial<AIStateIndicatorProps>) => jsx.JSX.Element;
|
|
5
4
|
export default AIStateDone;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type AIStateIndicatorProps } from './types';
|
|
3
|
-
declare const AIStateError:
|
|
3
|
+
declare const AIStateError: ({ appearance, testId, error }: Partial<AIStateIndicatorProps>) => JSX.Element | null;
|
|
4
4
|
export default AIStateError;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type AIStateIndicatorProps } from './types';
|
|
3
|
-
declare const AIStateLoading:
|
|
3
|
+
declare const AIStateLoading: ({ appearance, testId }: Partial<AIStateIndicatorProps>) => JSX.Element | null;
|
|
4
4
|
export default AIStateLoading;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
2
3
|
import type { AIStateIndicatorProps } from './types';
|
|
3
|
-
declare const AIStateIndicator:
|
|
4
|
+
declare const AIStateIndicator: ({ state, appearance, testId, error, }: AIStateIndicatorProps) => jsx.JSX.Element | null;
|
|
4
5
|
export default AIStateIndicator;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type FooterBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a FooterBlock, designed to contain elements and actions that should appear
|
|
@@ -7,5 +7,5 @@ import { type FooterBlockProps } from './types';
|
|
|
7
7
|
* @param {FooterBlockProps} FooterBlockProps
|
|
8
8
|
* @see Block
|
|
9
9
|
*/
|
|
10
|
-
declare const FooterBlock:
|
|
10
|
+
declare const FooterBlock: ({ status, testId, alwaysShow, ...props }: FooterBlockProps) => JSX.Element | null;
|
|
11
11
|
export default FooterBlock;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import type { FooterBlockProps } from '../types';
|
|
3
|
-
declare const FooterBlockResolvedView:
|
|
3
|
+
declare const FooterBlockResolvedView: (props: FooterBlockProps) => JSX.Element;
|
|
4
4
|
export default FooterBlockResolvedView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type MetadataBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a MetadataBlock, designed to contain groups of metadata in the form of elements.
|
|
@@ -7,5 +7,5 @@ import { type MetadataBlockProps } from './types';
|
|
|
7
7
|
* @param {MetadataBlockProps} MetadataBlockProps
|
|
8
8
|
* @see Block
|
|
9
9
|
*/
|
|
10
|
-
declare const MetadataBlock:
|
|
10
|
+
declare const MetadataBlock: ({ maxLines, status, testId, primary, secondary, ...blockProps }: MetadataBlockProps) => JSX.Element | null;
|
|
11
11
|
export default MetadataBlock;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
3
3
|
import { type PreviewBlockProps } from './types';
|
|
4
4
|
/**
|
|
5
5
|
* Represents a PreviewBlock, which typically contains media or other large format content.
|
|
@@ -7,5 +7,5 @@ import { type PreviewBlockProps } from './types';
|
|
|
7
7
|
* @param {PreviewBlockProps} PreviewBlock
|
|
8
8
|
* @see Block
|
|
9
9
|
*/
|
|
10
|
-
declare const PreviewBlock:
|
|
10
|
+
declare const PreviewBlock: ({ status, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
|
|
11
11
|
export default PreviewBlock;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
3
2
|
import { type PreviewBlockProps } from '../types';
|
|
4
3
|
/**
|
|
5
4
|
* Represents a resolved PreviewBlock, which typically contains media or other large format content.
|
|
@@ -7,5 +6,5 @@ import { type PreviewBlockProps } from '../types';
|
|
|
7
6
|
* @param {PreviewBlock} PreviewBlock
|
|
8
7
|
* @see Block
|
|
9
8
|
*/
|
|
10
|
-
declare const PreviewBlockResolvedView:
|
|
9
|
+
declare const PreviewBlockResolvedView: ({ ignoreContainerPadding, onError, overrideCss, placement, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
|
|
11
10
|
export default PreviewBlockResolvedView;
|
package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/errored/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type RelatedUrlsBlockErroredViewProps } from './types';
|
|
3
|
-
export declare const RelatedUrlsBlockErroredView:
|
|
3
|
+
export declare const RelatedUrlsBlockErroredView: ({ testId, ...blockProps }: RelatedUrlsBlockErroredViewProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type CardProviderRenderers } from '@atlaskit/link-provider';
|
|
3
3
|
import { type BlockProps } from '../types';
|
|
4
4
|
export type RelatedUrlBlockProps = {
|
|
@@ -9,5 +9,5 @@ export type RelatedUrlBlockProps = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Represents a block to display related resources of a url
|
|
11
11
|
*/
|
|
12
|
-
declare const RelatedUrlsBlock:
|
|
12
|
+
declare const RelatedUrlsBlock: ({ testId, url, renderers, ...blockProps }: RelatedUrlBlockProps) => JSX.Element;
|
|
13
13
|
export default RelatedUrlsBlock;
|
package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type RelatedUrlsProps } from './types';
|
|
3
|
-
export declare const RelatedUrlsResolvedView:
|
|
3
|
+
export declare const RelatedUrlsResolvedView: ({ relatedUrlsResponse: { resolvedResults }, renderers, testId, initializeOpened, ...blockProps }: RelatedUrlsProps) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { type ResolvedResultProps } from './types';
|
|
3
|
-
declare const RelatedUrlList:
|
|
3
|
+
declare const RelatedUrlList: ({ resolvedResults, title, renderers, testId, initializeOpened, }: ResolvedResultProps) => JSX.Element;
|
|
4
4
|
export default RelatedUrlList;
|