@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,26 +0,0 @@
1
- export interface SocialProof {
2
- connectedPct: number | undefined;
3
- isEnabled: boolean;
4
- /** True while fetching personalization (only when `isEnabled`). */
5
- isLoading: boolean;
6
- }
7
- /**
8
- * Cache-first social proof hook.
9
- *
10
- * On mount:
11
- * 1. Reads localStorage synchronously via `getProviderPctMapSync`.
12
- * - If data exists (warm cache): sets `providerPctMap` immediately, `isLoading = false`.
13
- * - If no data (cold cache): leaves `providerPctMap` undefined, `isLoading = false`.
14
- * 2. Always kicks off an async fetch (fire-and-forget) via `getProviderPctMap` to populate
15
- * localStorage for next page load. Does NOT update state with the async result.
16
- *
17
- * This means:
18
- * - First page visit (cold): no social proof rendered, no experiment exposure fired.
19
- * Background fetch populates localStorage for next time.
20
- * - Second page visit (warm): social proof renders immediately from localStorage.
21
- * Background refresh keeps localStorage fresh.
22
- *
23
- * Callers decide separately (e.g. via Statsig experiment) whether to surface the data.
24
- */
25
- declare const useSocialProof: (extensionKey?: string, isKillswitchOn?: boolean, baseUriWithNoTrailingSlash?: string) => SocialProof;
26
- export default useSocialProof;
@@ -1,61 +0,0 @@
1
- export type SocialProofTier = 'low' | 'not-low';
2
- export declare const SOCIAL_PROOF_3P_UNAUTH_BLOCK_EXPERIMENT_KEY = "social_proof_3p_unauth_block_exp";
3
- export declare const INLINE_SOCIAL_PROOF_EXPERIMENT_KEY = "platform_sl_3p_preauth_social_proof_inline_cta";
4
- type SocialProofExperimentMetadata = {
5
- isEligible: boolean;
6
- tier?: SocialProofTier;
7
- };
8
- export type BlockCardSocialProofExperimentMeta = {
9
- [SOCIAL_PROOF_3P_UNAUTH_BLOCK_EXPERIMENT_KEY]: SocialProofExperimentMetadata;
10
- };
11
- export type InlineSocialProofExperimentMeta = {
12
- [INLINE_SOCIAL_PROOF_EXPERIMENT_KEY]: SocialProofExperimentMetadata;
13
- };
14
- export interface SocialProofExperiment {
15
- /**
16
- * The raw connected users percentage for the current provider, or undefined if not loaded/available.
17
- */
18
- connectedPct: number | undefined;
19
- /**
20
- * True while the trait is being fetched.
21
- */
22
- isLoading: boolean;
23
- /**
24
- * True when the user is in the treatment cohort and should see the
25
- * social proof UI. All treatment surfaces should gate on this.
26
- */
27
- isTreatment: boolean;
28
- /**
29
- * The social proof tier based on the tenant's 3P connected users percentage.
30
- * 'low' when tenant 3P adoption is <30%, 'not-low' for >=30%.
31
- * Only meaningful when isTreatment is true.
32
- */
33
- tier: SocialProofTier;
34
- }
35
- export declare const SOCIAL_PROOF_TIER_THRESHOLD = 30;
36
- export declare const getSocialProofTier: (connectedPct?: number) => SocialProofTier | undefined;
37
- export declare const getSocialProofExperimentMeta: (params: {
38
- baseUriWithNoTrailingSlash?: string;
39
- extensionKey?: string;
40
- }) => BlockCardSocialProofExperimentMeta;
41
- export declare const getInlineSocialProofExperimentMeta: (params: {
42
- baseUriWithNoTrailingSlash?: string;
43
- extensionKey?: string;
44
- }) => InlineSocialProofExperimentMeta;
45
- /**
46
- * Returns enrollment and treatment state for the social proof unauth block card experiment.
47
- *
48
- * Delegates data-fetching to `useSocialProof` (Sasha's shared service layer),
49
- * which handles cloudId resolution, TAP trait fetch, localStorage caching,
50
- * request deduping, and sync reads.
51
- *
52
- * This hook adds the experiment/cohort layer on top:
53
- * - Only fires exposure (via editorExperiment) when data has loaded.
54
- * - Derives `tier` and `isTreatment` for rendering decisions.
55
- *
56
- * Expected to be called only inside the fg-enabled branch (via componentWithFG).
57
- *
58
- * @param extensionKey - The extensionKey of the current 3P provider (e.g. 'google-object-provider').
59
- */
60
- declare const useSocialProofExperiment: (extensionKey?: string, baseUriWithNoTrailingSlash?: string) => SocialProofExperiment;
61
- export default useSocialProofExperiment;
@@ -1,2 +0,0 @@
1
- import { type CardAppearance } from '@atlaskit/linking-common';
2
- export declare function usePrefetch(url: string, appearance?: CardAppearance): () => Promise<void>;
@@ -1,38 +0,0 @@
1
- import type { JsonLd } from '@atlaskit/json-ld-types';
2
- import { type CardAuthFlowOpts, type CardProviderRenderers } from '@atlaskit/link-provider';
3
- import type { CardAppearance, CardState } from '@atlaskit/linking-common';
4
- import type { InvokeClientOpts, InvokeServerOpts } from '../../model/invoke-opts';
5
- import type { CardInnerAppearance } from '../../view/Card/types';
6
- /**
7
- * Hook for smart link state and actions.
8
- * @param id - Unique identifier for the smart link
9
- * @param url - The URL to resolve
10
- * @param appearance - Card appearance hint for ORS to optimize response payload.
11
- * When 'inline', ORS returns minimal data (title, status).
12
- * When 'block' or 'embed', ORS returns full data including summary.
13
- */
14
- export declare function useSmartLink(id: string, url: string, appearance?: CardAppearance): {
15
- actions: {
16
- authorize: (appearance: CardInnerAppearance) => void;
17
- invoke: (opts: InvokeClientOpts | InvokeServerOpts, appearance: CardInnerAppearance) => Promise<JsonLd.Response | void>;
18
- loadMetadata: () => Promise<void> | undefined;
19
- register: () => Promise<void>;
20
- reload: (appearance?: CardAppearance) => void;
21
- };
22
- config: CardAuthFlowOpts | undefined;
23
- error: Error | null;
24
- isPreviewPanelAvailable: ((props: {
25
- ari: string;
26
- }) => boolean) | undefined;
27
- openPreviewPanel: ((props: {
28
- ari: string;
29
- iconUrl: string | undefined;
30
- name: string;
31
- panelData: {
32
- embedUrl?: string;
33
- };
34
- url: string;
35
- }) => void) | undefined;
36
- renderers: CardProviderRenderers | undefined;
37
- state: CardState;
38
- };
@@ -1,52 +0,0 @@
1
- import { type JsonLd } from '@atlaskit/json-ld-types';
2
- import type { AnalyticsOrigin } from '../../utils/types';
3
- import type { CardActionOptions, CardInnerAppearance } from '../../view/Card/types';
4
- export interface LinkAction {
5
- /**
6
- * Unique ID for the action.
7
- * @example `delete-action`
8
- */
9
- id: string;
10
- /**
11
- * Promise to invoke on triggering this action.
12
- * @example Clicking on `Delete` leading to deletion of content.
13
- */
14
- invoke: () => Promise<any>;
15
- /**
16
- * Text to render for the action.
17
- * @description Use this in tooltips and UI.
18
- * @example `Delete`.
19
- */
20
- text: React.ReactNode;
21
- }
22
- export interface UseSmartLinkActionsOpts {
23
- /**
24
- * Configure the visiblity of actions
25
- */
26
- actionOptions?: CardActionOptions;
27
- /**
28
- * Appearance under which these actions will be invoked.
29
- * @example `block` for card views.
30
- */
31
- appearance: CardInnerAppearance;
32
- /**
33
- * Smart link origin that the action being invoked from.
34
- */
35
- origin?: AnalyticsOrigin;
36
- /**
37
- * Platform on which actions are being invoked.
38
- * @default 'web'
39
- */
40
- platform?: JsonLd.Primitives.Platforms;
41
- /**
42
- * Whether to prefetch the link.
43
- * @default false
44
- */
45
- prefetch?: boolean;
46
- /**
47
- * Smart Link URL for which actions will be invoked.
48
- * @example https://start.atlassian.com
49
- */
50
- url: string;
51
- }
52
- export declare function useSmartLinkActions({ url, appearance, origin, actionOptions, prefetch, }: UseSmartLinkActionsOpts): LinkAction[];
@@ -1,13 +0,0 @@
1
- export interface UseSmartLinkReloadOpts {
2
- /**
3
- * Smart Link URL for which the reload will be invoked.
4
- * @example https://start.atlassian.com
5
- */
6
- url: string;
7
- }
8
- /**
9
- * Exposes a programmatic way to reload the data being used to render a Smart Link.
10
- * @param
11
- * @returns
12
- */
13
- export declare function useSmartLinkReload({ url }: UseSmartLinkReloadOpts): () => void;
@@ -1,4 +0,0 @@
1
- export { SmartCardContext, SmartCardProvider, useSmartLinkContext } from '@atlaskit/link-provider';
2
- export type { CardContext, ProviderProps } from '@atlaskit/link-provider';
3
- export type { CardType } from '@atlaskit/linking-common';
4
- export { useSmartLink, usePrefetch } from './hooks';
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import { type SmartLinkModalAPI, type SmartLinkModalProviderProps } from './types';
3
- export declare const SmartLinkModalContext: React.Context<SmartLinkModalAPI>;
4
- export declare const SmartLinkModalProvider: ({ children, }: SmartLinkModalProviderProps) => React.JSX.Element;
5
- /**
6
- * Open (lazy load) modal
7
- *
8
- * This hook injects the element below Card and standalone HoverCard component.
9
- * It is intended to solve the issue where modal triggered by the parent component
10
- * disappear when the parent component is unmounted.
11
- *
12
- * For example, clicking on hover card action to open a modal. Once the modal is opened,
13
- * hover card disappears.
14
- *
15
- * Usage:
16
- * const modal = useSmartLinkModal()
17
- * modal.open(<SomeLazyLoadModal isOpen={true} onClose={() => modal.close()} />);
18
- */
19
- export declare const useSmartLinkModal: () => SmartLinkModalAPI;
@@ -1,16 +0,0 @@
1
- import { type ReactNode } from 'react';
2
- export type SmartLinkModalAPI = {
3
- /**
4
- * Remove modal component.
5
- */
6
- close: () => void;
7
- /**
8
- * Insert a modal component on the root of Card or standalone HoverCard.
9
- * This is to ensure that the modal would not be unmounted
10
- * when HoverCard is unmounted.
11
- */
12
- open: (node: JSX.Element) => void;
13
- };
14
- export type SmartLinkModalProviderProps = {
15
- children?: ReactNode;
16
- };
@@ -1,2 +0,0 @@
1
- import { type CardContext } from '@atlaskit/link-provider';
2
- export declare const useSmartLinkRenderers: () => CardContext["renderers"] | undefined;
@@ -1,22 +0,0 @@
1
- export declare const CURRENT_SITE_CLOUD_ID_STORAGE_ITEM_KEY_PREFIX = "site-cloud-id:v1:";
2
- export declare const CURRENT_SITE_CLOUD_ID_TTL_MS: number;
3
- /** Keys written by this service in localStorage when using {@link smartCardStorage}. */
4
- export declare const getCurrentSiteCloudIdLocalStorageKey: (baseUriWithNoTrailingSlash?: string) => string;
5
- /** Backwards-compatible default-scope key for existing tests and external assertions. */
6
- export declare const CURRENT_SITE_CLOUD_ID_LOCAL_STORAGE_KEY: string;
7
- export declare class CurrentSiteCloudIdService {
8
- private tenantInfoInflightPromises;
9
- private readStoredCloudId;
10
- private writeStoredCloudId;
11
- private ensureTenantInfoInflightStarted;
12
- /** Pure synchronous read scoped to the given base URI. */
13
- getStoredCloudId(baseUriWithNoTrailingSlash?: string): string | undefined;
14
- /** Writes tenant cloud id for tests or callers that intentionally warm storage before edge resolves. */
15
- persistStoredCloudId(cloudId: string, baseUriWithNoTrailingSlash?: string): void;
16
- get(baseUriWithNoTrailingSlash?: string): Promise<string | undefined>;
17
- /** Clears session pin and persisted storage so the next {@link get} is a fresh tenant_info fetch. */
18
- clearCache(): void;
19
- }
20
- export declare const currentSiteCloudIdService: CurrentSiteCloudIdService;
21
- export declare function getCurrentSiteCloudIdSync(baseUriWithNoTrailingSlash?: string): string | undefined;
22
- export declare const getCurrentSiteCloudId: (baseUriWithNoTrailingSlash?: string) => Promise<string | undefined>;
@@ -1,31 +0,0 @@
1
- import type { ProviderPctMap } from './types';
2
- export declare const PERSONALIZATION_STORAGE_SCOPE = "smart-card-social-proof";
3
- export declare const PERSONALIZATION_STORAGE_ITEM_KEY_PREFIX = "pct-map:v1:";
4
- export declare const PERSONALIZATION_PROVIDER_PCT_TTL_MS: number;
5
- export declare const SOCIAL_PROOF_TRAIT_NAME = "sl_3p_connected_providers_site_pct";
6
- /**
7
- * Service for fetching site-level traits from the TAP Delivery personalization API.
8
- */
9
- export declare class PersonalizationService {
10
- private cache;
11
- /** Pure synchronous read for an explicit cloud id / trait pair. */
12
- getProviderPctMapSync(cloudId: string | undefined, traitName: string): ProviderPctMap | null;
13
- getProviderPctMap(cloudId: string | undefined, traitName: string): Promise<ProviderPctMap | undefined>;
14
- private readStoredProviderPctMap;
15
- private writeStoredProviderPctMap;
16
- private normalizeProviderPctMap;
17
- private parseTraitValue;
18
- clearCache(): void;
19
- private clearStoredProviderPctMaps;
20
- }
21
- export declare const personalizationService: PersonalizationService;
22
- export declare const getProviderPctMap: (cloudId: string | undefined, traitName: string) => Promise<ProviderPctMap | undefined>;
23
- export declare function getProviderPctMapSync(cloudId: string | undefined, traitName: string): ProviderPctMap | null;
24
- /**
25
- * Backwards-compatible cache-first helper for inline-card social proof callers.
26
- *
27
- * Reads the persisted provider percentage map synchronously using the current site cloud id, then
28
- * starts a background refresh for subsequent mounts. The async result intentionally does not affect
29
- * the current call site, matching the warm-cache-only rendering contract.
30
- */
31
- export declare function getCachedProviderPctMapAndRefresh(traitName: string): ProviderPctMap | null;
@@ -1,10 +0,0 @@
1
- export type PersonalizationTrait = {
2
- name: string;
3
- value: string | boolean | number;
4
- };
5
- /**
6
- * Map of extensionKey to connected users percentage.
7
- * Keys are extensionKeys directly (e.g. 'google-object-provider').
8
- * Values are integers 0-100.
9
- */
10
- export type ProviderPctMap = Record<string, number>;
@@ -1,3 +0,0 @@
1
- import { type CardState } from '@atlaskit/linking-common';
2
- export type { CardType } from '@atlaskit/linking-common';
3
- export declare function useSmartCardState(url: string): CardState;
@@ -1 +0,0 @@
1
- export type { CardStore, CardState } from '@atlaskit/linking-common';
@@ -1,26 +0,0 @@
1
- import { type JsonLd } from '@atlaskit/json-ld-types';
2
- /** @deprecated Use @atlaskit/link-provider */
3
- export { type CardContext } from '@atlaskit/link-provider';
4
- import { type LozengeProps as AtlaskitLozengeProps } from '@atlaskit/lozenge';
5
- /** @deprecated Use @atlaskit/json-ld-types */
6
- export type ResolveResponse = JsonLd.Response;
7
- export {
8
- /** @deprecated Use @atlaskit/link-provider */
9
- type ProviderProps,
10
- /** @deprecated Use @atlaskit/linking-common */
11
- type CardType, } from './state';
12
- /** @deprecated Use @atlaskit/smart-card/card/types */
13
- export { type CardProps, type CardAppearance, type CardPlatform } from './view/Card/types';
14
- /** @deprecated Use @atlaskit/smart-card/card/types CardProps['inlinePreloaderStyle'] */
15
- export type InlinePreloaderStyle = 'on-left-with-skeleton' | 'on-right-without-skeleton';
16
- /** @deprecated Use internally, no external support */
17
- export type LozengeColor = 'default' | 'success' | 'removed' | 'inprogress' | 'new' | 'moved';
18
- /** @deprecated Use internally, no external support */
19
- export interface LozengeProps {
20
- appearance?: LozengeColor;
21
- isBold?: boolean;
22
- style?: AtlaskitLozengeProps['style'];
23
- text: string;
24
- }
25
- /** @deprecated Use @atlaskit/smart-card/flexible/title-block React.ComponentProps<typeof TitleBlock> */
26
- export type { TitleBlockProps } from './view/FlexibleCard/components/blocks/title-block/types';
@@ -1 +0,0 @@
1
- export declare const shouldSample: jest.Mock<any, any, any>;
@@ -1,3 +0,0 @@
1
- import type { CardAction } from '../../constants';
2
- import type { CardActionOptions } from '../../view/Card/types';
3
- export declare const canShowAction: (action: CardAction, actionOptions?: CardActionOptions) => boolean;
@@ -1,7 +0,0 @@
1
- import { type InternalCardActionOptions as CardActionOptions, type CardPlatform } from '../../view/Card/types';
2
- type CombineActionsOptions = {
3
- actionOptions?: CardActionOptions;
4
- platform?: CardPlatform;
5
- };
6
- export declare const combineActionOptions: ({ actionOptions, platform, }: CombineActionsOptions) => CardActionOptions;
7
- export {};
@@ -1,3 +0,0 @@
1
- import type { InvokeRequest } from '@atlaskit/linking-types/smart-link-actions';
2
- declare const createInvokeRequest: <TPayload extends object>(request: InvokeRequest, payload?: TPayload) => InvokeRequest<TPayload>;
3
- export default createInvokeRequest;
@@ -1,3 +0,0 @@
1
- import { type InvokeRequest, type StatusUpdateActionPayload } from '@atlaskit/linking-types/smart-link-actions';
2
- declare const createStatusUpdateRequest: (request: InvokeRequest, id: string) => InvokeRequest<StatusUpdateActionPayload>;
3
- export default createStatusUpdateRequest;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { type MessageDescriptor } from 'react-intl';
3
- import { type InvokeClientActionHandler, type InvokeClientActionProps } from '../../state/hooks/use-invoke-client-action/types';
4
- export declare const toAction: (action: InvokeClientActionProps, invokeClientAction: InvokeClientActionHandler, message: MessageDescriptor, id: string) => {
5
- id: string;
6
- text: React.JSX.Element;
7
- invoke: () => Promise<void>;
8
- };
@@ -1,7 +0,0 @@
1
- import type { MessageDescriptor } from 'react-intl';
2
- import type { JsonLd } from '@atlaskit/json-ld-types';
3
- export declare const getIsAISummaryEnabled: (isAdminHubAIEnabled?: boolean, response?: JsonLd.Response) => boolean;
4
- export declare const getAISummaryErrorMessage: (error?: string) => {
5
- message: MessageDescriptor;
6
- url?: string;
7
- };
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- type LinkAnalyticsContextProps = {
3
- children?: React.ReactNode;
4
- /**
5
- * The display mode of the link
6
- * @example 'url'
7
- */
8
- display?: string | undefined;
9
- id?: string | undefined;
10
- source?: string;
11
- url?: string;
12
- };
13
- /**
14
- * Provides an analytics context to supply attributes to events based on a URL
15
- */
16
- export declare const LinkAnalyticsContext: ({ display, id, children, source, }: LinkAnalyticsContextProps) => React.JSX.Element;
17
- export {};
@@ -1,38 +0,0 @@
1
- import React from 'react';
2
- import { getResolvedAttributes } from '@atlaskit/link-analytics/resolved-attributes';
3
- import { context } from './analytics';
4
- type SmartLinkAnalyticsContextProps = {
5
- children?: React.ReactNode;
6
- display?: string;
7
- id?: string | undefined;
8
- source?: string;
9
- url: string;
10
- };
11
- type SmartLinkAnalyticsContextType = {
12
- attributes?: typeof context & ReturnType<typeof getResolvedAttributes> & {
13
- display?: string;
14
- id?: string;
15
- };
16
- source?: string;
17
- };
18
- type GetByUrlFn = (url: string, props: Omit<SmartLinkAnalyticsContextProps, 'children' | 'url'>) => SmartLinkAnalyticsContextType;
19
- type UseSmartLinkAnalyticsUtilsReturn = {
20
- getByUrl: GetByUrlFn;
21
- };
22
- /**
23
- * Provides an analytics context data to supply attributes to events based on a URL
24
- * and the link state in the store
25
- */
26
- export declare const useSmartLinkAnalyticsUtils: () => UseSmartLinkAnalyticsUtilsReturn;
27
- /**
28
- * Provides an analytics context data to supply attributes to events based on a URL
29
- * and the link state in the store
30
- * @deprecated Use useSmartLinkAnalyticsUtils instead
31
- */
32
- export declare const useSmartLinkAnalyticsContext: ({ display, id, source, url, }: Exclude<SmartLinkAnalyticsContextProps, "children">) => SmartLinkAnalyticsContextType | undefined;
33
- /**
34
- * Provides an analytics context to supply attributes to events based on a URL
35
- * and the link state in the store
36
- */
37
- export declare const SmartLinkAnalyticsContext: ({ children, display, id, source, url, }: SmartLinkAnalyticsContextProps) => React.JSX.Element;
38
- export {};
@@ -1,21 +0,0 @@
1
- import { type CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
2
- import { type CardInnerAppearance } from '../../view/Card/types';
3
- import { type AnalyticsPayload } from '../types';
4
- export declare const ANALYTICS_CHANNEL = "media";
5
- export declare const context: {
6
- componentName: string;
7
- packageName: string;
8
- packageVersion: string;
9
- };
10
- export declare enum TrackQuickActionType {
11
- StatusUpdate = "StatusUpdate"
12
- }
13
- export declare enum TrackQuickActionFailureReason {
14
- PermissionError = "PermissionError",
15
- ValidationError = "ValidationError",
16
- UnknownError = "UnknownError"
17
- }
18
- export declare class SmartLinkEvents {
19
- insertSmartLink(url: string, type: CardInnerAppearance, createAnalyticsEvent?: CreateUIAnalyticsEvent): void;
20
- }
21
- export declare const fireSmartLinkEvent: (payload: AnalyticsPayload, createAnalyticsEvent?: CreateUIAnalyticsEvent) => void;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { type GasPayload } from '@atlaskit/analytics-gas-types';
3
- import { type AnalyticsEventPayload, type UIAnalyticsEvent } from '@atlaskit/analytics-next';
4
- import { type LinkProps } from '@atlaskit/link';
5
- import { type AnalyticsPayload } from '../types';
6
- import { type ClickOutcome, type ClickType, type UiLinkClickedEventProps } from './types';
7
- export declare const buttonMap: Map<number | undefined, 'middle' | 'none' | 'left' | 'right'>;
8
- export declare const getKeys: (e: React.MouseEvent) => ("meta" | "alt" | "shift" | "ctrl")[];
9
- export declare function getLinkClickOutcome(e: React.MouseEvent, clickType: ClickType): ClickOutcome;
10
- export declare const createLinkClickedPayloadOld: (event: React.MouseEvent) => AnalyticsPayload | undefined;
11
- export declare const createLinkClickedPayloadNew: (event: React.MouseEvent) => AnalyticsPayload | undefined;
12
- export declare const createLinkClickedPayload: (event: React.MouseEvent) => AnalyticsPayload | undefined;
13
- type DeepPartial<T> = T extends object ? {
14
- [P in keyof T]?: DeepPartial<T[P]>;
15
- } : T;
16
- export declare const fireLinkClickedEvent: (createAnalyticsEvent: (payload: AnalyticsEventPayload) => UIAnalyticsEvent) => ((event: React.MouseEvent, overrides?: DeepPartial<Omit<GasPayload, "attributes"> & {
17
- attributes: UiLinkClickedEventProps;
18
- }>) => void);
19
- export declare function withLinkClickedEvent<Component extends Extract<React.ElementType, 'a'> | React.ComponentType<LinkProps>>(WrappedComponent: Component): {
20
- (props: LinkProps): React.ReactElement<LinkProps, string | React.JSXElementConstructor<any>>;
21
- displayName: string;
22
- };
23
- export {};
@@ -1 +0,0 @@
1
- export { ANALYTICS_CHANNEL, context, fireSmartLinkEvent } from './analytics';
@@ -1,29 +0,0 @@
1
- export type DestinationProduct = 'jira' | 'confluence' | 'bitbucket' | 'trello';
2
- export type DestinationSubproduct = 'core' | 'software' | 'servicedesk';
3
- export type ClickType = 'left' | 'middle' | 'right' | 'keyboard' | 'none';
4
- export type ClickOutcome = 'prevented' | 'clickThrough' | 'clickThroughNewTabOrWindow' | 'contextMenu' | 'alt' | 'contentEditable' | 'previewPanel' | 'unknown';
5
- export type UiLinkClickedEventProps = {
6
- /**
7
- * The user outcome for clicking the link as far as can be reasonably be determined
8
- * This ignores any programmatic cancellation of the outcome (ie e.preventDefault()) and
9
- * thus this represents the user intent, not necessarily the actual outcome
10
- */
11
- clickOutcome: ClickOutcome;
12
- /**
13
- * Whether the click occurred with the left, middle or right mouse button
14
- */
15
- clickType: ClickType;
16
- /**
17
- * Whether the browser's default behaviour was prevented programmatically
18
- */
19
- defaultPrevented: boolean;
20
- /**
21
- * The keys held by the user at the time of clicking the link (which influence `clickOutcome`)
22
- */
23
- keysHeld: ('alt' | 'ctrl' | 'meta' | 'shift')[];
24
- /**
25
- * Whether the clicked URL is a Confluence shortLink (contains "/l/cp")
26
- * Only included when the experiment is enabled
27
- */
28
- isConfluenceShortLink?: boolean;
29
- };
@@ -1,29 +0,0 @@
1
- import { type KeyboardEvent, type MouseEvent } from 'react';
2
- /**
3
- * Returns true for genuine middle-clicks (button === 1).
4
- * Filters out Windows right-clicks, which fire onAuxClick with button === 2
5
- * in addition to onContextMenu, to prevent double-counting.
6
- */
7
- export declare const isAuxClick: (e: {
8
- button: number;
9
- }) => boolean;
10
- /**
11
- * Extracts `href` and `target` from the anchor element that is the event's `currentTarget`.
12
- *
13
- * Smart Link click handlers are attached to multiple card renderers (InlineCard, BlockCard,
14
- * EmbedCard, FlexibleCard). When the handler needs to manually open a link — for example,
15
- * when native anchor navigation has been prevented — it uses this helper to read the
16
- * anchor's resolved URL and intended target from the event rather than re-deriving them.
17
- *
18
- * Returns `{ href: undefined, target: '_self' }` when `currentTarget` is not an anchor
19
- * element (e.g. a button or wrapper div), so callers can safely fall back to a default target.
20
- *
21
- * @param event - A React mouse or keyboard event whose `currentTarget` may be an anchor.
22
- * @returns The resolved absolute `href` and `target` attribute of the anchor, or safe
23
- * defaults if `currentTarget` is not an anchor.
24
- */
25
- export declare const getAnchorAttributesFromEvent: (event: MouseEvent | KeyboardEvent) => {
26
- href?: string;
27
- target: string;
28
- };
29
- export declare const updateAnchorHref: (event: MouseEvent | KeyboardEvent, href: string) => void;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { type FlexibleUiOptions } from '../view/FlexibleCard/types';
3
- export declare const isFlexibleUiCard: (children?: React.ReactNode, ui?: FlexibleUiOptions) => boolean;
4
- export declare const isStyleCacheProvider: (node: React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>>) => boolean;
5
- export declare const isFlexibleUiBlock: (node: React.ReactNode) => boolean;
6
- export declare const isFlexibleUiElement: (node: React.ReactNode) => boolean;
7
- export declare const isFlexibleUiTitleBlock: (node: React.ReactNode) => boolean;
8
- export declare const isFlexibleUiPreviewBlock: (node: React.ReactNode) => boolean;
9
- export declare const isFlexibleUiFooterBlock: (node: React.ReactNode) => boolean;
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { type ActiveThemeState } from '@atlaskit/tokens';
3
- import { IconType, SmartLinkSize } from '../constants';
4
- export declare const isSpecialEvent: (evt: React.MouseEvent | React.KeyboardEvent) => boolean;
5
- export declare const isIframe: () => boolean;
6
- /**
7
- * Meta key = cmd on mac, windows key on windows
8
- * Ctrl key on mac by default triggers a right click instead of left click
9
- * Ctrl key on Windows has the same behaviour of cmd key of mac (open in new tab)
10
- * Shift key is also a "special" key because the default behavior of Chromium-based browsers is to open the
11
- * link in a new window; Arc browser has custom logic to show links in its "peek" window when shift is held.
12
- *
13
- * `isSpecialKey` on a mouse event on mac with default behaviour should be equivalent to opening in new tab
14
- * On Windows it will be equivalent to opening a new tab, unless its the Window key that is held
15
- * in which case typically only a standard clickthrough will occur, this is likely a small portion of events
16
- */
17
- export declare const isSpecialKey: (event: React.MouseEvent | React.KeyboardEvent) => boolean;
18
- export declare const isSpecialClick: (event: React.MouseEvent) => boolean;
19
- export declare const getIconForFileType: (fileMimeType: string, showIconLabel?: boolean) => React.ReactNode | undefined;
20
- export declare const getLazyIcons: () => Partial<Record<IconType, {
21
- default: () => Promise<unknown>;
22
- large?: () => Promise<unknown>;
23
- }>>;
24
- export declare const getIframeSandboxAttribute: (isTrusted: boolean) => "allow-downloads allow-forms allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts" | undefined;
25
- export declare const handleOnClick: (handler: Function) => (e: React.BaseSyntheticEvent) => void;
26
- export declare const isIntersectionObserverSupported: () => boolean;
27
- export declare const sleep: (ms: number) => Promise<void>;
28
- export declare const importWithRetry: <T>(importFn: () => Promise<T>, retries?: number, interval?: number) => Promise<T>;
29
- export declare const downloadUrl: (url?: string) => Promise<void>;
30
- export declare const openUrl: (url?: string) => Promise<void>;
31
- /**
32
- * Append a theme to the URL if it exists
33
- * @param previewUrl
34
- * @param themeState
35
- */
36
- export declare const getPreviewUrlWithTheme: (previewUrl: string, themeState: Partial<ActiveThemeState>) => string;
37
- export declare const isIconSizeLarge: (size?: SmartLinkSize) => boolean | undefined;
38
- export declare const isProfileType: (type?: string[]) => boolean;
39
- export declare const noop: () => undefined;
@@ -1,3 +0,0 @@
1
- import { type MessageDescriptor } from 'react-intl';
2
- import { type MessageKey } from '../../messages';
3
- export declare const toMessage: (defaultMessage: MessageDescriptor, key?: MessageKey) => MessageDescriptor;
@@ -1,4 +0,0 @@
1
- import { type JsonLd } from '@atlaskit/json-ld-types';
2
- export declare const getEmptyJsonLd: () => JsonLd.Data.BaseData;
3
- export declare const getUnauthorizedJsonLd: () => JsonLd.Response;
4
- export declare const getForbiddenJsonLd: () => JsonLd.Response;