@atlaskit/smart-card 34.10.1 → 34.10.3
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 +17 -0
- package/dist/cjs/extractors/common/icon/extractIconFromDocument.js +61 -7
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +1 -0
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +5 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +2 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +4 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.compiled.css +1 -0
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.compiled.css +6 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +11 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.compiled.css +23 -1
- package/dist/cjs/view/FlexibleCard/components/container/index.js +72 -6
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.compiled.css +2 -0
- package/dist/cjs/view/FlexibleCard/components/elements/badge/index.js +3 -2
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.compiled.css +2 -0
- package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +4 -1
- package/dist/cjs/view/FlexibleCard/components/elements/text/index.compiled.css +2 -0
- package/dist/cjs/view/FlexibleCard/components/elements/text/index.js +3 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/common/ai-summary/index.compiled.css +2 -0
- package/dist/cjs/view/common/ai-summary/index.js +2 -1
- package/dist/es2019/extractors/common/icon/extractIconFromDocument.js +61 -6
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +1 -0
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +5 -2
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +2 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.compiled.css +1 -0
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.compiled.css +6 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/element-group/index.js +11 -2
- package/dist/es2019/view/FlexibleCard/components/container/index.compiled.css +23 -1
- package/dist/es2019/view/FlexibleCard/components/container/index.js +71 -6
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.compiled.css +2 -0
- package/dist/es2019/view/FlexibleCard/components/elements/badge/index.js +3 -2
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.compiled.css +2 -0
- package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/elements/text/index.compiled.css +2 -0
- package/dist/es2019/view/FlexibleCard/components/elements/text/index.js +3 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/common/ai-summary/index.compiled.css +2 -0
- package/dist/es2019/view/common/ai-summary/index.js +2 -1
- package/dist/esm/extractors/common/icon/extractIconFromDocument.js +61 -6
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.compiled.css +1 -0
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +5 -2
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +2 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +4 -1
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.compiled.css +1 -0
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.compiled.css +6 -1
- package/dist/esm/view/FlexibleCard/components/blocks/element-group/index.js +11 -2
- package/dist/esm/view/FlexibleCard/components/container/index.compiled.css +23 -1
- package/dist/esm/view/FlexibleCard/components/container/index.js +72 -6
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.compiled.css +2 -0
- package/dist/esm/view/FlexibleCard/components/elements/badge/index.js +3 -2
- package/dist/esm/view/FlexibleCard/components/elements/date-time/index.compiled.css +2 -0
- package/dist/esm/view/FlexibleCard/components/elements/date-time/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +4 -1
- package/dist/esm/view/FlexibleCard/components/elements/text/index.compiled.css +2 -0
- package/dist/esm/view/FlexibleCard/components/elements/text/index.js +3 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/common/ai-summary/index.compiled.css +2 -0
- package/dist/esm/view/common/ai-summary/index.js +2 -1
- package/dist/types/extractors/common/__mocks__/withIntl.d.ts +1 -1
- package/dist/types/ssr.d.ts +2 -2
- package/dist/types/state/hooks-external/useSmartLinkActions.d.ts +1 -1
- package/dist/types/state/modal/index.d.ts +1 -1
- package/dist/types/utils/actions/to-action.d.ts +2 -2
- package/dist/types/utils/analytics/LinkAnalyticsContext.d.ts +1 -1
- package/dist/types/utils/analytics/SmartLinkAnalyticsContext.d.ts +1 -1
- package/dist/types/utils/test-utils.d.ts +2 -2
- package/dist/types/view/BlockCard/index.d.ts +2 -2
- package/dist/types/view/BlockCard/views/ResolvedViewOld.d.ts +2 -2
- package/dist/types/view/BlockCard/views/unresolved-view/UnresolvedViewOld.d.ts +2 -2
- package/dist/types/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.d.ts +2 -2
- package/dist/types/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.d.ts +2 -2
- package/dist/types/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
- package/dist/types/view/CardWithUrl/component-lazy/index.d.ts +2 -2
- package/dist/types/view/CardWithUrl/component.d.ts +2 -2
- package/dist/types/view/CardWithUrl/loader.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/IFrame.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/ImageIcon.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/styledOld.d.ts +17 -17
- package/dist/types/view/EmbedCard/views/forbidden-view/forbidden-svg/index.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/not-found-view/not-found-svg/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unauthorized-view/unauthorized-svg/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/components/analytics/index.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/error-boundary/index.d.ts +1 -1
- package/dist/types/view/EmbedModal/components/link-info/link-info-button/index.d.ts +2 -2
- package/dist/types/view/EmbedModal/index.d.ts +1 -1
- 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-stack-item/action-buttonOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/action/server-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/ai-summary-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.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/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/boolean-prompt/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/number-prompt/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/select-prompt/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/text-prompt/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/empty-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/error-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/automation-action/manual-triggers-icon/index.d.ts +2 -2
- 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/follow-action/goal-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/follow-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/follow-action/projects-icon/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/actions/follow-action/unfollow-icon/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/actions/view-related-links-action/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.d.ts +2 -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/FooterBlockResolvedViewOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.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/motion-wrapper/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/container/hover-card-control/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-item/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/elements/preview/index.d.ts +2 -2
- package/dist/types/view/FlexibleCard/components/utils.d.ts +2 -2
- 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/HoverCardContentOld.d.ts +2 -2
- package/dist/types/view/HoverCard/components/ImagePreview.d.ts +2 -2
- package/dist/types/view/HoverCard/components/ImagePreviewOld.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.d.ts +2 -2
- package/dist/types/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.d.ts +2 -2
- package/dist/types/view/HoverCard/index.d.ts +3 -3
- package/dist/types/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +2 -2
- package/dist/types/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +3 -3
- package/dist/types/view/InlineCard/Frame/styled-emotion.d.ts +2 -2
- package/dist/types/view/InlineCard/Icon-emotion.d.ts +3 -3
- package/dist/types/view/InlineCard/Icon.d.ts +1 -1
- package/dist/types/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +1 -1
- package/dist/types/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +9 -9
- package/dist/types/view/InlineCard/ResolvedView/index.d.ts +2 -2
- package/dist/types/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +1 -1
- package/dist/types/view/InlineCard/ResolvingView/index.d.ts +1 -1
- package/dist/types/view/InlineCard/ResolvingView/styled-emotion.d.ts +1 -1
- package/dist/types/view/InlineCard/index.d.ts +2 -2
- package/dist/types/view/InlineCard/styled-emotion.d.ts +3 -3
- package/dist/types/view/InlineCard/utils/withFrameStyleControl.d.ts +1 -1
- package/dist/types/view/LinkView/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/EmptyStateOld.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/index.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/views/errored/index.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/views/resolved/index.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +2 -2
- package/dist/types/view/RelatedLinksModal/views/unavailable/index.d.ts +2 -2
- package/dist/types/view/common/UnauthorisedViewContent.d.ts +2 -2
- package/dist/types/view/common/ai-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/extractors/common/__mocks__/withIntl.d.ts +1 -1
- package/dist/types-ts4.5/ssr.d.ts +2 -2
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkActions.d.ts +1 -1
- package/dist/types-ts4.5/state/modal/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/actions/to-action.d.ts +2 -2
- package/dist/types-ts4.5/utils/analytics/LinkAnalyticsContext.d.ts +1 -1
- package/dist/types-ts4.5/utils/analytics/SmartLinkAnalyticsContext.d.ts +1 -1
- package/dist/types-ts4.5/utils/test-utils.d.ts +2 -2
- package/dist/types-ts4.5/view/BlockCard/index.d.ts +2 -2
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/UnresolvedViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/index.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/component.d.ts +2 -2
- package/dist/types-ts4.5/view/CardWithUrl/loader.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/IFrame.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +1 -1
- package/dist/types-ts4.5/view/EmbedCard/components/styledOld.d.ts +17 -17
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/forbidden-svg/index.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/not-found-view/not-found-svg/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/unauthorized-view/unauthorized-svg/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/error-boundary/index.d.ts +1 -1
- 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 +1 -1
- 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-stack-item/action-buttonOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/server-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.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/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/boolean-prompt/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/number-prompt/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/paragraph-prompt/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/select-prompt/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/text-prompt/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/empty-icon/index.d.ts +2 -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 +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/error-icon/index.d.ts +2 -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 +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/manual-triggers-icon/index.d.ts +2 -2
- 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/follow-action/goal-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/projects-icon/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/unfollow-icon/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/actions/view-related-links-action/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/resolved/AISummaryBlockResolvedViewOld.d.ts +2 -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/FooterBlockResolvedViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/TitleBlockOld.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/TitleBlockResolvedViewOld.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/motion-wrapper/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/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-item/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview/index.d.ts +2 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +2 -2
- 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/HoverCardContentOld.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/ImagePreviewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/HoverCardForbiddenViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/HoverCardResolvedViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/HoverCardUnauthorisedViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/HoverCard/index.d.ts +3 -3
- package/dist/types-ts4.5/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +3 -3
- package/dist/types-ts4.5/view/InlineCard/Frame/styled-emotion.d.ts +2 -2
- package/dist/types-ts4.5/view/InlineCard/Icon-emotion.d.ts +3 -3
- package/dist/types-ts4.5/view/InlineCard/Icon.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +9 -9
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/index.d.ts +2 -2
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled-emotion.d.ts +1 -1
- package/dist/types-ts4.5/view/InlineCard/index.d.ts +2 -2
- package/dist/types-ts4.5/view/InlineCard/styled-emotion.d.ts +3 -3
- package/dist/types-ts4.5/view/InlineCard/utils/withFrameStyleControl.d.ts +1 -1
- package/dist/types-ts4.5/view/LinkView/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyStateOld.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/index.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/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/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +2 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/index.d.ts +2 -2
- package/dist/types-ts4.5/view/common/UnauthorisedViewContent.d.ts +2 -2
- package/dist/types-ts4.5/view/common/ai-icon/index.d.ts +2 -2
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Ari, type SelectedRule, type UserInputs } from '../common/types';
|
|
3
3
|
export interface UserInputProps {
|
|
4
4
|
selectedRule: SelectedRule;
|
|
@@ -7,5 +7,5 @@ export interface UserInputProps {
|
|
|
7
7
|
onInputsModalOpened?: () => void;
|
|
8
8
|
onInputsModalClosed?: () => void;
|
|
9
9
|
}
|
|
10
|
-
declare const UserInputForm: (props: UserInputProps) => JSX.Element;
|
|
10
|
+
declare const UserInputForm: (props: UserInputProps) => React.JSX.Element;
|
|
11
11
|
export default UserInputForm;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { UserInputNumberPrompt } from '../../common/types';
|
|
3
3
|
interface NumberInputPromptProps {
|
|
4
4
|
userInputPrompt: UserInputNumberPrompt;
|
|
@@ -8,5 +8,5 @@ export declare enum Errors {
|
|
|
8
8
|
INVALID_NUMBER = "INVALID_NUMBER"
|
|
9
9
|
}
|
|
10
10
|
export declare const numberValidate: (isRequired: boolean, value?: string) => Errors | undefined;
|
|
11
|
-
declare const NumberInputPrompt: ({ userInputPrompt }: NumberInputPromptProps) => JSX.Element;
|
|
11
|
+
declare const NumberInputPrompt: ({ userInputPrompt }: NumberInputPromptProps) => React.JSX.Element;
|
|
12
12
|
export default NumberInputPrompt;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { UserInputParagraphPrompt } from '../../common/types';
|
|
3
3
|
interface ParagraphInputPromptProps {
|
|
4
4
|
userInputPrompt: UserInputParagraphPrompt;
|
|
5
5
|
}
|
|
6
|
-
declare const ParagraphInputPrompt: ({ userInputPrompt }: ParagraphInputPromptProps) => JSX.Element;
|
|
6
|
+
declare const ParagraphInputPrompt: ({ userInputPrompt }: ParagraphInputPromptProps) => React.JSX.Element;
|
|
7
7
|
export default ParagraphInputPrompt;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { UserInputSelectPrompt } from '../../common/types';
|
|
3
3
|
interface SelectInputPromptProps {
|
|
4
4
|
userInputPrompt: UserInputSelectPrompt;
|
|
5
5
|
}
|
|
6
|
-
declare const SelectInputPrompt: ({ userInputPrompt }: SelectInputPromptProps) => JSX.Element;
|
|
6
|
+
declare const SelectInputPrompt: ({ userInputPrompt }: SelectInputPromptProps) => React.JSX.Element;
|
|
7
7
|
export default SelectInputPrompt;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { UserInputTextPrompt } from '../../common/types';
|
|
3
3
|
interface TextInputPromptProps {
|
|
4
4
|
userInputPrompt: UserInputTextPrompt;
|
|
5
5
|
}
|
|
6
|
-
declare const TextInputPrompt: ({ userInputPrompt }: TextInputPromptProps) => JSX.Element;
|
|
6
|
+
declare const TextInputPrompt: ({ userInputPrompt }: TextInputPromptProps) => React.JSX.Element;
|
|
7
7
|
export default TextInputPrompt;
|
|
@@ -12,4 +12,4 @@ export type AutomationModalProps = {
|
|
|
12
12
|
onClose: () => void;
|
|
13
13
|
onCloseComplete?: () => void;
|
|
14
14
|
};
|
|
15
|
-
export declare const AutomationModal: ({ baseAutomationUrl, siteAri, objectAri, canManageAutomation, onClose, onCloseComplete, modalTitle, modalDescription, emptyStateDescription, emptyStateAdminDescription, analyticsSource, }: AutomationModalProps) => JSX.Element;
|
|
15
|
+
export declare const AutomationModal: ({ baseAutomationUrl, siteAri, objectAri, canManageAutomation, onClose, onCloseComplete, modalTitle, modalDescription, emptyStateDescription, emptyStateAdminDescription, analyticsSource, }: AutomationModalProps) => React.JSX.Element;
|
|
@@ -25,5 +25,5 @@ export type MenuContext = Omit<ManualRulesData, 'error'> & {
|
|
|
25
25
|
ruleExecutionState: RuleExecutionState;
|
|
26
26
|
};
|
|
27
27
|
export declare const useAutomationMenu: () => MenuContext;
|
|
28
|
-
export declare const AutomationMenuContextContainer: ({ baseAutomationUrl, analyticsSource, objectAri, siteAri, canManageAutomation, children, emptyStateDescription, emptyStateAdminDescription, onRuleInvocationSuccess, onRuleInvocationFailure, onRuleInvocationLifecycleDone, }: AutomationMenuContextContainerProps) => JSX.Element;
|
|
28
|
+
export declare const AutomationMenuContextContainer: ({ baseAutomationUrl, analyticsSource, objectAri, siteAri, canManageAutomation, children, emptyStateDescription, emptyStateAdminDescription, onRuleInvocationSuccess, onRuleInvocationFailure, onRuleInvocationLifecycleDone, }: AutomationMenuContextContainerProps) => React.JSX.Element;
|
|
29
29
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type Dispatch, type SetStateAction } from 'react';
|
|
1
|
+
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
2
|
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
3
|
type AutomationModalBodyProps = {
|
|
4
4
|
selectedRule: ManualRule | undefined;
|
|
5
5
|
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
6
6
|
};
|
|
7
|
-
export declare const AutomationModalBody: ({ selectedRule, setSelectedRule, }: AutomationModalBodyProps) => JSX.Element;
|
|
7
|
+
export declare const AutomationModalBody: ({ selectedRule, setSelectedRule, }: AutomationModalBodyProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AutomationModalEmptyStateOld: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AutomationModalEmptyStateOld: () => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const EmptyIcon: (props: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const EmptyIcon: (props: any) => React.JSX.Element;
|
|
3
3
|
export default EmptyIcon;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AutomationModalErrorStateOld: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AutomationModalErrorStateOld: () => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const ErrorIcon: (props: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ErrorIcon: (props: any) => React.JSX.Element;
|
|
3
3
|
export default ErrorIcon;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AutomationModalExecutionStateOld: () => JSX.Element | null;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const AutomationModalExecutionStateOld: () => React.JSX.Element | null;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
3
|
type AutomationModalFooterProps = {
|
|
4
4
|
selectedRule: ManualRule | undefined;
|
|
5
5
|
onClose: () => void;
|
|
6
6
|
};
|
|
7
|
-
export declare const AutomationModalFooter: ({ selectedRule, onClose }: AutomationModalFooterProps) => JSX.Element | null;
|
|
7
|
+
export declare const AutomationModalFooter: ({ selectedRule, onClose }: AutomationModalFooterProps) => React.JSX.Element | null;
|
|
8
8
|
export {};
|
|
@@ -3,5 +3,5 @@ type AutomationModalHeaderProps = {
|
|
|
3
3
|
modalTitle?: React.ReactNode;
|
|
4
4
|
modalDescription?: React.ReactNode;
|
|
5
5
|
};
|
|
6
|
-
export declare const AutomationModalHeaderOld: ({ modalTitle, modalDescription, }: AutomationModalHeaderProps) => JSX.Element;
|
|
6
|
+
export declare const AutomationModalHeaderOld: ({ modalTitle, modalDescription, }: AutomationModalHeaderProps) => React.JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type Dispatch, type SetStateAction } from 'react';
|
|
1
|
+
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
2
|
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
3
|
type AutomationModalRuleProps = {
|
|
4
4
|
rule: ManualRule;
|
|
5
5
|
selectedRule: ManualRule | undefined;
|
|
6
6
|
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
7
7
|
};
|
|
8
|
-
export declare const AutomationModalRuleOld: ({ rule, selectedRule, setSelectedRule, }: AutomationModalRuleProps) => JSX.Element;
|
|
8
|
+
export declare const AutomationModalRuleOld: ({ rule, selectedRule, setSelectedRule, }: AutomationModalRuleProps) => React.JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type Dispatch, type SetStateAction } from 'react';
|
|
1
|
+
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
2
|
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
3
|
type AutomationModalRuleListProps = {
|
|
4
4
|
selectedRule: ManualRule | undefined;
|
|
5
5
|
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
6
6
|
};
|
|
7
|
-
export declare const AutomationModalRuleListOld: ({ selectedRule, setSelectedRule, }: AutomationModalRuleListProps) => JSX.Element;
|
|
7
|
+
export declare const AutomationModalRuleListOld: ({ selectedRule, setSelectedRule, }: AutomationModalRuleListProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type Dispatch, type SetStateAction } from 'react';
|
|
1
|
+
import React, { type Dispatch, type SetStateAction } from 'react';
|
|
2
2
|
import type { ManualRule } from '../../../manual-triggers-container/common/types';
|
|
3
3
|
type AutomationModalRuleListProps = {
|
|
4
4
|
selectedRule: ManualRule | undefined;
|
|
5
5
|
setSelectedRule: Dispatch<SetStateAction<ManualRule | undefined>>;
|
|
6
6
|
};
|
|
7
|
-
export declare const AutomationModalRuleList: (props: AutomationModalRuleListProps) => JSX.Element;
|
|
7
|
+
export declare const AutomationModalRuleList: (props: AutomationModalRuleListProps) => React.JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type LinkActionProps } from '../types';
|
|
3
|
-
declare const AutomationAction: (props: LinkActionProps) => JSX.Element;
|
|
3
|
+
declare const AutomationAction: (props: LinkActionProps) => React.JSX.Element;
|
|
4
4
|
export default AutomationAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type CopyLinkActionProps } from './types';
|
|
3
|
-
declare const CopyLinkAction: ({ onClick: onClickCallback, ...props }: CopyLinkActionProps) => JSX.Element | null;
|
|
3
|
+
declare const CopyLinkAction: ({ onClick: onClickCallback, ...props }: CopyLinkActionProps) => React.JSX.Element | null;
|
|
4
4
|
export default CopyLinkAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type DeleteActionProps } from './types';
|
|
3
|
-
declare const DeleteAction: (props: DeleteActionProps) => JSX.Element;
|
|
3
|
+
declare const DeleteAction: (props: DeleteActionProps) => React.JSX.Element;
|
|
4
4
|
export default DeleteAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { DownloadActionProps } from './types';
|
|
3
|
-
declare const DownloadAction: ({ onClick: onClickCallback, ...props }: DownloadActionProps) => JSX.Element | null;
|
|
3
|
+
declare const DownloadAction: ({ onClick: onClickCallback, ...props }: DownloadActionProps) => React.JSX.Element | null;
|
|
4
4
|
export default DownloadAction;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type EditActionProps } from './types';
|
|
3
|
-
declare const EditAction: (props: EditActionProps) => JSX.Element;
|
|
3
|
+
declare const EditAction: (props: EditActionProps) => React.JSX.Element;
|
|
4
4
|
export default EditAction;
|
package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/goal-icon/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type IconProps } from '@atlaskit/icon';
|
|
3
|
-
export declare const GoalIcon: (props: IconProps) => JSX.Element;
|
|
3
|
+
export declare const GoalIcon: (props: IconProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type FollowActionProps } from './types';
|
|
3
|
-
declare const FollowAction: (props: FollowActionProps) => JSX.Element | null;
|
|
3
|
+
declare const FollowAction: (props: FollowActionProps) => React.JSX.Element | null;
|
|
4
4
|
export default FollowAction;
|
package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/projects-icon/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type IconProps } from '@atlaskit/icon';
|
|
3
|
-
export declare const ProjectsIcon: (props: IconProps) => JSX.Element;
|
|
3
|
+
export declare const ProjectsIcon: (props: IconProps) => React.JSX.Element;
|
package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/unfollow-icon/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type IconProps } from '@atlaskit/icon';
|
|
3
|
-
declare const UnfollowIcon: (props: IconProps) => JSX.Element;
|
|
3
|
+
declare const UnfollowIcon: (props: IconProps) => React.JSX.Element;
|
|
4
4
|
export default UnfollowIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { PreviewActionProps } from './types';
|
|
3
|
-
declare const PreviewAction: ({ onClick: onClickCallback, ...props }: PreviewActionProps) => JSX.Element | null;
|
|
3
|
+
declare const PreviewAction: ({ onClick: onClickCallback, ...props }: PreviewActionProps) => React.JSX.Element | null;
|
|
4
4
|
export default PreviewAction;
|
package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ViewRelatedLinksActionProps } from './types';
|
|
3
|
-
declare const ViewRelatedLinksAction: ({ onClick: onClickCallback, ...props }: ViewRelatedLinksActionProps) => JSX.Element | null;
|
|
3
|
+
declare const ViewRelatedLinksAction: ({ onClick: onClickCallback, ...props }: ViewRelatedLinksActionProps) => React.JSX.Element | null;
|
|
4
4
|
export default ViewRelatedLinksAction;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ActionFooterProps } from './types';
|
|
3
|
-
export declare const ActionFooterOld: ({ message, testId }: ActionFooterProps) => JSX.Element | null;
|
|
3
|
+
export declare const ActionFooterOld: ({ message, testId }: ActionFooterProps) => React.JSX.Element | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type Appearance } from '@atlaskit/button';
|
|
3
3
|
import { type SmartLinkSize } from '../../../../../../constants';
|
|
4
4
|
import { type ActionItem } from '../../types';
|
|
@@ -8,5 +8,5 @@ declare const ActionGroupItem: ({ item, size, appearance, asDropDownItems, onAct
|
|
|
8
8
|
appearance?: Appearance | undefined;
|
|
9
9
|
asDropDownItems?: boolean | undefined;
|
|
10
10
|
onActionItemClick?: (() => void) | undefined;
|
|
11
|
-
}) => JSX.Element | null;
|
|
11
|
+
}) => React.JSX.Element | null;
|
|
12
12
|
export default ActionGroupItem;
|
package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type NewCoreIconProps } from '@atlaskit/icon';
|
|
3
|
-
export declare const InfoIcon: (props: NewCoreIconProps) => JSX.Element;
|
|
3
|
+
export declare const InfoIcon: (props: NewCoreIconProps) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { AIFooterBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a AIFooterBlock, designed to show provider metadata in
|
|
@@ -6,5 +6,5 @@ import type { AIFooterBlockProps } from './types';
|
|
|
6
6
|
* @param {AIFooterBlockProps} AIFooterBlockProps
|
|
7
7
|
* @see Block
|
|
8
8
|
*/
|
|
9
|
-
declare const AIFooterBlock: ({ status, testId, ...props }: AIFooterBlockProps) => JSX.Element | null;
|
|
9
|
+
declare const AIFooterBlock: ({ status, testId, ...props }: AIFooterBlockProps) => React.JSX.Element | null;
|
|
10
10
|
export default AIFooterBlock;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { AISummaryActionData } from '../../../../../../state/flexible-ui-context/types';
|
|
3
3
|
export declare const AIFooterMetadata: (props: AISummaryActionData & {
|
|
4
4
|
testId?: string;
|
|
5
|
-
}) => JSX.Element;
|
|
5
|
+
}) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { AISummaryActionData } from '../../../../../../state/flexible-ui-context/types';
|
|
3
3
|
export declare const AIFooterMetadataOld: ({ testId, url }: AISummaryActionData & {
|
|
4
4
|
testId?: string | undefined;
|
|
5
|
-
}) => JSX.Element | null;
|
|
5
|
+
}) => React.JSX.Element | null;
|
package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { AIFooterBlockProps } from '../types';
|
|
3
|
-
declare const AIFooterBlockResolvedView: (props: AIFooterBlockProps) => JSX.Element;
|
|
3
|
+
declare const AIFooterBlockResolvedView: (props: AIFooterBlockProps) => React.JSX.Element;
|
|
4
4
|
export default AIFooterBlockResolvedView;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AISummaryBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents an AISummaryBlock, designed to summarising link resource
|
|
@@ -7,5 +7,5 @@ import { type AISummaryBlockProps } from './types';
|
|
|
7
7
|
* @param {AISummaryBlockProps} AISummaryBlock
|
|
8
8
|
* @see Block
|
|
9
9
|
*/
|
|
10
|
-
declare const AISummaryBlock: ({ status, testId, ...props }: AISummaryBlockProps) => JSX.Element | null;
|
|
10
|
+
declare const AISummaryBlock: ({ status, testId, ...props }: AISummaryBlockProps) => React.JSX.Element | null;
|
|
11
11
|
export default AISummaryBlock;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { AISummaryBlockProps } from '../types';
|
|
3
3
|
type AISummaryBlockResolvedViewProps = AISummaryBlockProps & {
|
|
4
4
|
/**
|
|
@@ -6,5 +6,5 @@ type AISummaryBlockResolvedViewProps = AISummaryBlockProps & {
|
|
|
6
6
|
*/
|
|
7
7
|
url: string;
|
|
8
8
|
};
|
|
9
|
-
declare const AISummaryBlockResolvedViewOld: (props: AISummaryBlockResolvedViewProps) => JSX.Element;
|
|
9
|
+
declare const AISummaryBlockResolvedViewOld: (props: AISummaryBlockResolvedViewProps) => React.JSX.Element;
|
|
10
10
|
export default AISummaryBlockResolvedViewOld;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from '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: ({ status, testId, alwaysShow, ...props }: FooterBlockProps) => JSX.Element | null;
|
|
10
|
+
declare const FooterBlock: ({ status, testId, alwaysShow, ...props }: FooterBlockProps) => React.JSX.Element | null;
|
|
11
11
|
export default FooterBlock;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { FooterBlockProps } from '../types';
|
|
3
|
-
declare const FooterBlockResolvedViewOld: (props: FooterBlockProps) => JSX.Element;
|
|
3
|
+
declare const FooterBlockResolvedViewOld: (props: FooterBlockProps) => React.JSX.Element;
|
|
4
4
|
export default FooterBlockResolvedViewOld;
|
package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/MetadataBlockOld.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from '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 MetadataBlockOld: ({ maxLines, status, testId, primary, secondary, ...blockProps }: MetadataBlockProps) => JSX.Element | null;
|
|
10
|
+
declare const MetadataBlockOld: ({ maxLines, status, testId, primary, secondary, ...blockProps }: MetadataBlockProps) => React.JSX.Element | null;
|
|
11
11
|
export default MetadataBlockOld;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type SnippetBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a SnippetBlock, which is used to display longer form text content, like descriptions.
|
|
@@ -6,5 +6,5 @@ import { type SnippetBlockProps } from './types';
|
|
|
6
6
|
* @param {SnippetBlockProps} SnippetBlockProps
|
|
7
7
|
* @see Block
|
|
8
8
|
*/
|
|
9
|
-
declare const SnippetBlock: ({ maxLines, status, testId, text, ...blockProps }: SnippetBlockProps) => JSX.Element | null;
|
|
9
|
+
declare const SnippetBlock: ({ maxLines, status, testId, text, ...blockProps }: SnippetBlockProps) => React.JSX.Element | null;
|
|
10
10
|
export default SnippetBlock;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type TitleBlockProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a TitleBlock, which is the foundation of Flexible UI.
|
|
@@ -12,5 +12,5 @@ import { type TitleBlockProps } from './types';
|
|
|
12
12
|
* @see TitleBlockResolvedView
|
|
13
13
|
* @see TitleBlockErroredView
|
|
14
14
|
*/
|
|
15
|
-
declare const TitleBlock: ({ actions, anchorTarget, hideTitleTooltip, maxLines, onActionMenuOpenChange, onClick, overrideCss, status, showActionOnHover, testId, text, icon, theme, hideRetry, metadataPosition, hideIcon, ...props }: TitleBlockProps) => JSX.Element;
|
|
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
16
|
export default TitleBlock;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type TitleBlockViewProps } from '../types';
|
|
3
3
|
/**
|
|
4
4
|
* This renders a fully resolved TitleBlock.
|
|
5
5
|
* This should render when a Smart Link returns a valid response.
|
|
6
6
|
* @see TitleBlock
|
|
7
7
|
*/
|
|
8
|
-
declare const TitleBlockResolvedViewOld: ({ actionGroup, metadata, position, subtitle, testId, text, icon, title, metadataPosition, hideIcon, ...blockProps }: TitleBlockViewProps) => JSX.Element;
|
|
8
|
+
declare const TitleBlockResolvedViewOld: ({ actionGroup, metadata, position, subtitle, testId, text, icon, title, metadataPosition, hideIcon, ...blockProps }: TitleBlockViewProps) => React.JSX.Element;
|
|
9
9
|
export default TitleBlockResolvedViewOld;
|
package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const AILearnMoreAnchor: ({ children, ...props }: React.AnchorHTMLAttributes<HTMLAnchorElement>) => JSX.Element;
|
|
2
|
+
declare const AILearnMoreAnchor: ({ children, ...props }: React.AnchorHTMLAttributes<HTMLAnchorElement>) => React.JSX.Element;
|
|
3
3
|
export default AILearnMoreAnchor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type AtlaskitIconProps } from './types';
|
|
3
|
-
declare const AtlaskitIcon: ({ icon, label, testId, size }: AtlaskitIconProps) => JSX.Element | null;
|
|
3
|
+
declare const AtlaskitIcon: ({ icon, label, testId, size }: AtlaskitIconProps) => React.JSX.Element | null;
|
|
4
4
|
export default AtlaskitIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ImageIconProps } from './types';
|
|
3
|
-
declare const ImageIcon: ({ defaultIcon, testId, url, width, height, onError, onLoad, }: ImageIconProps) => JSX.Element;
|
|
3
|
+
declare const ImageIcon: ({ defaultIcon, testId, url, width, height, onError, onLoad, }: ImageIconProps) => React.JSX.Element;
|
|
4
4
|
export default ImageIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { MotionWrapperProps } from './types';
|
|
3
|
-
export declare const MotionWrapper: ({ children, isFadeIn, minHeight, show, showTransition, }: MotionWrapperProps) => JSX.Element | null;
|
|
3
|
+
export declare const MotionWrapper: ({ children, isFadeIn, minHeight, show, showTransition, }: MotionWrapperProps) => React.JSX.Element | null;
|
|
4
4
|
export default MotionWrapper;
|
package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type HoverCardDelayProps } from './types';
|
|
3
|
-
declare const HoverCardControl: ({ children, isHoverPreview, isAuthTooltip, actionOptions, testId, url, delay, hoverPreviewOptions, }: HoverCardDelayProps) => JSX.Element;
|
|
3
|
+
declare const HoverCardControl: ({ children, isHoverPreview, isAuthTooltip, actionOptions, testId, url, delay, hoverPreviewOptions, }: HoverCardDelayProps) => React.JSX.Element;
|
|
4
4
|
export default HoverCardControl;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ComponentType } from 'react';
|
|
1
|
+
import React, { type ComponentType } from 'react';
|
|
2
2
|
import type { LozengeActionProps } from '../types';
|
|
3
|
-
declare const withErrorBoundary: (Component: ComponentType<LozengeActionProps>) => (props: LozengeActionProps) => JSX.Element;
|
|
3
|
+
declare const withErrorBoundary: (Component: ComponentType<LozengeActionProps>) => (props: LozengeActionProps) => React.JSX.Element;
|
|
4
4
|
export default withErrorBoundary;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { LozengeActionProps } from './types';
|
|
3
|
-
declare const _default: (props: LozengeActionProps) => JSX.Element;
|
|
3
|
+
declare const _default: (props: LozengeActionProps) => React.JSX.Element;
|
|
4
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import type { LozengeActionItemProps } from './types';
|
|
3
|
-
declare const LozengeActionItem: ({ appearance, id, onClick, testId, text }: LozengeActionItemProps) => JSX.Element;
|
|
3
|
+
declare const LozengeActionItem: ({ appearance, id, onClick, testId, text }: LozengeActionItemProps) => React.JSX.Element;
|
|
4
4
|
export default LozengeActionItem;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type PreviewProps } from './types';
|
|
3
|
-
declare const Preview: (props: PreviewProps) => JSX.Element | null;
|
|
3
|
+
declare const Preview: (props: PreviewProps) => React.JSX.Element | null;
|
|
4
4
|
export default Preview;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type SerializedStyles } from '@emotion/react';
|
|
3
3
|
import { type IntlShape, type MessageDescriptor } from 'react-intl-next';
|
|
4
4
|
import { type Spacing } from '@atlaskit/button';
|
|
@@ -6,7 +6,7 @@ import type { Space } from '@atlaskit/primitives/compiled';
|
|
|
6
6
|
import { SmartLinkSize } from '../../../constants';
|
|
7
7
|
import { type MessageProps } from './types';
|
|
8
8
|
export declare const sizeToButtonSpacing: Record<SmartLinkSize, Spacing>;
|
|
9
|
-
export declare const getFormattedMessage: (message?: MessageProps) => JSX.Element | undefined;
|
|
9
|
+
export declare const getFormattedMessage: (message?: MessageProps) => React.JSX.Element | undefined;
|
|
10
10
|
export declare const getFormattedMessageAsString: (intl: IntlShape, message: MessageDescriptor, context?: string) => string;
|
|
11
11
|
/**
|
|
12
12
|
* @deprecated remove on FF bandicoots-compiled-migration-smartcard clean up
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type FlexibleCardProps } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* This represents a Flexible Card: a link represented by a card with metadata.
|
|
@@ -6,5 +6,5 @@ import { type FlexibleCardProps } from './types';
|
|
|
6
6
|
* Note: TitleBlock is mandatory for a Flexible Card to render.
|
|
7
7
|
* @see Container
|
|
8
8
|
*/
|
|
9
|
-
declare const FlexibleCard: ({ appearance, cardState, children, id, onAuthorize, onClick, onError, onResolve, origin, renderers, showHoverPreview, hoverPreviewOptions, actionOptions, testId, ui, url, }: FlexibleCardProps) => JSX.Element;
|
|
9
|
+
declare const FlexibleCard: ({ appearance, cardState, children, id, onAuthorize, onClick, onError, onResolve, origin, renderers, showHoverPreview, hoverPreviewOptions, actionOptions, testId, ui, url, }: FlexibleCardProps) => React.JSX.Element;
|
|
10
10
|
export default FlexibleCard;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type HoverCardComponentProps } from '../types';
|
|
3
3
|
export declare const HOVER_CARD_SOURCE = "smartLinkPreviewHoverCard";
|
|
4
|
-
export declare const HoverCardComponent: ({ children, url, id, canOpen, closeOnChildClick, actionOptions, allowEventPropagation, zIndex, noFadeDelay, hoverPreviewOptions, role, label, titleId, }: HoverCardComponentProps) => JSX.Element;
|
|
4
|
+
export declare const HoverCardComponent: ({ children, url, id, canOpen, closeOnChildClick, actionOptions, allowEventPropagation, zIndex, noFadeDelay, hoverPreviewOptions, role, label, titleId, }: HoverCardComponentProps) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type HoverCardContentProps } from '../types';
|
|
3
3
|
export declare const hoverCardClassName = "smart-links-hover-preview";
|
|
4
|
-
declare const HoverCardContentOld: ({ id, cardState, onActionClick, onResolve, renderers, url, onMouseEnter, onMouseLeave, actionOptions, }: HoverCardContentProps) => JSX.Element | null;
|
|
4
|
+
declare const HoverCardContentOld: ({ id, cardState, onActionClick, onResolve, renderers, url, onMouseEnter, onMouseLeave, actionOptions, }: HoverCardContentProps) => React.JSX.Element | null;
|
|
5
5
|
export default HoverCardContentOld;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { type ImagePreviewProps } from '../types';
|
|
3
|
-
declare const ImagePreview: (props: ImagePreviewProps) => JSX.Element | null;
|
|
3
|
+
declare const ImagePreview: (props: ImagePreviewProps) => React.JSX.Element | null;
|
|
4
4
|
export default ImagePreview;
|