@atlaskit/smart-card 34.7.0 → 34.9.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 (465) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/constants.js +1 -0
  3. package/dist/cjs/extractors/common/icon/extractIconFromDocument.js +26 -4
  4. package/dist/cjs/extractors/flexible/icon/extract-document-type-icon.js +28 -5
  5. package/dist/cjs/extractors/flexible/icon/extract-jsonld-data-icon.js +1 -1
  6. package/dist/cjs/utils/analytics/analytics.js +1 -1
  7. package/dist/cjs/utils/flexible.js +9 -9
  8. package/dist/cjs/utils/index.js +33 -22
  9. package/dist/cjs/view/BlockCard/views/styledOld.js +1 -0
  10. package/dist/cjs/view/EmbedCard/components/styled.compiled.css +4 -1
  11. package/dist/cjs/view/EmbedCard/components/styled.js +1 -1
  12. package/dist/cjs/view/EmbedCard/views/unresolved-view/index.compiled.css +4 -1
  13. package/dist/cjs/view/EmbedCard/views/unresolved-view/index.js +1 -1
  14. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +10 -0
  15. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +37 -37
  16. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +73 -0
  17. package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -3
  18. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +100 -0
  19. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +93 -0
  20. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  21. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +33 -29
  22. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +50 -0
  23. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  24. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +28 -23
  25. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +43 -0
  26. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.compiled.css +3 -0
  27. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +24 -13
  28. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +58 -0
  29. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  30. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +31 -20
  31. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +69 -0
  32. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  33. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +29 -26
  34. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +32 -0
  35. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +11 -3
  36. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +11 -3
  37. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +72 -0
  38. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +15 -0
  39. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +32 -36
  40. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +23 -8
  41. package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +12 -4
  42. package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +46 -0
  43. package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +2 -2
  44. package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +25 -16
  45. package/dist/cjs/view/FlexibleCard/components/common/motion-wrapper/index.js +2 -2
  46. package/dist/cjs/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  47. package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +14 -19
  48. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  49. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +6 -7
  50. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  51. package/dist/cjs/view/FlexibleCard/components/utils.js +1 -0
  52. package/dist/cjs/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +118 -0
  53. package/dist/cjs/view/InlineCard/ErroredView/index.compiled.css +1 -0
  54. package/dist/cjs/view/InlineCard/ErroredView/index.js +76 -95
  55. package/dist/cjs/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +207 -0
  56. package/dist/cjs/view/InlineCard/ForbiddenView/index.compiled.css +6 -0
  57. package/dist/cjs/view/InlineCard/ForbiddenView/index.js +126 -176
  58. package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  59. package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +226 -0
  60. package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  61. package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +231 -286
  62. package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled-emotion.js +12 -2
  63. package/dist/cjs/view/InlineCard/ResolvedView/index.js +1 -4
  64. package/dist/cjs/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +92 -0
  65. package/dist/cjs/view/InlineCard/ResolvingView/index.js +48 -78
  66. package/dist/cjs/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +142 -0
  67. package/dist/cjs/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  68. package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +42 -63
  69. package/dist/cjs/view/LinkUrl/LinkWarningModal/WarningModalOld.js +61 -0
  70. package/dist/cjs/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  71. package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +25 -20
  72. package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  73. package/dist/cjs/view/LinkUrl/index.js +1 -1
  74. package/dist/cjs/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  75. package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +27 -25
  76. package/dist/cjs/view/RelatedLinksModal/components/EmptyStateOld.js +41 -0
  77. package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  78. package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +15 -11
  79. package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  80. package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  81. package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  82. package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +23 -23
  83. package/dist/cjs/view/RelatedLinksModal/views/resolved/index.js +2 -2
  84. package/dist/cjs/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +27 -0
  85. package/dist/cjs/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  86. package/dist/cjs/view/RelatedLinksModal/views/resolving/index.js +24 -14
  87. package/dist/cjs/view/common/Icon.compiled.css +6 -0
  88. package/dist/cjs/view/common/Icon.js +22 -46
  89. package/dist/cjs/view/common/IconOld.js +85 -0
  90. package/dist/cjs/view/common/ai-prism/AIPrismOld.js +58 -0
  91. package/dist/cjs/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +61 -0
  92. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  93. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +67 -74
  94. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +253 -0
  95. package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.compiled.css +10 -0
  96. package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +32 -34
  97. package/dist/cjs/view/common/ai-prism/constants.js +6 -0
  98. package/dist/cjs/view/common/ai-prism/index.compiled.css +8 -0
  99. package/dist/cjs/view/common/ai-prism/index.js +28 -31
  100. package/dist/cjs/view/common/ai-summary/AISummaryOld.js +65 -0
  101. package/dist/cjs/view/common/ai-summary/index.compiled.css +8 -0
  102. package/dist/cjs/view/common/ai-summary/index.js +25 -20
  103. package/dist/cjs/view/common/ai-summary/ulist.compiled.css +2 -0
  104. package/dist/cjs/view/common/ai-summary/ulist.js +16 -14
  105. package/dist/cjs/view/common/ai-summary/ulistOld.js +29 -0
  106. package/dist/cjs/view/common/stop-propagation/StopPropagationOld.js +37 -0
  107. package/dist/cjs/view/common/stop-propagation/index.compiled.css +3 -0
  108. package/dist/cjs/view/common/stop-propagation/index.js +17 -21
  109. package/dist/cjs/view/common/utils.js +9 -0
  110. package/dist/es2019/constants.js +1 -0
  111. package/dist/es2019/extractors/common/icon/extractIconFromDocument.js +26 -4
  112. package/dist/es2019/extractors/flexible/icon/extract-document-type-icon.js +28 -5
  113. package/dist/es2019/extractors/flexible/icon/extract-jsonld-data-icon.js +1 -1
  114. package/dist/es2019/utils/analytics/analytics.js +1 -1
  115. package/dist/es2019/utils/index.js +8 -0
  116. package/dist/es2019/view/BlockCard/views/styledOld.js +1 -0
  117. package/dist/es2019/view/EmbedCard/components/styled.compiled.css +4 -1
  118. package/dist/es2019/view/EmbedCard/components/styled.js +1 -1
  119. package/dist/es2019/view/EmbedCard/views/unresolved-view/index.compiled.css +4 -1
  120. package/dist/es2019/view/EmbedCard/views/unresolved-view/index.js +1 -1
  121. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +10 -0
  122. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +35 -35
  123. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +64 -0
  124. package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -3
  125. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +87 -0
  126. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +89 -0
  127. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  128. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +22 -21
  129. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +44 -0
  130. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  131. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +22 -20
  132. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +37 -0
  133. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.compiled.css +3 -0
  134. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +18 -10
  135. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +55 -0
  136. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  137. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +23 -15
  138. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +65 -0
  139. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  140. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +22 -22
  141. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +25 -0
  142. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +10 -2
  143. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +10 -2
  144. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +66 -0
  145. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +15 -0
  146. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +25 -32
  147. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +21 -6
  148. package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +10 -2
  149. package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +41 -0
  150. package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -1
  151. package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +6 -0
  152. package/dist/es2019/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -1
  153. package/dist/es2019/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  154. package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +7 -12
  155. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  156. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +5 -6
  157. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  158. package/dist/es2019/view/FlexibleCard/components/utils.js +1 -0
  159. package/dist/es2019/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +98 -0
  160. package/dist/es2019/view/InlineCard/ErroredView/index.compiled.css +1 -0
  161. package/dist/es2019/view/InlineCard/ErroredView/index.js +76 -82
  162. package/dist/es2019/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +189 -0
  163. package/dist/es2019/view/InlineCard/ForbiddenView/index.compiled.css +6 -0
  164. package/dist/es2019/view/InlineCard/ForbiddenView/index.js +123 -165
  165. package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  166. package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +203 -0
  167. package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  168. package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +178 -220
  169. package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled-emotion.js +11 -1
  170. package/dist/es2019/view/InlineCard/ResolvedView/index.js +1 -4
  171. package/dist/es2019/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +70 -0
  172. package/dist/es2019/view/InlineCard/ResolvingView/index.js +47 -64
  173. package/dist/es2019/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +135 -0
  174. package/dist/es2019/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  175. package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +42 -63
  176. package/dist/es2019/view/LinkUrl/LinkWarningModal/WarningModalOld.js +50 -0
  177. package/dist/es2019/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  178. package/dist/es2019/view/LinkUrl/LinkWarningModal/index.js +25 -19
  179. package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  180. package/dist/es2019/view/LinkUrl/index.js +1 -1
  181. package/dist/es2019/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  182. package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +20 -21
  183. package/dist/es2019/view/RelatedLinksModal/components/EmptyStateOld.js +35 -0
  184. package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  185. package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +10 -6
  186. package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  187. package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  188. package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  189. package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +12 -15
  190. package/dist/es2019/view/RelatedLinksModal/views/resolved/index.js +1 -1
  191. package/dist/es2019/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +18 -0
  192. package/dist/es2019/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  193. package/dist/es2019/view/RelatedLinksModal/views/resolving/index.js +19 -12
  194. package/dist/es2019/view/common/Icon.compiled.css +6 -0
  195. package/dist/es2019/view/common/Icon.js +21 -44
  196. package/dist/es2019/view/common/IconOld.js +76 -0
  197. package/dist/es2019/view/common/ai-prism/AIPrismOld.js +49 -0
  198. package/dist/es2019/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +51 -0
  199. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  200. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +57 -71
  201. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +243 -0
  202. package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.compiled.css +10 -0
  203. package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +28 -32
  204. package/dist/es2019/view/common/ai-prism/constants.js +6 -0
  205. package/dist/es2019/view/common/ai-prism/index.compiled.css +8 -0
  206. package/dist/es2019/view/common/ai-prism/index.js +25 -30
  207. package/dist/es2019/view/common/ai-summary/AISummaryOld.js +55 -0
  208. package/dist/es2019/view/common/ai-summary/index.compiled.css +8 -0
  209. package/dist/es2019/view/common/ai-summary/index.js +24 -21
  210. package/dist/es2019/view/common/ai-summary/ulist.compiled.css +2 -0
  211. package/dist/es2019/view/common/ai-summary/ulist.js +16 -15
  212. package/dist/es2019/view/common/ai-summary/ulistOld.js +20 -0
  213. package/dist/es2019/view/common/stop-propagation/StopPropagationOld.js +28 -0
  214. package/dist/es2019/view/common/stop-propagation/index.compiled.css +3 -0
  215. package/dist/es2019/view/common/stop-propagation/index.js +17 -20
  216. package/dist/es2019/view/common/utils.js +9 -0
  217. package/dist/esm/constants.js +1 -0
  218. package/dist/esm/extractors/common/icon/extractIconFromDocument.js +26 -4
  219. package/dist/esm/extractors/flexible/icon/extract-document-type-icon.js +28 -5
  220. package/dist/esm/extractors/flexible/icon/extract-jsonld-data-icon.js +1 -1
  221. package/dist/esm/utils/analytics/analytics.js +1 -1
  222. package/dist/esm/utils/flexible.js +13 -9
  223. package/dist/esm/utils/index.js +32 -22
  224. package/dist/esm/view/BlockCard/views/styledOld.js +1 -0
  225. package/dist/esm/view/EmbedCard/components/styled.compiled.css +4 -1
  226. package/dist/esm/view/EmbedCard/components/styled.js +1 -1
  227. package/dist/esm/view/EmbedCard/views/unresolved-view/index.compiled.css +4 -1
  228. package/dist/esm/view/EmbedCard/views/unresolved-view/index.js +1 -1
  229. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +10 -0
  230. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +35 -35
  231. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +63 -0
  232. package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -3
  233. package/dist/esm/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +88 -0
  234. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +86 -0
  235. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  236. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +22 -21
  237. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +43 -0
  238. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  239. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +22 -20
  240. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +36 -0
  241. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.compiled.css +3 -0
  242. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +18 -10
  243. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +51 -0
  244. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  245. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +23 -15
  246. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +62 -0
  247. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  248. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +22 -22
  249. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +25 -0
  250. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +10 -2
  251. package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +10 -2
  252. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +65 -0
  253. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +15 -0
  254. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +25 -32
  255. package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +21 -6
  256. package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +10 -2
  257. package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +39 -0
  258. package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -1
  259. package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +23 -16
  260. package/dist/esm/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -1
  261. package/dist/esm/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  262. package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +7 -12
  263. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  264. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +5 -6
  265. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  266. package/dist/esm/view/FlexibleCard/components/utils.js +1 -0
  267. package/dist/esm/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +111 -0
  268. package/dist/esm/view/InlineCard/ErroredView/index.compiled.css +1 -0
  269. package/dist/esm/view/InlineCard/ErroredView/index.js +76 -95
  270. package/dist/esm/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +200 -0
  271. package/dist/esm/view/InlineCard/ForbiddenView/index.compiled.css +6 -0
  272. package/dist/esm/view/InlineCard/ForbiddenView/index.js +126 -176
  273. package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  274. package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +219 -0
  275. package/dist/esm/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  276. package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +231 -286
  277. package/dist/esm/view/InlineCard/IconAndTitleLayout/styled-emotion.js +11 -1
  278. package/dist/esm/view/InlineCard/ResolvedView/index.js +1 -4
  279. package/dist/esm/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +85 -0
  280. package/dist/esm/view/InlineCard/ResolvingView/index.js +49 -79
  281. package/dist/esm/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +135 -0
  282. package/dist/esm/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  283. package/dist/esm/view/InlineCard/UnauthorisedView/index.js +42 -63
  284. package/dist/esm/view/LinkUrl/LinkWarningModal/WarningModalOld.js +50 -0
  285. package/dist/esm/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  286. package/dist/esm/view/LinkUrl/LinkWarningModal/index.js +25 -19
  287. package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  288. package/dist/esm/view/LinkUrl/index.js +1 -1
  289. package/dist/esm/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  290. package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +20 -21
  291. package/dist/esm/view/RelatedLinksModal/components/EmptyStateOld.js +34 -0
  292. package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  293. package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +10 -6
  294. package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  295. package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  296. package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  297. package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +12 -15
  298. package/dist/esm/view/RelatedLinksModal/views/resolved/index.js +1 -1
  299. package/dist/esm/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +20 -0
  300. package/dist/esm/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  301. package/dist/esm/view/RelatedLinksModal/views/resolving/index.js +19 -12
  302. package/dist/esm/view/common/Icon.compiled.css +6 -0
  303. package/dist/esm/view/common/Icon.js +21 -44
  304. package/dist/esm/view/common/IconOld.js +77 -0
  305. package/dist/esm/view/common/ai-prism/AIPrismOld.js +50 -0
  306. package/dist/esm/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +53 -0
  307. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  308. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +62 -72
  309. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +246 -0
  310. package/dist/esm/view/common/ai-prism/ai-glowing-border/index.compiled.css +10 -0
  311. package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +28 -32
  312. package/dist/esm/view/common/ai-prism/constants.js +6 -0
  313. package/dist/esm/view/common/ai-prism/index.compiled.css +8 -0
  314. package/dist/esm/view/common/ai-prism/index.js +25 -30
  315. package/dist/esm/view/common/ai-summary/AISummaryOld.js +57 -0
  316. package/dist/esm/view/common/ai-summary/index.compiled.css +8 -0
  317. package/dist/esm/view/common/ai-summary/index.js +24 -21
  318. package/dist/esm/view/common/ai-summary/ulist.compiled.css +2 -0
  319. package/dist/esm/view/common/ai-summary/ulist.js +16 -15
  320. package/dist/esm/view/common/ai-summary/ulistOld.js +23 -0
  321. package/dist/esm/view/common/stop-propagation/StopPropagationOld.js +27 -0
  322. package/dist/esm/view/common/stop-propagation/index.compiled.css +3 -0
  323. package/dist/esm/view/common/stop-propagation/index.js +17 -20
  324. package/dist/esm/view/common/utils.js +9 -0
  325. package/dist/types/common/ui/icons/utils.d.ts +1 -1
  326. package/dist/types/constants.d.ts +1 -0
  327. package/dist/types/extractors/common/icon/prioritiseIcon.d.ts +5 -0
  328. package/dist/types/extractors/flexible/icon/extract-document-type-icon.d.ts +16 -1
  329. package/dist/types/state/hooks/use-resolve/index.d.ts +1 -1
  330. package/dist/types/state/hooks/use-response/index.d.ts +1 -1
  331. package/dist/types/utils/analytics/click.d.ts +1 -1
  332. package/dist/types/view/Card/index.d.ts +2 -2
  333. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +2 -7
  334. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +12 -0
  335. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
  336. package/dist/types/view/FlexibleCard/components/actions/action/types.d.ts +6 -1
  337. package/dist/types/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +4 -0
  338. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +2 -0
  339. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +2 -0
  340. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.d.ts +2 -0
  341. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.d.ts +1 -1
  342. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +7 -0
  343. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +2 -2
  344. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +9 -0
  345. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +5 -1
  346. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +8 -0
  347. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +1 -1
  348. package/dist/types/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
  349. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +3 -0
  350. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +5 -1
  351. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +1 -1
  352. package/dist/types/view/FlexibleCard/components/blocks/action-block/index.d.ts +6 -0
  353. package/dist/types/view/FlexibleCard/components/blocks/action-block/types.d.ts +1 -1
  354. package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
  355. package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +5 -0
  356. package/dist/types/view/FlexibleCard/components/utils.d.ts +2 -1
  357. package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  358. package/dist/types/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +26 -0
  359. package/dist/types/view/InlineCard/ErroredView/index.d.ts +5 -6
  360. package/dist/types/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +33 -0
  361. package/dist/types/view/InlineCard/ForbiddenView/index.d.ts +5 -10
  362. package/dist/types/view/InlineCard/Frame/styled.d.ts +2 -2
  363. package/dist/types/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +33 -0
  364. package/dist/types/view/InlineCard/IconAndTitleLayout/index.d.ts +3 -14
  365. package/dist/types/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +4 -0
  366. package/dist/types/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +21 -0
  367. package/dist/types/view/InlineCard/ResolvingView/index.d.ts +1 -3
  368. package/dist/types/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -2
  369. package/dist/types/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +26 -0
  370. package/dist/types/view/InlineCard/UnauthorisedView/index.d.ts +5 -1
  371. package/dist/types/view/InlineCard/common/action-button/index.d.ts +7 -16
  372. package/dist/types/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +15 -0
  373. package/dist/types/view/LinkUrl/LinkWarningModal/index.d.ts +2 -2
  374. package/dist/types/view/LinkUrl/LinkWarningModal/styled.d.ts +3 -0
  375. package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +3 -2
  376. package/dist/types/view/RelatedLinksModal/components/EmptyStateOld.d.ts +9 -0
  377. package/dist/types/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +3 -0
  378. package/dist/types/view/common/Icon.d.ts +2 -2
  379. package/dist/types/view/common/IconOld.d.ts +21 -0
  380. package/dist/types/view/common/ai-prism/AIPrismOld.d.ts +8 -0
  381. package/dist/types/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +14 -0
  382. package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +2 -7
  383. package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +9 -0
  384. package/dist/types/view/common/ai-prism/ai-glowing-border/index.d.ts +2 -12
  385. package/dist/types/view/common/ai-prism/ai-glowing-border/types.d.ts +16 -0
  386. package/dist/types/view/common/ai-prism/constants.d.ts +6 -0
  387. package/dist/types/view/common/ai-prism/index.d.ts +2 -6
  388. package/dist/types/view/common/ai-summary/AISummaryOld.d.ts +38 -0
  389. package/dist/types/view/common/ai-summary/index.d.ts +5 -22
  390. package/dist/types/view/common/ai-summary/ulist.d.ts +1 -2
  391. package/dist/types/view/common/ai-summary/ulistOld.d.ts +8 -0
  392. package/dist/types/view/common/stop-propagation/StopPropagationOld.d.ts +11 -0
  393. package/dist/types/view/common/stop-propagation/index.d.ts +1 -2
  394. package/dist/types/view/common/utils.d.ts +9 -0
  395. package/dist/types-ts4.5/common/ui/icons/utils.d.ts +1 -1
  396. package/dist/types-ts4.5/constants.d.ts +1 -0
  397. package/dist/types-ts4.5/extractors/common/icon/prioritiseIcon.d.ts +5 -0
  398. package/dist/types-ts4.5/extractors/flexible/icon/extract-document-type-icon.d.ts +16 -1
  399. package/dist/types-ts4.5/state/hooks/use-resolve/index.d.ts +1 -1
  400. package/dist/types-ts4.5/state/hooks/use-response/index.d.ts +1 -1
  401. package/dist/types-ts4.5/utils/analytics/click.d.ts +1 -1
  402. package/dist/types-ts4.5/view/Card/index.d.ts +2 -2
  403. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +2 -7
  404. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +12 -0
  405. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
  406. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +6 -1
  407. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +4 -0
  408. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +2 -0
  409. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +2 -0
  410. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.d.ts +2 -0
  411. 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 +1 -1
  412. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +7 -0
  413. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +2 -2
  414. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +9 -0
  415. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +5 -1
  416. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +8 -0
  417. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +1 -1
  418. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
  419. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +3 -0
  420. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +5 -1
  421. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +1 -1
  422. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/index.d.ts +6 -0
  423. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/types.d.ts +1 -1
  424. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
  425. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +5 -0
  426. package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +2 -1
  427. package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  428. package/dist/types-ts4.5/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +26 -0
  429. package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +5 -6
  430. package/dist/types-ts4.5/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +33 -0
  431. package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +5 -10
  432. package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +2 -2
  433. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +33 -0
  434. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +3 -14
  435. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +4 -0
  436. package/dist/types-ts4.5/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +21 -0
  437. package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +1 -3
  438. package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -2
  439. package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +26 -0
  440. package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +5 -1
  441. package/dist/types-ts4.5/view/InlineCard/common/action-button/index.d.ts +7 -16
  442. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +15 -0
  443. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +2 -2
  444. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/styled.d.ts +3 -0
  445. package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +3 -2
  446. package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyStateOld.d.ts +9 -0
  447. package/dist/types-ts4.5/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +3 -0
  448. package/dist/types-ts4.5/view/common/Icon.d.ts +2 -2
  449. package/dist/types-ts4.5/view/common/IconOld.d.ts +21 -0
  450. package/dist/types-ts4.5/view/common/ai-prism/AIPrismOld.d.ts +8 -0
  451. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +14 -0
  452. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +2 -7
  453. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +9 -0
  454. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +2 -12
  455. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +16 -0
  456. package/dist/types-ts4.5/view/common/ai-prism/constants.d.ts +6 -0
  457. package/dist/types-ts4.5/view/common/ai-prism/index.d.ts +2 -6
  458. package/dist/types-ts4.5/view/common/ai-summary/AISummaryOld.d.ts +38 -0
  459. package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +5 -22
  460. package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +1 -2
  461. package/dist/types-ts4.5/view/common/ai-summary/ulistOld.d.ts +8 -0
  462. package/dist/types-ts4.5/view/common/stop-propagation/StopPropagationOld.d.ts +11 -0
  463. package/dist/types-ts4.5/view/common/stop-propagation/index.d.ts +1 -2
  464. package/dist/types-ts4.5/view/common/utils.d.ts +9 -0
  465. package/package.json +48 -47
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { type LinkActionProps } from '../types';
3
- declare const AutomationAction: (props: LinkActionProps) => JSX.Element | null;
3
+ declare const AutomationAction: (props: LinkActionProps) => JSX.Element;
4
4
  export default AutomationAction;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { type ActionFooterProps } from './types';
3
+ export declare const ActionFooterOld: ({ message, testId }: ActionFooterProps) => JSX.Element | null;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
1
5
  /// <reference types="react" />
2
6
  import { type ActionFooterProps } from './types';
3
- export declare const ActionFooter: ({ message, testId }: ActionFooterProps) => JSX.Element | null;
7
+ export declare const ActionFooter: (props: ActionFooterProps) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import type { Space } from '@atlaskit/primitives';
1
+ import type { Space } from '@atlaskit/primitives/compiled';
2
2
  import type { ActionMessage } from '../../../actions/action/types';
3
3
  export type ActionFooterProps = {
4
4
  message?: ActionMessage;
@@ -1,4 +1,10 @@
1
1
  /// <reference types="react" />
2
+ import { SmartLinkSize } from '../../../../../constants';
2
3
  import type { ActionBlockProps } from './types';
4
+ /**
5
+ * Get container padding based on smart link size
6
+ * To replace container/index.tsx getPadding() with space token for primitives
7
+ */
8
+ export declare const getPrimitivesPaddingSpaceBySize: (size: SmartLinkSize) => "var(--ds-space-100)" | "var(--ds-space-200)" | "var(--ds-space-250)" | "var(--ds-space-300)";
3
9
  declare const ActionBlock: (props: ActionBlockProps) => JSX.Element;
4
10
  export default ActionBlock;
@@ -1,4 +1,4 @@
1
- import type { Space } from '@atlaskit/primitives';
1
+ import type { Space } from '@atlaskit/primitives/compiled';
2
2
  import { type FlexibleUiActionName } from '../../../../../constants';
3
3
  import type { BlockProps } from '../types';
4
4
  export type ActionBlockProps = {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import type { AISummaryActionData } from '../../../../../../state/flexible-ui-context/types';
3
- export declare const AIFooterMetadata: ({ testId, url }: AISummaryActionData & {
4
- testId?: string | undefined;
5
- }) => JSX.Element | null;
3
+ export declare const AIFooterMetadata: (props: AISummaryActionData & {
4
+ testId?: string;
5
+ }) => JSX.Element;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { AISummaryActionData } from '../../../../../../state/flexible-ui-context/types';
3
+ export declare const AIFooterMetadataOld: ({ testId, url }: AISummaryActionData & {
4
+ testId?: string | undefined;
5
+ }) => JSX.Element | null;
@@ -2,7 +2,7 @@
2
2
  import { type SerializedStyles } from '@emotion/react';
3
3
  import { type IntlShape, type MessageDescriptor } from 'react-intl-next';
4
4
  import { type Spacing } from '@atlaskit/button';
5
- import type { Space } from '@atlaskit/primitives';
5
+ import type { Space } from '@atlaskit/primitives/compiled';
6
6
  import { SmartLinkSize } from '../../../constants';
7
7
  import { type MessageProps } from './types';
8
8
  export declare const sizeToButtonSpacing: Record<SmartLinkSize, Spacing>;
@@ -34,6 +34,7 @@ export declare const getPrimitivesInlineSpaceBySize: (size: SmartLinkSize) => Sp
34
34
  /**
35
35
  * Get container padding based on smart link size
36
36
  * To replace container/index.tsx getPadding() with space token for primitives
37
+ * @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
37
38
  */
38
39
  export declare const getPrimitivesPaddingSpaceBySize: (size: SmartLinkSize) => Space;
39
40
  /**
@@ -5,5 +5,5 @@ import { type PopupComponentProps } from '@atlaskit/popup';
5
5
  * HoverCard border implementation is in ContentContainer where it can
6
6
  * change between the default border and prism border during runtime.
7
7
  */
8
- declare const CustomPopupContainer: React.ForwardRefExoticComponent<Pick<PopupComponentProps, "appearance" | "style" | "id" | "tabIndex" | "role" | "children" | "data-testid" | "shouldFitContainer" | "xcss" | "shouldRenderToParent" | "data-placement"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const CustomPopupContainer: React.ForwardRefExoticComponent<Omit<PopupComponentProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
9
  export default CustomPopupContainer;
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ export interface InlineCardErroredViewProps {
3
+ /** The url to display */
4
+ url: string;
5
+ /** The error message to display */
6
+ message: string;
7
+ /** The optional click handler */
8
+ onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
9
+ /** What to do when a user clicks "Try again" button */
10
+ onRetry?: () => void;
11
+ /** A flag that determines whether the card is selected in edit mode. */
12
+ isSelected?: boolean;
13
+ /** A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests */
14
+ testId?: string;
15
+ icon?: React.ReactNode;
16
+ /** Enables showing a custom preview on hover of link */
17
+ showHoverPreview?: boolean;
18
+ /** Truncates the card to one line */
19
+ truncateInline?: boolean;
20
+ }
21
+ export declare class InlineCardErroredViewOld extends React.Component<InlineCardErroredViewProps> {
22
+ private frameRef;
23
+ handleRetry: (event: React.MouseEvent<HTMLElement>) => void;
24
+ renderActionButton: () => JSX.Element | undefined;
25
+ render(): JSX.Element;
26
+ }
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
1
5
  import React from 'react';
2
6
  export interface InlineCardErroredViewProps {
3
7
  /** The url to display */
@@ -18,9 +22,4 @@ export interface InlineCardErroredViewProps {
18
22
  /** Truncates the card to one line */
19
23
  truncateInline?: boolean;
20
24
  }
21
- export declare class InlineCardErroredView extends React.Component<InlineCardErroredViewProps> {
22
- private frameRef;
23
- handleRetry: (event: React.MouseEvent<HTMLElement>) => void;
24
- renderActionButton: () => JSX.Element | undefined;
25
- render(): JSX.Element;
26
- }
25
+ export declare const InlineCardErroredView: (props: InlineCardErroredViewProps) => JSX.Element;
@@ -0,0 +1,33 @@
1
+ import React from 'react';
2
+ import { type RequestAccessContextProps } from '../../types';
3
+ export interface InlineCardForbiddenViewProps {
4
+ /** The url to display */
5
+ url: string;
6
+ /** The icon of the service (e.g. Dropbox/Asana/Google/etc) to display */
7
+ icon?: React.ReactNode;
8
+ /** The name of the service (e.g. Jira/Confluence/Asana/etc) to display */
9
+ context?: string;
10
+ /** The optional click handler */
11
+ onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
12
+ /** The optional handler for "Connect" button */
13
+ onAuthorise?: () => void;
14
+ /** A flag that determines whether the card is selected in edit mode. */
15
+ isSelected?: boolean;
16
+ /** A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests */
17
+ testId?: string;
18
+ requestAccessContext?: RequestAccessContextProps;
19
+ /** Enables showing a custom preview on hover of link */
20
+ showHoverPreview?: boolean;
21
+ /** Truncates the card to one line */
22
+ truncateInline?: boolean;
23
+ }
24
+ export declare class InlineCardForbiddenViewOld extends React.Component<InlineCardForbiddenViewProps> {
25
+ private frameRef;
26
+ state: {
27
+ hasRequestAccessContextMessage: boolean;
28
+ };
29
+ handleRetry: (event: React.MouseEvent<HTMLElement>) => void;
30
+ renderForbiddenAccessMessage: () => JSX.Element;
31
+ renderActionButton: () => JSX.Element | null;
32
+ render(): JSX.Element;
33
+ }
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
1
5
  import React from 'react';
2
6
  import { type RequestAccessContextProps } from '../../types';
3
7
  export interface InlineCardForbiddenViewProps {
@@ -21,13 +25,4 @@ export interface InlineCardForbiddenViewProps {
21
25
  /** Truncates the card to one line */
22
26
  truncateInline?: boolean;
23
27
  }
24
- export declare class InlineCardForbiddenView extends React.Component<InlineCardForbiddenViewProps> {
25
- private frameRef;
26
- state: {
27
- hasRequestAccessContextMessage: boolean;
28
- };
29
- handleRetry: (event: React.MouseEvent<HTMLElement>) => void;
30
- renderForbiddenAccessMessage: () => JSX.Element;
31
- renderActionButton: () => JSX.Element | null;
32
- render(): JSX.Element;
33
- }
28
+ export declare const InlineCardForbiddenView: (props: InlineCardForbiddenViewProps) => JSX.Element;
@@ -11,5 +11,5 @@ export interface WrapperProps extends React.ComponentProps<any> {
11
11
  isHovered?: boolean;
12
12
  truncateInline?: boolean;
13
13
  }
14
- export declare const WrapperSpan: React.ForwardRefExoticComponent<Pick<WrapperProps, keyof WrapperProps> & React.RefAttributes<HTMLSpanElement>>;
15
- export declare const WrapperAnchor: React.ForwardRefExoticComponent<Pick<WrapperProps, keyof WrapperProps> & React.RefAttributes<HTMLAnchorElement>>;
14
+ export declare const WrapperSpan: React.ForwardRefExoticComponent<Omit<WrapperProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
15
+ export declare const WrapperAnchor: React.ForwardRefExoticComponent<Omit<WrapperProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @jsxFrag
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
6
+ import React from 'react';
7
+ export interface IconAndTitleLayoutProps {
8
+ emoji?: React.ReactNode;
9
+ icon?: React.ReactNode;
10
+ title: React.ReactNode;
11
+ right?: React.ReactNode;
12
+ titleColor?: string;
13
+ titleTextColor?: string;
14
+ children?: React.ReactNode;
15
+ defaultIcon?: React.ReactNode;
16
+ testId?: string;
17
+ link?: string;
18
+ rightSide?: React.ReactNode;
19
+ rightSideSpacer: boolean;
20
+ onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
21
+ }
22
+ export declare class IconAndTitleLayoutOld extends React.Component<IconAndTitleLayoutProps> {
23
+ static defaultProps: {
24
+ rightSideSpacer: boolean;
25
+ };
26
+ private renderAtlaskitIcon;
27
+ private renderImageIcon;
28
+ private renderIconPlaceholder;
29
+ renderIcon(testId: string): string | number | true | React.ReactFragment | JSX.Element;
30
+ handleClick: (event: React.MouseEvent) => void;
31
+ handleKeyPress: (event: React.KeyboardEvent<HTMLAnchorElement>) => void;
32
+ render(): JSX.Element;
33
+ }
@@ -4,7 +4,7 @@
4
4
  * @jsx jsx
5
5
  */
6
6
  import React, { type ComponentPropsWithoutRef } from 'react';
7
- import { Box } from '@atlaskit/primitives';
7
+ import { Box } from '@atlaskit/primitives/compiled';
8
8
  export interface IconAndTitleLayoutProps {
9
9
  emoji?: React.ReactNode;
10
10
  icon?: React.ReactNode;
@@ -17,20 +17,9 @@ export interface IconAndTitleLayoutProps {
17
17
  testId?: string;
18
18
  link?: string;
19
19
  rightSide?: React.ReactNode;
20
- rightSideSpacer: boolean;
20
+ rightSideSpacer?: boolean;
21
21
  onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
22
22
  }
23
- export declare class IconAndTitleLayout extends React.Component<IconAndTitleLayoutProps> {
24
- static defaultProps: {
25
- rightSideSpacer: boolean;
26
- };
27
- private renderAtlaskitIcon;
28
- private renderImageIcon;
29
- private renderIconPlaceholder;
30
- renderIcon(testId: string): {};
31
- handleClick: (event: React.MouseEvent) => void;
32
- handleKeyPress: (event: React.KeyboardEvent<HTMLAnchorElement>) => void;
33
- render(): JSX.Element;
34
- }
23
+ export declare const IconAndTitleLayout: ({ rightSideSpacer, ...props }: IconAndTitleLayoutProps) => JSX.Element;
35
24
  export declare const IconTitleWrapper: (props: ComponentPropsWithoutRef<typeof Box>) => JSX.Element;
36
25
  export declare const LozengeWrapper: (props: ComponentPropsWithoutRef<typeof Box>) => JSX.Element;
@@ -34,3 +34,7 @@ export declare const TitleWrapper: import("@emotion/styled").StyledComponent<{
34
34
  theme?: import("@emotion/react").Theme | undefined;
35
35
  as?: import("react").ElementType<any> | undefined;
36
36
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
37
+ export declare const LozengeWrapperOldVisualRefreshNotCompiled: import("@emotion/styled").StyledComponent<{
38
+ theme?: import("@emotion/react").Theme | undefined;
39
+ as?: import("react").ElementType<any> | undefined;
40
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { type InlinePreloaderStyle } from '../../types';
3
+ export interface InlineCardResolvingViewProps {
4
+ /** The url to display */
5
+ url: string;
6
+ inlinePreloaderStyle?: InlinePreloaderStyle;
7
+ /** The optional click handler */
8
+ onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
9
+ /** A flag that determines whether the card is selected in edit mode. */
10
+ isSelected?: boolean;
11
+ /** A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests */
12
+ testId?: string;
13
+ titleTextColor?: string;
14
+ /** An optional placeholder displayed while the smart card is resolving. */
15
+ resolvingPlaceholder?: string;
16
+ /** Truncates the card to one line */
17
+ truncateInline?: boolean;
18
+ }
19
+ export declare class InlineCardResolvingViewOld extends React.Component<InlineCardResolvingViewProps> {
20
+ render(): JSX.Element;
21
+ }
@@ -16,6 +16,4 @@ export interface InlineCardResolvingViewProps {
16
16
  /** Truncates the card to one line */
17
17
  truncateInline?: boolean;
18
18
  }
19
- export declare class InlineCardResolvingView extends React.Component<InlineCardResolvingViewProps> {
20
- render(): JSX.Element;
21
- }
19
+ export declare const InlineCardResolvingView: (props: InlineCardResolvingViewProps) => JSX.Element;
@@ -3,7 +3,5 @@ export declare const SpinnerWrapper: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
4
  as?: import("react").ElementType<any> | undefined;
5
5
  } & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & {
6
- children?: import("react").ReactNode;
7
- } & {
8
6
  theme?: import("@emotion/react").Theme | undefined;
9
7
  }, {}, {}>;
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ export interface InlineCardUnauthorizedViewProps {
3
+ /** The url to display */
4
+ url: string;
5
+ /** The icon of the service (e.g. Dropbox/Asana/Google/etc) to display */
6
+ icon?: React.ReactNode;
7
+ /** The name of the service (e.g. Dropbox/Asana/Google/etc) to display */
8
+ context?: string;
9
+ /** The optional click handler */
10
+ onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
11
+ /** What to do when a user hit "Try another account" button */
12
+ onAuthorise?: () => void;
13
+ /** A flag that determines whether the card is selected in edit mode. */
14
+ isSelected?: boolean;
15
+ /** A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests */
16
+ testId?: string;
17
+ /** Enables showing a custom preview on hover of link */
18
+ showHoverPreview?: boolean;
19
+ /** A smart link id that may be used in analytics */
20
+ id?: string;
21
+ /** An identifier of the provider which will be executing the action. */
22
+ extensionKey?: string;
23
+ /** Truncates the card to one line */
24
+ truncateInline?: boolean;
25
+ }
26
+ export declare const InlineCardUnauthorizedViewOld: ({ url, id, icon, onAuthorise, onClick, isSelected, testId, showHoverPreview, truncateInline, context, }: InlineCardUnauthorizedViewProps) => JSX.Element;
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
1
5
  import React from 'react';
2
6
  export interface InlineCardUnauthorizedViewProps {
3
7
  /** The url to display */
@@ -23,4 +27,4 @@ export interface InlineCardUnauthorizedViewProps {
23
27
  /** Truncates the card to one line */
24
28
  truncateInline?: boolean;
25
29
  }
26
- export declare const InlineCardUnauthorizedView: ({ url, id, icon, onAuthorise, onClick, isSelected, testId, showHoverPreview, truncateInline, context, }: InlineCardUnauthorizedViewProps) => JSX.Element;
30
+ export declare const InlineCardUnauthorizedView: (props: InlineCardUnauthorizedViewProps) => JSX.Element;
@@ -1,19 +1,10 @@
1
- import React from 'react';
1
+ import React, { type ComponentPropsWithRef } from 'react';
2
+ import { Box } from '@atlaskit/primitives';
3
+ type ActionButtonProps = ComponentPropsWithRef<typeof Box> & {
4
+ disabled?: boolean;
5
+ };
2
6
  /**
3
7
  * Action button has to be a span for the overflow to work correctly
4
8
  */
5
- export declare const ActionButton: React.ForwardRefExoticComponent<Pick<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> | React.DetailedHTMLProps<React.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement> | React.DetailedHTMLProps<React.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement> | React.DetailedHTMLProps<React.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement> | React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement> | React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement> | React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement> | React.DetailedHTMLProps<React.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement> | React.DetailedHTMLProps<React.BlockquoteHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement> | React.DetailedHTMLProps<React.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement> | React.DetailedHTMLProps<React.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement> | React.DetailedHTMLProps<React.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement> | React.DetailedHTMLProps<React.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement> | React.DetailedHTMLProps<React.DelHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.DetailsHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLDListElement>, HTMLDListElement> | React.DetailedHTMLProps<React.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement> | React.DetailedHTMLProps<React.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement> | React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement> | React.DetailedHTMLProps<React.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement> | React.DetailedHTMLProps<React.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement> | React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement> | React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.DetailedHTMLProps<React.InsHTMLAttributes<HTMLModElement>, HTMLModElement> | React.DetailedHTMLProps<React.KeygenHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement> | React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement> | React.DetailedHTMLProps<React.MenuHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement> | React.DetailedHTMLProps<React.MeterHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement> | React.DetailedHTMLProps<React.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement> | React.DetailedHTMLProps<React.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement> | React.DetailedHTMLProps<React.OutputHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement> | React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLPreElement>, HTMLPreElement> | React.DetailedHTMLProps<React.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement> | React.DetailedHTMLProps<React.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement> | React.DetailedHTMLProps<React.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement> | React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement> | React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement> | React.DetailedHTMLProps<React.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement> | React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement> | React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> | React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement> | React.DetailedHTMLProps<React.TimeHTMLAttributes<HTMLElement>, HTMLElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement> | React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement> | React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> | React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, "color" | "translate" | "slot" | "style" | "title" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">, "className" | "as"> & import("packages/design-system/primitives/dist/types/components/types").BasePrimitiveProps & import("packages/design-system/primitives/dist/types/components/types").StyleProp & {
6
- as?: ("object" | "head" | "link" | "source" | "body" | "ruby" | "table" | "map" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "br" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview") | undefined;
7
- children?: React.ReactNode;
8
- backgroundColor?: "color.background.accent.lime.subtlest" | "color.background.accent.lime.subtlest.hovered" | "color.background.accent.lime.subtlest.pressed" | "color.background.accent.lime.subtler" | "color.background.accent.lime.subtler.hovered" | "color.background.accent.lime.subtler.pressed" | "color.background.accent.lime.subtle" | "color.background.accent.lime.subtle.hovered" | "color.background.accent.lime.subtle.pressed" | "color.background.accent.lime.bolder" | "color.background.accent.lime.bolder.hovered" | "color.background.accent.lime.bolder.pressed" | "color.background.accent.red.subtlest" | "color.background.accent.red.subtlest.hovered" | "color.background.accent.red.subtlest.pressed" | "color.background.accent.red.subtler" | "color.background.accent.red.subtler.hovered" | "color.background.accent.red.subtler.pressed" | "color.background.accent.red.subtle" | "color.background.accent.red.subtle.hovered" | "color.background.accent.red.subtle.pressed" | "color.background.accent.red.bolder" | "color.background.accent.red.bolder.hovered" | "color.background.accent.red.bolder.pressed" | "color.background.accent.orange.subtlest" | "color.background.accent.orange.subtlest.hovered" | "color.background.accent.orange.subtlest.pressed" | "color.background.accent.orange.subtler" | "color.background.accent.orange.subtler.hovered" | "color.background.accent.orange.subtler.pressed" | "color.background.accent.orange.subtle" | "color.background.accent.orange.subtle.hovered" | "color.background.accent.orange.subtle.pressed" | "color.background.accent.orange.bolder" | "color.background.accent.orange.bolder.hovered" | "color.background.accent.orange.bolder.pressed" | "color.background.accent.yellow.subtlest" | "color.background.accent.yellow.subtlest.hovered" | "color.background.accent.yellow.subtlest.pressed" | "color.background.accent.yellow.subtler" | "color.background.accent.yellow.subtler.hovered" | "color.background.accent.yellow.subtler.pressed" | "color.background.accent.yellow.subtle" | "color.background.accent.yellow.subtle.hovered" | "color.background.accent.yellow.subtle.pressed" | "color.background.accent.yellow.bolder" | "color.background.accent.yellow.bolder.hovered" | "color.background.accent.yellow.bolder.pressed" | "color.background.accent.green.subtlest" | "color.background.accent.green.subtlest.hovered" | "color.background.accent.green.subtlest.pressed" | "color.background.accent.green.subtler" | "color.background.accent.green.subtler.hovered" | "color.background.accent.green.subtler.pressed" | "color.background.accent.green.subtle" | "color.background.accent.green.subtle.hovered" | "color.background.accent.green.subtle.pressed" | "color.background.accent.green.bolder" | "color.background.accent.green.bolder.hovered" | "color.background.accent.green.bolder.pressed" | "color.background.accent.teal.subtlest" | "color.background.accent.teal.subtlest.hovered" | "color.background.accent.teal.subtlest.pressed" | "color.background.accent.teal.subtler" | "color.background.accent.teal.subtler.hovered" | "color.background.accent.teal.subtler.pressed" | "color.background.accent.teal.subtle" | "color.background.accent.teal.subtle.hovered" | "color.background.accent.teal.subtle.pressed" | "color.background.accent.teal.bolder" | "color.background.accent.teal.bolder.hovered" | "color.background.accent.teal.bolder.pressed" | "color.background.accent.blue.subtlest" | "color.background.accent.blue.subtlest.hovered" | "color.background.accent.blue.subtlest.pressed" | "color.background.accent.blue.subtler" | "color.background.accent.blue.subtler.hovered" | "color.background.accent.blue.subtler.pressed" | "color.background.accent.blue.subtle" | "color.background.accent.blue.subtle.hovered" | "color.background.accent.blue.subtle.pressed" | "color.background.accent.blue.bolder" | "color.background.accent.blue.bolder.hovered" | "color.background.accent.blue.bolder.pressed" | "color.background.accent.purple.subtlest" | "color.background.accent.purple.subtlest.hovered" | "color.background.accent.purple.subtlest.pressed" | "color.background.accent.purple.subtler" | "color.background.accent.purple.subtler.hovered" | "color.background.accent.purple.subtler.pressed" | "color.background.accent.purple.subtle" | "color.background.accent.purple.subtle.hovered" | "color.background.accent.purple.subtle.pressed" | "color.background.accent.purple.bolder" | "color.background.accent.purple.bolder.hovered" | "color.background.accent.purple.bolder.pressed" | "color.background.accent.magenta.subtlest" | "color.background.accent.magenta.subtlest.hovered" | "color.background.accent.magenta.subtlest.pressed" | "color.background.accent.magenta.subtler" | "color.background.accent.magenta.subtler.hovered" | "color.background.accent.magenta.subtler.pressed" | "color.background.accent.magenta.subtle" | "color.background.accent.magenta.subtle.hovered" | "color.background.accent.magenta.subtle.pressed" | "color.background.accent.magenta.bolder" | "color.background.accent.magenta.bolder.hovered" | "color.background.accent.magenta.bolder.pressed" | "color.background.accent.gray.subtlest" | "color.background.accent.gray.subtlest.hovered" | "color.background.accent.gray.subtlest.pressed" | "color.background.accent.gray.subtler" | "color.background.accent.gray.subtler.hovered" | "color.background.accent.gray.subtler.pressed" | "color.background.accent.gray.subtle" | "color.background.accent.gray.subtle.hovered" | "color.background.accent.gray.subtle.pressed" | "color.background.accent.gray.bolder" | "color.background.accent.gray.bolder.hovered" | "color.background.accent.gray.bolder.pressed" | "color.background.disabled" | "color.background.input" | "color.background.input.hovered" | "color.background.input.pressed" | "color.background.inverse.subtle" | "color.background.inverse.subtle.hovered" | "color.background.inverse.subtle.pressed" | "color.background.neutral" | "color.background.neutral.hovered" | "color.background.neutral.pressed" | "color.background.neutral.subtle" | "color.background.neutral.subtle.hovered" | "color.background.neutral.subtle.pressed" | "color.background.neutral.bold" | "color.background.neutral.bold.hovered" | "color.background.neutral.bold.pressed" | "color.background.selected" | "color.background.selected.hovered" | "color.background.selected.pressed" | "color.background.selected.bold" | "color.background.selected.bold.hovered" | "color.background.selected.bold.pressed" | "color.background.brand.subtlest" | "color.background.brand.subtlest.hovered" | "color.background.brand.subtlest.pressed" | "color.background.brand.bold" | "color.background.brand.bold.hovered" | "color.background.brand.bold.pressed" | "color.background.brand.boldest" | "color.background.brand.boldest.hovered" | "color.background.brand.boldest.pressed" | "color.background.danger" | "color.background.danger.hovered" | "color.background.danger.pressed" | "color.background.danger.bold" | "color.background.danger.bold.hovered" | "color.background.danger.bold.pressed" | "color.background.warning" | "color.background.warning.hovered" | "color.background.warning.pressed" | "color.background.warning.bold" | "color.background.warning.bold.hovered" | "color.background.warning.bold.pressed" | "color.background.success" | "color.background.success.hovered" | "color.background.success.pressed" | "color.background.success.bold" | "color.background.success.bold.hovered" | "color.background.success.bold.pressed" | "color.background.discovery" | "color.background.discovery.hovered" | "color.background.discovery.pressed" | "color.background.discovery.bold" | "color.background.discovery.bold.hovered" | "color.background.discovery.bold.pressed" | "color.background.information" | "color.background.information.hovered" | "color.background.information.pressed" | "color.background.information.bold" | "color.background.information.bold.hovered" | "color.background.information.bold.pressed" | "color.blanket" | "color.blanket.selected" | "color.blanket.danger" | "color.skeleton" | "color.skeleton.subtle" | "elevation.surface" | "elevation.surface.hovered" | "elevation.surface.pressed" | "elevation.surface.overlay" | "elevation.surface.overlay.hovered" | "elevation.surface.overlay.pressed" | "elevation.surface.raised" | "elevation.surface.raised.hovered" | "elevation.surface.raised.pressed" | "elevation.surface.sunken" | "utility.elevation.surface.current" | undefined;
9
- padding?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
10
- paddingBlock?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
11
- paddingBlockStart?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
12
- paddingBlockEnd?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
13
- paddingInline?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
14
- paddingInlineStart?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
15
- paddingInlineEnd?: "space.0" | "space.025" | "space.050" | "space.075" | "space.100" | "space.150" | "space.200" | "space.250" | "space.300" | "space.400" | "space.500" | "space.600" | "space.800" | "space.1000" | undefined;
16
- ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | ((instance: HTMLIFrameElement | null) => void) | React.RefObject<HTMLIFrameElement> | ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | ((instance: HTMLObjectElement | null) => void) | React.RefObject<HTMLObjectElement> | ((instance: HTMLHeadElement | null) => void) | React.RefObject<HTMLHeadElement> | ((instance: HTMLLinkElement | null) => void) | React.RefObject<HTMLLinkElement> | ((instance: HTMLSourceElement | null) => void) | React.RefObject<HTMLSourceElement> | ((instance: HTMLBodyElement | null) => void) | React.RefObject<HTMLBodyElement> | ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | ((instance: HTMLMapElement | null) => void) | React.RefObject<HTMLMapElement> | ((instance: HTMLAreaElement | null) => void) | React.RefObject<HTMLAreaElement> | ((instance: HTMLAudioElement | null) => void) | React.RefObject<HTMLAudioElement> | ((instance: HTMLBaseElement | null) => void) | React.RefObject<HTMLBaseElement> | ((instance: HTMLBRElement | null) => void) | React.RefObject<HTMLBRElement> | ((instance: HTMLCanvasElement | null) => void) | React.RefObject<HTMLCanvasElement> | ((instance: HTMLTableColElement | null) => void) | React.RefObject<HTMLTableColElement> | ((instance: HTMLDataElement | null) => void) | React.RefObject<HTMLDataElement> | ((instance: HTMLDataListElement | null) => void) | React.RefObject<HTMLDataListElement> | ((instance: HTMLDialogElement | null) => void) | React.RefObject<HTMLDialogElement> | ((instance: HTMLDListElement | null) => void) | React.RefObject<HTMLDListElement> | ((instance: HTMLEmbedElement | null) => void) | React.RefObject<HTMLEmbedElement> | ((instance: HTMLFieldSetElement | null) => void) | React.RefObject<HTMLFieldSetElement> | ((instance: HTMLFormElement | null) => void) | React.RefObject<HTMLFormElement> | ((instance: HTMLHeadingElement | null) => void) | React.RefObject<HTMLHeadingElement> | ((instance: HTMLHRElement | null) => void) | React.RefObject<HTMLHRElement> | ((instance: HTMLHtmlElement | null) => void) | React.RefObject<HTMLHtmlElement> | ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | ((instance: HTMLModElement | null) => void) | React.RefObject<HTMLModElement> | ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | ((instance: HTMLLegendElement | null) => void) | React.RefObject<HTMLLegendElement> | ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | ((instance: HTMLMetaElement | null) => void) | React.RefObject<HTMLMetaElement> | ((instance: HTMLOListElement | null) => void) | React.RefObject<HTMLOListElement> | ((instance: HTMLOptGroupElement | null) => void) | React.RefObject<HTMLOptGroupElement> | ((instance: HTMLOptionElement | null) => void) | React.RefObject<HTMLOptionElement> | ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | ((instance: HTMLParamElement | null) => void) | React.RefObject<HTMLParamElement> | ((instance: HTMLPreElement | null) => void) | React.RefObject<HTMLPreElement> | ((instance: HTMLProgressElement | null) => void) | React.RefObject<HTMLProgressElement> | ((instance: HTMLQuoteElement | null) => void) | React.RefObject<HTMLQuoteElement> | ((instance: HTMLSlotElement | null) => void) | React.RefObject<HTMLSlotElement> | ((instance: HTMLScriptElement | null) => void) | React.RefObject<HTMLScriptElement> | ((instance: HTMLSelectElement | null) => void) | React.RefObject<HTMLSelectElement> | ((instance: HTMLStyleElement | null) => void) | React.RefObject<HTMLStyleElement> | ((instance: HTMLTemplateElement | null) => void) | React.RefObject<HTMLTemplateElement> | ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | ((instance: HTMLTableDataCellElement | null) => void) | React.RefObject<HTMLTableDataCellElement> | ((instance: HTMLTextAreaElement | null) => void) | React.RefObject<HTMLTextAreaElement> | ((instance: HTMLTableHeaderCellElement | null) => void) | React.RefObject<HTMLTableHeaderCellElement> | ((instance: HTMLTitleElement | null) => void) | React.RefObject<HTMLTitleElement> | ((instance: HTMLTableRowElement | null) => void) | React.RefObject<HTMLTableRowElement> | ((instance: HTMLTrackElement | null) => void) | React.RefObject<HTMLTrackElement> | ((instance: HTMLUListElement | null) => void) | React.RefObject<HTMLUListElement> | ((instance: HTMLVideoElement | null) => void) | React.RefObject<HTMLVideoElement> | ((instance: HTMLWebViewElement | null) => void) | React.RefObject<HTMLWebViewElement> | null | undefined;
17
- } & {
18
- disabled?: boolean | undefined;
19
- }, "backgroundColor" | "color" | "paddingBlockEnd" | "paddingBlockStart" | "paddingInlineEnd" | "paddingInlineStart" | "translate" | "padding" | "paddingBlock" | "paddingInline" | "slot" | "style" | "title" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "disabled" | "as" | keyof import("packages/design-system/primitives/dist/types/components/types").BasePrimitiveProps> & React.RefAttributes<HTMLWebViewElement>>;
9
+ export declare const ActionButton: React.ForwardRefExoticComponent<Omit<ActionButtonProps, "ref"> & React.RefAttributes<HTMLWebViewElement>>;
10
+ export {};
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { jsx } from '@emotion/react';
6
+ import { type WrappedComponentProps } from 'react-intl-next';
7
+ export interface LinkWarningModalProps {
8
+ isOpen: boolean;
9
+ onClose: () => void;
10
+ onContinue: () => void;
11
+ unsafeLinkText: string | null;
12
+ url: string | null;
13
+ }
14
+ declare const WarningModalOld: (props: LinkWarningModalProps & WrappedComponentProps) => jsx.JSX.Element;
15
+ export default WarningModalOld;
@@ -1,12 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { type WrappedComponentProps } from 'react-intl-next';
3
- interface LinkWarningModalProps {
3
+ export type LinkWarningModalProps = {
4
4
  isOpen: boolean;
5
5
  onClose: () => void;
6
6
  onContinue: () => void;
7
7
  unsafeLinkText: string | null;
8
8
  url: string | null;
9
- }
9
+ };
10
10
  declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<LinkWarningModalProps & WrappedComponentProps>> & {
11
11
  WrappedComponent: import("react").ComponentType<LinkWarningModalProps & WrappedComponentProps>;
12
12
  };
@@ -1 +1,4 @@
1
+ /**
2
+ * @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
3
+ */
1
4
  export declare const breakWordsCss: import("@emotion/react").SerializedStyles;
@@ -1,9 +1,10 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  type EmptyStateProps = {
3
3
  header: string;
4
4
  testId?: string;
5
5
  description?: React.ReactNode;
6
6
  renderImage?: () => React.ReactNode;
7
7
  };
8
- export declare const EmptyState: ({ testId, header, description, renderImage }: EmptyStateProps) => JSX.Element;
8
+ export declare const EmptyStateNew: ({ testId, header, description, renderImage }: EmptyStateProps) => JSX.Element;
9
+ export declare const EmptyState: (props: EmptyStateProps) => JSX.Element;
9
10
  export {};
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ type EmptyStateProps = {
3
+ header: string;
4
+ testId?: string;
5
+ description?: React.ReactNode;
6
+ renderImage?: () => React.ReactNode;
7
+ };
8
+ export declare const EmptyStateOld: ({ testId, header, description, renderImage }: EmptyStateProps) => JSX.Element;
9
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const RelatedLinksResolvingViewOld: () => JSX.Element;
3
+ export default RelatedLinksResolvingViewOld;
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
7
6
  export interface IconProps {
8
7
  url?: string;
9
8
  icon?: React.ReactNode;
@@ -18,4 +17,5 @@ export interface IconProps {
18
17
  * Using this selctor is deprecated as once the flexible block card feature flag is removed, this class will no longer be used.
19
18
  */
20
19
  export declare const blockCardIconImageClassName = "block-card-icon-image";
21
- export declare const Icon: ({ url, icon, defaultIcon, testId, isFlexibleUi, }: IconProps) => jsx.JSX.Element;
20
+ export declare const IconNew: ({ url, icon, defaultIcon, testId, isFlexibleUi, }: IconProps) => JSX.Element;
21
+ export declare const Icon: (props: IconProps) => JSX.Element;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import React from 'react';
6
+ import { jsx } from '@emotion/react';
7
+ export interface IconProps {
8
+ url?: string;
9
+ icon?: React.ReactNode;
10
+ defaultIcon?: React.ReactNode;
11
+ testId?: string;
12
+ isFlexibleUi?: boolean;
13
+ }
14
+ /**
15
+ * Class name for selecting non-flexible block card icon image
16
+ *
17
+ * @deprecated {@link https://hello.jira.atlassian.cloud/browse/ENGHEALTH-6878 Internal documentation for deprecation (no external access)}
18
+ * Using this selctor is deprecated as once the flexible block card feature flag is removed, this class will no longer be used.
19
+ */
20
+ export declare const blockCardIconImageClassName = "block-card-icon-image";
21
+ export declare const IconOld: ({ url, icon, defaultIcon, testId, isFlexibleUi, }: IconProps) => jsx.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { jsx } from '@emotion/react';
6
+ import type { AIPrismProps } from './types';
7
+ declare const AIPrismOld: ({ children, isGlowing, isMoving, isVisible, testId, }: AIPrismProps) => jsx.JSX.Element;
8
+ export default AIPrismOld;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { jsx } from '@emotion/react';
6
+ import type { AIGlowingBorderProps } from './types';
7
+ export declare const borderContentStyles: import("@emotion/react").SerializedStyles;
8
+ /**
9
+ * The bulk of this file is originally from
10
+ * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
11
+ * with modifications.
12
+ */
13
+ declare const AIGlowingBorderOld: ({ children, palette, isMoving, isGlowing, testId, additionalCss, }: AIGlowingBorderProps) => jsx.JSX.Element;
14
+ export default AIGlowingBorderOld;