@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.
Files changed (782) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/analytics/package.json +1 -8
  3. package/analytics/types/package.json +1 -8
  4. package/card/lazy/package.json +1 -8
  5. package/card/types/package.json +1 -8
  6. package/class-names/package.json +1 -8
  7. package/dist/cjs/utils/analytics/analytics.js +1 -1
  8. package/dist/cjs/view/CardWithUrl/component.js +2 -0
  9. package/dist/cjs/view/FlexibleCard/components/container/index.js +8 -4
  10. package/dist/cjs/view/FlexibleCard/index.js +3 -1
  11. package/dist/cjs/view/LinkUrl/index.js +1 -1
  12. package/dist/es2019/utils/analytics/analytics.js +1 -1
  13. package/dist/es2019/view/CardWithUrl/component.js +2 -0
  14. package/dist/es2019/view/FlexibleCard/components/container/index.js +8 -4
  15. package/dist/es2019/view/FlexibleCard/index.js +3 -1
  16. package/dist/es2019/view/LinkUrl/index.js +1 -1
  17. package/dist/esm/utils/analytics/analytics.js +1 -1
  18. package/dist/esm/view/CardWithUrl/component.js +2 -0
  19. package/dist/esm/view/FlexibleCard/components/container/index.js +8 -4
  20. package/dist/esm/view/FlexibleCard/index.js +3 -1
  21. package/dist/esm/view/LinkUrl/index.js +1 -1
  22. package/dist/types/ssr.d.ts +6 -0
  23. package/dist/types/view/CardWithUrl/types.d.ts +1 -0
  24. package/dist/types/view/FlexibleCard/components/container/index.d.ts +1 -1
  25. package/dist/types/view/FlexibleCard/components/container/types.d.ts +1 -1
  26. package/dist/types/view/FlexibleCard/index.d.ts +1 -1
  27. package/dist/types/view/FlexibleCard/types.d.ts +4 -0
  28. package/embed-resize-message-listener/package.json +1 -8
  29. package/enums/package.json +1 -8
  30. package/expanded-frame/package.json +1 -8
  31. package/flexible/assigned-to-element/package.json +1 -8
  32. package/flexible/assigned-to-group-element/package.json +1 -8
  33. package/flexible/attachment-count-element/package.json +1 -8
  34. package/flexible/author-group-element/package.json +1 -8
  35. package/flexible/checklist-progress-element/package.json +1 -8
  36. package/flexible/collaborator-group-element/package.json +1 -8
  37. package/flexible/comment-count-element/package.json +1 -8
  38. package/flexible/copy-link-action/package.json +1 -8
  39. package/flexible/created-by-element/package.json +1 -8
  40. package/flexible/created-on-element/package.json +1 -8
  41. package/flexible/custom-action/package.json +1 -8
  42. package/flexible/custom-block/package.json +1 -8
  43. package/flexible/custom-by-access-type-element/package.json +1 -8
  44. package/flexible/custom-by-status-element/package.json +1 -8
  45. package/flexible/custom-unresolved-action/package.json +1 -8
  46. package/flexible/download-action/package.json +1 -8
  47. package/flexible/due-on-element/package.json +1 -8
  48. package/flexible/follow-action/package.json +1 -8
  49. package/flexible/footer-block/package.json +1 -8
  50. package/flexible/latest-commit-element/package.json +1 -8
  51. package/flexible/link-icon-element/package.json +1 -8
  52. package/flexible/location-element/package.json +1 -8
  53. package/flexible/metadata-block/package.json +1 -8
  54. package/flexible/modified-by-element/package.json +1 -8
  55. package/flexible/modified-on-element/package.json +1 -8
  56. package/flexible/owned-by-element/package.json +1 -8
  57. package/flexible/owned-by-group-element/package.json +1 -8
  58. package/flexible/preview-action/package.json +1 -8
  59. package/flexible/preview-block/package.json +1 -8
  60. package/flexible/preview-element/package.json +1 -8
  61. package/flexible/priority-element/package.json +1 -8
  62. package/flexible/programming-language-element/package.json +1 -8
  63. package/flexible/provider-element/package.json +1 -8
  64. package/flexible/react-count-element/package.json +1 -8
  65. package/flexible/read-time-element/package.json +1 -8
  66. package/flexible/sent-on-element/package.json +1 -8
  67. package/flexible/snippet-block/package.json +1 -8
  68. package/flexible/snippet-element/package.json +1 -8
  69. package/flexible/source-branch-element/package.json +1 -8
  70. package/flexible/state-element/package.json +1 -8
  71. package/flexible/story-points-element/package.json +1 -8
  72. package/flexible/sub-tasks-progress-element/package.json +1 -8
  73. package/flexible/subscriber-count-element/package.json +1 -8
  74. package/flexible/target-branch-element/package.json +1 -8
  75. package/flexible/title-block/package.json +1 -8
  76. package/flexible/title-element/package.json +1 -8
  77. package/flexible/types/package.json +1 -8
  78. package/flexible/unresolved-action/package.json +1 -8
  79. package/flexible/view-count-element/package.json +1 -8
  80. package/flexible/vote-count-element/package.json +1 -8
  81. package/hook/use-smart-link-actions/package.json +1 -8
  82. package/hook/use-smart-link-destination-url/package.json +1 -8
  83. package/hook/use-smart-link-events/package.json +1 -8
  84. package/hook/use-smart-link-reload/package.json +1 -8
  85. package/hooks/package.json +1 -8
  86. package/hover/package.json +1 -8
  87. package/hover/types/package.json +1 -8
  88. package/hover-card/package.json +1 -8
  89. package/link/package.json +1 -8
  90. package/link/types/package.json +1 -8
  91. package/link-url/package.json +1 -8
  92. package/package.json +61 -69
  93. package/preload-lazy-card-with-url-content/package.json +1 -8
  94. package/ssr/package.json +1 -8
  95. package/types/package.json +1 -8
  96. package/dist/types-ts4.5/__fixtures__/atlas-project-with-ai-summary.d.ts +0 -3
  97. package/dist/types-ts4.5/__fixtures__/atlas-project.d.ts +0 -3
  98. package/dist/types-ts4.5/__fixtures__/bitbucket-pull-request.d.ts +0 -3
  99. package/dist/types-ts4.5/__fixtures__/compass-scorecard.d.ts +0 -3
  100. package/dist/types-ts4.5/__fixtures__/confluence-blog.d.ts +0 -3
  101. package/dist/types-ts4.5/__fixtures__/confluence-page.d.ts +0 -3
  102. package/dist/types-ts4.5/__fixtures__/confluence-space.d.ts +0 -3
  103. package/dist/types-ts4.5/__fixtures__/confluence-template.d.ts +0 -3
  104. package/dist/types-ts4.5/__fixtures__/conversation-entity.d.ts +0 -3
  105. package/dist/types-ts4.5/__fixtures__/document-entity.d.ts +0 -3
  106. package/dist/types-ts4.5/__fixtures__/dropbox-file.d.ts +0 -3
  107. package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +0 -3
  108. package/dist/types-ts4.5/__fixtures__/figma.d.ts +0 -3
  109. package/dist/types-ts4.5/__fixtures__/flexible-ui-data-context.d.ts +0 -3
  110. package/dist/types-ts4.5/__fixtures__/jira-roadmap.d.ts +0 -3
  111. package/dist/types-ts4.5/__fixtures__/jira-task.d.ts +0 -3
  112. package/dist/types-ts4.5/__fixtures__/jira-timeline.d.ts +0 -3
  113. package/dist/types-ts4.5/__fixtures__/message-entity.d.ts +0 -3
  114. package/dist/types-ts4.5/__fixtures__/youtube-video.d.ts +0 -3
  115. package/dist/types-ts4.5/classNames.d.ts +0 -14
  116. package/dist/types-ts4.5/common/analytics/constants.d.ts +0 -1
  117. package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +0 -463
  118. package/dist/types-ts4.5/common/analytics/generated/create-event-payload.d.ts +0 -31
  119. package/dist/types-ts4.5/common/analytics/generated/use-analytics-events.d.ts +0 -7
  120. package/dist/types-ts4.5/common/analytics/types.d.ts +0 -2
  121. package/dist/types-ts4.5/common/ui/icons/angle-brackets-icon.d.ts +0 -4
  122. package/dist/types-ts4.5/common/ui/icons/audio-icon.d.ts +0 -4
  123. package/dist/types-ts4.5/common/ui/icons/blog-icon.d.ts +0 -7
  124. package/dist/types-ts4.5/common/ui/icons/chart-bar-icon.d.ts +0 -4
  125. package/dist/types-ts4.5/common/ui/icons/file-icon.d.ts +0 -4
  126. package/dist/types-ts4.5/common/ui/icons/folder-icon.d.ts +0 -4
  127. package/dist/types-ts4.5/common/ui/icons/generic-error-icon.d.ts +0 -1
  128. package/dist/types-ts4.5/common/ui/icons/image-icon.d.ts +0 -4
  129. package/dist/types-ts4.5/common/ui/icons/list-bullet-icon.d.ts +0 -4
  130. package/dist/types-ts4.5/common/ui/icons/live-document-icon.d.ts +0 -7
  131. package/dist/types-ts4.5/common/ui/icons/page-icon.d.ts +0 -4
  132. package/dist/types-ts4.5/common/ui/icons/priority-blocker-icon.d.ts +0 -12
  133. package/dist/types-ts4.5/common/ui/icons/priority-critical-icon.d.ts +0 -12
  134. package/dist/types-ts4.5/common/ui/icons/priority-high-icon.d.ts +0 -12
  135. package/dist/types-ts4.5/common/ui/icons/priority-highest-icon.d.ts +0 -12
  136. package/dist/types-ts4.5/common/ui/icons/priority-icon.d.ts +0 -13
  137. package/dist/types-ts4.5/common/ui/icons/priority-low-icon.d.ts +0 -12
  138. package/dist/types-ts4.5/common/ui/icons/priority-lowest-icon.d.ts +0 -12
  139. package/dist/types-ts4.5/common/ui/icons/priority-major-icon.d.ts +0 -12
  140. package/dist/types-ts4.5/common/ui/icons/priority-medium-icon.d.ts +0 -12
  141. package/dist/types-ts4.5/common/ui/icons/priority-minor-icon.d.ts +0 -12
  142. package/dist/types-ts4.5/common/ui/icons/priority-trivial-icon.d.ts +0 -12
  143. package/dist/types-ts4.5/common/ui/icons/types.d.ts +0 -7
  144. package/dist/types-ts4.5/common/ui/icons/utils.d.ts +0 -20
  145. package/dist/types-ts4.5/common/ui/icons/video-icon.d.ts +0 -4
  146. package/dist/types-ts4.5/constants.d.ts +0 -249
  147. package/dist/types-ts4.5/entry-points/analytics-types.d.ts +0 -1
  148. package/dist/types-ts4.5/entry-points/analytics.d.ts +0 -1
  149. package/dist/types-ts4.5/entry-points/card-lazy.d.ts +0 -1
  150. package/dist/types-ts4.5/entry-points/card-types.d.ts +0 -1
  151. package/dist/types-ts4.5/entry-points/class-names.d.ts +0 -1
  152. package/dist/types-ts4.5/entry-points/embed-resize-message-listener.d.ts +0 -1
  153. package/dist/types-ts4.5/entry-points/enums.d.ts +0 -1
  154. package/dist/types-ts4.5/entry-points/expanded-frame.d.ts +0 -1
  155. package/dist/types-ts4.5/entry-points/flexible-assigned-to-element.d.ts +0 -5
  156. package/dist/types-ts4.5/entry-points/flexible-assigned-to-group-element.d.ts +0 -5
  157. package/dist/types-ts4.5/entry-points/flexible-attachment-count-element.d.ts +0 -5
  158. package/dist/types-ts4.5/entry-points/flexible-author-group-element.d.ts +0 -5
  159. package/dist/types-ts4.5/entry-points/flexible-checklist-progress-element.d.ts +0 -5
  160. package/dist/types-ts4.5/entry-points/flexible-collaborator-group-element.d.ts +0 -5
  161. package/dist/types-ts4.5/entry-points/flexible-comment-count-element.d.ts +0 -8
  162. package/dist/types-ts4.5/entry-points/flexible-copy-link-action.d.ts +0 -8
  163. package/dist/types-ts4.5/entry-points/flexible-created-by-element.d.ts +0 -5
  164. package/dist/types-ts4.5/entry-points/flexible-created-on-element.d.ts +0 -5
  165. package/dist/types-ts4.5/entry-points/flexible-custom-action.d.ts +0 -12
  166. package/dist/types-ts4.5/entry-points/flexible-custom-block.d.ts +0 -1
  167. package/dist/types-ts4.5/entry-points/flexible-custom-by-access-type-element.d.ts +0 -1
  168. package/dist/types-ts4.5/entry-points/flexible-custom-by-status-element.d.ts +0 -1
  169. package/dist/types-ts4.5/entry-points/flexible-custom-unresolved-action.d.ts +0 -1
  170. package/dist/types-ts4.5/entry-points/flexible-download-action.d.ts +0 -8
  171. package/dist/types-ts4.5/entry-points/flexible-due-on-element.d.ts +0 -5
  172. package/dist/types-ts4.5/entry-points/flexible-follow-action.d.ts +0 -8
  173. package/dist/types-ts4.5/entry-points/flexible-footer-block.d.ts +0 -1
  174. package/dist/types-ts4.5/entry-points/flexible-latest-commit-element.d.ts +0 -5
  175. package/dist/types-ts4.5/entry-points/flexible-link-icon-element.d.ts +0 -11
  176. package/dist/types-ts4.5/entry-points/flexible-location-element.d.ts +0 -5
  177. package/dist/types-ts4.5/entry-points/flexible-metadata-block.d.ts +0 -1
  178. package/dist/types-ts4.5/entry-points/flexible-modified-by-element.d.ts +0 -5
  179. package/dist/types-ts4.5/entry-points/flexible-modified-on-element.d.ts +0 -8
  180. package/dist/types-ts4.5/entry-points/flexible-owned-by-element.d.ts +0 -8
  181. package/dist/types-ts4.5/entry-points/flexible-owned-by-group-element.d.ts +0 -8
  182. package/dist/types-ts4.5/entry-points/flexible-preview-action.d.ts +0 -8
  183. package/dist/types-ts4.5/entry-points/flexible-preview-block.d.ts +0 -1
  184. package/dist/types-ts4.5/entry-points/flexible-preview-element.d.ts +0 -10
  185. package/dist/types-ts4.5/entry-points/flexible-priority-element.d.ts +0 -5
  186. package/dist/types-ts4.5/entry-points/flexible-programming-language-element.d.ts +0 -5
  187. package/dist/types-ts4.5/entry-points/flexible-provider-element.d.ts +0 -5
  188. package/dist/types-ts4.5/entry-points/flexible-react-count-element.d.ts +0 -8
  189. package/dist/types-ts4.5/entry-points/flexible-read-time-element.d.ts +0 -5
  190. package/dist/types-ts4.5/entry-points/flexible-sent-on-element.d.ts +0 -5
  191. package/dist/types-ts4.5/entry-points/flexible-snippet-block.d.ts +0 -1
  192. package/dist/types-ts4.5/entry-points/flexible-snippet-element.d.ts +0 -11
  193. package/dist/types-ts4.5/entry-points/flexible-source-branch-element.d.ts +0 -5
  194. package/dist/types-ts4.5/entry-points/flexible-state-element.d.ts +0 -9
  195. package/dist/types-ts4.5/entry-points/flexible-story-points-element.d.ts +0 -5
  196. package/dist/types-ts4.5/entry-points/flexible-sub-tasks-progress-element.d.ts +0 -5
  197. package/dist/types-ts4.5/entry-points/flexible-subscriber-count-element.d.ts +0 -5
  198. package/dist/types-ts4.5/entry-points/flexible-target-branch-element.d.ts +0 -5
  199. package/dist/types-ts4.5/entry-points/flexible-title-block.d.ts +0 -1
  200. package/dist/types-ts4.5/entry-points/flexible-title-element.d.ts +0 -8
  201. package/dist/types-ts4.5/entry-points/flexible-types.d.ts +0 -1
  202. package/dist/types-ts4.5/entry-points/flexible-unresolved-action.d.ts +0 -7
  203. package/dist/types-ts4.5/entry-points/flexible-view-count-element.d.ts +0 -5
  204. package/dist/types-ts4.5/entry-points/flexible-vote-count-element.d.ts +0 -5
  205. package/dist/types-ts4.5/entry-points/hook-use-smart-link-actions.d.ts +0 -1
  206. package/dist/types-ts4.5/entry-points/hook-use-smart-link-destination-url.d.ts +0 -1
  207. package/dist/types-ts4.5/entry-points/hook-use-smart-link-events.d.ts +0 -1
  208. package/dist/types-ts4.5/entry-points/hook-use-smart-link-reload.d.ts +0 -1
  209. package/dist/types-ts4.5/entry-points/hover-types.d.ts +0 -1
  210. package/dist/types-ts4.5/entry-points/hover.d.ts +0 -1
  211. package/dist/types-ts4.5/entry-points/link-types.d.ts +0 -1
  212. package/dist/types-ts4.5/entry-points/link.d.ts +0 -1
  213. package/dist/types-ts4.5/entry-points/ssr.d.ts +0 -1
  214. package/dist/types-ts4.5/extractors/action/extract-invoke-copy-link-action.d.ts +0 -3
  215. package/dist/types-ts4.5/extractors/action/extract-invoke-download-action.d.ts +0 -3
  216. package/dist/types-ts4.5/extractors/action/extract-invoke-preview-action.d.ts +0 -29
  217. package/dist/types-ts4.5/extractors/action/extract-invoke-view-action.d.ts +0 -6
  218. package/dist/types-ts4.5/extractors/action/extract-lozenge-action-items.d.ts +0 -4
  219. package/dist/types-ts4.5/extractors/action/types.d.ts +0 -10
  220. package/dist/types-ts4.5/extractors/common/__mocks__/jsonld.d.ts +0 -40
  221. package/dist/types-ts4.5/extractors/common/__mocks__/withIntl.d.ts +0 -2
  222. package/dist/types-ts4.5/extractors/common/actions/extractActions.d.ts +0 -2
  223. package/dist/types-ts4.5/extractors/common/actions/types.d.ts +0 -10
  224. package/dist/types-ts4.5/extractors/common/context/extractAccessContext.d.ts +0 -9
  225. package/dist/types-ts4.5/extractors/common/context/index.d.ts +0 -9
  226. package/dist/types-ts4.5/extractors/common/download/extractDownloadUrl.d.ts +0 -2
  227. package/dist/types-ts4.5/extractors/common/hostname/extractHostname.d.ts +0 -2
  228. package/dist/types-ts4.5/extractors/common/icon/extractFileFormat.d.ts +0 -2
  229. package/dist/types-ts4.5/extractors/common/icon/extractIcon.d.ts +0 -15
  230. package/dist/types-ts4.5/extractors/common/icon/extractIconFromDocument.d.ts +0 -11
  231. package/dist/types-ts4.5/extractors/common/icon/extractIconFromTask.d.ts +0 -11
  232. package/dist/types-ts4.5/extractors/common/icon/index.d.ts +0 -5
  233. package/dist/types-ts4.5/extractors/common/icon/prioritiseIcon.d.ts +0 -32
  234. package/dist/types-ts4.5/extractors/common/icon/priority.d.ts +0 -7
  235. package/dist/types-ts4.5/extractors/common/lozenge/extractLozenge.d.ts +0 -3
  236. package/dist/types-ts4.5/extractors/common/lozenge/extractState.d.ts +0 -2
  237. package/dist/types-ts4.5/extractors/common/lozenge/extractTag.d.ts +0 -3
  238. package/dist/types-ts4.5/extractors/common/lozenge/extractTaskStatus.d.ts +0 -3
  239. package/dist/types-ts4.5/extractors/common/lozenge/extractTaskType.d.ts +0 -7
  240. package/dist/types-ts4.5/extractors/common/lozenge/index.d.ts +0 -5
  241. package/dist/types-ts4.5/extractors/common/lozenge/types.d.ts +0 -16
  242. package/dist/types-ts4.5/extractors/common/lozenge/utils.d.ts +0 -4
  243. package/dist/types-ts4.5/extractors/common/meta/extractIsSupportTheming.d.ts +0 -2
  244. package/dist/types-ts4.5/extractors/common/meta/extractIsTrusted.d.ts +0 -2
  245. package/dist/types-ts4.5/extractors/common/primitives/extractSummary.d.ts +0 -10
  246. package/dist/types-ts4.5/extractors/common/primitives/extractTitleTextColor.d.ts +0 -2
  247. package/dist/types-ts4.5/extractors/common/primitives/extractVisitUrl.d.ts +0 -2
  248. package/dist/types-ts4.5/extractors/common/primitives/index.d.ts +0 -2
  249. package/dist/types-ts4.5/extractors/common/title-prefix/extractTitlePrefix.d.ts +0 -5
  250. package/dist/types-ts4.5/extractors/common/title-prefix/index.d.ts +0 -1
  251. package/dist/types-ts4.5/extractors/constants.d.ts +0 -13
  252. package/dist/types-ts4.5/extractors/embed/index.d.ts +0 -4
  253. package/dist/types-ts4.5/extractors/flexible/actions/extract-ai-summary-action.d.ts +0 -5
  254. package/dist/types-ts4.5/extractors/flexible/actions/extract-automation-action.d.ts +0 -3
  255. package/dist/types-ts4.5/extractors/flexible/actions/extract-copy-link-action.d.ts +0 -3
  256. package/dist/types-ts4.5/extractors/flexible/actions/extract-download-action.d.ts +0 -3
  257. package/dist/types-ts4.5/extractors/flexible/actions/extract-follow-action.d.ts +0 -5
  258. package/dist/types-ts4.5/extractors/flexible/actions/extract-preview-action.d.ts +0 -3
  259. package/dist/types-ts4.5/extractors/flexible/actions/extract-rovo-chat-action.d.ts +0 -16
  260. package/dist/types-ts4.5/extractors/flexible/actions/extract-view-related-links-action.d.ts +0 -3
  261. package/dist/types-ts4.5/extractors/flexible/actions/index.d.ts +0 -35
  262. package/dist/types-ts4.5/extractors/flexible/collaboratorGroup/index.d.ts +0 -4
  263. package/dist/types-ts4.5/extractors/flexible/extract-link-title.d.ts +0 -4
  264. package/dist/types-ts4.5/extractors/flexible/extract-placeholder-data.d.ts +0 -3
  265. package/dist/types-ts4.5/extractors/flexible/extract-preview.d.ts +0 -9
  266. package/dist/types-ts4.5/extractors/flexible/extract-priority.d.ts +0 -4
  267. package/dist/types-ts4.5/extractors/flexible/extract-server-action.d.ts +0 -3
  268. package/dist/types-ts4.5/extractors/flexible/extract-state.d.ts +0 -19
  269. package/dist/types-ts4.5/extractors/flexible/icon/extract-document-type-icon.d.ts +0 -20
  270. package/dist/types-ts4.5/extractors/flexible/icon/extract-file-formatIcon.d.ts +0 -3
  271. package/dist/types-ts4.5/extractors/flexible/icon/extract-icon-renderer.d.ts +0 -4
  272. package/dist/types-ts4.5/extractors/flexible/icon/extract-jira-task-icon.d.ts +0 -3
  273. package/dist/types-ts4.5/extractors/flexible/icon/extract-jsonld-data-icon.d.ts +0 -7
  274. package/dist/types-ts4.5/extractors/flexible/icon/extract-provider-icon.d.ts +0 -19
  275. package/dist/types-ts4.5/extractors/flexible/icon/extract-url-icon.d.ts +0 -11
  276. package/dist/types-ts4.5/extractors/flexible/icon/index.d.ts +0 -29
  277. package/dist/types-ts4.5/extractors/flexible/icon/types.d.ts +0 -9
  278. package/dist/types-ts4.5/extractors/flexible/index.d.ts +0 -4
  279. package/dist/types-ts4.5/extractors/flexible/latest-commit/index.d.ts +0 -3
  280. package/dist/types-ts4.5/extractors/flexible/utils.d.ts +0 -48
  281. package/dist/types-ts4.5/extractors/index.d.ts +0 -14
  282. package/dist/types-ts4.5/extractors/inline/index.d.ts +0 -4
  283. package/dist/types-ts4.5/hooks/useConfluencePageData.d.ts +0 -42
  284. package/dist/types-ts4.5/hooks.d.ts +0 -4
  285. package/dist/types-ts4.5/hoverCard.d.ts +0 -4
  286. package/dist/types-ts4.5/i18n/cs.d.ts +0 -186
  287. package/dist/types-ts4.5/i18n/da.d.ts +0 -186
  288. package/dist/types-ts4.5/i18n/de.d.ts +0 -186
  289. package/dist/types-ts4.5/i18n/en.d.ts +0 -188
  290. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -188
  291. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -188
  292. package/dist/types-ts4.5/i18n/es.d.ts +0 -186
  293. package/dist/types-ts4.5/i18n/et.d.ts +0 -94
  294. package/dist/types-ts4.5/i18n/fi.d.ts +0 -186
  295. package/dist/types-ts4.5/i18n/fr.d.ts +0 -186
  296. package/dist/types-ts4.5/i18n/hr.d.ts +0 -181
  297. package/dist/types-ts4.5/i18n/hu.d.ts +0 -186
  298. package/dist/types-ts4.5/i18n/index.d.ts +0 -35
  299. package/dist/types-ts4.5/i18n/is.d.ts +0 -70
  300. package/dist/types-ts4.5/i18n/it.d.ts +0 -186
  301. package/dist/types-ts4.5/i18n/ja.d.ts +0 -186
  302. package/dist/types-ts4.5/i18n/ko.d.ts +0 -186
  303. package/dist/types-ts4.5/i18n/languages.d.ts +0 -27
  304. package/dist/types-ts4.5/i18n/nb.d.ts +0 -186
  305. package/dist/types-ts4.5/i18n/nl.d.ts +0 -186
  306. package/dist/types-ts4.5/i18n/pl.d.ts +0 -186
  307. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -186
  308. package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -94
  309. package/dist/types-ts4.5/i18n/ro.d.ts +0 -70
  310. package/dist/types-ts4.5/i18n/ru.d.ts +0 -186
  311. package/dist/types-ts4.5/i18n/sk.d.ts +0 -173
  312. package/dist/types-ts4.5/i18n/sl.d.ts +0 -181
  313. package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -181
  314. package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -181
  315. package/dist/types-ts4.5/i18n/sv.d.ts +0 -186
  316. package/dist/types-ts4.5/i18n/th.d.ts +0 -186
  317. package/dist/types-ts4.5/i18n/tr.d.ts +0 -186
  318. package/dist/types-ts4.5/i18n/uk.d.ts +0 -186
  319. package/dist/types-ts4.5/i18n/vi.d.ts +0 -186
  320. package/dist/types-ts4.5/i18n/zh.d.ts +0 -186
  321. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -186
  322. package/dist/types-ts4.5/index.d.ts +0 -123
  323. package/dist/types-ts4.5/linkUrl.d.ts +0 -4
  324. package/dist/types-ts4.5/messages.d.ts +0 -9
  325. package/dist/types-ts4.5/model/invoke-handler.d.ts +0 -3
  326. package/dist/types-ts4.5/model/invoke-opts.d.ts +0 -17
  327. package/dist/types-ts4.5/preloadLazyCardWithUrlContent.d.ts +0 -1
  328. package/dist/types-ts4.5/ssr.d.ts +0 -9
  329. package/dist/types-ts4.5/state/actions/constants.d.ts +0 -6
  330. package/dist/types-ts4.5/state/actions/index.d.ts +0 -11
  331. package/dist/types-ts4.5/state/actions/types.d.ts +0 -2
  332. package/dist/types-ts4.5/state/analytics/index.d.ts +0 -1
  333. package/dist/types-ts4.5/state/analytics/ufoExperiences.d.ts +0 -7
  334. package/dist/types-ts4.5/state/analytics/useDispatchAnalytics.d.ts +0 -11
  335. package/dist/types-ts4.5/state/analytics/useLinkClicked.d.ts +0 -16
  336. package/dist/types-ts4.5/state/config/index.d.ts +0 -2
  337. package/dist/types-ts4.5/state/flexible-ui-context/index.d.ts +0 -17
  338. package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +0 -341
  339. package/dist/types-ts4.5/state/flexible-ui-context/utils.d.ts +0 -6
  340. package/dist/types-ts4.5/state/helpers.d.ts +0 -35
  341. package/dist/types-ts4.5/state/hooks/index.d.ts +0 -2
  342. package/dist/types-ts4.5/state/hooks/use-action-flags/index.d.ts +0 -10
  343. package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/index.d.ts +0 -17
  344. package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/readStream.d.ts +0 -1
  345. package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/store.d.ts +0 -3
  346. package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/types.d.ts +0 -203
  347. package/dist/types-ts4.5/state/hooks/use-ai-summary/ai-summary-service/utils.d.ts +0 -9
  348. package/dist/types-ts4.5/state/hooks/use-ai-summary/index.d.ts +0 -9
  349. package/dist/types-ts4.5/state/hooks/use-ai-summary-action/index.d.ts +0 -6
  350. package/dist/types-ts4.5/state/hooks/use-ai-summary-config/index.d.ts +0 -2
  351. package/dist/types-ts4.5/state/hooks/use-ai-summary-config/types.d.ts +0 -7
  352. package/dist/types-ts4.5/state/hooks/use-block-card-rovo-action-experiment/index.d.ts +0 -27
  353. package/dist/types-ts4.5/state/hooks/use-control-data-export-config/index.d.ts +0 -2
  354. package/dist/types-ts4.5/state/hooks/use-control-data-export-config/types.d.ts +0 -7
  355. package/dist/types-ts4.5/state/hooks/use-current-site-cloud-id/index.d.ts +0 -5
  356. package/dist/types-ts4.5/state/hooks/use-destination-url/index.d.ts +0 -1
  357. package/dist/types-ts4.5/state/hooks/use-incoming-outgoing-links/index.d.ts +0 -10
  358. package/dist/types-ts4.5/state/hooks/use-incoming-outgoing-links/query.d.ts +0 -5
  359. package/dist/types-ts4.5/state/hooks/use-inline-tailored-action-experiment/index.d.ts +0 -24
  360. package/dist/types-ts4.5/state/hooks/use-intersection-observer/index.d.ts +0 -7
  361. package/dist/types-ts4.5/state/hooks/use-invoke/index.d.ts +0 -3
  362. package/dist/types-ts4.5/state/hooks/use-invoke/types.d.ts +0 -48
  363. package/dist/types-ts4.5/state/hooks/use-invoke/utils.d.ts +0 -4
  364. package/dist/types-ts4.5/state/hooks/use-invoke-client-action/index.d.ts +0 -6
  365. package/dist/types-ts4.5/state/hooks/use-invoke-client-action/types.d.ts +0 -51
  366. package/dist/types-ts4.5/state/hooks/use-resolve/index.d.ts +0 -11
  367. package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/index.d.ts +0 -17
  368. package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/useResolveHyperlinkValidator.d.ts +0 -3
  369. package/dist/types-ts4.5/state/hooks/use-resolve-hyperlink/useScheduledRegister.d.ts +0 -5
  370. package/dist/types-ts4.5/state/hooks/use-response/index.d.ts +0 -7
  371. package/dist/types-ts4.5/state/hooks/use-rovo-chat/constants.d.ts +0 -2
  372. package/dist/types-ts4.5/state/hooks/use-rovo-chat/index.d.ts +0 -8
  373. package/dist/types-ts4.5/state/hooks/use-rovo-config/index.d.ts +0 -7
  374. package/dist/types-ts4.5/state/hooks/use-smart-link-cross-product-url-wrapper/index.d.ts +0 -8
  375. package/dist/types-ts4.5/state/hooks/use-smart-link-seen-event/index.d.ts +0 -14
  376. package/dist/types-ts4.5/state/hooks/use-social-proof/index.d.ts +0 -26
  377. package/dist/types-ts4.5/state/hooks/use-social-proof-experiment/index.d.ts +0 -61
  378. package/dist/types-ts4.5/state/hooks/usePrefetch.d.ts +0 -2
  379. package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +0 -38
  380. package/dist/types-ts4.5/state/hooks-external/useSmartLinkActions.d.ts +0 -52
  381. package/dist/types-ts4.5/state/hooks-external/useSmartLinkReload.d.ts +0 -13
  382. package/dist/types-ts4.5/state/index.d.ts +0 -4
  383. package/dist/types-ts4.5/state/modal/index.d.ts +0 -19
  384. package/dist/types-ts4.5/state/modal/types.d.ts +0 -16
  385. package/dist/types-ts4.5/state/renderers/index.d.ts +0 -2
  386. package/dist/types-ts4.5/state/services/current-site-cloud-id/index.d.ts +0 -22
  387. package/dist/types-ts4.5/state/services/personalization/index.d.ts +0 -31
  388. package/dist/types-ts4.5/state/services/personalization/types.d.ts +0 -10
  389. package/dist/types-ts4.5/state/store/index.d.ts +0 -3
  390. package/dist/types-ts4.5/state/types.d.ts +0 -1
  391. package/dist/types-ts4.5/types.d.ts +0 -26
  392. package/dist/types-ts4.5/utils/__mocks__/shouldSample.d.ts +0 -1
  393. package/dist/types-ts4.5/utils/actions/can-show-action.d.ts +0 -3
  394. package/dist/types-ts4.5/utils/actions/combine-action-options.d.ts +0 -7
  395. package/dist/types-ts4.5/utils/actions/create-invoke-request.d.ts +0 -3
  396. package/dist/types-ts4.5/utils/actions/create-status-update-request.d.ts +0 -3
  397. package/dist/types-ts4.5/utils/actions/to-action.d.ts +0 -8
  398. package/dist/types-ts4.5/utils/ai-summary.d.ts +0 -7
  399. package/dist/types-ts4.5/utils/analytics/LinkAnalyticsContext.d.ts +0 -17
  400. package/dist/types-ts4.5/utils/analytics/SmartLinkAnalyticsContext.d.ts +0 -38
  401. package/dist/types-ts4.5/utils/analytics/analytics.d.ts +0 -21
  402. package/dist/types-ts4.5/utils/analytics/click.d.ts +0 -23
  403. package/dist/types-ts4.5/utils/analytics/index.d.ts +0 -1
  404. package/dist/types-ts4.5/utils/analytics/types.d.ts +0 -29
  405. package/dist/types-ts4.5/utils/click-helpers.d.ts +0 -29
  406. package/dist/types-ts4.5/utils/flexible.d.ts +0 -9
  407. package/dist/types-ts4.5/utils/index.d.ts +0 -39
  408. package/dist/types-ts4.5/utils/intl-utils/index.d.ts +0 -3
  409. package/dist/types-ts4.5/utils/jsonld.d.ts +0 -4
  410. package/dist/types-ts4.5/utils/mocks.d.ts +0 -97
  411. package/dist/types-ts4.5/utils/performance.d.ts +0 -8
  412. package/dist/types-ts4.5/utils/rovo.d.ts +0 -2
  413. package/dist/types-ts4.5/utils/should-data-export.d.ts +0 -2
  414. package/dist/types-ts4.5/utils/shouldSample.d.ts +0 -1
  415. package/dist/types-ts4.5/utils/test-utils.d.ts +0 -2
  416. package/dist/types-ts4.5/utils/types.d.ts +0 -14
  417. package/dist/types-ts4.5/view/BlockCard/actions/AuthorizeAction.d.ts +0 -9
  418. package/dist/types-ts4.5/view/BlockCard/actions/ForbiddenAction.d.ts +0 -12
  419. package/dist/types-ts4.5/view/BlockCard/actions/RetryAction.d.ts +0 -8
  420. package/dist/types-ts4.5/view/BlockCard/index.d.ts +0 -3
  421. package/dist/types-ts4.5/view/BlockCard/types.d.ts +0 -27
  422. package/dist/types-ts4.5/view/BlockCard/views/ErroredView.d.ts +0 -3
  423. package/dist/types-ts4.5/view/BlockCard/views/ForbiddenView.d.ts +0 -3
  424. package/dist/types-ts4.5/view/BlockCard/views/NotFoundView.d.ts +0 -3
  425. package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -7
  426. package/dist/types-ts4.5/view/BlockCard/views/SocialProofMessage.d.ts +0 -14
  427. package/dist/types-ts4.5/view/BlockCard/views/UnauthorisedView.d.ts +0 -3
  428. package/dist/types-ts4.5/view/BlockCard/views/types.d.ts +0 -2
  429. package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/index.d.ts +0 -7
  430. package/dist/types-ts4.5/view/BlockCard/views/unresolved-view/types.d.ts +0 -8
  431. package/dist/types-ts4.5/view/BlockCard/views/utils/index.d.ts +0 -15
  432. package/dist/types-ts4.5/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.d.ts +0 -2
  433. package/dist/types-ts4.5/view/Card/index.d.ts +0 -8
  434. package/dist/types-ts4.5/view/Card/types.d.ts +0 -269
  435. package/dist/types-ts4.5/view/CardWithUrl/card-error-boundary/index.d.ts +0 -5
  436. package/dist/types-ts4.5/view/CardWithUrl/card-intersection-observer/index.d.ts +0 -5
  437. package/dist/types-ts4.5/view/CardWithUrl/card-loader-wrapper/index.d.ts +0 -7
  438. package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.d.ts +0 -3
  439. package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.d.ts +0 -3
  440. package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +0 -3
  441. package/dist/types-ts4.5/view/CardWithUrl/component-lazy/index.d.ts +0 -3
  442. package/dist/types-ts4.5/view/CardWithUrl/component.d.ts +0 -4
  443. package/dist/types-ts4.5/view/CardWithUrl/experiment-meta-event-attributes/index.d.ts +0 -9
  444. package/dist/types-ts4.5/view/CardWithUrl/loader.d.ts +0 -4
  445. package/dist/types-ts4.5/view/CardWithUrl/types.d.ts +0 -40
  446. package/dist/types-ts4.5/view/EmbedCard/EmbedResizeMessageListener.d.ts +0 -17
  447. package/dist/types-ts4.5/view/EmbedCard/components/ErrorFrame.d.ts +0 -18
  448. package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +0 -52
  449. package/dist/types-ts4.5/view/EmbedCard/components/Frame.d.ts +0 -23
  450. package/dist/types-ts4.5/view/EmbedCard/components/IFrame.d.ts +0 -11
  451. package/dist/types-ts4.5/view/EmbedCard/components/IframeDwellTracker.d.ts +0 -8
  452. package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +0 -15
  453. package/dist/types-ts4.5/view/EmbedCard/components/styled.d.ts +0 -40
  454. package/dist/types-ts4.5/view/EmbedCard/index.d.ts +0 -3
  455. package/dist/types-ts4.5/view/EmbedCard/types.d.ts +0 -56
  456. package/dist/types-ts4.5/view/EmbedCard/useEmbedResolvePostMessageListener.d.ts +0 -6
  457. package/dist/types-ts4.5/view/EmbedCard/views/ErroredView.d.ts +0 -11
  458. package/dist/types-ts4.5/view/EmbedCard/views/ResolvedView.d.ts +0 -51
  459. package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/forbidden-svg/index.d.ts +0 -2
  460. package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/index.d.ts +0 -4
  461. package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/types.d.ts +0 -8
  462. package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/index.d.ts +0 -4
  463. package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/not-found-svg/index.d.ts +0 -2
  464. package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/types.d.ts +0 -7
  465. package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/index.d.ts +0 -4
  466. package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/types.d.ts +0 -8
  467. package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/unauthorized-svg/index.d.ts +0 -2
  468. package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +0 -3
  469. package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/types.d.ts +0 -18
  470. package/dist/types-ts4.5/view/EmbedModal/components/analytics/index.d.ts +0 -5
  471. package/dist/types-ts4.5/view/EmbedModal/components/analytics/types.d.ts +0 -6
  472. package/dist/types-ts4.5/view/EmbedModal/components/embed-content/index.d.ts +0 -3
  473. package/dist/types-ts4.5/view/EmbedModal/components/embed-content/types.d.ts +0 -8
  474. package/dist/types-ts4.5/view/EmbedModal/components/error-boundary/index.d.ts +0 -4
  475. package/dist/types-ts4.5/view/EmbedModal/components/link-info/index.d.ts +0 -3
  476. package/dist/types-ts4.5/view/EmbedModal/components/link-info/link-info-button/index.d.ts +0 -12
  477. package/dist/types-ts4.5/view/EmbedModal/components/link-info/types.d.ts +0 -13
  478. package/dist/types-ts4.5/view/EmbedModal/constants.d.ts +0 -2
  479. package/dist/types-ts4.5/view/EmbedModal/index.d.ts +0 -5
  480. package/dist/types-ts4.5/view/EmbedModal/types.d.ts +0 -36
  481. package/dist/types-ts4.5/view/EmbedModal/utils.d.ts +0 -2
  482. package/dist/types-ts4.5/view/Flag/index.d.ts +0 -25
  483. package/dist/types-ts4.5/view/FlexibleCard/assets/ai-chapter-icon.d.ts +0 -6
  484. package/dist/types-ts4.5/view/FlexibleCard/assets/ai-edit-icon.d.ts +0 -6
  485. package/dist/types-ts4.5/view/FlexibleCard/assets/ai-search-icon.d.ts +0 -6
  486. package/dist/types-ts4.5/view/FlexibleCard/assets/rovo-hex-logo.d.ts +0 -7
  487. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/index.d.ts +0 -3
  488. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/types.d.ts +0 -12
  489. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +0 -4
  490. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/types.d.ts +0 -8
  491. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +0 -3
  492. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/types.d.ts +0 -5
  493. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +0 -6
  494. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/index.d.ts +0 -4
  495. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +0 -10
  496. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/index.d.ts +0 -9
  497. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/server-action/index.d.ts +0 -4
  498. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/server-action/types.d.ts +0 -7
  499. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +0 -117
  500. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.d.ts +0 -8
  501. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.d.ts +0 -4
  502. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.d.ts +0 -9
  503. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/index.d.ts +0 -4
  504. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/types.d.ts +0 -2
  505. package/dist/types-ts4.5/view/FlexibleCard/components/actions/ai-summary-action/utils.d.ts +0 -2
  506. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/messages.d.ts +0 -58
  507. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/mocks.d.ts +0 -5
  508. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.d.ts +0 -25
  509. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/types.d.ts +0 -80
  510. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.d.ts +0 -26
  511. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/index.d.ts +0 -1
  512. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/index.d.ts +0 -3
  513. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +0 -50
  514. 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
  515. 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
  516. 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
  517. 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
  518. 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
  519. 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
  520. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/services/index.d.ts +0 -16
  521. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/index.d.ts +0 -3
  522. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.d.ts +0 -15
  523. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/index.d.ts +0 -1
  524. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.d.ts +0 -29
  525. 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
  526. 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
  527. 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
  528. 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
  529. 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
  530. 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
  531. 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
  532. 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
  533. 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
  534. 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
  535. 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
  536. 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
  537. 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
  538. 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
  539. 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
  540. 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
  541. 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
  542. 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
  543. 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
  544. 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
  545. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +0 -4
  546. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/manual-triggers-icon/index.d.ts +0 -5
  547. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/utils/index.d.ts +0 -7
  548. package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +0 -4
  549. package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/types.d.ts +0 -2
  550. package/dist/types-ts4.5/view/FlexibleCard/components/actions/custom-unresolved-action/index.d.ts +0 -19
  551. package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/index.d.ts +0 -4
  552. package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/types.d.ts +0 -2
  553. package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/index.d.ts +0 -4
  554. package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/types.d.ts +0 -2
  555. package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/index.d.ts +0 -4
  556. package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/types.d.ts +0 -2
  557. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/goal-icon/index.d.ts +0 -3
  558. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/index.d.ts +0 -4
  559. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/projects-icon/index.d.ts +0 -3
  560. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/types.d.ts +0 -2
  561. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/unfollow-icon/index.d.ts +0 -4
  562. package/dist/types-ts4.5/view/FlexibleCard/components/actions/follow-action/utils.d.ts +0 -2
  563. package/dist/types-ts4.5/view/FlexibleCard/components/actions/index.d.ts +0 -13
  564. package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/index.d.ts +0 -4
  565. package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/types.d.ts +0 -2
  566. package/dist/types-ts4.5/view/FlexibleCard/components/actions/rovo-chat-action/html-to-adf.d.ts +0 -16
  567. package/dist/types-ts4.5/view/FlexibleCard/components/actions/rovo-chat-action/index.d.ts +0 -8
  568. package/dist/types-ts4.5/view/FlexibleCard/components/actions/types.d.ts +0 -7
  569. package/dist/types-ts4.5/view/FlexibleCard/components/actions/unresolved-action/index.d.ts +0 -6
  570. package/dist/types-ts4.5/view/FlexibleCard/components/actions/utils.d.ts +0 -7
  571. package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/index.d.ts +0 -4
  572. package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.d.ts +0 -5
  573. package/dist/types-ts4.5/view/FlexibleCard/components/actions/view-related-links-action/types.d.ts +0 -2
  574. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +0 -6
  575. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +0 -8
  576. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/index.d.ts +0 -9
  577. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/types.d.ts +0 -17
  578. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +0 -12
  579. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/index.d.ts +0 -10
  580. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/types.d.ts +0 -41
  581. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/icons/info/index.d.ts +0 -3
  582. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/index.d.ts +0 -10
  583. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +0 -5
  584. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/index.d.ts +0 -4
  585. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/types.d.ts +0 -2
  586. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +0 -3
  587. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/types.d.ts +0 -4
  588. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/assets/ellipses.d.ts +0 -3
  589. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.d.ts +0 -11
  590. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/index.d.ts +0 -11
  591. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.d.ts +0 -10
  592. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/types.d.ts +0 -16
  593. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/block/index.d.ts +0 -10
  594. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/index.d.ts +0 -10
  595. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/element-group/types.d.ts +0 -34
  596. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/index.d.ts +0 -11
  597. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +0 -3
  598. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/types.d.ts +0 -26
  599. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/hover-card-footer-block/index.d.ts +0 -9
  600. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/hover-card-footer-block/types.d.ts +0 -12
  601. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/index.d.ts +0 -11
  602. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +0 -10
  603. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/types.d.ts +0 -27
  604. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/index.d.ts +0 -10
  605. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +0 -9
  606. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/types.d.ts +0 -24
  607. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +0 -10
  608. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +0 -20
  609. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +0 -11
  610. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/index.d.ts +0 -15
  611. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +0 -8
  612. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +0 -10
  613. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/types.d.ts +0 -115
  614. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +0 -466
  615. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/utils.d.ts +0 -17
  616. package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-event-error-viewed.d.ts +0 -4
  617. package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +0 -3
  618. package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +0 -4
  619. package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/types.d.ts +0 -8
  620. package/dist/types-ts4.5/view/FlexibleCard/components/common/motion-wrapper/index.d.ts +0 -4
  621. package/dist/types-ts4.5/view/FlexibleCard/components/common/motion-wrapper/types.d.ts +0 -7
  622. package/dist/types-ts4.5/view/FlexibleCard/components/common/with-override-css/index.d.ts +0 -6
  623. package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/index.d.ts +0 -4
  624. package/dist/types-ts4.5/view/FlexibleCard/components/container/hover-card-control/types.d.ts +0 -9
  625. package/dist/types-ts4.5/view/FlexibleCard/components/container/index.d.ts +0 -25
  626. package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/index.d.ts +0 -8
  627. package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/types.d.ts +0 -15
  628. package/dist/types-ts4.5/view/FlexibleCard/components/container/types.d.ts +0 -24
  629. package/dist/types-ts4.5/view/FlexibleCard/components/elements/applied-to-components-count-element/index.d.ts +0 -4
  630. package/dist/types-ts4.5/view/FlexibleCard/components/elements/assigned-to-element/index.d.ts +0 -4
  631. package/dist/types-ts4.5/view/FlexibleCard/components/elements/assigned-to-group-element/index.d.ts +0 -4
  632. package/dist/types-ts4.5/view/FlexibleCard/components/elements/attachment-count-element/index.d.ts +0 -4
  633. package/dist/types-ts4.5/view/FlexibleCard/components/elements/author-group-element/index.d.ts +0 -4
  634. package/dist/types-ts4.5/view/FlexibleCard/components/elements/checklist-progress-element/index.d.ts +0 -4
  635. package/dist/types-ts4.5/view/FlexibleCard/components/elements/collaborator-group-element/index.d.ts +0 -4
  636. package/dist/types-ts4.5/view/FlexibleCard/components/elements/comment-count-element/index.d.ts +0 -6
  637. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.d.ts +0 -12
  638. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.d.ts +0 -39
  639. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-badge-element/index.d.ts +0 -82
  640. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-date-time-element/index.d.ts +0 -41
  641. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +0 -70
  642. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-link-element/index.d.ts +0 -60
  643. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/index.d.ts +0 -39
  644. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/error-boundary/index.d.ts +0 -4
  645. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.d.ts +0 -4
  646. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-analytics.d.ts +0 -21
  647. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.d.ts +0 -3
  648. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/types.d.ts +0 -39
  649. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/index.d.ts +0 -4
  650. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/types.d.ts +0 -6
  651. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/index.d.ts +0 -3
  652. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/types.d.ts +0 -7
  653. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.d.ts +0 -3
  654. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/type.d.ts +0 -9
  655. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/types.d.ts +0 -17
  656. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-text-element/index.d.ts +0 -43
  657. package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/index.d.ts +0 -8
  658. package/dist/types-ts4.5/view/FlexibleCard/components/elements/created-by-element/index.d.ts +0 -4
  659. package/dist/types-ts4.5/view/FlexibleCard/components/elements/created-on-element/index.d.ts +0 -4
  660. package/dist/types-ts4.5/view/FlexibleCard/components/elements/custom-by-access-type-element/index.d.ts +0 -15
  661. package/dist/types-ts4.5/view/FlexibleCard/components/elements/custom-by-status-element/index.d.ts +0 -12
  662. package/dist/types-ts4.5/view/FlexibleCard/components/elements/due-on-element/index.d.ts +0 -4
  663. package/dist/types-ts4.5/view/FlexibleCard/components/elements/host-name-element/index.d.ts +0 -4
  664. package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +0 -63
  665. package/dist/types-ts4.5/view/FlexibleCard/components/elements/latest-commit-element/index.d.ts +0 -4
  666. package/dist/types-ts4.5/view/FlexibleCard/components/elements/link-icon-element/index.d.ts +0 -4
  667. package/dist/types-ts4.5/view/FlexibleCard/components/elements/link-icon-element/resourceTypeToLabel.d.ts +0 -1
  668. package/dist/types-ts4.5/view/FlexibleCard/components/elements/location-element/index.d.ts +0 -4
  669. package/dist/types-ts4.5/view/FlexibleCard/components/elements/media-element/index.d.ts +0 -25
  670. package/dist/types-ts4.5/view/FlexibleCard/components/elements/modified-by-element/index.d.ts +0 -4
  671. package/dist/types-ts4.5/view/FlexibleCard/components/elements/modified-on-element/index.d.ts +0 -6
  672. package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-element/index.d.ts +0 -8
  673. package/dist/types-ts4.5/view/FlexibleCard/components/elements/owned-by-group-element/index.d.ts +0 -6
  674. package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview-element/index.d.ts +0 -16
  675. package/dist/types-ts4.5/view/FlexibleCard/components/elements/priority-element/index.d.ts +0 -4
  676. package/dist/types-ts4.5/view/FlexibleCard/components/elements/programming-language-element/index.d.ts +0 -4
  677. package/dist/types-ts4.5/view/FlexibleCard/components/elements/provider-element/index.d.ts +0 -4
  678. package/dist/types-ts4.5/view/FlexibleCard/components/elements/react-count-element/index.d.ts +0 -6
  679. package/dist/types-ts4.5/view/FlexibleCard/components/elements/read-time-element/index.d.ts +0 -4
  680. package/dist/types-ts4.5/view/FlexibleCard/components/elements/sent-on-element/index.d.ts +0 -4
  681. package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/index.d.ts +0 -4
  682. package/dist/types-ts4.5/view/FlexibleCard/components/elements/source-branch-element/index.d.ts +0 -4
  683. package/dist/types-ts4.5/view/FlexibleCard/components/elements/state-element/index.d.ts +0 -4
  684. package/dist/types-ts4.5/view/FlexibleCard/components/elements/story-points-element/index.d.ts +0 -4
  685. package/dist/types-ts4.5/view/FlexibleCard/components/elements/sub-tasks-progress-element/index.d.ts +0 -4
  686. package/dist/types-ts4.5/view/FlexibleCard/components/elements/subscriber-count-element/index.d.ts +0 -4
  687. package/dist/types-ts4.5/view/FlexibleCard/components/elements/target-branch-element/index.d.ts +0 -4
  688. package/dist/types-ts4.5/view/FlexibleCard/components/elements/team-member-count-element/index.d.ts +0 -4
  689. package/dist/types-ts4.5/view/FlexibleCard/components/elements/title-element/index.d.ts +0 -4
  690. package/dist/types-ts4.5/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +0 -4
  691. package/dist/types-ts4.5/view/FlexibleCard/components/elements/view-count-element/index.d.ts +0 -4
  692. package/dist/types-ts4.5/view/FlexibleCard/components/elements/vote-count-element/index.d.ts +0 -4
  693. package/dist/types-ts4.5/view/FlexibleCard/components/types.d.ts +0 -7
  694. package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +0 -19
  695. package/dist/types-ts4.5/view/FlexibleCard/index.d.ts +0 -10
  696. package/dist/types-ts4.5/view/FlexibleCard/types.d.ts +0 -220
  697. package/dist/types-ts4.5/view/FlexibleCard/utils.d.ts +0 -6
  698. package/dist/types-ts4.5/view/HoverCard/components/ContentContainer.d.ts +0 -3
  699. package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +0 -13
  700. package/dist/types-ts4.5/view/HoverCard/components/HoverCardComponent.d.ts +0 -4
  701. package/dist/types-ts4.5/view/HoverCard/components/HoverCardContent.d.ts +0 -5
  702. package/dist/types-ts4.5/view/HoverCard/components/ImagePreview.d.ts +0 -4
  703. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +0 -3
  704. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/types.d.ts +0 -13
  705. package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +0 -3
  706. package/dist/types-ts4.5/view/HoverCard/components/views/resolved/types.d.ts +0 -15
  707. package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +0 -3
  708. package/dist/types-ts4.5/view/HoverCard/components/views/resolving/types.d.ts +0 -6
  709. package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/RovoUnauthorisedView.d.ts +0 -3
  710. package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/graphics.d.ts +0 -3
  711. package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/index.d.ts +0 -3
  712. package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/types.d.ts +0 -29
  713. package/dist/types-ts4.5/view/HoverCard/index.d.ts +0 -14
  714. package/dist/types-ts4.5/view/HoverCard/styled.d.ts +0 -5
  715. package/dist/types-ts4.5/view/HoverCard/types.d.ts +0 -132
  716. package/dist/types-ts4.5/view/HoverCard/utils.d.ts +0 -7
  717. package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +0 -25
  718. package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +0 -28
  719. package/dist/types-ts4.5/view/InlineCard/Frame/index.d.ts +0 -26
  720. package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +0 -17
  721. package/dist/types-ts4.5/view/InlineCard/Icon.d.ts +0 -6
  722. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +0 -26
  723. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled.d.ts +0 -3
  724. package/dist/types-ts4.5/view/InlineCard/ResolvedView/InlineCardResolvedViewFunctional.d.ts +0 -5
  725. package/dist/types-ts4.5/view/InlineCard/ResolvedView/index.d.ts +0 -48
  726. package/dist/types-ts4.5/view/InlineCard/ResolvedView/renderLozenge.d.ts +0 -3
  727. package/dist/types-ts4.5/view/InlineCard/ResolvedView/types.d.ts +0 -46
  728. package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +0 -23
  729. package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +0 -30
  730. package/dist/types-ts4.5/view/InlineCard/common/action-button/index.d.ts +0 -15
  731. package/dist/types-ts4.5/view/InlineCard/common/inline-lozenge/index.d.ts +0 -4
  732. package/dist/types-ts4.5/view/InlineCard/common/rovo-actions-cta/index.d.ts +0 -9
  733. package/dist/types-ts4.5/view/InlineCard/common/rovo-post-auth-actions-modal/index.d.ts +0 -11
  734. package/dist/types-ts4.5/view/InlineCard/index.d.ts +0 -9
  735. package/dist/types-ts4.5/view/InlineCard/types.d.ts +0 -31
  736. package/dist/types-ts4.5/view/InlineCard/utils/withFrameStyleControl.d.ts +0 -9
  737. package/dist/types-ts4.5/view/LinkUrl/Hyperlink/index.d.ts +0 -9
  738. package/dist/types-ts4.5/view/LinkUrl/HyperlinkResolver/index.d.ts +0 -3
  739. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/hooks/use-link-warning-modal.d.ts +0 -10
  740. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +0 -17
  741. package/dist/types-ts4.5/view/LinkUrl/index.d.ts +0 -5
  742. package/dist/types-ts4.5/view/LinkUrl/types.d.ts +0 -17
  743. package/dist/types-ts4.5/view/LinkView/index.d.ts +0 -8
  744. package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +0 -8
  745. package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +0 -3
  746. package/dist/types-ts4.5/view/RelatedLinksModal/components/related-link-item/index.d.ts +0 -3
  747. package/dist/types-ts4.5/view/RelatedLinksModal/components/related-links-list/index.d.ts +0 -3
  748. package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +0 -39
  749. package/dist/types-ts4.5/view/RelatedLinksModal/index.d.ts +0 -4
  750. package/dist/types-ts4.5/view/RelatedLinksModal/types.d.ts +0 -19
  751. package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/index.d.ts +0 -1
  752. package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.d.ts +0 -1
  753. package/dist/types-ts4.5/view/RelatedLinksModal/views/errored/index.d.ts +0 -3
  754. package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/index.d.ts +0 -4
  755. package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/types.d.ts +0 -10
  756. package/dist/types-ts4.5/view/RelatedLinksModal/views/resolving/index.d.ts +0 -2
  757. package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/index.d.ts +0 -3
  758. package/dist/types-ts4.5/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.d.ts +0 -1
  759. package/dist/types-ts4.5/view/SmartLinkEvents/useSmartLinkEvents.d.ts +0 -9
  760. package/dist/types-ts4.5/view/common/Icon.d.ts +0 -20
  761. package/dist/types-ts4.5/view/common/UnauthorisedViewContent.d.ts +0 -25
  762. package/dist/types-ts4.5/view/common/access/ForbiddenAction.d.ts +0 -3
  763. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +0 -8
  764. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +0 -8
  765. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +0 -27
  766. package/dist/types-ts4.5/view/common/ai-prism/constants.d.ts +0 -27
  767. package/dist/types-ts4.5/view/common/ai-prism/index.d.ts +0 -3
  768. package/dist/types-ts4.5/view/common/ai-prism/types.d.ts +0 -15
  769. package/dist/types-ts4.5/view/common/ai-summary/ai-footer/index.d.ts +0 -2
  770. package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +0 -8
  771. package/dist/types-ts4.5/view/common/ai-summary/types.d.ts +0 -16
  772. package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +0 -7
  773. package/dist/types-ts4.5/view/common/image-icon/index.d.ts +0 -8
  774. package/dist/types-ts4.5/view/common/image-icon/types.d.ts +0 -15
  775. package/dist/types-ts4.5/view/common/intl-provider/index.d.ts +0 -7
  776. package/dist/types-ts4.5/view/common/loading-skeleton/index.d.ts +0 -2
  777. package/dist/types-ts4.5/view/common/loading-skeleton/types.d.ts +0 -16
  778. package/dist/types-ts4.5/view/common/render-svg.d.ts +0 -15
  779. package/dist/types-ts4.5/view/common/rovo-chat-utils/index.d.ts +0 -40
  780. package/dist/types-ts4.5/view/common/stop-propagation/index.d.ts +0 -17
  781. package/dist/types-ts4.5/view/common/utils.d.ts +0 -2
  782. package/dist/types-ts4.5/view/types.d.ts +0 -46
@@ -1,40 +0,0 @@
1
- import type { SmartLinkResponse } from '@atlaskit/linking-types';
2
- import type { CardAppearance, CardPlatform, EmbedIframeUrlType, InternalCardActionOptions, OnClickCallback, OnResolveCallback } from '../Card/types';
3
- import { type FrameStyle } from '../EmbedCard/types';
4
- import { type FlexibleUiOptions } from '../FlexibleCard/types';
5
- import { type HoverPreviewOptions } from '../HoverCard/types';
6
- import { type InlinePreloaderStyle, type OnErrorCallback } from '../types';
7
- export type CardWithUrlContentProps = {
8
- actionOptions?: InternalCardActionOptions;
9
- appearance: CardAppearance;
10
- children?: React.ReactNode;
11
- CompetitorPrompt?: React.ComponentType<{
12
- linkType?: string;
13
- sourceUrl: string;
14
- }>;
15
- container?: HTMLElement;
16
- disablePreviewPanel?: boolean;
17
- embedIframeRef?: React.Ref<HTMLIFrameElement>;
18
- embedIframeUrlType?: EmbedIframeUrlType;
19
- frameStyle?: FrameStyle;
20
- hideIconLoadingSkeleton?: boolean;
21
- hoverPreviewOptions?: HoverPreviewOptions;
22
- id: string;
23
- inheritDimensions?: boolean;
24
- inlinePreloaderStyle?: InlinePreloaderStyle;
25
- isHovered?: boolean;
26
- isSelected?: boolean;
27
- onClick?: OnClickCallback;
28
- onError?: OnErrorCallback;
29
- onResolve?: OnResolveCallback;
30
- placeholder?: string;
31
- placeholderData?: SmartLinkResponse;
32
- platform?: CardPlatform;
33
- removeTextHighlightingFromTitle?: boolean;
34
- resolvingPlaceholder?: string;
35
- showHoverPreview?: boolean;
36
- testId?: string;
37
- truncateInline?: boolean;
38
- ui?: FlexibleUiOptions;
39
- url: string;
40
- };
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- export declare const embedHeaderHeight = 32;
3
- interface Props {
4
- children?: React.ReactNode;
5
- embedIframeRef: React.RefObject<HTMLIFrameElement>;
6
- onHeightUpdate: (height: number) => void;
7
- }
8
- interface State {
9
- }
10
- export declare class EmbedResizeMessageListener extends React.Component<Props, State> {
11
- componentDidMount(): void;
12
- componentWillUnmount(): void;
13
- private messageCallback;
14
- private onEmbedHeightChange;
15
- render(): React.ReactNode;
16
- }
17
- export {};
@@ -1,18 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import React from 'react';
6
- export interface FrameProps {
7
- children?: React.ReactNode;
8
- className?: string;
9
- compact?: boolean;
10
- inheritDimensions?: boolean;
11
- isFluidHeight?: boolean;
12
- isHoverable?: boolean;
13
- isSelected?: boolean;
14
- testId?: string;
15
- }
16
- export declare const Frame: (props?: FrameProps) => JSX.Element;
17
- export declare const ExpandedFrame: ({ children, isSelected, isHoverable, testId, className, isFluidHeight, }: FrameProps) => JSX.Element;
18
- export declare const CompactFrame: ({ children, isHoverable, isSelected, testId, className, inheritDimensions, }: FrameProps) => JSX.Element;
@@ -1,52 +0,0 @@
1
- import { type FrameStyle } from '../types';
2
- export interface ExpandedFrameProps {
3
- /**
4
- * To enable scrolling in use cases where the content will not have it's own scrollbar.
5
- *
6
- * Requires `setOverflow` to be set to true.
7
- *
8
- * Always enable this when when the card is not resolved so the connect account button is not hiddden.
9
- */
10
- allowScrollBar?: boolean;
11
- children?: React.ReactNode;
12
- /** Component to prompt for competitor link */
13
- CompetitorPrompt?: React.ComponentType<{
14
- linkType?: string;
15
- sourceUrl: string;
16
- }>;
17
- /** A prop that determines the style of a frame: whether to show it, hide it or only show it when a user hovers over embed */
18
- frameStyle?: FrameStyle;
19
- href?: string;
20
- icon?: React.ReactNode;
21
- /** If dimensions of the card are to be inherited from the parent */
22
- inheritDimensions?: boolean;
23
- isPlaceholder?: boolean;
24
- /** A flag that determines whether the card is selected in edit mode. */
25
- isSelected?: boolean;
26
- maxWidth?: number;
27
- minWidth?: number;
28
- /** Optional middle-click handler. */
29
- onAuxClick?: React.EventHandler<React.MouseEvent>;
30
- /** The optional click handler */
31
- onClick?: (evt: React.MouseEvent) => void;
32
- /** Optional right-click handler. */
33
- onContextMenu?: React.EventHandler<React.MouseEvent>;
34
- /** Callback for when mouse enters the content wrapper - for dwell tracking */
35
- onContentMouseEnter?: () => void;
36
- /** Callback for when mouse leaves the content wrapper - for dwell tracking */
37
- onContentMouseLeave?: () => void;
38
- /**
39
- * Should the CSS `overflow` property be set to hidden or auto (clipping or
40
- * supporting a scroll bar), or left out altogether.
41
- *
42
- * Set to true when embed is unresolved to prevent account connection button being unreachable.
43
- *
44
- * Set to false when the card is resolved to mitigate blurry embed card issue (EDM-7188).
45
- * @default true
46
- */
47
- setOverflow?: boolean;
48
- /** For testing purposes only */
49
- testId?: string;
50
- text?: React.ReactNode;
51
- }
52
- export declare const ExpandedFrame: ({ isPlaceholder, children, onClick, onAuxClick, onContextMenu, icon, text, isSelected, frameStyle, href, minWidth, maxWidth, testId, inheritDimensions, allowScrollBar, setOverflow, CompetitorPrompt, onContentMouseEnter, onContentMouseLeave, }: ExpandedFrameProps) => React.JSX.Element;
@@ -1,23 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import React from 'react';
6
- export interface FrameProps {
7
- extensionKey?: string;
8
- /**
9
- * Optional override of the internal mouse-over state. When provided, the
10
- * iframe will use this value instead of its own local state. Falls back to
11
- * local state when undefined (backward compatibility).
12
- */
13
- isMouseOver?: boolean;
14
- isTrusted?: boolean;
15
- onIframeDwell?: (dwellTime: number, dwellPercentVisible: number) => void;
16
- onIframeFocus?: () => void;
17
- onIframeMouseEnter?: () => void;
18
- onIframeMouseLeave?: () => void;
19
- testId?: string;
20
- title?: string;
21
- url?: string;
22
- }
23
- export declare const Frame: React.ForwardRefExoticComponent<FrameProps & React.RefAttributes<HTMLIFrameElement>>;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- interface IFrameProps {
3
- childRef?: React.Ref<HTMLIFrameElement>;
4
- className?: string;
5
- extensionKey?: string;
6
- }
7
- /**
8
- * Iframe element isolated for DI purposes
9
- */
10
- export declare const IFrame: ({ childRef, className, extensionKey, ...props }: React.ComponentProps<"iframe"> & IFrameProps) => React.JSX.Element;
11
- export {};
@@ -1,8 +0,0 @@
1
- export interface IframeDwellTrackerProps {
2
- iframePercentVisible: number;
3
- isIframeLoaded: boolean;
4
- isMouseOver: boolean;
5
- isWindowFocused?: boolean;
6
- onIframeDwell?: (dwellTime: number, dwellPercentVisible: number) => void;
7
- }
8
- export declare const IframeDwellTracker: ({ isIframeLoaded, isMouseOver, iframePercentVisible, onIframeDwell, }: IframeDwellTrackerProps) => null;
@@ -1,15 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import React from 'react';
6
- export interface ImageIconProps {
7
- alt?: string;
8
- appearance?: 'square' | 'round';
9
- default?: React.ReactElement;
10
- hideLoadingSkeleton?: boolean;
11
- size?: number;
12
- src?: string;
13
- title?: string;
14
- }
15
- export declare const ImageIcon: ({ alt, src, size, title, default: defaultIcon, appearance, hideLoadingSkeleton, }: ImageIconProps) => JSX.Element | null | undefined;
@@ -1,40 +0,0 @@
1
- import type { ClassAttributes, ComponentType, HTMLAttributes, ImgHTMLAttributes } from 'react';
2
- import { type StyledProps } from '@compiled/react';
3
- import type { FrameStyle } from '../types';
4
- export declare const className = "media-card-frame";
5
- export interface WrapperProps {
6
- className?: string;
7
- frameStyle?: FrameStyle;
8
- inheritDimensions?: boolean;
9
- isInteractive?: boolean;
10
- isSelected?: boolean;
11
- maxWidth?: number;
12
- minWidth?: number;
13
- }
14
- export interface HeaderProps {
15
- frameStyle?: FrameStyle;
16
- }
17
- export interface ContentProps {
18
- /**
19
- * Whether to show a scroll bar (use overflow: auto) or hide overflow (overflow:hidden).
20
- * Always set to true for unresolved embeds, otherwise the connect account button may be hidden and unreachable.
21
- */
22
- allowScrollBar: boolean;
23
- frameStyle?: FrameStyle;
24
- isInteractive: boolean;
25
- /**
26
- * Remove the overflow: ... CSS property altogether.
27
- */
28
- removeOverflow?: boolean;
29
- }
30
- export interface ImageProps {
31
- size: number;
32
- }
33
- export interface ThumbnailProps {
34
- src: string;
35
- }
36
- export interface PlaceholderProps {
37
- isPlaceholder: boolean;
38
- }
39
- export declare const Image: ComponentType<ImageProps & ClassAttributes<HTMLImageElement> & ImgHTMLAttributes<HTMLImageElement> & StyledProps>;
40
- export declare const Thumbnail: ComponentType<ThumbnailProps & ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & StyledProps>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type EmbedCardProps } from './types';
3
- export declare const EmbedCard: React.ForwardRefExoticComponent<EmbedCardProps & React.RefAttributes<HTMLIFrameElement>>;
@@ -1,56 +0,0 @@
1
- import { type ReactNode } from 'react';
2
- import { type CardProviderRenderers } from '@atlaskit/link-provider';
3
- import { type InvokeHandler } from '../../model/invoke-handler';
4
- import { type CardState } from '../../state/types';
5
- import type { InternalCardActionOptions as CardActionOptions, CardPlatform, EmbedIframeUrlType, OnResolveCallback } from '../Card/types';
6
- import { type OnErrorCallback } from '../types';
7
- export type EmbedCardProps = {
8
- actionOptions?: CardActionOptions;
9
- cardState: CardState;
10
- CompetitorPrompt?: React.ComponentType<{
11
- linkType?: string;
12
- sourceUrl: string;
13
- }>;
14
- frameStyle?: FrameStyle;
15
- handleAuthorize: (() => void) | undefined;
16
- handleErrorRetry: () => void;
17
- /** Optional middle-click handler. */
18
- handleFrameAuxClick?: React.EventHandler<React.MouseEvent>;
19
- handleFrameClick: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
20
- /** Optional right-click handler. */
21
- handleFrameContextMenu?: React.EventHandler<React.MouseEvent>;
22
- handleInvoke: InvokeHandler;
23
- hideIconLoadingSkeleton?: boolean;
24
- id?: string;
25
- iframeUrlType?: EmbedIframeUrlType;
26
- inheritDimensions?: boolean;
27
- isSelected?: boolean;
28
- onError?: OnErrorCallback;
29
- onIframeDwell?: (dwellTime: number, dwellPercentVisible: number) => void;
30
- onIframeFocus?: () => void;
31
- onIframeMouseEnter?: () => void;
32
- onIframeMouseLeave?: () => void;
33
- onResolve?: OnResolveCallback;
34
- platform?: CardPlatform;
35
- renderers?: CardProviderRenderers;
36
- testId?: string;
37
- url: string;
38
- };
39
- export interface WithShowControlMethodProp {
40
- showControls?: () => void;
41
- }
42
- export interface ContextViewModel {
43
- icon?: ReactNode;
44
- iconLabel?: string;
45
- image?: string;
46
- text: string;
47
- }
48
- export type AccessTypes = 'REQUEST_ACCESS' | 'PENDING_REQUEST_EXISTS' | 'FORBIDDEN' | 'DIRECT_ACCESS' | 'DENIED_REQUEST_EXISTS' | 'APPROVED_REQUEST_EXISTS' | 'ACCESS_EXISTS';
49
- export interface AccessContext {
50
- accessType?: AccessTypes;
51
- cloudId?: string;
52
- smartLinksAccessMetadataExperimentCohort?: 'experiment' | 'control' | 'not-enrolled';
53
- url?: string;
54
- }
55
- export type InlinePreloaderStyle = 'on-left-with-skeleton' | 'on-right-without-skeleton';
56
- export type FrameStyle = 'show' | 'hide' | 'showOnHover';
@@ -1,6 +0,0 @@
1
- interface UseEmbedResolvePostMessageListenerProps {
2
- embedIframeRef: React.ForwardedRef<HTMLIFrameElement>;
3
- url: string;
4
- }
5
- export declare const useEmbedResolvePostMessageListener: ({ url, embedIframeRef, }: UseEmbedResolvePostMessageListenerProps) => void;
6
- export {};
@@ -1,11 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- export interface ErroredViewProps {
6
- inheritDimensions?: boolean;
7
- isSelected?: boolean;
8
- onRetry?: (val: any) => void;
9
- testId?: string;
10
- }
11
- export declare const EmbedCardErroredView: ({ onRetry, isSelected, testId, inheritDimensions, }: ErroredViewProps) => JSX.Element;
@@ -1,51 +0,0 @@
1
- import React from 'react';
2
- import { type ContextViewModel, type FrameStyle } from '../types';
3
- export interface EmbedCardResolvedViewProps {
4
- /** Component to prompt for competitor link */
5
- CompetitorPrompt?: React.ComponentType<{
6
- linkType?: string;
7
- sourceUrl: string;
8
- }>;
9
- /** The context view model */
10
- context?: ContextViewModel;
11
- /** The extension key */
12
- extensionKey?: string;
13
- /** A prop that determines the style of a frame: whether to show it, hide it or only show it when a user hovers over embed */
14
- frameStyle?: FrameStyle;
15
- /** For image icons in the title, whether to hide the loading skeleton while the image is loading. */
16
- hideIconLoadingSkeleton?: boolean;
17
- inheritDimensions?: boolean;
18
- /** A flag that determines whether the card is selected in edit mode. */
19
- isSelected?: boolean;
20
- isSupportTheming?: boolean;
21
- /** A flag that determines whether link source can be trusted in iframe **/
22
- isTrusted?: boolean;
23
- /** The link to display */
24
- link: string;
25
- /** Optional middle-click handler. */
26
- onAuxClick?: React.EventHandler<React.MouseEvent>;
27
- /** The optional click handler */
28
- onClick?: (evt: React.MouseEvent) => void;
29
- /** Optional right-click handler. */
30
- onContextMenu?: React.EventHandler<React.MouseEvent>;
31
- /** Optional callback for when user dwells cursor over iframe - for analytics **/
32
- onIframeDwell?: (dwellTime: number, dwellPercentVisible: number) => void;
33
- /** Optional callback for when user navigates into an iframe - for analytics **/
34
- onIframeFocus?: () => void;
35
- /** Optional callback for when user hovers over an iframe - for analytics **/
36
- onIframeMouseEnter?: () => void;
37
- /** Optional callback for when user stops hovering over an iframe - for analytics **/
38
- onIframeMouseLeave?: () => void;
39
- /** The src to be used for the `iframe` */
40
- preview?: {
41
- aspectRatio?: number;
42
- src?: string;
43
- };
44
- /** For testing purposes only. */
45
- testId?: string;
46
- /** The title of the link */
47
- title?: string;
48
- /** Type of the object */
49
- type?: string[];
50
- }
51
- export declare const EmbedCardResolvedView: React.ForwardRefExoticComponent<EmbedCardResolvedViewProps & React.RefAttributes<HTMLIFrameElement>>;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ForbiddenSVG: () => React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type ForbiddenViewProps } from './types';
3
- declare const ForbiddenView: ({ context, onAuthorize, accessContext, testId, ...unresolvedViewProps }: ForbiddenViewProps) => React.JSX.Element;
4
- export default ForbiddenView;
@@ -1,8 +0,0 @@
1
- import type { RequestAccessContextProps } from '../../../types';
2
- import type { ContextViewModel } from '../../types';
3
- import type { UnresolvedViewCardProps } from '../unresolved-view/types';
4
- export type ForbiddenViewProps = UnresolvedViewCardProps & {
5
- accessContext: RequestAccessContextProps;
6
- context?: ContextViewModel;
7
- onAuthorize?: () => void;
8
- };
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { NotFoundViewProps } from './types';
3
- declare const NotFoundView: ({ context, accessContext, testId, ...unresolvedViewProps }: NotFoundViewProps) => React.JSX.Element;
4
- export default NotFoundView;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const NotFoundSVG: () => React.JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { RequestAccessContextProps } from '../../../types';
2
- import type { ContextViewModel } from '../../types';
3
- import type { UnresolvedViewCardProps } from '../unresolved-view/types';
4
- export type NotFoundViewProps = UnresolvedViewCardProps & {
5
- accessContext?: RequestAccessContextProps;
6
- context?: ContextViewModel;
7
- };
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type UnauthorizedViewProps } from './types';
3
- declare const UnauthorizedView: ({ context, extensionKey, isProductIntegrationSupported, onAuthorize, testId, ...unresolvedViewProps }: UnauthorizedViewProps) => React.JSX.Element;
4
- export default UnauthorizedView;
@@ -1,8 +0,0 @@
1
- import type { ContextViewModel } from '../../types';
2
- import type { UnresolvedViewCardProps } from '../unresolved-view/types';
3
- export type UnauthorizedViewProps = UnresolvedViewCardProps & {
4
- context?: ContextViewModel;
5
- extensionKey?: string;
6
- isProductIntegrationSupported?: boolean;
7
- onAuthorize?: () => void;
8
- };
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const UnauthorizedSVG: () => React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import type { UnresolvedViewProps } from './types';
2
- declare const UnresolvedView: ({ button, description, frameStyle, icon: iconUrlOrElement, image: imageUrlOrElement, inheritDimensions, isSelected, onClick, testId, text, title, url, }: UnresolvedViewProps) => JSX.Element;
3
- export default UnresolvedView;
@@ -1,18 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { CardProps } from '../../../Card/types';
3
- /** Props derived from <Card /> for base embed functionalities */
4
- export type UnresolvedViewCardProps = Pick<CardProps, 'frameStyle' | 'inheritDimensions' | 'isSelected' | 'onClick' | 'testId' | 'url'>;
5
- export type UnresolvedViewProps = UnresolvedViewCardProps & {
6
- /** An action button */
7
- button?: ReactNode;
8
- /** A detail and instruction of the unresolved link */
9
- description: ReactNode;
10
- /** A link icon displayed on embed frame */
11
- icon: string | ReactNode;
12
- /** A provider or visual aids for the unresolved link */
13
- image: string | ReactNode;
14
- /** A link text displayed on embed frame */
15
- text?: string;
16
- /** A title for the unresolved link */
17
- title: ReactNode;
18
- };
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { type EmbedModalProps } from '../../types';
3
- import { type WithAnalytics } from './types';
4
- declare const withAnalytics: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps & WithAnalytics) => React.JSX.Element;
5
- export default withAnalytics;
@@ -1,6 +0,0 @@
1
- import { type AnalyticsOrigin } from '../../../../utils/types';
2
- export type WithAnalytics = {
3
- extensionKey?: string;
4
- id?: string;
5
- origin?: AnalyticsOrigin;
6
- };
@@ -1,3 +0,0 @@
1
- import { type EmbedProps } from './types';
2
- declare const EmbedContent: ({ isTrusted, name, src, testId, ariaLabel, extensionKey, }: EmbedProps) => JSX.Element;
3
- export default EmbedContent;
@@ -1,8 +0,0 @@
1
- export type EmbedProps = {
2
- ariaLabel?: string;
3
- extensionKey?: string;
4
- isTrusted: boolean;
5
- name: string;
6
- src?: string;
7
- testId?: string;
8
- };
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { type EmbedModalProps } from '../../types';
3
- declare const withErrorBoundary: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps) => React.JSX.Element;
4
- export default withErrorBoundary;
@@ -1,3 +0,0 @@
1
- import { type LinkInfoProps } from './types';
2
- declare const LinkInfo: ({ icon, providerName, onDownloadButtonClick, onResizeButtonClick, onViewButtonClick, size, testId, title, }: LinkInfoProps) => JSX.Element;
3
- export default LinkInfo;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { type IconProp } from '@atlaskit/button/new';
3
- export type LinkInfoButtonProps = {
4
- content: React.ReactNode;
5
- icon: IconProp;
6
- label: string;
7
- onClick?: () => void;
8
- role?: string;
9
- testId?: string;
10
- };
11
- declare const LinkInfoButton: ({ content, icon, label, onClick, testId, role, }: LinkInfoButtonProps) => React.JSX.Element;
12
- export default LinkInfoButton;
@@ -1,13 +0,0 @@
1
- import type { RefObject } from 'react';
2
- import { type IconProps } from '../../../common/Icon';
3
- export type LinkInfoProps = {
4
- focusRef?: RefObject<HTMLHeadingElement>;
5
- icon?: IconProps;
6
- onDownloadButtonClick?: () => void;
7
- onResizeButtonClick?: () => void;
8
- onViewButtonClick?: () => void;
9
- providerName?: string;
10
- size?: string;
11
- testId?: string;
12
- title?: string;
13
- };
@@ -1,2 +0,0 @@
1
- export declare const MAX_MODAL_SIZE = "100%";
2
- export declare const MIN_MODAL_SIZE = "large";
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import type { WithAnalytics } from './components/analytics/types';
3
- import { type EmbedModalProps } from './types';
4
- declare const _default_1: (props: EmbedModalProps & WithAnalytics) => React.JSX.Element;
5
- export default _default_1;
@@ -1,36 +0,0 @@
1
- import { type ErrorInfo } from 'react';
2
- import { type FireEventFunction } from '../../common/analytics/types';
3
- import { type Icon } from '../../state/flexible-ui-context/types';
4
- import { type InvokeClientActionProps } from '../../state/hooks/use-invoke-client-action/types';
5
- import { type WithAnalytics } from './components/analytics/types';
6
- export declare enum EmbedModalSize {
7
- Large = "large",
8
- Small = "small"
9
- }
10
- export type EmbedModalContext = {
11
- duration?: number;
12
- size: EmbedModalSize;
13
- };
14
- export type EmbedModalProps = {
15
- extensionKey?: string;
16
- fireEvent?: FireEventFunction;
17
- iframeName: string;
18
- invokeDownloadAction?: InvokeClientActionProps;
19
- invokeViewAction?: InvokeClientActionProps;
20
- isBlanketHidden?: boolean;
21
- isInPreviewPanel?: boolean;
22
- isSupportTheming?: boolean;
23
- isTrusted?: boolean;
24
- linkIcon?: Icon;
25
- onClose: (context: EmbedModalContext) => void;
26
- onOpen?: (context: EmbedModalContext) => void;
27
- onOpenFailed?: (error: Error, errorInfo: ErrorInfo) => void;
28
- onResize?: (context: EmbedModalContext) => void;
29
- providerName?: string;
30
- showModal?: boolean;
31
- size?: EmbedModalSize;
32
- src?: string;
33
- testId?: string;
34
- title?: string;
35
- url?: string;
36
- } & WithAnalytics;
@@ -1,2 +0,0 @@
1
- import { type EmbedModalProps } from './types';
2
- export declare function openEmbedModal({ onClose, ...props }?: Partial<EmbedModalProps>): Promise<void>;
@@ -1,25 +0,0 @@
1
- import { type FlagProps } from '@atlaskit/flag';
2
- /**
3
- * Show a flag notification. The FlagGroup root is created lazily on first call
4
- * and persists for the lifetime of the page — it is never torn down by card unmounts.
5
- *
6
- * If a flag with the same `id` already exists it is replaced in-place (idempotent).
7
- */
8
- type ShowFlagOptions = Omit<FlagProps, 'id'> & {
9
- id?: FlagProps['id'];
10
- };
11
- export declare const showFlag: (options: ShowFlagOptions) => void;
12
- /**
13
- * Resets all module-level singleton state and removes the DOM container.
14
- *
15
- * Only intended for use in tests — do not call in production code.
16
- * The `_` prefix signals this is a test-only utility.
17
- *
18
- * Why exported from this file rather than a separate test helper:
19
- * This module manages private `let` variables (`flagsState`, `root`, etc.) that cannot
20
- * be accessed from outside the module closure. Exporting a reset function is the only
21
- * clean way to reset them without using `jest.resetModules()` (which requires all tests
22
- * to use `require()` instead of top-level imports and is significantly slower).
23
- */
24
- export declare const _resetFlagsForTesting: () => void;
25
- export {};
@@ -1,6 +0,0 @@
1
- interface AiChapterIconFunction {
2
- (props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
3
- displayName: string;
4
- }
5
- declare const AiChapterIcon: AiChapterIconFunction;
6
- export default AiChapterIcon;
@@ -1,6 +0,0 @@
1
- interface AiEditIconFunction {
2
- (props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
3
- displayName: string;
4
- }
5
- declare const AiEditIcon: AiEditIconFunction;
6
- export default AiEditIcon;
@@ -1,6 +0,0 @@
1
- interface AiSearchIconFunction {
2
- (props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
3
- displayName: string;
4
- }
5
- declare const AiSearchIcon: AiSearchIconFunction;
6
- export default AiSearchIcon;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- interface RovoHexLogoFunction {
3
- (props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
4
- displayName: string;
5
- }
6
- declare const RovoHexLogo: RovoHexLogoFunction;
7
- export default RovoHexLogo;
@@ -1,3 +0,0 @@
1
- import { type ActionButtonProps } from './types';
2
- declare const ActionButton: (props: ActionButtonProps) => JSX.Element;
3
- export default ActionButton;