@atlaskit/smart-card 44.29.0 → 45.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/analytics/package.json +1 -8
- package/analytics/types/package.json +1 -8
- package/card/lazy/package.json +1 -8
- package/card/types/package.json +1 -8
- package/class-names/package.json +1 -8
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/CardWithUrl/component.js +2 -0
- package/dist/cjs/view/FlexibleCard/components/container/index.js +8 -4
- package/dist/cjs/view/FlexibleCard/index.js +3 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/CardWithUrl/component.js +2 -0
- package/dist/es2019/view/FlexibleCard/components/container/index.js +8 -4
- package/dist/es2019/view/FlexibleCard/index.js +3 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/CardWithUrl/component.js +2 -0
- package/dist/esm/view/FlexibleCard/components/container/index.js +8 -4
- package/dist/esm/view/FlexibleCard/index.js +3 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/ssr.d.ts +6 -0
- package/dist/types/view/CardWithUrl/types.d.ts +1 -0
- package/dist/types/view/FlexibleCard/components/container/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/container/types.d.ts +1 -1
- package/dist/types/view/FlexibleCard/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/types.d.ts +4 -0
- package/embed-resize-message-listener/package.json +1 -8
- package/enums/package.json +1 -8
- package/expanded-frame/package.json +1 -8
- package/flexible/assigned-to-element/package.json +1 -8
- package/flexible/assigned-to-group-element/package.json +1 -8
- package/flexible/attachment-count-element/package.json +1 -8
- package/flexible/author-group-element/package.json +1 -8
- package/flexible/checklist-progress-element/package.json +1 -8
- package/flexible/collaborator-group-element/package.json +1 -8
- package/flexible/comment-count-element/package.json +1 -8
- package/flexible/copy-link-action/package.json +1 -8
- package/flexible/created-by-element/package.json +1 -8
- package/flexible/created-on-element/package.json +1 -8
- package/flexible/custom-action/package.json +1 -8
- package/flexible/custom-block/package.json +1 -8
- package/flexible/custom-by-access-type-element/package.json +1 -8
- package/flexible/custom-by-status-element/package.json +1 -8
- package/flexible/custom-unresolved-action/package.json +1 -8
- package/flexible/download-action/package.json +1 -8
- package/flexible/due-on-element/package.json +1 -8
- package/flexible/follow-action/package.json +1 -8
- package/flexible/footer-block/package.json +1 -8
- package/flexible/latest-commit-element/package.json +1 -8
- package/flexible/link-icon-element/package.json +1 -8
- package/flexible/location-element/package.json +1 -8
- package/flexible/metadata-block/package.json +1 -8
- package/flexible/modified-by-element/package.json +1 -8
- package/flexible/modified-on-element/package.json +1 -8
- package/flexible/owned-by-element/package.json +1 -8
- package/flexible/owned-by-group-element/package.json +1 -8
- package/flexible/preview-action/package.json +1 -8
- package/flexible/preview-block/package.json +1 -8
- package/flexible/preview-element/package.json +1 -8
- package/flexible/priority-element/package.json +1 -8
- package/flexible/programming-language-element/package.json +1 -8
- package/flexible/provider-element/package.json +1 -8
- package/flexible/react-count-element/package.json +1 -8
- package/flexible/read-time-element/package.json +1 -8
- package/flexible/sent-on-element/package.json +1 -8
- package/flexible/snippet-block/package.json +1 -8
- package/flexible/snippet-element/package.json +1 -8
- package/flexible/source-branch-element/package.json +1 -8
- package/flexible/state-element/package.json +1 -8
- package/flexible/story-points-element/package.json +1 -8
- package/flexible/sub-tasks-progress-element/package.json +1 -8
- package/flexible/subscriber-count-element/package.json +1 -8
- package/flexible/target-branch-element/package.json +1 -8
- package/flexible/title-block/package.json +1 -8
- package/flexible/title-element/package.json +1 -8
- package/flexible/types/package.json +1 -8
- package/flexible/unresolved-action/package.json +1 -8
- package/flexible/view-count-element/package.json +1 -8
- package/flexible/vote-count-element/package.json +1 -8
- package/hook/use-smart-link-actions/package.json +1 -8
- package/hook/use-smart-link-destination-url/package.json +1 -8
- package/hook/use-smart-link-events/package.json +1 -8
- package/hook/use-smart-link-reload/package.json +1 -8
- package/hooks/package.json +1 -8
- package/hover/package.json +1 -8
- package/hover/types/package.json +1 -8
- package/hover-card/package.json +1 -8
- package/link/package.json +1 -8
- package/link/types/package.json +1 -8
- package/link-url/package.json +1 -8
- package/package.json +61 -69
- package/preload-lazy-card-with-url-content/package.json +1 -8
- package/ssr/package.json +1 -8
- package/types/package.json +1 -8
- package/dist/types-ts4.5/__fixtures__/atlas-project-with-ai-summary.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/atlas-project.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/bitbucket-pull-request.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/compass-scorecard.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/confluence-blog.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/confluence-page.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/confluence-space.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/confluence-template.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/conversation-entity.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/document-entity.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/dropbox-file.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/figma.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/flexible-ui-data-context.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/jira-roadmap.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/jira-task.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/jira-timeline.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/message-entity.d.ts +0 -3
- package/dist/types-ts4.5/__fixtures__/youtube-video.d.ts +0 -3
- package/dist/types-ts4.5/classNames.d.ts +0 -14
- package/dist/types-ts4.5/common/analytics/constants.d.ts +0 -1
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +0 -463
- package/dist/types-ts4.5/common/analytics/generated/create-event-payload.d.ts +0 -31
- package/dist/types-ts4.5/common/analytics/generated/use-analytics-events.d.ts +0 -7
- package/dist/types-ts4.5/common/analytics/types.d.ts +0 -2
- package/dist/types-ts4.5/common/ui/icons/angle-brackets-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/audio-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/blog-icon.d.ts +0 -7
- package/dist/types-ts4.5/common/ui/icons/chart-bar-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/file-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/folder-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/generic-error-icon.d.ts +0 -1
- package/dist/types-ts4.5/common/ui/icons/image-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/list-bullet-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/live-document-icon.d.ts +0 -7
- package/dist/types-ts4.5/common/ui/icons/page-icon.d.ts +0 -4
- package/dist/types-ts4.5/common/ui/icons/priority-blocker-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-critical-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-high-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-highest-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-icon.d.ts +0 -13
- package/dist/types-ts4.5/common/ui/icons/priority-low-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-lowest-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-major-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-medium-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-minor-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/priority-trivial-icon.d.ts +0 -12
- package/dist/types-ts4.5/common/ui/icons/types.d.ts +0 -7
- package/dist/types-ts4.5/common/ui/icons/utils.d.ts +0 -20
- package/dist/types-ts4.5/common/ui/icons/video-icon.d.ts +0 -4
- package/dist/types-ts4.5/constants.d.ts +0 -249
- package/dist/types-ts4.5/entry-points/analytics-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/analytics.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/card-lazy.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/card-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/class-names.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/embed-resize-message-listener.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/enums.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/expanded-frame.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-assigned-to-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-assigned-to-group-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-attachment-count-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-author-group-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-checklist-progress-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-collaborator-group-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-comment-count-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-copy-link-action.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-created-by-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-created-on-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-custom-action.d.ts +0 -12
- package/dist/types-ts4.5/entry-points/flexible-custom-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-custom-by-access-type-element.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-custom-by-status-element.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-custom-unresolved-action.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-download-action.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-due-on-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-follow-action.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-footer-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-latest-commit-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-link-icon-element.d.ts +0 -11
- package/dist/types-ts4.5/entry-points/flexible-location-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-metadata-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-modified-by-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-modified-on-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-owned-by-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-owned-by-group-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-preview-action.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-preview-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-preview-element.d.ts +0 -10
- package/dist/types-ts4.5/entry-points/flexible-priority-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-programming-language-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-provider-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-react-count-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-read-time-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-sent-on-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-snippet-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-snippet-element.d.ts +0 -11
- package/dist/types-ts4.5/entry-points/flexible-source-branch-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-state-element.d.ts +0 -9
- package/dist/types-ts4.5/entry-points/flexible-story-points-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-sub-tasks-progress-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-subscriber-count-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-target-branch-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-title-block.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-title-element.d.ts +0 -8
- package/dist/types-ts4.5/entry-points/flexible-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/flexible-unresolved-action.d.ts +0 -7
- package/dist/types-ts4.5/entry-points/flexible-view-count-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/flexible-vote-count-element.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/hook-use-smart-link-actions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/hook-use-smart-link-destination-url.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/hook-use-smart-link-events.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/hook-use-smart-link-reload.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/hover-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/hover.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/link-types.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/link.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ssr.d.ts +0 -1
- package/dist/types-ts4.5/extractors/action/extract-invoke-copy-link-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/action/extract-invoke-download-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/action/extract-invoke-preview-action.d.ts +0 -29
- package/dist/types-ts4.5/extractors/action/extract-invoke-view-action.d.ts +0 -6
- package/dist/types-ts4.5/extractors/action/extract-lozenge-action-items.d.ts +0 -4
- package/dist/types-ts4.5/extractors/action/types.d.ts +0 -10
- package/dist/types-ts4.5/extractors/common/__mocks__/jsonld.d.ts +0 -40
- package/dist/types-ts4.5/extractors/common/__mocks__/withIntl.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/actions/extractActions.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/actions/types.d.ts +0 -10
- package/dist/types-ts4.5/extractors/common/context/extractAccessContext.d.ts +0 -9
- package/dist/types-ts4.5/extractors/common/context/index.d.ts +0 -9
- package/dist/types-ts4.5/extractors/common/download/extractDownloadUrl.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/hostname/extractHostname.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/icon/extractFileFormat.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/icon/extractIcon.d.ts +0 -15
- package/dist/types-ts4.5/extractors/common/icon/extractIconFromDocument.d.ts +0 -11
- package/dist/types-ts4.5/extractors/common/icon/extractIconFromTask.d.ts +0 -11
- package/dist/types-ts4.5/extractors/common/icon/index.d.ts +0 -5
- package/dist/types-ts4.5/extractors/common/icon/prioritiseIcon.d.ts +0 -32
- package/dist/types-ts4.5/extractors/common/icon/priority.d.ts +0 -7
- package/dist/types-ts4.5/extractors/common/lozenge/extractLozenge.d.ts +0 -3
- package/dist/types-ts4.5/extractors/common/lozenge/extractState.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/lozenge/extractTag.d.ts +0 -3
- package/dist/types-ts4.5/extractors/common/lozenge/extractTaskStatus.d.ts +0 -3
- package/dist/types-ts4.5/extractors/common/lozenge/extractTaskType.d.ts +0 -7
- package/dist/types-ts4.5/extractors/common/lozenge/index.d.ts +0 -5
- package/dist/types-ts4.5/extractors/common/lozenge/types.d.ts +0 -16
- package/dist/types-ts4.5/extractors/common/lozenge/utils.d.ts +0 -4
- package/dist/types-ts4.5/extractors/common/meta/extractIsSupportTheming.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/meta/extractIsTrusted.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/primitives/extractSummary.d.ts +0 -10
- package/dist/types-ts4.5/extractors/common/primitives/extractTitleTextColor.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/primitives/extractVisitUrl.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/primitives/index.d.ts +0 -2
- package/dist/types-ts4.5/extractors/common/title-prefix/extractTitlePrefix.d.ts +0 -5
- package/dist/types-ts4.5/extractors/common/title-prefix/index.d.ts +0 -1
- package/dist/types-ts4.5/extractors/constants.d.ts +0 -13
- package/dist/types-ts4.5/extractors/embed/index.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/actions/extract-ai-summary-action.d.ts +0 -5
- package/dist/types-ts4.5/extractors/flexible/actions/extract-automation-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/actions/extract-copy-link-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/actions/extract-download-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/actions/extract-follow-action.d.ts +0 -5
- package/dist/types-ts4.5/extractors/flexible/actions/extract-preview-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/actions/extract-rovo-chat-action.d.ts +0 -16
- package/dist/types-ts4.5/extractors/flexible/actions/extract-view-related-links-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/actions/index.d.ts +0 -35
- package/dist/types-ts4.5/extractors/flexible/collaboratorGroup/index.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/extract-link-title.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/extract-placeholder-data.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/extract-preview.d.ts +0 -9
- package/dist/types-ts4.5/extractors/flexible/extract-priority.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/extract-server-action.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/extract-state.d.ts +0 -19
- package/dist/types-ts4.5/extractors/flexible/icon/extract-document-type-icon.d.ts +0 -20
- package/dist/types-ts4.5/extractors/flexible/icon/extract-file-formatIcon.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/icon/extract-icon-renderer.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/icon/extract-jira-task-icon.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/icon/extract-jsonld-data-icon.d.ts +0 -7
- package/dist/types-ts4.5/extractors/flexible/icon/extract-provider-icon.d.ts +0 -19
- package/dist/types-ts4.5/extractors/flexible/icon/extract-url-icon.d.ts +0 -11
- package/dist/types-ts4.5/extractors/flexible/icon/index.d.ts +0 -29
- package/dist/types-ts4.5/extractors/flexible/icon/types.d.ts +0 -9
- package/dist/types-ts4.5/extractors/flexible/index.d.ts +0 -4
- package/dist/types-ts4.5/extractors/flexible/latest-commit/index.d.ts +0 -3
- package/dist/types-ts4.5/extractors/flexible/utils.d.ts +0 -48
- package/dist/types-ts4.5/extractors/index.d.ts +0 -14
- package/dist/types-ts4.5/extractors/inline/index.d.ts +0 -4
- package/dist/types-ts4.5/hooks/useConfluencePageData.d.ts +0 -42
- package/dist/types-ts4.5/hooks.d.ts +0 -4
- package/dist/types-ts4.5/hoverCard.d.ts +0 -4
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -186
- package/dist/types-ts4.5/i18n/da.d.ts +0 -186
- package/dist/types-ts4.5/i18n/de.d.ts +0 -186
- package/dist/types-ts4.5/i18n/en.d.ts +0 -188
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -188
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -188
- package/dist/types-ts4.5/i18n/es.d.ts +0 -186
- package/dist/types-ts4.5/i18n/et.d.ts +0 -94
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -186
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -186
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -181
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -186
- package/dist/types-ts4.5/i18n/index.d.ts +0 -35
- package/dist/types-ts4.5/i18n/is.d.ts +0 -70
- package/dist/types-ts4.5/i18n/it.d.ts +0 -186
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -186
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -186
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -27
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -186
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -186
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -186
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -186
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -94
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -70
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -186
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -173
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -181
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -181
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -181
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -186
- package/dist/types-ts4.5/i18n/th.d.ts +0 -186
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -186
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -186
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -186
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -186
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -186
- package/dist/types-ts4.5/index.d.ts +0 -123
- package/dist/types-ts4.5/linkUrl.d.ts +0 -4
- package/dist/types-ts4.5/messages.d.ts +0 -9
- package/dist/types-ts4.5/model/invoke-handler.d.ts +0 -3
- package/dist/types-ts4.5/model/invoke-opts.d.ts +0 -17
- package/dist/types-ts4.5/preloadLazyCardWithUrlContent.d.ts +0 -1
- package/dist/types-ts4.5/ssr.d.ts +0 -9
- package/dist/types-ts4.5/state/actions/constants.d.ts +0 -6
- package/dist/types-ts4.5/state/actions/index.d.ts +0 -11
- package/dist/types-ts4.5/state/actions/types.d.ts +0 -2
- package/dist/types-ts4.5/state/analytics/index.d.ts +0 -1
- package/dist/types-ts4.5/state/analytics/ufoExperiences.d.ts +0 -7
- package/dist/types-ts4.5/state/analytics/useDispatchAnalytics.d.ts +0 -11
- package/dist/types-ts4.5/state/analytics/useLinkClicked.d.ts +0 -16
- package/dist/types-ts4.5/state/config/index.d.ts +0 -2
- package/dist/types-ts4.5/state/flexible-ui-context/index.d.ts +0 -17
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +0 -341
- package/dist/types-ts4.5/state/flexible-ui-context/utils.d.ts +0 -6
- package/dist/types-ts4.5/state/helpers.d.ts +0 -35
- package/dist/types-ts4.5/state/hooks/index.d.ts +0 -2
- package/dist/types-ts4.5/state/hooks/use-action-flags/index.d.ts +0 -10
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +0 -17
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/readStream.d.ts +0 -1
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +0 -3
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +0 -203
- package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +0 -9
- package/dist/types-ts4.5/state/hooks/use-ai-summary/index.d.ts +0 -9
- package/dist/types-ts4.5/state/hooks/use-ai-summary-action/index.d.ts +0 -6
- package/dist/types-ts4.5/state/hooks/use-ai-summary-config/index.d.ts +0 -2
- package/dist/types-ts4.5/state/hooks/use-ai-summary-config/types.d.ts +0 -7
- package/dist/types-ts4.5/state/hooks/use-block-card-rovo-action-experiment/index.d.ts +0 -27
- package/dist/types-ts4.5/state/hooks/use-control-data-export-config/index.d.ts +0 -2
- package/dist/types-ts4.5/state/hooks/use-control-data-export-config/types.d.ts +0 -7
- package/dist/types-ts4.5/state/hooks/use-current-site-cloud-id/index.d.ts +0 -5
- package/dist/types-ts4.5/state/hooks/use-destination-url/index.d.ts +0 -1
- package/dist/types-ts4.5/state/hooks/use-incoming-outgoing-links/index.d.ts +0 -10
- package/dist/types-ts4.5/state/hooks/use-incoming-outgoing-links/query.d.ts +0 -5
- package/dist/types-ts4.5/state/hooks/use-inline-tailored-action-experiment/index.d.ts +0 -24
- package/dist/types-ts4.5/state/hooks/use-intersection-observer/index.d.ts +0 -7
- package/dist/types-ts4.5/state/hooks/use-invoke/index.d.ts +0 -3
- package/dist/types-ts4.5/state/hooks/use-invoke/types.d.ts +0 -48
- package/dist/types-ts4.5/state/hooks/use-invoke/utils.d.ts +0 -4
- package/dist/types-ts4.5/state/hooks/use-invoke-client-action/index.d.ts +0 -6
- package/dist/types-ts4.5/state/hooks/use-invoke-client-action/types.d.ts +0 -51
- package/dist/types-ts4.5/state/hooks/use-resolve/index.d.ts +0 -11
- package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/index.d.ts +0 -17
- package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/useResolveHyperlinkValidator.d.ts +0 -3
- package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/useScheduledRegister.d.ts +0 -5
- package/dist/types-ts4.5/state/hooks/use-response/index.d.ts +0 -7
- package/dist/types-ts4.5/state/hooks/use-rovo-chat/constants.d.ts +0 -2
- package/dist/types-ts4.5/state/hooks/use-rovo-chat/index.d.ts +0 -8
- package/dist/types-ts4.5/state/hooks/use-rovo-config/index.d.ts +0 -7
- package/dist/types-ts4.5/state/hooks/use-smart-link-cross-product-url-wrapper/index.d.ts +0 -8
- package/dist/types-ts4.5/state/hooks/use-smart-link-seen-event/index.d.ts +0 -14
- package/dist/types-ts4.5/state/hooks/use-social-proof/index.d.ts +0 -26
- package/dist/types-ts4.5/state/hooks/use-social-proof-experiment/index.d.ts +0 -61
- package/dist/types-ts4.5/state/hooks/usePrefetch.d.ts +0 -2
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +0 -38
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkActions.d.ts +0 -52
- package/dist/types-ts4.5/state/hooks-external/useSmartLinkReload.d.ts +0 -13
- package/dist/types-ts4.5/state/index.d.ts +0 -4
- package/dist/types-ts4.5/state/modal/index.d.ts +0 -19
- package/dist/types-ts4.5/state/modal/types.d.ts +0 -16
- package/dist/types-ts4.5/state/renderers/index.d.ts +0 -2
- package/dist/types-ts4.5/state/services/current-site-cloud-id/index.d.ts +0 -22
- package/dist/types-ts4.5/state/services/personalization/index.d.ts +0 -31
- package/dist/types-ts4.5/state/services/personalization/types.d.ts +0 -10
- package/dist/types-ts4.5/state/store/index.d.ts +0 -3
- package/dist/types-ts4.5/state/types.d.ts +0 -1
- package/dist/types-ts4.5/types.d.ts +0 -26
- package/dist/types-ts4.5/utils/__mocks__/shouldSample.d.ts +0 -1
- package/dist/types-ts4.5/utils/actions/can-show-action.d.ts +0 -3
- package/dist/types-ts4.5/utils/actions/combine-action-options.d.ts +0 -7
- package/dist/types-ts4.5/utils/actions/create-invoke-request.d.ts +0 -3
- package/dist/types-ts4.5/utils/actions/create-status-update-request.d.ts +0 -3
- package/dist/types-ts4.5/utils/actions/to-action.d.ts +0 -8
- package/dist/types-ts4.5/utils/ai-summary.d.ts +0 -7
- package/dist/types-ts4.5/utils/analytics/LinkAnalyticsContext.d.ts +0 -17
- package/dist/types-ts4.5/utils/analytics/SmartLinkAnalyticsContext.d.ts +0 -38
- package/dist/types-ts4.5/utils/analytics/analytics.d.ts +0 -21
- package/dist/types-ts4.5/utils/analytics/click.d.ts +0 -23
- package/dist/types-ts4.5/utils/analytics/index.d.ts +0 -1
- package/dist/types-ts4.5/utils/analytics/types.d.ts +0 -29
- package/dist/types-ts4.5/utils/click-helpers.d.ts +0 -29
- package/dist/types-ts4.5/utils/flexible.d.ts +0 -9
- package/dist/types-ts4.5/utils/index.d.ts +0 -39
- package/dist/types-ts4.5/utils/intl-utils/index.d.ts +0 -3
- package/dist/types-ts4.5/utils/jsonld.d.ts +0 -4
- package/dist/types-ts4.5/utils/mocks.d.ts +0 -97
- package/dist/types-ts4.5/utils/performance.d.ts +0 -8
- package/dist/types-ts4.5/utils/rovo.d.ts +0 -2
- package/dist/types-ts4.5/utils/should-data-export.d.ts +0 -2
- package/dist/types-ts4.5/utils/shouldSample.d.ts +0 -1
- package/dist/types-ts4.5/utils/test-utils.d.ts +0 -2
- package/dist/types-ts4.5/utils/types.d.ts +0 -14
- package/dist/types-ts4.5/view/BlockCard/actions/AuthorizeAction.d.ts +0 -9
- package/dist/types-ts4.5/view/BlockCard/actions/ForbiddenAction.d.ts +0 -12
- package/dist/types-ts4.5/view/BlockCard/actions/RetryAction.d.ts +0 -8
- package/dist/types-ts4.5/view/BlockCard/index.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/types.d.ts +0 -27
- package/dist/types-ts4.5/view/BlockCard/views/ErroredView.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/views/ForbiddenView.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/views/NotFoundView.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -7
- package/dist/types-ts4.5/view/BlockCard/views/SocialProofMessage.d.ts +0 -14
- package/dist/types-ts4.5/view/BlockCard/views/UnauthorisedView.d.ts +0 -3
- package/dist/types-ts4.5/view/BlockCard/views/types.d.ts +0 -2
- package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/index.d.ts +0 -7
- package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/types.d.ts +0 -8
- package/dist/types-ts4.5/view/BlockCard/views/utils/index.d.ts +0 -15
- package/dist/types-ts4.5/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.d.ts +0 -2
- package/dist/types-ts4.5/view/Card/index.d.ts +0 -8
- package/dist/types-ts4.5/view/Card/types.d.ts +0 -269
- package/dist/types-ts4.5/view/CardWithUrl/card-error-boundary/index.d.ts +0 -5
- package/dist/types-ts4.5/view/CardWithUrl/card-intersection-observer/index.d.ts +0 -5
- package/dist/types-ts4.5/view/CardWithUrl/card-loader-wrapper/index.d.ts +0 -7
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.d.ts +0 -3
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.d.ts +0 -3
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +0 -3
- package/dist/types-ts4.5/view/CardWithUrl/component-lazy/index.d.ts +0 -3
- package/dist/types-ts4.5/view/CardWithUrl/component.d.ts +0 -4
- package/dist/types-ts4.5/view/CardWithUrl/experiment-meta-event-attributes/index.d.ts +0 -9
- package/dist/types-ts4.5/view/CardWithUrl/loader.d.ts +0 -4
- package/dist/types-ts4.5/view/CardWithUrl/types.d.ts +0 -40
- package/dist/types-ts4.5/view/EmbedCard/EmbedResizeMessageListener.d.ts +0 -17
- package/dist/types-ts4.5/view/EmbedCard/components/ErrorFrame.d.ts +0 -18
- package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +0 -52
- package/dist/types-ts4.5/view/EmbedCard/components/Frame.d.ts +0 -23
- package/dist/types-ts4.5/view/EmbedCard/components/IFrame.d.ts +0 -11
- package/dist/types-ts4.5/view/EmbedCard/components/IframeDwellTracker.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +0 -15
- package/dist/types-ts4.5/view/EmbedCard/components/styled.d.ts +0 -40
- package/dist/types-ts4.5/view/EmbedCard/index.d.ts +0 -3
- package/dist/types-ts4.5/view/EmbedCard/types.d.ts +0 -56
- package/dist/types-ts4.5/view/EmbedCard/useEmbedResolvePostMessageListener.d.ts +0 -6
- package/dist/types-ts4.5/view/EmbedCard/views/ErroredView.d.ts +0 -11
- package/dist/types-ts4.5/view/EmbedCard/views/ResolvedView.d.ts +0 -51
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/forbidden-svg/index.d.ts +0 -2
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/index.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/types.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/index.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/not-found-svg/index.d.ts +0 -2
- package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/types.d.ts +0 -7
- package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/index.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/types.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/unauthorized-svg/index.d.ts +0 -2
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +0 -3
- package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/types.d.ts +0 -18
- package/dist/types-ts4.5/view/EmbedModal/components/analytics/index.d.ts +0 -5
- package/dist/types-ts4.5/view/EmbedModal/components/analytics/types.d.ts +0 -6
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/index.d.ts +0 -3
- package/dist/types-ts4.5/view/EmbedModal/components/embed-content/types.d.ts +0 -8
- package/dist/types-ts4.5/view/EmbedModal/components/error-boundary/index.d.ts +0 -4
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/index.d.ts +0 -3
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/link-info-button/index.d.ts +0 -12
- package/dist/types-ts4.5/view/EmbedModal/components/link-info/types.d.ts +0 -13
- package/dist/types-ts4.5/view/EmbedModal/constants.d.ts +0 -2
- package/dist/types-ts4.5/view/EmbedModal/index.d.ts +0 -5
- package/dist/types-ts4.5/view/EmbedModal/types.d.ts +0 -36
- package/dist/types-ts4.5/view/EmbedModal/utils.d.ts +0 -2
- package/dist/types-ts4.5/view/Flag/index.d.ts +0 -25
- package/dist/types-ts4.5/view/FlexibleCard/assets/ai-chapter-icon.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/assets/ai-edit-icon.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/assets/ai-search-icon.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/assets/rovo-hex-logo.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/types.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/types.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/types.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/index.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/server-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/server-action/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +0 -117
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/utils.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/messages.d.ts +0 -58
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/mocks.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.d.ts +0 -25
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/types.d.ts +0 -80
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.d.ts +0 -26
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/index.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +0 -50
- 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 +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.d.ts +0 -11
- 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 +0 -12
- 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 +0 -7
- 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 +0 -7
- 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 +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/services/index.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +0 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +0 -29
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/main.d.ts +0 -8
- 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 +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.d.ts +0 -1
- 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 +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/index.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +0 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/index.d.ts +0 -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 +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/index.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/manual-triggers-icon/index.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/custom-unresolved-action/index.d.ts +0 -19
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/goal-icon/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/projects-icon/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/unfollow-icon/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/utils.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/index.d.ts +0 -13
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/rovo-chat-action/html-to-adf.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/rovo-chat-action/index.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/unresolved-action/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/utils.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/index.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/types.d.ts +0 -17
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/types.d.ts +0 -41
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +0 -5
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/types.d.ts +0 -2
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/types.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/assets/ellipses.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/index.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/types.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/block/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/types.d.ts +0 -34
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/index.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/types.d.ts +0 -26
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/hover-card-footer-block/index.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/hover-card-footer-block/types.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/index.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/types.d.ts +0 -27
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/types.d.ts +0 -24
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +0 -20
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +0 -11
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/index.d.ts +0 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/types.d.ts +0 -115
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +0 -466
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/utils.d.ts +0 -17
- package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-event-error-viewed.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/common/motion-wrapper/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/common/motion-wrapper/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/common/with-override-css/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/container/index.d.ts +0 -25
- package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/index.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/types.d.ts +0 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/container/types.d.ts +0 -24
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/applied-to-components-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/assigned-to-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/assigned-to-group-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/attachment-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/author-group-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/checklist-progress-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/collaborator-group-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/comment-count-element/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.d.ts +0 -39
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-badge-element/index.d.ts +0 -82
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-date-time-element/index.d.ts +0 -41
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +0 -70
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +0 -60
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/index.d.ts +0 -39
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/error-boundary/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-analytics.d.ts +0 -21
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/types.d.ts +0 -39
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/types.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.d.ts +0 -3
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/type.d.ts +0 -9
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/types.d.ts +0 -17
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-text-element/index.d.ts +0 -43
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/index.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/created-by-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/created-on-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/custom-by-access-type-element/index.d.ts +0 -15
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/custom-by-status-element/index.d.ts +0 -12
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/due-on-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/host-name-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +0 -63
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/latest-commit-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/link-icon-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/link-icon-element/resourceTypeToLabel.d.ts +0 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/location-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/media-element/index.d.ts +0 -25
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/modified-by-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/modified-on-element/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-element/index.d.ts +0 -8
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-group-element/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview-element/index.d.ts +0 -16
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/priority-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/programming-language-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/provider-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/react-count-element/index.d.ts +0 -6
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/read-time-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/sent-on-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/source-branch-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/state-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/story-points-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/sub-tasks-progress-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/subscriber-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/target-branch-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/team-member-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/title-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/view-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/vote-count-element/index.d.ts +0 -4
- package/dist/types-ts4.5/view/FlexibleCard/components/types.d.ts +0 -7
- package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +0 -19
- package/dist/types-ts4.5/view/FlexibleCard/index.d.ts +0 -10
- package/dist/types-ts4.5/view/FlexibleCard/types.d.ts +0 -220
- package/dist/types-ts4.5/view/FlexibleCard/utils.d.ts +0 -6
- package/dist/types-ts4.5/view/HoverCard/components/ContentContainer.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +0 -13
- package/dist/types-ts4.5/view/HoverCard/components/HoverCardComponent.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/HoverCardContent.d.ts +0 -5
- package/dist/types-ts4.5/view/HoverCard/components/ImagePreview.d.ts +0 -4
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/types.d.ts +0 -13
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/types.d.ts +0 -15
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/resolving/types.d.ts +0 -6
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/RovoUnauthorisedView.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/graphics.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/index.d.ts +0 -3
- package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/types.d.ts +0 -29
- package/dist/types-ts4.5/view/HoverCard/index.d.ts +0 -14
- package/dist/types-ts4.5/view/HoverCard/styled.d.ts +0 -5
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +0 -132
- package/dist/types-ts4.5/view/HoverCard/utils.d.ts +0 -7
- package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +0 -25
- package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +0 -28
- package/dist/types-ts4.5/view/InlineCard/Frame/index.d.ts +0 -26
- package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +0 -17
- package/dist/types-ts4.5/view/InlineCard/Icon.d.ts +0 -6
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +0 -26
- package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -3
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/InlineCardResolvedViewFunctional.d.ts +0 -5
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/index.d.ts +0 -48
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/renderLozenge.d.ts +0 -3
- package/dist/types-ts4.5/view/InlineCard/ResolvedView/types.d.ts +0 -46
- package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +0 -23
- package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +0 -30
- package/dist/types-ts4.5/view/InlineCard/common/action-button/index.d.ts +0 -15
- package/dist/types-ts4.5/view/InlineCard/common/inline-lozenge/index.d.ts +0 -4
- package/dist/types-ts4.5/view/InlineCard/common/rovo-actions-cta/index.d.ts +0 -9
- package/dist/types-ts4.5/view/InlineCard/common/rovo-post-auth-actions-modal/index.d.ts +0 -11
- package/dist/types-ts4.5/view/InlineCard/index.d.ts +0 -9
- package/dist/types-ts4.5/view/InlineCard/types.d.ts +0 -31
- package/dist/types-ts4.5/view/InlineCard/utils/withFrameStyleControl.d.ts +0 -9
- package/dist/types-ts4.5/view/LinkUrl/Hyperlink/index.d.ts +0 -9
- package/dist/types-ts4.5/view/LinkUrl/HyperlinkResolver/index.d.ts +0 -3
- package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/hooks/use-link-warning-modal.d.ts +0 -10
- package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +0 -17
- package/dist/types-ts4.5/view/LinkUrl/index.d.ts +0 -5
- package/dist/types-ts4.5/view/LinkUrl/types.d.ts +0 -17
- package/dist/types-ts4.5/view/LinkView/index.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +0 -8
- package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-link-item/index.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/components/related-links-list/index.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +0 -39
- package/dist/types-ts4.5/view/RelatedLinksModal/index.d.ts +0 -4
- package/dist/types-ts4.5/view/RelatedLinksModal/types.d.ts +0 -19
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/index.d.ts +0 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts +0 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/index.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/index.d.ts +0 -4
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/types.d.ts +0 -10
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolving/index.d.ts +0 -2
- package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/index.d.ts +0 -3
- package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.d.ts +0 -1
- package/dist/types-ts4.5/view/SmartLinkEvents/useSmartLinkEvents.d.ts +0 -9
- package/dist/types-ts4.5/view/common/Icon.d.ts +0 -20
- package/dist/types-ts4.5/view/common/UnauthorisedViewContent.d.ts +0 -25
- package/dist/types-ts4.5/view/common/access/ForbiddenAction.d.ts +0 -3
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +0 -8
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +0 -8
- package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +0 -27
- package/dist/types-ts4.5/view/common/ai-prism/constants.d.ts +0 -27
- package/dist/types-ts4.5/view/common/ai-prism/index.d.ts +0 -3
- package/dist/types-ts4.5/view/common/ai-prism/types.d.ts +0 -15
- package/dist/types-ts4.5/view/common/ai-summary/ai-footer/index.d.ts +0 -2
- package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +0 -8
- package/dist/types-ts4.5/view/common/ai-summary/types.d.ts +0 -16
- package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +0 -7
- package/dist/types-ts4.5/view/common/image-icon/index.d.ts +0 -8
- package/dist/types-ts4.5/view/common/image-icon/types.d.ts +0 -15
- package/dist/types-ts4.5/view/common/intl-provider/index.d.ts +0 -7
- package/dist/types-ts4.5/view/common/loading-skeleton/index.d.ts +0 -2
- package/dist/types-ts4.5/view/common/loading-skeleton/types.d.ts +0 -16
- package/dist/types-ts4.5/view/common/render-svg.d.ts +0 -15
- package/dist/types-ts4.5/view/common/rovo-chat-utils/index.d.ts +0 -40
- package/dist/types-ts4.5/view/common/stop-propagation/index.d.ts +0 -17
- package/dist/types-ts4.5/view/common/utils.d.ts +0 -2
- package/dist/types-ts4.5/view/types.d.ts +0 -46
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { type JsonLd } from '@atlaskit/json-ld-types';
|
|
2
|
-
import { type SmartLinkResponse } from '@atlaskit/linking-types';
|
|
3
|
-
export declare const mockContext: {
|
|
4
|
-
readonly '@vocab': "https://www.w3.org/ns/activitystreams#";
|
|
5
|
-
readonly atlassian: "https://schema.atlassian.com/ns/vocabulary#";
|
|
6
|
-
readonly schema: "http://schema.org/";
|
|
7
|
-
};
|
|
8
|
-
export declare const mockGenerator: {
|
|
9
|
-
'@type': string;
|
|
10
|
-
'@id': string;
|
|
11
|
-
name: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const mockByUrl: (url: string) => JsonLd.Response;
|
|
14
|
-
export declare const mocks: {
|
|
15
|
-
success: JsonLd.Response;
|
|
16
|
-
entityDataSuccess: SmartLinkResponse;
|
|
17
|
-
notFound: JsonLd.Response;
|
|
18
|
-
forbidden: JsonLd.Response;
|
|
19
|
-
forbiddenWithNoAuth: JsonLd.Response;
|
|
20
|
-
unauthorized: JsonLd.Response;
|
|
21
|
-
unauthorizedWithNoAuth: JsonLd.Response;
|
|
22
|
-
actionSuccess: {
|
|
23
|
-
meta: {
|
|
24
|
-
visibility: string;
|
|
25
|
-
access: string;
|
|
26
|
-
auth: never[];
|
|
27
|
-
definitionId: string;
|
|
28
|
-
};
|
|
29
|
-
data: {
|
|
30
|
-
status: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
analytics: {
|
|
34
|
-
status: 'resolved';
|
|
35
|
-
details: {
|
|
36
|
-
meta: {
|
|
37
|
-
visibility: 'public';
|
|
38
|
-
access: 'granted';
|
|
39
|
-
auth: never[];
|
|
40
|
-
definitionId: string;
|
|
41
|
-
key: string;
|
|
42
|
-
resourceType: string;
|
|
43
|
-
subproduct: string;
|
|
44
|
-
product: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
withDatasource: {
|
|
49
|
-
meta: {
|
|
50
|
-
visibility: string;
|
|
51
|
-
access: string;
|
|
52
|
-
auth: never[];
|
|
53
|
-
definitionId: string;
|
|
54
|
-
key: string;
|
|
55
|
-
};
|
|
56
|
-
data: {
|
|
57
|
-
summary: string;
|
|
58
|
-
'schema:potentialAction': {
|
|
59
|
-
'@id': string;
|
|
60
|
-
'@type': string;
|
|
61
|
-
identifier: string;
|
|
62
|
-
name: string;
|
|
63
|
-
};
|
|
64
|
-
'atlassian:downloadUrl': string;
|
|
65
|
-
'atlassian:ari': string;
|
|
66
|
-
preview: {
|
|
67
|
-
href: string;
|
|
68
|
-
};
|
|
69
|
-
icon: {
|
|
70
|
-
'@type': string;
|
|
71
|
-
url: string;
|
|
72
|
-
};
|
|
73
|
-
'@context': {
|
|
74
|
-
'@vocab': string;
|
|
75
|
-
atlassian: string;
|
|
76
|
-
schema: string;
|
|
77
|
-
};
|
|
78
|
-
'@type': string;
|
|
79
|
-
name: string;
|
|
80
|
-
url: string;
|
|
81
|
-
};
|
|
82
|
-
datasources: {
|
|
83
|
-
key: string;
|
|
84
|
-
parameters: {
|
|
85
|
-
jql: string;
|
|
86
|
-
cloudId: string;
|
|
87
|
-
};
|
|
88
|
-
id: string;
|
|
89
|
-
ari: string;
|
|
90
|
-
description: string;
|
|
91
|
-
name: string;
|
|
92
|
-
}[];
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
export declare const fakeResponse: () => Promise<JsonLd.Response<JsonLd.Data.BaseData>>;
|
|
96
|
-
export declare const fakeFactory: any;
|
|
97
|
-
export declare const waitFor: (time?: number) => Promise<void>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type CardType } from '@atlaskit/linking-common';
|
|
2
|
-
export declare const getMarkName: (id: string, status: CardType) => string;
|
|
3
|
-
export declare const getMeasureName: (id: string, status: CardType) => string;
|
|
4
|
-
export declare const clearMarks: (id: string) => void;
|
|
5
|
-
export declare const clearMeasures: (id: string) => void;
|
|
6
|
-
export declare const getMeasure: (id: string, status: CardType) => PerformanceEntry | undefined;
|
|
7
|
-
export declare const mark: (id: string, status: CardType) => void;
|
|
8
|
-
export declare const create: (id: string, status: CardType) => void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const shouldSample: (threshold?: number) => boolean;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type GasPayload } from '@atlaskit/analytics-gas-types';
|
|
2
|
-
import { type CardInnerAppearance } from '../view/Card/types';
|
|
3
|
-
export type AnalyticsAction = 'authStarted' | 'clicked' | 'closed' | 'connected' | 'connectFailed' | 'connectSucceeded' | 'created' | 'dismissed' | 'inserted' | 'renderFailed' | 'renderSuccess' | 'renderWithStatus' | 'resolved' | 'viewed' | 'unresolved' | 'updated' | 'chunkLoadFailed' | 'dwelled' | 'focused' | 'started' | 'success' | 'failed' | 'loaded';
|
|
4
|
-
export type AnalyticsActionSubject = 'smartLink' | 'smartLinkAction' | 'applicationAccount' | 'button' | 'consentModal' | 'hoverCard' | 'modal' | 'embedPreviewModal' | 'smartLinkIframe' | 'link' | 'smartLinkQuickAction' | 'relatedLinks';
|
|
5
|
-
export type AnalyticsName = 'embedPreviewModal';
|
|
6
|
-
export type AnalyticsOrigin = 'smartLinkCard' | 'smartLinkEmbed' | 'smartLinkInline' | 'smartLinkPreviewHoverCard';
|
|
7
|
-
export type AnalyticsPayload = GasPayload & {
|
|
8
|
-
action?: AnalyticsAction;
|
|
9
|
-
actionSubject: AnalyticsActionSubject;
|
|
10
|
-
attributes: GasPayload['attributes'] & {
|
|
11
|
-
display?: CardInnerAppearance;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export type AnalyticsHandler = (event: AnalyticsPayload) => void;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type CustomActionItem } from '../../FlexibleCard/components/blocks/types';
|
|
2
|
-
/**
|
|
3
|
-
* Returns a CustomActionItem with a "Connect to <providerName>" message
|
|
4
|
-
*
|
|
5
|
-
* @see CustomActionItem
|
|
6
|
-
* @param onAuthorize a function that will be called on the click of the button
|
|
7
|
-
* @param providerName a string which is inserted into the message of the button
|
|
8
|
-
*/
|
|
9
|
-
export declare const AuthorizeAction: (onAuthorize: () => void, providerName?: string) => CustomActionItem;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type ReactNode } from 'react';
|
|
2
|
-
import { type MessageKey, type RequestAccessMessageKey } from '../../../messages';
|
|
3
|
-
import { type CustomActionItem } from '../../FlexibleCard/components/blocks/types';
|
|
4
|
-
/**
|
|
5
|
-
* Returns a CustomActionItem with a "Try Another Account" default message
|
|
6
|
-
*
|
|
7
|
-
* @see CustomActionItem
|
|
8
|
-
* @param onClick a function that will be called on the click of the button
|
|
9
|
-
* @param content is a message key for a message to be displayed in the action
|
|
10
|
-
* @param context is a variable for a message in case a message contains a placeholder
|
|
11
|
-
*/
|
|
12
|
-
export declare const ForbiddenAction: (onClick: () => void, content: RequestAccessMessageKey | MessageKey, context?: Record<string, ReactNode>, isDisabled?: boolean) => CustomActionItem;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type CustomActionItem } from '../../FlexibleCard/components/blocks/types';
|
|
2
|
-
/**
|
|
3
|
-
* Returns a CustomActionItem with a "Retry" default message
|
|
4
|
-
*
|
|
5
|
-
* @see CustomActionItem
|
|
6
|
-
* @param onRetry a function that will be called on the click of the "Retry" button
|
|
7
|
-
*/
|
|
8
|
-
export declare const RetryAction: (onRetry: () => void) => CustomActionItem;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type BlockCardProps } from './types';
|
|
3
|
-
export declare const BlockCard: ({ id, url, cardState, authFlow, handleAuthorize, handleFrameClick, handleFrameAuxClick, handleFrameContextMenu, renderers, isSelected, onResolve, onError, testId, actionOptions, CompetitorPrompt, hideIconLoadingSkeleton, }: BlockCardProps) => React.JSX.Element;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type CardAuthFlowOpts, type CardProviderRenderers } from '@atlaskit/link-provider';
|
|
2
|
-
import { type CardState } from '../../state/types';
|
|
3
|
-
import { type InternalCardActionOptions as CardActionOptions, type OnResolveCallback } from '../Card/types';
|
|
4
|
-
import { type OnErrorCallback } from '../types';
|
|
5
|
-
export type BlockCardProps = {
|
|
6
|
-
actionOptions?: CardActionOptions;
|
|
7
|
-
authFlow?: CardAuthFlowOpts['authFlow'];
|
|
8
|
-
cardState: CardState;
|
|
9
|
-
CompetitorPrompt?: React.ComponentType<{
|
|
10
|
-
linkType?: string;
|
|
11
|
-
sourceUrl: string;
|
|
12
|
-
}>;
|
|
13
|
-
handleAuthorize: (() => void) | undefined;
|
|
14
|
-
/** Optional middle-click handler. */
|
|
15
|
-
handleFrameAuxClick?: React.EventHandler<React.MouseEvent>;
|
|
16
|
-
handleFrameClick: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
17
|
-
/** Optional right-click handler. */
|
|
18
|
-
handleFrameContextMenu?: React.EventHandler<React.MouseEvent>;
|
|
19
|
-
hideIconLoadingSkeleton?: boolean;
|
|
20
|
-
id: string;
|
|
21
|
-
isSelected?: boolean;
|
|
22
|
-
onError?: OnErrorCallback;
|
|
23
|
-
onResolve?: OnResolveCallback;
|
|
24
|
-
renderers?: CardProviderRenderers;
|
|
25
|
-
testId?: string;
|
|
26
|
-
url: string;
|
|
27
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SocialProofTier } from '../../../state/hooks/use-social-proof-experiment';
|
|
3
|
-
export interface SocialProofMessageProps {
|
|
4
|
-
/** The connected users percentage for the current provider. Only shown for 'not-low' tier. */
|
|
5
|
-
connectedPct?: number;
|
|
6
|
-
/** The 3P provider display name (e.g. "OneDrive", "Google Drive"). */
|
|
7
|
-
providerName: string;
|
|
8
|
-
/** Test ID for the component. */
|
|
9
|
-
testId?: string;
|
|
10
|
-
/** The social proof tier — determines which copy variant to show. */
|
|
11
|
-
tier: SocialProofTier;
|
|
12
|
-
}
|
|
13
|
-
declare const SocialProofMessage: ({ tier, connectedPct, providerName, testId, }: SocialProofMessageProps) => React.JSX.Element;
|
|
14
|
-
export default SocialProofMessage;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { type FlexibleCardProps } from '../../FlexibleCard/types';
|
|
2
|
-
export type FlexibleBlockCardProps = Pick<FlexibleCardProps, 'cardState' | 'id' | 'onAuthorize' | 'onClick' | 'onAuxClick' | 'onContextMenu' | 'onError' | 'onResolve' | 'renderers' | 'actionOptions' | 'testId' | 'url' | 'CompetitorPrompt' | 'hideIconLoadingSkeleton'>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import { type UnresolvedViewProps } from './types';
|
|
6
|
-
declare const UnresolvedView: ({ actions, cardState, children, onAuthorize, onClick, onError, showPreview, testId, title, url, CompetitorPrompt, }: UnresolvedViewProps) => JSX.Element;
|
|
7
|
-
export default UnresolvedView;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
import { type ActionItem } from '../../../FlexibleCard/components/blocks/types';
|
|
3
|
-
import { type FlexibleBlockCardProps } from '../types';
|
|
4
|
-
export type UnresolvedViewProps = PropsWithChildren<FlexibleBlockCardProps & {
|
|
5
|
-
actions?: ActionItem[];
|
|
6
|
-
showPreview?: boolean;
|
|
7
|
-
title?: string;
|
|
8
|
-
}>;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { JsonLd } from '@atlaskit/json-ld-types';
|
|
2
|
-
import type { PreviewBlockProps } from '../../../FlexibleCard/components/blocks/preview-block/types';
|
|
3
|
-
import type { TitleBlockProps } from '../../../FlexibleCard/components/blocks/title-block/types';
|
|
4
|
-
import type { ElementItem } from '../../../FlexibleCard/components/blocks/types';
|
|
5
|
-
import { type InternalFlexibleUiOptions } from '../../../FlexibleCard/types';
|
|
6
|
-
export declare const getSimulatedBetterMetadata: (cardDetails?: JsonLd.Response) => SimulatedMetadata;
|
|
7
|
-
type SimulatedMetadata = {
|
|
8
|
-
bottomMetadata?: ElementItem[];
|
|
9
|
-
titleMetadata: ElementItem[];
|
|
10
|
-
topMetadata: ElementItem[];
|
|
11
|
-
};
|
|
12
|
-
export declare const FlexibleCardUiOptions: InternalFlexibleUiOptions;
|
|
13
|
-
export declare const titleBlockOptions: Partial<TitleBlockProps>;
|
|
14
|
-
export declare const PreviewBlockOptions: Partial<PreviewBlockProps>;
|
|
15
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type WrappedComponentProps } from 'react-intl';
|
|
3
|
-
import { type WithAnalyticsEventsProps, type WithContextProps } from '@atlaskit/analytics-next';
|
|
4
|
-
import { type CardAppearance, type CardPlatform, type CardProps } from './types';
|
|
5
|
-
export declare const Card: React.ForwardRefExoticComponent<Omit<Omit<Omit<CardProps & WrappedComponentProps, 'intl'> & {
|
|
6
|
-
forwardedRef?: React.Ref<any>;
|
|
7
|
-
}, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, 'ref'> & React.RefAttributes<any>>;
|
|
8
|
-
export type { CardAppearance, CardProps, CardPlatform };
|
|
@@ -1,269 +0,0 @@
|
|
|
1
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
2
|
-
import { type CardPlatform } from '@atlaskit/link-extractors';
|
|
3
|
-
import { type CardAppearance } from '@atlaskit/linking-common';
|
|
4
|
-
import type { CardAction } from '../../constants';
|
|
5
|
-
import { type FrameStyle } from '../EmbedCard/types';
|
|
6
|
-
import type { EmbedModalSize } from '../EmbedModal/types';
|
|
7
|
-
import { type FlexibleUiOptions } from '../FlexibleCard/types';
|
|
8
|
-
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
9
|
-
import { type EventHandlerWithData, type InlinePreloaderStyle, type OnErrorCallback } from '../types';
|
|
10
|
-
export type { CardAppearance, CardPlatform };
|
|
11
|
-
export type CardInnerAppearance = CardAppearance | 'embedPreview' | 'flexible' | 'hoverCardPreview' | 'url';
|
|
12
|
-
export type EmbedIframeUrlType = 'href' | 'interactiveHref';
|
|
13
|
-
export type OnResolveCallback = (data: {
|
|
14
|
-
aspectRatio?: number;
|
|
15
|
-
extensionKey?: string;
|
|
16
|
-
title?: string;
|
|
17
|
-
url?: string;
|
|
18
|
-
}) => void;
|
|
19
|
-
/**
|
|
20
|
-
* A CardActionOptions object contains the configuration for the actions available on the card.
|
|
21
|
-
*/
|
|
22
|
-
export type CardActionOptions = CardActionVisibilityOptions & {
|
|
23
|
-
/**
|
|
24
|
-
* Contains configuration for the preview action.
|
|
25
|
-
*/
|
|
26
|
-
previewAction?: {
|
|
27
|
-
/**
|
|
28
|
-
* Determines if the blanket behind the modal should be hidden when the preview action is clicked.
|
|
29
|
-
*/
|
|
30
|
-
hideBlanket?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Determines the size of the preview modal when the preview action is clicked.
|
|
33
|
-
*/
|
|
34
|
-
size?: EmbedModalSize;
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Rovo Chat action sends prompt messages to Rovo Chat.
|
|
38
|
-
* It requires setting rovoOptions on SmartCardProvider and opt-in via this prop to surface.
|
|
39
|
-
*
|
|
40
|
-
* This is an experiment feature and maybe removed any given time.
|
|
41
|
-
*/
|
|
42
|
-
rovoChatAction?: {
|
|
43
|
-
optIn: boolean;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
/**
|
|
47
|
-
* Determines which actions are visible on the card.
|
|
48
|
-
*/
|
|
49
|
-
export type CardActionVisibilityOptions = {
|
|
50
|
-
hide: true;
|
|
51
|
-
} | {
|
|
52
|
-
exclude?: Array<CardAction>;
|
|
53
|
-
hide: false;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Internal configuration for actionOptions.
|
|
57
|
-
* This can be used for experiment before the prop become public API after experiment is successful.
|
|
58
|
-
* Warning: Internal prop can be changed/refactored anytime without notice.
|
|
59
|
-
*/
|
|
60
|
-
export type InternalCardActionOptions = CardActionOptions & {};
|
|
61
|
-
interface ActionProps {
|
|
62
|
-
/**
|
|
63
|
-
* Configure visibility of actions available.
|
|
64
|
-
* By default, smart links show all actions available on the views.
|
|
65
|
-
* Set `hide` to true to disable all actions.
|
|
66
|
-
* Set `hide` to false and set `exclude` to enable only specific actions.
|
|
67
|
-
*/
|
|
68
|
-
actionOptions?: CardActionOptions;
|
|
69
|
-
}
|
|
70
|
-
interface HoverPreviewProps extends ActionProps {
|
|
71
|
-
/**
|
|
72
|
-
* Configuration for hover card.
|
|
73
|
-
*/
|
|
74
|
-
hoverPreviewOptions?: HoverPreviewOptions;
|
|
75
|
-
/**
|
|
76
|
-
* Flag to display hover preview on hover.
|
|
77
|
-
*/
|
|
78
|
-
showHoverPreview?: boolean;
|
|
79
|
-
}
|
|
80
|
-
export type OnClickData = {
|
|
81
|
-
/**
|
|
82
|
-
* The destination URL that Smart Link resolved and will navigate to.
|
|
83
|
-
* This may differ from the original `url` prop if Smart Link applied
|
|
84
|
-
* cross-product analytics parameters or resolved a preferred URL from metadata.
|
|
85
|
-
*/
|
|
86
|
-
destinationUrl?: string;
|
|
87
|
-
/**
|
|
88
|
-
* The original `url` prop given to the component
|
|
89
|
-
* and the key to access link metadata in SmartCardProvider.
|
|
90
|
-
*/
|
|
91
|
-
url?: string;
|
|
92
|
-
};
|
|
93
|
-
/**
|
|
94
|
-
* Callback type for click events on Smart Links.
|
|
95
|
-
*
|
|
96
|
-
* Equivalent to:
|
|
97
|
-
* (event: React.MouseEvent | React.KeyboardEvent, data?: OnClickData) => void
|
|
98
|
-
*
|
|
99
|
-
* Uses `EventHandlerWithData` (a bivariant method type) so that consumers can pass
|
|
100
|
-
* callbacks with narrower event types (e.g. `React.MouseEvent<HTMLElement>`) without
|
|
101
|
-
* TypeScript errors — the same technique React uses internally for `React.EventHandler`.
|
|
102
|
-
*
|
|
103
|
-
* The optional `data` argument provides additional context:
|
|
104
|
-
* - `data.destinationUrl` — the URL Smart Link resolved and will navigate to.
|
|
105
|
-
* - `data.url` — the original `url` prop passed to the component.
|
|
106
|
-
*
|
|
107
|
-
* Use this type when typing your own click handler variable or function outside JSX:
|
|
108
|
-
* @example
|
|
109
|
-
* const handleClick: OnClickCallback = (event, data) => {
|
|
110
|
-
* event.preventDefault();
|
|
111
|
-
* navigate(data?.destinationUrl ?? fallbackUrl);
|
|
112
|
-
* };
|
|
113
|
-
*/
|
|
114
|
-
export type OnClickCallback = EventHandlerWithData<React.MouseEvent | React.KeyboardEvent, OnClickData>;
|
|
115
|
-
interface CardEventProps {
|
|
116
|
-
/**
|
|
117
|
-
* A React component responsible for returning a fallback UI when smart link fails to render because of uncaught errors.
|
|
118
|
-
*/
|
|
119
|
-
fallbackComponent?: React.ComponentType;
|
|
120
|
-
/**
|
|
121
|
-
* A callback function triggered when a Smart Link is clicked.
|
|
122
|
-
*
|
|
123
|
-
* When defined, the default browser navigation is prevented and your handler
|
|
124
|
-
* is responsible for navigation — except for Flexible Card, which always opens
|
|
125
|
-
* the link and then calls the callback.
|
|
126
|
-
*
|
|
127
|
-
* The optional second argument `data` provides additional context about the click:
|
|
128
|
-
* - `data.destinationUrl` — the resolved URL Smart Link will navigate to.
|
|
129
|
-
* This may differ from the original `url` prop if Smart Link resolved a
|
|
130
|
-
* preferred URL from metadata or appended analytics parameters.
|
|
131
|
-
* - `data.url` — the original `url` prop passed to the component.
|
|
132
|
-
*
|
|
133
|
-
* @example
|
|
134
|
-
* // Basic usage
|
|
135
|
-
* onClick={(e) => { e.preventDefault(); window.location.href = myUrl; }}
|
|
136
|
-
*
|
|
137
|
-
* // With destination URL
|
|
138
|
-
* onClick={(e, data) => { navigate(data?.destinationUrl ?? url); }}
|
|
139
|
-
*/
|
|
140
|
-
onClick?: OnClickCallback;
|
|
141
|
-
/**
|
|
142
|
-
* A callback function currently invoked in two cases:
|
|
143
|
-
* 1. When the `CardState.status` is one of `ErrorCardType`. "err" property in argument will be undefined in this case
|
|
144
|
-
* This does not mean that smart card failed to render.
|
|
145
|
-
* 2. When there is any unhandled error inside smart card while rendering, resulting in failure to render smart card successfully.
|
|
146
|
-
* "err" property in argument will be provided in this case.
|
|
147
|
-
* Presence of an err property indicates that the client should either render their own fallback
|
|
148
|
-
* or provide a fallbackComponent prop which will be rendered instead smart card component.
|
|
149
|
-
* If fallbackComponent is not provided, smart card will render null
|
|
150
|
-
*/
|
|
151
|
-
onError?: OnErrorCallback;
|
|
152
|
-
/**
|
|
153
|
-
* A callback function after the url is resolved into smart card.
|
|
154
|
-
*/
|
|
155
|
-
onResolve?: OnResolveCallback;
|
|
156
|
-
}
|
|
157
|
-
export interface BaseCardProps {
|
|
158
|
-
/**
|
|
159
|
-
* Define smart card default appearance.
|
|
160
|
-
*/
|
|
161
|
-
appearance: CardAppearance;
|
|
162
|
-
/**
|
|
163
|
-
* Competitor Prompt Component for Competitor link experiment
|
|
164
|
-
*/
|
|
165
|
-
CompetitorPrompt?: React.ComponentType<{
|
|
166
|
-
linkType?: string;
|
|
167
|
-
sourceUrl: string;
|
|
168
|
-
}>;
|
|
169
|
-
/**
|
|
170
|
-
* The container which `react-lazily-render` listens to for scroll events.
|
|
171
|
-
* This property can be used in a scenario where you want to specify your own scroll container
|
|
172
|
-
* while the Card component is (lazy)loading.
|
|
173
|
-
*/
|
|
174
|
-
container?: HTMLElement;
|
|
175
|
-
/**
|
|
176
|
-
* When Preview panel is supported, onClick is ignored and the panel opens by default.
|
|
177
|
-
* This prop allows smartlinks inside of editor to bypass that as they have other ways to open Preview panel.
|
|
178
|
-
*/
|
|
179
|
-
disablePreviewPanel?: boolean;
|
|
180
|
-
/**
|
|
181
|
-
* Unique id for smart link used in analytics.
|
|
182
|
-
*/
|
|
183
|
-
id?: string;
|
|
184
|
-
/**
|
|
185
|
-
* Show selected state of smart link.
|
|
186
|
-
*/
|
|
187
|
-
isSelected?: boolean;
|
|
188
|
-
/**
|
|
189
|
-
* String to be displayed while the Card component is (lazy)loading.
|
|
190
|
-
*/
|
|
191
|
-
placeholder?: string;
|
|
192
|
-
/**
|
|
193
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
194
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
195
|
-
* serving as a hook for automated tests.
|
|
196
|
-
*/
|
|
197
|
-
testId?: string;
|
|
198
|
-
/**
|
|
199
|
-
* The url link of the resource to be resolved and shown as Smart Link.
|
|
200
|
-
*/
|
|
201
|
-
url?: string;
|
|
202
|
-
}
|
|
203
|
-
export interface InlineProps extends HoverPreviewProps {
|
|
204
|
-
/**
|
|
205
|
-
* By default, inline resolving states show a frame with a spinner on the left.
|
|
206
|
-
* An alternative is to remove the frame and place the spinner on the right by setting this value to `on-right-without-skeleton`.
|
|
207
|
-
* This property is specific to inline links in the editor.
|
|
208
|
-
*/
|
|
209
|
-
inlinePreloaderStyle?: InlinePreloaderStyle;
|
|
210
|
-
/**
|
|
211
|
-
* A flag that determines whether a card is in a hover state. Currently used for inline links in editor only.
|
|
212
|
-
*/
|
|
213
|
-
isHovered?: boolean;
|
|
214
|
-
/**
|
|
215
|
-
* When set to true, the text fragment will be removed from the title.
|
|
216
|
-
* This will have no impact on the url and text highlighting will still persist in the url,
|
|
217
|
-
* however the text fragment will be stripped from the title of the smart card.
|
|
218
|
-
* For example, when set to true: "my name | :~:text=highlight this" will be displayed as "my name"
|
|
219
|
-
*/
|
|
220
|
-
removeTextHighlightingFromTitle?: boolean;
|
|
221
|
-
/**
|
|
222
|
-
* When defined, this placeholder will be displayed while the smart card is resolving. This is only useful for inline cards.
|
|
223
|
-
*/
|
|
224
|
-
resolvingPlaceholder?: string;
|
|
225
|
-
/**
|
|
226
|
-
* When set to true, inline cards will be truncated to one line
|
|
227
|
-
*/
|
|
228
|
-
truncateInline?: boolean;
|
|
229
|
-
}
|
|
230
|
-
export interface BlockProps extends ActionProps {
|
|
231
|
-
}
|
|
232
|
-
export interface EmbedProps {
|
|
233
|
-
/**
|
|
234
|
-
* React referenced value on embed iframe.
|
|
235
|
-
*/
|
|
236
|
-
embedIframeRef?: React.Ref<HTMLIFrameElement>;
|
|
237
|
-
/**
|
|
238
|
-
* Type of URL used with embed iframe. By default, the embed use `data.preview.href` from link response.
|
|
239
|
-
* `interactiveHref` is suitable for displaying iframe content that contains "more editable" version of
|
|
240
|
-
* the link, e.g. includes toolbar.
|
|
241
|
-
* It is only available on supported link response with `data.preview.interactiveHref`.
|
|
242
|
-
*/
|
|
243
|
-
embedIframeUrlType?: EmbedIframeUrlType;
|
|
244
|
-
/**
|
|
245
|
-
* A prop that determines the style of a frame:
|
|
246
|
-
* whether to show it, hide it or only show it when a user hovers over embed.
|
|
247
|
-
*/
|
|
248
|
-
frameStyle?: FrameStyle;
|
|
249
|
-
/**
|
|
250
|
-
* Determines whether width and height of an embed card are to be inherited from the parent.
|
|
251
|
-
* If `true`, embed iframe will remove restrictions on iframe aspect ratio, height and width.
|
|
252
|
-
* The parent container needs to override a style `.loader-wrapper` and set the desirable height there.
|
|
253
|
-
* (For instance, 'height: 100%')
|
|
254
|
-
*/
|
|
255
|
-
inheritDimensions?: boolean;
|
|
256
|
-
/**
|
|
257
|
-
* Informs Smart Link of the device it is rendered in. Available values are `web` and `mobile`.
|
|
258
|
-
* It is used together with link response `data.preview["atlassian:supportedPlatforms"]`.
|
|
259
|
-
* To make embed content available on all supported urls, use `web`.
|
|
260
|
-
* @deprecated The support for platform prop will be removed and `web` used as default
|
|
261
|
-
*/
|
|
262
|
-
platform?: CardPlatform;
|
|
263
|
-
}
|
|
264
|
-
export interface FlexibleProps extends ActionProps, HoverPreviewProps {
|
|
265
|
-
children?: React.ReactNode;
|
|
266
|
-
ui?: FlexibleUiOptions;
|
|
267
|
-
}
|
|
268
|
-
export interface CardProps extends BaseCardProps, CardEventProps, InlineProps, BlockProps, EmbedProps, FlexibleProps, WithAnalyticsEventsProps {
|
|
269
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CardProps } from '../../Card';
|
|
3
|
-
type CardErrorBoundaryProps = CardProps & Required<Pick<CardProps, 'id' | 'url'>>;
|
|
4
|
-
declare const CardErrorBoundary: ({ children, ...props }: React.PropsWithChildren<CardErrorBoundaryProps>) => React.JSX.Element;
|
|
5
|
-
export default CardErrorBoundary;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CardProps } from '../../Card';
|
|
3
|
-
type WithCardIntersectionObserverProps = Pick<CardProps, 'appearance' | 'children' | 'onError' | 'id' | 'ui' | 'url'>;
|
|
4
|
-
declare const withCardIntersectionObserver: <T extends WithCardIntersectionObserverProps>(Component: React.ComponentType<T>) => ((props: T) => React.JSX.Element);
|
|
5
|
-
export default withCardIntersectionObserver;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { CardProps } from '../../Card';
|
|
3
|
-
type CardLoaderWrapperProps = Pick<CardProps, 'appearance'>;
|
|
4
|
-
declare const CardLoaderWrapper: React.ForwardRefExoticComponent<CardLoaderWrapperProps & {
|
|
5
|
-
children?: React.ReactNode | undefined;
|
|
6
|
-
} & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
-
export default CardLoaderWrapper;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { CardAppearance, CardState } from '@atlaskit/linking-common';
|
|
2
|
-
import { type BlockCardSocialProofExperimentMeta, type InlineSocialProofExperimentMeta } from '../../../state/hooks/use-social-proof-experiment';
|
|
3
|
-
type ExperimentMetaEventAttributes = Partial<BlockCardSocialProofExperimentMeta & InlineSocialProofExperimentMeta>;
|
|
4
|
-
type ExperimentMetaEventAttributesParams = {
|
|
5
|
-
appearance: CardAppearance;
|
|
6
|
-
state: CardState;
|
|
7
|
-
};
|
|
8
|
-
declare const useExperimentMetaEventAttributes: ({ appearance, state, }: ExperimentMetaEventAttributesParams) => ExperimentMetaEventAttributes | undefined;
|
|
9
|
-
export default useExperimentMetaEventAttributes;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type CardProps } from '../Card/types';
|
|
3
|
-
export declare const LazyCardWithUrlContent: React.LazyExoticComponent<typeof import('./component-lazy/index').default>;
|
|
4
|
-
export declare function CardWithURLRenderer(props: CardProps): React.JSX.Element;
|