@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
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/hook-use-smart-link-destination-url.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/hook-use-smart-link-destination-url.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/hook-use-smart-link-destination-url.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/hook-use-smart-link-events.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/hook-use-smart-link-events.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/hook-use-smart-link-events.d.ts"
|
|
17
10
|
}
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/hook-use-smart-link-reload.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/hook-use-smart-link-reload.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/hook-use-smart-link-reload.d.ts"
|
|
17
10
|
}
|
package/hooks/package.json
CHANGED
package/hover/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/hover.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/hover.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/hover.d.ts"
|
|
17
10
|
}
|
package/hover/types/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/hover-types.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/hover-types.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/hover-types.d.ts"
|
|
17
10
|
}
|
package/hover-card/package.json
CHANGED
package/link/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/link.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/link.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/link.d.ts"
|
|
17
10
|
}
|
package/link/types/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../../dist/types/entry-points/link-types.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../../dist/types-ts4.5/entry-points/link-types.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../../dist/types/entry-points/link-types.d.ts"
|
|
17
10
|
}
|
package/link-url/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "45.0.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,63 +35,63 @@
|
|
|
35
35
|
"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/adf-utils": "^
|
|
38
|
+
"@atlaskit/adf-utils": "^20.0.0",
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.6.0",
|
|
40
|
-
"@atlaskit/analytics-cross-product": "^
|
|
41
|
-
"@atlaskit/analytics-gas-types": "^
|
|
42
|
-
"@atlaskit/analytics-next": "^
|
|
43
|
-
"@atlaskit/avatar": "^
|
|
44
|
-
"@atlaskit/avatar-group": "^
|
|
45
|
-
"@atlaskit/badge": "^
|
|
46
|
-
"@atlaskit/browser-apis": "^0.0
|
|
47
|
-
"@atlaskit/button": "^
|
|
48
|
-
"@atlaskit/checkbox": "^
|
|
49
|
-
"@atlaskit/css": "^0.
|
|
50
|
-
"@atlaskit/dropdown-menu": "^
|
|
51
|
-
"@atlaskit/embedded-confluence": "^
|
|
52
|
-
"@atlaskit/feature-gate-js-client": "^
|
|
53
|
-
"@atlaskit/flag": "^
|
|
54
|
-
"@atlaskit/form": "^
|
|
55
|
-
"@atlaskit/frontend-utilities": "^
|
|
56
|
-
"@atlaskit/heading": "^
|
|
57
|
-
"@atlaskit/icon": "^
|
|
58
|
-
"@atlaskit/icon-file-type": "^
|
|
59
|
-
"@atlaskit/icon-lab": "^
|
|
60
|
-
"@atlaskit/image": "^
|
|
61
|
-
"@atlaskit/json-ld-types": "^
|
|
62
|
-
"@atlaskit/link": "^
|
|
63
|
-
"@atlaskit/link-analytics": "^
|
|
64
|
-
"@atlaskit/link-client-extension": "^
|
|
65
|
-
"@atlaskit/link-extractors": "^
|
|
66
|
-
"@atlaskit/link-test-helpers": "^
|
|
67
|
-
"@atlaskit/linking-common": "^
|
|
68
|
-
"@atlaskit/linking-types": "^
|
|
69
|
-
"@atlaskit/logo": "^
|
|
70
|
-
"@atlaskit/lozenge": "^
|
|
71
|
-
"@atlaskit/menu": "^
|
|
72
|
-
"@atlaskit/modal-dialog": "^
|
|
73
|
-
"@atlaskit/motion": "^
|
|
74
|
-
"@atlaskit/object": "^
|
|
75
|
-
"@atlaskit/outbound-auth-flow-client": "^
|
|
76
|
-
"@atlaskit/platform-feature-flags": "^
|
|
77
|
-
"@atlaskit/platform-feature-flags-react": "^0.
|
|
78
|
-
"@atlaskit/popup": "^
|
|
79
|
-
"@atlaskit/primitives": "^
|
|
80
|
-
"@atlaskit/react-ufo": "^
|
|
81
|
-
"@atlaskit/rovo-triggers": "^
|
|
82
|
-
"@atlaskit/section-message": "^
|
|
83
|
-
"@atlaskit/select": "^
|
|
84
|
-
"@atlaskit/spinner": "^
|
|
85
|
-
"@atlaskit/tag": "^
|
|
86
|
-
"@atlaskit/textarea": "^
|
|
87
|
-
"@atlaskit/textfield": "^
|
|
88
|
-
"@atlaskit/theme": "^
|
|
89
|
-
"@atlaskit/tile": "^
|
|
90
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
91
|
-
"@atlaskit/tokens": "^
|
|
92
|
-
"@atlaskit/tooltip": "^
|
|
93
|
-
"@atlaskit/ufo": "^0.
|
|
94
|
-
"@atlaskit/width-detector": "^
|
|
40
|
+
"@atlaskit/analytics-cross-product": "^2.0.0",
|
|
41
|
+
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
42
|
+
"@atlaskit/analytics-next": "^12.0.0",
|
|
43
|
+
"@atlaskit/avatar": "^26.0.0",
|
|
44
|
+
"@atlaskit/avatar-group": "^13.0.0",
|
|
45
|
+
"@atlaskit/badge": "^19.0.0",
|
|
46
|
+
"@atlaskit/browser-apis": "^1.0.0",
|
|
47
|
+
"@atlaskit/button": "^24.0.0",
|
|
48
|
+
"@atlaskit/checkbox": "^18.0.0",
|
|
49
|
+
"@atlaskit/css": "^1.0.0",
|
|
50
|
+
"@atlaskit/dropdown-menu": "^17.0.0",
|
|
51
|
+
"@atlaskit/embedded-confluence": "^6.0.0",
|
|
52
|
+
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
53
|
+
"@atlaskit/flag": "^18.0.0",
|
|
54
|
+
"@atlaskit/form": "^16.0.0",
|
|
55
|
+
"@atlaskit/frontend-utilities": "^4.0.0",
|
|
56
|
+
"@atlaskit/heading": "^6.0.0",
|
|
57
|
+
"@atlaskit/icon": "^36.0.0",
|
|
58
|
+
"@atlaskit/icon-file-type": "^8.0.0",
|
|
59
|
+
"@atlaskit/icon-lab": "^7.0.0",
|
|
60
|
+
"@atlaskit/image": "^4.0.0",
|
|
61
|
+
"@atlaskit/json-ld-types": "^2.0.0",
|
|
62
|
+
"@atlaskit/link": "^4.0.0",
|
|
63
|
+
"@atlaskit/link-analytics": "^12.0.0",
|
|
64
|
+
"@atlaskit/link-client-extension": "^7.0.0",
|
|
65
|
+
"@atlaskit/link-extractors": "^3.0.0",
|
|
66
|
+
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
67
|
+
"@atlaskit/linking-common": "^10.0.0",
|
|
68
|
+
"@atlaskit/linking-types": "^15.0.0",
|
|
69
|
+
"@atlaskit/logo": "^21.0.0",
|
|
70
|
+
"@atlaskit/lozenge": "^14.0.0",
|
|
71
|
+
"@atlaskit/menu": "^9.0.0",
|
|
72
|
+
"@atlaskit/modal-dialog": "^16.0.0",
|
|
73
|
+
"@atlaskit/motion": "^7.0.0",
|
|
74
|
+
"@atlaskit/object": "^2.0.0",
|
|
75
|
+
"@atlaskit/outbound-auth-flow-client": "^4.0.0",
|
|
76
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
77
|
+
"@atlaskit/platform-feature-flags-react": "^1.0.0",
|
|
78
|
+
"@atlaskit/popup": "^5.0.0",
|
|
79
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
80
|
+
"@atlaskit/react-ufo": "^7.0.0",
|
|
81
|
+
"@atlaskit/rovo-triggers": "^8.0.0",
|
|
82
|
+
"@atlaskit/section-message": "^9.0.0",
|
|
83
|
+
"@atlaskit/select": "^22.0.0",
|
|
84
|
+
"@atlaskit/spinner": "^20.0.0",
|
|
85
|
+
"@atlaskit/tag": "^15.0.0",
|
|
86
|
+
"@atlaskit/textarea": "^9.0.0",
|
|
87
|
+
"@atlaskit/textfield": "^9.0.0",
|
|
88
|
+
"@atlaskit/theme": "^26.0.0",
|
|
89
|
+
"@atlaskit/tile": "^2.0.0",
|
|
90
|
+
"@atlaskit/tmp-editor-statsig": "^104.0.0",
|
|
91
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
92
|
+
"@atlaskit/tooltip": "^23.0.0",
|
|
93
|
+
"@atlaskit/ufo": "^1.0.0",
|
|
94
|
+
"@atlaskit/width-detector": "^6.0.0",
|
|
95
95
|
"@babel/runtime": "^7.0.0",
|
|
96
96
|
"@compiled/react": "^0.20.0",
|
|
97
97
|
"@formatjs/intl-utils": "^3.8.4",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"uuid": "^3.1.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@atlaskit/link-provider": "^
|
|
110
|
+
"@atlaskit/link-provider": "^5.0.0",
|
|
111
111
|
"react": "^18.2.0",
|
|
112
112
|
"react-dom": "^18.2.0",
|
|
113
113
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@af/integration-testing": "workspace:^",
|
|
117
117
|
"@af/visual-regression": "workspace:^",
|
|
118
|
-
"@atlaskit/analytics-listeners": "^
|
|
119
|
-
"@atlaskit/css-reset": "^
|
|
120
|
-
"@atlaskit/media-test-helpers": "^
|
|
118
|
+
"@atlaskit/analytics-listeners": "^11.0.0",
|
|
119
|
+
"@atlaskit/css-reset": "^8.0.0",
|
|
120
|
+
"@atlaskit/media-test-helpers": "^42.0.0",
|
|
121
121
|
"@atlaskit/ssr": "workspace:^",
|
|
122
122
|
"@atlassian/a11y-jest-testing": "^0.12.0",
|
|
123
123
|
"@atlassian/analytics-tooling": "workspace:^",
|
|
@@ -169,14 +169,6 @@
|
|
|
169
169
|
]
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
|
-
"typesVersions": {
|
|
173
|
-
">=4.5 <4.9": {
|
|
174
|
-
"*": [
|
|
175
|
-
"dist/types-ts4.5/*",
|
|
176
|
-
"dist/types-ts4.5/index.d.ts"
|
|
177
|
-
]
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
172
|
"platform-feature-flags": {
|
|
181
173
|
"platform_navx_3298_message_wrapper": {
|
|
182
174
|
"type": "boolean"
|
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/preloadLazyCardWithUrlContent.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/preloadLazyCardWithUrlContent.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/preloadLazyCardWithUrlContent.d.ts"
|
|
17
10
|
}
|
package/ssr/package.json
CHANGED
|
@@ -6,12 +6,5 @@
|
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"**/*.compiled.css"
|
|
8
8
|
],
|
|
9
|
-
"types": "../dist/types/entry-points/ssr.d.ts"
|
|
10
|
-
"typesVersions": {
|
|
11
|
-
">=4.5 <5.9": {
|
|
12
|
-
"*": [
|
|
13
|
-
"../dist/types-ts4.5/entry-points/ssr.d.ts"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
}
|
|
9
|
+
"types": "../dist/types/entry-points/ssr.d.ts"
|
|
17
10
|
}
|
package/types/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const contentFooterClassName = "smart-link-content-footer";
|
|
2
|
-
export declare const metadataListClassName = "smart-link-metadata-list";
|
|
3
|
-
export declare const blockCardResolvingViewClassName = "block-card-resolving-view";
|
|
4
|
-
export declare const blockCardResolvedViewClassName = "block-card-resolved-view";
|
|
5
|
-
export declare const blockCardResolvedViewByClassName = "block-card-resolved-view-by";
|
|
6
|
-
export declare const blockCardForbiddenViewClassName = "block-card-forbidden-view";
|
|
7
|
-
export declare const blockCardForbiddenViewLinkClassName = "block-card-forbidden-view-link";
|
|
8
|
-
export { blockCardIconImageClassName } from './view/common/Icon';
|
|
9
|
-
export declare const blockCardContentClassName = "block-card-content";
|
|
10
|
-
export declare const blockCardContentHeaderClassName = "block-card-content-header";
|
|
11
|
-
export declare const blockCardContentHeaderNameClassName = "block-card-content-header-name";
|
|
12
|
-
export declare const blockCardNotFoundViewClassName = "block-card-not-found-view";
|
|
13
|
-
export declare const blockCardErroredViewClassName = "block-card-errored-view";
|
|
14
|
-
export declare const loadingPlaceholderClassName = "smart-link-loading-placeholder";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const EVENT_CHANNEL = "media";
|