@atlaskit/smart-card 27.9.1 → 27.9.2

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 (274) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/utils/analytics/analytics.js +1 -1
  3. package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +4 -7
  4. package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +0 -1
  5. package/dist/cjs/view/FlexibleCard/components/actions/preview-action/index.js +2 -2
  6. package/dist/cjs/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
  7. package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +1 -1
  8. package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
  9. package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/index.js +2 -3
  10. package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -4
  11. package/dist/cjs/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
  12. package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +8 -9
  13. package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +4 -5
  14. package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +4 -5
  15. package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +4 -6
  16. package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +3 -6
  17. package/dist/cjs/view/FlexibleCard/components/elements/atlaskit-badge/index.js +4 -5
  18. package/dist/cjs/view/FlexibleCard/components/elements/avatar-group/index.js +1 -4
  19. package/dist/cjs/view/FlexibleCard/components/elements/date-time/index.js +4 -5
  20. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/index.js +5 -7
  21. package/dist/cjs/view/FlexibleCard/components/elements/media/index.js +4 -6
  22. package/dist/cjs/view/FlexibleCard/components/elements/preview/index.js +1 -4
  23. package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -4
  24. package/dist/cjs/view/FlexibleCard/components/elements/text/index.js +3 -6
  25. package/dist/cjs/view/HoverCard/components/views/resolving/index.js +0 -1
  26. package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +10 -11
  27. package/dist/cjs/view/LinkUrl/index.js +1 -1
  28. package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +2 -2
  29. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -4
  30. package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +0 -1
  31. package/dist/cjs/view/common/ai-summary/index.js +4 -5
  32. package/dist/es2019/utils/analytics/analytics.js +1 -1
  33. package/dist/es2019/view/BlockCard/index.js +0 -1
  34. package/dist/es2019/view/EmbedModal/components/embed-content/index.js +0 -1
  35. package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -1
  36. package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +0 -1
  37. package/dist/es2019/view/FlexibleCard/components/actions/preview-action/index.js +3 -3
  38. package/dist/es2019/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
  39. package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +2 -2
  40. package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
  41. package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/index.js +0 -1
  42. package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
  43. package/dist/es2019/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
  44. package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +0 -1
  45. package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +0 -1
  46. package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +0 -1
  47. package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +0 -1
  48. package/dist/es2019/view/FlexibleCard/components/container/layered-link/index.js +0 -1
  49. package/dist/es2019/view/FlexibleCard/components/elements/atlaskit-badge/index.js +0 -1
  50. package/dist/es2019/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
  51. package/dist/es2019/view/FlexibleCard/components/elements/date-time/index.js +0 -1
  52. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/index.js +0 -1
  53. package/dist/es2019/view/FlexibleCard/components/elements/media/index.js +0 -1
  54. package/dist/es2019/view/FlexibleCard/components/elements/preview/index.js +1 -1
  55. package/dist/es2019/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
  56. package/dist/es2019/view/FlexibleCard/components/elements/text/index.js +0 -1
  57. package/dist/es2019/view/HoverCard/components/views/resolving/index.js +0 -1
  58. package/dist/es2019/view/LinkUrl/LinkWarningModal/index.js +0 -1
  59. package/dist/es2019/view/LinkUrl/index.js +1 -1
  60. package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +2 -2
  61. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -1
  62. package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +0 -1
  63. package/dist/es2019/view/common/ai-summary/index.js +0 -1
  64. package/dist/esm/utils/analytics/analytics.js +1 -1
  65. package/dist/esm/view/BlockCard/index.js +0 -1
  66. package/dist/esm/view/EmbedModal/components/embed-content/index.js +0 -1
  67. package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -1
  68. package/dist/esm/view/FlexibleCard/components/actions/action/index.js +0 -1
  69. package/dist/esm/view/FlexibleCard/components/actions/preview-action/index.js +3 -3
  70. package/dist/esm/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -1
  71. package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.js +2 -2
  72. package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.js +0 -1
  73. package/dist/esm/view/FlexibleCard/components/blocks/preview-block/index.js +0 -1
  74. package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -1
  75. package/dist/esm/view/FlexibleCard/components/blocks/snippet-block/index.js +1 -1
  76. package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +0 -1
  77. package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +0 -1
  78. package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +0 -1
  79. package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +0 -1
  80. package/dist/esm/view/FlexibleCard/components/container/layered-link/index.js +0 -1
  81. package/dist/esm/view/FlexibleCard/components/elements/atlaskit-badge/index.js +0 -1
  82. package/dist/esm/view/FlexibleCard/components/elements/avatar-group/index.js +1 -1
  83. package/dist/esm/view/FlexibleCard/components/elements/date-time/index.js +0 -1
  84. package/dist/esm/view/FlexibleCard/components/elements/lozenge/index.js +0 -1
  85. package/dist/esm/view/FlexibleCard/components/elements/media/index.js +0 -1
  86. package/dist/esm/view/FlexibleCard/components/elements/preview/index.js +1 -1
  87. package/dist/esm/view/FlexibleCard/components/elements/snippet-element/index.js +1 -1
  88. package/dist/esm/view/FlexibleCard/components/elements/text/index.js +0 -1
  89. package/dist/esm/view/HoverCard/components/views/resolving/index.js +0 -1
  90. package/dist/esm/view/LinkUrl/LinkWarningModal/index.js +0 -1
  91. package/dist/esm/view/LinkUrl/index.js +1 -1
  92. package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +2 -2
  93. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -1
  94. package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +0 -1
  95. package/dist/esm/view/common/ai-summary/index.js +0 -1
  96. package/dist/types/ssr.d.ts +2 -2
  97. package/dist/types/view/BlockCard/index.d.ts +2 -3
  98. package/dist/types/view/BlockCard/views/flexible/utils/withFlexibleUIBlockCardStyle.d.ts +1 -1
  99. package/dist/types/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
  100. package/dist/types/view/EmbedCard/components/ExpandedFrame.d.ts +2 -2
  101. package/dist/types/view/EmbedCard/components/ImageIcon.d.ts +2 -2
  102. package/dist/types/view/EmbedCard/views/forbidden-view/index.d.ts +2 -2
  103. package/dist/types/view/EmbedCard/views/not-found-view/index.d.ts +2 -2
  104. package/dist/types/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
  105. package/dist/types/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
  106. package/dist/types/view/EmbedModal/components/analytics/index.d.ts +1 -1
  107. package/dist/types/view/EmbedModal/components/embed-content/index.d.ts +2 -3
  108. package/dist/types/view/EmbedModal/components/error-boundary/index.d.ts +1 -1
  109. package/dist/types/view/EmbedModal/components/link-info/index.d.ts +3 -2
  110. package/dist/types/view/EmbedModal/components/link-info/link-info-button/index.d.ts +2 -2
  111. package/dist/types/view/EmbedModal/index.d.ts +2 -2
  112. package/dist/types/view/FlexibleCard/components/actions/action/action-button/index.d.ts +2 -3
  113. package/dist/types/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +2 -2
  114. package/dist/types/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +2 -2
  115. package/dist/types/view/FlexibleCard/components/actions/action/index.d.ts +2 -2
  116. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +1 -1
  117. package/dist/types/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +2 -2
  118. package/dist/types/view/FlexibleCard/components/actions/delete-action/index.d.ts +2 -2
  119. package/dist/types/view/FlexibleCard/components/actions/download-action/index.d.ts +2 -2
  120. package/dist/types/view/FlexibleCard/components/actions/edit-action/index.d.ts +2 -2
  121. package/dist/types/view/FlexibleCard/components/actions/preview-action/index.d.ts +2 -2
  122. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +2 -2
  123. package/dist/types/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +7 -6
  124. package/dist/types/view/FlexibleCard/components/blocks/action-group/index.d.ts +2 -2
  125. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +1 -2
  126. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-container.d.ts +2 -2
  127. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.d.ts +2 -2
  128. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.d.ts +2 -3
  129. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-error.d.ts +2 -2
  130. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-loading.d.ts +2 -2
  131. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.d.ts +3 -2
  132. package/dist/types/view/FlexibleCard/components/blocks/footer-block/index.d.ts +2 -2
  133. package/dist/types/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +2 -2
  134. package/dist/types/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +2 -2
  135. package/dist/types/view/FlexibleCard/components/blocks/preview-block/index.d.ts +2 -2
  136. package/dist/types/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +2 -3
  137. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/errored/index.d.ts +2 -2
  138. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/index.d.ts +2 -2
  139. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/index.d.ts +2 -2
  140. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.d.ts +2 -2
  141. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/related-url-item/index.d.ts +2 -2
  142. package/dist/types/view/FlexibleCard/components/blocks/related-urls-block/resolving/index.d.ts +14 -3
  143. package/dist/types/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +3 -3
  144. package/dist/types/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +2 -3
  145. package/dist/types/view/FlexibleCard/components/blocks/title-block/index.d.ts +2 -2
  146. package/dist/types/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +2 -2
  147. package/dist/types/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +2 -2
  148. package/dist/types/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +1 -1
  149. package/dist/types/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +2 -2
  150. package/dist/types/view/FlexibleCard/components/common/image-icon/index.d.ts +2 -2
  151. package/dist/types/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +2 -2
  152. package/dist/types/view/FlexibleCard/components/container/layered-link/index.d.ts +2 -2
  153. package/dist/types/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +2 -3
  154. package/dist/types/view/FlexibleCard/components/elements/avatar-group/index.d.ts +2 -2
  155. package/dist/types/view/FlexibleCard/components/elements/date-time/index.d.ts +2 -3
  156. package/dist/types/view/FlexibleCard/components/elements/icon/index.d.ts +2 -3
  157. package/dist/types/view/FlexibleCard/components/elements/index.d.ts +32 -32
  158. package/dist/types/view/FlexibleCard/components/elements/link/index.d.ts +2 -3
  159. package/dist/types/view/FlexibleCard/components/elements/lozenge/index.d.ts +2 -2
  160. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/error-boundary/index.d.ts +2 -2
  161. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/index.d.ts +2 -2
  162. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +3 -2
  163. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-item/index.d.ts +2 -2
  164. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +3 -2
  165. package/dist/types/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +3 -2
  166. package/dist/types/view/FlexibleCard/components/elements/media/index.d.ts +2 -2
  167. package/dist/types/view/FlexibleCard/components/elements/preview/index.d.ts +2 -3
  168. package/dist/types/view/FlexibleCard/components/elements/snippet-element/index.d.ts +3 -2
  169. package/dist/types/view/FlexibleCard/components/elements/text/index.d.ts +2 -2
  170. package/dist/types/view/FlexibleCard/components/elements/utils.d.ts +1 -1
  171. package/dist/types/view/FlexibleCard/index.d.ts +2 -2
  172. package/dist/types/view/HoverCard/components/HoverCardComponent.d.ts +2 -2
  173. package/dist/types/view/HoverCard/components/ImagePreview.d.ts +2 -2
  174. package/dist/types/view/HoverCard/components/views/forbidden/index.d.ts +2 -2
  175. package/dist/types/view/HoverCard/components/views/resolved/redesign.d.ts +2 -2
  176. package/dist/types/view/HoverCard/components/views/resolving/index.d.ts +3 -2
  177. package/dist/types/view/HoverCard/components/views/unauthorised/index.d.ts +2 -2
  178. package/dist/types/view/InlineCard/index.d.ts +2 -2
  179. package/dist/types/view/LinkUrl/LinkWarningModal/index.d.ts +3 -4
  180. package/dist/types/view/common/ai-icon-loading/index.d.ts +3 -2
  181. package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +3 -2
  182. package/dist/types/view/common/ai-prism/ai-glowing-border/index.d.ts +3 -2
  183. package/dist/types/view/common/ai-summary/index.d.ts +2 -3
  184. package/dist/types/view/common/ai-summary/ulist.d.ts +2 -1
  185. package/dist/types-ts4.5/ssr.d.ts +2 -2
  186. package/dist/types-ts4.5/view/BlockCard/index.d.ts +2 -3
  187. package/dist/types-ts4.5/view/BlockCard/views/flexible/utils/withFlexibleUIBlockCardStyle.d.ts +1 -1
  188. package/dist/types-ts4.5/view/CardWithUrl/component-lazy/LoadingCardLink.d.ts +2 -2
  189. package/dist/types-ts4.5/view/EmbedCard/components/ExpandedFrame.d.ts +2 -2
  190. package/dist/types-ts4.5/view/EmbedCard/components/ImageIcon.d.ts +2 -2
  191. package/dist/types-ts4.5/view/EmbedCard/views/forbidden-view/index.d.ts +2 -2
  192. package/dist/types-ts4.5/view/EmbedCard/views/not-found-view/index.d.ts +2 -2
  193. package/dist/types-ts4.5/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
  194. package/dist/types-ts4.5/view/EmbedCard/views/unresolved-view/index.d.ts +2 -2
  195. package/dist/types-ts4.5/view/EmbedModal/components/analytics/index.d.ts +1 -1
  196. package/dist/types-ts4.5/view/EmbedModal/components/embed-content/index.d.ts +2 -3
  197. package/dist/types-ts4.5/view/EmbedModal/components/error-boundary/index.d.ts +1 -1
  198. package/dist/types-ts4.5/view/EmbedModal/components/link-info/index.d.ts +3 -2
  199. package/dist/types-ts4.5/view/EmbedModal/components/link-info/link-info-button/index.d.ts +2 -2
  200. package/dist/types-ts4.5/view/EmbedModal/index.d.ts +2 -2
  201. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-button/index.d.ts +2 -3
  202. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-dropdown-item/index.d.ts +2 -2
  203. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-icon/index.d.ts +2 -2
  204. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/index.d.ts +2 -2
  205. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.d.ts +1 -1
  206. package/dist/types-ts4.5/view/FlexibleCard/components/actions/copy-link-action/index.d.ts +2 -2
  207. package/dist/types-ts4.5/view/FlexibleCard/components/actions/delete-action/index.d.ts +2 -2
  208. package/dist/types-ts4.5/view/FlexibleCard/components/actions/download-action/index.d.ts +2 -2
  209. package/dist/types-ts4.5/view/FlexibleCard/components/actions/edit-action/index.d.ts +2 -2
  210. package/dist/types-ts4.5/view/FlexibleCard/components/actions/preview-action/index.d.ts +2 -2
  211. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +2 -2
  212. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/action-group-item/index.d.ts +7 -6
  213. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-group/index.d.ts +2 -2
  214. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-event-summary-viewed/index.d.ts +1 -2
  215. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-container.d.ts +2 -2
  216. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.d.ts +2 -2
  217. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-done.d.ts +2 -3
  218. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-error.d.ts +2 -2
  219. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-state-loading.d.ts +2 -2
  220. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/index.d.ts +3 -2
  221. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/index.d.ts +2 -2
  222. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/footer-block/resolved/index.d.ts +2 -2
  223. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/metadata-block/index.d.ts +2 -2
  224. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/index.d.ts +2 -2
  225. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/preview-block/resolved/index.d.ts +2 -3
  226. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/errored/index.d.ts +2 -2
  227. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/index.d.ts +2 -2
  228. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/index.d.ts +2 -2
  229. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.d.ts +2 -2
  230. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/related-url-item/index.d.ts +2 -2
  231. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/related-urls-block/resolving/index.d.ts +14 -3
  232. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +3 -3
  233. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/errored/index.d.ts +2 -3
  234. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/index.d.ts +2 -2
  235. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolved/index.d.ts +2 -2
  236. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/title-block/resolving/index.d.ts +2 -2
  237. package/dist/types-ts4.5/view/FlexibleCard/components/common/ai-summary/ai-learn-more-anchor.d.ts +1 -1
  238. package/dist/types-ts4.5/view/FlexibleCard/components/common/atlaskit-icon/index.d.ts +2 -2
  239. package/dist/types-ts4.5/view/FlexibleCard/components/common/image-icon/index.d.ts +2 -2
  240. package/dist/types-ts4.5/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +2 -2
  241. package/dist/types-ts4.5/view/FlexibleCard/components/container/layered-link/index.d.ts +2 -2
  242. package/dist/types-ts4.5/view/FlexibleCard/components/elements/atlaskit-badge/index.d.ts +2 -3
  243. package/dist/types-ts4.5/view/FlexibleCard/components/elements/avatar-group/index.d.ts +2 -2
  244. package/dist/types-ts4.5/view/FlexibleCard/components/elements/date-time/index.d.ts +2 -3
  245. package/dist/types-ts4.5/view/FlexibleCard/components/elements/icon/index.d.ts +2 -3
  246. package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +32 -32
  247. package/dist/types-ts4.5/view/FlexibleCard/components/elements/link/index.d.ts +2 -3
  248. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/index.d.ts +2 -2
  249. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/error-boundary/index.d.ts +2 -2
  250. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/index.d.ts +2 -2
  251. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/index.d.ts +3 -2
  252. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-item/index.d.ts +2 -2
  253. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-items-group/index.d.ts +3 -2
  254. package/dist/types-ts4.5/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.d.ts +3 -2
  255. package/dist/types-ts4.5/view/FlexibleCard/components/elements/media/index.d.ts +2 -2
  256. package/dist/types-ts4.5/view/FlexibleCard/components/elements/preview/index.d.ts +2 -3
  257. package/dist/types-ts4.5/view/FlexibleCard/components/elements/snippet-element/index.d.ts +3 -2
  258. package/dist/types-ts4.5/view/FlexibleCard/components/elements/text/index.d.ts +2 -2
  259. package/dist/types-ts4.5/view/FlexibleCard/components/elements/utils.d.ts +1 -1
  260. package/dist/types-ts4.5/view/FlexibleCard/index.d.ts +2 -2
  261. package/dist/types-ts4.5/view/HoverCard/components/HoverCardComponent.d.ts +2 -2
  262. package/dist/types-ts4.5/view/HoverCard/components/ImagePreview.d.ts +2 -2
  263. package/dist/types-ts4.5/view/HoverCard/components/views/forbidden/index.d.ts +2 -2
  264. package/dist/types-ts4.5/view/HoverCard/components/views/resolved/redesign.d.ts +2 -2
  265. package/dist/types-ts4.5/view/HoverCard/components/views/resolving/index.d.ts +3 -2
  266. package/dist/types-ts4.5/view/HoverCard/components/views/unauthorised/index.d.ts +2 -2
  267. package/dist/types-ts4.5/view/InlineCard/index.d.ts +2 -2
  268. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +3 -4
  269. package/dist/types-ts4.5/view/common/ai-icon-loading/index.d.ts +3 -2
  270. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +3 -2
  271. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +3 -2
  272. package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +2 -3
  273. package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +2 -1
  274. package/package.json +1 -1
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import React from 'react';
1
+ /// <reference types="react" />
3
2
  import { type WrappedComponentProps } from 'react-intl-next';
4
3
  interface LinkWarningModalProps {
5
4
  isOpen: boolean;
@@ -8,7 +7,7 @@ interface LinkWarningModalProps {
8
7
  unsafeLinkText: string | null;
9
8
  url: string | null;
10
9
  }
11
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<LinkWarningModalProps & WrappedComponentProps>> & {
12
- WrappedComponent: React.ComponentType<LinkWarningModalProps & WrappedComponentProps>;
10
+ declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<LinkWarningModalProps & WrappedComponentProps>> & {
11
+ WrappedComponent: import("react").ComponentType<LinkWarningModalProps & WrappedComponentProps>;
13
12
  };
14
13
  export default _default;
@@ -1,7 +1,8 @@
1
- import { type FunctionComponent } from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import { type SVGProps } from '@atlaskit/icon/types';
3
4
  /**
4
5
  * this icon is theme agnostic, no need for tokens
5
6
  */
6
- declare const AIIconLoading: FunctionComponent<SVGProps>;
7
+ declare const AIIconLoading: (props: SVGProps) => jsx.JSX.Element;
7
8
  export default AIIconLoading;
@@ -1,9 +1,10 @@
1
- import React from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import type { AnimatedSvgContainerProps } from './types';
3
4
  /**
4
5
  * The bulk of this file is originally from
5
6
  * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
6
7
  * with modifications.
7
8
  */
8
- declare const AnimatedSvgContainer: React.FC<AnimatedSvgContainerProps>;
9
+ declare const AnimatedSvgContainer: ({ palette, isMoving, isGlowing, additionalCss, }: AnimatedSvgContainerProps) => jsx.JSX.Element;
9
10
  export default AnimatedSvgContainer;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import type { AIGlowingBorderProps } from './types';
3
4
  export declare const borderContentStyles: import("@emotion/react").SerializedStyles;
4
5
  /**
@@ -6,5 +7,5 @@ export declare const borderContentStyles: import("@emotion/react").SerializedSty
6
7
  * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
7
8
  * with modifications.
8
9
  */
9
- declare const AIGlowingBorder: React.FC<AIGlowingBorderProps>;
10
+ declare const AIGlowingBorder: ({ children, palette, isMoving, isGlowing, testId, additionalCss, }: AIGlowingBorderProps) => jsx.JSX.Element;
10
11
  export default AIGlowingBorder;
@@ -1,7 +1,6 @@
1
1
  /** @jsx jsx */
2
- import React from 'react';
3
2
  import { type MarkdownToJSX } from 'markdown-to-jsx';
4
- import { type SerializedStyles } from '@emotion/react';
3
+ import { type SerializedStyles, jsx } from '@emotion/react';
5
4
  type AISummaryProps = {
6
5
  content?: string;
7
6
  showIcon?: boolean;
@@ -22,5 +21,5 @@ type AISummaryProps = {
22
21
  * @internal
23
22
  * @param {AISummaryProps} AISummaryProps
24
23
  */
25
- declare const AISummary: React.FC<AISummaryProps>;
24
+ declare const AISummary: ({ content, showIcon, iconComponent, overrideCss, testId, minHeight, }: AISummaryProps) => jsx.JSX.Element | null;
26
25
  export default AISummary;
@@ -1,4 +1,5 @@
1
1
  /** @jsx jsx */
2
2
  import React from 'react';
3
- declare const UList: React.FC<React.HTMLAttributes<HTMLUListElement>>;
3
+ import { jsx } from '@emotion/react';
4
+ declare const UList: ({ children, ...props }: React.HTMLAttributes<HTMLUListElement>) => jsx.JSX.Element;
4
5
  export default UList;
@@ -1,6 +1,6 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { CardProps } from './types';
3
3
  export type CardSSRProps = CardProps & {
4
4
  url: string;
5
5
  };
6
- export declare const CardSSR: FC<CardSSRProps>;
6
+ export declare const CardSSR: (props: CardSSRProps) => JSX.Element;
@@ -1,5 +1,3 @@
1
- /** @jsx jsx */
2
- import { type FC } from 'react';
3
1
  import { type BlockCardProps } from './types';
4
2
  import { AuthorizeAction } from './actions/AuthorizeAction';
5
3
  import { ForbiddenAction } from './actions/ForbiddenAction';
@@ -9,7 +7,8 @@ import { ResolvingView as BlockCardResolvingView } from './views/ResolvingView';
9
7
  import { UnauthorizedView as BlockCardUnauthorisedView } from './views/UnauthorizedView';
10
8
  import { ForbiddenView as BlockCardForbiddenView } from './views/ForbiddenView';
11
9
  import { ErroredView as BlockCardErroredView } from './views/ErroredView';
10
+ import { jsx } from '@emotion/react';
12
11
  export { default as PreviewAction } from './actions/PreviewAction';
13
12
  export type { ResolvedViewProps as BlockCardResolvedViewProps } from './views/ResolvedView';
14
13
  export { ForbiddenAction, AuthorizeAction, BlockCardResolvedView, BlockCardResolvingView, BlockCardUnauthorisedView, BlockCardForbiddenView, BlockCardErroredView, BlockCardNotFoundView, };
15
- export declare const BlockCard: FC<BlockCardProps>;
14
+ export declare const BlockCard: ({ id, url, cardState, authFlow, handleAuthorize, handleErrorRetry, handleFrameClick, handleInvoke, renderers, isSelected, onResolve, onError, testId, platform, analytics, enableFlexibleBlockCard, actionOptions, }: BlockCardProps) => jsx.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  /** @jsx jsx */
2
2
  import { jsx } from '@emotion/react';
3
3
  import { type FlexibleBlockCardProps } from '../types';
4
- export declare const withFlexibleUIBlockCardStyle: (FlexibleBlockCardView: React.FC<FlexibleBlockCardProps>) => (props: FlexibleBlockCardProps) => jsx.JSX.Element;
4
+ export declare const withFlexibleUIBlockCardStyle: (FlexibleBlockCardView: React.ComponentType<FlexibleBlockCardProps>) => (props: FlexibleBlockCardProps) => jsx.JSX.Element;
@@ -1,3 +1,3 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type CardWithUrlContentProps } from '../types';
3
- export declare const LoadingCardLink: FC<CardWithUrlContentProps>;
3
+ export declare const LoadingCardLink: ({ isSelected, url, placeholder }: CardWithUrlContentProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React, { type FC } from 'react';
1
+ import React from 'react';
2
2
  import { type FrameStyle } from '../types';
3
3
  export interface ExpandedFrameProps {
4
4
  isPlaceholder?: boolean;
@@ -37,4 +37,4 @@ export interface ExpandedFrameProps {
37
37
  */
38
38
  setOverflow?: boolean;
39
39
  }
40
- export declare const ExpandedFrame: FC<ExpandedFrameProps>;
40
+ export declare const ExpandedFrame: ({ isPlaceholder, children, onClick, icon, text, isSelected, frameStyle, href, minWidth, maxWidth, testId, inheritDimensions, allowScrollBar, setOverflow, }: ExpandedFrameProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React, { type FC } from 'react';
1
+ import React from 'react';
2
2
  export interface ImageIconProps {
3
3
  alt?: string;
4
4
  size?: number;
@@ -6,4 +6,4 @@ export interface ImageIconProps {
6
6
  title?: string;
7
7
  default?: React.ReactElement;
8
8
  }
9
- export declare const ImageIcon: FC<ImageIconProps>;
9
+ export declare const ImageIcon: ({ alt, src, size, title, default: defaultIcon, }: ImageIconProps) => JSX.Element | null;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type ForbiddenViewProps } from './types';
3
- declare const ForbiddenView: FC<ForbiddenViewProps>;
3
+ declare const ForbiddenView: ({ context, onAuthorize, accessContext, testId, ...unresolvedViewProps }: ForbiddenViewProps) => JSX.Element;
4
4
  export default ForbiddenView;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { NotFoundViewProps } from './types';
3
- declare const NotFoundView: FC<NotFoundViewProps>;
3
+ declare const NotFoundView: ({ context, accessContext, testId, ...unresolvedViewProps }: NotFoundViewProps) => JSX.Element;
4
4
  export default NotFoundView;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type UnauthorizedViewProps } from './types';
3
- declare const UnauthorizedView: FC<UnauthorizedViewProps>;
3
+ declare const UnauthorizedView: ({ analytics, context, extensionKey, isProductIntegrationSupported, onAuthorize, testId, ...unresolvedViewProps }: UnauthorizedViewProps) => JSX.Element;
4
4
  export default UnauthorizedView;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ import { jsx } from '@emotion/react';
2
2
  import type { UnresolvedViewProps } from './types';
3
- declare const UnresolvedView: FC<UnresolvedViewProps>;
3
+ declare const UnresolvedView: ({ button, description, frameStyle, icon: iconUrlOrElement, image: imageUrlOrElement, inheritDimensions, isSelected, onClick, testId, text, title, url, }: UnresolvedViewProps) => jsx.JSX.Element;
4
4
  export default UnresolvedView;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { type EmbedModalProps } from '../../types';
3
3
  import { type WithAnalytics } from './types';
4
- declare const withAnalytics: (Component: React.ComponentType<EmbedModalProps>) => React.FC<EmbedModalProps & WithAnalytics>;
4
+ declare const withAnalytics: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps & WithAnalytics) => JSX.Element;
5
5
  export default withAnalytics;
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import { type FC } from 'react';
1
+ import { jsx } from '@emotion/react';
3
2
  import { type EmbedProps } from './types';
4
- declare const EmbedContent: FC<EmbedProps>;
3
+ declare const EmbedContent: ({ isTrusted, name, src, testId }: EmbedProps) => jsx.JSX.Element;
5
4
  export default EmbedContent;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { type EmbedModalProps } from '../../types';
3
- declare const withErrorBoundary: (Component: React.ComponentType<EmbedModalProps>) => React.FC<EmbedModalProps>;
3
+ declare const withErrorBoundary: (Component: React.ComponentType<EmbedModalProps>) => (props: EmbedModalProps) => JSX.Element;
4
4
  export default withErrorBoundary;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import { type LinkInfoProps } from './types';
3
- declare const LinkInfo: React.FC<LinkInfoProps>;
4
+ declare const LinkInfo: ({ icon, providerName, onDownloadButtonClick, onResizeButtonClick, onViewButtonClick, size, testId, title, }: LinkInfoProps) => jsx.JSX.Element;
4
5
  export default LinkInfo;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type LinkInfoButtonProps } from './types';
3
- declare const LinkInfoButton: React.FC<LinkInfoButtonProps>;
3
+ declare const LinkInfoButton: ({ content, href, icon, onClick, target, testId }: LinkInfoButtonProps) => JSX.Element;
4
4
  export default LinkInfoButton;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { EmbedModalSize } from './types';
3
- declare const _default: React.FC<{
3
+ declare const _default: (props: {
4
4
  download?: string | undefined;
5
5
  icon?: import("../common/Icon").IconProps | undefined;
6
6
  iframeName: string;
@@ -17,5 +17,5 @@ declare const _default: React.FC<{
17
17
  testId?: string | undefined;
18
18
  title?: string | undefined;
19
19
  url?: string | undefined;
20
- } & import("./components/analytics/types").WithAnalytics>;
20
+ } & import("./components/analytics/types").WithAnalytics) => JSX.Element;
21
21
  export default _default;
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import React from 'react';
1
+ import { jsx } from '@emotion/react';
3
2
  import { type ActionButtonProps } from './types';
4
- declare const ActionButton: React.FC<ActionButtonProps>;
3
+ declare const ActionButton: ({ appearance, content, iconAfter, iconBefore, isLoading, onClick, overrideCss, size, testId, tooltipMessage, isDisabled, href, ariaLabel, }: ActionButtonProps) => jsx.JSX.Element;
5
4
  export default ActionButton;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type ActionDropdownItemProps } from './types';
3
- declare const ActionDropdownItem: React.FC<ActionDropdownItemProps>;
3
+ declare const ActionDropdownItem: ({ content, iconAfter, iconBefore, isLoading, onClick, testId, }: ActionDropdownItemProps) => JSX.Element;
4
4
  export default ActionDropdownItem;
@@ -1,5 +1,5 @@
1
1
  /** @jsx jsx */
2
- import React from 'react';
2
+ import { jsx } from '@emotion/react';
3
3
  import { type ActionIconProps } from './types';
4
- declare const ActionIcon: React.FC<ActionIconProps>;
4
+ declare const ActionIcon: ({ size, testId, icon, isDisabled, asStackItemIcon }: ActionIconProps) => jsx.JSX.Element;
5
5
  export default ActionIcon;
@@ -1,10 +1,10 @@
1
1
  /** @jsx jsx */
2
- import { type FC } from 'react';
2
+ import { jsx } from '@emotion/react';
3
3
  import { type ActionProps } from './types';
4
4
  /**
5
5
  * A base action that can be triggered with an on click.
6
6
  * @internal
7
7
  * @param {ActionProps} ActionProps - The props necessary for the Action.
8
8
  */
9
- declare const Action: FC<ActionProps>;
9
+ declare const Action: ({ as, appearance, content, isLoading, onClick, size, testId, icon, iconPosition, spaceInline, tooltipMessage, tooltipOnHide, hideTooltip, hideTooltipOnMouseDown, xcss, asDropDownItem, overrideCss, isDisabled, href, ariaLabel, wrapper: Wrapper, }: ActionProps) => jsx.JSX.Element | null;
10
10
  export default Action;
@@ -47,4 +47,4 @@ export interface ManualRulesContainerProps {
47
47
  *
48
48
  * @param props - cloudId, projectId, children
49
49
  */
50
- export declare const ManualRulesContainer: React.FC<ManualRulesContainerProps>;
50
+ export declare const ManualRulesContainer: (props: ManualRulesContainerProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type CopyLinkActionProps } from './types';
3
- declare const CopyLinkAction: React.FC<CopyLinkActionProps>;
3
+ declare const CopyLinkAction: ({ onClick: onClickCallback, ...props }: CopyLinkActionProps) => JSX.Element | null;
4
4
  export default CopyLinkAction;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type DeleteActionProps } from './types';
3
- declare const DeleteAction: FC<DeleteActionProps>;
3
+ declare const DeleteAction: (props: DeleteActionProps) => JSX.Element;
4
4
  export default DeleteAction;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { DownloadActionProps } from './types';
3
- declare const DownloadAction: FC<DownloadActionProps>;
3
+ declare const DownloadAction: ({ onClick: onClickCallback, ...props }: DownloadActionProps) => JSX.Element | null;
4
4
  export default DownloadAction;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type EditActionProps } from './types';
3
- declare const EditAction: FC<EditActionProps>;
3
+ declare const EditAction: (props: EditActionProps) => JSX.Element;
4
4
  export default EditAction;
@@ -1,4 +1,4 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { PreviewActionProps } from './types';
3
- declare const PreviewAction: FC<PreviewActionProps>;
3
+ declare const PreviewAction: ({ onClick: onClickCallback, ...props }: PreviewActionProps) => JSX.Element | null;
4
4
  export default PreviewAction;
@@ -1,3 +1,3 @@
1
- import { type FC } from 'react';
1
+ /// <reference types="react" />
2
2
  import { type ActionFooterProps } from './types';
3
- export declare const ActionFooter: FC<ActionFooterProps>;
3
+ export declare const ActionFooter: ({ message, testId }: ActionFooterProps) => JSX.Element | null;
@@ -1,12 +1,13 @@
1
- import React from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import { type Appearance } from '@atlaskit/button';
3
4
  import { type SmartLinkSize } from '../../../../../../constants';
4
5
  import { type ActionItem } from '../../types';
5
- declare const ActionGroupItem: React.FC<{
6
+ declare const ActionGroupItem: ({ item, size, appearance, asDropDownItems, onActionItemClick, }: {
6
7
  item: ActionItem;
7
8
  size: SmartLinkSize;
8
- appearance?: Appearance;
9
- asDropDownItems?: boolean;
10
- onActionItemClick?: () => void;
11
- }>;
9
+ appearance?: Appearance | undefined;
10
+ asDropDownItems?: boolean | undefined;
11
+ onActionItemClick?: (() => void) | undefined;
12
+ }) => jsx.JSX.Element | null;
12
13
  export default ActionGroupItem;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { type ActionGroupProps } from './types';
3
3
  /**
4
4
  * Creates a group of Action components. Accepts an array of Actions, in addition to some styling
@@ -7,5 +7,5 @@ import { type ActionGroupProps } from './types';
7
7
  * @param {ActionGroupProps} ActionGroupProps
8
8
  * @see Action
9
9
  */
10
- declare const ActionGroup: React.FC<ActionGroupProps>;
10
+ declare const ActionGroup: ({ items, size, appearance, visibleButtonsNum, onDropdownOpenChange, }: ActionGroupProps) => jsx.JSX.Element | null;
11
11
  export default ActionGroup;
@@ -1,4 +1,3 @@
1
- import type React from 'react';
2
1
  import type { AIEventSummaryViewedProps } from './types';
3
- declare const AIEventSummaryViewed: React.FC<AIEventSummaryViewedProps>;
2
+ declare const AIEventSummaryViewed: ({ fromCache }: AIEventSummaryViewedProps) => null;
4
3
  export default AIEventSummaryViewed;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type AIIndicatorContainerProps } from './types';
3
- declare const AIIndicatorContainer: React.FC<AIIndicatorContainerProps>;
3
+ declare const AIIndicatorContainer: ({ icon, content, testId }: AIIndicatorContainerProps) => JSX.Element;
4
4
  export default AIIndicatorContainer;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { AIIndicatorTooltipProps } from './types';
3
- declare const AIIndicatorTooltip: React.FC<AIIndicatorTooltipProps>;
3
+ declare const AIIndicatorTooltip: ({ content, trigger, xcss: overrideXcss }: AIIndicatorTooltipProps) => JSX.Element;
4
4
  export default AIIndicatorTooltip;
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import React from 'react';
1
+ import { jsx } from '@emotion/react';
3
2
  import type { AIStateIndicatorProps } from './types';
4
- declare const AIStateDone: React.FC<Partial<AIStateIndicatorProps>>;
3
+ declare const AIStateDone: ({ appearance, testId }: Partial<AIStateIndicatorProps>) => jsx.JSX.Element;
5
4
  export default AIStateDone;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type AIStateIndicatorProps } from './types';
3
- declare const AIStateError: React.FC<Partial<AIStateIndicatorProps>>;
3
+ declare const AIStateError: ({ appearance, testId, error }: Partial<AIStateIndicatorProps>) => JSX.Element | null;
4
4
  export default AIStateError;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type AIStateIndicatorProps } from './types';
3
- declare const AIStateLoading: React.FC<Partial<AIStateIndicatorProps>>;
3
+ declare const AIStateLoading: ({ appearance, testId }: Partial<AIStateIndicatorProps>) => JSX.Element | null;
4
4
  export default AIStateLoading;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
2
3
  import type { AIStateIndicatorProps } from './types';
3
- declare const AIStateIndicator: React.FC<AIStateIndicatorProps>;
4
+ declare const AIStateIndicator: ({ state, appearance, testId, error, }: AIStateIndicatorProps) => jsx.JSX.Element | null;
4
5
  export default AIStateIndicator;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type FooterBlockProps } from './types';
3
3
  /**
4
4
  * Represents a FooterBlock, designed to contain elements and actions that should appear
@@ -7,5 +7,5 @@ import { type FooterBlockProps } from './types';
7
7
  * @param {FooterBlockProps} FooterBlockProps
8
8
  * @see Block
9
9
  */
10
- declare const FooterBlock: React.FC<FooterBlockProps>;
10
+ declare const FooterBlock: ({ status, testId, alwaysShow, ...props }: FooterBlockProps) => JSX.Element | null;
11
11
  export default FooterBlock;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { FooterBlockProps } from '../types';
3
- declare const FooterBlockResolvedView: React.FC<FooterBlockProps>;
3
+ declare const FooterBlockResolvedView: (props: FooterBlockProps) => JSX.Element;
4
4
  export default FooterBlockResolvedView;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type MetadataBlockProps } from './types';
3
3
  /**
4
4
  * Represents a MetadataBlock, designed to contain groups of metadata in the form of elements.
@@ -7,5 +7,5 @@ import { type MetadataBlockProps } from './types';
7
7
  * @param {MetadataBlockProps} MetadataBlockProps
8
8
  * @see Block
9
9
  */
10
- declare const MetadataBlock: React.FC<MetadataBlockProps>;
10
+ declare const MetadataBlock: ({ maxLines, status, testId, primary, secondary, ...blockProps }: MetadataBlockProps) => JSX.Element | null;
11
11
  export default MetadataBlock;
@@ -1,5 +1,5 @@
1
1
  /** @jsx jsx */
2
- import React from 'react';
2
+ import { jsx } from '@emotion/react';
3
3
  import { type PreviewBlockProps } from './types';
4
4
  /**
5
5
  * Represents a PreviewBlock, which typically contains media or other large format content.
@@ -7,5 +7,5 @@ import { type PreviewBlockProps } from './types';
7
7
  * @param {PreviewBlockProps} PreviewBlock
8
8
  * @see Block
9
9
  */
10
- declare const PreviewBlock: React.FC<PreviewBlockProps>;
10
+ declare const PreviewBlock: ({ status, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
11
11
  export default PreviewBlock;
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import React from 'react';
1
+ import { jsx } from '@emotion/react';
3
2
  import { type PreviewBlockProps } from '../types';
4
3
  /**
5
4
  * Represents a resolved PreviewBlock, which typically contains media or other large format content.
@@ -7,5 +6,5 @@ import { type PreviewBlockProps } from '../types';
7
6
  * @param {PreviewBlock} PreviewBlock
8
7
  * @see Block
9
8
  */
10
- declare const PreviewBlockResolvedView: React.FC<PreviewBlockProps>;
9
+ declare const PreviewBlockResolvedView: ({ ignoreContainerPadding, onError, overrideCss, placement, testId, overrideUrl, ...blockProps }: PreviewBlockProps) => jsx.JSX.Element;
11
10
  export default PreviewBlockResolvedView;
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type RelatedUrlsBlockErroredViewProps } from './types';
3
- export declare const RelatedUrlsBlockErroredView: React.FC<RelatedUrlsBlockErroredViewProps>;
3
+ export declare const RelatedUrlsBlockErroredView: ({ testId, ...blockProps }: RelatedUrlsBlockErroredViewProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type CardProviderRenderers } from '@atlaskit/link-provider';
3
3
  import { type BlockProps } from '../types';
4
4
  export type RelatedUrlBlockProps = {
@@ -9,5 +9,5 @@ export type RelatedUrlBlockProps = {
9
9
  /**
10
10
  * Represents a block to display related resources of a url
11
11
  */
12
- declare const RelatedUrlsBlock: React.FC<RelatedUrlBlockProps>;
12
+ declare const RelatedUrlsBlock: ({ testId, url, renderers, ...blockProps }: RelatedUrlBlockProps) => JSX.Element;
13
13
  export default RelatedUrlsBlock;
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type RelatedUrlsProps } from './types';
3
- export declare const RelatedUrlsResolvedView: React.FC<RelatedUrlsProps>;
3
+ export declare const RelatedUrlsResolvedView: ({ relatedUrlsResponse: { resolvedResults }, renderers, testId, initializeOpened, ...blockProps }: RelatedUrlsProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type ResolvedResultProps } from './types';
3
- declare const RelatedUrlList: React.FC<ResolvedResultProps>;
3
+ declare const RelatedUrlList: ({ resolvedResults, title, renderers, testId, initializeOpened, }: ResolvedResultProps) => JSX.Element;
4
4
  export default RelatedUrlList;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type ResolvedResultItemProps } from './types';
3
- declare const RelatedUrlItem: React.FC<ResolvedResultItemProps>;
3
+ declare const RelatedUrlItem: ({ results, renderers, testId }: ResolvedResultItemProps) => JSX.Element;
4
4
  export default RelatedUrlItem;
@@ -1,5 +1,16 @@
1
1
  import React from 'react';
2
2
  import { type BlockProps } from '../../types';
3
- export declare const RelatedUrlsBlockResolvingView: React.FC<BlockProps & {
4
- testId?: string;
5
- }>;
3
+ export declare const RelatedUrlsBlockResolvingView: ({ testId, ...blockProps }: {
4
+ direction?: import("../../../../../..").SmartLinkDirection | undefined;
5
+ overrideCss?: import("@emotion/serialize").SerializedStyles | undefined;
6
+ size?: import("../../../../../..").SmartLinkSize | undefined;
7
+ status?: import("../../../../../../constants").SmartLinkStatus | undefined;
8
+ testId?: string | undefined;
9
+ blockRef?: React.Ref<HTMLDivElement> | undefined;
10
+ onRender?: (() => void) | undefined;
11
+ onTransitionEnd?: (() => void) | undefined;
12
+ } & {
13
+ children?: React.ReactNode;
14
+ } & {
15
+ testId?: string | undefined;
16
+ }) => JSX.Element;
@@ -1,10 +1,10 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { type SnippetBlockProps } from './types';
3
3
  /**
4
4
  * Represents a SnippetBlock, which is used to display longer form text content, like descriptions.
5
5
  * @public
6
- * @param {SnippetBlock} SnippetBlock
6
+ * @param {SnippetBlockProps} SnippetBlockProps
7
7
  * @see Block
8
8
  */
9
- declare const SnippetBlock: React.FC<SnippetBlockProps>;
9
+ declare const SnippetBlock: ({ maxLines, status, testId, text, ...blockProps }: SnippetBlockProps) => JSX.Element | null;
10
10
  export default SnippetBlock;
@@ -1,5 +1,4 @@
1
- /** @jsx jsx */
2
- import React from 'react';
1
+ import { jsx } from '@emotion/react';
3
2
  import { type TitleBlockViewProps } from '../types';
4
3
  /**
5
4
  * Represents an Errored TitleBlock view.
@@ -8,5 +7,5 @@ import { type TitleBlockViewProps } from '../types';
8
7
  * or the backend response was errored or malformed.
9
8
  * @see TitleBlock
10
9
  */
11
- declare const TitleBlockErroredView: React.FC<TitleBlockViewProps>;
10
+ declare const TitleBlockErroredView: ({ actionGroup, retry, position, testId, title, icon, hideIcon, ...blockProps }: TitleBlockViewProps) => jsx.JSX.Element;
12
11
  export default TitleBlockErroredView;