@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,466 +0,0 @@
|
|
|
1
|
-
import { type ReactNode, type Ref } from 'react';
|
|
2
|
-
import { type LozengeProps as AtlaskitLozengeProps } from '@atlaskit/lozenge';
|
|
3
|
-
import { type ActionName, type CardDisplay, type ElementName, type SmartLinkDirection, type SmartLinkSize } from '../../../../constants';
|
|
4
|
-
import { type ActionProps } from '../actions/action/types';
|
|
5
|
-
import type { AssignedToGroupElementProps } from '../elements/assigned-to-group-element';
|
|
6
|
-
import type { BaseAvatarGroupElementProps } from '../elements/common/base-avatar-group-element';
|
|
7
|
-
import type { CreatedOnProps } from '../elements/created-on-element';
|
|
8
|
-
import type { ModifiedOnProps } from '../elements/modified-on-element';
|
|
9
|
-
import type { OwnedByElementProps } from '../elements/owned-by-element';
|
|
10
|
-
import type { OwnedByGroupElementProps } from '../elements/owned-by-group-element';
|
|
11
|
-
import type { ProviderElementProps } from '../elements/provider-element';
|
|
12
|
-
export type BlockProps = {
|
|
13
|
-
/**
|
|
14
|
-
* Ref to block wrapper div.
|
|
15
|
-
*/
|
|
16
|
-
blockRef?: Ref<HTMLDivElement>;
|
|
17
|
-
/**
|
|
18
|
-
* React children
|
|
19
|
-
*/
|
|
20
|
-
children?: ReactNode | undefined;
|
|
21
|
-
/**
|
|
22
|
-
* For compiled css
|
|
23
|
-
*/
|
|
24
|
-
className?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The direction that the block should arrange its elements. Can be vertical
|
|
27
|
-
* or horizontal. Default is horizontal.
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
direction?: SmartLinkDirection;
|
|
31
|
-
/**
|
|
32
|
-
* For image icons in the title, whether to hide the loading skeleton while the image is loading.
|
|
33
|
-
*/
|
|
34
|
-
hideIconLoadingSkeleton?: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Function to be called on render of block.
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
onRender?: () => void;
|
|
40
|
-
/**
|
|
41
|
-
* Function to be called on transition end of block.
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
onTransitionEnd?: () => void;
|
|
45
|
-
/**
|
|
46
|
-
* A unique identifier for the placeholder loading state, which is constant across all loading states of the same item.
|
|
47
|
-
*/
|
|
48
|
-
placeholderId?: string;
|
|
49
|
-
/**
|
|
50
|
-
* The size of the block and the size that the underlying elements should
|
|
51
|
-
* default to.
|
|
52
|
-
*/
|
|
53
|
-
size?: SmartLinkSize;
|
|
54
|
-
/**
|
|
55
|
-
* For dynamic styles
|
|
56
|
-
*/
|
|
57
|
-
style?: React.CSSProperties;
|
|
58
|
-
/**
|
|
59
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
60
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
61
|
-
* serving as a hook for automated tests
|
|
62
|
-
*/
|
|
63
|
-
testId?: string;
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Used to represent a metadata element to be rendered.
|
|
67
|
-
*/
|
|
68
|
-
export type ElementItem = {
|
|
69
|
-
/**
|
|
70
|
-
* The size of the element to display.
|
|
71
|
-
*/
|
|
72
|
-
size?: SmartLinkSize;
|
|
73
|
-
/**
|
|
74
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
75
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
76
|
-
* serving as a hook for automated tests
|
|
77
|
-
*/
|
|
78
|
-
testId?: string;
|
|
79
|
-
} & ElementItemProps;
|
|
80
|
-
/**
|
|
81
|
-
* Used to represent an Action when passing props into Flexible UI.
|
|
82
|
-
*/
|
|
83
|
-
export type BaseActionItem = {
|
|
84
|
-
/**
|
|
85
|
-
* Determines the text content of the Action.
|
|
86
|
-
*/
|
|
87
|
-
content?: React.ReactNode;
|
|
88
|
-
/**
|
|
89
|
-
* Determines whether the action should hide the text content of the button.
|
|
90
|
-
*/
|
|
91
|
-
hideContent?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Determines whether the action should hide the icon inside the button.
|
|
94
|
-
*/
|
|
95
|
-
hideIcon?: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* Determines where the icon should be rendered if text is provided.
|
|
98
|
-
*/
|
|
99
|
-
iconPosition?: 'before' | 'after';
|
|
100
|
-
/**
|
|
101
|
-
* Determines whether the button displays as disabled.
|
|
102
|
-
*/
|
|
103
|
-
isDisabled?: boolean;
|
|
104
|
-
/**
|
|
105
|
-
* Determines the text and icon representation of the action, with exception
|
|
106
|
-
* to CustomAction.
|
|
107
|
-
*/
|
|
108
|
-
name: ActionName;
|
|
109
|
-
/**
|
|
110
|
-
* Determines the onClick behaviour of the action.
|
|
111
|
-
*/
|
|
112
|
-
onClick: () => any;
|
|
113
|
-
/**
|
|
114
|
-
* Determines the size of the Action. Corresponds to an Action appearance.
|
|
115
|
-
*/
|
|
116
|
-
size?: SmartLinkSize;
|
|
117
|
-
/**
|
|
118
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
119
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
120
|
-
* serving as a hook for automated tests
|
|
121
|
-
*/
|
|
122
|
-
testId?: string;
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* Used to represent an Action which self-hydrates with data when passing props into Flexible UI.
|
|
126
|
-
*/
|
|
127
|
-
export type BaseDataActionItem = {
|
|
128
|
-
/**
|
|
129
|
-
* Used in block card 3P post-auth experiment to show different icons for Rovo actions
|
|
130
|
-
* Should be removed on clean up of platform_sl_3p_auth_rovo_block_card_kill_switch after finalizing which icons to use long term
|
|
131
|
-
*/
|
|
132
|
-
cardAppearance?: CardDisplay;
|
|
133
|
-
/**
|
|
134
|
-
* Determines whether the action should hide the text content of the button.
|
|
135
|
-
*/
|
|
136
|
-
hideContent?: boolean;
|
|
137
|
-
/**
|
|
138
|
-
* Determines whether the action should hide the icon inside the button.
|
|
139
|
-
*/
|
|
140
|
-
hideIcon?: boolean;
|
|
141
|
-
/**
|
|
142
|
-
* Determines whether the button displays as disabled.
|
|
143
|
-
*/
|
|
144
|
-
isDisabled?: boolean;
|
|
145
|
-
/**
|
|
146
|
-
* Determines the text and icon representation of the action, with exception
|
|
147
|
-
* to CustomAction.
|
|
148
|
-
*/
|
|
149
|
-
name: ActionName;
|
|
150
|
-
/**
|
|
151
|
-
* Determines the onClick behaviour of the action. This is optional because
|
|
152
|
-
* the onClick functionality will be hydrated by the action by default.
|
|
153
|
-
*/
|
|
154
|
-
onClick?: () => any;
|
|
155
|
-
/**
|
|
156
|
-
* Determines the size of the Action. Corresponds to an Action appearance.
|
|
157
|
-
*/
|
|
158
|
-
size?: SmartLinkSize;
|
|
159
|
-
/**
|
|
160
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
161
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
162
|
-
* serving as a hook for automated tests
|
|
163
|
-
*/
|
|
164
|
-
testId?: string;
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* This represents an action that will render based on the data provided from the Smart Link.
|
|
168
|
-
* Icon and Content are also provided implicitly.
|
|
169
|
-
* @example PreviewAction - by default will contain a fullscreen icon with the 'Preview'
|
|
170
|
-
* content if content and icon are not provided. This also will add a button that
|
|
171
|
-
* renders a preview modal when clicked.
|
|
172
|
-
*/
|
|
173
|
-
export type NamedDataActionItem = BaseDataActionItem & {
|
|
174
|
-
name: ActionName.FollowAction | ActionName.PreviewAction | ActionName.DownloadAction | ActionName.AutomationAction | ActionName.CopyLinkAction | ActionName.RovoChatAction;
|
|
175
|
-
} & Pick<ActionProps, 'iconSize'>;
|
|
176
|
-
/**
|
|
177
|
-
* This represents an action that does not fetch data where Icon and Content are provided implicitly.
|
|
178
|
-
* @example DeleteAction - by default will contain a cross icon with the
|
|
179
|
-
* 'delete' content if content and icon are not provided.
|
|
180
|
-
*/
|
|
181
|
-
export type NamedActionItem = BaseActionItem & {
|
|
182
|
-
name: ActionName.DeleteAction | ActionName.EditAction;
|
|
183
|
-
};
|
|
184
|
-
/**
|
|
185
|
-
* This represents an action where either Icon or label must be provided.
|
|
186
|
-
*/
|
|
187
|
-
export type CustomActionItem = BaseActionItem & {
|
|
188
|
-
ariaLabel?: string;
|
|
189
|
-
href?: string;
|
|
190
|
-
name: ActionName.CustomAction;
|
|
191
|
-
} & ((Required<Pick<ActionProps, 'icon' | 'iconPosition'>> & Pick<ActionProps, 'content'>) | ((Required<Pick<ActionProps, 'content'>> & Pick<ActionProps, 'icon' | 'iconPosition'>) & Pick<ActionProps, 'tooltipMessage'>));
|
|
192
|
-
export type ActionItem = (NamedActionItem | NamedDataActionItem | CustomActionItem) & {
|
|
193
|
-
entryPointWrapper?: React.FC<{
|
|
194
|
-
children: React.ReactNode;
|
|
195
|
-
}>;
|
|
196
|
-
};
|
|
197
|
-
export type OnActionMenuOpenChangeOptions = {
|
|
198
|
-
isOpen: boolean;
|
|
199
|
-
};
|
|
200
|
-
/**
|
|
201
|
-
* A type that contains all the possible combinations of elements with their corresponding props.
|
|
202
|
-
*/
|
|
203
|
-
export type ElementItemProps = AssignedTo | AssignedToGroup | AttachmentCount | AuthorGroup | AppliedToComponentsCount | ChecklistProgress | CollaboratorGroup | CommentCount | CreatedBy | CreatedOn | DueOn | LatestCommit | LinkIcon | Location | ModifiedBy | ModifiedOn | OwnedBy | OwnedByGroup | Preview | Priority | ProgrammingLanguage | Provider | ReactCount | ReadTime | SentOn | Snippet | SourceBranch | State | SubscriberCount | SubTasksProgress | StoryPoints | TargetBranch | Title | TeamMemberCount | ViewCount | VoteCount | UserAttributes | HostName;
|
|
204
|
-
/**
|
|
205
|
-
* Represents the props available for an AttachmentCount element.
|
|
206
|
-
* @see AttachmentCount
|
|
207
|
-
*/
|
|
208
|
-
export type AttachmentCount = {
|
|
209
|
-
name: ElementName.AttachmentCount;
|
|
210
|
-
};
|
|
211
|
-
/**
|
|
212
|
-
* Represents the props available for an AppliedToComponentsCount element.
|
|
213
|
-
* @see AppliedToComponentsCount
|
|
214
|
-
*/
|
|
215
|
-
export type AppliedToComponentsCount = {
|
|
216
|
-
name: ElementName.AppliedToComponentsCount;
|
|
217
|
-
};
|
|
218
|
-
/**
|
|
219
|
-
* Represents the props available for an AuthorGroup element.
|
|
220
|
-
* @see AuthorGroup
|
|
221
|
-
*/
|
|
222
|
-
export type AuthorGroup = {
|
|
223
|
-
name: ElementName.AuthorGroup;
|
|
224
|
-
} & Pick<BaseAvatarGroupElementProps, 'showNamePrefix'>;
|
|
225
|
-
/**
|
|
226
|
-
* Represents the props available for an OwnedByGroup element.
|
|
227
|
-
* @see AuthorGroup
|
|
228
|
-
*/
|
|
229
|
-
export type OwnedByGroup = {
|
|
230
|
-
name: ElementName.OwnedByGroup;
|
|
231
|
-
} & Pick<OwnedByGroupElementProps, 'showNamePrefix'>;
|
|
232
|
-
/**
|
|
233
|
-
* Represents the props available for an AssignedToGroup element.
|
|
234
|
-
* @see AuthorGroup
|
|
235
|
-
*/
|
|
236
|
-
export type AssignedToGroup = {
|
|
237
|
-
name: ElementName.AssignedToGroup;
|
|
238
|
-
} & Pick<AssignedToGroupElementProps, 'showFallbackAvatar' | 'showNamePrefix'>;
|
|
239
|
-
/**
|
|
240
|
-
* Represents the props available for an ChecklistProgress element.
|
|
241
|
-
* @see ChecklistProgress
|
|
242
|
-
*/
|
|
243
|
-
export type ChecklistProgress = {
|
|
244
|
-
name: ElementName.ChecklistProgress;
|
|
245
|
-
};
|
|
246
|
-
/**
|
|
247
|
-
* Represents the props available for an CollaboratorGroup element.
|
|
248
|
-
* @see CollaboratorGroup
|
|
249
|
-
*/
|
|
250
|
-
export type CollaboratorGroup = {
|
|
251
|
-
name: ElementName.CollaboratorGroup;
|
|
252
|
-
};
|
|
253
|
-
/**
|
|
254
|
-
* Represents the props available for an CommentCount element.
|
|
255
|
-
* @see CommentCount
|
|
256
|
-
*/
|
|
257
|
-
export type CommentCount = {
|
|
258
|
-
name: ElementName.CommentCount;
|
|
259
|
-
};
|
|
260
|
-
/**
|
|
261
|
-
* Represents the props available for an AssignedTo element.
|
|
262
|
-
* @see AssignedTo
|
|
263
|
-
*/
|
|
264
|
-
export type AssignedTo = {
|
|
265
|
-
name: ElementName.AssignedTo;
|
|
266
|
-
};
|
|
267
|
-
/**
|
|
268
|
-
* Represents the props available for an CreatedBy element.
|
|
269
|
-
* @see CreatedBy
|
|
270
|
-
*/
|
|
271
|
-
export type CreatedBy = {
|
|
272
|
-
name: ElementName.CreatedBy;
|
|
273
|
-
};
|
|
274
|
-
/**
|
|
275
|
-
* Represents the props available for an OwnedBy element.
|
|
276
|
-
* @see OwnedBy
|
|
277
|
-
*/
|
|
278
|
-
export type OwnedBy = {
|
|
279
|
-
name: ElementName.OwnedBy;
|
|
280
|
-
} & Pick<OwnedByElementProps, 'fontSize' | 'hideFormat' | 'textPrefix'>;
|
|
281
|
-
/**
|
|
282
|
-
* Represents the props available for an CreatedOn element.
|
|
283
|
-
* @see CreatedOn
|
|
284
|
-
*/
|
|
285
|
-
export type CreatedOn = {
|
|
286
|
-
name: ElementName.CreatedOn;
|
|
287
|
-
} & Pick<CreatedOnProps, 'text'>;
|
|
288
|
-
/**
|
|
289
|
-
* Represents the props available for an DueOn element.
|
|
290
|
-
* @see CreatedOn
|
|
291
|
-
*/
|
|
292
|
-
export type DueOn = {
|
|
293
|
-
name: ElementName.DueOn;
|
|
294
|
-
};
|
|
295
|
-
/**
|
|
296
|
-
* Represents the props available for an LastCommit element.
|
|
297
|
-
* @see BadgeProps
|
|
298
|
-
*/
|
|
299
|
-
export type LatestCommit = {
|
|
300
|
-
name: ElementName.LatestCommit;
|
|
301
|
-
};
|
|
302
|
-
/**
|
|
303
|
-
* Represents the props available for an LinkIcon element.
|
|
304
|
-
* @see LinkIcon
|
|
305
|
-
*/
|
|
306
|
-
export type LinkIcon = {
|
|
307
|
-
name: ElementName.LinkIcon;
|
|
308
|
-
};
|
|
309
|
-
/**
|
|
310
|
-
* Represents the props for the Location element.
|
|
311
|
-
*/
|
|
312
|
-
export type Location = {
|
|
313
|
-
name: ElementName.Location;
|
|
314
|
-
};
|
|
315
|
-
/**
|
|
316
|
-
* Represents the props available for an ModifiedBy element.
|
|
317
|
-
* @see ModifiedBy
|
|
318
|
-
*/
|
|
319
|
-
export type ModifiedBy = {
|
|
320
|
-
name: ElementName.ModifiedBy;
|
|
321
|
-
};
|
|
322
|
-
/**
|
|
323
|
-
* Represents the props available for an ModifiedOn element.
|
|
324
|
-
* @see ModifiedOn
|
|
325
|
-
*/
|
|
326
|
-
export type ModifiedOn = {
|
|
327
|
-
name: ElementName.ModifiedOn;
|
|
328
|
-
} & Pick<ModifiedOnProps, 'fontSize' | 'text'>;
|
|
329
|
-
/**
|
|
330
|
-
* Represents the props available for an Preview element.
|
|
331
|
-
* @see Preview
|
|
332
|
-
*/
|
|
333
|
-
export type Preview = {
|
|
334
|
-
name: ElementName.Preview;
|
|
335
|
-
};
|
|
336
|
-
/**
|
|
337
|
-
* Represents the props available for an Priority element.
|
|
338
|
-
* @see Priority
|
|
339
|
-
*/
|
|
340
|
-
export type Priority = {
|
|
341
|
-
name: ElementName.Priority;
|
|
342
|
-
};
|
|
343
|
-
/**
|
|
344
|
-
* Represents the props available for an ProgrammingLanguage element.
|
|
345
|
-
* @see ProgrammingLanguage
|
|
346
|
-
*/
|
|
347
|
-
export type ProgrammingLanguage = {
|
|
348
|
-
name: ElementName.ProgrammingLanguage;
|
|
349
|
-
};
|
|
350
|
-
/**
|
|
351
|
-
* Represents the props available for a Provider element.
|
|
352
|
-
* @see Provider
|
|
353
|
-
*/
|
|
354
|
-
export type Provider = {
|
|
355
|
-
name: ElementName.Provider;
|
|
356
|
-
} & Pick<ProviderElementProps, 'hideIcon'>;
|
|
357
|
-
/**
|
|
358
|
-
* Represents the props available for an ReactCount element.
|
|
359
|
-
* @see ReactCount
|
|
360
|
-
*/
|
|
361
|
-
export type ReactCount = {
|
|
362
|
-
name: ElementName.ReactCount;
|
|
363
|
-
};
|
|
364
|
-
/**
|
|
365
|
-
* Represents the props available for a ReadTime element.
|
|
366
|
-
*/
|
|
367
|
-
export type ReadTime = {
|
|
368
|
-
name: ElementName.ReadTime;
|
|
369
|
-
};
|
|
370
|
-
/**
|
|
371
|
-
* Represents the props available for an SentOn element.
|
|
372
|
-
* @see SentOn
|
|
373
|
-
*/
|
|
374
|
-
export type SentOn = {
|
|
375
|
-
name: ElementName.SentOn;
|
|
376
|
-
};
|
|
377
|
-
/**
|
|
378
|
-
* Represents the props available for an Snippet element.
|
|
379
|
-
* @see Snippet
|
|
380
|
-
*/
|
|
381
|
-
export type Snippet = {
|
|
382
|
-
name: ElementName.Snippet;
|
|
383
|
-
};
|
|
384
|
-
/**
|
|
385
|
-
* Represents the props available for an SourceBranch element.
|
|
386
|
-
* @see SourceBranch
|
|
387
|
-
*/
|
|
388
|
-
export type SourceBranch = {
|
|
389
|
-
name: ElementName.SourceBranch;
|
|
390
|
-
};
|
|
391
|
-
/**
|
|
392
|
-
* Represents the props available for an State element.
|
|
393
|
-
* @see State
|
|
394
|
-
*/
|
|
395
|
-
export type State = {
|
|
396
|
-
name: ElementName.State;
|
|
397
|
-
onAfterChanged?: () => void;
|
|
398
|
-
} & Pick<AtlaskitLozengeProps, 'maxWidth'>;
|
|
399
|
-
/**
|
|
400
|
-
* Represents the props available for a SubscriberCount element.
|
|
401
|
-
* @see SubscriberCount
|
|
402
|
-
*/
|
|
403
|
-
export type SubscriberCount = {
|
|
404
|
-
name: ElementName.SubscriberCount;
|
|
405
|
-
};
|
|
406
|
-
/**
|
|
407
|
-
* Represents the props available for a TeamMemberCount element.
|
|
408
|
-
* @see TeamMemberCount
|
|
409
|
-
*/
|
|
410
|
-
export type TeamMemberCount = {
|
|
411
|
-
name: ElementName.TeamMemberCount;
|
|
412
|
-
};
|
|
413
|
-
/**
|
|
414
|
-
* Represents the props available for a SubtasksProgress element.
|
|
415
|
-
*/
|
|
416
|
-
export type SubTasksProgress = {
|
|
417
|
-
name: ElementName.SubTasksProgress;
|
|
418
|
-
};
|
|
419
|
-
/**
|
|
420
|
-
* Represents the props available for a StoryPoints element.
|
|
421
|
-
*/
|
|
422
|
-
export type StoryPoints = {
|
|
423
|
-
name: ElementName.StoryPoints;
|
|
424
|
-
};
|
|
425
|
-
/**
|
|
426
|
-
* Represents the props available for an TargetBranch element.
|
|
427
|
-
* @see TargetBranch
|
|
428
|
-
*/
|
|
429
|
-
export type TargetBranch = {
|
|
430
|
-
name: ElementName.TargetBranch;
|
|
431
|
-
};
|
|
432
|
-
/**
|
|
433
|
-
* Represents the props available for an Title element.
|
|
434
|
-
* @see Title
|
|
435
|
-
*/
|
|
436
|
-
export type Title = {
|
|
437
|
-
name: ElementName.Title;
|
|
438
|
-
};
|
|
439
|
-
/**
|
|
440
|
-
* Represents the props available for an ViewCount element.
|
|
441
|
-
* @see ViewCount
|
|
442
|
-
*/
|
|
443
|
-
export type ViewCount = {
|
|
444
|
-
name: ElementName.ViewCount;
|
|
445
|
-
};
|
|
446
|
-
/**
|
|
447
|
-
* Represents the props available for an VoteCount element.
|
|
448
|
-
* @see VoteCount
|
|
449
|
-
*/
|
|
450
|
-
export type VoteCount = {
|
|
451
|
-
name: ElementName.VoteCount;
|
|
452
|
-
};
|
|
453
|
-
/**
|
|
454
|
-
* Represents the props available for an UserAttributes element.
|
|
455
|
-
* @see UserAttributes
|
|
456
|
-
*/
|
|
457
|
-
export type UserAttributes = {
|
|
458
|
-
name: ElementName.UserAttributes;
|
|
459
|
-
};
|
|
460
|
-
/**
|
|
461
|
-
* Represents the props available for an HostName element.
|
|
462
|
-
* @see HostName
|
|
463
|
-
*/
|
|
464
|
-
export type HostName = {
|
|
465
|
-
name: ElementName.HostName;
|
|
466
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ProductType } from '@atlaskit/linking-common';
|
|
3
|
-
import { ElementName, SmartLinkSize } from '../../../../constants';
|
|
4
|
-
import type { FlexibleUiDataContext } from '../../../../state/flexible-ui-context/types';
|
|
5
|
-
import { type ActionItem, type ElementItem } from './types';
|
|
6
|
-
export type ElementDisplaySchemaType = 'inline' | 'block';
|
|
7
|
-
export declare const ElementDisplaySchema: Record<ElementName, ElementDisplaySchemaType[]>;
|
|
8
|
-
/**
|
|
9
|
-
* Get gap size between elements inside a block
|
|
10
|
-
* Equivalent version for DS primitives space token is getPrimitivesInlineSpaceBySize()
|
|
11
|
-
* at view/FlexibleCard/components/utils.tsx
|
|
12
|
-
*/
|
|
13
|
-
export declare const getGapSize: (size: SmartLinkSize) => number;
|
|
14
|
-
export declare const isJSXElementNull: (children: JSX.Element) => boolean;
|
|
15
|
-
export declare const filterActionItems: (items?: ActionItem[], context?: FlexibleUiDataContext, product?: ProductType) => ActionItem[];
|
|
16
|
-
export declare const renderChildren: (children: React.ReactNode, size: SmartLinkSize) => React.ReactNode;
|
|
17
|
-
export declare const renderElementItems: (items?: ElementItem[], display?: ElementDisplaySchemaType) => React.ReactNode | undefined;
|
package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type HoverCardDelayProps } from './types';
|
|
3
|
-
declare const HoverCardControl: ({ children, isHoverPreview, isAuthTooltip, actionOptions, testId, url, delay, hoverPreviewOptions, }: HoverCardDelayProps) => React.JSX.Element;
|
|
4
|
-
export default HoverCardControl;
|
package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
import { type ContainerProps } from '../types';
|
|
3
|
-
export type HoverCardDelayProps = PropsWithChildren<Pick<ContainerProps, 'actionOptions' | 'hoverPreviewOptions'> & {
|
|
4
|
-
delay?: number;
|
|
5
|
-
isAuthTooltip?: boolean;
|
|
6
|
-
isHoverPreview?: boolean;
|
|
7
|
-
testId?: string;
|
|
8
|
-
url: string;
|
|
9
|
-
}>;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @jsxRuntime classic
|
|
3
|
-
* @jsx jsx
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { type FlexibleUiDataContext } from '../../../../state/flexible-ui-context/types';
|
|
7
|
-
import { type ChildrenOptions, type ContainerProps } from './types';
|
|
8
|
-
export declare const getChildrenOptions: (children: React.ReactNode, context?: FlexibleUiDataContext) => ChildrenOptions;
|
|
9
|
-
/**
|
|
10
|
-
* Note: This function is only necessary for CompiledCSS within Jest tests due to the way it handles Styles.
|
|
11
|
-
* CompiledCSS will inject a StyleCacheProvider around the component tree, which
|
|
12
|
-
* causes the children to be wrapped in a StyleCacheProvider as well. This function recursively
|
|
13
|
-
* searches for the first valid TitleBlock within the children of the StyleCacheProvider.
|
|
14
|
-
*/
|
|
15
|
-
export declare const getFlexibleUiBlock: (node: React.ReactNode) => React.ReactNode | undefined;
|
|
16
|
-
/**
|
|
17
|
-
* A container is a hidden component that build the Flexible Smart Link.
|
|
18
|
-
* All the Flexible UI components are wrapped inside the container.
|
|
19
|
-
* It inherits the ui props from Card component and applies the custom styling
|
|
20
|
-
* accordingly.
|
|
21
|
-
* @internal
|
|
22
|
-
* @see Block
|
|
23
|
-
*/
|
|
24
|
-
declare const Container: ({ children, clickableContainer, hideBackground, hideElevation, hidePadding, onClick, onAuxClick, onContextMenu, retry, showHoverPreview, hoverPreviewOptions, actionOptions, removeBlockRestriction, size, status, testId, }: ContainerProps) => JSX.Element;
|
|
25
|
-
export default Container;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type LayeredLinkProps } from './types';
|
|
2
|
-
/**
|
|
3
|
-
* An anchor component to cover the entire container creating a clickable area.
|
|
4
|
-
* @internal
|
|
5
|
-
* @see `clickableContainer`
|
|
6
|
-
*/
|
|
7
|
-
declare const LayeredLink: ({ onClick, onAuxClick, onContextMenu, target, testId, text, url, }: LayeredLinkProps) => JSX.Element;
|
|
8
|
-
export default LayeredLink;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export type LayeredLinkProps = {
|
|
2
|
-
/** Optional middle-click handler. */
|
|
3
|
-
onAuxClick?: React.EventHandler<React.MouseEvent>;
|
|
4
|
-
/**
|
|
5
|
-
* Determines the onClick behaviour of the Link. By default used for analytics.
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
9
|
-
/** Optional right-click handler. */
|
|
10
|
-
onContextMenu?: React.EventHandler<React.MouseEvent>;
|
|
11
|
-
target?: '_blank' | '_self' | '_top' | '_parent';
|
|
12
|
-
testId?: string;
|
|
13
|
-
text?: string;
|
|
14
|
-
url: string;
|
|
15
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
import { type SmartLinkStatus } from '../../../../constants';
|
|
3
|
-
import { type FlexibleCardProps, type FlexibleUiOptions, type RetryOptions } from '../../types';
|
|
4
|
-
export type ContainerProps = PropsWithChildren<Pick<FlexibleCardProps, 'onClick' | 'onAuxClick' | 'onContextMenu' | 'showHoverPreview' | 'hoverPreviewOptions' | 'actionOptions'> & FlexibleUiOptions & {
|
|
5
|
-
/**
|
|
6
|
-
* The options that determine the retry behaviour when a Smart Link errors.
|
|
7
|
-
*/
|
|
8
|
-
retry?: RetryOptions;
|
|
9
|
-
/**
|
|
10
|
-
* The status of the Smart Link. Used to conditionally render different blocks
|
|
11
|
-
* when Smart Link is in different states.
|
|
12
|
-
*/
|
|
13
|
-
status?: SmartLinkStatus;
|
|
14
|
-
/**
|
|
15
|
-
* A `testId` prop is provided for specified elements, which is a unique
|
|
16
|
-
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
17
|
-
* serving as a hook for automated tests
|
|
18
|
-
*/
|
|
19
|
-
testId?: string;
|
|
20
|
-
}>;
|
|
21
|
-
export type ChildrenOptions = {
|
|
22
|
-
previewOnLeft?: boolean;
|
|
23
|
-
previewOnRight?: boolean;
|
|
24
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type BaseBadgeElementProps } from '../common';
|
|
2
|
-
export type AppliedToComponentsCountElementProps = BaseBadgeElementProps;
|
|
3
|
-
declare const AppliedToComponentsCountElement: (props: AppliedToComponentsCountElementProps) => JSX.Element | null;
|
|
4
|
-
export default AppliedToComponentsCountElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/assigned-to-group-element/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type BaseAvatarGroupElementProps } from '../common';
|
|
2
|
-
export type AssignedToGroupElementProps = BaseAvatarGroupElementProps;
|
|
3
|
-
declare const AssignedToGroupElement: (props: AssignedToGroupElementProps) => JSX.Element | null;
|
|
4
|
-
export default AssignedToGroupElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/collaborator-group-element/index.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type BaseAvatarGroupElementProps } from '../common';
|
|
2
|
-
export type CollaboratorGroupElementProps = BaseAvatarGroupElementProps;
|
|
3
|
-
declare const CollaboratorGroupElement: (props: CollaboratorGroupElementProps) => JSX.Element | null;
|
|
4
|
-
export default CollaboratorGroupElement;
|
package/dist/types-ts4.5/view/FlexibleCard/components/elements/comment-count-element/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type BaseBadgeElementProps } from '../common';
|
|
2
|
-
export type CommentCountElementProps = BaseBadgeElementProps & {
|
|
3
|
-
onRender?: (hasData: boolean) => void;
|
|
4
|
-
};
|
|
5
|
-
declare const CommentCountElement: (props: CommentCountElementProps) => JSX.Element | null;
|
|
6
|
-
export default CommentCountElement;
|