@atlaskit/smart-card 34.7.0 → 34.8.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 (427) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/utils/analytics/analytics.js +1 -1
  3. package/dist/cjs/view/BlockCard/views/styledOld.js +1 -0
  4. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +7 -0
  5. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +37 -37
  6. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +73 -0
  7. package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -3
  8. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +100 -0
  9. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +93 -0
  10. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  11. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +33 -29
  12. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +50 -0
  13. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  14. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +28 -23
  15. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +43 -0
  16. 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
  17. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +24 -13
  18. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +58 -0
  19. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  20. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +31 -20
  21. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +69 -0
  22. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  23. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +29 -26
  24. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +32 -0
  25. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +11 -3
  26. package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +11 -3
  27. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +72 -0
  28. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +13 -0
  29. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +32 -36
  30. package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +23 -8
  31. package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +12 -4
  32. package/dist/cjs/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +46 -0
  33. package/dist/cjs/view/FlexibleCard/components/blocks/title-block/errored/index.js +2 -2
  34. package/dist/cjs/view/FlexibleCard/components/common/motion-wrapper/index.js +2 -2
  35. package/dist/cjs/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  36. package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +14 -19
  37. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  38. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +6 -7
  39. package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  40. package/dist/cjs/view/FlexibleCard/components/utils.js +1 -0
  41. package/dist/cjs/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +118 -0
  42. package/dist/cjs/view/InlineCard/ErroredView/index.compiled.css +1 -0
  43. package/dist/cjs/view/InlineCard/ErroredView/index.js +76 -95
  44. package/dist/cjs/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +207 -0
  45. package/dist/cjs/view/InlineCard/ForbiddenView/index.compiled.css +3 -0
  46. package/dist/cjs/view/InlineCard/ForbiddenView/index.js +126 -176
  47. package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  48. package/dist/cjs/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +226 -0
  49. package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  50. package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +231 -286
  51. package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled-emotion.js +12 -2
  52. package/dist/cjs/view/InlineCard/ResolvedView/index.js +1 -4
  53. package/dist/cjs/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +92 -0
  54. package/dist/cjs/view/InlineCard/ResolvingView/index.js +48 -78
  55. package/dist/cjs/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +142 -0
  56. package/dist/cjs/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  57. package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +42 -63
  58. package/dist/cjs/view/LinkUrl/LinkWarningModal/WarningModalOld.js +61 -0
  59. package/dist/cjs/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  60. package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +25 -20
  61. package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  62. package/dist/cjs/view/LinkUrl/index.js +1 -1
  63. package/dist/cjs/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  64. package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +27 -25
  65. package/dist/cjs/view/RelatedLinksModal/components/EmptyStateOld.js +41 -0
  66. package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  67. package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +15 -11
  68. package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  69. package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  70. package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  71. package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +23 -23
  72. package/dist/cjs/view/RelatedLinksModal/views/resolved/index.js +2 -2
  73. package/dist/cjs/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +27 -0
  74. package/dist/cjs/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  75. package/dist/cjs/view/RelatedLinksModal/views/resolving/index.js +24 -14
  76. package/dist/cjs/view/common/Icon.compiled.css +6 -0
  77. package/dist/cjs/view/common/Icon.js +22 -46
  78. package/dist/cjs/view/common/IconOld.js +85 -0
  79. package/dist/cjs/view/common/ai-prism/AIPrismOld.js +58 -0
  80. package/dist/cjs/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +61 -0
  81. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  82. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +67 -74
  83. package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +253 -0
  84. package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.compiled.css +7 -0
  85. package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +32 -34
  86. package/dist/cjs/view/common/ai-prism/constants.js +6 -0
  87. package/dist/cjs/view/common/ai-prism/index.compiled.css +8 -0
  88. package/dist/cjs/view/common/ai-prism/index.js +28 -31
  89. package/dist/cjs/view/common/ai-summary/AISummaryOld.js +65 -0
  90. package/dist/cjs/view/common/ai-summary/index.compiled.css +8 -0
  91. package/dist/cjs/view/common/ai-summary/index.js +25 -20
  92. package/dist/cjs/view/common/ai-summary/ulist.compiled.css +2 -0
  93. package/dist/cjs/view/common/ai-summary/ulist.js +16 -14
  94. package/dist/cjs/view/common/ai-summary/ulistOld.js +29 -0
  95. package/dist/cjs/view/common/stop-propagation/StopPropagationOld.js +37 -0
  96. package/dist/cjs/view/common/stop-propagation/index.compiled.css +3 -0
  97. package/dist/cjs/view/common/stop-propagation/index.js +17 -21
  98. package/dist/cjs/view/common/utils.js +9 -0
  99. package/dist/es2019/utils/analytics/analytics.js +1 -1
  100. package/dist/es2019/view/BlockCard/views/styledOld.js +1 -0
  101. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +7 -0
  102. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +35 -35
  103. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +64 -0
  104. package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -3
  105. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +87 -0
  106. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +89 -0
  107. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  108. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +22 -21
  109. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +44 -0
  110. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  111. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +22 -20
  112. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +37 -0
  113. 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
  114. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +18 -10
  115. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +55 -0
  116. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  117. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +23 -15
  118. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +65 -0
  119. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  120. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +22 -22
  121. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +25 -0
  122. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +10 -2
  123. package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +10 -2
  124. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +66 -0
  125. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +13 -0
  126. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +25 -32
  127. package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +21 -6
  128. package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +10 -2
  129. package/dist/es2019/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +41 -0
  130. package/dist/es2019/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -1
  131. package/dist/es2019/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -1
  132. package/dist/es2019/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  133. package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +7 -12
  134. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  135. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +5 -6
  136. package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  137. package/dist/es2019/view/FlexibleCard/components/utils.js +1 -0
  138. package/dist/es2019/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +98 -0
  139. package/dist/es2019/view/InlineCard/ErroredView/index.compiled.css +1 -0
  140. package/dist/es2019/view/InlineCard/ErroredView/index.js +76 -82
  141. package/dist/es2019/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +189 -0
  142. package/dist/es2019/view/InlineCard/ForbiddenView/index.compiled.css +3 -0
  143. package/dist/es2019/view/InlineCard/ForbiddenView/index.js +123 -165
  144. package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  145. package/dist/es2019/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +203 -0
  146. package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  147. package/dist/es2019/view/InlineCard/IconAndTitleLayout/index.js +178 -220
  148. package/dist/es2019/view/InlineCard/IconAndTitleLayout/styled-emotion.js +11 -1
  149. package/dist/es2019/view/InlineCard/ResolvedView/index.js +1 -4
  150. package/dist/es2019/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +70 -0
  151. package/dist/es2019/view/InlineCard/ResolvingView/index.js +47 -64
  152. package/dist/es2019/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +135 -0
  153. package/dist/es2019/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  154. package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +42 -63
  155. package/dist/es2019/view/LinkUrl/LinkWarningModal/WarningModalOld.js +50 -0
  156. package/dist/es2019/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  157. package/dist/es2019/view/LinkUrl/LinkWarningModal/index.js +25 -19
  158. package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  159. package/dist/es2019/view/LinkUrl/index.js +1 -1
  160. package/dist/es2019/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  161. package/dist/es2019/view/RelatedLinksModal/components/EmptyState.js +20 -21
  162. package/dist/es2019/view/RelatedLinksModal/components/EmptyStateOld.js +35 -0
  163. package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  164. package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +10 -6
  165. package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  166. package/dist/es2019/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  167. package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  168. package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +12 -15
  169. package/dist/es2019/view/RelatedLinksModal/views/resolved/index.js +1 -1
  170. package/dist/es2019/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +18 -0
  171. package/dist/es2019/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  172. package/dist/es2019/view/RelatedLinksModal/views/resolving/index.js +19 -12
  173. package/dist/es2019/view/common/Icon.compiled.css +6 -0
  174. package/dist/es2019/view/common/Icon.js +21 -44
  175. package/dist/es2019/view/common/IconOld.js +76 -0
  176. package/dist/es2019/view/common/ai-prism/AIPrismOld.js +49 -0
  177. package/dist/es2019/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +51 -0
  178. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  179. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +57 -71
  180. package/dist/es2019/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +243 -0
  181. package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.compiled.css +7 -0
  182. package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +28 -32
  183. package/dist/es2019/view/common/ai-prism/constants.js +6 -0
  184. package/dist/es2019/view/common/ai-prism/index.compiled.css +8 -0
  185. package/dist/es2019/view/common/ai-prism/index.js +25 -30
  186. package/dist/es2019/view/common/ai-summary/AISummaryOld.js +55 -0
  187. package/dist/es2019/view/common/ai-summary/index.compiled.css +8 -0
  188. package/dist/es2019/view/common/ai-summary/index.js +24 -21
  189. package/dist/es2019/view/common/ai-summary/ulist.compiled.css +2 -0
  190. package/dist/es2019/view/common/ai-summary/ulist.js +16 -15
  191. package/dist/es2019/view/common/ai-summary/ulistOld.js +20 -0
  192. package/dist/es2019/view/common/stop-propagation/StopPropagationOld.js +28 -0
  193. package/dist/es2019/view/common/stop-propagation/index.compiled.css +3 -0
  194. package/dist/es2019/view/common/stop-propagation/index.js +17 -20
  195. package/dist/es2019/view/common/utils.js +9 -0
  196. package/dist/esm/utils/analytics/analytics.js +1 -1
  197. package/dist/esm/view/BlockCard/views/styledOld.js +1 -0
  198. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.compiled.css +7 -0
  199. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +35 -35
  200. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.js +63 -0
  201. package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -3
  202. package/dist/esm/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.js +88 -0
  203. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.js +86 -0
  204. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.compiled.css +9 -0
  205. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +22 -21
  206. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.js +43 -0
  207. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.compiled.css +8 -0
  208. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +22 -20
  209. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/AutomationModalExecutionStateOld.js +36 -0
  210. 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
  211. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +18 -10
  212. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.js +51 -0
  213. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.compiled.css +5 -0
  214. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +23 -15
  215. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.js +62 -0
  216. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.compiled.css +7 -0
  217. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +22 -22
  218. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.js +25 -0
  219. package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.js +10 -2
  220. package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +10 -2
  221. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.js +65 -0
  222. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.compiled.css +13 -0
  223. package/dist/esm/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +25 -32
  224. package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +21 -6
  225. package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.js +10 -2
  226. package/dist/esm/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.js +39 -0
  227. package/dist/esm/view/FlexibleCard/components/blocks/title-block/errored/index.js +1 -1
  228. package/dist/esm/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -1
  229. package/dist/esm/view/FlexibleCard/components/elements/icon/index.compiled.css +3 -0
  230. package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +7 -12
  231. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.compiled.css +1 -0
  232. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-trigger/index.js +5 -6
  233. package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +1 -0
  234. package/dist/esm/view/FlexibleCard/components/utils.js +1 -0
  235. package/dist/esm/view/InlineCard/ErroredView/InlineCardErroredViewOld.js +111 -0
  236. package/dist/esm/view/InlineCard/ErroredView/index.compiled.css +1 -0
  237. package/dist/esm/view/InlineCard/ErroredView/index.js +76 -95
  238. package/dist/esm/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.js +200 -0
  239. package/dist/esm/view/InlineCard/ForbiddenView/index.compiled.css +3 -0
  240. package/dist/esm/view/InlineCard/ForbiddenView/index.js +126 -176
  241. package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.compiled.css +1 -0
  242. package/dist/esm/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.js +219 -0
  243. package/dist/esm/view/InlineCard/IconAndTitleLayout/index.compiled.css +29 -0
  244. package/dist/esm/view/InlineCard/IconAndTitleLayout/index.js +231 -286
  245. package/dist/esm/view/InlineCard/IconAndTitleLayout/styled-emotion.js +11 -1
  246. package/dist/esm/view/InlineCard/ResolvedView/index.js +1 -4
  247. package/dist/esm/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.js +85 -0
  248. package/dist/esm/view/InlineCard/ResolvingView/index.js +49 -79
  249. package/dist/esm/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.js +135 -0
  250. package/dist/esm/view/InlineCard/UnauthorisedView/index.compiled.css +1 -0
  251. package/dist/esm/view/InlineCard/UnauthorisedView/index.js +42 -63
  252. package/dist/esm/view/LinkUrl/LinkWarningModal/WarningModalOld.js +50 -0
  253. package/dist/esm/view/LinkUrl/LinkWarningModal/index.compiled.css +2 -0
  254. package/dist/esm/view/LinkUrl/LinkWarningModal/index.js +25 -19
  255. package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +3 -0
  256. package/dist/esm/view/LinkUrl/index.js +1 -1
  257. package/dist/esm/view/RelatedLinksModal/components/EmptyState.compiled.css +12 -0
  258. package/dist/esm/view/RelatedLinksModal/components/EmptyState.js +20 -21
  259. package/dist/esm/view/RelatedLinksModal/components/EmptyStateOld.js +34 -0
  260. package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.compiled.css +1 -0
  261. package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +10 -6
  262. package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.compiled.css +5 -1
  263. package/dist/esm/view/RelatedLinksModal/components/related-link-item/index.js +4 -12
  264. package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.compiled.css +4 -0
  265. package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +12 -15
  266. package/dist/esm/view/RelatedLinksModal/views/resolved/index.js +1 -1
  267. package/dist/esm/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.js +20 -0
  268. package/dist/esm/view/RelatedLinksModal/views/resolving/index.compiled.css +5 -0
  269. package/dist/esm/view/RelatedLinksModal/views/resolving/index.js +19 -12
  270. package/dist/esm/view/common/Icon.compiled.css +6 -0
  271. package/dist/esm/view/common/Icon.js +21 -44
  272. package/dist/esm/view/common/IconOld.js +77 -0
  273. package/dist/esm/view/common/ai-prism/AIPrismOld.js +50 -0
  274. package/dist/esm/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.js +53 -0
  275. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.compiled.css +13 -0
  276. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +62 -72
  277. package/dist/esm/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.js +246 -0
  278. package/dist/esm/view/common/ai-prism/ai-glowing-border/index.compiled.css +7 -0
  279. package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +28 -32
  280. package/dist/esm/view/common/ai-prism/constants.js +6 -0
  281. package/dist/esm/view/common/ai-prism/index.compiled.css +8 -0
  282. package/dist/esm/view/common/ai-prism/index.js +25 -30
  283. package/dist/esm/view/common/ai-summary/AISummaryOld.js +57 -0
  284. package/dist/esm/view/common/ai-summary/index.compiled.css +8 -0
  285. package/dist/esm/view/common/ai-summary/index.js +24 -21
  286. package/dist/esm/view/common/ai-summary/ulist.compiled.css +2 -0
  287. package/dist/esm/view/common/ai-summary/ulist.js +16 -15
  288. package/dist/esm/view/common/ai-summary/ulistOld.js +23 -0
  289. package/dist/esm/view/common/stop-propagation/StopPropagationOld.js +27 -0
  290. package/dist/esm/view/common/stop-propagation/index.compiled.css +3 -0
  291. package/dist/esm/view/common/stop-propagation/index.js +17 -20
  292. package/dist/esm/view/common/utils.js +9 -0
  293. package/dist/types/common/ui/icons/utils.d.ts +1 -1
  294. package/dist/types/state/hooks/use-resolve/index.d.ts +1 -1
  295. package/dist/types/state/hooks/use-response/index.d.ts +1 -1
  296. package/dist/types/utils/analytics/click.d.ts +1 -1
  297. package/dist/types/view/Card/index.d.ts +2 -2
  298. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +2 -7
  299. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +12 -0
  300. package/dist/types/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
  301. package/dist/types/view/FlexibleCard/components/actions/action/types.d.ts +6 -1
  302. package/dist/types/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +4 -0
  303. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/AutomationModalEmptyStateOld.d.ts +2 -0
  304. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/AutomationModalErrorStateOld.d.ts +2 -0
  305. 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
  306. 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
  307. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/AutomationModalHeaderOld.d.ts +7 -0
  308. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.d.ts +2 -2
  309. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/AutomationModalRuleOld.d.ts +9 -0
  310. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.d.ts +5 -1
  311. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/AutomationModalRuleListOld.d.ts +8 -0
  312. package/dist/types/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule-list/main.d.ts +1 -1
  313. package/dist/types/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
  314. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +3 -0
  315. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +5 -1
  316. package/dist/types/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +1 -1
  317. package/dist/types/view/FlexibleCard/components/blocks/action-block/index.d.ts +6 -0
  318. package/dist/types/view/FlexibleCard/components/blocks/action-block/types.d.ts +1 -1
  319. package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
  320. package/dist/types/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +5 -0
  321. package/dist/types/view/FlexibleCard/components/utils.d.ts +2 -1
  322. package/dist/types/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  323. package/dist/types/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +26 -0
  324. package/dist/types/view/InlineCard/ErroredView/index.d.ts +5 -6
  325. package/dist/types/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +33 -0
  326. package/dist/types/view/InlineCard/ForbiddenView/index.d.ts +5 -10
  327. package/dist/types/view/InlineCard/Frame/styled.d.ts +2 -2
  328. package/dist/types/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +33 -0
  329. package/dist/types/view/InlineCard/IconAndTitleLayout/index.d.ts +3 -14
  330. package/dist/types/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +4 -0
  331. package/dist/types/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +21 -0
  332. package/dist/types/view/InlineCard/ResolvingView/index.d.ts +1 -3
  333. package/dist/types/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -2
  334. package/dist/types/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +26 -0
  335. package/dist/types/view/InlineCard/UnauthorisedView/index.d.ts +5 -1
  336. package/dist/types/view/InlineCard/common/action-button/index.d.ts +7 -16
  337. package/dist/types/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +15 -0
  338. package/dist/types/view/LinkUrl/LinkWarningModal/index.d.ts +2 -2
  339. package/dist/types/view/LinkUrl/LinkWarningModal/styled.d.ts +3 -0
  340. package/dist/types/view/RelatedLinksModal/components/EmptyState.d.ts +3 -2
  341. package/dist/types/view/RelatedLinksModal/components/EmptyStateOld.d.ts +9 -0
  342. package/dist/types/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +3 -0
  343. package/dist/types/view/common/Icon.d.ts +2 -2
  344. package/dist/types/view/common/IconOld.d.ts +21 -0
  345. package/dist/types/view/common/ai-prism/AIPrismOld.d.ts +8 -0
  346. package/dist/types/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +14 -0
  347. package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +2 -7
  348. package/dist/types/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +9 -0
  349. package/dist/types/view/common/ai-prism/ai-glowing-border/index.d.ts +2 -12
  350. package/dist/types/view/common/ai-prism/ai-glowing-border/types.d.ts +16 -0
  351. package/dist/types/view/common/ai-prism/constants.d.ts +6 -0
  352. package/dist/types/view/common/ai-prism/index.d.ts +2 -6
  353. package/dist/types/view/common/ai-summary/AISummaryOld.d.ts +38 -0
  354. package/dist/types/view/common/ai-summary/index.d.ts +5 -22
  355. package/dist/types/view/common/ai-summary/ulist.d.ts +1 -2
  356. package/dist/types/view/common/ai-summary/ulistOld.d.ts +8 -0
  357. package/dist/types/view/common/stop-propagation/StopPropagationOld.d.ts +11 -0
  358. package/dist/types/view/common/stop-propagation/index.d.ts +1 -2
  359. package/dist/types/view/common/utils.d.ts +9 -0
  360. package/dist/types-ts4.5/common/ui/icons/utils.d.ts +1 -1
  361. package/dist/types-ts4.5/state/hooks/use-resolve/index.d.ts +1 -1
  362. package/dist/types-ts4.5/state/hooks/use-response/index.d.ts +1 -1
  363. package/dist/types-ts4.5/utils/analytics/click.d.ts +1 -1
  364. package/dist/types-ts4.5/view/Card/index.d.ts +2 -2
  365. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-button.d.ts +2 -7
  366. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/action-buttonOld.d.ts +12 -0
  367. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/action-stack-item/types.d.ts +1 -1
  368. package/dist/types-ts4.5/view/FlexibleCard/components/actions/action/types.d.ts +6 -1
  369. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/AutomationActionOld.d.ts +4 -0
  370. 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
  371. 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
  372. 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
  373. 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
  374. 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
  375. 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
  376. 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
  377. 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
  378. 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
  379. 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
  380. package/dist/types-ts4.5/view/FlexibleCard/components/actions/automation-action/index.d.ts +1 -1
  381. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/ActionFooterOld.d.ts +3 -0
  382. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/index.d.ts +5 -1
  383. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/action-footer/types.d.ts +1 -1
  384. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/index.d.ts +6 -0
  385. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/action-block/types.d.ts +1 -1
  386. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadata.d.ts +3 -3
  387. package/dist/types-ts4.5/view/FlexibleCard/components/blocks/ai-footer-block/resolved/ai-footer-metadataOld.d.ts +5 -0
  388. package/dist/types-ts4.5/view/FlexibleCard/components/utils.d.ts +2 -1
  389. package/dist/types-ts4.5/view/HoverCard/components/CustomPopupContainer.d.ts +1 -1
  390. package/dist/types-ts4.5/view/InlineCard/ErroredView/InlineCardErroredViewOld.d.ts +26 -0
  391. package/dist/types-ts4.5/view/InlineCard/ErroredView/index.d.ts +5 -6
  392. package/dist/types-ts4.5/view/InlineCard/ForbiddenView/InlineCardForbiddenViewOld.d.ts +33 -0
  393. package/dist/types-ts4.5/view/InlineCard/ForbiddenView/index.d.ts +5 -10
  394. package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +2 -2
  395. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/IconAndTitleLayoutOld.d.ts +33 -0
  396. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/index.d.ts +3 -14
  397. package/dist/types-ts4.5/view/InlineCard/IconAndTitleLayout/styled-emotion.d.ts +4 -0
  398. package/dist/types-ts4.5/view/InlineCard/ResolvingView/InlineCardResolvingViewOld.d.ts +21 -0
  399. package/dist/types-ts4.5/view/InlineCard/ResolvingView/index.d.ts +1 -3
  400. package/dist/types-ts4.5/view/InlineCard/ResolvingView/styled-emotion.d.ts +0 -2
  401. package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/InlineCardUnauthorizedViewOld.d.ts +26 -0
  402. package/dist/types-ts4.5/view/InlineCard/UnauthorisedView/index.d.ts +5 -1
  403. package/dist/types-ts4.5/view/InlineCard/common/action-button/index.d.ts +7 -16
  404. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/WarningModalOld.d.ts +15 -0
  405. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/index.d.ts +2 -2
  406. package/dist/types-ts4.5/view/LinkUrl/LinkWarningModal/styled.d.ts +3 -0
  407. package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyState.d.ts +3 -2
  408. package/dist/types-ts4.5/view/RelatedLinksModal/components/EmptyStateOld.d.ts +9 -0
  409. package/dist/types-ts4.5/view/RelatedLinksModal/views/resolving/RelatedLinksResolvingViewOld.d.ts +3 -0
  410. package/dist/types-ts4.5/view/common/Icon.d.ts +2 -2
  411. package/dist/types-ts4.5/view/common/IconOld.d.ts +21 -0
  412. package/dist/types-ts4.5/view/common/ai-prism/AIPrismOld.d.ts +8 -0
  413. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/AIGlowingBorderOld.d.ts +14 -0
  414. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-container.d.ts +2 -7
  415. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/animated-svg-containerOld.d.ts +9 -0
  416. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/index.d.ts +2 -12
  417. package/dist/types-ts4.5/view/common/ai-prism/ai-glowing-border/types.d.ts +16 -0
  418. package/dist/types-ts4.5/view/common/ai-prism/constants.d.ts +6 -0
  419. package/dist/types-ts4.5/view/common/ai-prism/index.d.ts +2 -6
  420. package/dist/types-ts4.5/view/common/ai-summary/AISummaryOld.d.ts +38 -0
  421. package/dist/types-ts4.5/view/common/ai-summary/index.d.ts +5 -22
  422. package/dist/types-ts4.5/view/common/ai-summary/ulist.d.ts +1 -2
  423. package/dist/types-ts4.5/view/common/ai-summary/ulistOld.d.ts +8 -0
  424. package/dist/types-ts4.5/view/common/stop-propagation/StopPropagationOld.d.ts +11 -0
  425. package/dist/types-ts4.5/view/common/stop-propagation/index.d.ts +1 -2
  426. package/dist/types-ts4.5/view/common/utils.d.ts +9 -0
  427. package/package.json +46 -46
@@ -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;
@@ -1,9 +1,4 @@
1
- import { jsx } from '@emotion/react';
1
+ /// <reference types="react" />
2
2
  import type { AnimatedSvgContainerProps } from './types';
3
- /**
4
- * The bulk of this file is originally from
5
- * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
6
- * with modifications.
7
- */
8
- declare const AnimatedSvgContainer: ({ palette, isMoving, isGlowing, additionalCss, }: AnimatedSvgContainerProps) => jsx.JSX.Element;
3
+ declare const AnimatedSvgContainer: (props: AnimatedSvgContainerProps) => JSX.Element;
9
4
  export default AnimatedSvgContainer;
@@ -0,0 +1,9 @@
1
+ import { jsx } from '@emotion/react';
2
+ import type { AnimatedSvgContainerProps } from './types';
3
+ /**
4
+ * The bulk of this file is originally from
5
+ * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
6
+ * with modifications.
7
+ */
8
+ declare const AnimatedSvgContainerOld: ({ palette, isMoving, isGlowing, additionalCss, }: AnimatedSvgContainerProps) => jsx.JSX.Element;
9
+ export default AnimatedSvgContainerOld;
@@ -1,14 +1,4 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { jsx } from '@emotion/react';
1
+ /// <reference types="react" />
6
2
  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 AIGlowingBorder: ({ children, palette, isMoving, isGlowing, testId, additionalCss, }: AIGlowingBorderProps) => jsx.JSX.Element;
3
+ declare const AIGlowingBorder: (props: AIGlowingBorderProps) => JSX.Element;
14
4
  export default AIGlowingBorder;
@@ -12,14 +12,30 @@ export type AIGlowingBorderProps = {
12
12
  isMoving?: boolean;
13
13
  isGlowing?: boolean;
14
14
  testId?: string;
15
+ /**
16
+ * @deprecated remove on FF clean up of bandicoots-compiled-migration-smartcard
17
+ * use css instead for compiledcss
18
+ */
15
19
  additionalCss?: {
16
20
  container?: SerializedStyles;
17
21
  animatedSvgContainer?: SerializedStyles;
18
22
  };
23
+ /**
24
+ * For compiled css
25
+ */
26
+ className?: string;
19
27
  };
20
28
  export type AnimatedSvgContainerProps = {
21
29
  palette: AIBorderPalette;
22
30
  isMoving?: boolean;
23
31
  isGlowing?: boolean;
32
+ /**
33
+ * @deprecated remove on FF clean up of bandicoots-compiled-migration-smartcard
34
+ * use css instead for compiledcss
35
+ */
24
36
  additionalCss?: SerializedStyles;
37
+ /**
38
+ * For compiled css
39
+ */
40
+ className?: string;
25
41
  };
@@ -4,7 +4,13 @@ import { type AIThemeBorderPalette } from './types';
4
4
  * https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
5
5
  * with modifications.
6
6
  */
7
+ /**
8
+ * @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
9
+ */
7
10
  export declare const INNER_BORDER_RADIUS = 8;
11
+ /**
12
+ * @deprecated remove on FF clean up bandicoots-compiled-migration-smartcard
13
+ */
8
14
  export declare const OUTER_BORDER_RADIUS = 10;
9
15
  export declare const aiThemeTokens: {
10
16
  blueUniqueGradientLight: string;
@@ -1,8 +1,4 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { jsx } from '@emotion/react';
1
+ /// <reference types="react" />
6
2
  import type { AIPrismProps } from './types';
7
- declare const AIPrism: ({ children, isGlowing, isMoving, isVisible, testId, }: AIPrismProps) => jsx.JSX.Element;
3
+ declare const AIPrism: (props: AIPrismProps) => JSX.Element;
8
4
  export default AIPrism;
@@ -0,0 +1,38 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { jsx, type SerializedStyles } from '@emotion/react';
6
+ /**
7
+ * Move this type to the index file upon FF cleanup. bandicoots-compiled-migration-smartcard
8
+ * Remove the export as well.
9
+ */
10
+ export type AISummaryProps = {
11
+ content?: string;
12
+ /**
13
+ * Additional CSS properties
14
+ * @deprecated remove on FF cleanup bandicoots-compiled-migration-smartcard
15
+ * Use compiled css instead
16
+ */
17
+ overrideCss?: SerializedStyles;
18
+ /**
19
+ * appears as a data attribute `data-testid` in the rendered code,
20
+ * serving as a hook for automated tests
21
+ */
22
+ testId?: string;
23
+ /**
24
+ * Minimum height requirement for the AISummary component to prevent fluctuations in a card size on the summary action.
25
+ */
26
+ minHeight?: number;
27
+ /**
28
+ * For compiled css
29
+ */
30
+ className?: string;
31
+ };
32
+ /**
33
+ * A component to render a response from AI in markdown text.
34
+ * @internal
35
+ * @param {AISummaryProps} AISummaryProps
36
+ */
37
+ declare const AISummaryOld: ({ content, overrideCss, testId, minHeight, }: AISummaryProps) => jsx.JSX.Element | null;
38
+ export default AISummaryOld;
@@ -1,25 +1,8 @@
1
+ /// <reference types="react" />
1
2
  /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
3
+ * Move this import into this file when cleaning up FF bandicoots-compiled-migration-smartcard
4
+ * Remove the export as well
4
5
  */
5
- import { jsx, type SerializedStyles } from '@emotion/react';
6
- type AISummaryProps = {
7
- content?: string;
8
- overrideCss?: SerializedStyles;
9
- /**
10
- * appears as a data attribute `data-testid` in the rendered code,
11
- * serving as a hook for automated tests
12
- */
13
- testId?: string;
14
- /**
15
- * Minimum height requirement for the AISummary component to prevent fluctuations in a card size on the summary action.
16
- */
17
- minHeight?: number;
18
- };
19
- /**
20
- * A component to render a response from AI in markdown text.
21
- * @internal
22
- * @param {AISummaryProps} AISummaryProps
23
- */
24
- declare const AISummary: ({ content, overrideCss, testId, minHeight, }: AISummaryProps) => jsx.JSX.Element | null;
6
+ import { type AISummaryProps } from './AISummaryOld';
7
+ declare const AISummary: (props: AISummaryProps) => JSX.Element;
25
8
  export default AISummary;
@@ -3,6 +3,5 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
7
- declare const UList: ({ children, ...props }: React.HTMLAttributes<HTMLUListElement>) => jsx.JSX.Element;
6
+ declare const UList: (props: React.HTMLAttributes<HTMLUListElement>) => JSX.Element;
8
7
  export default UList;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import React from 'react';
6
+ import { jsx } from '@emotion/react';
7
+ declare const UListOld: ({ children, ...props }: React.HTMLAttributes<HTMLUListElement>) => jsx.JSX.Element;
8
+ export default UListOld;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type ReactNode } from 'react';
6
+ import { jsx } from '@emotion/react';
7
+ type StopPropagationProps = {
8
+ children: ReactNode;
9
+ };
10
+ export declare const StopPropagationOld: ({ children }: StopPropagationProps) => jsx.JSX.Element;
11
+ export {};
@@ -3,9 +3,8 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import { type ReactNode } from 'react';
6
- import { jsx } from '@emotion/react';
7
6
  type StopPropagationProps = {
8
7
  children: ReactNode;
9
8
  };
10
- export declare const StopPropagation: ({ children }: StopPropagationProps) => jsx.JSX.Element;
9
+ export declare const StopPropagation: (props: StopPropagationProps) => JSX.Element;
11
10
  export {};