@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,63 +0,0 @@
|
|
|
1
|
-
import { type ElementName, type SmartLinkSize } from '../../../../constants';
|
|
2
|
-
export type ElementProps = {
|
|
3
|
-
/**
|
|
4
|
-
* For compiled css
|
|
5
|
-
*/
|
|
6
|
-
className?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Name of the element, can be used as a selector.
|
|
9
|
-
* E.g. [data-smart-element="Provider"]
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
name?: ElementName;
|
|
13
|
-
/**
|
|
14
|
-
* The size of the element to display.
|
|
15
|
-
*/
|
|
16
|
-
size?: SmartLinkSize;
|
|
17
|
-
/**
|
|
18
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
19
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
20
|
-
* serving as a hook for automated tests
|
|
21
|
-
*/
|
|
22
|
-
testId?: string;
|
|
23
|
-
};
|
|
24
|
-
export { default as AssignedTo } from './assigned-to-element';
|
|
25
|
-
export { default as AssignedToGroup } from './assigned-to-group-element';
|
|
26
|
-
export { default as AttachmentCount } from './attachment-count-element';
|
|
27
|
-
export { default as AuthorGroup } from './author-group-element';
|
|
28
|
-
export { default as ChecklistProgress } from './checklist-progress-element';
|
|
29
|
-
export { default as CollaboratorGroup } from './collaborator-group-element';
|
|
30
|
-
export { default as CommentCount } from './comment-count-element';
|
|
31
|
-
export { default as CreatedOn } from './created-on-element';
|
|
32
|
-
export { default as CreatedBy } from './created-by-element';
|
|
33
|
-
export { default as DueOn } from './due-on-element';
|
|
34
|
-
export { default as LatestCommit } from './latest-commit-element';
|
|
35
|
-
export { default as LinkIcon } from './link-icon-element';
|
|
36
|
-
export { default as Location } from './location-element';
|
|
37
|
-
export { default as ModifiedBy } from './modified-by-element';
|
|
38
|
-
export { default as ModifiedOn } from './modified-on-element';
|
|
39
|
-
export { default as OwnedBy } from './owned-by-element';
|
|
40
|
-
export { default as OwnedByGroup } from './owned-by-group-element';
|
|
41
|
-
export { default as Preview } from './preview-element';
|
|
42
|
-
export { default as Priority } from './priority-element';
|
|
43
|
-
export { default as ProgrammingLanguage } from './programming-language-element';
|
|
44
|
-
export { default as Provider } from './provider-element';
|
|
45
|
-
export { default as ReactCount } from './react-count-element';
|
|
46
|
-
export { default as ReadTime } from './read-time-element';
|
|
47
|
-
export { default as SentOn } from './sent-on-element';
|
|
48
|
-
export { default as Snippet } from './snippet-element';
|
|
49
|
-
export { default as SourceBranch } from './source-branch-element';
|
|
50
|
-
export { default as State } from './state-element';
|
|
51
|
-
export { default as SubscriberCount } from './subscriber-count-element';
|
|
52
|
-
export { default as SubTasksProgress } from './sub-tasks-progress-element';
|
|
53
|
-
export { default as StoryPoints } from './story-points-element';
|
|
54
|
-
export { default as TargetBranch } from './target-branch-element';
|
|
55
|
-
export { default as TeamMemberCount } from './team-member-count-element';
|
|
56
|
-
export { default as Title } from './title-element';
|
|
57
|
-
export { default as UserAttributes } from './user-attributes-element';
|
|
58
|
-
export { default as HostName } from './host-name-element';
|
|
59
|
-
export { default as ViewCount } from './view-count-element';
|
|
60
|
-
export { default as VoteCount } from './vote-count-element';
|
|
61
|
-
export { default as AppliedToComponentsCount } from './applied-to-components-count-element';
|
|
62
|
-
export { default as CustomByAccessTypeElement } from './custom-by-access-type-element';
|
|
63
|
-
export { default as CustomByStatusElement } from './custom-by-status-element';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function resourceTypeToLabel(resourceType?: string): string | undefined;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { type MediaType } from '../../../../../constants';
|
|
2
|
-
import { type ElementProps } from '../index';
|
|
3
|
-
export type MediaElementProps = ElementProps & {
|
|
4
|
-
/**
|
|
5
|
-
* Function to be called on error loading media.
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
onError?: () => void;
|
|
9
|
-
onLoad?: () => void;
|
|
10
|
-
/**
|
|
11
|
-
* The type of media to display. Can be image.
|
|
12
|
-
*/
|
|
13
|
-
type?: MediaType;
|
|
14
|
-
/**
|
|
15
|
-
* The URL of the associated media to display.
|
|
16
|
-
*/
|
|
17
|
-
url?: string;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* A base element that displays a Media.
|
|
21
|
-
* @internal
|
|
22
|
-
* @param props - The props necessary for the Media element.
|
|
23
|
-
*/
|
|
24
|
-
declare const MediaElement: ({ name, className, testId, type, url, onLoad, onError, }: MediaElementProps) => JSX.Element | null;
|
|
25
|
-
export default MediaElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/modified-on-element/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type BaseDateTimeElementProps } from '../common';
|
|
2
|
-
export type ModifiedOnProps = BaseDateTimeElementProps & {
|
|
3
|
-
onRender?: (hasData: boolean) => void;
|
|
4
|
-
};
|
|
5
|
-
declare const ModifiedOnElement: (props: ModifiedOnProps) => JSX.Element | null;
|
|
6
|
-
export default ModifiedOnElement;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { messages } from '../../../../../messages';
|
|
2
|
-
import { type BaseTextElementProps } from '../common';
|
|
3
|
-
export type OwnedByElementProps = BaseTextElementProps & {
|
|
4
|
-
onRender?: (hasData: boolean) => void;
|
|
5
|
-
textPrefix?: keyof Pick<typeof messages, 'owned_by' | 'owned_by_override'>;
|
|
6
|
-
};
|
|
7
|
-
declare const OwnedByElement: (props: OwnedByElementProps) => JSX.Element | null;
|
|
8
|
-
export default OwnedByElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-group-element/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type BaseAvatarGroupElementProps } from '../common';
|
|
2
|
-
export type OwnedByGroupElementProps = BaseAvatarGroupElementProps & {
|
|
3
|
-
onRender?: (hasData: boolean) => void;
|
|
4
|
-
};
|
|
5
|
-
declare const OwnedByGroupElement: (props: OwnedByGroupElementProps) => JSX.Element | null;
|
|
6
|
-
export default OwnedByGroupElement;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ElementProps } from '../index';
|
|
3
|
-
export type PreviewElementProps = ElementProps & {
|
|
4
|
-
/**
|
|
5
|
-
* Function to be called on error loading media.
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
onError?: () => void;
|
|
9
|
-
onLoad?: () => void;
|
|
10
|
-
/**
|
|
11
|
-
* An image URL to render. This will replace the default image from smart link data.
|
|
12
|
-
*/
|
|
13
|
-
overrideUrl?: string;
|
|
14
|
-
};
|
|
15
|
-
declare const PreviewElement: (props: PreviewElementProps) => React.JSX.Element | null;
|
|
16
|
-
export default PreviewElement;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type BaseBadgeElementProps } from '../common';
|
|
2
|
-
export type ProgrammingLanguageElementProps = BaseBadgeElementProps;
|
|
3
|
-
declare const ProgrammingLanguageElement: (props: ProgrammingLanguageElementProps) => JSX.Element | null;
|
|
4
|
-
export default ProgrammingLanguageElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/react-count-element/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type BaseBadgeElementProps } from '../common';
|
|
2
|
-
export type ReactCountElementProps = BaseBadgeElementProps & {
|
|
3
|
-
onRender?: (hasData: boolean) => void;
|
|
4
|
-
};
|
|
5
|
-
declare const ReactCountElement: (props: ReactCountElementProps) => JSX.Element | null;
|
|
6
|
-
export default ReactCountElement;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ReactNode } from 'react';
|
|
2
|
-
import { type MessageDescriptor } from 'react-intl';
|
|
3
|
-
export type AnchorTarget = '_blank' | '_self' | '_top' | '_parent';
|
|
4
|
-
export type MessageProps = {
|
|
5
|
-
descriptor: MessageDescriptor;
|
|
6
|
-
values?: Record<string, ReactNode>;
|
|
7
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type IntlShape, type MessageDescriptor } from 'react-intl';
|
|
3
|
-
import { type Spacing } from '@atlaskit/button';
|
|
4
|
-
import type { Space } from '@atlaskit/primitives/compiled';
|
|
5
|
-
import { SmartLinkSize } from '../../../constants';
|
|
6
|
-
import { type MessageProps } from './types';
|
|
7
|
-
export declare const sizeToButtonSpacing: Record<SmartLinkSize, Spacing>;
|
|
8
|
-
export declare const getFormattedMessage: (message?: MessageProps) => React.JSX.Element | undefined;
|
|
9
|
-
export declare const getFormattedMessageAsString: (intl: IntlShape, message: MessageDescriptor, context?: string) => string;
|
|
10
|
-
export declare const getIconWidth: (size?: SmartLinkSize) => string;
|
|
11
|
-
export declare const importIcon: (importFn: () => Promise<any>) => any;
|
|
12
|
-
export declare const getMaxLineHeight: (size: SmartLinkSize) => 1.75 | 1.5;
|
|
13
|
-
export declare const getMaxLines: (value: number, defaultValue: number, max: number, min: number) => number;
|
|
14
|
-
/**
|
|
15
|
-
* A space between element based on smart link size
|
|
16
|
-
* To replace blocks/utils.tsz getGapSize() with space token for primitives
|
|
17
|
-
*/
|
|
18
|
-
export declare const getPrimitivesInlineSpaceBySize: (size: SmartLinkSize) => Space;
|
|
19
|
-
export declare const hasWhiteSpace: (str: string) => boolean;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type FlexibleCardProps } from './types';
|
|
3
|
-
/**
|
|
4
|
-
* This represents a Flexible Card: a link represented by a card with metadata.
|
|
5
|
-
* This is the container in which all Flexible UI Blocks and Elements exist.
|
|
6
|
-
* Note: TitleBlock is mandatory for a Flexible Card to render.
|
|
7
|
-
* @see Container
|
|
8
|
-
*/
|
|
9
|
-
declare const FlexibleCard: ({ appearance, cardState, children, id, onAuthorize, onClick, onAuxClick, onContextMenu, onError, onResolve, origin, placeholderData, renderers, showHoverPreview, hoverPreviewOptions, actionOptions, testId, ui, url, }: FlexibleCardProps) => React.JSX.Element;
|
|
10
|
-
export default FlexibleCard;
|
|
@@ -1,220 +0,0 @@
|
|
|
1
|
-
import { type MessageDescriptor } from 'react-intl';
|
|
2
|
-
import { type CardProviderRenderers } from '@atlaskit/link-provider';
|
|
3
|
-
import { type CardState, type ProductType } from '@atlaskit/linking-common';
|
|
4
|
-
import { type SmartLinkResponse } from '@atlaskit/linking-types';
|
|
5
|
-
import { type FireEventFunction } from '../../common/analytics/types';
|
|
6
|
-
import { type SmartLinkSize, type SmartLinkStatus, type SmartLinkTheme } from '../../constants';
|
|
7
|
-
import type { TransformUrlFn } from '../../extractors/action/types';
|
|
8
|
-
import { type AISummaryConfig } from '../../state/hooks/use-ai-summary-config/types';
|
|
9
|
-
import { type ResolveFunction } from '../../state/hooks/use-resolve';
|
|
10
|
-
import type { RovoConfig } from '../../state/hooks/use-rovo-config';
|
|
11
|
-
import { type AnalyticsOrigin } from '../../utils/types';
|
|
12
|
-
import { type InternalCardActionOptions as CardActionOptions, type CardInnerAppearance, type OnResolveCallback } from '../Card/types';
|
|
13
|
-
import { type HoverPreviewOptions } from '../HoverCard/types';
|
|
14
|
-
import { type OnErrorCallback } from '../types';
|
|
15
|
-
export type FlexibleCardProps = {
|
|
16
|
-
/**
|
|
17
|
-
* Configure visibility of server and client actions
|
|
18
|
-
*/
|
|
19
|
-
actionOptions?: CardActionOptions;
|
|
20
|
-
/**
|
|
21
|
-
* Determines the appearance of the Smart Link.
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
appearance?: CardInnerAppearance;
|
|
25
|
-
/**
|
|
26
|
-
* Determines the status and data of the Smart Link.
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
cardState: CardState;
|
|
30
|
-
/**
|
|
31
|
-
* The Flexible UI block component(s) to be rendered.
|
|
32
|
-
* The minimum is a TitleBlock.
|
|
33
|
-
*/
|
|
34
|
-
children: React.ReactNode;
|
|
35
|
-
/**
|
|
36
|
-
* Competitor Prompt Component for Competitor link experiment
|
|
37
|
-
*/
|
|
38
|
-
CompetitorPrompt?: React.ComponentType<{
|
|
39
|
-
linkType?: string;
|
|
40
|
-
sourceUrl: string;
|
|
41
|
-
}>;
|
|
42
|
-
/**
|
|
43
|
-
* For image icons in the title, whether to show a loading skeleton while the image is loading.
|
|
44
|
-
*/
|
|
45
|
-
hideIconLoadingSkeleton?: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Configuration options for hover preview
|
|
48
|
-
*/
|
|
49
|
-
hoverPreviewOptions?: HoverPreviewOptions;
|
|
50
|
-
/**
|
|
51
|
-
* @internal A unique ID for a Smart Link.
|
|
52
|
-
*/
|
|
53
|
-
id?: string;
|
|
54
|
-
/**
|
|
55
|
-
* An additional action that can be performed when link is not resolved, e.g.
|
|
56
|
-
* connect account to gain access to 403 link.
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
onAuthorize?: () => void;
|
|
60
|
-
/** Optional middle-click handler. */
|
|
61
|
-
onAuxClick?: React.EventHandler<React.MouseEvent>;
|
|
62
|
-
/**
|
|
63
|
-
* Determines the onClick behaviour of Flexible UI. This will proxy to the
|
|
64
|
-
* TitleBlock if supplied.
|
|
65
|
-
*/
|
|
66
|
-
onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
67
|
-
/** Optional right-click handler. */
|
|
68
|
-
onContextMenu?: React.EventHandler<React.MouseEvent>;
|
|
69
|
-
/**
|
|
70
|
-
* function to be called after a flexible card has rendered its error states
|
|
71
|
-
*/
|
|
72
|
-
onError?: OnErrorCallback;
|
|
73
|
-
/**
|
|
74
|
-
* function to be called after a flexible card has rendered its resolved state
|
|
75
|
-
*/
|
|
76
|
-
onResolve?: OnResolveCallback;
|
|
77
|
-
/**
|
|
78
|
-
* Smart links origin for analytics purposes
|
|
79
|
-
*/
|
|
80
|
-
origin?: AnalyticsOrigin;
|
|
81
|
-
/**
|
|
82
|
-
* Placeholder data to be used when the card is in a pending state.
|
|
83
|
-
* This allows the card to render with some data until the actual data is fetched, useful for SSR.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
placeholderData?: SmartLinkResponse;
|
|
87
|
-
/**
|
|
88
|
-
* Any additional renderers required by Flexible UI. Currently used by icon
|
|
89
|
-
* to render Emoji.
|
|
90
|
-
*/
|
|
91
|
-
renderers?: CardProviderRenderers;
|
|
92
|
-
/**
|
|
93
|
-
* Determine whether or not a preview card should show up when a user hovers
|
|
94
|
-
* over the smartlink. Default value is false.
|
|
95
|
-
*/
|
|
96
|
-
showHoverPreview?: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
99
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
100
|
-
* serving as a hook for automated tests
|
|
101
|
-
*/
|
|
102
|
-
testId?: string;
|
|
103
|
-
/**
|
|
104
|
-
* Determines the appearance of Flexible UI.
|
|
105
|
-
* @see InternalFlexibleUiOptions
|
|
106
|
-
*/
|
|
107
|
-
ui?: InternalFlexibleUiOptions;
|
|
108
|
-
/**
|
|
109
|
-
* Determines the URL of the Smart Link.
|
|
110
|
-
*/
|
|
111
|
-
url: string;
|
|
112
|
-
};
|
|
113
|
-
export type InternalFlexibleUiOptions = FlexibleUiOptions & {
|
|
114
|
-
hideLegacyButton?: boolean;
|
|
115
|
-
/**
|
|
116
|
-
* For images, whether to hide the loading skeleton while the image is loading.
|
|
117
|
-
*/
|
|
118
|
-
hideLoadingSkeleton?: boolean;
|
|
119
|
-
};
|
|
120
|
-
export type FlexibleUiOptions = {
|
|
121
|
-
/**
|
|
122
|
-
* Determines whether the entire Smart Link container should be clickable.
|
|
123
|
-
*/
|
|
124
|
-
clickableContainer?: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* Flag to enable specific SmartCard components to directly enable or disable the SnippetRennderer override
|
|
127
|
-
*/
|
|
128
|
-
enableSnippetRenderer?: boolean;
|
|
129
|
-
/**
|
|
130
|
-
* Determines whether to hide css background color styling.
|
|
131
|
-
*/
|
|
132
|
-
hideBackground?: boolean;
|
|
133
|
-
/**
|
|
134
|
-
* Determines whether to hide elevation styling.
|
|
135
|
-
*/
|
|
136
|
-
hideElevation?: boolean;
|
|
137
|
-
/**
|
|
138
|
-
* Determines whether to hide css padding styling.
|
|
139
|
-
*/
|
|
140
|
-
hidePadding?: boolean;
|
|
141
|
-
/**
|
|
142
|
-
* Remove TitleBlock requirement and child component restriction.
|
|
143
|
-
* When `true`, Card with any children will be rendered as flexible card.
|
|
144
|
-
* Card will no longer remove child components that are not flexible card blocks.
|
|
145
|
-
* TitleBlock is no longer required.
|
|
146
|
-
*/
|
|
147
|
-
removeBlockRestriction?: boolean;
|
|
148
|
-
/**
|
|
149
|
-
* Determines the default padding and sizing of the underlying blocks and
|
|
150
|
-
* elements within Flexible UI.
|
|
151
|
-
*/
|
|
152
|
-
size?: SmartLinkSize;
|
|
153
|
-
/**
|
|
154
|
-
* Determines the default theme of the Flexible UI.
|
|
155
|
-
* Can be Black or Link (default URL blue)
|
|
156
|
-
*/
|
|
157
|
-
theme?: SmartLinkTheme;
|
|
158
|
-
/**
|
|
159
|
-
* Z-index that Atlaskit portal component should be displayed in.
|
|
160
|
-
* This is passed to the portal component.
|
|
161
|
-
*/
|
|
162
|
-
zIndex?: number;
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Retry options used if Smart Link resolves to an errored state.
|
|
166
|
-
*/
|
|
167
|
-
export type RetryOptions = {
|
|
168
|
-
/**
|
|
169
|
-
* Determines the error message to show.
|
|
170
|
-
*/
|
|
171
|
-
descriptor?: MessageDescriptor;
|
|
172
|
-
/**
|
|
173
|
-
* Determines the onClick behaviour of the error message.
|
|
174
|
-
*/
|
|
175
|
-
onClick?: ((e: React.MouseEvent<HTMLElement>) => void) | undefined;
|
|
176
|
-
/**
|
|
177
|
-
* A list of optional value pairs for string interpolation in the message.
|
|
178
|
-
*/
|
|
179
|
-
values?: Record<string, string>;
|
|
180
|
-
};
|
|
181
|
-
export type ExtractFlexibleUiDataContextParams = Pick<FlexibleCardProps, 'appearance' | 'id' | 'actionOptions' | 'origin' | 'onAuthorize' | 'onClick' | 'onAuxClick' | 'onContextMenu' | 'renderers' | 'url'> & {
|
|
182
|
-
aiSummaryConfig?: AISummaryConfig;
|
|
183
|
-
fireEvent?: FireEventFunction;
|
|
184
|
-
isPreviewPanelAvailable?: (params: {
|
|
185
|
-
ari: string;
|
|
186
|
-
}) => boolean;
|
|
187
|
-
openPreviewPanel?: (params: {
|
|
188
|
-
ari: string;
|
|
189
|
-
iconUrl: string | undefined;
|
|
190
|
-
name: string;
|
|
191
|
-
panelData: {
|
|
192
|
-
embedUrl?: string;
|
|
193
|
-
};
|
|
194
|
-
url: string;
|
|
195
|
-
}) => void;
|
|
196
|
-
product?: ProductType;
|
|
197
|
-
resolve?: ResolveFunction;
|
|
198
|
-
response?: SmartLinkResponse;
|
|
199
|
-
rovoConfig?: RovoConfig;
|
|
200
|
-
status?: SmartLinkStatus;
|
|
201
|
-
transformUrl?: TransformUrlFn;
|
|
202
|
-
};
|
|
203
|
-
/**
|
|
204
|
-
* Mark a specific props in the type as optional.
|
|
205
|
-
* FlexibleCard use this concept where base component has required props
|
|
206
|
-
* and the extended component provides these props. The props become an optional
|
|
207
|
-
* for the extended component but is still available for override/callback.
|
|
208
|
-
*
|
|
209
|
-
* For example: Action component require onClick callback to perform action
|
|
210
|
-
* but PreviewAction defines the onClick behaviour inside its component.
|
|
211
|
-
* PreviewAction still wants the onClick for a callback to executed after the
|
|
212
|
-
* action completes, but it is optional.
|
|
213
|
-
*
|
|
214
|
-
* Usage:
|
|
215
|
-
* type ActionProps = { onClick: () => {}, content: string, icon?: React.ReactNode }
|
|
216
|
-
* type PreviewActionProps = Optional<ActionProps, 'onClick'>
|
|
217
|
-
*/
|
|
218
|
-
export type Optional<T, K extends keyof T> = Omit<T, K> & {
|
|
219
|
-
[K in keyof T]?: T[K];
|
|
220
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type SmartLinkResponse } from '@atlaskit/linking-types';
|
|
2
|
-
import { SmartLinkStatus } from '../../constants';
|
|
3
|
-
import { type FlexibleUiDataContext } from '../../state/flexible-ui-context/types';
|
|
4
|
-
import { type ExtractFlexibleUiDataContextParams, type RetryOptions } from './types';
|
|
5
|
-
export declare const getContextByStatus: (params: ExtractFlexibleUiDataContextParams) => FlexibleUiDataContext | undefined;
|
|
6
|
-
export declare const getRetryOptions: (url: string, status?: SmartLinkStatus, response?: SmartLinkResponse, onAuthorize?: (() => void) | undefined) => RetryOptions | undefined;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type PopupComponentProps } from '@atlaskit/popup';
|
|
3
|
-
/**
|
|
4
|
-
* The purpose of this component is to hide the default Popup border.
|
|
5
|
-
* HoverCard border implementation is in ContentContainer where it can
|
|
6
|
-
* change between the default border and prism border during runtime.
|
|
7
|
-
*/
|
|
8
|
-
declare const CustomPopupContainer: React.ForwardRefExoticComponent<PopupComponentProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
/**
|
|
10
|
-
* Factory function to create a CustomPopupContainer with a specific z-index
|
|
11
|
-
*/
|
|
12
|
-
export declare const createCustomPopupContainer: (zIndex?: number) => React.ForwardRefExoticComponent<PopupComponentProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
-
export default CustomPopupContainer;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type HoverCardComponentProps } from '../types';
|
|
3
|
-
export declare const HOVER_CARD_SOURCE = "smartLinkPreviewHoverCard";
|
|
4
|
-
export declare const HoverCardComponent: ({ children, url, id, canOpen, closeOnChildClick, actionOptions, allowEventPropagation, zIndex, noFadeDelay, hoverPreviewOptions, role, shouldRenderToParent, label, titleId, onVisibilityChange, }: HoverCardComponentProps) => React.JSX.Element;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { type FlexibleCardProps } from '../../../../FlexibleCard/types';
|
|
2
|
-
export type HoverCardForbiddenProps = {
|
|
3
|
-
/**
|
|
4
|
-
* Data required for rendering a Flexible Card
|
|
5
|
-
*/
|
|
6
|
-
flexibleCardProps: FlexibleCardProps;
|
|
7
|
-
/**
|
|
8
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
9
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
10
|
-
* serving as a hook for automated tests
|
|
11
|
-
*/
|
|
12
|
-
testId?: string;
|
|
13
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type HoverCardResolvedProps } from './types';
|
|
2
|
-
declare const HoverCardResolvedView: ({ cardState, extensionKey, flexibleCardProps, isAISummaryEnabled, onActionClick, showRovoResolvedView, titleBlockProps, id, }: HoverCardResolvedProps) => JSX.Element;
|
|
3
|
-
export default HoverCardResolvedView;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type CardState } from '@atlaskit/linking-common';
|
|
2
|
-
import type { ActionName } from '../../../../../constants';
|
|
3
|
-
import { type LinkAction } from '../../../../../state/hooks-external/useSmartLinkActions';
|
|
4
|
-
import type { InternalCardActionOptions } from '../../../../Card/types';
|
|
5
|
-
import { type HoverCardLoadingViewProps } from '../resolving/types';
|
|
6
|
-
export type HoverCardResolvedProps = {
|
|
7
|
-
actionOptions?: InternalCardActionOptions;
|
|
8
|
-
cardActions?: LinkAction[];
|
|
9
|
-
cardState: CardState;
|
|
10
|
-
extensionKey?: string;
|
|
11
|
-
id?: string;
|
|
12
|
-
isAISummaryEnabled?: boolean;
|
|
13
|
-
onActionClick: (actionId: string | ActionName) => void;
|
|
14
|
-
showRovoResolvedView?: boolean;
|
|
15
|
-
} & HoverCardLoadingViewProps;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type TitleBlockProps } from '../../../../FlexibleCard/components/blocks/title-block/types';
|
|
2
|
-
import { type FlexibleCardProps } from '../../../../FlexibleCard/types';
|
|
3
|
-
export type HoverCardLoadingViewProps = {
|
|
4
|
-
flexibleCardProps: FlexibleCardProps;
|
|
5
|
-
titleBlockProps: TitleBlockProps;
|
|
6
|
-
};
|