@arc-ui/components 12.0.0-beta.6 → 12.0.0-beta.9

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 (381) hide show
  1. package/dist/Alert/Alert.cjs.js +4 -4
  2. package/dist/Alert/Alert.esm.js +4 -4
  3. package/dist/Alert/styles.css +1 -1
  4. package/dist/Align/Align.cjs.js +1 -1
  5. package/dist/Align/Align.esm.js +1 -1
  6. package/dist/AppButton/AppButton.cjs.js +2 -2
  7. package/dist/AppButton/AppButton.esm.js +2 -2
  8. package/dist/Avatar/Avatar.cjs.js +6 -6
  9. package/dist/Avatar/Avatar.esm.js +6 -6
  10. package/dist/AvatarGroup/AvatarGroup.cjs.js +6 -6
  11. package/dist/AvatarGroup/AvatarGroup.esm.js +6 -6
  12. package/dist/Badge/Badge.cjs.js +5 -12
  13. package/dist/Badge/Badge.esm.js +4 -11
  14. package/dist/Banner/Banner.cjs.js +21 -0
  15. package/dist/Banner/Banner.esm.js +13 -0
  16. package/dist/Banner/package.json +7 -0
  17. package/dist/Banner/styles.css +1 -0
  18. package/dist/BannerWithTabs/BannerWithTabs.cjs.js +62 -0
  19. package/dist/BannerWithTabs/BannerWithTabs.esm.js +54 -0
  20. package/dist/BannerWithTabs/package.json +7 -0
  21. package/dist/BannerWithTabs/styles.css +1 -0
  22. package/dist/Box/Box.cjs.js +6 -24
  23. package/dist/Box/Box.esm.js +5 -23
  24. package/dist/Box/styles.css +1 -1
  25. package/dist/BrandLogo/BrandLogo.cjs.js +3 -3
  26. package/dist/BrandLogo/BrandLogo.esm.js +3 -3
  27. package/dist/BrandLogo/styles.css +1 -1
  28. package/dist/Breadcrumbs/Breadcrumbs.cjs.js +5 -4
  29. package/dist/Breadcrumbs/Breadcrumbs.esm.js +5 -4
  30. package/dist/Breadcrumbs/styles.css +1 -1
  31. package/dist/Button/Button.cjs.js +5 -5
  32. package/dist/Button/Button.esm.js +5 -5
  33. package/dist/Button/styles.css +1 -1
  34. package/dist/ButtonV2/ButtonV2.cjs.js +5 -5
  35. package/dist/ButtonV2/ButtonV2.esm.js +5 -5
  36. package/dist/ButtonV2/styles.css +1 -1
  37. package/dist/Calendar/Calendar.cjs.js +8 -8
  38. package/dist/Calendar/Calendar.esm.js +8 -8
  39. package/dist/Calendar/styles.css +1 -1
  40. package/dist/CardFooter/CardFooter.cjs.js +4 -4
  41. package/dist/CardFooter/CardFooter.esm.js +4 -4
  42. package/dist/CardFooter/styles.css +1 -1
  43. package/dist/CardHeading/CardHeading.cjs.js +4 -4
  44. package/dist/CardHeading/CardHeading.esm.js +4 -4
  45. package/dist/Carousel/Carousel.cjs.js +1921 -0
  46. package/dist/Carousel/Carousel.esm.js +1913 -0
  47. package/dist/Carousel/package.json +7 -0
  48. package/dist/Carousel/styles.css +1 -0
  49. package/dist/Checkbox/Checkbox.cjs.js +8 -8
  50. package/dist/Checkbox/Checkbox.esm.js +8 -8
  51. package/dist/Checkbox/styles.css +1 -1
  52. package/dist/Columns/Columns.cjs.js +2 -2
  53. package/dist/Columns/Columns.esm.js +2 -2
  54. package/dist/ContentSwitcher/ContentSwitcher.cjs.js +20 -0
  55. package/dist/ContentSwitcher/ContentSwitcher.esm.js +12 -0
  56. package/dist/ContentSwitcher/package.json +7 -0
  57. package/dist/ContentSwitcher/styles.css +1 -0
  58. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs.js +23 -0
  59. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.esm.js +15 -0
  60. package/dist/ContentSwitcherDropdown/package.json +7 -0
  61. package/dist/ContentSwitcherDropdown/styles.css +1 -0
  62. package/dist/DatePicker/DatePicker.cjs.js +15 -15
  63. package/dist/DatePicker/DatePicker.esm.js +15 -15
  64. package/dist/Disclosure/Disclosure.cjs.js +4 -4
  65. package/dist/Disclosure/Disclosure.esm.js +4 -4
  66. package/dist/Disclosure/styles.css +1 -1
  67. package/dist/DisclosureMini/DisclosureMini.cjs.js +5 -5
  68. package/dist/DisclosureMini/DisclosureMini.esm.js +5 -5
  69. package/dist/Download/Download.cjs.js +16 -0
  70. package/dist/Download/Download.esm.js +8 -0
  71. package/dist/Download/package.json +7 -0
  72. package/dist/Download/styles.css +1 -0
  73. package/dist/Elevation/Elevation.cjs.js +1 -1
  74. package/dist/Elevation/Elevation.esm.js +1 -1
  75. package/dist/Elevation/styles.css +1 -1
  76. package/dist/Filter/Filter.cjs.js +4 -4
  77. package/dist/Filter/Filter.esm.js +4 -4
  78. package/dist/FormControl/FormControl.cjs.js +7 -7
  79. package/dist/FormControl/FormControl.esm.js +7 -7
  80. package/dist/Grid/Grid.cjs.js +2 -2
  81. package/dist/Grid/Grid.esm.js +2 -2
  82. package/dist/Grid/styles.css +1 -1
  83. package/dist/Group/Group.cjs.js +3 -3
  84. package/dist/Group/Group.esm.js +3 -3
  85. package/dist/Heading/Heading.cjs.js +3 -3
  86. package/dist/Heading/Heading.esm.js +3 -3
  87. package/dist/Heading/styles.css +1 -1
  88. package/dist/HeroBanner/HeroBanner.cjs.js +28 -0
  89. package/dist/HeroBanner/HeroBanner.esm.js +20 -0
  90. package/dist/HeroBanner/package.json +7 -0
  91. package/dist/HeroButton/HeroButton.cjs.js +5 -5
  92. package/dist/HeroButton/HeroButton.esm.js +5 -5
  93. package/dist/HeroButton/styles.css +1 -1
  94. package/dist/Hidden/Hidden.cjs.js +1 -1
  95. package/dist/Hidden/Hidden.esm.js +1 -1
  96. package/dist/Icon/Icon.cjs.js +3 -3
  97. package/dist/Icon/Icon.esm.js +3 -3
  98. package/dist/Image/Image.cjs.js +2 -2
  99. package/dist/Image/Image.esm.js +2 -2
  100. package/dist/ImpactCard/ImpactCard.cjs.js +8 -9
  101. package/dist/ImpactCard/ImpactCard.esm.js +8 -9
  102. package/dist/ImpactCard/styles.css +1 -1
  103. package/dist/InformationCard/InformationCard.cjs.js +33 -47
  104. package/dist/InformationCard/InformationCard.esm.js +33 -47
  105. package/dist/InformationCard/styles.css +1 -1
  106. package/dist/Link/Link.cjs.js +4 -4
  107. package/dist/Link/Link.esm.js +4 -4
  108. package/dist/Link/styles.css +1 -1
  109. package/dist/Markup/Markup.cjs.js +2 -2
  110. package/dist/Markup/Markup.esm.js +2 -2
  111. package/dist/MediaCard/MediaCard.cjs.js +11 -11
  112. package/dist/MediaCard/MediaCard.esm.js +11 -11
  113. package/dist/MediaCard/styles.css +1 -1
  114. package/dist/Modal/Modal.cjs.js +11 -11
  115. package/dist/Modal/Modal.esm.js +11 -11
  116. package/dist/PageBanner/PageBanner.cjs.js +28 -0
  117. package/dist/PageBanner/PageBanner.esm.js +20 -0
  118. package/dist/PageBanner/package.json +7 -0
  119. package/dist/Pagination/Pagination.cjs.js +3 -3
  120. package/dist/Pagination/Pagination.esm.js +3 -3
  121. package/dist/PaginationSimple/PaginationSimple.cjs.js +82 -13
  122. package/dist/PaginationSimple/PaginationSimple.esm.js +82 -13
  123. package/dist/PaginationSimple/styles.css +1 -1
  124. package/dist/Poster/Poster.cjs.js +4 -4
  125. package/dist/Poster/Poster.esm.js +4 -4
  126. package/dist/ProgressBar/ProgressBar.cjs.js +6 -6
  127. package/dist/ProgressBar/ProgressBar.esm.js +6 -6
  128. package/dist/ProgressStepper/ProgressStepper.cjs.js +5 -5
  129. package/dist/ProgressStepper/ProgressStepper.esm.js +5 -5
  130. package/dist/ProgressStepper/styles.css +1 -1
  131. package/dist/RadioGroup/RadioGroup.cjs.js +8 -8
  132. package/dist/RadioGroup/RadioGroup.esm.js +8 -8
  133. package/dist/RadioGroup/styles.css +1 -1
  134. package/dist/Rule/Rule.cjs.js +2 -2
  135. package/dist/Rule/Rule.esm.js +2 -2
  136. package/dist/Rule/styles.css +1 -1
  137. package/dist/ScrollToTop/ScrollToTop.cjs.js +21 -4
  138. package/dist/ScrollToTop/ScrollToTop.esm.js +21 -4
  139. package/dist/ScrollToTop/styles.css +1 -1
  140. package/dist/Section/Section.cjs.js +2 -2
  141. package/dist/Section/Section.esm.js +2 -2
  142. package/dist/Select/Select.cjs.js +29 -2204
  143. package/dist/Select/Select.esm.js +17 -2173
  144. package/dist/Select/styles.css +1 -1
  145. package/dist/SiteFooter/SiteFooter.cjs.js +7 -7
  146. package/dist/SiteFooter/SiteFooter.esm.js +7 -7
  147. package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +10 -9
  148. package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +10 -9
  149. package/dist/SiteHeaderV2/styles.css +1 -1
  150. package/dist/SkipLink/SkipLink.cjs.js +1 -1
  151. package/dist/SkipLink/SkipLink.esm.js +1 -1
  152. package/dist/Spinner/Spinner.cjs.js +12 -0
  153. package/dist/Spinner/Spinner.esm.js +4 -0
  154. package/dist/Spinner/package.json +7 -0
  155. package/dist/Spinner/styles.css +1 -0
  156. package/dist/Surface/Surface.cjs.js +2 -2
  157. package/dist/Surface/Surface.esm.js +2 -2
  158. package/dist/Surface/styles.css +1 -1
  159. package/dist/Switch/Switch.cjs.js +10 -10
  160. package/dist/Switch/Switch.esm.js +10 -10
  161. package/dist/Switch/styles.css +1 -1
  162. package/dist/Tabs/Tabs.cjs.js +9 -9
  163. package/dist/Tabs/Tabs.esm.js +9 -9
  164. package/dist/Tabs/styles.css +1 -1
  165. package/dist/Tag/Tag.cjs.js +77 -8
  166. package/dist/Tag/Tag.esm.js +76 -7
  167. package/dist/Tag/styles.css +1 -1
  168. package/dist/Text/Text.cjs.js +3 -3
  169. package/dist/Text/Text.esm.js +3 -3
  170. package/dist/TextArea/TextArea.cjs.js +53 -47
  171. package/dist/TextArea/TextArea.esm.js +53 -47
  172. package/dist/TextInput/TextInput.cjs.js +8 -9
  173. package/dist/TextInput/TextInput.esm.js +8 -9
  174. package/dist/Theme/Theme.cjs.js +5 -4
  175. package/dist/Theme/Theme.esm.js +5 -4
  176. package/dist/Theme/styles.css +1 -1
  177. package/dist/ThemeIcon/ThemeIcon.cjs.js +3 -3
  178. package/dist/ThemeIcon/ThemeIcon.esm.js +3 -3
  179. package/dist/ThemeIcon/styles.css +1 -1
  180. package/dist/Toast/Toast.cjs.js +8 -8
  181. package/dist/Toast/Toast.esm.js +8 -8
  182. package/dist/Toast/styles.css +1 -1
  183. package/dist/Truncate/Truncate.cjs.js +3 -3
  184. package/dist/Truncate/Truncate.esm.js +3 -3
  185. package/dist/TypographyCard/TypographyCard.cjs.js +7 -8
  186. package/dist/TypographyCard/TypographyCard.esm.js +7 -8
  187. package/dist/TypographyCard/styles.css +1 -1
  188. package/dist/UniversalHeader/UniversalHeader.cjs.js +3 -3
  189. package/dist/UniversalHeader/UniversalHeader.esm.js +3 -3
  190. package/dist/VerticalSpace/VerticalSpace.cjs.js +2 -2
  191. package/dist/VerticalSpace/VerticalSpace.esm.js +2 -2
  192. package/dist/VerticalSpace/styles.css +1 -1
  193. package/dist/VideoPlayer/VideoPlayer.cjs.js +36 -23
  194. package/dist/VideoPlayer/VideoPlayer.esm.js +36 -23
  195. package/dist/VideoPlayer/styles.css +1 -1
  196. package/dist/Visible/Visible.cjs.js +1 -1
  197. package/dist/Visible/Visible.esm.js +1 -1
  198. package/dist/VisuallyHidden/VisuallyHidden.cjs.js +2 -2
  199. package/dist/VisuallyHidden/VisuallyHidden.esm.js +2 -2
  200. package/dist/VisuallyHidden/styles.css +1 -1
  201. package/dist/_shared/cjs/{Avatar-9277512a.js → Avatar-a3b9f474.js} +4 -4
  202. package/dist/_shared/cjs/Badge-e9ad6e2a.js +17 -0
  203. package/dist/_shared/cjs/Banner-a785d73f.js +66 -0
  204. package/dist/_shared/cjs/Box-082962b9.js +29 -0
  205. package/dist/_shared/cjs/{BrandLogo-ce65cd74.js → BrandLogo-78d3095b.js} +2 -2
  206. package/dist/_shared/cjs/{Breadcrumbs-c7821aa9.js → Breadcrumbs-83b30371.js} +5 -4
  207. package/dist/_shared/cjs/BtIconChevronRight2Px.esm-2e4d117e.js +44 -0
  208. package/dist/_shared/cjs/{Button-ea665c9c.js → Button-e6217128.js} +4 -4
  209. package/dist/_shared/cjs/{ButtonV2-373877da.js → ButtonV2-2640e91a.js} +13 -8
  210. package/dist/_shared/cjs/{Calendar-e5184158.js → Calendar-4284f52b.js} +8 -8
  211. package/dist/_shared/cjs/{CardFooter-a1bb3ded.js → CardFooter-24b10ae4.js} +3 -3
  212. package/dist/_shared/cjs/{CardHeading-3ddcf774.js → CardHeading-0e9d9f86.js} +2 -2
  213. package/dist/_shared/cjs/{Checkbox-850dcf99.js → Checkbox-2cd69440.js} +12 -7
  214. package/dist/_shared/cjs/{Columns-5c6bab74.js → Columns-a8b736af.js} +1 -1
  215. package/dist/_shared/cjs/{Combination-854a36ce.js → Combination-091f3e34.js} +2 -2
  216. package/dist/_shared/cjs/ContentSwitcher-10398581.js +99 -0
  217. package/dist/_shared/cjs/ContentSwitcherDropdown-27d08a2f.js +64 -0
  218. package/dist/_shared/cjs/{DatePicker-2bf10a10.js → DatePicker-da6d276c.js} +6 -23
  219. package/dist/_shared/cjs/{DisclosureMini-c730c24d.js → DisclosureMini-661f0868.js} +4 -4
  220. package/dist/_shared/cjs/Download-60af8fe1.js +43 -0
  221. package/dist/_shared/cjs/{Filter-c42eee70.js → Filter-791d6d7a.js} +3 -3
  222. package/dist/_shared/cjs/{FormControl-5c963e6e.js → FormControl-9ab9e656.js} +5 -5
  223. package/dist/_shared/cjs/{Grid-69ed0e5c.js → Grid-bf7d8993.js} +1 -1
  224. package/dist/_shared/cjs/{Group-5233a907.js → Group-d94b74ac.js} +2 -2
  225. package/dist/_shared/cjs/{Heading-14378b72.js → Heading-dc6acee1.js} +5 -4
  226. package/dist/_shared/cjs/{HeroButton-db7d03d6.js → HeroButton-17400782.js} +6 -6
  227. package/dist/_shared/cjs/{Icon-7f1e8a19.js → Icon-cbf91a21.js} +16 -5
  228. package/dist/_shared/cjs/{Image-c8969ad9.js → Image-b83fa185.js} +1 -1
  229. package/dist/_shared/cjs/{MediaCard-4ff9f5c0.js → MediaCard-976046b7.js} +9 -9
  230. package/dist/_shared/cjs/{Poster-8fba5492.js → Poster-7c69a1e8.js} +3 -3
  231. package/dist/_shared/cjs/{ProgressStepper-aaff6b51.js → ProgressStepper-9d18e458.js} +8 -32
  232. package/dist/_shared/cjs/{RadioGroup-6142dceb.js → RadioGroup-4c9c7385.js} +4 -4
  233. package/dist/_shared/cjs/{Section-46646353.js → Section-6bda04f9.js} +1 -1
  234. package/dist/_shared/cjs/{SiteFooter-cfe7163f.js → SiteFooter-57e4e871.js} +6 -6
  235. package/dist/_shared/cjs/{SiteHeaderV2-043d976a.js → SiteHeaderV2-391c01d6.js} +15 -48
  236. package/dist/_shared/cjs/Spinner-3e4a2e61.js +24 -0
  237. package/dist/_shared/cjs/{Surface-7500f314.js → Surface-877d9fcc.js} +3 -2
  238. package/dist/_shared/cjs/Tabs-680a992e.js +90 -0
  239. package/dist/_shared/cjs/{Text-284a7314.js → Text-0d5891fc.js} +5 -4
  240. package/dist/_shared/cjs/{TextInput-bcc3f86c.js → TextInput-03995fb3.js} +6 -6
  241. package/dist/_shared/cjs/{ThemeIcon-c3dc056d.js → ThemeIcon-e7a68823.js} +2 -2
  242. package/dist/_shared/cjs/{Toast-69020185.js → Toast-d981b0a4.js} +6 -6
  243. package/dist/_shared/cjs/{UniversalHeader-07be88fd.js → UniversalHeader-3bf27194.js} +2 -2
  244. package/dist/_shared/cjs/{VerticalSpace-973deefe.js → VerticalSpace-14714d0f.js} +5 -5
  245. package/dist/_shared/cjs/{VisuallyHidden-25393f58.js → VisuallyHidden-82a60021.js} +1 -1
  246. package/dist/_shared/cjs/{component-4e71e3d3.js → component-dc16a7a5.js} +1 -1
  247. package/dist/_shared/cjs/{Tabs-bd1f208d.js → index-1e7a1fce.js} +8 -92
  248. package/dist/_shared/cjs/{index-6cbaf5e0.js → index-2bf59363.js} +1 -1
  249. package/dist/_shared/cjs/{index-dbab0ad6.js → index-527f962b.js} +1 -1
  250. package/dist/_shared/cjs/index-605c76b9.js +2204 -0
  251. package/dist/_shared/cjs/{index-568bc1da.js → index-879e71ee.js} +7 -7
  252. package/dist/_shared/cjs/{index-c137700a.js → index-ba3141f5.js} +1 -1
  253. package/dist/_shared/cjs/{index-677557a4.js → index-dbc843d3.js} +1 -1
  254. package/dist/_shared/cjs/index.es-b98bcd00.js +355 -0
  255. package/dist/_shared/cjs/{index.es-ba095ee5.js → index.es-d99844c0.js} +2 -2
  256. package/dist/_shared/esm/{Avatar-b5ac0a89.js → Avatar-cea3993d.js} +4 -4
  257. package/dist/_shared/esm/Badge-233eb171.js +11 -0
  258. package/dist/_shared/esm/Banner-ad242982.js +60 -0
  259. package/dist/_shared/esm/Box-aa4f3782.js +23 -0
  260. package/dist/_shared/esm/{BrandLogo-fb863b5b.js → BrandLogo-1ee6f128.js} +2 -2
  261. package/dist/_shared/esm/{Breadcrumbs-01ebed9b.js → Breadcrumbs-1e5f8ab3.js} +5 -4
  262. package/dist/_shared/esm/BtIconChevronRight2Px.esm-c939e317.js +37 -0
  263. package/dist/_shared/esm/{Button-1491784f.js → Button-ea676157.js} +4 -4
  264. package/dist/_shared/esm/{ButtonV2-f9019e00.js → ButtonV2-feb9bcbc.js} +13 -8
  265. package/dist/_shared/esm/{Calendar-5c2fb044.js → Calendar-2bbb4ad5.js} +8 -8
  266. package/dist/_shared/esm/{CardFooter-e4380cda.js → CardFooter-c1c75258.js} +3 -3
  267. package/dist/_shared/esm/{CardHeading-4223432d.js → CardHeading-394596ee.js} +2 -2
  268. package/dist/_shared/esm/{Checkbox-97def257.js → Checkbox-5c954576.js} +12 -7
  269. package/dist/_shared/esm/{Columns-9aa5df4a.js → Columns-61fccabf.js} +1 -1
  270. package/dist/_shared/esm/{Combination-2af75870.js → Combination-beb0370c.js} +2 -2
  271. package/dist/_shared/esm/ContentSwitcher-351ae1a6.js +93 -0
  272. package/dist/_shared/esm/ContentSwitcherDropdown-c5531690.js +58 -0
  273. package/dist/_shared/esm/{DatePicker-2d891441.js → DatePicker-a8e63fb1.js} +6 -23
  274. package/dist/_shared/esm/{DisclosureMini-6292f721.js → DisclosureMini-2d3bad0c.js} +4 -4
  275. package/dist/_shared/esm/Download-064c08ba.js +37 -0
  276. package/dist/_shared/esm/{Filter-71e06965.js → Filter-4519aab6.js} +3 -3
  277. package/dist/_shared/esm/{FormControl-e0acdf7a.js → FormControl-85a2ee28.js} +5 -5
  278. package/dist/_shared/esm/{Grid-727d05d6.js → Grid-3d8eaa8e.js} +1 -1
  279. package/dist/_shared/esm/{Group-b1b14ab4.js → Group-6d0c0d8e.js} +2 -2
  280. package/dist/_shared/esm/{Heading-0dfbdb24.js → Heading-db9014d5.js} +5 -4
  281. package/dist/_shared/esm/{HeroButton-bb983125.js → HeroButton-eb08293f.js} +6 -6
  282. package/dist/_shared/esm/{Icon-428e8061.js → Icon-e85f55ee.js} +16 -5
  283. package/dist/_shared/esm/{Image-c1dc10b5.js → Image-67ec95a0.js} +1 -1
  284. package/dist/_shared/esm/{MediaCard-d83b5561.js → MediaCard-4a845195.js} +9 -9
  285. package/dist/_shared/esm/{Poster-ac72059a.js → Poster-182a3dbf.js} +3 -3
  286. package/dist/_shared/esm/{ProgressStepper-e3e7b392.js → ProgressStepper-e1c297b4.js} +8 -32
  287. package/dist/_shared/esm/{RadioGroup-0d337240.js → RadioGroup-0daeae68.js} +4 -4
  288. package/dist/_shared/esm/{Section-c1dc6e37.js → Section-08f47911.js} +1 -1
  289. package/dist/_shared/esm/{SiteFooter-7e924fb4.js → SiteFooter-704fa8e5.js} +6 -6
  290. package/dist/_shared/esm/{SiteHeaderV2-94b9a407.js → SiteHeaderV2-2b0d6f96.js} +8 -41
  291. package/dist/_shared/esm/Spinner-6493dd54.js +18 -0
  292. package/dist/_shared/esm/{Surface-c425e5e6.js → Surface-b782cda9.js} +3 -2
  293. package/dist/_shared/esm/Tabs-321fa50e.js +84 -0
  294. package/dist/_shared/esm/{Text-96d8a35f.js → Text-d0acd173.js} +5 -4
  295. package/dist/_shared/esm/{TextInput-8e3b81bf.js → TextInput-211dbadb.js} +6 -6
  296. package/dist/_shared/esm/{ThemeIcon-9fac63d0.js → ThemeIcon-0b755b19.js} +2 -2
  297. package/dist/_shared/esm/{Toast-ebe2cd97.js → Toast-bd78be64.js} +6 -6
  298. package/dist/_shared/esm/{UniversalHeader-22ff848b.js → UniversalHeader-4907dbf4.js} +2 -2
  299. package/dist/_shared/esm/{VerticalSpace-6a3533db.js → VerticalSpace-6d8fcb17.js} +5 -5
  300. package/dist/_shared/esm/{VisuallyHidden-cf45ac18.js → VisuallyHidden-605ea42d.js} +1 -1
  301. package/dist/_shared/esm/{component-3e60a45e.js → component-d81b583b.js} +1 -1
  302. package/dist/_shared/esm/{index-fb8b9df7.js → index-13458236.js} +8 -8
  303. package/dist/_shared/esm/{index-61497bd9.js → index-2403936c.js} +1 -1
  304. package/dist/_shared/esm/index-66e8d1ec.js +2169 -0
  305. package/dist/_shared/esm/{index-cf208294.js → index-6bdce6c5.js} +1 -1
  306. package/dist/_shared/esm/{index-d083425f.js → index-7868cc59.js} +1 -1
  307. package/dist/_shared/esm/{index-3a2c1ceb.js → index-7f23bb37.js} +10 -10
  308. package/dist/_shared/esm/{index-f6cc48d2.js → index-a41a5e50.js} +1 -1
  309. package/dist/_shared/esm/{Tabs-028cee5d.js → index-b051f161.js} +6 -89
  310. package/dist/_shared/esm/index.es-3b4ff2ab.js +348 -0
  311. package/dist/_shared/esm/{index.es-974af4a2.js → index.es-8ada4213.js} +2 -2
  312. package/dist/index.es.js +14385 -13888
  313. package/dist/index.es.js.map +1 -1
  314. package/dist/index.js +14071 -13567
  315. package/dist/index.js.map +1 -1
  316. package/dist/styles.css +9 -7
  317. package/dist/types/components/Avatar/index.d.ts +1 -1
  318. package/dist/types/components/Banner/Banner.d.ts +68 -0
  319. package/dist/types/components/Banner/index.d.ts +1 -0
  320. package/dist/types/components/BannerWithTabs/BannerWithTabs.d.ts +17 -0
  321. package/dist/types/components/BannerWithTabs/index.d.ts +1 -0
  322. package/dist/types/components/Box/Box.d.ts +4 -0
  323. package/dist/types/components/ButtonV2/ButtonV2.d.ts +2 -2
  324. package/dist/types/components/Carousel/Carousel.d.ts +34 -0
  325. package/dist/types/components/Carousel/components/DotButton.d.ts +10 -0
  326. package/dist/types/components/Carousel/constants/breakpoints.d.ts +5 -0
  327. package/dist/types/components/Carousel/helpers/get-options.d.ts +3 -0
  328. package/dist/types/components/Carousel/helpers/get-slide-width.d.ts +12 -0
  329. package/dist/types/components/Carousel/index.d.ts +1 -0
  330. package/dist/types/components/Carousel/types/breakpoints.d.ts +1 -0
  331. package/dist/types/components/Carousel/types/keynames.d.ts +5 -0
  332. package/dist/types/components/Carousel/types/responsive.d.ts +3 -0
  333. package/dist/types/components/Carousel/types/screen-sizes.d.ts +2 -0
  334. package/dist/types/components/Carousel/types/slide-config.d.ts +5 -0
  335. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
  336. package/dist/types/components/ContentSwitcher/ContentSwitcher.d.ts +32 -0
  337. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/ContentSwitcherContent.d.ts +12 -0
  338. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/index.d.ts +1 -0
  339. package/dist/types/components/ContentSwitcher/ContentSwitcherList/ContentSwitcherList.d.ts +24 -0
  340. package/dist/types/components/ContentSwitcher/ContentSwitcherList/index.d.ts +1 -0
  341. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/ContentSwitcherTab.d.ts +17 -0
  342. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/index.d.ts +1 -0
  343. package/dist/types/components/ContentSwitcher/index.d.ts +1 -0
  344. package/dist/types/components/ContentSwitcherDropdown/ContentSwitcherDropdown.d.ts +57 -0
  345. package/dist/types/components/ContentSwitcherDropdown/index.d.ts +1 -0
  346. package/dist/types/components/Disclosure/index.d.ts +1 -1
  347. package/dist/types/components/Download/Download.d.ts +41 -0
  348. package/dist/types/components/Download/index.d.ts +1 -0
  349. package/dist/types/components/Heading/Heading.d.ts +4 -0
  350. package/dist/types/components/Heading/index.d.ts +1 -1
  351. package/dist/types/components/HeroBanner/HeroBanner.d.ts +5 -0
  352. package/dist/types/components/HeroBanner/index.d.ts +1 -0
  353. package/dist/types/components/Icon/Icon.d.ts +2 -2
  354. package/dist/types/components/ImpactCard/index.d.ts +1 -1
  355. package/dist/types/components/InformationCard/InformationCard.d.ts +2 -2
  356. package/dist/types/components/InformationCard/index.d.ts +1 -1
  357. package/dist/types/components/MediaCard/index.d.ts +1 -1
  358. package/dist/types/components/PageBanner/PageBanner.d.ts +5 -0
  359. package/dist/types/components/PageBanner/index.d.ts +1 -0
  360. package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +24 -16
  361. package/dist/types/components/Spinner/Spinner.d.ts +16 -0
  362. package/dist/types/components/Spinner/index.d.ts +1 -0
  363. package/dist/types/components/Surface/Surface.d.ts +4 -0
  364. package/dist/types/components/Tabs/TabsList/TabsList.d.ts +5 -0
  365. package/dist/types/components/Text/Text.d.ts +4 -0
  366. package/dist/types/components/TextInput/TextInput.d.ts +2 -2
  367. package/dist/types/components/ThemeIcon/icon-names.d.ts +1 -1
  368. package/dist/types/components/Truncate/Truncate.d.ts +1 -1
  369. package/dist/types/components/TypographyCard/index.d.ts +1 -1
  370. package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +9 -0
  371. package/dist/types/components/index.d.ts +7 -0
  372. package/dist/types/styles.d.ts +7 -1
  373. package/package.json +21 -18
  374. package/dist/_shared/cjs/ArcIconEclipse.esm-ac777a76.js +0 -28
  375. package/dist/_shared/cjs/Tag-4eb2ed9e.js +0 -44
  376. package/dist/_shared/cjs/index.es-c26e8978.js +0 -201
  377. package/dist/_shared/esm/ArcIconEclipse.esm-bb48b82a.js +0 -22
  378. package/dist/_shared/esm/Tag-1ae027ee.js +0 -38
  379. package/dist/_shared/esm/index.es-5496ec12.js +0 -196
  380. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Todo.d.ts +0 -2
  381. package/dist/_shared/cjs/{index-6f33b8c0.js → index-76f7dd53.js} +8 -8
@@ -1 +1 @@
1
- export { Avatar } from "./Avatar";
1
+ export { Avatar, type AvatarProps } from "./Avatar";
@@ -0,0 +1,68 @@
1
+ import React from "react";
2
+ import { HeadingSize, type HeadingLevel } from "../Heading/Heading";
3
+ import { type ImageProps } from "../Image/Image";
4
+ export declare const Banner: React.FC<BannerProps>;
5
+ type BannerStyle = "light" | "dark" | "contained";
6
+ type BannerAlignment = "top" | "bottom" | "center";
7
+ interface BannerImage extends Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fit"> {
8
+ alignment?: BannerAlignment;
9
+ }
10
+ export interface BannerProps {
11
+ /**
12
+ * Align content for Banner
13
+ */
14
+ alignment?: "start" | "center";
15
+ /**
16
+ * Heading for the Banner.
17
+ */
18
+ heading: string;
19
+ /**
20
+ * Image props for the Banner. Consider avoiding alt if the image is for decorative purposes only.
21
+ */
22
+ img?: BannerImage;
23
+ /**
24
+ * Provides a min height for the Banner.
25
+ */
26
+ minHeight?: string | number;
27
+ /**
28
+ * If true the image will appear on the left and the content will be on the right. Doesn't apply to mobile devices.
29
+ */
30
+ isReversed?: boolean;
31
+ /**
32
+ * Adds a gradient box shadow to the Banner.
33
+ */
34
+ isElevated?: boolean;
35
+ /**
36
+ * Content for the Banner.
37
+ */
38
+ children?: React.ReactNode;
39
+ /**
40
+ * Heading level for the ImpactCard heading.
41
+ */
42
+ headingLevel?: HeadingLevel;
43
+ /**
44
+ * Heading size for the ImpactCard heading.
45
+ */
46
+ headingSize?: Extract<HeadingSize, "m" | "xl">;
47
+ /**
48
+ * Uppercase label for the Banner.
49
+ */
50
+ label?: string;
51
+ /**
52
+ * Text content for the Banner.
53
+ */
54
+ text?: string;
55
+ /**
56
+ * Sets a dark or light background for the Banner.
57
+ */
58
+ type?: BannerStyle;
59
+ /**
60
+ * Defines the ratio of the content area within the banner layout.
61
+ */
62
+ contentRatio?: "2/3" | "1/1" | "1/0";
63
+ /**
64
+ * Add Additional top margin to banner
65
+ */
66
+ additionalTopMargin?: boolean;
67
+ }
68
+ export {};
@@ -0,0 +1 @@
1
+ export { Banner } from "./Banner";
@@ -0,0 +1,17 @@
1
+ import { FC } from "react";
2
+ import { BannerProps } from "../Banner/Banner";
3
+ export declare const BannerWithTabs: FC<BannerWithTabsProps>;
4
+ export interface BannerWithTabsProps {
5
+ /**
6
+ * Determine what tabs to render. They need both a `value` and `label` prop
7
+ */
8
+ tabs: {
9
+ value: string;
10
+ label: string;
11
+ content: Omit<BannerProps, "children">;
12
+ }[];
13
+ /**
14
+ * Default to an inital value of a tab. If this is left blank it will default to first tab.
15
+ */
16
+ defaultValue?: string;
17
+ }
@@ -0,0 +1 @@
1
+ export { BannerWithTabs } from "./BannerWithTabs";
@@ -33,4 +33,8 @@ export interface BoxProps {
33
33
  * Background color for the box.
34
34
  */
35
35
  surface?: SurfaceBackgroundColor;
36
+ /**
37
+ * Determine if the background color is transparent.
38
+ */
39
+ isSurfaceTransparent?: boolean;
36
40
  }
@@ -37,7 +37,7 @@ export interface ButtonV2Props extends ButtonV2ElementProps, LinkElementProps {
37
37
  /**
38
38
  * Determine the buttonStyle for `ButtonV2`. Default style is `primary`
39
39
  */
40
- buttonStyle?: "primary" | "secondary" | "tertiary" | "warning";
40
+ buttonStyle?: "primary" | "secondary" | "tertiary" | "warning" | "compact";
41
41
  /**
42
42
  * Render icon within `ButtonV2`
43
43
  */
@@ -66,7 +66,7 @@ export interface ButtonV2Props extends ButtonV2ElementProps, LinkElementProps {
66
66
  /**
67
67
  * Size of `ButtonV2`
68
68
  */
69
- size?: "s" | "m";
69
+ size?: "s" | "m" | "l";
70
70
  /**
71
71
  * HTML ID for the `ButtonV2`
72
72
  */
@@ -0,0 +1,34 @@
1
+ import React from "react";
2
+ import { type Responsive } from "./types/responsive";
3
+ export declare const Carousel: React.FC<CarouselProps>;
4
+ interface CarouselProps {
5
+ /**
6
+ * Adds a gap between the slides.
7
+ */
8
+ withGutter?: boolean;
9
+ /**
10
+ * How many slides to scroll on each navigation.
11
+ */
12
+ itemsToScroll?: number;
13
+ /**
14
+ * How many items to show for each slide.
15
+ */
16
+ itemsPerSlide?: number;
17
+ /**
18
+ * Shows some of the first item in the next slide if true.
19
+ */
20
+ isPartialVisible?: boolean;
21
+ /**
22
+ * Allows the carousel to scroll infinitely.
23
+ */
24
+ loop?: boolean;
25
+ /**
26
+ * Configure the carousel options for different breakpoints.
27
+ */
28
+ responsive?: Responsive;
29
+ /**
30
+ * items for the carousel.
31
+ */
32
+ children: React.ReactNode;
33
+ }
34
+ export {};
@@ -0,0 +1,10 @@
1
+ import React, { type KeyboardEvent } from "react";
2
+ export declare const DotButton: React.FC<DotButtonProps>;
3
+ interface DotButtonProps {
4
+ onKeyDown: (scrollSnapIndex: number) => (e: KeyboardEvent<HTMLButtonElement>) => void;
5
+ onClick: (scrollSnapIndex: number) => void;
6
+ visibleSlideIndex: number;
7
+ scrollSnapIndex: number;
8
+ focusIndex?: number;
9
+ }
10
+ export {};
@@ -0,0 +1,5 @@
1
+ export declare const XS_BREAKPOINT: string;
2
+ export declare const S_BREAKPOINT: string;
3
+ export declare const M_BREAKPOINT: string;
4
+ export declare const L_BREAKPOINT: string;
5
+ export declare const XL_BREAKPOINT: string;
@@ -0,0 +1,3 @@
1
+ import { type EmblaOptionsType } from "embla-carousel";
2
+ import { type Responsive } from "../types/responsive";
3
+ export declare const getOptions: (itemsToScroll: number, loop: boolean, responsive?: Responsive) => EmblaOptionsType;
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import { type Responsive } from "../types/responsive";
3
+ import { type ScreenSizes } from "../types/screen-sizes";
4
+ export declare const getSlideWidth: ({ screenSizes, itemsPerSlide, isPartialVisible, responsive, children, }: getSlideWidthParams) => number;
5
+ interface getSlideWidthParams {
6
+ itemsPerSlide: number;
7
+ isPartialVisible: boolean;
8
+ screenSizes: ScreenSizes;
9
+ responsive?: Responsive;
10
+ children: React.ReactNode;
11
+ }
12
+ export {};
@@ -0,0 +1 @@
1
+ export { Carousel } from "./Carousel";
@@ -0,0 +1 @@
1
+ export type BreakPoints = "xs" | "s" | "m" | "l" | "xl";
@@ -0,0 +1,5 @@
1
+ export declare enum KeyNames {
2
+ ArrowLeft = "ArrowLeft",
3
+ ArrowRight = "ArrowRight",
4
+ Escape = "Escape"
5
+ }
@@ -0,0 +1,3 @@
1
+ import { type BreakPoints } from "./breakpoints";
2
+ import { type SlideConfig } from "./slide-config";
3
+ export type Responsive = Partial<Record<BreakPoints, SlideConfig>>;
@@ -0,0 +1,2 @@
1
+ import { BreakPoints } from "./breakpoints";
2
+ export type ScreenSizes = Record<BreakPoints, boolean>;
@@ -0,0 +1,5 @@
1
+ export interface SlideConfig {
2
+ itemsToScroll?: number;
3
+ itemsPerSlide?: number;
4
+ isPartialVisible?: boolean;
5
+ }
@@ -57,7 +57,7 @@ export interface CheckboxProps {
57
57
  /**
58
58
  * Size of the Checkbox.
59
59
  */
60
- size?: "s" | "l";
60
+ size?: "s" | "m";
61
61
  /**
62
62
  * Value for the Checkbox.
63
63
  */
@@ -0,0 +1,32 @@
1
+ import { FC, ReactNode } from "react";
2
+ import { ContentSwitcherTab } from "./ContentSwitcherTab";
3
+ import { ContentSwitcherContent } from "./ContentSwitcherContent";
4
+ import { ContentSwitcherList } from "./ContentSwitcherList";
5
+ /** Use `ContentSwitcher` to allow users to navigate between different sections of relevant content. */
6
+ export declare const ContentSwitcher: FC<ContentSwitcherProps> & {
7
+ Tab: typeof ContentSwitcherTab;
8
+ Content: typeof ContentSwitcherContent;
9
+ List: typeof ContentSwitcherList;
10
+ };
11
+ export interface ContentSwitcherProps {
12
+ /**
13
+ * Render children
14
+ */
15
+ children: ReactNode;
16
+ /**
17
+ * Default to an inital value of a tab. If this is left blank it is possible for there to be no active tabs
18
+ */
19
+ defaultValue?: string;
20
+ /**
21
+ * Event handler called when the value changes.
22
+ */
23
+ onValueChange?: (value: string) => void;
24
+ /**
25
+ * When automatic, tabs are activated when receiving focus. When manual, tabs are activated when clicked.
26
+ */
27
+ activationMode?: "automatic" | "manual";
28
+ /**
29
+ * value for the `ContentSwitcher`. Passing a value makes the Select a controlled component.
30
+ */
31
+ value?: string;
32
+ }
@@ -0,0 +1,12 @@
1
+ import { FC, ReactNode } from "react";
2
+ export declare const ContentSwitcherContent: FC<ContentSwitcherContentProps>;
3
+ export interface ContentSwitcherContentProps {
4
+ /**
5
+ * Content to display
6
+ */
7
+ children: ReactNode;
8
+ /**
9
+ * This value links the `ContentSwitcherContent` with `ContentSwitcherTab`
10
+ */
11
+ value: string;
12
+ }
@@ -0,0 +1 @@
1
+ export { ContentSwitcherContent } from "./ContentSwitcherContent";
@@ -0,0 +1,24 @@
1
+ import { FC, ReactNode } from "react";
2
+ export declare const ContentSwitcherList: FC<ContentSwitcherListProps>;
3
+ export interface ContentSwitcherListProps {
4
+ /**
5
+ * Contents of the `ContentSwitcherList` Should contain `Tab`
6
+ */
7
+ children: ReactNode;
8
+ /**
9
+ * Determine if `ContentSwitcherList` should be justified
10
+ */
11
+ isJustified?: boolean;
12
+ /**
13
+ * Determine the type of `ContentSwitcherList`. Default is standard
14
+ */
15
+ type?: "standard" | "contained";
16
+ /**
17
+ * Determine a accessible label for `ContentSwitcherList`
18
+ */
19
+ ariaLabel?: string;
20
+ /**
21
+ * Determines if the `ContentSwitcherList` should be inset within the content panel.
22
+ */
23
+ isInset?: boolean;
24
+ }
@@ -0,0 +1 @@
1
+ export { ContentSwitcherList } from "./ContentSwitcherList";
@@ -0,0 +1,17 @@
1
+ import { FC } from "react";
2
+ export declare const ContentSwitcherTab: FC<ContentSwitcherTabProps>;
3
+ interface ContentSwitcherTabProps {
4
+ /**
5
+ * Label to display on the ContentSwitcherTab
6
+ */
7
+ label: string;
8
+ /**
9
+ * Value to link `ContentSwitcherTab` to `ContentSwitcherTabContent`
10
+ */
11
+ value: string;
12
+ /**
13
+ * Pass a function to `ContentSwitcherTab`
14
+ */
15
+ onClick?: () => void;
16
+ }
17
+ export {};
@@ -0,0 +1 @@
1
+ export { ContentSwitcherTab } from "./ContentSwitcherTab";
@@ -0,0 +1 @@
1
+ export { ContentSwitcher } from "./ContentSwitcher";
@@ -0,0 +1,57 @@
1
+ import { FC, ReactNode } from "react";
2
+ export declare const ContentSwitcherDropdown: FC<ContentSwitcherDropdownProps> & {
3
+ Content: typeof ContentSwitcherDropdownContent;
4
+ };
5
+ declare const ContentSwitcherDropdownContent: FC<ContentSwitcherDropdownContentProps>;
6
+ export interface ContentSwitcherDropdownContentProps {
7
+ /**
8
+ * Content to display
9
+ */
10
+ children: ReactNode;
11
+ /**
12
+ * This value links the `ContentSwitcherDropdown.Content` with `ContentSwitcherDropdown` property `Tabs`
13
+ */
14
+ value: string;
15
+ }
16
+ export interface ContentSwitcherDropdownProps {
17
+ /**
18
+ * Render children
19
+ */
20
+ children?: ReactNode;
21
+ /**
22
+ * Default to an inital value of a tab. If this is not set default to first tab.
23
+ */
24
+ defaultValue?: string;
25
+ /**
26
+ * Event handler called when the value changes. This can only be active when child elements are not present
27
+ */
28
+ onValueChange?: (value: string) => void;
29
+ /**
30
+ * Determine what tabs to render. They need both a `value` and `label` prop
31
+ */
32
+ tabs: {
33
+ value: string;
34
+ label: string;
35
+ }[];
36
+ /**
37
+ * Determines if the `ContentSwitcherDropdown` should be inset within the content panel.
38
+ */
39
+ isInset?: boolean;
40
+ /**
41
+ * value for the `ContentSwitcherDropdown`. Passing a value makes the Select a controlled component.
42
+ */
43
+ value?: string;
44
+ /**
45
+ * Aria label for the `ContentSwitcherDropdown`.
46
+ */
47
+ ariaLabel?: string;
48
+ /**
49
+ * Sets the `ContentSwitcherDropdown` to 100% width.
50
+ */
51
+ isFluid?: boolean;
52
+ /**
53
+ * Sets the width of the `ContentSwitcherDropdown`.
54
+ */
55
+ width?: string;
56
+ }
57
+ export {};
@@ -0,0 +1 @@
1
+ export { ContentSwitcherDropdown } from "./ContentSwitcherDropdown";
@@ -1 +1 @@
1
- export { Disclosure } from "./Disclosure";
1
+ export { Disclosure, type DisclosureProps } from "./Disclosure";
@@ -0,0 +1,41 @@
1
+ import React, { MouseEvent } from "react";
2
+ import { type ThemeIconNames } from "../ThemeIcon";
3
+ export declare const Download: React.FC<DownloadProps>;
4
+ export interface DownloadProps {
5
+ /**
6
+ * Name for `<Download />`
7
+ */
8
+ name: string;
9
+ /**
10
+ * File type for `<Download />`
11
+ */
12
+ type: string;
13
+ /**
14
+ * File url for `<Download />`
15
+ */
16
+ href?: string;
17
+ /**
18
+ * If true, the spacing will be reduced resulting in a tighter look and feel.
19
+ */
20
+ isCompact?: boolean;
21
+ /**
22
+ * If false the width will be the same as the inner content
23
+ */
24
+ isFullWidth?: boolean;
25
+ /**
26
+ * Description for `<Download />`
27
+ */
28
+ description?: string;
29
+ /**
30
+ * File size for `<Download />`
31
+ */
32
+ size?: string;
33
+ /**
34
+ * Icon for `<Download />`
35
+ */
36
+ icon?: Extract<ThemeIconNames, "downloadFile" | "downloadAccessibility">;
37
+ /**
38
+ * Click handler for `<Download />`
39
+ */
40
+ onClick?: (e: MouseEvent<HTMLAnchorElement>) => void;
41
+ }
@@ -0,0 +1 @@
1
+ export { Download, type DownloadProps } from "./Download";
@@ -46,4 +46,8 @@ export interface HeadingProps {
46
46
  * Typographic size of the Heading.
47
47
  */
48
48
  size?: HeadingSize;
49
+ /**
50
+ * Should the Heading component be styled as an inline element?
51
+ */
52
+ isInline?: boolean;
49
53
  }
@@ -1 +1 @@
1
- export { Heading } from "./Heading";
1
+ export { Heading, type HeadingLevel } from "./Heading";
@@ -0,0 +1,5 @@
1
+ import { FC } from "react";
2
+ import { BannerProps } from "../Banner/Banner";
3
+ export declare const HeroBanner: FC<HeroBannerProps>;
4
+ export interface HeroBannerProps extends Omit<BannerProps, "headingSize" | "alignment" | "additionalTopMargin"> {
5
+ }
@@ -0,0 +1 @@
1
+ export { HeroBanner } from "./HeroBanner";
@@ -1,4 +1,4 @@
1
- import { FC } from "react";
1
+ import React, { FC } from "react";
2
2
  import { ArcIcon } from "../../types/arc-icon";
3
3
  /**
4
4
  * Use `Icon` to display brand iconography.
@@ -17,7 +17,7 @@ export interface IconProps {
17
17
  /**
18
18
  * Icon variant.
19
19
  */
20
- icon?: ArcIcon;
20
+ icon?: ArcIcon | React.ReactElement<SVGElement>;
21
21
  /**
22
22
  * Alternative text label for the Icon.
23
23
  */
@@ -1 +1 @@
1
- export { ImpactCard } from "./ImpactCard";
1
+ export { ImpactCard, type ImpactCardProps } from "./ImpactCard";
@@ -49,9 +49,9 @@ export interface InformationCardProps {
49
49
  */
50
50
  minHeight?: number;
51
51
  /**
52
- * Tags for the InformationCard.
52
+ * Badges for the InformationCard.
53
53
  */
54
- tags?: {
54
+ badges?: {
55
55
  text: string;
56
56
  }[];
57
57
  /**
@@ -1 +1 @@
1
- export { InformationCard } from "./InformationCard";
1
+ export { InformationCard, type InformationCardProps } from "./InformationCard";
@@ -1 +1 @@
1
- export { MediaCard } from "./MediaCard";
1
+ export { MediaCard, type MediaCardProps } from "./MediaCard";
@@ -0,0 +1,5 @@
1
+ import { FC } from "react";
2
+ import { BannerProps } from "../Banner/Banner";
3
+ export declare const PageBanner: FC<PageBannerProps>;
4
+ export interface PageBannerProps extends Omit<BannerProps, "headingSize" | "additionalTopMargin"> {
5
+ }
@@ -0,0 +1 @@
1
+ export { PageBanner } from "./PageBanner";
@@ -1,35 +1,43 @@
1
1
  import React, { FC } from "react";
2
+ /**
3
+ * TODO! Revise method of aligning svg's
4
+ */
2
5
  /**
3
6
  * Use `PaginationSimple` to navigate through multiple pages of content.
4
7
  */
5
8
  export declare const PaginationSimple: FC<PaginationSimpleProps>;
6
9
  export interface PaginationSimpleProps {
7
10
  /**
8
- * hides prev button if true.
9
- */
10
- hidePrev?: boolean;
11
- /**
12
- * hides next button if true.
11
+ * hide buttons if true.
13
12
  */
14
- hideNext?: boolean;
13
+ hide?: {
14
+ first?: boolean;
15
+ prev?: boolean;
16
+ next?: boolean;
17
+ last?: boolean;
18
+ };
15
19
  /**
16
- * makes prev button a link
20
+ * makes each button a link
17
21
  */
18
- prevHref?: string;
19
- /**
20
- * makes next button a link
21
- */
22
- nextHref?: string;
22
+ hrefs?: {
23
+ first?: string;
24
+ prev?: string;
25
+ next?: string;
26
+ last?: string;
27
+ };
23
28
  /**
24
29
  * if true buttons will hug either edge of the parent element
25
30
  */
26
31
  isFluid?: boolean;
27
32
  /**
28
- * Function to call when previous page is selected
33
+ * if true ellipsis will show in-between previous and next
34
+ */
35
+ /**
36
+ * Function to call when page is changed. This is called with type and event
29
37
  */
30
- onPrevPage?: (e: React.MouseEvent) => void;
38
+ showEllipsis?: boolean;
31
39
  /**
32
- * Function to call when next page is selected
40
+ * Function to call when page is changed. This is called with type and event
33
41
  */
34
- onNextPage?: (e: React.MouseEvent) => void;
42
+ onPageChange?: (e: React.MouseEvent, type?: "prev" | "next" | "first" | "last") => void;
35
43
  }
@@ -0,0 +1,16 @@
1
+ import { FC } from "react";
2
+ /**
3
+ * Use `Spinner` to display a loading state.
4
+ */
5
+ export declare const Spinner: FC<SpinnerProps>;
6
+ export type SpinnerSize = "s" | "m" | "l" | "xl" | "xxl";
7
+ export interface SpinnerProps {
8
+ /**
9
+ * Colour options. If no `color` option defined, the colour will use currentColor.
10
+ */
11
+ color?: "light" | "dark" | undefined;
12
+ /**
13
+ * Set sizes of spinner `s`, `m`, `l`, `xl`, `xxl` or a custom number value e.g. `100`px.
14
+ */
15
+ size?: SpinnerSize | number | null;
16
+ }
@@ -0,0 +1 @@
1
+ export { Spinner } from "./Spinner";
@@ -17,6 +17,10 @@ export interface SurfaceProps extends HTMLAttributes<HTMLElement> {
17
17
  * accessibility requirements.
18
18
  */
19
19
  background?: SurfaceBackgroundColor;
20
+ /**
21
+ * Should the Surface be transparent? When true, no background colour will be applied.
22
+ */
23
+ isTransparent?: boolean;
20
24
  /**
21
25
  * Content to display on the Surface.
22
26
  */
@@ -1,4 +1,5 @@
1
1
  import { FC, ReactNode } from "react";
2
+ import { SurfaceBackgroundColor } from "../../Surface";
2
3
  export declare const TabsList: FC<TabsListProps>;
3
4
  export interface TabsListProps {
4
5
  /**
@@ -17,4 +18,8 @@ export interface TabsListProps {
17
18
  * Determine a accessible label for `Tabs`
18
19
  */
19
20
  ariaLabel?: string;
21
+ /**
22
+ * Background color for the overlap gradient.
23
+ */
24
+ overflowGradient?: SurfaceBackgroundColor;
20
25
  }
@@ -34,4 +34,8 @@ export interface TextProps {
34
34
  * Id for the Text.
35
35
  */
36
36
  id?: string;
37
+ /**
38
+ * Element type for text component. Default value is span
39
+ */
40
+ elementType?: "span" | "p";
37
41
  }