@arc-ui/components 12.0.0-beta.13 → 12.0.0-beta.15

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 (1254) hide show
  1. package/lib/Alert/Alert.cjs +48 -0
  2. package/lib/Alert/Alert.mjs +46 -0
  3. package/lib/Alert/styles.css +1 -0
  4. package/lib/Align/Align.cjs +28 -0
  5. package/lib/Align/Align.mjs +26 -0
  6. package/lib/Align/styles.css +1 -0
  7. package/lib/AppButton/AppButton.cjs +68 -0
  8. package/lib/AppButton/AppButton.mjs +66 -0
  9. package/lib/AppButton/styles.css +1 -0
  10. package/lib/Avatar/Avatar.cjs +18 -0
  11. package/lib/Avatar/Avatar.mjs +12 -0
  12. package/lib/Avatar/styles.css +1 -0
  13. package/lib/AvatarGroup/AvatarGroup.cjs +34 -0
  14. package/lib/AvatarGroup/AvatarGroup.mjs +32 -0
  15. package/lib/AvatarGroup/styles.css +1 -0
  16. package/lib/Badge/Badge.cjs +12 -0
  17. package/lib/Badge/Badge.mjs +6 -0
  18. package/lib/Badge/styles.css +1 -0
  19. package/lib/Banner/Banner.cjs +24 -0
  20. package/lib/Banner/Banner.mjs +22 -0
  21. package/lib/Box/Box.cjs +12 -0
  22. package/lib/Box/Box.mjs +6 -0
  23. package/lib/Box/styles.css +1 -0
  24. package/lib/BrandLogo/BrandLogo.cjs +15 -0
  25. package/lib/BrandLogo/BrandLogo.mjs +8 -0
  26. package/lib/BrandLogo/styles.css +1 -0
  27. package/lib/Breadcrumbs/Breadcrumbs.cjs +89 -0
  28. package/lib/Breadcrumbs/Breadcrumbs.mjs +85 -0
  29. package/lib/Breadcrumbs/styles.css +1 -0
  30. package/lib/Button/Button.cjs +16 -0
  31. package/lib/Button/Button.mjs +10 -0
  32. package/lib/Button/styles.css +1 -0
  33. package/lib/ButtonGroup/ButtonGroup.cjs +33 -0
  34. package/lib/ButtonGroup/ButtonGroup.mjs +31 -0
  35. package/lib/ButtonGroup/styles.css +1 -0
  36. package/lib/ButtonV2/ButtonV2.cjs +16 -0
  37. package/lib/ButtonV2/ButtonV2.mjs +10 -0
  38. package/lib/ButtonV2/styles.css +1 -0
  39. package/lib/Calendar/Calendar.cjs +22 -0
  40. package/lib/Calendar/Calendar.mjs +16 -0
  41. package/lib/Calendar/styles.css +1 -0
  42. package/lib/CardFooter/CardFooter.cjs +17 -0
  43. package/lib/CardFooter/CardFooter.mjs +11 -0
  44. package/lib/CardFooter/styles.css +1 -0
  45. package/lib/CardHeading/CardHeading.cjs +15 -0
  46. package/lib/CardHeading/CardHeading.mjs +9 -0
  47. package/lib/CardHeading/styles.css +1 -0
  48. package/lib/Carousel/Carousel.cjs +1903 -0
  49. package/lib/Carousel/Carousel.mjs +1901 -0
  50. package/lib/Carousel/styles.css +1 -0
  51. package/lib/Checkbox/Checkbox.cjs +19 -0
  52. package/lib/Checkbox/Checkbox.mjs +13 -0
  53. package/lib/Checkbox/styles.css +1 -0
  54. package/lib/Columns/Columns.cjs +48 -0
  55. package/lib/Columns/Columns.mjs +45 -0
  56. package/lib/Columns/styles.css +1 -0
  57. package/lib/ComboBox/ComboBox.cjs +29 -0
  58. package/lib/ComboBox/ComboBox.mjs +23 -0
  59. package/lib/ComboBox/styles.css +1 -0
  60. package/lib/ConditionalWrapper/ConditionalWrapper.cjs +8 -0
  61. package/lib/ConditionalWrapper/ConditionalWrapper.mjs +2 -0
  62. package/lib/ContentSwitcher/ContentSwitcher.cjs +24 -0
  63. package/lib/ContentSwitcher/ContentSwitcher.mjs +15 -0
  64. package/lib/ContentSwitcher/styles.css +1 -0
  65. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs +23 -0
  66. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.mjs +16 -0
  67. package/lib/ContentSwitcherDropdown/styles.css +1 -0
  68. package/lib/DatePicker/DatePicker.cjs +41 -0
  69. package/lib/DatePicker/DatePicker.mjs +30 -0
  70. package/lib/DatePicker/styles.css +1 -0
  71. package/lib/Disclosure/Disclosure.cjs +35 -0
  72. package/lib/Disclosure/Disclosure.mjs +33 -0
  73. package/lib/Disclosure/styles.css +1 -0
  74. package/lib/DisclosureMini/DisclosureMini.cjs +16 -0
  75. package/lib/DisclosureMini/DisclosureMini.mjs +10 -0
  76. package/lib/DisclosureMini/styles.css +1 -0
  77. package/lib/Download/Download.cjs +17 -0
  78. package/lib/Download/Download.mjs +11 -0
  79. package/lib/Download/styles.css +1 -0
  80. package/lib/Drawer/Drawer.cjs +375 -0
  81. package/lib/Drawer/Drawer.mjs +355 -0
  82. package/lib/Drawer/styles.css +1 -0
  83. package/lib/Elevation/Elevation.cjs +21 -0
  84. package/lib/Elevation/Elevation.mjs +19 -0
  85. package/lib/Elevation/styles.css +1 -0
  86. package/lib/Filter/Filter.cjs +107 -0
  87. package/lib/Filter/Filter.mjs +101 -0
  88. package/lib/Filter/styles.css +1 -0
  89. package/lib/FormControl/FormControl.cjs +19 -0
  90. package/lib/FormControl/FormControl.mjs +12 -0
  91. package/lib/FormControl/styles.css +1 -0
  92. package/lib/Grid/Grid.cjs +14 -0
  93. package/lib/Grid/Grid.mjs +6 -0
  94. package/lib/Grid/styles.css +1 -0
  95. package/lib/Group/Group.cjs +41 -0
  96. package/lib/Group/Group.mjs +38 -0
  97. package/lib/Group/styles.css +1 -0
  98. package/lib/Heading/Heading.cjs +14 -0
  99. package/lib/Heading/Heading.mjs +8 -0
  100. package/lib/Heading/styles.css +1 -0
  101. package/lib/HeroBanner/HeroBanner.cjs +29 -0
  102. package/lib/HeroBanner/HeroBanner.mjs +27 -0
  103. package/lib/HeroBanner/styles.css +1 -0
  104. package/lib/HeroButton/HeroButton.cjs +16 -0
  105. package/lib/HeroButton/HeroButton.mjs +10 -0
  106. package/lib/HeroButton/styles.css +1 -0
  107. package/lib/Hidden/Hidden.cjs +18 -0
  108. package/lib/Hidden/Hidden.mjs +16 -0
  109. package/lib/Hidden/styles.css +1 -0
  110. package/lib/HorizontalCard/HorizontalCard.cjs +38 -0
  111. package/lib/HorizontalCard/HorizontalCard.mjs +36 -0
  112. package/lib/HorizontalCard/styles.css +1 -0
  113. package/lib/Icon/Icon.cjs +15 -0
  114. package/lib/Icon/Icon.mjs +8 -0
  115. package/lib/Icon/styles.css +1 -0
  116. package/lib/Image/Image.cjs +17 -0
  117. package/lib/Image/Image.mjs +7 -0
  118. package/lib/Image/styles.css +1 -0
  119. package/lib/ImpactCard/ImpactCard.cjs +40 -0
  120. package/lib/ImpactCard/ImpactCard.mjs +38 -0
  121. package/lib/ImpactCard/styles.css +1 -0
  122. package/lib/InformationCard/InformationCard.cjs +95 -0
  123. package/lib/InformationCard/InformationCard.mjs +93 -0
  124. package/lib/InformationCard/styles.css +1 -0
  125. package/lib/Link/Link.cjs +72 -0
  126. package/lib/Link/Link.mjs +70 -0
  127. package/lib/Link/styles.css +1 -0
  128. package/lib/Markup/Markup.cjs +23 -0
  129. package/lib/Markup/Markup.mjs +21 -0
  130. package/lib/Markup/styles.css +1 -0
  131. package/lib/MediaCard/MediaCard.cjs +27 -0
  132. package/lib/MediaCard/MediaCard.mjs +21 -0
  133. package/lib/MediaCard/styles.css +1 -0
  134. package/lib/Modal/Modal.cjs +85 -0
  135. package/lib/Modal/Modal.mjs +83 -0
  136. package/lib/Modal/styles.css +1 -0
  137. package/lib/Pagination/Pagination.cjs +78 -0
  138. package/lib/Pagination/Pagination.mjs +76 -0
  139. package/lib/Pagination/styles.css +1 -0
  140. package/lib/PaginationSimple/PaginationSimple.cjs +107 -0
  141. package/lib/PaginationSimple/PaginationSimple.mjs +105 -0
  142. package/lib/PaginationSimple/styles.css +1 -0
  143. package/lib/Popover/Popover.cjs +38 -0
  144. package/lib/Popover/Popover.mjs +36 -0
  145. package/lib/Popover/styles.css +1 -0
  146. package/lib/Poster/Poster.cjs +43 -0
  147. package/lib/Poster/Poster.mjs +39 -0
  148. package/lib/Poster/styles.css +1 -0
  149. package/lib/ProgressBar/ProgressBar.cjs +66 -0
  150. package/lib/ProgressBar/ProgressBar.mjs +64 -0
  151. package/lib/ProgressBar/styles.css +1 -0
  152. package/lib/ProgressStepper/ProgressStepper.cjs +96 -0
  153. package/lib/ProgressStepper/ProgressStepper.mjs +93 -0
  154. package/lib/ProgressStepper/styles.css +1 -0
  155. package/lib/RadioCardGroup/RadioCardGroup.cjs +40 -0
  156. package/lib/RadioCardGroup/RadioCardGroup.mjs +38 -0
  157. package/lib/RadioCardGroup/styles.css +1 -0
  158. package/lib/RadioGroup/RadioGroup.cjs +38 -0
  159. package/lib/RadioGroup/RadioGroup.mjs +35 -0
  160. package/lib/RadioGroup/styles.css +1 -0
  161. package/lib/Rule/Rule.cjs +13 -0
  162. package/lib/Rule/Rule.mjs +7 -0
  163. package/lib/Rule/styles.css +1 -0
  164. package/lib/ScrollToTop/ScrollToTop.cjs +63 -0
  165. package/lib/ScrollToTop/ScrollToTop.mjs +61 -0
  166. package/lib/ScrollToTop/styles.css +1 -0
  167. package/lib/Section/Section.cjs +11 -0
  168. package/lib/Section/Section.mjs +5 -0
  169. package/lib/Section/styles.css +1 -0
  170. package/lib/Select/Select.cjs +83 -0
  171. package/lib/Select/Select.mjs +81 -0
  172. package/lib/Select/styles.css +1 -0
  173. package/lib/SiteFooter/SiteFooter.cjs +56 -0
  174. package/lib/SiteFooter/SiteFooter.mjs +52 -0
  175. package/lib/SiteFooter/styles.css +1 -0
  176. package/lib/SiteFooterV2/SiteFooterV2.cjs +107 -0
  177. package/lib/SiteFooterV2/SiteFooterV2.mjs +101 -0
  178. package/lib/SiteFooterV2/styles.css +1 -0
  179. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +177 -0
  180. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +168 -0
  181. package/lib/SiteHeaderV2/styles.css +1 -0
  182. package/lib/Skeleton/Skeleton.cjs +20 -0
  183. package/lib/Skeleton/Skeleton.mjs +18 -0
  184. package/lib/Skeleton/styles.css +1 -0
  185. package/lib/SkipLink/SkipLink.cjs +18 -0
  186. package/lib/SkipLink/SkipLink.mjs +15 -0
  187. package/lib/SkipLink/styles.css +1 -0
  188. package/lib/Spinner/Spinner.cjs +10 -0
  189. package/lib/Spinner/Spinner.mjs +4 -0
  190. package/lib/Spinner/styles.css +1 -0
  191. package/lib/Surface/Surface.cjs +15 -0
  192. package/lib/Surface/Surface.mjs +6 -0
  193. package/lib/Surface/styles.css +1 -0
  194. package/lib/Switch/Switch.cjs +232 -0
  195. package/lib/Switch/Switch.mjs +230 -0
  196. package/lib/Switch/styles.css +1 -0
  197. package/lib/TabbedBanner/TabbedBanner.cjs +68 -0
  198. package/lib/TabbedBanner/TabbedBanner.mjs +66 -0
  199. package/lib/TabbedBanner/styles.css +1 -0
  200. package/lib/Tabs/Tabs.cjs +92 -0
  201. package/lib/Tabs/Tabs.mjs +87 -0
  202. package/lib/Tabs/styles.css +1 -0
  203. package/lib/Tag/Tag.cjs +81 -0
  204. package/lib/Tag/Tag.mjs +79 -0
  205. package/lib/Tag/styles.css +1 -0
  206. package/lib/TemplateBanner/TemplateBanner.cjs +22 -0
  207. package/lib/TemplateBanner/TemplateBanner.mjs +16 -0
  208. package/lib/TemplateBanner/styles.css +1 -0
  209. package/lib/Text/Text.cjs +14 -0
  210. package/lib/Text/Text.mjs +8 -0
  211. package/lib/Text/styles.css +1 -0
  212. package/lib/TextArea/TextArea.cjs +108 -0
  213. package/lib/TextArea/TextArea.mjs +106 -0
  214. package/lib/TextArea/styles.css +1 -0
  215. package/lib/TextInput/TextInput.cjs +20 -0
  216. package/lib/TextInput/TextInput.mjs +14 -0
  217. package/lib/TextInput/styles.css +1 -0
  218. package/lib/Theme/Theme.cjs +75 -0
  219. package/lib/Theme/Theme.mjs +72 -0
  220. package/lib/Theme/styles.css +1 -0
  221. package/lib/ThemeIcon/ThemeIcon.cjs +14 -0
  222. package/lib/ThemeIcon/ThemeIcon.mjs +8 -0
  223. package/lib/ThemeIcon/styles.css +1 -0
  224. package/lib/ThumbnailSignpost/ThumbnailSignpost.cjs +32 -0
  225. package/lib/ThumbnailSignpost/ThumbnailSignpost.mjs +30 -0
  226. package/lib/ThumbnailSignpost/styles.css +1 -0
  227. package/lib/Toast/Toast.cjs +999 -0
  228. package/lib/Toast/Toast.mjs +996 -0
  229. package/lib/Toast/styles.css +1 -0
  230. package/lib/Tooltip/Tooltip.cjs +1372 -0
  231. package/lib/Tooltip/Tooltip.mjs +1352 -0
  232. package/lib/Tooltip/styles.css +1 -0
  233. package/lib/Truncate/Truncate.cjs +13 -0
  234. package/lib/Truncate/Truncate.mjs +11 -0
  235. package/lib/Truncate/styles.css +1 -0
  236. package/lib/TypographyCard/TypographyCard.cjs +37 -0
  237. package/lib/TypographyCard/TypographyCard.mjs +35 -0
  238. package/lib/TypographyCard/styles.css +1 -0
  239. package/lib/UniversalHeader/UniversalHeader.cjs +30 -0
  240. package/lib/UniversalHeader/UniversalHeader.mjs +27 -0
  241. package/lib/UniversalHeader/styles.css +1 -0
  242. package/lib/VerticalSpace/VerticalSpace.cjs +10 -0
  243. package/lib/VerticalSpace/VerticalSpace.mjs +4 -0
  244. package/lib/VerticalSpace/styles.css +1 -0
  245. package/lib/VideoPlayer/VideoPlayer.cjs +3204 -0
  246. package/lib/VideoPlayer/VideoPlayer.mjs +3202 -0
  247. package/lib/VideoPlayer/styles.css +1 -0
  248. package/lib/Visible/Visible.cjs +18 -0
  249. package/lib/Visible/Visible.mjs +16 -0
  250. package/lib/Visible/styles.css +1 -0
  251. package/lib/VisuallyHidden/VisuallyHidden.cjs +9 -0
  252. package/lib/VisuallyHidden/VisuallyHidden.mjs +3 -0
  253. package/lib/VisuallyHidden/styles.css +1 -0
  254. package/lib/_shared/cjs/Avatar-CxbjOB_b.cjs +44 -0
  255. package/lib/_shared/cjs/Badge-CQVEPH9v.cjs +14 -0
  256. package/lib/_shared/cjs/Box-COPXU1Jf.cjs +25 -0
  257. package/lib/_shared/cjs/BrandLogo-D5wlIFmm.cjs +29 -0
  258. package/lib/_shared/cjs/BreadcrumbsLink-CDmk3Y3m.cjs +18 -0
  259. package/lib/_shared/cjs/BtIconArrowRight-BX-bj8Y6.cjs +27 -0
  260. package/lib/_shared/cjs/BtIconChevronRight2Px-CnplmEFZ.cjs +41 -0
  261. package/lib/_shared/cjs/BtIconChevronRightMid-C6zjDEMv.cjs +25 -0
  262. package/lib/_shared/cjs/BtIconPlayFill-WUt-9eLl.cjs +27 -0
  263. package/lib/_shared/cjs/Button-b36K7-Cf.cjs +50 -0
  264. package/lib/_shared/cjs/ButtonV2-s8OF4enU.cjs +44 -0
  265. package/lib/_shared/cjs/Calendar-C7hlGsAS.cjs +1925 -0
  266. package/lib/_shared/cjs/CardFooter-B2ljCf25.cjs +78 -0
  267. package/lib/_shared/cjs/CardHeading-Cl0D1Khp.cjs +12 -0
  268. package/lib/_shared/cjs/Checkbox-D2UQsmiB.cjs +88 -0
  269. package/lib/_shared/cjs/Combination-iNPq-pNP.cjs +1464 -0
  270. package/lib/_shared/cjs/ComboBox-CmVMpsxn.cjs +291 -0
  271. package/lib/_shared/cjs/ContentSwitcherDropdown-CWP2-zun.cjs +71 -0
  272. package/lib/_shared/cjs/ContentSwitcherList-I7jCZn8C.cjs +98 -0
  273. package/lib/_shared/cjs/ContentSwitcherTab-B387Qs3I.cjs +14 -0
  274. package/lib/_shared/cjs/DatePicker-DFxy7N2n.cjs +316 -0
  275. package/lib/_shared/cjs/DisclosureMini-CtvDxVaG.cjs +37 -0
  276. package/lib/_shared/cjs/Download-CrIytI74.cjs +39 -0
  277. package/lib/_shared/cjs/FormControl-D3-JbAVb.cjs +108 -0
  278. package/lib/_shared/cjs/GridRow-BW2ZGtND.cjs +44 -0
  279. package/lib/_shared/cjs/Heading-BEMSkLYR.cjs +34 -0
  280. package/lib/_shared/cjs/HeroButton-CrsC6Q7A.cjs +124 -0
  281. package/lib/_shared/cjs/Icon-DdqFr6bT.cjs +52 -0
  282. package/lib/_shared/cjs/Image-C1pcrfnN.cjs +49 -0
  283. package/lib/_shared/cjs/MediaCard-BjxeV_gW.cjs +61 -0
  284. package/lib/_shared/cjs/Preview-BYuMaIh7.cjs +175 -0
  285. package/lib/_shared/cjs/RadioCardGroupInput-DT0Xce4L.cjs +53 -0
  286. package/lib/_shared/cjs/RadioGroupInput-D3trTxB5.cjs +54 -0
  287. package/lib/_shared/cjs/Rule-DMQsi2L6.cjs +23 -0
  288. package/lib/_shared/cjs/Section-wUVdzmGA.cjs +21 -0
  289. package/lib/_shared/cjs/SiteHeaderV2NavItemWithSubNav-CgE1WMT8.cjs +444 -0
  290. package/lib/_shared/cjs/Spinner-bbrOwxv2.cjs +16 -0
  291. package/lib/_shared/cjs/Surface-BFx1yNsq.cjs +55 -0
  292. package/lib/_shared/cjs/TemplateBanner-BloKZ_UR.cjs +71 -0
  293. package/lib/_shared/cjs/Text-Cr5nmYmx.cjs +29 -0
  294. package/lib/_shared/cjs/TextInput-DT4hi02U.cjs +107 -0
  295. package/lib/_shared/cjs/ThemeIcon-BoxbjTaQ.cjs +23 -0
  296. package/lib/_shared/cjs/VerticalSpace-BJvST6WP.cjs +25 -0
  297. package/lib/_shared/cjs/VisuallyHidden-B4XCvPYP.cjs +14 -0
  298. package/lib/_shared/cjs/capitalise-first-letter-CdhexpSx.cjs +8 -0
  299. package/lib/_shared/cjs/debounce-BeIT3oyF.cjs +659 -0
  300. package/lib/_shared/cjs/filter-attrs-eK6E_34o.cjs +72 -0
  301. package/lib/_shared/cjs/index-B11wQrRa.cjs +2208 -0
  302. package/lib/_shared/cjs/index-BCu-VH8y.cjs +416 -0
  303. package/lib/_shared/cjs/index-BMs6MHwq.cjs +333 -0
  304. package/lib/_shared/cjs/index-BcWpGxUd.cjs +1271 -0
  305. package/lib/_shared/cjs/index-Cn7XSNle.cjs +313 -0
  306. package/lib/_shared/cjs/index-CztwwwKE.cjs +375 -0
  307. package/lib/_shared/cjs/index-DNgUhsBO.cjs +152 -0
  308. package/lib/_shared/cjs/index-DR8Rkav9.cjs +130 -0
  309. package/lib/_shared/cjs/index-DXNM3D1d.cjs +196 -0
  310. package/lib/_shared/cjs/index-DbQ2PCr3.cjs +318 -0
  311. package/lib/_shared/cjs/index-DmvtEa22.cjs +219 -0
  312. package/lib/_shared/cjs/index.es-DTay_2pG.cjs +19 -0
  313. package/lib/_shared/cjs/suffix-modifier-DLUGR-yG.cjs +10 -0
  314. package/lib/_shared/esm/Avatar-B8aoUhmE.mjs +42 -0
  315. package/lib/_shared/esm/Badge-BZ7E0zcQ.mjs +12 -0
  316. package/lib/_shared/esm/Box-BYm_GTct.mjs +23 -0
  317. package/lib/_shared/esm/BrandLogo-_2Z_8I2Y.mjs +26 -0
  318. package/lib/_shared/esm/BreadcrumbsLink-BxTurGNa.mjs +16 -0
  319. package/lib/_shared/esm/BtIconArrowRight-CTjAzV9X.mjs +25 -0
  320. package/lib/_shared/esm/BtIconChevronRight2Px-CWIIvs1E.mjs +38 -0
  321. package/lib/_shared/esm/BtIconChevronRightMid-DB68JQ0u.mjs +23 -0
  322. package/lib/_shared/esm/BtIconPlayFill-DEoVOrOQ.mjs +25 -0
  323. package/lib/_shared/esm/Button-DtmI3xYm.mjs +48 -0
  324. package/lib/_shared/esm/ButtonV2-CkFdHviV.mjs +42 -0
  325. package/lib/_shared/esm/Calendar-CMNsPGaC.mjs +1920 -0
  326. package/lib/_shared/esm/CardFooter-6APGUbK4.mjs +76 -0
  327. package/lib/_shared/esm/CardHeading-_setRRjq.mjs +10 -0
  328. package/lib/_shared/esm/Checkbox-NxnK40uZ.mjs +86 -0
  329. package/lib/_shared/esm/Combination-CFD0IA8r.mjs +1435 -0
  330. package/lib/_shared/esm/ComboBox-CTx_umV_.mjs +289 -0
  331. package/lib/_shared/esm/ContentSwitcherDropdown-DuN_n1jh.mjs +68 -0
  332. package/lib/_shared/esm/ContentSwitcherList-OnZoE86O.mjs +94 -0
  333. package/lib/_shared/esm/ContentSwitcherTab-CfC3PGeZ.mjs +12 -0
  334. package/lib/_shared/esm/DatePicker-BOzJFZTS.mjs +309 -0
  335. package/lib/_shared/esm/DisclosureMini-B9LzsQC2.mjs +35 -0
  336. package/lib/_shared/esm/Download-DFz_1HCG.mjs +37 -0
  337. package/lib/_shared/esm/FormControl-B9fp1ilz.mjs +104 -0
  338. package/lib/_shared/esm/GridRow-Ddt5CtFn.mjs +40 -0
  339. package/lib/_shared/esm/Heading-CxHWefi7.mjs +32 -0
  340. package/lib/_shared/esm/HeroButton-x7krReay.mjs +122 -0
  341. package/lib/_shared/esm/Icon-B626JGP1.mjs +49 -0
  342. package/lib/_shared/esm/Image-Dl8oH1Rn.mjs +43 -0
  343. package/lib/_shared/esm/MediaCard-GJEny43y.mjs +59 -0
  344. package/lib/_shared/esm/Preview-AHYIJh9S.mjs +173 -0
  345. package/lib/_shared/esm/RadioCardGroupInput-CwYJBtmO.mjs +50 -0
  346. package/lib/_shared/esm/RadioGroupInput-DiRS2jwQ.mjs +50 -0
  347. package/lib/_shared/esm/Rule-3gdMHH-R.mjs +21 -0
  348. package/lib/_shared/esm/Section-DDygQ5Az.mjs +19 -0
  349. package/lib/_shared/esm/SiteHeaderV2NavItemWithSubNav-BkJiiBCL.mjs +438 -0
  350. package/lib/_shared/esm/Spinner-Cd7LiPTy.mjs +14 -0
  351. package/lib/_shared/esm/Surface-Colbp3Zx.mjs +50 -0
  352. package/lib/_shared/esm/TemplateBanner-C53y-srz.mjs +69 -0
  353. package/lib/_shared/esm/Text-CBlnm5CT.mjs +27 -0
  354. package/lib/_shared/esm/TextInput-Vp_cBbpQ.mjs +104 -0
  355. package/lib/_shared/esm/ThemeIcon-CN_Ed5b1.mjs +21 -0
  356. package/lib/_shared/esm/VerticalSpace-Duhm0zXP.mjs +23 -0
  357. package/lib/_shared/esm/VisuallyHidden-DqAgoqJo.mjs +12 -0
  358. package/lib/_shared/esm/capitalise-first-letter-Cubg2CS1.mjs +6 -0
  359. package/lib/_shared/esm/debounce-mCD9-ufA.mjs +657 -0
  360. package/lib/_shared/esm/filter-attrs-B6CM-NUr.mjs +68 -0
  361. package/lib/_shared/esm/index-6HtUz28p.mjs +216 -0
  362. package/lib/_shared/esm/index-BDWwJ5x2.mjs +393 -0
  363. package/lib/_shared/esm/index-BUp5JjoD.mjs +131 -0
  364. package/lib/_shared/esm/index-Bz2JQq34.mjs +169 -0
  365. package/lib/_shared/esm/index-CWHcEz3_.mjs +2178 -0
  366. package/lib/_shared/esm/index-CpOcAL8k.mjs +1239 -0
  367. package/lib/_shared/esm/index-DNxTGgc1.mjs +293 -0
  368. package/lib/_shared/esm/index-DXHprNQ6.mjs +364 -0
  369. package/lib/_shared/esm/index-Spae4j7j.mjs +128 -0
  370. package/lib/_shared/esm/index-ZYyu0Vjh.mjs +287 -0
  371. package/lib/_shared/esm/index-pkbjTTz_.mjs +307 -0
  372. package/lib/_shared/esm/index.es-ByebN_kl.mjs +12 -0
  373. package/lib/_shared/esm/suffix-modifier-B_pO0UkF.mjs +8 -0
  374. package/lib/index.cjs +24532 -0
  375. package/lib/index.cjs.map +1 -0
  376. package/lib/index.d.cts +4170 -0
  377. package/lib/index.d.mts +4170 -0
  378. package/lib/index.js.map +1 -0
  379. package/lib/index.mjs +24374 -0
  380. package/lib/index.mjs.map +1 -0
  381. package/lib/styles.css +15 -0
  382. package/lib/use-media-query/use-media-query.cjs +8 -0
  383. package/lib/use-media-query/use-media-query.mjs +2 -0
  384. package/package.json +89 -83
  385. package/dist/Alert/Alert.cjs.js +0 -45
  386. package/dist/Alert/Alert.esm.js +0 -43
  387. package/dist/Alert/package.json +0 -7
  388. package/dist/Alert/styles.css +0 -1
  389. package/dist/Align/Align.cjs.js +0 -26
  390. package/dist/Align/Align.esm.js +0 -24
  391. package/dist/Align/package.json +0 -7
  392. package/dist/Align/styles.css +0 -1
  393. package/dist/AppButton/AppButton.cjs.js +0 -68
  394. package/dist/AppButton/AppButton.esm.js +0 -66
  395. package/dist/AppButton/package.json +0 -7
  396. package/dist/AppButton/styles.css +0 -1
  397. package/dist/Avatar/Avatar.cjs.js +0 -15
  398. package/dist/Avatar/Avatar.esm.js +0 -9
  399. package/dist/Avatar/package.json +0 -7
  400. package/dist/Avatar/styles.css +0 -1
  401. package/dist/AvatarGroup/AvatarGroup.cjs.js +0 -31
  402. package/dist/AvatarGroup/AvatarGroup.esm.js +0 -29
  403. package/dist/AvatarGroup/package.json +0 -7
  404. package/dist/AvatarGroup/styles.css +0 -1
  405. package/dist/Badge/Badge.cjs.js +0 -10
  406. package/dist/Badge/Badge.esm.js +0 -4
  407. package/dist/Badge/package.json +0 -7
  408. package/dist/Badge/styles.css +0 -1
  409. package/dist/Banner/Banner.cjs.js +0 -22
  410. package/dist/Banner/Banner.esm.js +0 -20
  411. package/dist/Banner/package.json +0 -7
  412. package/dist/Box/Box.cjs.js +0 -11
  413. package/dist/Box/Box.esm.js +0 -5
  414. package/dist/Box/package.json +0 -7
  415. package/dist/Box/styles.css +0 -1
  416. package/dist/BrandLogo/BrandLogo.cjs.js +0 -11
  417. package/dist/BrandLogo/BrandLogo.esm.js +0 -5
  418. package/dist/BrandLogo/package.json +0 -7
  419. package/dist/BrandLogo/styles.css +0 -1
  420. package/dist/Breadcrumbs/Breadcrumbs.cjs.js +0 -15
  421. package/dist/Breadcrumbs/Breadcrumbs.esm.js +0 -9
  422. package/dist/Breadcrumbs/package.json +0 -7
  423. package/dist/Breadcrumbs/styles.css +0 -1
  424. package/dist/Button/Button.cjs.js +0 -13
  425. package/dist/Button/Button.esm.js +0 -7
  426. package/dist/Button/package.json +0 -7
  427. package/dist/Button/styles.css +0 -1
  428. package/dist/ButtonGroup/ButtonGroup.cjs.js +0 -31
  429. package/dist/ButtonGroup/ButtonGroup.esm.js +0 -29
  430. package/dist/ButtonGroup/package.json +0 -7
  431. package/dist/ButtonGroup/styles.css +0 -1
  432. package/dist/ButtonV2/ButtonV2.cjs.js +0 -13
  433. package/dist/ButtonV2/ButtonV2.esm.js +0 -7
  434. package/dist/ButtonV2/package.json +0 -7
  435. package/dist/ButtonV2/styles.css +0 -1
  436. package/dist/Calendar/Calendar.cjs.js +0 -19
  437. package/dist/Calendar/Calendar.esm.js +0 -13
  438. package/dist/Calendar/package.json +0 -7
  439. package/dist/Calendar/styles.css +0 -1
  440. package/dist/CardFooter/CardFooter.cjs.js +0 -15
  441. package/dist/CardFooter/CardFooter.esm.js +0 -9
  442. package/dist/CardFooter/package.json +0 -7
  443. package/dist/CardFooter/styles.css +0 -1
  444. package/dist/CardHeading/CardHeading.cjs.js +0 -12
  445. package/dist/CardHeading/CardHeading.esm.js +0 -6
  446. package/dist/CardHeading/package.json +0 -7
  447. package/dist/CardHeading/styles.css +0 -1
  448. package/dist/Carousel/Carousel.cjs.js +0 -1909
  449. package/dist/Carousel/Carousel.esm.js +0 -1907
  450. package/dist/Carousel/package.json +0 -7
  451. package/dist/Carousel/styles.css +0 -1
  452. package/dist/Checkbox/Checkbox.cjs.js +0 -16
  453. package/dist/Checkbox/Checkbox.esm.js +0 -10
  454. package/dist/Checkbox/package.json +0 -7
  455. package/dist/Checkbox/styles.css +0 -1
  456. package/dist/Columns/Columns.cjs.js +0 -10
  457. package/dist/Columns/Columns.esm.js +0 -4
  458. package/dist/Columns/package.json +0 -7
  459. package/dist/Columns/styles.css +0 -1
  460. package/dist/ComboBox/ComboBox.cjs.js +0 -27
  461. package/dist/ComboBox/ComboBox.esm.js +0 -21
  462. package/dist/ComboBox/package.json +0 -7
  463. package/dist/ComboBox/styles.css +0 -1
  464. package/dist/ConditionalWrapper/ConditionalWrapper.cjs.js +0 -8
  465. package/dist/ConditionalWrapper/ConditionalWrapper.esm.js +0 -2
  466. package/dist/ConditionalWrapper/package.json +0 -7
  467. package/dist/ContentSwitcher/ContentSwitcher.cjs.js +0 -18
  468. package/dist/ContentSwitcher/ContentSwitcher.esm.js +0 -12
  469. package/dist/ContentSwitcher/package.json +0 -7
  470. package/dist/ContentSwitcher/styles.css +0 -1
  471. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs.js +0 -23
  472. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.esm.js +0 -17
  473. package/dist/ContentSwitcherDropdown/package.json +0 -7
  474. package/dist/ContentSwitcherDropdown/styles.css +0 -1
  475. package/dist/DatePicker/DatePicker.cjs.js +0 -39
  476. package/dist/DatePicker/DatePicker.esm.js +0 -28
  477. package/dist/DatePicker/package.json +0 -7
  478. package/dist/DatePicker/styles.css +0 -1
  479. package/dist/Disclosure/Disclosure.cjs.js +0 -32
  480. package/dist/Disclosure/Disclosure.esm.js +0 -30
  481. package/dist/Disclosure/package.json +0 -7
  482. package/dist/Disclosure/styles.css +0 -1
  483. package/dist/DisclosureMini/DisclosureMini.cjs.js +0 -13
  484. package/dist/DisclosureMini/DisclosureMini.esm.js +0 -7
  485. package/dist/DisclosureMini/package.json +0 -7
  486. package/dist/DisclosureMini/styles.css +0 -1
  487. package/dist/Download/Download.cjs.js +0 -14
  488. package/dist/Download/Download.esm.js +0 -8
  489. package/dist/Download/package.json +0 -7
  490. package/dist/Download/styles.css +0 -1
  491. package/dist/Drawer/Drawer.cjs.js +0 -374
  492. package/dist/Drawer/Drawer.esm.js +0 -354
  493. package/dist/Drawer/package.json +0 -7
  494. package/dist/Drawer/styles.css +0 -1
  495. package/dist/Elevation/Elevation.cjs.js +0 -21
  496. package/dist/Elevation/Elevation.esm.js +0 -19
  497. package/dist/Elevation/package.json +0 -7
  498. package/dist/Elevation/styles.css +0 -1
  499. package/dist/Filter/Filter.cjs.js +0 -12
  500. package/dist/Filter/Filter.esm.js +0 -6
  501. package/dist/Filter/package.json +0 -7
  502. package/dist/Filter/styles.css +0 -1
  503. package/dist/FormControl/FormControl.cjs.js +0 -16
  504. package/dist/FormControl/FormControl.esm.js +0 -9
  505. package/dist/FormControl/package.json +0 -7
  506. package/dist/FormControl/styles.css +0 -1
  507. package/dist/Grid/Grid.cjs.js +0 -10
  508. package/dist/Grid/Grid.esm.js +0 -4
  509. package/dist/Grid/package.json +0 -7
  510. package/dist/Grid/styles.css +0 -1
  511. package/dist/Group/Group.cjs.js +0 -11
  512. package/dist/Group/Group.esm.js +0 -5
  513. package/dist/Group/package.json +0 -7
  514. package/dist/Group/styles.css +0 -1
  515. package/dist/Heading/Heading.cjs.js +0 -11
  516. package/dist/Heading/Heading.esm.js +0 -5
  517. package/dist/Heading/package.json +0 -7
  518. package/dist/Heading/styles.css +0 -1
  519. package/dist/HeroBanner/HeroBanner.cjs.js +0 -26
  520. package/dist/HeroBanner/HeroBanner.esm.js +0 -24
  521. package/dist/HeroBanner/package.json +0 -7
  522. package/dist/HeroBanner/styles.css +0 -1
  523. package/dist/HeroButton/HeroButton.cjs.js +0 -13
  524. package/dist/HeroButton/HeroButton.esm.js +0 -7
  525. package/dist/HeroButton/package.json +0 -7
  526. package/dist/HeroButton/styles.css +0 -1
  527. package/dist/Hidden/Hidden.cjs.js +0 -18
  528. package/dist/Hidden/Hidden.esm.js +0 -16
  529. package/dist/Hidden/package.json +0 -7
  530. package/dist/Hidden/styles.css +0 -1
  531. package/dist/Icon/Icon.cjs.js +0 -11
  532. package/dist/Icon/Icon.esm.js +0 -5
  533. package/dist/Icon/package.json +0 -7
  534. package/dist/Icon/styles.css +0 -1
  535. package/dist/Image/Image.cjs.js +0 -11
  536. package/dist/Image/Image.esm.js +0 -4
  537. package/dist/Image/package.json +0 -7
  538. package/dist/Image/styles.css +0 -1
  539. package/dist/ImpactCard/ImpactCard.cjs.js +0 -37
  540. package/dist/ImpactCard/ImpactCard.esm.js +0 -35
  541. package/dist/ImpactCard/package.json +0 -7
  542. package/dist/ImpactCard/styles.css +0 -1
  543. package/dist/InformationCard/InformationCard.cjs.js +0 -54
  544. package/dist/InformationCard/InformationCard.esm.js +0 -52
  545. package/dist/InformationCard/package.json +0 -7
  546. package/dist/InformationCard/styles.css +0 -1
  547. package/dist/Link/Link.cjs.js +0 -69
  548. package/dist/Link/Link.esm.js +0 -67
  549. package/dist/Link/package.json +0 -7
  550. package/dist/Link/styles.css +0 -1
  551. package/dist/Markup/Markup.cjs.js +0 -21
  552. package/dist/Markup/Markup.esm.js +0 -19
  553. package/dist/Markup/package.json +0 -7
  554. package/dist/Markup/styles.css +0 -1
  555. package/dist/MediaCard/MediaCard.cjs.js +0 -24
  556. package/dist/MediaCard/MediaCard.esm.js +0 -18
  557. package/dist/MediaCard/package.json +0 -7
  558. package/dist/MediaCard/styles.css +0 -1
  559. package/dist/Modal/Modal.cjs.js +0 -73
  560. package/dist/Modal/Modal.esm.js +0 -71
  561. package/dist/Modal/package.json +0 -7
  562. package/dist/Modal/styles.css +0 -1
  563. package/dist/Pagination/Pagination.cjs.js +0 -75
  564. package/dist/Pagination/Pagination.esm.js +0 -73
  565. package/dist/Pagination/package.json +0 -7
  566. package/dist/Pagination/styles.css +0 -1
  567. package/dist/PaginationSimple/PaginationSimple.cjs.js +0 -104
  568. package/dist/PaginationSimple/PaginationSimple.esm.js +0 -102
  569. package/dist/PaginationSimple/package.json +0 -7
  570. package/dist/PaginationSimple/styles.css +0 -1
  571. package/dist/Popover/Popover.cjs.js +0 -36
  572. package/dist/Popover/Popover.esm.js +0 -34
  573. package/dist/Popover/package.json +0 -7
  574. package/dist/Popover/styles.css +0 -1
  575. package/dist/Poster/Poster.cjs.js +0 -12
  576. package/dist/Poster/Poster.esm.js +0 -6
  577. package/dist/Poster/package.json +0 -7
  578. package/dist/Poster/styles.css +0 -1
  579. package/dist/ProgressBar/ProgressBar.cjs.js +0 -63
  580. package/dist/ProgressBar/ProgressBar.esm.js +0 -61
  581. package/dist/ProgressBar/package.json +0 -7
  582. package/dist/ProgressBar/styles.css +0 -1
  583. package/dist/ProgressStepper/ProgressStepper.cjs.js +0 -13
  584. package/dist/ProgressStepper/ProgressStepper.esm.js +0 -7
  585. package/dist/ProgressStepper/package.json +0 -7
  586. package/dist/ProgressStepper/styles.css +0 -1
  587. package/dist/RadioCardGroup/RadioCardGroup.cjs.js +0 -17
  588. package/dist/RadioCardGroup/RadioCardGroup.esm.js +0 -11
  589. package/dist/RadioCardGroup/package.json +0 -7
  590. package/dist/RadioCardGroup/styles.css +0 -1
  591. package/dist/RadioGroup/RadioGroup.cjs.js +0 -17
  592. package/dist/RadioGroup/RadioGroup.esm.js +0 -10
  593. package/dist/RadioGroup/package.json +0 -7
  594. package/dist/RadioGroup/styles.css +0 -1
  595. package/dist/Rule/Rule.cjs.js +0 -23
  596. package/dist/Rule/Rule.esm.js +0 -21
  597. package/dist/Rule/package.json +0 -7
  598. package/dist/Rule/styles.css +0 -1
  599. package/dist/ScrollToTop/ScrollToTop.cjs.js +0 -60
  600. package/dist/ScrollToTop/ScrollToTop.esm.js +0 -58
  601. package/dist/ScrollToTop/package.json +0 -7
  602. package/dist/ScrollToTop/styles.css +0 -1
  603. package/dist/Section/Section.cjs.js +0 -10
  604. package/dist/Section/Section.esm.js +0 -4
  605. package/dist/Section/package.json +0 -7
  606. package/dist/Section/styles.css +0 -1
  607. package/dist/Select/Select.cjs.js +0 -84
  608. package/dist/Select/Select.esm.js +0 -82
  609. package/dist/Select/package.json +0 -7
  610. package/dist/Select/styles.css +0 -1
  611. package/dist/SiteFooter/SiteFooter.cjs.js +0 -17
  612. package/dist/SiteFooter/SiteFooter.esm.js +0 -11
  613. package/dist/SiteFooter/package.json +0 -7
  614. package/dist/SiteFooter/styles.css +0 -1
  615. package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +0 -22
  616. package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +0 -16
  617. package/dist/SiteHeaderV2/package.json +0 -7
  618. package/dist/SiteHeaderV2/styles.css +0 -1
  619. package/dist/Skeleton/Skeleton.cjs.js +0 -20
  620. package/dist/Skeleton/Skeleton.esm.js +0 -18
  621. package/dist/Skeleton/package.json +0 -7
  622. package/dist/Skeleton/styles.css +0 -1
  623. package/dist/SkipLink/SkipLink.cjs.js +0 -9
  624. package/dist/SkipLink/SkipLink.esm.js +0 -3
  625. package/dist/SkipLink/package.json +0 -7
  626. package/dist/SkipLink/styles.css +0 -1
  627. package/dist/Spinner/Spinner.cjs.js +0 -10
  628. package/dist/Spinner/Spinner.esm.js +0 -4
  629. package/dist/Spinner/package.json +0 -7
  630. package/dist/Spinner/styles.css +0 -1
  631. package/dist/Surface/Surface.cjs.js +0 -13
  632. package/dist/Surface/Surface.esm.js +0 -4
  633. package/dist/Surface/package.json +0 -7
  634. package/dist/Surface/styles.css +0 -1
  635. package/dist/Switch/Switch.cjs.js +0 -162
  636. package/dist/Switch/Switch.esm.js +0 -160
  637. package/dist/Switch/package.json +0 -7
  638. package/dist/Switch/styles.css +0 -1
  639. package/dist/TabbedBanner/TabbedBanner.cjs.js +0 -66
  640. package/dist/TabbedBanner/TabbedBanner.esm.js +0 -64
  641. package/dist/TabbedBanner/package.json +0 -7
  642. package/dist/TabbedBanner/styles.css +0 -1
  643. package/dist/Tabs/Tabs.cjs.js +0 -18
  644. package/dist/Tabs/Tabs.esm.js +0 -12
  645. package/dist/Tabs/package.json +0 -7
  646. package/dist/Tabs/styles.css +0 -1
  647. package/dist/Tag/Tag.cjs.js +0 -78
  648. package/dist/Tag/Tag.esm.js +0 -76
  649. package/dist/Tag/package.json +0 -7
  650. package/dist/Tag/styles.css +0 -1
  651. package/dist/TemplateBanner/TemplateBanner.cjs.js +0 -19
  652. package/dist/TemplateBanner/TemplateBanner.esm.js +0 -13
  653. package/dist/TemplateBanner/package.json +0 -7
  654. package/dist/TemplateBanner/styles.css +0 -1
  655. package/dist/Text/Text.cjs.js +0 -11
  656. package/dist/Text/Text.esm.js +0 -5
  657. package/dist/Text/package.json +0 -7
  658. package/dist/Text/styles.css +0 -1
  659. package/dist/TextArea/TextArea.cjs.js +0 -124
  660. package/dist/TextArea/TextArea.esm.js +0 -122
  661. package/dist/TextArea/package.json +0 -7
  662. package/dist/TextArea/styles.css +0 -1
  663. package/dist/TextInput/TextInput.cjs.js +0 -17
  664. package/dist/TextInput/TextInput.esm.js +0 -11
  665. package/dist/TextInput/package.json +0 -7
  666. package/dist/TextInput/styles.css +0 -1
  667. package/dist/Theme/Theme.cjs.js +0 -25
  668. package/dist/Theme/Theme.esm.js +0 -22
  669. package/dist/Theme/package.json +0 -7
  670. package/dist/Theme/styles.css +0 -1
  671. package/dist/ThemeIcon/ThemeIcon.cjs.js +0 -11
  672. package/dist/ThemeIcon/ThemeIcon.esm.js +0 -5
  673. package/dist/ThemeIcon/package.json +0 -7
  674. package/dist/ThemeIcon/styles.css +0 -1
  675. package/dist/Toast/Toast.cjs.js +0 -17
  676. package/dist/Toast/Toast.esm.js +0 -11
  677. package/dist/Toast/package.json +0 -7
  678. package/dist/Toast/styles.css +0 -1
  679. package/dist/Tooltip/Tooltip.cjs.js +0 -553
  680. package/dist/Tooltip/Tooltip.esm.js +0 -533
  681. package/dist/Tooltip/package.json +0 -7
  682. package/dist/Tooltip/styles.css +0 -1
  683. package/dist/Truncate/Truncate.cjs.js +0 -12
  684. package/dist/Truncate/Truncate.esm.js +0 -10
  685. package/dist/Truncate/package.json +0 -7
  686. package/dist/Truncate/styles.css +0 -1
  687. package/dist/TypographyCard/TypographyCard.cjs.js +0 -34
  688. package/dist/TypographyCard/TypographyCard.esm.js +0 -32
  689. package/dist/TypographyCard/package.json +0 -7
  690. package/dist/TypographyCard/styles.css +0 -1
  691. package/dist/UniversalHeader/UniversalHeader.cjs.js +0 -11
  692. package/dist/UniversalHeader/UniversalHeader.esm.js +0 -5
  693. package/dist/UniversalHeader/package.json +0 -7
  694. package/dist/UniversalHeader/styles.css +0 -1
  695. package/dist/VerticalSpace/VerticalSpace.cjs.js +0 -10
  696. package/dist/VerticalSpace/VerticalSpace.esm.js +0 -4
  697. package/dist/VerticalSpace/package.json +0 -7
  698. package/dist/VerticalSpace/styles.css +0 -1
  699. package/dist/VideoPlayer/VideoPlayer.cjs.js +0 -3201
  700. package/dist/VideoPlayer/VideoPlayer.esm.js +0 -3199
  701. package/dist/VideoPlayer/package.json +0 -7
  702. package/dist/VideoPlayer/styles.css +0 -1
  703. package/dist/Visible/Visible.cjs.js +0 -18
  704. package/dist/Visible/Visible.esm.js +0 -16
  705. package/dist/Visible/package.json +0 -7
  706. package/dist/Visible/styles.css +0 -1
  707. package/dist/VisuallyHidden/VisuallyHidden.cjs.js +0 -9
  708. package/dist/VisuallyHidden/VisuallyHidden.esm.js +0 -3
  709. package/dist/VisuallyHidden/package.json +0 -7
  710. package/dist/VisuallyHidden/styles.css +0 -1
  711. package/dist/_shared/cjs/Avatar-Caj5Cj5M.js +0 -44
  712. package/dist/_shared/cjs/Badge-CKKpzGxD.js +0 -13
  713. package/dist/_shared/cjs/Box-DHEgsHNm.js +0 -25
  714. package/dist/_shared/cjs/BrandLogo-IAXn8lnd.js +0 -26
  715. package/dist/_shared/cjs/Breadcrumbs-BwuRMZM-.js +0 -101
  716. package/dist/_shared/cjs/BtIconArrowRight.esm-tlOxlRcu.js +0 -26
  717. package/dist/_shared/cjs/BtIconChevronRight2Px.esm-Bi9czTg8.js +0 -40
  718. package/dist/_shared/cjs/BtIconChevronRightMid.esm-Dol_sskt.js +0 -24
  719. package/dist/_shared/cjs/BtIconPlayFill.esm-1FkY9-lL.js +0 -26
  720. package/dist/_shared/cjs/Button-DOYW7cIj.js +0 -49
  721. package/dist/_shared/cjs/ButtonV2-BhtTYaGh.js +0 -49
  722. package/dist/_shared/cjs/Calendar-HHjRQCvi.js +0 -1923
  723. package/dist/_shared/cjs/CardFooter-Bbn1wEJI.js +0 -75
  724. package/dist/_shared/cjs/CardHeading-BjSIrQC8.js +0 -12
  725. package/dist/_shared/cjs/Checkbox-D2j1GIQ6.js +0 -88
  726. package/dist/_shared/cjs/Columns-BFi_S894.js +0 -44
  727. package/dist/_shared/cjs/ComboBox-DUQckLrZ.js +0 -290
  728. package/dist/_shared/cjs/ContentSwitcher-ro4BnJjR.js +0 -17315
  729. package/dist/_shared/cjs/ContentSwitcherDropdown-COdUSVHm.js +0 -60
  730. package/dist/_shared/cjs/DatePicker-3lHRIkai.js +0 -316
  731. package/dist/_shared/cjs/DisclosureMini-Bln2KdOz.js +0 -37
  732. package/dist/_shared/cjs/Download-DEiQTPc3.js +0 -39
  733. package/dist/_shared/cjs/Filter-BheSbUnA.js +0 -120
  734. package/dist/_shared/cjs/FormControl-x7kC-Srg.js +0 -108
  735. package/dist/_shared/cjs/Grid-Bfnjhc5b.js +0 -41
  736. package/dist/_shared/cjs/Group-DZ8hdyp4.js +0 -36
  737. package/dist/_shared/cjs/Heading-lzfM5f17.js +0 -36
  738. package/dist/_shared/cjs/HeroButton-CNJkSeLs.js +0 -122
  739. package/dist/_shared/cjs/Icon-C5peYhWn.js +0 -43
  740. package/dist/_shared/cjs/Image-55IzIW6l.js +0 -51
  741. package/dist/_shared/cjs/MediaCard-DcApbyvL.js +0 -61
  742. package/dist/_shared/cjs/Poster-DbbbiYa_.js +0 -41
  743. package/dist/_shared/cjs/Preview-B-4AqOxZ.js +0 -175
  744. package/dist/_shared/cjs/ProgressStepper-CE6FGMTC.js +0 -91
  745. package/dist/_shared/cjs/RadioCardGroup-DWZrK-Cs.js +0 -80
  746. package/dist/_shared/cjs/RadioGroup-BoSuMksh.js +0 -81
  747. package/dist/_shared/cjs/Section-DXB0XocO.js +0 -19
  748. package/dist/_shared/cjs/SiteFooter-D5IeZC_c.js +0 -66
  749. package/dist/_shared/cjs/SiteHeaderV2-BtJmB-dG.js +0 -644
  750. package/dist/_shared/cjs/SkipLink-D3i06ZIl.js +0 -18
  751. package/dist/_shared/cjs/Spinner-DmTvG4x-.js +0 -16
  752. package/dist/_shared/cjs/Surface-BCplA5V_.js +0 -180
  753. package/dist/_shared/cjs/Tabs-BMWK-vMy.js +0 -86
  754. package/dist/_shared/cjs/TemplateBanner-BTbeT-Yz.js +0 -65
  755. package/dist/_shared/cjs/Text-DIA-MbS2.js +0 -28
  756. package/dist/_shared/cjs/TextInput-DyZc-njK.js +0 -107
  757. package/dist/_shared/cjs/ThemeIcon-CHgtRxWu.js +0 -22
  758. package/dist/_shared/cjs/Toast-DNC06aD5.js +0 -960
  759. package/dist/_shared/cjs/UniversalHeader-Cbxk9QRM.js +0 -25
  760. package/dist/_shared/cjs/VerticalSpace-B-ZFqw2Y.js +0 -25
  761. package/dist/_shared/cjs/VisuallyHidden-BItgxu3C.js +0 -14
  762. package/dist/_shared/cjs/component-BGCX8GK6.js +0 -96
  763. package/dist/_shared/cjs/component-DpycPOA_.js +0 -422
  764. package/dist/_shared/cjs/debounce-8awAB-Hj.js +0 -659
  765. package/dist/_shared/cjs/floating-ui.react-dom-CJlNwMgv.js +0 -1907
  766. package/dist/_shared/cjs/index-B349W-g3.js +0 -93
  767. package/dist/_shared/cjs/index-BWForWNw.js +0 -746
  768. package/dist/_shared/cjs/index-BqJfkZWj.js +0 -380
  769. package/dist/_shared/cjs/index-Bsexyvjp.js +0 -379
  770. package/dist/_shared/cjs/index-BtclGxUt.js +0 -999
  771. package/dist/_shared/cjs/index-CH4TSNdS.js +0 -753
  772. package/dist/_shared/cjs/index-CUkcChbR.js +0 -226
  773. package/dist/_shared/cjs/index-CalDQPRt.js +0 -330
  774. package/dist/_shared/cjs/index-D6hGsItk.js +0 -367
  775. package/dist/_shared/cjs/index-DYP3_Qh-.js +0 -14
  776. package/dist/_shared/cjs/index-DiFGFQH4.js +0 -44
  777. package/dist/_shared/cjs/index-Ds3p1an5.js +0 -131
  778. package/dist/_shared/cjs/index-Dvj8rZCZ.js +0 -46
  779. package/dist/_shared/cjs/index-Dx8AlCbY.js +0 -72
  780. package/dist/_shared/cjs/index-io8xALL_.js +0 -2264
  781. package/dist/_shared/cjs/index.es-y9hyGBEL.js +0 -13
  782. package/dist/_shared/esm/Avatar-Cnu84iB4.js +0 -42
  783. package/dist/_shared/esm/Badge-BCVel0Om.js +0 -11
  784. package/dist/_shared/esm/Box-DTTKhpiV.js +0 -23
  785. package/dist/_shared/esm/BrandLogo-DP-pw2qU.js +0 -24
  786. package/dist/_shared/esm/Breadcrumbs-CCK8JbEL.js +0 -99
  787. package/dist/_shared/esm/BtIconArrowRight.esm-26CZetOo.js +0 -24
  788. package/dist/_shared/esm/BtIconChevronRight2Px.esm-DXhBZyIV.js +0 -37
  789. package/dist/_shared/esm/BtIconChevronRightMid.esm-CbaH-o1_.js +0 -22
  790. package/dist/_shared/esm/BtIconPlayFill.esm-Bi65YfLF.js +0 -24
  791. package/dist/_shared/esm/Button-i6svvyLV.js +0 -47
  792. package/dist/_shared/esm/ButtonV2-qvYPdE3y.js +0 -47
  793. package/dist/_shared/esm/Calendar-BheqKbaS.js +0 -1918
  794. package/dist/_shared/esm/CardFooter-Dor2jbTF.js +0 -73
  795. package/dist/_shared/esm/CardHeading-DnkJg4cS.js +0 -10
  796. package/dist/_shared/esm/Checkbox-BsVIoYs3.js +0 -86
  797. package/dist/_shared/esm/Columns-3lnyGVbo.js +0 -42
  798. package/dist/_shared/esm/ComboBox-BoNNJ010.js +0 -288
  799. package/dist/_shared/esm/ContentSwitcher-CsFy2wkg.js +0 -17313
  800. package/dist/_shared/esm/ContentSwitcherDropdown-Dsl0lVob.js +0 -58
  801. package/dist/_shared/esm/DatePicker-DxP3x_PU.js +0 -309
  802. package/dist/_shared/esm/DisclosureMini-C21SM9kp.js +0 -35
  803. package/dist/_shared/esm/Download-QSXeopnf.js +0 -37
  804. package/dist/_shared/esm/Filter-BWvcdo3D.js +0 -118
  805. package/dist/_shared/esm/FormControl-Dx4vj08j.js +0 -104
  806. package/dist/_shared/esm/Grid-3ulOWrk_.js +0 -39
  807. package/dist/_shared/esm/Group-CemLONoC.js +0 -34
  808. package/dist/_shared/esm/Heading-B4CveN1U.js +0 -34
  809. package/dist/_shared/esm/HeroButton-CCdiNf0U.js +0 -120
  810. package/dist/_shared/esm/Icon-PQa1SRbJ.js +0 -41
  811. package/dist/_shared/esm/Image-ByvKaYWN.js +0 -48
  812. package/dist/_shared/esm/MediaCard-BXs0Bn_k.js +0 -59
  813. package/dist/_shared/esm/Poster-BDAll4Is.js +0 -39
  814. package/dist/_shared/esm/Preview-C4XOmSrc.js +0 -173
  815. package/dist/_shared/esm/ProgressStepper-CzfbHcdz.js +0 -89
  816. package/dist/_shared/esm/RadioCardGroup-zNPknE5D.js +0 -78
  817. package/dist/_shared/esm/RadioGroup-DCQshSdc.js +0 -78
  818. package/dist/_shared/esm/Section-D_oywLIw.js +0 -17
  819. package/dist/_shared/esm/SiteFooter-DAJmYrdZ.js +0 -64
  820. package/dist/_shared/esm/SiteHeaderV2-X0qnDr53.js +0 -642
  821. package/dist/_shared/esm/SkipLink-U1oEgZ_e.js +0 -16
  822. package/dist/_shared/esm/Spinner-5EXh-1JS.js +0 -14
  823. package/dist/_shared/esm/Surface-DnIdJOp5.js +0 -174
  824. package/dist/_shared/esm/Tabs-CthwgnE8.js +0 -84
  825. package/dist/_shared/esm/TemplateBanner-C0WAd6x-.js +0 -63
  826. package/dist/_shared/esm/Text-pH7Fi5ml.js +0 -26
  827. package/dist/_shared/esm/TextInput-qy9_xgAX.js +0 -104
  828. package/dist/_shared/esm/ThemeIcon-a0WvZRNE.js +0 -20
  829. package/dist/_shared/esm/Toast-BW9P2Bsb.js +0 -958
  830. package/dist/_shared/esm/UniversalHeader-CKwbQWiu.js +0 -23
  831. package/dist/_shared/esm/VerticalSpace-CYle3p59.js +0 -23
  832. package/dist/_shared/esm/VisuallyHidden-DhtgCXQL.js +0 -12
  833. package/dist/_shared/esm/component-CyFG7PdP.js +0 -73
  834. package/dist/_shared/esm/component-SwsHiZS0.js +0 -398
  835. package/dist/_shared/esm/debounce-BpHLpQ2o.js +0 -657
  836. package/dist/_shared/esm/floating-ui.react-dom-RgnG-641.js +0 -1878
  837. package/dist/_shared/esm/index-2c7jWqIG.js +0 -25
  838. package/dist/_shared/esm/index-65dylwyZ.js +0 -720
  839. package/dist/_shared/esm/index-9kqlGfMG.js +0 -973
  840. package/dist/_shared/esm/index-Bnj2U8kS.js +0 -374
  841. package/dist/_shared/esm/index-C1FjNiZC.js +0 -296
  842. package/dist/_shared/esm/index-CXSorLUc.js +0 -41
  843. package/dist/_shared/esm/index-CXzJEJNs.js +0 -2233
  844. package/dist/_shared/esm/index-CbKHA_yL.js +0 -724
  845. package/dist/_shared/esm/index-Cf_Ki--9.js +0 -129
  846. package/dist/_shared/esm/index-CxovAi9d.js +0 -69
  847. package/dist/_shared/esm/index-DMMRfg3O.js +0 -359
  848. package/dist/_shared/esm/index-D_GX6ppB.js +0 -91
  849. package/dist/_shared/esm/index-UaaG1irA.js +0 -205
  850. package/dist/_shared/esm/index-_nBH8-GT.js +0 -12
  851. package/dist/_shared/esm/index-g5oDHuf6.js +0 -369
  852. package/dist/_shared/esm/index.es-DZ7a2pSw.js +0 -9
  853. package/dist/index.es.js +0 -42081
  854. package/dist/index.es.js.map +0 -1
  855. package/dist/index.js +0 -42178
  856. package/dist/index.js.map +0 -1
  857. package/dist/styles.css +0 -15
  858. package/dist/types/components/Alert/Alert.d.ts +0 -49
  859. package/dist/types/components/Alert/index.d.ts +0 -1
  860. package/dist/types/components/Align/Align.d.ts +0 -30
  861. package/dist/types/components/Align/index.d.ts +0 -1
  862. package/dist/types/components/AppButton/AppButton.d.ts +0 -9
  863. package/dist/types/components/AppButton/icons/AppStore.d.ts +0 -2
  864. package/dist/types/components/AppButton/icons/GooglePlay.d.ts +0 -2
  865. package/dist/types/components/AppButton/index.d.ts +0 -1
  866. package/dist/types/components/Avatar/Avatar.d.ts +0 -14
  867. package/dist/types/components/Avatar/components/AvatarContent/AvatarContent.d.ts +0 -9
  868. package/dist/types/components/Avatar/index.d.ts +0 -1
  869. package/dist/types/components/Avatar/types/avatar-icon-size.d.ts +0 -1
  870. package/dist/types/components/Avatar/types/avatar-image.d.ts +0 -2
  871. package/dist/types/components/Avatar/types/avatar-size.d.ts +0 -1
  872. package/dist/types/components/Avatar/types/avatar-text-size.d.ts +0 -2
  873. package/dist/types/components/AvatarGroup/AvatarGroup.d.ts +0 -14
  874. package/dist/types/components/AvatarGroup/index.d.ts +0 -1
  875. package/dist/types/components/AvatarGroup/types/group-avatar.d.ts +0 -2
  876. package/dist/types/components/AvatarGroup/utils/get-avatars.d.ts +0 -2
  877. package/dist/types/components/Badge/Badge.d.ts +0 -21
  878. package/dist/types/components/Badge/index.d.ts +0 -1
  879. package/dist/types/components/Banner/Banner.d.ts +0 -4
  880. package/dist/types/components/Banner/index.d.ts +0 -1
  881. package/dist/types/components/Box/Box.d.ts +0 -40
  882. package/dist/types/components/Box/index.d.ts +0 -1
  883. package/dist/types/components/BrandLogo/BrandLogo.d.ts +0 -25
  884. package/dist/types/components/BrandLogo/index.d.ts +0 -1
  885. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +0 -18
  886. package/dist/types/components/Breadcrumbs/BreadcrumbsItem/BreadcrumbsItem.d.ts +0 -17
  887. package/dist/types/components/Breadcrumbs/BreadcrumbsLink/BreadcrumbsLink.d.ts +0 -29
  888. package/dist/types/components/Breadcrumbs/index.d.ts +0 -1
  889. package/dist/types/components/Button/Button.d.ts +0 -116
  890. package/dist/types/components/Button/index.d.ts +0 -1
  891. package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +0 -34
  892. package/dist/types/components/ButtonGroup/index.d.ts +0 -1
  893. package/dist/types/components/ButtonV2/ButtonV2.d.ts +0 -91
  894. package/dist/types/components/ButtonV2/index.d.ts +0 -1
  895. package/dist/types/components/Calendar/Calendar.d.ts +0 -50
  896. package/dist/types/components/Calendar/Calendar.provider.d.ts +0 -21
  897. package/dist/types/components/Calendar/components/CalendarDateSelect/CalendarDateSelect.d.ts +0 -15
  898. package/dist/types/components/Calendar/components/CalendarDateSelect/index.d.ts +0 -1
  899. package/dist/types/components/Calendar/components/CalendarDayGrid/CalendarDayGrid.d.ts +0 -6
  900. package/dist/types/components/Calendar/components/CalendarDayGrid/index.d.ts +0 -1
  901. package/dist/types/components/Calendar/components/CalendarDayNumber/CalendarDayNumber.d.ts +0 -8
  902. package/dist/types/components/Calendar/components/CalendarDayNumber/index.d.ts +0 -1
  903. package/dist/types/components/Calendar/components/CalendarDoubleMonthView/CalendarDoubleMonthView.d.ts +0 -9
  904. package/dist/types/components/Calendar/components/CalendarDoubleMonthView/index.d.ts +0 -1
  905. package/dist/types/components/Calendar/components/CalendarFooter/CalendarFooter.d.ts +0 -6
  906. package/dist/types/components/Calendar/components/CalendarFooter/index.d.ts +0 -1
  907. package/dist/types/components/Calendar/components/CalendarMonthView/CalendarMonthView.d.ts +0 -9
  908. package/dist/types/components/Calendar/components/CalendarMonthView/index.d.ts +0 -1
  909. package/dist/types/components/Calendar/components/CalendarMonthYearView/CalendarMonthYearView.d.ts +0 -11
  910. package/dist/types/components/Calendar/components/CalendarMonthYearView/index.d.ts +0 -1
  911. package/dist/types/components/Calendar/components/CalendarNavButton/CalendarNavButton.d.ts +0 -10
  912. package/dist/types/components/Calendar/components/CalendarNavButton/index.d.ts +0 -1
  913. package/dist/types/components/Calendar/components/CalendarWrapper/CalendarWrapper.d.ts +0 -5
  914. package/dist/types/components/Calendar/components/CalendarWrapper/index.d.ts +0 -1
  915. package/dist/types/components/Calendar/components/index.d.ts +0 -6
  916. package/dist/types/components/Calendar/constants/day-names.d.ts +0 -5
  917. package/dist/types/components/Calendar/constants/index.d.ts +0 -1
  918. package/dist/types/components/Calendar/helpers/contains-date.d.ts +0 -1
  919. package/dist/types/components/Calendar/helpers/contains-date.test.d.ts +0 -1
  920. package/dist/types/components/Calendar/helpers/date-without-time.d.ts +0 -1
  921. package/dist/types/components/Calendar/helpers/date-without-time.test.d.ts +0 -1
  922. package/dist/types/components/Calendar/helpers/get-calendar-type.d.ts +0 -2
  923. package/dist/types/components/Calendar/helpers/get-calendar-type.test.d.ts +0 -1
  924. package/dist/types/components/Calendar/helpers/get-dates-in-month.d.ts +0 -1
  925. package/dist/types/components/Calendar/helpers/get-dates-in-month.test.d.ts +0 -1
  926. package/dist/types/components/Calendar/helpers/get-double-month-display-range.d.ts +0 -1
  927. package/dist/types/components/Calendar/helpers/get-double-month-display-range.test.d.ts +0 -1
  928. package/dist/types/components/Calendar/helpers/get-focus-date.d.ts +0 -5
  929. package/dist/types/components/Calendar/helpers/get-focus-date.test.d.ts +0 -1
  930. package/dist/types/components/Calendar/helpers/get-highlighted-range.d.ts +0 -6
  931. package/dist/types/components/Calendar/helpers/get-highlighted-range.test.d.ts +0 -1
  932. package/dist/types/components/Calendar/helpers/get-keydown-date.d.ts +0 -6
  933. package/dist/types/components/Calendar/helpers/get-keydown-date.test.d.ts +0 -1
  934. package/dist/types/components/Calendar/helpers/index.d.ts +0 -13
  935. package/dist/types/components/Calendar/helpers/is-day.d.ts +0 -2
  936. package/dist/types/components/Calendar/helpers/is-day.test.d.ts +0 -1
  937. package/dist/types/components/Calendar/helpers/is-disabled-date.d.ts +0 -1
  938. package/dist/types/components/Calendar/helpers/is-disabled-date.test.d.ts +0 -1
  939. package/dist/types/components/Calendar/helpers/is-month-after-max-date.d.ts +0 -1
  940. package/dist/types/components/Calendar/helpers/is-month-after-max-date.test.d.ts +0 -1
  941. package/dist/types/components/Calendar/helpers/is-month-before-min-date.d.ts +0 -1
  942. package/dist/types/components/Calendar/helpers/is-month-before-min-date.test.d.ts +0 -1
  943. package/dist/types/components/Calendar/helpers/process-selected-range.d.ts +0 -9
  944. package/dist/types/components/Calendar/helpers/process-selected-range.test.d.ts +0 -1
  945. package/dist/types/components/Calendar/index.d.ts +0 -2
  946. package/dist/types/components/Calendar/state/handlers/calendar-keydown-handler.d.ts +0 -3
  947. package/dist/types/components/Calendar/state/handlers/day-grid-leave-handler.d.ts +0 -3
  948. package/dist/types/components/Calendar/state/handlers/day-number-select-handler.d.ts +0 -3
  949. package/dist/types/components/Calendar/state/handlers/default-handler.d.ts +0 -2
  950. package/dist/types/components/Calendar/state/handlers/dropdown-change-month-handler.d.ts +0 -3
  951. package/dist/types/components/Calendar/state/handlers/dropdown-change-year-handler.d.ts +0 -3
  952. package/dist/types/components/Calendar/state/handlers/highlight-range-handler.d.ts +0 -3
  953. package/dist/types/components/Calendar/state/handlers/index.d.ts +0 -12
  954. package/dist/types/components/Calendar/state/handlers/range-select-handler.d.ts +0 -3
  955. package/dist/types/components/Calendar/state/handlers/show-next-double-month-handler.d.ts +0 -3
  956. package/dist/types/components/Calendar/state/handlers/show-next-month-handler.d.ts +0 -3
  957. package/dist/types/components/Calendar/state/handlers/show-previous-double-month-handler.d.ts +0 -3
  958. package/dist/types/components/Calendar/state/handlers/show-previous-month-handler.d.ts +0 -3
  959. package/dist/types/components/Calendar/state/index.d.ts +0 -2
  960. package/dist/types/components/Calendar/state/reducer.d.ts +0 -3
  961. package/dist/types/components/Calendar/state/reducer.test.d.ts +0 -1
  962. package/dist/types/components/Calendar/state/types/actions.d.ts +0 -81
  963. package/dist/types/components/Calendar/state/types/state-handler.d.ts +0 -3
  964. package/dist/types/components/Calendar/state/types/state.d.ts +0 -5
  965. package/dist/types/components/Calendar/types/calendar-type.d.ts +0 -1
  966. package/dist/types/components/Calendar/types/date-select-value.d.ts +0 -2
  967. package/dist/types/components/Calendar/types/index.d.ts +0 -6
  968. package/dist/types/components/Calendar/types/key-names.d.ts +0 -13
  969. package/dist/types/components/Calendar/types/range-selection.d.ts +0 -10
  970. package/dist/types/components/Calendar/types/selection-type.d.ts +0 -1
  971. package/dist/types/components/Calendar/types/week-days.d.ts +0 -18
  972. package/dist/types/components/CardFooter/CardFooter.d.ts +0 -11
  973. package/dist/types/components/CardFooter/index.d.ts +0 -1
  974. package/dist/types/components/CardHeading/CardHeading.d.ts +0 -19
  975. package/dist/types/components/CardHeading/index.d.ts +0 -1
  976. package/dist/types/components/Carousel/Carousel.d.ts +0 -34
  977. package/dist/types/components/Carousel/components/DotButton.d.ts +0 -10
  978. package/dist/types/components/Carousel/constants/breakpoints.d.ts +0 -5
  979. package/dist/types/components/Carousel/helpers/get-options.d.ts +0 -3
  980. package/dist/types/components/Carousel/helpers/get-slide-width.d.ts +0 -12
  981. package/dist/types/components/Carousel/index.d.ts +0 -1
  982. package/dist/types/components/Carousel/types/breakpoints.d.ts +0 -1
  983. package/dist/types/components/Carousel/types/keynames.d.ts +0 -5
  984. package/dist/types/components/Carousel/types/responsive.d.ts +0 -3
  985. package/dist/types/components/Carousel/types/screen-sizes.d.ts +0 -2
  986. package/dist/types/components/Carousel/types/slide-config.d.ts +0 -5
  987. package/dist/types/components/Checkbox/Checkbox.d.ts +0 -75
  988. package/dist/types/components/Checkbox/index.d.ts +0 -1
  989. package/dist/types/components/Columns/Columns.d.ts +0 -76
  990. package/dist/types/components/Columns/index.d.ts +0 -1
  991. package/dist/types/components/ComboBox/ComboBox.d.ts +0 -17
  992. package/dist/types/components/ComboBox/index.d.ts +0 -1
  993. package/dist/types/components/ComboBox/reducer.d.ts +0 -2
  994. package/dist/types/components/ComboBox/types/actions.d.ts +0 -45
  995. package/dist/types/components/ComboBox/types/index.d.ts +0 -3
  996. package/dist/types/components/ComboBox/types/keynames.d.ts +0 -7
  997. package/dist/types/components/ComboBox/types/state.d.ts +0 -7
  998. package/dist/types/components/ComboBox/utils.d.ts +0 -4
  999. package/dist/types/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -7
  1000. package/dist/types/components/ConditionalWrapper/index.d.ts +0 -1
  1001. package/dist/types/components/ContentSwitcher/ContentSwitcher.d.ts +0 -32
  1002. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/ContentSwitcherContent.d.ts +0 -12
  1003. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/index.d.ts +0 -1
  1004. package/dist/types/components/ContentSwitcher/ContentSwitcherList/ContentSwitcherList.d.ts +0 -24
  1005. package/dist/types/components/ContentSwitcher/ContentSwitcherList/index.d.ts +0 -1
  1006. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/ContentSwitcherTab.d.ts +0 -17
  1007. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/index.d.ts +0 -1
  1008. package/dist/types/components/ContentSwitcher/index.d.ts +0 -1
  1009. package/dist/types/components/ContentSwitcherDropdown/ContentSwitcherDropdown.d.ts +0 -57
  1010. package/dist/types/components/ContentSwitcherDropdown/index.d.ts +0 -1
  1011. package/dist/types/components/DatePicker/DatePicker.d.ts +0 -20
  1012. package/dist/types/components/DatePicker/constants/date-format.d.ts +0 -1
  1013. package/dist/types/components/DatePicker/constants/index.d.ts +0 -1
  1014. package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.d.ts +0 -1
  1015. package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.test.d.ts +0 -1
  1016. package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.d.ts +0 -1
  1017. package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.test.d.ts +0 -1
  1018. package/dist/types/components/DatePicker/helpers/format-date.d.ts +0 -1
  1019. package/dist/types/components/DatePicker/helpers/format-date.test.d.ts +0 -1
  1020. package/dist/types/components/DatePicker/helpers/index.d.ts +0 -8
  1021. package/dist/types/components/DatePicker/helpers/is-date-valid.d.ts +0 -1
  1022. package/dist/types/components/DatePicker/helpers/is-date-valid.test.d.ts +0 -1
  1023. package/dist/types/components/DatePicker/helpers/is-disabled-date.d.ts +0 -1
  1024. package/dist/types/components/DatePicker/helpers/is-disabled-date.test.d.ts +0 -1
  1025. package/dist/types/components/DatePicker/helpers/is-range-valid.d.ts +0 -1
  1026. package/dist/types/components/DatePicker/helpers/is-range-valid.test.d.ts +0 -1
  1027. package/dist/types/components/DatePicker/helpers/parse-date-string.d.ts +0 -5
  1028. package/dist/types/components/DatePicker/helpers/parse-date-string.test.d.ts +0 -1
  1029. package/dist/types/components/DatePicker/helpers/parse-range-string.d.ts +0 -14
  1030. package/dist/types/components/DatePicker/helpers/parse-range-string.test.d.ts +0 -1
  1031. package/dist/types/components/DatePicker/index.d.ts +0 -6
  1032. package/dist/types/components/Disclosure/Disclosure.d.ts +0 -29
  1033. package/dist/types/components/Disclosure/index.d.ts +0 -1
  1034. package/dist/types/components/DisclosureMini/DisclosureMini.d.ts +0 -35
  1035. package/dist/types/components/DisclosureMini/index.d.ts +0 -1
  1036. package/dist/types/components/Download/Download.d.ts +0 -41
  1037. package/dist/types/components/Download/index.d.ts +0 -1
  1038. package/dist/types/components/Drawer/Drawer.d.ts +0 -40
  1039. package/dist/types/components/Drawer/index.d.ts +0 -1
  1040. package/dist/types/components/Elevation/Elevation.d.ts +0 -19
  1041. package/dist/types/components/Elevation/index.d.ts +0 -1
  1042. package/dist/types/components/Filter/Filter.d.ts +0 -38
  1043. package/dist/types/components/Filter/FilterControls/FilterControl/FilterControl.d.ts +0 -16
  1044. package/dist/types/components/Filter/FilterControls/FilterControls.d.ts +0 -12
  1045. package/dist/types/components/Filter/FilterItems/FilterItem/FilterItem.d.ts +0 -12
  1046. package/dist/types/components/Filter/FilterItems/FilterItems.d.ts +0 -16
  1047. package/dist/types/components/Filter/index.d.ts +0 -1
  1048. package/dist/types/components/FormControl/FormControl.d.ts +0 -83
  1049. package/dist/types/components/FormControl/index.d.ts +0 -1
  1050. package/dist/types/components/Grid/Grid.constants.d.ts +0 -1
  1051. package/dist/types/components/Grid/Grid.d.ts +0 -28
  1052. package/dist/types/components/Grid/Grid.types.d.ts +0 -10
  1053. package/dist/types/components/Grid/components/Col/Col.d.ts +0 -10
  1054. package/dist/types/components/Grid/components/Col/index.d.ts +0 -1
  1055. package/dist/types/components/Grid/components/Row/Row.d.ts +0 -10
  1056. package/dist/types/components/Grid/components/Row/index.d.ts +0 -1
  1057. package/dist/types/components/Grid/index.d.ts +0 -2
  1058. package/dist/types/components/Group/Group.d.ts +0 -45
  1059. package/dist/types/components/Group/GroupItem/GroupItem.d.ts +0 -17
  1060. package/dist/types/components/Group/index.d.ts +0 -1
  1061. package/dist/types/components/Heading/Heading.d.ts +0 -53
  1062. package/dist/types/components/Heading/index.d.ts +0 -1
  1063. package/dist/types/components/HeroBanner/HeroBanner.d.ts +0 -9
  1064. package/dist/types/components/HeroBanner/index.d.ts +0 -1
  1065. package/dist/types/components/HeroButton/HeroButton.d.ts +0 -66
  1066. package/dist/types/components/HeroButton/index.d.ts +0 -1
  1067. package/dist/types/components/Hidden/Hidden.d.ts +0 -11
  1068. package/dist/types/components/Hidden/index.d.ts +0 -1
  1069. package/dist/types/components/Icon/Icon.d.ts +0 -37
  1070. package/dist/types/components/Icon/index.d.ts +0 -1
  1071. package/dist/types/components/Image/Image.d.ts +0 -97
  1072. package/dist/types/components/Image/index.d.ts +0 -1
  1073. package/dist/types/components/ImpactCard/ImpactCard.d.ts +0 -58
  1074. package/dist/types/components/ImpactCard/index.d.ts +0 -1
  1075. package/dist/types/components/InformationCard/InformationCard.d.ts +0 -62
  1076. package/dist/types/components/InformationCard/index.d.ts +0 -1
  1077. package/dist/types/components/Link/Link.d.ts +0 -52
  1078. package/dist/types/components/Link/index.d.ts +0 -1
  1079. package/dist/types/components/Markup/Markup.d.ts +0 -15
  1080. package/dist/types/components/Markup/index.d.ts +0 -1
  1081. package/dist/types/components/MediaCard/MediaCard.d.ts +0 -56
  1082. package/dist/types/components/MediaCard/index.d.ts +0 -1
  1083. package/dist/types/components/MediaCard/types/index.d.ts +0 -2
  1084. package/dist/types/components/MediaCard/types/media-card-image.d.ts +0 -4
  1085. package/dist/types/components/MediaCard/types/media-card-video.d.ts +0 -4
  1086. package/dist/types/components/Modal/Modal.d.ts +0 -50
  1087. package/dist/types/components/Modal/index.d.ts +0 -1
  1088. package/dist/types/components/Pagination/Pagination.d.ts +0 -19
  1089. package/dist/types/components/Pagination/index.d.ts +0 -1
  1090. package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +0 -43
  1091. package/dist/types/components/PaginationSimple/index.d.ts +0 -1
  1092. package/dist/types/components/Popover/Popover.d.ts +0 -73
  1093. package/dist/types/components/Popover/index.d.ts +0 -1
  1094. package/dist/types/components/Poster/Poster.d.ts +0 -29
  1095. package/dist/types/components/Poster/PosterImage.d.ts +0 -34
  1096. package/dist/types/components/Poster/PosterVideo.d.ts +0 -21
  1097. package/dist/types/components/Poster/index.d.ts +0 -1
  1098. package/dist/types/components/ProgressBar/ProgressBar.d.ts +0 -50
  1099. package/dist/types/components/ProgressBar/constants/progress-bar-icon-map.d.ts +0 -3
  1100. package/dist/types/components/ProgressBar/index.d.ts +0 -1
  1101. package/dist/types/components/ProgressBar/types/progress-bar-icons.d.ts +0 -1
  1102. package/dist/types/components/ProgressBar/types/progress-bar-state.d.ts +0 -1
  1103. package/dist/types/components/ProgressBar/utils/get-progress-bar-props.d.ts +0 -1
  1104. package/dist/types/components/ProgressStepper/ProgressStepper.d.ts +0 -32
  1105. package/dist/types/components/ProgressStepper/ProgressStepperItem/ProgressStepperItem.d.ts +0 -62
  1106. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Complete.d.ts +0 -2
  1107. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Current.d.ts +0 -2
  1108. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Error.d.ts +0 -2
  1109. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Warning.d.ts +0 -2
  1110. package/dist/types/components/ProgressStepper/index.d.ts +0 -1
  1111. package/dist/types/components/ProgressStepper/progressStatus.d.ts +0 -1
  1112. package/dist/types/components/RadioCardGroup/RadioCard/RadioCard.d.ts +0 -59
  1113. package/dist/types/components/RadioCardGroup/RadioCard/index.d.ts +0 -1
  1114. package/dist/types/components/RadioCardGroup/RadioCardGroup.d.ts +0 -74
  1115. package/dist/types/components/RadioCardGroup/RadioCardGroupInput/RadioCardGroupInput.d.ts +0 -37
  1116. package/dist/types/components/RadioCardGroup/RadioCardGroupInput/index.d.ts +0 -1
  1117. package/dist/types/components/RadioCardGroup/context.d.ts +0 -12
  1118. package/dist/types/components/RadioCardGroup/index.d.ts +0 -1
  1119. package/dist/types/components/RadioGroup/RadioButton/RadioButton.d.ts +0 -21
  1120. package/dist/types/components/RadioGroup/RadioButton/index.d.ts +0 -1
  1121. package/dist/types/components/RadioGroup/RadioButtonGroupInput/RadioButtonGroupInput.d.ts +0 -36
  1122. package/dist/types/components/RadioGroup/RadioButtonGroupInput/index.d.ts +0 -1
  1123. package/dist/types/components/RadioGroup/RadioGroup.d.ts +0 -66
  1124. package/dist/types/components/RadioGroup/context.d.ts +0 -14
  1125. package/dist/types/components/RadioGroup/index.d.ts +0 -2
  1126. package/dist/types/components/Rule/Rule.d.ts +0 -8
  1127. package/dist/types/components/Rule/index.d.ts +0 -1
  1128. package/dist/types/components/ScrollToTop/ScrollToTop.d.ts +0 -24
  1129. package/dist/types/components/ScrollToTop/index.d.ts +0 -1
  1130. package/dist/types/components/Section/Section.d.ts +0 -20
  1131. package/dist/types/components/Section/index.d.ts +0 -1
  1132. package/dist/types/components/Select/Select.d.ts +0 -85
  1133. package/dist/types/components/Select/index.d.ts +0 -1
  1134. package/dist/types/components/SiteFooter/SiteFooter.d.ts +0 -57
  1135. package/dist/types/components/SiteFooter/index.d.ts +0 -1
  1136. package/dist/types/components/SiteHeaderV2/SiteHeaderV2.d.ts +0 -82
  1137. package/dist/types/components/SiteHeaderV2/components/BackButton/BackButton.d.ts +0 -6
  1138. package/dist/types/components/SiteHeaderV2/components/BackButton/index.d.ts +0 -1
  1139. package/dist/types/components/SiteHeaderV2/components/Column/Column.d.ts +0 -8
  1140. package/dist/types/components/SiteHeaderV2/components/Column/index.d.ts +0 -1
  1141. package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/HorizontalPanel.d.ts +0 -12
  1142. package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/index.d.ts +0 -1
  1143. package/dist/types/components/SiteHeaderV2/components/Item/Item.d.ts +0 -16
  1144. package/dist/types/components/SiteHeaderV2/components/Item/index.d.ts +0 -1
  1145. package/dist/types/components/SiteHeaderV2/components/ItemGroup/ItemGroup.d.ts +0 -27
  1146. package/dist/types/components/SiteHeaderV2/components/ItemGroup/index.d.ts +0 -1
  1147. package/dist/types/components/SiteHeaderV2/components/MenuButton/MenuButton.d.ts +0 -6
  1148. package/dist/types/components/SiteHeaderV2/components/MenuButton/index.d.ts +0 -1
  1149. package/dist/types/components/SiteHeaderV2/components/NavItem/NavItem.d.ts +0 -35
  1150. package/dist/types/components/SiteHeaderV2/components/NavItem/NavItemWithSubNav.d.ts +0 -56
  1151. package/dist/types/components/SiteHeaderV2/components/NavItem/index.d.ts +0 -2
  1152. package/dist/types/components/SiteHeaderV2/components/NodeItem/NodeItem.d.ts +0 -8
  1153. package/dist/types/components/SiteHeaderV2/components/Panel/Panel.d.ts +0 -26
  1154. package/dist/types/components/SiteHeaderV2/components/Panel/index.d.ts +0 -1
  1155. package/dist/types/components/SiteHeaderV2/components/SubNavItem/SubNavItem.d.ts +0 -45
  1156. package/dist/types/components/SiteHeaderV2/components/SubNavItem/index.d.ts +0 -1
  1157. package/dist/types/components/SiteHeaderV2/components/VerticalDivider/VerticalDivider.d.ts +0 -2
  1158. package/dist/types/components/SiteHeaderV2/components/VerticalDivider/index.d.ts +0 -1
  1159. package/dist/types/components/SiteHeaderV2/index.d.ts +0 -1
  1160. package/dist/types/components/Skeleton/Skeleton.d.ts +0 -23
  1161. package/dist/types/components/Skeleton/index.d.ts +0 -1
  1162. package/dist/types/components/SkipLink/SkipLink.d.ts +0 -12
  1163. package/dist/types/components/SkipLink/SkipLinkItem/SkipLinkItem.d.ts +0 -16
  1164. package/dist/types/components/SkipLink/index.d.ts +0 -1
  1165. package/dist/types/components/Spinner/Spinner.d.ts +0 -16
  1166. package/dist/types/components/Spinner/index.d.ts +0 -1
  1167. package/dist/types/components/Surface/Surface.d.ts +0 -53
  1168. package/dist/types/components/Surface/index.d.ts +0 -1
  1169. package/dist/types/components/Switch/Switch.d.ts +0 -47
  1170. package/dist/types/components/Switch/index.d.ts +0 -1
  1171. package/dist/types/components/TabbedBanner/TabbedBanner.d.ts +0 -26
  1172. package/dist/types/components/TabbedBanner/index.d.ts +0 -1
  1173. package/dist/types/components/Tabs/Tab/Tab.d.ts +0 -22
  1174. package/dist/types/components/Tabs/Tab/index.d.ts +0 -1
  1175. package/dist/types/components/Tabs/TabContent/TabContent.d.ts +0 -12
  1176. package/dist/types/components/Tabs/TabContent/index.d.ts +0 -1
  1177. package/dist/types/components/Tabs/Tabs.d.ts +0 -28
  1178. package/dist/types/components/Tabs/TabsList/TabsList.d.ts +0 -20
  1179. package/dist/types/components/Tabs/TabsList/index.d.ts +0 -1
  1180. package/dist/types/components/Tabs/index.d.ts +0 -1
  1181. package/dist/types/components/Tag/Tag.d.ts +0 -36
  1182. package/dist/types/components/Tag/index.d.ts +0 -1
  1183. package/dist/types/components/TemplateBanner/TemplateBanner.d.ts +0 -68
  1184. package/dist/types/components/TemplateBanner/index.d.ts +0 -1
  1185. package/dist/types/components/Text/Text.d.ts +0 -41
  1186. package/dist/types/components/Text/index.d.ts +0 -1
  1187. package/dist/types/components/TextArea/TextArea.d.ts +0 -82
  1188. package/dist/types/components/TextArea/index.d.ts +0 -1
  1189. package/dist/types/components/TextInput/TextInput.d.ts +0 -129
  1190. package/dist/types/components/TextInput/index.d.ts +0 -1
  1191. package/dist/types/components/Theme/Theme.d.ts +0 -21
  1192. package/dist/types/components/Theme/index.d.ts +0 -1
  1193. package/dist/types/components/ThemeIcon/ThemeIcon.d.ts +0 -18
  1194. package/dist/types/components/ThemeIcon/icon-names.d.ts +0 -1
  1195. package/dist/types/components/ThemeIcon/index.d.ts +0 -1
  1196. package/dist/types/components/Toast/Toast.d.ts +0 -17
  1197. package/dist/types/components/Toast/ToastNotification.d.ts +0 -39
  1198. package/dist/types/components/Toast/index.d.ts +0 -1
  1199. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -54
  1200. package/dist/types/components/Tooltip/index.d.ts +0 -1
  1201. package/dist/types/components/Truncate/Truncate.d.ts +0 -17
  1202. package/dist/types/components/Truncate/index.d.ts +0 -1
  1203. package/dist/types/components/TypographyCard/TypographyCard.d.ts +0 -58
  1204. package/dist/types/components/TypographyCard/index.d.ts +0 -1
  1205. package/dist/types/components/UniversalHeader/UniversalHeader.d.ts +0 -29
  1206. package/dist/types/components/UniversalHeader/index.d.ts +0 -1
  1207. package/dist/types/components/VerticalSpace/VerticalSpace.d.ts +0 -33
  1208. package/dist/types/components/VerticalSpace/index.d.ts +0 -1
  1209. package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +0 -27
  1210. package/dist/types/components/VideoPlayer/index.d.ts +0 -1
  1211. package/dist/types/components/Visible/Visible.d.ts +0 -11
  1212. package/dist/types/components/Visible/index.d.ts +0 -1
  1213. package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +0 -11
  1214. package/dist/types/components/VisuallyHidden/index.d.ts +0 -1
  1215. package/dist/types/components/index.d.ts +0 -76
  1216. package/dist/types/helpers/anchor-points.d.ts +0 -1
  1217. package/dist/types/helpers/get-theme-img.d.ts +0 -6
  1218. package/dist/types/helpers/handle-link-click.d.ts +0 -7
  1219. package/dist/types/helpers/index.d.ts +0 -2
  1220. package/dist/types/hooks/__tests__/use-aria-describedby.test.d.ts +0 -1
  1221. package/dist/types/hooks/__tests__/use-numeric-input.test.d.ts +0 -1
  1222. package/dist/types/hooks/index.d.ts +0 -2
  1223. package/dist/types/hooks/private/index.d.ts +0 -5
  1224. package/dist/types/hooks/private/use-aria-describedby/index.d.ts +0 -1
  1225. package/dist/types/hooks/private/use-aria-describedby/use-aria-describedby.d.ts +0 -22
  1226. package/dist/types/hooks/private/use-interaction-mode/index.d.ts +0 -1
  1227. package/dist/types/hooks/private/use-interaction-mode/use-interaction-mode.d.ts +0 -6
  1228. package/dist/types/hooks/private/use-numeric-input/index.d.ts +0 -1
  1229. package/dist/types/hooks/private/use-numeric-input/use-numeric-input.d.ts +0 -9
  1230. package/dist/types/hooks/private/use-pagination/index.d.ts +0 -1
  1231. package/dist/types/hooks/private/use-pagination/use-pagination.d.ts +0 -1
  1232. package/dist/types/hooks/private/use-theme-element/index.d.ts +0 -1
  1233. package/dist/types/hooks/public/index.d.ts +0 -1
  1234. package/dist/types/hooks/public/use-media-query/index.d.ts +0 -1
  1235. package/dist/types/hooks/public/use-media-query/use-media-query.d.ts +0 -19
  1236. package/dist/types/index.d.ts +0 -2
  1237. package/dist/types/styles.d.ts +0 -81
  1238. package/dist/types/types/arc-icon.d.ts +0 -2
  1239. package/dist/types/types/auto-complete-types.d.ts +0 -1
  1240. package/dist/use-media-query/package.json +0 -7
  1241. package/dist/use-media-query/use-media-query.cjs.js +0 -8
  1242. package/dist/use-media-query/use-media-query.esm.js +0 -2
  1243. /package/{dist/_shared/cjs/ConditionalWrapper-C09Kw6EG.js → lib/_shared/cjs/ConditionalWrapper-C09Kw6EG.cjs} +0 -0
  1244. /package/{dist/_shared/cjs/handle-link-click-C7BvOIYa.js → lib/_shared/cjs/handle-link-click-C7BvOIYa.cjs} +0 -0
  1245. /package/{dist/_shared/cjs/index-BLRjGROQ.js → lib/_shared/cjs/index-BLRjGROQ.cjs} +0 -0
  1246. /package/{dist/_shared/cjs/index-CTlXMLug.js → lib/_shared/cjs/index-CTlXMLug.cjs} +0 -0
  1247. /package/{dist/_shared/cjs/keynames-Cx13-hWr.js → lib/_shared/cjs/keynames-Cx13-hWr.cjs} +0 -0
  1248. /package/{dist/_shared/cjs/use-media-query-BsUfHjPZ.js → lib/_shared/cjs/use-media-query-BsUfHjPZ.cjs} +0 -0
  1249. /package/{dist/_shared/esm/ConditionalWrapper-WoJxFYwS.js → lib/_shared/esm/ConditionalWrapper-WoJxFYwS.mjs} +0 -0
  1250. /package/{dist/_shared/esm/handle-link-click-CIgZ7pa0.js → lib/_shared/esm/handle-link-click-CIgZ7pa0.mjs} +0 -0
  1251. /package/{dist/_shared/esm/index-5C0-U8cc.js → lib/_shared/esm/index-5C0-U8cc.mjs} +0 -0
  1252. /package/{dist/_shared/esm/index-Cr6KeQLU.js → lib/_shared/esm/index-Cr6KeQLU.mjs} +0 -0
  1253. /package/{dist/_shared/esm/keynames-B5whqsjh.js → lib/_shared/esm/keynames-B5whqsjh.mjs} +0 -0
  1254. /package/{dist/_shared/esm/use-media-query-DmKuIDEM.js → lib/_shared/esm/use-media-query-DmKuIDEM.mjs} +0 -0
@@ -0,0 +1,4170 @@
1
+ import React$1, { FC, ReactNode, SVGProps, HTMLAttributes, MouseEvent as MouseEvent$1, ChangeEvent, ReactElement } from 'react';
2
+ import { ImageProps as ImageProps$1 } from 'src/components/Image/Image';
3
+ import { VideoPlayerProps as VideoPlayerProps$1 } from 'src/components/VideoPlayer';
4
+ import { SwitchProps as SwitchProps$1 } from '@radix-ui/react-switch';
5
+ import { ArcIcon as ArcIcon$1 } from 'src/types/arc-icon';
6
+ import { ReactPlayerProps } from 'react-player';
7
+ import { ArcIconSocialLinkedin } from '@arc-ui/icons/ArcIconSocialLinkedin';
8
+ import { ArcIconSocialYouTube } from '@arc-ui/icons/ArcIconSocialYouTube';
9
+ import { ArcIconSocialX } from '@arc-ui/icons/ArcIconSocialX';
10
+ import { ArcIconSocialInstagram } from '@arc-ui/icons/ArcIconSocialInstagram';
11
+ import { ArcIconSocialFacebook } from '@arc-ui/icons/ArcIconSocialFacebook';
12
+
13
+ /**
14
+ * Use `Align` to align items horizontally or vertically.
15
+ */
16
+ declare const Align: FC<AlignProps>;
17
+ interface AlignProps {
18
+ /**
19
+ * Contents of the Align. Each item will be wrapped in an AlignItem component.
20
+ */
21
+ children: ReactNode;
22
+ /**
23
+ * Horizontal alignment of the Align children.
24
+ */
25
+ horizontal?: "left" | "center" | "right";
26
+ /**
27
+ * Should the Align child wrappers be visible for debugging and documentation
28
+ * purposes?
29
+ */
30
+ isDebugVisible?: boolean;
31
+ /**
32
+ * Vertical alignment of the Align children.
33
+ */
34
+ vertical?: "top" | "center" | "bottom";
35
+ }
36
+
37
+ type ArcIcon = React.FC<SVGProps<SVGSVGElement>>;
38
+
39
+ /** Use `Alert` to inform the user of important changes or actions. */
40
+ declare const Alert: FC<AlertProps>;
41
+ interface AlertProps {
42
+ /**
43
+ * Determine a heading for `<Alert />`
44
+ */
45
+ heading: string;
46
+ /**
47
+ * Determine a description for `<Alert />`
48
+ */
49
+ description?: string | ReactNode;
50
+ /**
51
+ * Determine a link for `<Alert />`
52
+ */
53
+ link?: string;
54
+ /**
55
+ * Determine the text to link
56
+ */
57
+ linkText?: string;
58
+ /**
59
+ * Determine a icon to display within `<Alert />`. This overrides the default icons.
60
+ */
61
+ icon?: ArcIcon;
62
+ /**
63
+ * Determine the type of alert
64
+ */
65
+ status?: AlertStatus;
66
+ /**
67
+ * Determine showing a dismiss icon within `<Alert />`
68
+ */
69
+ isDismissable?: boolean;
70
+ /**
71
+ * Execute a function when dismiss is envoked
72
+ */
73
+ onDismiss?: () => void;
74
+ /**
75
+ * Execute a function when link is envoked. This prevents the default behaviour for `<a >` Tag
76
+ */
77
+ onLinkClick?: () => void;
78
+ /**
79
+ * Text to override `linkText` with additional, more precise information
80
+ * specifically for screen reader users.
81
+ */
82
+ linkAriaLabel?: string;
83
+ }
84
+ type AlertStatus = "general" | "error" | "warning" | "success";
85
+
86
+ declare const AppButton: React$1.FC<AppButtonProps>;
87
+ type AppButtonType = "google-play" | "apple-app-store";
88
+ interface AppButtonProps {
89
+ type: AppButtonType;
90
+ screenReaderText: string;
91
+ url: string;
92
+ }
93
+
94
+ declare const anchorPoints: readonly ["N", "NE", "E", "SE", "S", "SW", "W", "NW", "C"];
95
+
96
+ /**
97
+ * Use `Image` to render a single image, or set of images, with support for
98
+ * image fitting and art direction.
99
+ */
100
+ declare const Image: FC<ImageProps>;
101
+ declare const ImageSource: FC<ImageSourceProps>;
102
+ interface ImageSourceProps {
103
+ /**
104
+ * The intrinsic height of the ImageSource, in pixels
105
+ */
106
+ height?: number;
107
+ /**
108
+ * Media condition (similar to a media query) that the user agent will evaluate for each ImageSource element. Same format as [media](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-media), i.e. `(min-width: 600px)`
109
+ */
110
+ media?: string;
111
+ /**
112
+ * The HTML [sizes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-sizes) attribute. Only required if srcSet is switching widths.
113
+ */
114
+ sizes?: string;
115
+ /**
116
+ * A comma-separated list indicating a set of possible sources for the user agent to use for different screen sizes for the ImageSource element. Same format as [srcSet](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-srcset), i.e. `my-image-200.png 200w, my-image-200.png 200w`.
117
+ */
118
+ srcSet: string;
119
+ /**
120
+ * MIME type for the resource URL(s) in the ImageSource element's srcset attribute. If the user agent does not support the given type, the element is skipped. Same format as [type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#attr-type), i.e. `image/jpeg`.
121
+ */
122
+ type?: string;
123
+ /**
124
+ * The intrinsic width of the ImageSource, in pixels
125
+ */
126
+ width?: number;
127
+ }
128
+ declare const fitOptions: readonly ["cover"];
129
+ declare const loadingOptions: readonly ["eager", "lazy"];
130
+ declare const overlayOptions: readonly ["scrimBottomDark"];
131
+ interface ImageProps extends HTMLAttributes<HTMLElement> {
132
+ /**
133
+ * Alternative text for the Image, shown if the image cannot be displayed.
134
+ */
135
+ alt?: string;
136
+ /**
137
+ * Anchor point for the Image if using fit="cover".
138
+ */
139
+ anchor?: (typeof anchorPoints)[number];
140
+ /**
141
+ * Optionally enable HTML <picture> functionality by passing `ImageSource`
142
+ * components as children.
143
+ */
144
+ children?: ReactNode;
145
+ /**
146
+ * Fallback hexadecimal fill color. The intent is to increase perceived loading speed. Do not use on images with transparency. Requires that an explicit width and height be set for the image.
147
+ */
148
+ fillColor?: string;
149
+ /**
150
+ * Fit of the Image.
151
+ */
152
+ fit?: (typeof fitOptions)[number];
153
+ /**
154
+ * Height dimension of the Image, in pixels. If fit="cover", the height in which
155
+ * to fit the Image. Otherwise, the intrinsic height of the Image element.
156
+ */
157
+ height?: number;
158
+ /**
159
+ * If true the image will fade in when its loaded, resulting in a smooth user experience.
160
+ */
161
+ fadeOnLoad?: boolean;
162
+ /**
163
+ * Loading behaviour of the Image.
164
+ */
165
+ loading?: (typeof loadingOptions)[number];
166
+ /**
167
+ * Apply an overlay to the Image, e.g. a scrim gradient for text legibility.
168
+ * Should not be used if the image has a rasterized overlay.
169
+ */
170
+ overlay?: (typeof overlayOptions)[number];
171
+ /**
172
+ * The HTML [sizes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Example_4_Using_the_srcset_and_sizes_attributes) attribute. Only required if srcSet is switching widths. Ignored if `children` (<source> elements) are present.
173
+ */
174
+ sizes?: string;
175
+ /**
176
+ * Image `src`. Used if srcSet is not defined, or as a fallback.
177
+ */
178
+ src: string;
179
+ /**
180
+ * A comma-separated list indicating a set of possible sources for the user agent to use for different screen sizes for the Image. Same format as [srcSet](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Example_4_Using_the_srcset_and_sizes_attributes), i.e. `my-image-200.png 200w, my-image-200.png 200w`. Ignored if `children` (<source> elements) are present.
181
+ */
182
+ srcSet?: string;
183
+ /**
184
+ * Width dimension of the Image, in pixels. If fit="cover", the width in which
185
+ * to fit the Image. Otherwise, the intrinsic width of the Image element.
186
+ */
187
+ width?: number;
188
+ }
189
+
190
+ type AvatarImage = Pick<ImageProps, "src" | "loading" | "sizes" | "srcSet" | "width" | "height" | "alt" | "fadeOnLoad">;
191
+
192
+ type AvatarSize = "s" | "m" | "l" | "xl";
193
+
194
+ /** Use `Avatar` to visually represent a user. */
195
+ declare const Avatar: React$1.FC<AvatarProps>;
196
+ interface AvatarProps {
197
+ initials?: string;
198
+ href?: string;
199
+ title?: string;
200
+ ariaLabel?: string;
201
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
202
+ img?: AvatarImage;
203
+ size?: AvatarSize;
204
+ }
205
+
206
+ type GroupAvatar = Omit<AvatarProps, "size" | "title" | "href" | "onClick">;
207
+
208
+ /** Use `AvatarGroup` to visually represent a group of users. */
209
+ declare const AvatarGroup: React$1.FC<AvatarGroupProps>;
210
+ interface AvatarGroupProps {
211
+ avatars: GroupAvatar[];
212
+ size?: AvatarSize;
213
+ max?: number;
214
+ title?: string;
215
+ ariaLabel?: string;
216
+ href?: string;
217
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
218
+ }
219
+
220
+ /** Use `Badge` as a static, non-interactive way to provide short updates. */
221
+ declare const Badge: FC<BadgeProps>;
222
+ interface BadgeProps {
223
+ /**
224
+ * Text to display within Badge
225
+ */
226
+ children: ReactNode;
227
+ /**
228
+ * State of the Badge
229
+ */
230
+ state?: "default" | "error" | "warning" | "success";
231
+ /**
232
+ * Aria label for accessibility
233
+ */
234
+ ariaLabel?: string;
235
+ /**
236
+ * Aria Role for accessibility
237
+ */
238
+ ariaRole?: "status" | "alert";
239
+ }
240
+
241
+ /**
242
+ * Use `Heading` to display heading text.
243
+ */
244
+ declare const Heading: FC<HeadingProps>;
245
+ type HeadingCasing = "auto" | "none";
246
+ type HeadingColor = "auto" | "brand";
247
+ type HeadingLevel = "1" | "2" | "3" | "4" | "5" | "6";
248
+ type HeadingSize = "xxxs" | "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl";
249
+ interface HeadingProps {
250
+ /**
251
+ * Text alignment of the Heading.
252
+ */
253
+ align?: "left" | "center" | "right";
254
+ /**
255
+ * Typographic casing of the Heading.
256
+ */
257
+ casing?: HeadingCasing;
258
+ /**
259
+ * Text and inline markup to display in the Heading.
260
+ */
261
+ children: ReactNode;
262
+ /**
263
+ * The color of the Heading.
264
+ */
265
+ color?: HeadingColor;
266
+ /**
267
+ * Id for the Heading.
268
+ */
269
+ id?: string;
270
+ /**
271
+ * HTML section heading level. If not provided, the Heading will render as
272
+ * a span.
273
+ */
274
+ level?: HeadingLevel;
275
+ /**
276
+ * Typographic size of the Heading.
277
+ */
278
+ size?: HeadingSize;
279
+ /**
280
+ * Whether the Heading is displayed inline.
281
+ */
282
+ isInline?: boolean;
283
+ /**
284
+ * Determine if the heading should change size depending on the breakpoint. Default is `true`
285
+ */
286
+ isResponsive?: boolean;
287
+ /**
288
+ * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee `
289
+ */
290
+ fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended";
291
+ }
292
+
293
+ interface BannerImageProps extends Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad" | "fit"> {
294
+ sources?: Pick<ImageSourceProps, "media" | "sizes" | "srcSet">[];
295
+ }
296
+
297
+ declare const TemplateBanner: React$1.FC<TemplateBannerProps>;
298
+ type TemplateBannerStyle = "light" | "dark" | "contained";
299
+ type TemplateBannerAlignment = "top" | "bottom" | "center";
300
+ interface TemplateBannerImage extends BannerImageProps {
301
+ alignment?: TemplateBannerAlignment;
302
+ }
303
+ interface TemplateBannerProps {
304
+ /**
305
+ * Align content for TemplateBanner
306
+ */
307
+ alignment?: "start" | "center";
308
+ /**
309
+ * Heading for the TemplateBanner.
310
+ */
311
+ heading: string;
312
+ /**
313
+ * Image props for the TemplateBanner. Consider avoiding alt if the image is for decorative purposes only.
314
+ */
315
+ img?: TemplateBannerImage;
316
+ /**
317
+ * Provides a min height for the TemplateBanner.
318
+ */
319
+ minHeight?: string | number;
320
+ /**
321
+ * If true the image will appear on the left and the content will be on the right. Doesn't apply to mobile devices.
322
+ */
323
+ isReversed?: boolean;
324
+ /**
325
+ * Adds a gradient box shadow to the TemplateBanner.
326
+ */
327
+ isElevated?: boolean;
328
+ /**
329
+ * Content for the TemplateBanner.
330
+ */
331
+ children?: React$1.ReactNode;
332
+ /**
333
+ * Heading level for the ImpactCard heading.
334
+ */
335
+ headingLevel?: HeadingLevel;
336
+ /**
337
+ * Heading size for the ImpactCard heading.
338
+ */
339
+ headingSize?: Extract<HeadingSize, "m" | "xl">;
340
+ /**
341
+ * Uppercase label for the TemplateBanner.
342
+ */
343
+ label?: string;
344
+ /**
345
+ * Text content for the TemplateBanner.
346
+ */
347
+ text?: ReactNode;
348
+ /**
349
+ * Sets a dark or light background for the TemplateBanner.
350
+ */
351
+ type?: TemplateBannerStyle;
352
+ /**
353
+ * Defines the ratio of the content area within the banner layout.
354
+ */
355
+ contentRatio?: "2/3" | "1/1" | "1/0";
356
+ /**
357
+ * Add Additional top margin to banner
358
+ */
359
+ additionalTopMargin?: boolean;
360
+ }
361
+
362
+ declare const Banner: FC<BannerProps>;
363
+ type BannerProps = Omit<TemplateBannerProps, "headingSize" | "additionalTopMargin">;
364
+
365
+ type SurfaceBackground = "light" | "dark";
366
+ declare const Context$1: React$1.Context<{
367
+ surface: SurfaceBackground;
368
+ }>;
369
+ /**
370
+ * Use `Surface` to compose content using the Arc system.
371
+ */
372
+ declare const Surface: FC<SurfaceProps>;
373
+ declare const backgrounds: readonly ["dark-black", "dark-brand-01", "dark-brand-02", "dark-neutral-01", "dark-neutral-02", "light-brand-01", "light-brand-02", "light-neutral-01", "light-neutral-02", "light-white"];
374
+ declare const backgroundsBT: readonly ["dark-black", "dark-brand-01", "dark-brand-02", "dark-neutral-01", "dark-neutral-02", "light-brand-01", "light-brand-02", "light-neutral-01", "light-neutral-02", "light-white"];
375
+ type SurfacePadding = "8" | "12" | "16" | "24" | "32" | "48" | "64";
376
+ type SurfaceBackgroundColor = "dark-black" | "dark-brand-01" | "dark-brand-02" | "dark-neutral-01" | "dark-neutral-02" | "light-brand-01" | "light-brand-02" | "light-neutral-01" | "light-neutral-02" | "light-white";
377
+ interface SurfaceProps extends HTMLAttributes<HTMLElement> {
378
+ /**
379
+ * Background colour of the Surface. Contents will change colour to meet
380
+ * accessibility requirements.
381
+ */
382
+ background?: SurfaceBackgroundColor;
383
+ /**
384
+ * Should the Surface be transparent? When true, no background colour will be applied.
385
+ */
386
+ isTransparent?: boolean;
387
+ /**
388
+ * Content to display on the Surface.
389
+ */
390
+ children?: any;
391
+ /**
392
+ * Should the Surface grow to take up all the available vertical space? Most
393
+ * of the time this should not be required, but useful to fix issues in
394
+ * certain layout combinations.
395
+ */
396
+ growVertically?: boolean;
397
+ /**
398
+ * _Caution: This is an experimental property and may be removed at any time._
399
+ *
400
+ * Size of the padding applied to all sides of the Surface. Use to prevent margin collapsing issues.
401
+ */
402
+ padding?: SurfacePadding;
403
+ /**
404
+ * _Caution: This is an experimental property and may be removed at any time._
405
+ *
406
+ * Size of the horizontal padding applied to the left and right of the Surface.
407
+ */
408
+ paddingHorizontal?: SurfacePadding;
409
+ /**
410
+ * _Caution: This is an experimental property and may be removed at any time._
411
+ *
412
+ * Size of the vertical padding applied to the top and bottom of the Surface.
413
+ */
414
+ paddingVertical?: SurfacePadding;
415
+ }
416
+
417
+ /**
418
+ * Use `Box` as a simple way to group bespoke content and interactive elements together.
419
+ */
420
+ declare const Box: FC<BoxProps>;
421
+ interface BoxProps {
422
+ /**
423
+ * Contents of the Box.
424
+ */
425
+ children: React$1.ReactNode;
426
+ /**
427
+ * Set Box to fill parent element.
428
+ */
429
+ isFullHeight?: boolean;
430
+ /**
431
+ * Add rounded corners to the box.
432
+ */
433
+ isBorderRadius?: boolean;
434
+ /**
435
+ * The border width of the box.
436
+ */
437
+ borderWidth?: "thin" | "medium";
438
+ /**
439
+ * Box shadow for the box.
440
+ */
441
+ elevationLevel?: "1" | "2";
442
+ /**
443
+ * Padding for the box.
444
+ */
445
+ padding?: SurfacePadding;
446
+ /**
447
+ * Background color for the box.
448
+ */
449
+ surface?: SurfaceBackgroundColor;
450
+ /**
451
+ * Determine if the background color is transparent.
452
+ */
453
+ isSurfaceTransparent?: boolean;
454
+ }
455
+
456
+ /**
457
+ * Use `BrandLogo` to display the brand logo.
458
+ */
459
+ declare const BrandLogo: FC<BrandLogoProps>;
460
+ declare const colors$1: readonly ["auto", "brand"];
461
+ declare const subBrands$1: readonly ["redcare", "wholesale", "ee"];
462
+ interface BrandLogoProps {
463
+ /**
464
+ * Color of the BrandLogo. The `brand` color only shows on light surfaces.
465
+ */
466
+ color?: (typeof colors$1)[number];
467
+ /**
468
+ * Accessible text for the BrandLogo.
469
+ */
470
+ label?: string;
471
+ /**
472
+ * Size of the BrandLogo, in pixels.
473
+ */
474
+ size?: number;
475
+ /**
476
+ * Optional sub-brand variant.
477
+ */
478
+ subBrand?: (typeof subBrands$1)[number];
479
+ }
480
+
481
+ /** Use `Breadcrumbs` to add a secondary navigation scheme that reveals the user’s location. Each item should be wrapped with `BreadcrumbsItem` */
482
+ declare const Breadcrumbs: FC<BreadcrumbsProps>;
483
+ interface BreadcrumbsProps {
484
+ /**
485
+ * Contents of the Breadcrumbs Should only contain `Breadcrumb.Item`.
486
+ */
487
+ children: ReactNode;
488
+ /**
489
+ * Select if you want the Nav items to be Light
490
+ */
491
+ isLight?: boolean;
492
+ }
493
+
494
+ declare const BreadcrumbsItem: FC<ItemProps$1>;
495
+ interface ItemProps$1 {
496
+ /**
497
+ * Render child elements within `BreadcrumbsItem`
498
+ */
499
+ children?: ReactNode;
500
+ /**
501
+ * Use icon as a spacer that will be positioned after `BreadcrumbsItem`.
502
+ */
503
+ spacerIconAfter?: boolean;
504
+ /**
505
+ * Use icon as a spacer that will be positioned before `BreadcrumbsItem`.
506
+ */
507
+ spacerIconBefore?: boolean;
508
+ }
509
+
510
+ declare const BreadcrumbsLink: FC<LinkProps$1>;
511
+ interface LinkProps$1 {
512
+ /**
513
+ * Render children of `breadcrumbs.link`
514
+ */
515
+ children?: ReactNode;
516
+ /**
517
+ * Where breadcrumb linkshould lead too
518
+ */
519
+ href?: string;
520
+ /**
521
+ * Pass a function to the breadcrumb item
522
+ */
523
+ onClick?: () => void;
524
+ /**
525
+ * Highlights item in breadcrumb (This also removes the a tag and any links)
526
+ */
527
+ isActive?: boolean;
528
+ /**
529
+ * Ref to `<a>` tag
530
+ */
531
+ ref?: React$1.Ref<HTMLAnchorElement>;
532
+ /**
533
+ * React router property
534
+ */
535
+ navigate?: () => void;
536
+ }
537
+
538
+ type ElementUnion$2 = HTMLButtonElement | HTMLAnchorElement;
539
+ type Ref$2 = React$1.Ref<ElementUnion$2> | null;
540
+ /**
541
+ * Use `Button` to let a user complete an action like ‘Log in’ or ‘Register’.
542
+ */
543
+ declare const Button: FC<ButtonProps>;
544
+ interface ButtonElementProps {
545
+ /**
546
+ * Default behavior of the Button element. If not provided, 'submit' will
547
+ * be inferred. Type 'reset' deliberately excluded.
548
+ */
549
+ type?: "button" | "submit";
550
+ /**
551
+ * Refers to the id of a form so it can be submitted if the button exists outside of it.
552
+ */
553
+ form?: string;
554
+ }
555
+ interface LinkElementProps$2 {
556
+ /**
557
+ * URL to link to if Button elementType is 'a'.
558
+ */
559
+ href?: string;
560
+ /**
561
+ * Target window for the Button href URL.
562
+ */
563
+ target?: string;
564
+ /**
565
+ * Relationship between the Button href URL and the current page. See
566
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).
567
+ */
568
+ rel?: string;
569
+ }
570
+ interface ButtonProps extends ButtonElementProps, LinkElementProps$2 {
571
+ /**
572
+ * Text to override `label` with additional, more precise information
573
+ * specifically for screen reader users.
574
+ */
575
+ ariaLabel?: string;
576
+ /**
577
+ * Button fill.
578
+ */
579
+ fill?: "solid" | "outlined" | "flat";
580
+ /**
581
+ * Button icon variant.
582
+ */
583
+ icon?: ArcIcon;
584
+ /**
585
+ * How should a Button icon be displayed?
586
+ */
587
+ iconPosition?: "afterText" | "beforeText" | "iconOnly";
588
+ /**
589
+ * HTML ID for the Button
590
+ */
591
+ id?: string;
592
+ /**
593
+ * Should the Button be disabled?
594
+ */
595
+ isDisabled?: boolean;
596
+ /**
597
+ * Should the Button’s CSS display property be set to block?
598
+ */
599
+ isDisplayBlock?: boolean;
600
+ /**
601
+ * Should the Button take up the full width of its container?
602
+ */
603
+ isFullWidth?: boolean;
604
+ /**
605
+ * Button text.
606
+ */
607
+ label: string;
608
+ /**
609
+ * Optional click handler for the Button.
610
+ */
611
+ onClick?: () => void;
612
+ /**
613
+ * Optional property to provide component Ref
614
+ */
615
+ ref?: Ref$2;
616
+ /**
617
+ * How should a Button icon be displayed?
618
+ */
619
+ size?: "s" | "m" | "l";
620
+ /**
621
+ * Optional supporting text for the Button.
622
+ */
623
+ supportingText?: string;
624
+ /**
625
+ * Indicates the availability and type of a popup triggered by the button.
626
+ */
627
+ ariaHasPopup?: false | true | "menu" | "listbox" | "dialog" | "grid" | "tree";
628
+ /**
629
+ * Indicates whether the popup controlled by the button is expanded or collapsed.
630
+ */
631
+ ariaExpanded?: boolean;
632
+ /**
633
+ * Defines the ID of the element controlled by the button.
634
+ */
635
+ ariaControls?: string;
636
+ }
637
+
638
+ declare const ButtonGroup: FC<ButtonGroupProps>;
639
+ interface ButtonGroupProps {
640
+ /**
641
+ * Components to appear within the ButtonGroup
642
+ * Can be Button, ButtonV2 only.
643
+ */
644
+ children: React$1.ReactNode;
645
+ /**
646
+ * Size of the buttons in the ButtonGroup This will override the size prop for each individual button.
647
+ */
648
+ size?: ButtonProps["size"];
649
+ /**
650
+ * Determines the alignment of the buttons within the ButtonGroup
651
+ */
652
+ align?: "flex-start" | "center" | "flex-end";
653
+ /**
654
+ * Orientation of the ButtonGroup Defaults to 'horizontal'. 'vertical' Persists on mobile.
655
+ */
656
+ orientation?: "horizontal" | "vertical";
657
+ /**
658
+ * Spacing between buttons in the group.
659
+ */
660
+ gap?: 4 | 8 | 12 | 16;
661
+ /**
662
+ * Accessible label for the ButtonGroup, improving screen reader support.
663
+ */
664
+ ariaLabel?: string;
665
+ /**
666
+ * Should the buttons within `ButtonGroup` take up the full width of its container?
667
+ */
668
+ isFullWidth?: boolean;
669
+ }
670
+
671
+ type ElementUnion$1 = HTMLButtonElement | HTMLAnchorElement;
672
+ type Ref$1 = React$1.Ref<ElementUnion$1> | null;
673
+ declare const ButtonV2: FC<ButtonV2Props>;
674
+ interface LinkElementProps$1 {
675
+ /**
676
+ * URL to link to if `ButtonV2` elementType is 'a'.
677
+ */
678
+ href?: string;
679
+ /**
680
+ * Target window for the `ButtonV2` href URL.
681
+ */
682
+ target?: string;
683
+ /**
684
+ * Relationship between the Button href URL and the current page. See
685
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).
686
+ */
687
+ rel?: string;
688
+ }
689
+ interface ButtonV2ElementProps {
690
+ /**
691
+ * Default behavior of the Button element. If not provided, 'submit' will
692
+ * be inferred. Type 'reset' deliberately excluded.
693
+ */
694
+ type?: "button" | "submit";
695
+ /**
696
+ * Refers to the id of a form so it can be submitted if the button exists outside of it.
697
+ */
698
+ form?: string;
699
+ }
700
+ interface ButtonV2Props extends ButtonV2ElementProps, LinkElementProps$1 {
701
+ /**
702
+ * Label for `ButtonV2`
703
+ */
704
+ label?: string;
705
+ /**
706
+ * Determine the buttonStyle for `ButtonV2`. Default style is `primary`
707
+ */
708
+ buttonStyle?: "primary" | "secondary" | "tertiary" | "warning" | "compact";
709
+ /**
710
+ * Render icon within `ButtonV2`
711
+ */
712
+ icon?: ArcIcon;
713
+ /**
714
+ * Determine the style position for the icon. Default is `afterText`
715
+ */
716
+ iconPosition?: "beforeText" | "afterText";
717
+ /**
718
+ * Optional click handler for the `ButtonV2`.
719
+ */
720
+ onClick?: () => void;
721
+ /**
722
+ * Optional property to provide component Ref
723
+ */
724
+ ref?: Ref$1;
725
+ /**
726
+ * Should the `ButtonV2` take up the full width of its container?
727
+ */
728
+ isFullWidth?: boolean;
729
+ /**
730
+ * Text to override `label` with additional, more precise information
731
+ * specifically for screen reader users.
732
+ */
733
+ ariaLabel?: string;
734
+ /**
735
+ * Size of `ButtonV2`
736
+ */
737
+ size?: "s" | "m" | "l";
738
+ /**
739
+ * HTML ID for the `ButtonV2`
740
+ */
741
+ id?: string;
742
+ /**
743
+ * `ButtonV2` will be in a loading state. This will override / add a loading icon to the button in it's respective style
744
+ */
745
+ isLoading?: boolean;
746
+ /**
747
+ * Indicates the availability and type of a popup triggered by the button.
748
+ */
749
+ ariaHasPopup?: false | true | "menu" | "listbox" | "dialog" | "grid" | "tree";
750
+ /**
751
+ * Indicates whether the popup controlled by the button is expanded or collapsed.
752
+ */
753
+ ariaExpanded?: boolean;
754
+ /**
755
+ * Defines the ID of the element controlled by the button.
756
+ */
757
+ ariaControls?: string;
758
+ }
759
+
760
+ interface RangeSelection {
761
+ dates: {
762
+ disabled: boolean;
763
+ value: Date;
764
+ }[];
765
+ selectedDate: Date;
766
+ isSelectionComplete: boolean;
767
+ start: Date;
768
+ end: Date;
769
+ }
770
+
771
+ type SelectionType = "single" | "range";
772
+
773
+ type CalendarType = "month" | "year" | "double";
774
+
775
+ /** Use `Calendar` to clearly present available dates and allowing users to choose a way to enter information. */
776
+ declare const Calendar: FC<CalendarProps>;
777
+ interface CalendarProps {
778
+ /**
779
+ * Select single date or range
780
+ */
781
+ selectionType?: SelectionType;
782
+ /**
783
+ * Dates before this will be disabled.
784
+ */
785
+ minDate?: Date;
786
+ /**
787
+ * Dates after this will be disabled.
788
+ */
789
+ maxDate?: Date;
790
+ /**
791
+ * Selected Date for Calendar
792
+ */
793
+ selectedDate?: Date;
794
+ /**
795
+ * Selected range for Calendar
796
+ */
797
+ selectedRange?: Date[];
798
+ /**
799
+ * Called when cancel button is clicked.
800
+ */
801
+ onCancelClick?: () => void;
802
+ /**
803
+ * Called when a range is selected.
804
+ */
805
+ onRangeSelect?: (range: RangeSelection) => void;
806
+ /**
807
+ * Called when a date is selected.
808
+ */
809
+ onDateSelect?: (date: Date) => void;
810
+ /**
811
+ * Array of disabled dates
812
+ */
813
+ disabledDates?: Date[];
814
+ /**
815
+ * Calendar type.
816
+ */
817
+ type?: CalendarType;
818
+ /**
819
+ * Focus will be set on the selected day when the component mounts, defaults to false.
820
+ */
821
+ autoFocusOnMount?: boolean;
822
+ }
823
+
824
+ type BreakPoints = "xs" | "s" | "m" | "l" | "xl";
825
+
826
+ interface SlideConfig {
827
+ itemsToScroll?: number;
828
+ itemsPerSlide?: number;
829
+ isPartialVisible?: boolean;
830
+ }
831
+
832
+ type Responsive = Partial<Record<BreakPoints, SlideConfig>>;
833
+
834
+ declare const Carousel: React$1.FC<CarouselProps>;
835
+ interface CarouselProps {
836
+ /**
837
+ * Adds a gap between the slides.
838
+ */
839
+ withGutter?: boolean;
840
+ /**
841
+ * How many slides to scroll on each navigation.
842
+ */
843
+ itemsToScroll?: number;
844
+ /**
845
+ * How many items to show for each slide.
846
+ */
847
+ itemsPerSlide?: number;
848
+ /**
849
+ * Shows some of the first item in the next slide if true.
850
+ */
851
+ isPartialVisible?: boolean;
852
+ /**
853
+ * Allows the carousel to scroll infinitely.
854
+ */
855
+ loop?: boolean;
856
+ /**
857
+ * Configure the carousel options for different breakpoints.
858
+ */
859
+ responsive?: Responsive;
860
+ /**
861
+ * items for the carousel.
862
+ */
863
+ children: React$1.ReactNode;
864
+ }
865
+
866
+ /**
867
+ * Use `Checkbox` to allow users to select individual options.
868
+ */
869
+ declare const Checkbox: FC<CheckboxProps>;
870
+ type CheckedProps = {
871
+ /**
872
+ * Is the input checked?
873
+ */
874
+ checked?: boolean;
875
+ /**
876
+ * The initial checked state of the Checkbox.
877
+ */
878
+ defaultChecked?: boolean;
879
+ /**
880
+ * sets the state of the Checkbox to be indeterminate
881
+ */
882
+ indeterminate?: boolean;
883
+ };
884
+ interface CheckboxProps extends Omit<CheckedProps, "defaultChecked"> {
885
+ /**
886
+ * Error message for the Checkbox.
887
+ */
888
+ errorMessage?: string;
889
+ /**
890
+ * Helper text for the Checkbox, shown below the label.
891
+ */
892
+ helper?: React$1.ReactNode;
893
+ /**
894
+ * Determine the alignment of the Checkbox.
895
+ */
896
+ checkboxAlignment?: "top" | "center";
897
+ /**
898
+ * ID for the Checkbox.
899
+ */
900
+ id: string;
901
+ /**
902
+ * `isDisabled` is a legacy property and not recommended from a UX usability best practice perspective.
903
+ */
904
+ isDisabled?: boolean;
905
+ /**
906
+ * Is the Checkbox required?
907
+ */
908
+ isRequired?: boolean;
909
+ /**
910
+ * Label for the Checkbox.
911
+ */
912
+ label: React$1.ReactNode;
913
+ /**
914
+ * Use `hideLabel` to visually hide the `Checkbox` label. This still allows screen readers to have access to labels. This is set to `false` by default.
915
+ */
916
+ hideLabel?: boolean;
917
+ /**
918
+ * Name for the Checkbox.
919
+ */
920
+ name?: string;
921
+ /**
922
+ * Function to call when the Checkbox loses focus.
923
+ */
924
+ onBlur?: (e: React$1.FocusEvent<HTMLInputElement>) => void;
925
+ /**
926
+ * Callback function to update the Checkbox's controlled `checked` prop, for
927
+ * example `e => setChecked(e.target.checked)`.
928
+ */
929
+ onChange?: (event: React$1.ChangeEvent<HTMLInputElement>) => void;
930
+ /**
931
+ * Size of the Checkbox.
932
+ */
933
+ size?: "s" | "m";
934
+ /**
935
+ * Value for the Checkbox.
936
+ */
937
+ value?: string;
938
+ }
939
+
940
+ type RequirementStatus = "required" | "optional" | "not-applicable";
941
+ declare const Context: React$1.Context<{
942
+ requirementStatus: RequirementStatus | null;
943
+ }>;
944
+ /**
945
+ * Use `FormControl` to provide inputs with labels, helper text and error messages
946
+ */
947
+ declare const FormControl: FC<FormControlProps>;
948
+ interface FormControlProps {
949
+ /**
950
+ * Render the input or series of inputs
951
+ */
952
+ children: React$1.ReactNode;
953
+ /**
954
+ * HTML Element type for the FormControl.
955
+ * @default 'div'
956
+ */
957
+ elementType?: "div" | "fieldset";
958
+ /**
959
+ * Error message for the FormControl. Replaces helper when helperUnderLabel is false.
960
+ */
961
+ errorMessage?: string;
962
+ /**
963
+ * Helper text for the FormControl, shown below the label.
964
+ */
965
+ helper?: React$1.ReactNode;
966
+ /**
967
+ * ID for the input that the FormControl points towards.
968
+ */
969
+ htmlFor?: string;
970
+ /**
971
+ * ID for the FormControl. Used for helper and errorMessage if `htmlFor` is undefined.
972
+ */
973
+ id?: string;
974
+ /**
975
+ * Are all of the inputs in the FormControl required, optional, or is a
976
+ * uniform requirement status for all inputs not applicable?
977
+ */
978
+ requirementStatus?: RequirementStatus;
979
+ /**
980
+ * Label for the FormControl.
981
+ */
982
+ label: string;
983
+ /**
984
+ * Determins if the Label should be in a disabled state
985
+ */
986
+ isDisabled?: boolean;
987
+ /**
988
+ * Label size.
989
+ */
990
+ labelSize?: "s" | "l";
991
+ /**
992
+ * Position of Label (Switch component only)
993
+ */
994
+ labelPosition?: "top" | "left";
995
+ /**
996
+ * Use `DisclosureTitle` to display content that is only visible when toggled into
997
+ * an "open" state. This overrides helper text.
998
+ */
999
+ disclosureTitle?: string;
1000
+ /**
1001
+ * Text to display within the disclosure
1002
+ */
1003
+ disclosureText?: string;
1004
+ /**
1005
+ * onClick handler for FormControlDisclosure
1006
+ */
1007
+ onClickDisclosure?: () => void;
1008
+ /**
1009
+ * Optional additional information for the FormControl.
1010
+ */
1011
+ supplementaryInfo?: React$1.ReactNode;
1012
+ /**
1013
+ * Position helper text under label. This is set to `false` by default.
1014
+ */
1015
+ helperUnderLabel?: boolean;
1016
+ /**
1017
+ * Use `hideLabel` to visually hide the `FormControl` label. This still allows screen readers to have access to labels. This is set to `false` by default.
1018
+ */
1019
+ hideLabel?: boolean;
1020
+ }
1021
+
1022
+ declare const ComboBox: React$1.ForwardRefExoticComponent<ComboBoxProps & React$1.RefAttributes<HTMLInputElement>>;
1023
+ interface ComboBoxProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "supplementaryInfo" | "labelPosition"> {
1024
+ listBoxAriaLabel: string;
1025
+ options: string[];
1026
+ name?: string;
1027
+ isRequired?: boolean;
1028
+ defaultValue?: string;
1029
+ onBlur?: (e: React$1.FocusEvent<HTMLInputElement, Element>) => void;
1030
+ onFocus?: (e: React$1.FocusEvent<HTMLInputElement, Element>) => void;
1031
+ isMultiSelectable?: boolean;
1032
+ isAutocomplete?: boolean;
1033
+ isReadOnly?: boolean;
1034
+ isFluid?: boolean;
1035
+ }
1036
+
1037
+ interface ExtentableContainer {
1038
+ /**
1039
+ * Allows the component to use extended grid values when set to true.
1040
+ */
1041
+ isExtended?: boolean;
1042
+ }
1043
+
1044
+ /**
1045
+ * Use `Columns` to compose layouts on a 12-column grid.
1046
+ */
1047
+ declare const Columns: FC<ColumnsProps>;
1048
+ declare const ColumnsCol: FC<ColumnsColProps>;
1049
+ type Span = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
1050
+ type Offset = "0" | "24" | "48" | "72" | "96" | "120" | "144" | "168" | "192" | "216" | "240" | "264" | "288" | "312" | "336" | "360" | "384";
1051
+ interface ColumnsColProps {
1052
+ /**
1053
+ * Vertically align the Column.
1054
+ */
1055
+ align?: "top" | "center" | "bottom";
1056
+ /**
1057
+ * Content to display in the Column.
1058
+ */
1059
+ children?: ReactNode;
1060
+ /**
1061
+ * Should the Column be visible for debugging and documentation
1062
+ * purposes?
1063
+ */
1064
+ isDebugVisible?: boolean;
1065
+ /**
1066
+ * Overlay the column over the previous content on the default breakpoint and above. Multiples of 24 up to 384. Use with caution, and ensure to check responsive behaviour.
1067
+ */
1068
+ offset?: Offset;
1069
+ /**
1070
+ * Overlay the column over the previous content on the S breakpoint and above. Multiples of 24 up to 384. Use with caution, and ensure to check responsive behaviour.
1071
+ */
1072
+ offsetS?: Offset;
1073
+ /**
1074
+ * Overlay the column over the previous content on the M breakpoint and above. Multiples of 24 up to 384. Use with caution, and ensure to check responsive behaviour.
1075
+ */
1076
+ offsetM?: Offset;
1077
+ /**
1078
+ * Overlay the column over the previous content on the L breakpoint and above. Multiples of 24 up to 384. Use with caution, and ensure to check responsive behaviour.
1079
+ */
1080
+ offsetL?: Offset;
1081
+ /**
1082
+ * Overlay the column over the previous content on the XL breakpoint and above. Multiples of 24 up to 384. Use with caution, and ensure to check responsive behaviour.
1083
+ */
1084
+ offsetXL?: Offset;
1085
+ /**
1086
+ * The number of columns to span on the default breakpoint and above, from 1 to 12.
1087
+ */
1088
+ span?: Span;
1089
+ /**
1090
+ * The number of columns to span on the S breakpoint and above, from 1 to 12.
1091
+ */
1092
+ spanS?: Span;
1093
+ /**
1094
+ * The number of columns to span on the M breakpoint and above, from 1 to 12.
1095
+ */
1096
+ spanM?: Span;
1097
+ /**
1098
+ * The number of columns to span on the L breakpoint and above, from 1 to 12.
1099
+ */
1100
+ spanL?: Span;
1101
+ /**
1102
+ * The number of columns to span on the XL breakpoint and above, from 1 to 12.
1103
+ */
1104
+ spanXL?: Span;
1105
+ }
1106
+ interface ColumnsProps extends ExtentableContainer {
1107
+ /**
1108
+ * Contents of the Columns Should only contain `ColumnsCol`.
1109
+ */
1110
+ children: ReactNode;
1111
+ /**
1112
+ * Should the Columns be gutterless?
1113
+ */
1114
+ isGutterless?: boolean;
1115
+ }
1116
+
1117
+ /** Use `ContentSwitcher` to allow users to navigate between different sections of relevant content. */
1118
+ declare const ContentSwitcher: FC<ContentSwitcherProps>;
1119
+ interface ContentSwitcherProps {
1120
+ /**
1121
+ * Render children
1122
+ */
1123
+ children: ReactNode;
1124
+ /**
1125
+ * Default to an inital value of a tab. If this is left blank it is possible for there to be no active tabs
1126
+ */
1127
+ defaultValue?: string;
1128
+ /**
1129
+ * Event handler called when the value changes.
1130
+ */
1131
+ onValueChange?: (value: string) => void;
1132
+ /**
1133
+ * When automatic, tabs are activated when receiving focus. When manual, tabs are activated when clicked.
1134
+ */
1135
+ activationMode?: "automatic" | "manual";
1136
+ /**
1137
+ * value for the `ContentSwitcher`. Passing a value makes the Select a controlled component.
1138
+ */
1139
+ value?: string;
1140
+ }
1141
+
1142
+ declare const ContentSwitcherTab: FC<ContentSwitcherTabProps>;
1143
+ interface ContentSwitcherTabProps {
1144
+ /**
1145
+ * Label to display on the ContentSwitcherTab
1146
+ */
1147
+ label: string;
1148
+ /**
1149
+ * Value to link `ContentSwitcherTab` to `ContentSwitcherTabContent`
1150
+ */
1151
+ value: string;
1152
+ /**
1153
+ * Pass a function to `ContentSwitcherTab`
1154
+ */
1155
+ onClick?: () => void;
1156
+ }
1157
+
1158
+ declare const ContentSwitcherContent: FC<ContentSwitcherContentProps>;
1159
+ interface ContentSwitcherContentProps {
1160
+ /**
1161
+ * Content to display
1162
+ */
1163
+ children: ReactNode;
1164
+ /**
1165
+ * This value links the `ContentSwitcherContent` with `ContentSwitcherTab`
1166
+ */
1167
+ value: string;
1168
+ }
1169
+
1170
+ declare const ContentSwitcherList: FC<ContentSwitcherListProps>;
1171
+ interface ContentSwitcherListProps {
1172
+ /**
1173
+ * Contents of the `ContentSwitcherList` Should contain `Tab`
1174
+ */
1175
+ children: ReactNode;
1176
+ /**
1177
+ * Determine if `ContentSwitcherList` should be justified
1178
+ */
1179
+ isJustified?: boolean;
1180
+ /**
1181
+ * Determine the type of `ContentSwitcherList`. Default is standard
1182
+ */
1183
+ type?: "standard" | "contained";
1184
+ /**
1185
+ * Determine a accessible label for `ContentSwitcherList`
1186
+ */
1187
+ ariaLabel?: string;
1188
+ /**
1189
+ * Determines if the `ContentSwitcherList` should be inset within the content panel.
1190
+ */
1191
+ isInset?: boolean;
1192
+ }
1193
+
1194
+ declare const ContentSwitcherDropdown: FC<ContentSwitcherDropdownProps>;
1195
+ declare const ContentSwitcherDropdownContent: FC<ContentSwitcherDropdownContentProps>;
1196
+ interface ContentSwitcherDropdownContentProps {
1197
+ /**
1198
+ * Content to display
1199
+ */
1200
+ children: ReactNode;
1201
+ /**
1202
+ * This value links the `ContentSwitcherDropdownContent` with `ContentSwitcherDropdown` property `Tabs`
1203
+ */
1204
+ value: string;
1205
+ }
1206
+ interface ContentSwitcherDropdownProps {
1207
+ /**
1208
+ * Render children
1209
+ */
1210
+ children?: ReactNode;
1211
+ /**
1212
+ * Default to an inital value of a tab. If this is not set default to first tab.
1213
+ */
1214
+ defaultValue?: string;
1215
+ /**
1216
+ * Event handler called when the value changes. This can only be active when child elements are not present
1217
+ */
1218
+ onValueChange?: (value: string) => void;
1219
+ /**
1220
+ * Determine what tabs to render. They need both a `value` and `label` prop
1221
+ */
1222
+ tabs: {
1223
+ value: string;
1224
+ label: string;
1225
+ }[];
1226
+ /**
1227
+ * Determines if the `ContentSwitcherDropdown` should be inset within the content panel.
1228
+ */
1229
+ isInset?: boolean;
1230
+ /**
1231
+ * value for the `ContentSwitcherDropdown`. Passing a value makes the Select a controlled component.
1232
+ */
1233
+ value?: string;
1234
+ /**
1235
+ * Aria label for the `ContentSwitcherDropdown`.
1236
+ */
1237
+ ariaLabel?: string;
1238
+ /**
1239
+ * Sets the `ContentSwitcherDropdown` to 100% width.
1240
+ */
1241
+ isFluid?: boolean;
1242
+ /**
1243
+ * Sets the width of the `ContentSwitcherDropdown`.
1244
+ */
1245
+ width?: string;
1246
+ }
1247
+
1248
+ declare const parseRangeString: (value?: string) => {
1249
+ start: {
1250
+ date: string;
1251
+ day: string;
1252
+ month: string;
1253
+ year: string;
1254
+ };
1255
+ end: {
1256
+ date: string;
1257
+ day: string;
1258
+ month: string;
1259
+ year: string;
1260
+ };
1261
+ };
1262
+
1263
+ declare const parseDateString: (value: string) => {
1264
+ day: string;
1265
+ month: string;
1266
+ year: string;
1267
+ };
1268
+
1269
+ declare const isRangeValid: (value?: string) => boolean;
1270
+
1271
+ declare const isDateValid: (value?: string) => boolean;
1272
+
1273
+ declare const DATE_FORMAT = "dd/MM/yyyy";
1274
+
1275
+ type AutoCompleteTypes = "on" | "off" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "country" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "email" | "impp" | "url" | "photo" | "organization-unit";
1276
+
1277
+ declare const iconNames: readonly ["alertDismiss", "alertError", "alertGeneral", "alertSuccess", "alertWarning", "avatarUser", "breadcrumbLeft", "breadcrumbRight", "buttonLeft", "buttonRight", "cardButton", "carouselRight", "carouselLeft", "checkboxChecked", "checkboxError", "datePickerCalendar", "disclosureExpand", "disclosureMiniExpand", "downloadFile", "downloadAccessibility", "drawerClose", "formControlAlert", "modalClose", "paginationPrevious", "paginationNext", "paginationSimplePrevious", "paginationSimpleNext", "progressBarSuccess", "progressBarError", "progressBarRefresh", "progressStepperComplete", "progressStepperCurrent", "progressStepperWarning", "progressStepperError", "scrollToTop", "selectTrigger", "selectScrollUp", "selectScrollDown", "selectIndicator", "siteFooterExpand", "siteHeaderBack", "siteHeaderLink", "siteHeaderItemGroupExpand", "siteHeaderNavItemExpand", "siteHeaderNavItemExpandAlt", "siteHeaderViewAll", "siteHeaderSubNavOpen", "switchToggle", "tabsNext", "tabsPrevious", "tagRemove", "toastGeneral", "toastSuccess", "toastWarning", "toastError", "toastDismiss", "videoPlayerTranscript"];
1278
+
1279
+ declare const ThemeIcon: FC<ThemeIconProps>;
1280
+ interface ThemeIconProps {
1281
+ /**
1282
+ * Size of the Icon, in pixels.
1283
+ */
1284
+ size?: number;
1285
+ /**
1286
+ * Icon color
1287
+ */
1288
+ color?: "auto" | "brand" | "statusRed" | "statusAmber" | "statusGreen";
1289
+ /**
1290
+ * Icon
1291
+ */
1292
+ icon?: ThemeIconNames;
1293
+ }
1294
+ type ThemeIconNames = (typeof iconNames)[number];
1295
+
1296
+ type EventType$4 = React$1.ChangeEvent<HTMLInputElement>;
1297
+ /**
1298
+ * Use `TextInput` to allow users to enter short form text.
1299
+ */
1300
+ declare const TextInput: React$1.ForwardRefExoticComponent<Omit<TextInputProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
1301
+ interface TextInputComponentProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "supplementaryInfo" | "labelPosition"> {
1302
+ /**
1303
+ * Uncontrolled default value of the TextInput. If the TextInput is controlled
1304
+ * via `value`/`onChange`, `defaultValue` will be ignored.
1305
+ *
1306
+ * `defaultValue` is not to be used instead of helper text.
1307
+ */
1308
+ defaultValue?: string;
1309
+ /**
1310
+ * ID for the TextInput.
1311
+ */
1312
+ id: string;
1313
+ /**
1314
+ * Mode for the input. If not defined, inferred by type.
1315
+ */
1316
+ inputMode?: "email" | "numeric" | "tel" | "url";
1317
+ /**
1318
+ * Should the control be disabled?
1319
+ */
1320
+ isDisabled?: boolean;
1321
+ /**
1322
+ * Should the control be read-only?
1323
+ */
1324
+ isReadOnly?: boolean;
1325
+ /**
1326
+ * Should the control be required?
1327
+ */
1328
+ isRequired?: boolean;
1329
+ /**
1330
+ * Maximum number of characters.
1331
+ */
1332
+ maxLength?: number;
1333
+ /**
1334
+ * Minimum number of characters.
1335
+ */
1336
+ minLength?: number;
1337
+ /**
1338
+ * Name of the input.
1339
+ */
1340
+ name?: string;
1341
+ /**
1342
+ * Function to call when the TextInput loses focus.
1343
+ */
1344
+ onBlur?: (e: React$1.FocusEvent<HTMLInputElement, Element>) => void;
1345
+ /**
1346
+ * Function to call when the TextInput is focused.
1347
+ */
1348
+ onFocus?: (e: React$1.FocusEvent<HTMLInputElement, Element>) => void;
1349
+ /**
1350
+ * Callback function commonly used to update the TextInput's controlled
1351
+ * `value`, for example `e => setValue(e.target.value)`.
1352
+ */
1353
+ onChange?: (e: EventType$4) => void;
1354
+ /**
1355
+ * Validation regex pattern.
1356
+ */
1357
+ pattern?: string;
1358
+ /**
1359
+ * Size of the input.
1360
+ */
1361
+ inputSize?: "s" | "m" | "l";
1362
+ /**
1363
+ * Determine the alignment of the text within the input
1364
+ */
1365
+ inputAlignment?: "left" | "right";
1366
+ /**
1367
+ * Enable button to toggle TextInput type from `Selected Type` to `Text`. This will override any `suffix` elements
1368
+ */
1369
+ showPassword?: boolean;
1370
+ /**
1371
+ * Add a prefixed value within `TextInput`
1372
+ */
1373
+ prefix?: string;
1374
+ /**
1375
+ * Add a suffixed value within `TextInput`. If `showPassword` is true, suffix will not be displayed */
1376
+ suffix?: string;
1377
+ /**
1378
+ * Type for the input. `number` will be changed to `text` and set the `numeric` inputMode.
1379
+ */
1380
+ type?: "email" | "number" | "password" | "tel" | "text" | "url";
1381
+ /**
1382
+ * Current value of the TextInput. Must be controlled via an
1383
+ * `onChange` callback function. Otherwise, use `defaultValue` (or `isReadOnly`).
1384
+ */
1385
+ value?: string;
1386
+ /**
1387
+ * Placeholder for the input
1388
+ */
1389
+ placeholder?: string;
1390
+ /**
1391
+ * Icon button to show at the end of the input
1392
+ */
1393
+ iconButton?: {
1394
+ ref?: React$1.Ref<HTMLButtonElement>;
1395
+ onFocus?: React$1.FocusEventHandler<HTMLButtonElement>;
1396
+ onClick: () => void;
1397
+ label: string;
1398
+ icon: ThemeIconNames;
1399
+ };
1400
+ /**
1401
+ * Sets the width of the TextInput.
1402
+ */
1403
+ width?: string;
1404
+ /**
1405
+ * Sets autoComplete value for TextInput.
1406
+ */
1407
+ autoComplete?: AutoCompleteTypes;
1408
+ /**
1409
+ * A reference to TextInput
1410
+ */
1411
+ ref?: React$1.Ref<HTMLInputElement>;
1412
+ /**
1413
+ * Indicates whether the TextInput is in a loading state
1414
+ */
1415
+ isLoading?: boolean;
1416
+ }
1417
+ type TextInputProps = Omit<TextInputComponentProps, "placeholder">;
1418
+ type TextInputWithPlaceholderProps = TextInputComponentProps;
1419
+
1420
+ /**
1421
+ * Use `DatePicker` to clearly present available dates and allow users to choose a way to enter information.
1422
+ */
1423
+ declare const DatePicker: React$1.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
1424
+ interface DatePickerRangeSelection extends RangeSelection {
1425
+ formattedRange: string;
1426
+ }
1427
+ interface DatePickerProps extends Omit<TextInputWithPlaceholderProps, "defaultValue" | "inputMode" | "minLength" | "maxLength" | "pattern" | "type" | "showPassword" | "placeholder" | "iconButton" | "prefix" | "suffix">, Omit<CalendarProps, "onDateSelect" | "onRangeSelect" | "selectedDate" | "selectedRange"> {
1428
+ isFluid?: boolean;
1429
+ onDateSelect?: (value: {
1430
+ date: Date;
1431
+ formattedDate: string;
1432
+ }) => void;
1433
+ onRangeSelect?: (value: DatePickerRangeSelection) => void;
1434
+ }
1435
+
1436
+ /**
1437
+ * Use `Disclosure` to show and hide sections of content.
1438
+ */
1439
+ declare const Disclosure: FC<DisclosureProps>;
1440
+ interface DisclosureProps {
1441
+ /**
1442
+ * Content to display in the Disclosure.
1443
+ */
1444
+ children: ReactNode;
1445
+ /**
1446
+ * HTML section heading level of the Disclosure summary. If not provided, will
1447
+ * render as a span.
1448
+ */
1449
+ headingLevel?: HeadingLevel;
1450
+ /**
1451
+ * Should Disclosure details be indented to line-up with summary text?
1452
+ */
1453
+ indentDetails?: boolean;
1454
+ /**
1455
+ * Should the Disclosure content be open by default?
1456
+ */
1457
+ isOpen?: boolean;
1458
+ /**
1459
+ * The Disclosure summary text.
1460
+ */
1461
+ summary: string;
1462
+ }
1463
+
1464
+ /**
1465
+ * Use `DisclosureMini` to show and hide sections of content.
1466
+ */
1467
+ declare const DisclosureMini: FC<DisclosureMiniProps>;
1468
+ interface DisclosureMiniProps {
1469
+ /**
1470
+ * Content to display in the DisclosureMini.
1471
+ */
1472
+ children: ReactNode;
1473
+ /**
1474
+ * DisclosureMini ID.
1475
+ */
1476
+ id?: string;
1477
+ /**
1478
+ * The DisclosureMini summary text.
1479
+ */
1480
+ summary: string;
1481
+ /**
1482
+ * Should the Disclosure content be open by default?
1483
+ */
1484
+ isOpen?: boolean;
1485
+ /**
1486
+ * Position of the DisclosureMini icon?
1487
+ */
1488
+ iconPosition?: "left" | "right";
1489
+ /**
1490
+ * On Click handler for DisclosureMini summary disclosure.
1491
+ */
1492
+ onClick?: () => void;
1493
+ /**
1494
+ * Disclosure size.
1495
+ */
1496
+ size?: "s" | "l";
1497
+ }
1498
+
1499
+ declare const Drawer: React$1.FC<DrawerProps>;
1500
+ interface DrawerProps {
1501
+ /**
1502
+ * Title for the drawer. This will be announced by screen readers when the drawer opens.
1503
+ */
1504
+ title: string;
1505
+ /**
1506
+ * The position on the screen the drawer should render.
1507
+ */
1508
+ position?: "top" | "right" | "bottom" | "left";
1509
+ /**
1510
+ * Show or hide page overlay.
1511
+ */
1512
+ isOverlayVisible?: boolean;
1513
+ /**
1514
+ * Footer content for the drawer.
1515
+ */
1516
+ footer?: React$1.ReactNode;
1517
+ /**
1518
+ * Function to be called when the Drawer has been requested to close by either the esc key being pressed, outside the dialog being clicked or the close button being clicked. The callback must set the open state of the Drawer to false.
1519
+ */
1520
+ onRequestClose: () => void;
1521
+ /**
1522
+ * Whether to return focus to the element that was focused before the Drawer opened. True by default.
1523
+ */
1524
+ shouldReturnFocus?: boolean;
1525
+ /**
1526
+ * Size of the Drawer dialog.
1527
+ */
1528
+ size?: "s" | "l";
1529
+ /**
1530
+ * Set Drawer open or closed.
1531
+ */
1532
+ isOpen?: boolean;
1533
+ /**
1534
+ * Custom content for `Modal`.
1535
+ */
1536
+ children?: React$1.ReactNode;
1537
+ }
1538
+
1539
+ declare const Download: React$1.FC<DownloadProps>;
1540
+ interface DownloadProps {
1541
+ /**
1542
+ * Name for `<Download />`
1543
+ */
1544
+ name: string;
1545
+ /**
1546
+ * File type for `<Download />`
1547
+ */
1548
+ type: string;
1549
+ /**
1550
+ * File url for `<Download />`
1551
+ */
1552
+ href?: string;
1553
+ /**
1554
+ * If true, the spacing will be reduced resulting in a tighter look and feel.
1555
+ */
1556
+ isCompact?: boolean;
1557
+ /**
1558
+ * If false the width will be the same as the inner content
1559
+ */
1560
+ isFullWidth?: boolean;
1561
+ /**
1562
+ * Description for `<Download />`
1563
+ */
1564
+ description?: string;
1565
+ /**
1566
+ * File size for `<Download />`
1567
+ */
1568
+ size?: string;
1569
+ /**
1570
+ * Icon for `<Download />`
1571
+ */
1572
+ icon?: Extract<ThemeIconNames, "downloadFile" | "downloadAccessibility">;
1573
+ /**
1574
+ * Click handler for `<Download />`
1575
+ */
1576
+ onClick?: (e: MouseEvent$1<HTMLAnchorElement>) => void;
1577
+ }
1578
+
1579
+ /**
1580
+ * Use `Elevation` to elevate what matters.
1581
+ */
1582
+ declare const Elevation: FC<ElevationProps>;
1583
+ interface ElevationProps {
1584
+ /**
1585
+ * Contents to Elevate.
1586
+ */
1587
+ children: ReactNode;
1588
+ /**
1589
+ * Shadow Elevation level.
1590
+ */
1591
+ elevationLevel?: "1" | "2";
1592
+ /**
1593
+ * Should the Elevation be full width?
1594
+ */
1595
+ isFullWidth?: boolean;
1596
+ }
1597
+
1598
+ declare const FilterControls: FC<FilterControlsProps>;
1599
+ interface FilterControlsProps {
1600
+ /**
1601
+ * Contents of the `<FilterControls />` Should contain `<FilterControl />`
1602
+ */
1603
+ children: ReactNode;
1604
+ /**
1605
+ * Detmine how to align <FilterControl /> with in <FilterControls />. Default `center`
1606
+ */
1607
+ controlsAlignment?: "left" | "right" | "center";
1608
+ }
1609
+
1610
+ declare const FilterItems: FC<FilterItemsProps>;
1611
+ interface FilterItemsProps {
1612
+ /**
1613
+ * Render children of `<FilterItems />`. This should only use `<FilterItem />`
1614
+ */
1615
+ children: ReactNode;
1616
+ /**
1617
+ * Error to display for `<FilterItem />`
1618
+ */
1619
+ error?: ReactNode;
1620
+ /**
1621
+ * Determine the display style of `<FilterItem />`
1622
+ */
1623
+ displayType?: "grid" | "list";
1624
+ }
1625
+
1626
+ /** Use `Filter` to filter and categorise page content. */
1627
+ declare const Filter: FC<FilterProps>;
1628
+ interface FilterProps {
1629
+ /**
1630
+ * Contents of the `<Filter />` Should contain `<FilterItem />`
1631
+ */
1632
+ children?: ReactNode;
1633
+ controls: {
1634
+ label: string;
1635
+ isSelected?: boolean;
1636
+ onClick?: () => void;
1637
+ }[];
1638
+ /**
1639
+ * onChange handler called everytime `<FilterControl />` is pressed
1640
+ */
1641
+ onChange?: (selectedControls: string[]) => void;
1642
+ /**
1643
+ * Detmine how to display the content within `<FilterItems />`. Default is `grid`
1644
+ */
1645
+ displayType?: FilterItemsProps["displayType"];
1646
+ /**
1647
+ * Detmine how to align <FilterControls />. Default `center`
1648
+ */
1649
+ controlsAlignment?: FilterControlsProps["controlsAlignment"];
1650
+ /**
1651
+ * Detmine if the `<FilterControl />` have to partially match or match all
1652
+ */
1653
+ logicType?: "AND" | "OR";
1654
+ /**
1655
+ * Detmine what is display when no items match the filtering criteria
1656
+ */
1657
+ error?: ReactNode;
1658
+ }
1659
+
1660
+ declare const FilterItem: FC<FilterItemProps>;
1661
+ interface FilterItemProps {
1662
+ /**
1663
+ * Content to display within `FilterItem`
1664
+ */
1665
+ children: ReactNode;
1666
+ /**
1667
+ * Attach Tags to content provided within `FilterItem`
1668
+ */
1669
+ tags: string[];
1670
+ }
1671
+
1672
+ declare const FilterControl: FC<FilterControlProps>;
1673
+ interface FilterControlProps {
1674
+ /**
1675
+ * Name of the `<FilterControl />`
1676
+ */
1677
+ children: ReactNode;
1678
+ /**
1679
+ * Determine if the `<FilterControl />` is selected
1680
+ */
1681
+ isSelected?: boolean;
1682
+ /**
1683
+ * onClick handler
1684
+ */
1685
+ onClick?: () => void;
1686
+ }
1687
+
1688
+ /**
1689
+ * Use `Grid` to compose layouts on a 12-column grid.
1690
+ */
1691
+ declare const Grid: React$1.FC<GridProps>;
1692
+ interface GridProps extends ExtentableContainer {
1693
+ /**
1694
+ * `Grid` is set to 100% width if true.
1695
+ */
1696
+ isFluid?: boolean;
1697
+ /**
1698
+ * Removes gap between columns for an edge to edge layout if true.
1699
+ */
1700
+ isGutterless?: boolean;
1701
+ /**
1702
+ * Allows the rows and columns be visible for debugging.
1703
+ */
1704
+ isDebugVisible?: boolean;
1705
+ /**
1706
+ * Contents of the Grid Should only contain `GridRow`.
1707
+ */
1708
+ children: React$1.ReactNode;
1709
+ }
1710
+
1711
+ declare const BREAKPOINTS: readonly ["xs", "s", "m", "l", "xl", "xxl", "xxxl"];
1712
+
1713
+ type Breakpoints = (typeof BREAKPOINTS)[number];
1714
+ type ColumnConfig<T> = Partial<Record<Breakpoints, T>>;
1715
+ type GridValue = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
1716
+ type AlignmentValue = "normal" | "start" | "center" | "end" | "stretch" | "baseline";
1717
+ type ColumnValue = GridValue | "auto" | "equal";
1718
+ type Column = ColumnConfig<ColumnValue>;
1719
+ type Arrangement = ColumnConfig<GridValue>;
1720
+ type Alignment = ColumnConfig<AlignmentValue>;
1721
+
1722
+ declare const GridCol: React$1.FC<GridColProps>;
1723
+ interface GridColProps extends Column {
1724
+ offset?: Arrangement;
1725
+ order?: Arrangement;
1726
+ align?: Alignment;
1727
+ children: React$1.ReactNode;
1728
+ }
1729
+
1730
+ declare const GridRow: React$1.FC<GridRowProps>;
1731
+ interface GridRowProps {
1732
+ align?: AlignmentValue;
1733
+ direction?: "column" | "row" | "column-reverse" | "row-reverse";
1734
+ justify?: "start" | "center" | "end" | "between" | "around" | "normal";
1735
+ children: React$1.ReactNode;
1736
+ }
1737
+
1738
+ /**
1739
+ * Use `Group` to arrange flexible items in a row.
1740
+ */
1741
+ declare const Group: FC<GroupProps>;
1742
+ interface GroupProps extends ExtentableContainer {
1743
+ /**
1744
+ * Contents of the Group Should only contain `GroupItem`.
1745
+ */
1746
+ children: ReactNode;
1747
+ /**
1748
+ * Should all GroupItems in the Group stretch to fill the available space?
1749
+ */
1750
+ grow?: boolean;
1751
+ /**
1752
+ * Should all GroupItems in the Group stretch to fill the available space with equal widths?
1753
+ */
1754
+ growEqual?: boolean;
1755
+ /**
1756
+ * Should a border be shown between GroupItems? **Warning: Sets CSS property `overflow:hidden`.**
1757
+ */
1758
+ gutterBorder?: boolean;
1759
+ /**
1760
+ * Should wrapping of GroupItems in the Group be disabled?
1761
+ */
1762
+ noWrap?: boolean;
1763
+ }
1764
+
1765
+ declare const GroupItem: FC<ItemProps>;
1766
+ interface ItemProps {
1767
+ /**
1768
+ * Content to display in the GroupItem.
1769
+ */
1770
+ children?: ReactNode;
1771
+ /**
1772
+ * Should the GroupItem be visible for debugging and documentation
1773
+ * purposes?
1774
+ */
1775
+ isDebugVisible?: boolean;
1776
+ /**
1777
+ * Should the GroupItem stretch to fill the available space?
1778
+ */
1779
+ grow?: boolean;
1780
+ }
1781
+
1782
+ declare const HeroBanner: FC<HeroBannerProps>;
1783
+ interface HeroBannerProps extends Omit<TemplateBannerProps, "headingSize" | "alignment" | "additionalTopMargin"> {
1784
+ /**
1785
+ * Extend HeroBanner 56px beyond its container on both sides at larger breakpoints (e.g., 1440px and above).
1786
+ */
1787
+ extendBeyondContainer?: boolean;
1788
+ }
1789
+
1790
+ type ElementUnion = HTMLButtonElement | HTMLAnchorElement;
1791
+ type Ref = React$1.Ref<ElementUnion> | null;
1792
+ declare const HeroButton: FC<HeroButtonProps>;
1793
+ interface LinkElementProps {
1794
+ /**
1795
+ * URL to link to if `HeroButton` elementType is 'a'.
1796
+ */
1797
+ href?: string;
1798
+ /**
1799
+ * Target window for the `HeroButton` href URL.
1800
+ */
1801
+ target?: string;
1802
+ /**
1803
+ * Relationship between the Button href URL and the current page. See
1804
+ * [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).
1805
+ */
1806
+ rel?: string;
1807
+ }
1808
+ interface HeroButtonElementProps {
1809
+ /**
1810
+ * Default behavior of the Button element. If not provided, 'submit' will
1811
+ * be inferred. Type 'reset' deliberately excluded.
1812
+ */
1813
+ type?: "button" | "submit";
1814
+ /**
1815
+ * Refers to the id of a form so it can be submitted if the button exists outside of it.
1816
+ */
1817
+ form?: string;
1818
+ }
1819
+ interface HeroButtonProps extends HeroButtonElementProps, LinkElementProps {
1820
+ /**
1821
+ * Label for `HeroButton`
1822
+ */
1823
+ label?: string;
1824
+ /**
1825
+ * Determine the buttonStyle for `HeroButton`. Default style is `primary`
1826
+ */
1827
+ buttonStyle?: "primary" | "primary-gradient" | "secondary" | "secondary-gradient" | "warning";
1828
+ /**
1829
+ * Render icon within `HeroButton`. Warning icon will only render when buttonStyle = 'warning'
1830
+ */
1831
+ icon?: "arrow-right" | "arrow-down" | "play" | "warning";
1832
+ /**
1833
+ * Optional click handler for the `HeroButton`.
1834
+ */
1835
+ onClick?: () => void;
1836
+ /**
1837
+ * Optional property to provide component Ref
1838
+ */
1839
+ ref?: Ref;
1840
+ /**
1841
+ * Text to override `label` with additional, more precise information
1842
+ * specifically for screen reader users.
1843
+ */
1844
+ ariaLabel?: string;
1845
+ /**
1846
+ * HTML ID for the `HeroButton`
1847
+ */
1848
+ id?: string;
1849
+ /**
1850
+ * `HeroButton` will be in a loading state. This will override / add a loading icon to the button in it's respective style
1851
+ */
1852
+ isLoading?: boolean;
1853
+ }
1854
+
1855
+ declare const Hidden: React$1.FC<HiddenProps>;
1856
+ interface HiddenProps {
1857
+ xs?: boolean;
1858
+ s?: boolean;
1859
+ m?: boolean;
1860
+ l?: boolean;
1861
+ xl?: boolean;
1862
+ children: React$1.ReactNode;
1863
+ }
1864
+
1865
+ /**
1866
+ * Use `Icon` to display brand iconography.
1867
+ */
1868
+ declare const Icon: FC<IconProps>;
1869
+ declare const colors: readonly ["auto", "brand", "statusRed", "statusAmber", "statusGreen"];
1870
+ interface IconProps {
1871
+ /**
1872
+ * Color of the Icon.
1873
+ */
1874
+ color?: (typeof colors)[number];
1875
+ /**
1876
+ * Should the Icon component be styled as an inline element?
1877
+ */
1878
+ isInline?: boolean;
1879
+ /**
1880
+ * Icon variant.
1881
+ */
1882
+ icon?: ArcIcon | React$1.ReactElement<SVGElement>;
1883
+ /**
1884
+ * Alternative text label for the Icon.
1885
+ */
1886
+ label?: string;
1887
+ /**
1888
+ * Size of the Icon, in pixels.
1889
+ */
1890
+ size?: number;
1891
+ /**
1892
+ * value for data-testid
1893
+ */
1894
+ testId?: string;
1895
+ /**
1896
+ * hides the icon from screenreaders
1897
+ */
1898
+ isPresentationIcon?: boolean;
1899
+ }
1900
+
1901
+ type CardFooterIcon = "play" | "arrow";
1902
+ interface CardFooterProps {
1903
+ metaText?: string | Date;
1904
+ isDarkPathway?: boolean;
1905
+ buttonIcon?: CardFooterIcon;
1906
+ buttonSize?: "s" | "m";
1907
+ showButton?: boolean;
1908
+ isHovered?: boolean;
1909
+ }
1910
+
1911
+ type CardHeadingSize = Extract<HeadingSize, "m" | "l">;
1912
+
1913
+ /** Use `ImpactCard` for important content that needs additional hierarchy and prominence. */
1914
+ declare const ImpactCard: FC<ImpactCardProps>;
1915
+ type ImpactCardPathway = "light" | "dark";
1916
+ interface ImpactCardProps {
1917
+ /**
1918
+ * Heading for the ImpactCard.
1919
+ */
1920
+ heading: string;
1921
+ /**
1922
+ * Heading size for the ImpactCard.
1923
+ */
1924
+ headingSize?: CardHeadingSize;
1925
+ /**
1926
+ * Url for the ImpactCard. Makes the whole card a link
1927
+ */
1928
+ url: string;
1929
+ /**
1930
+ * Sets a dark or light background for the ImpactCard.
1931
+ */
1932
+ pathway?: ImpactCardPathway;
1933
+ /**
1934
+ * Heading level for the ImpactCard heading.
1935
+ */
1936
+ headingLevel?: HeadingLevel;
1937
+ /**
1938
+ * Uppercase label for the ImpactCard.
1939
+ */
1940
+ label?: string;
1941
+ /**
1942
+ * Sets a minimum height for the ImpactCard.
1943
+ */
1944
+ minHeight?: number;
1945
+ /**
1946
+ * Click handler for the ImpactCard.
1947
+ */
1948
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement>) => void;
1949
+ /**
1950
+ * Object of `data-` attributes to render on internal anchor element, e.g.
1951
+ * `{ data-analytics-link: "My link"}` => `<a data-analytics-link="My link">`.
1952
+ */
1953
+ linkData?: {
1954
+ [key: string]: string;
1955
+ };
1956
+ /**
1957
+ * Image props for the ImpactCard. Consider avoiding alt if the image is for decorative purposes only.
1958
+ */
1959
+ img: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad">;
1960
+ /**
1961
+ * Icon for the ImpactCard CTA button
1962
+ */
1963
+ buttonIcon?: CardFooterProps["buttonIcon"];
1964
+ }
1965
+
1966
+ /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
1967
+ declare const InformationCard: FC<InformationCardProps>;
1968
+ type InformationCardImage = Pick<ImageProps, "alt" | "loading" | "width" | "height" | "src" | "fadeOnLoad">;
1969
+ type InformationCardButtonProps = Pick<ButtonV2Props, "label" | "onClick" | "href">;
1970
+ interface minHeightsProps {
1971
+ xs?: number;
1972
+ s?: number;
1973
+ m?: number;
1974
+ l?: number;
1975
+ xl?: number;
1976
+ xxl?: number;
1977
+ xxxl?: number;
1978
+ }
1979
+ interface InformationCardProps {
1980
+ /**
1981
+ * Heading for the InformationCard.
1982
+ */
1983
+ heading: string;
1984
+ /**
1985
+ * Heading level for the InformationCard heading.
1986
+ */
1987
+ headingLevel?: HeadingLevel;
1988
+ /**
1989
+ * Text content for the InformationCard
1990
+ */
1991
+ text?: string;
1992
+ /**
1993
+ * Uppercase label for the InformationCard.
1994
+ */
1995
+ label?: string;
1996
+ /**
1997
+ * Url for the InformationCard. Makes the whole card a link and hides `button` if provided.
1998
+ */
1999
+ cardUrl?: string;
2000
+ /**
2001
+ * Click handler for the InformationCard. Only applied when a card url is provided.
2002
+ */
2003
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement>) => void;
2004
+ /**
2005
+ * Footer logo for the InformationCard.
2006
+ */
2007
+ footerLogo?: InformationCardImage;
2008
+ /**
2009
+ * Header image for the InformationCard.
2010
+ */
2011
+ image?: InformationCardImage;
2012
+ /**
2013
+ * Header icon for the InformationCard.
2014
+ */
2015
+ icon?: ArcIcon;
2016
+ /**
2017
+ * Sets a minimum height for the InformationCard. Overrules minHeights values.
2018
+ */
2019
+ minHeight?: number;
2020
+ /**
2021
+ * Badges for the InformationCard.
2022
+ */
2023
+ badges?: {
2024
+ text: string;
2025
+ }[];
2026
+ /**
2027
+ * Cta button for the InformationCard. Hidden if there is a card url.
2028
+ */
2029
+ button?: InformationCardButtonProps;
2030
+ /**
2031
+ * Sets a minimum height for the InformationCard at each breakpoint (xs, s, m, l, xl, xxl). inherits from smaller breakpoints
2032
+ */
2033
+ minHeights?: minHeightsProps;
2034
+ }
2035
+
2036
+ /**
2037
+ * Use `Link` to direct users to a new page or piece of information.
2038
+ */
2039
+ declare const Link: React$1.FC<LinkProps>;
2040
+ interface LinkProps {
2041
+ /**
2042
+ * Id attribute for `Link`.
2043
+ */
2044
+ id?: string;
2045
+ /**
2046
+ * href attribute for `Link`.
2047
+ */
2048
+ href?: string;
2049
+ /**
2050
+ * Screen reader text for `Link`, which is visually hidden.
2051
+ */
2052
+ screenReaderText?: string;
2053
+ /**
2054
+ * title attribute for `Link`.
2055
+ */
2056
+ title?: string;
2057
+ /**
2058
+ * Rel attribute for `Link`.
2059
+ */
2060
+ rel?: string;
2061
+ /**
2062
+ * Configures the size of `Link`.
2063
+ */
2064
+ size?: "s" | "m" | "l";
2065
+ /**
2066
+ * Removes underline if true.
2067
+ */
2068
+ isImplied?: boolean;
2069
+ /**
2070
+ * Renders as a button element if true.
2071
+ */
2072
+ isButton?: boolean;
2073
+ /**
2074
+ * Click handler for `Link`.
2075
+ */
2076
+ onClick?: (e: React$1.MouseEvent) => void;
2077
+ /**
2078
+ * Target for `Link`.
2079
+ */
2080
+ target?: "_self" | "_blank" | "_parent" | "_top";
2081
+ /**
2082
+ * Content for `Link`.
2083
+ */
2084
+ children: string;
2085
+ }
2086
+
2087
+ /**
2088
+ * Use `Markup` to display HTML-formatted text.
2089
+ */
2090
+ declare const Markup: FC<MarkupProps>;
2091
+ interface MarkupProps {
2092
+ /**
2093
+ * HTML-formatted text to display in Markup.
2094
+ */
2095
+ children: ReactNode;
2096
+ /**
2097
+ * Should the Markup width be constrained to a typographic measure?
2098
+ */
2099
+ isMeasured?: boolean;
2100
+ }
2101
+
2102
+ interface MediaCardImage extends Partial<Pick<ImageProps$1, "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad">>, Pick<ImageProps$1, "src"> {
2103
+ type: "img";
2104
+ }
2105
+
2106
+ interface MediaCardVideo extends Partial<Omit<VideoPlayerProps$1, "url" | "title" | "description" | "transcriptLink" | "isSupportingTextHidden">>, Pick<VideoPlayerProps$1, "title" | "url" | "description"> {
2107
+ type: "video";
2108
+ }
2109
+
2110
+ /**
2111
+ * Use `MediaCard` to contain content and an image about a single subject.
2112
+ */
2113
+ declare const MediaCard: FC<MediaCardProps>;
2114
+ type MediaCardIcon = "play" | "arrow";
2115
+ interface MediaCardProps {
2116
+ /**
2117
+ * Heading for the MediaCard.
2118
+ */
2119
+ heading: string;
2120
+ /**
2121
+ * Heading level for the MediaCard heading.
2122
+ */
2123
+ headingLevel?: HeadingLevel;
2124
+ /**
2125
+ * Text content for the MediaCard
2126
+ */
2127
+ text?: string;
2128
+ /**
2129
+ * Uppercase label for the MediaCard.
2130
+ */
2131
+ label?: string;
2132
+ /**
2133
+ * Url for the MediaCard. Makes the whole card a link.
2134
+ */
2135
+ url?: string;
2136
+ /**
2137
+ * Text to show adjacent to the cta, can be either a date or text. Its recommended to pass dates as Date objects so the component can render them correctly.
2138
+ */
2139
+ metaText?: CardFooterProps["metaText"];
2140
+ /**
2141
+ * MediaCard will have a contained look and feel with a white background if set to true.
2142
+ */
2143
+ isContained?: boolean;
2144
+ /**
2145
+ * Image for video embed for the MediaCard. Supported video platforms are YouTube and Vimeo.
2146
+ */
2147
+ media: MediaCardImage | MediaCardVideo;
2148
+ /**
2149
+ * Icon for the MediaCard Cta button
2150
+ */
2151
+ buttonIcon?: MediaCardIcon;
2152
+ /**
2153
+ * Sets a minimum height for the MediaCard.
2154
+ */
2155
+ minHeight?: number;
2156
+ /**
2157
+ * Click handler for the MediaCard. Only applied when a url is provided.
2158
+ */
2159
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement>) => void;
2160
+ }
2161
+
2162
+ /** Use `Modal` to display information that needs immediate action from a user. */
2163
+ declare const Modal: FC<ModalProps>;
2164
+ interface ModalProps {
2165
+ /**
2166
+ * Title for the modal. This will be announced by screen readers when the modal opens.
2167
+ */
2168
+ title?: string;
2169
+ /**
2170
+ * Role for the modal. use alertdialog if explicit user input is required e.g deleting an account. role alertdialog will remove the ability to close the modal by either the esc key being pressed, clicking the cross icon or clicking outside.
2171
+ */
2172
+ role?: "dialog" | "alertdialog";
2173
+ /**
2174
+ * Whether to return focus to the element that was focused before the modal opened. True by default.
2175
+ */
2176
+ shouldReturnFocus?: boolean;
2177
+ /**
2178
+ * Description for the modal. This will be announced by screen readers when the modal opens.
2179
+ */
2180
+ description?: string;
2181
+ /**
2182
+ * ID for the element description to be announced by screenreaders in addition to the title.
2183
+ */
2184
+ ariaDescribedBy?: string;
2185
+ /**
2186
+ * Configurable actions for the modal.
2187
+ */
2188
+ actions?: Pick<ButtonV2Props, "form" | "type" | "buttonStyle" | "icon" | "iconPosition" | "href" | "id" | "label" | "onClick" | "isLoading" | "ariaLabel" | "rel">[];
2189
+ /**
2190
+ * Function to be called when the modal has been requested to close by either the esc key being pressed, outside the dialog being clicked or the close button being clicked. The callback must set the open state of the modal to false. This function is ignored if the `role` prop is set to `alertdialog`. You can prevent this behavior with the `dialog` role by ommitting this prop.
2191
+ */
2192
+ onRequestClose?: () => void;
2193
+ /**
2194
+ * Size of the modal dialog.
2195
+ */
2196
+ size?: "s" | "m" | "l";
2197
+ /**
2198
+ * Set modal open or closed.
2199
+ */
2200
+ isOpen?: boolean;
2201
+ /**
2202
+ * Enables the dialog content to be scrolled internally.
2203
+ */
2204
+ isContentScrollable?: boolean;
2205
+ /**
2206
+ * Custom content for `Modal`.
2207
+ */
2208
+ children?: React$1.ReactNode;
2209
+ /**
2210
+ * Removes all default padding from the children section of the modal.
2211
+ */
2212
+ fullBleed?: boolean;
2213
+ /**
2214
+ * Set custom width for the modal.
2215
+ */
2216
+ customWidth?: number;
2217
+ }
2218
+
2219
+ /**
2220
+ * Use `Pagination` to navigate through multiple pages of content.
2221
+ */
2222
+ declare const Pagination: FC<PaginationProps>;
2223
+ interface PaginationProps {
2224
+ /**
2225
+ * Number of pages for the pagination
2226
+ */
2227
+ pageCount: number;
2228
+ /**
2229
+ * Default page to be selected on render. If not provided defaults to 1.
2230
+ */
2231
+ defaultSelectedPage?: number;
2232
+ /**
2233
+ * Function to call when the page changes
2234
+ */
2235
+ onPageChange: (selectedPage: number) => void;
2236
+ }
2237
+
2238
+ /**
2239
+ * TODO! Revise method of aligning svg's
2240
+ */
2241
+ /**
2242
+ * Use `PaginationSimple` to navigate through multiple pages of content.
2243
+ */
2244
+ declare const PaginationSimple: FC<PaginationSimpleProps>;
2245
+ interface PaginationSimpleProps {
2246
+ /**
2247
+ * hide buttons if true.
2248
+ */
2249
+ hide?: {
2250
+ first?: boolean;
2251
+ prev?: boolean;
2252
+ next?: boolean;
2253
+ last?: boolean;
2254
+ };
2255
+ /**
2256
+ * makes each button a link
2257
+ */
2258
+ hrefs?: {
2259
+ first?: string;
2260
+ prev?: string;
2261
+ next?: string;
2262
+ last?: string;
2263
+ };
2264
+ /**
2265
+ * if true buttons will hug either edge of the parent element
2266
+ */
2267
+ isFluid?: boolean;
2268
+ /**
2269
+ * if true ellipsis will show in-between previous and next
2270
+ */
2271
+ /**
2272
+ * Function to call when page is changed. This is called with type and event
2273
+ */
2274
+ showEllipsis?: boolean;
2275
+ /**
2276
+ * Function to call when page is changed. This is called with type and event
2277
+ */
2278
+ onPageChange?: (e: React$1.MouseEvent, type?: "prev" | "next" | "first" | "last") => void;
2279
+ }
2280
+
2281
+ /** Use `Popover` to display content in a portal, triggered by a button. */
2282
+ declare const Popover: FC<PopoverProps>;
2283
+ interface PopoverProps {
2284
+ /**
2285
+ * Content to render within Popover Trigger
2286
+ */
2287
+ children?: React$1.ReactNode;
2288
+ /**
2289
+ * The preferred side of the anchor to render against when open
2290
+ */
2291
+ side?: "left" | "right" | "bottom" | "top";
2292
+ /**
2293
+ * The distance in pixels from the anchor
2294
+ */
2295
+ sideOffset?: 0 | 4 | 8 | 12 | 16 | 32;
2296
+ /**
2297
+ * The arrow connecting the `Popover` content to the trigger
2298
+ */
2299
+ arrow?: boolean;
2300
+ /**
2301
+ * The preferred alignment against the anchor. May change when collisions occur.
2302
+ */
2303
+ align?: "start" | "center" | "end";
2304
+ /**
2305
+ * An offset in pixels from the "start" or "end" alignment options.
2306
+ */
2307
+ alignOffset?: number;
2308
+ /**
2309
+ * Content inside the Popover
2310
+ */
2311
+ content?: ReactNode;
2312
+ /**
2313
+ * Determine if the popover is open
2314
+ */
2315
+ open?: boolean;
2316
+ /**
2317
+ * Maximum width of the Popover
2318
+ */
2319
+ maxWidth?: number;
2320
+ /**
2321
+ * Background theme of the Popover
2322
+ */
2323
+ background?: "dark" | "light" | "brand";
2324
+ /**
2325
+ * Called when focus moves into the popover
2326
+ */
2327
+ onOpenAutoFocus?: (event: Event) => void;
2328
+ /**
2329
+ * Called when focus moves out of the popover
2330
+ */
2331
+ onCloseAutoFocus?: (event: Event) => void;
2332
+ /**
2333
+ * Called when the Escape key is pressed
2334
+ */
2335
+ onEscapeKeyDown?: (event: KeyboardEvent) => void;
2336
+ /**
2337
+ * Called when a pointer down event occurs outside the popover
2338
+ */
2339
+ onPointerDownOutside?: (event: Event) => void;
2340
+ /**
2341
+ * Called when focus moves outside the popover
2342
+ */
2343
+ onFocusOutside?: (event: Event) => void;
2344
+ /**
2345
+ * Called when any interaction happens outside the popover
2346
+ */
2347
+ onInteractOutside?: (event: Event) => void;
2348
+ /**
2349
+ * Called when the open state of the popover changes.
2350
+ */
2351
+ onOpenChange?: (open: boolean) => void;
2352
+ /**
2353
+ * Z-index for the `Popover`. Used to fine tune the overlapping of other page elements.
2354
+ */
2355
+ zIndex?: number;
2356
+ /**
2357
+ * Set to true if you want to use your own link or button for the trigger. If false it will wrap the children in a button.
2358
+ */
2359
+ asChild?: boolean;
2360
+ }
2361
+
2362
+ /**
2363
+ * Use `Poster` to compose content on an image or video background. BT Brand Only.
2364
+ */
2365
+ declare const Poster: FC<PosterProps>;
2366
+ interface PosterProps {
2367
+ /**
2368
+ * Poster background to overlay content on top of. Must be one of PosterImage or PosterVideo.
2369
+ */
2370
+ background: ReactNode;
2371
+ /**
2372
+ * Contents of the Poster Each item will be wrapped in an PosterItem component.
2373
+ */
2374
+ children: ReactNode;
2375
+ /**
2376
+ * Apply an overlay to the Poster background, e.g. a scrim gradient for text legibility.
2377
+ */
2378
+ overlay?: boolean;
2379
+ /**
2380
+ * The background surface colour to show behind the Poster content before it loads.
2381
+ * If using `overlay`, the gradient will match the surface.
2382
+ */
2383
+ surface?: "dark-neutral-02" | "light-neutral-01";
2384
+ }
2385
+
2386
+ declare const PosterImage: FC<PosterImageProps>;
2387
+ interface PosterImageProps {
2388
+ /**
2389
+ * Alternative text for the PosterImage, shown if the image cannot be displayed. Consider avoiding this prop if the image is for decorative purposes only.
2390
+ */
2391
+ alt?: string;
2392
+ /**
2393
+ * Anchor point for the PosterImage.
2394
+ */
2395
+ anchor?: (typeof anchorPoints)[number];
2396
+ /**
2397
+ * Loading behaviour of the PosterImage.
2398
+ */
2399
+ loading?: (typeof loadingOptions)[number];
2400
+ /**
2401
+ * The HTML [sizes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Example_4_Using_the_srcset_and_sizes_attributes) attribute for the PosterImage. Required if `srcSet` is defined.
2402
+ */
2403
+ sizes?: string;
2404
+ /**
2405
+ * The `src` for the PosterImage. Used if srcSet is not defined, or as a fallback.
2406
+ */
2407
+ src: string;
2408
+ /**
2409
+ * A comma-separated list indicating a set of possible sources for the user agent to use for different screen sizes for the PosterImage. Same format as [srcSet](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Example_4_Using_the_srcset_and_sizes_attributes), i.e. `my-image-200.png 200w, my-image-200.png 200w`.
2410
+ */
2411
+ srcSet?: string;
2412
+ /**
2413
+ * Contents of the PosterImage.
2414
+ */
2415
+ children?: React$1.ReactNode;
2416
+ }
2417
+
2418
+ declare const PosterVideo: FC<PosterVideoProps>;
2419
+ interface PosterVideoProps {
2420
+ /**
2421
+ * Anchor point for the PosterVideo,
2422
+ */
2423
+ anchor?: (typeof anchorPoints)[number];
2424
+ /**
2425
+ * Should the PosterVideo autoplay?
2426
+ */
2427
+ autoPlay?: boolean;
2428
+ /**
2429
+ * HTML video sources for the PosterVideo. [See MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video).
2430
+ */
2431
+ children: ReactNode;
2432
+ /**
2433
+ * Should the PosterVideo loop?
2434
+ */
2435
+ loop?: boolean;
2436
+ }
2437
+
2438
+ type ProgressBarState = "loading" | "error" | "success";
2439
+
2440
+ type ProgressBarIcons = "refresh" | "cross" | "tick";
2441
+
2442
+ /**
2443
+ * Use `ProgressBar` to show the progress of a specific task within a page.
2444
+ */
2445
+ declare const ProgressBar: FC<ProgressBarProps>;
2446
+ interface ProgressBarProps {
2447
+ /**
2448
+ * Label for screen readers.
2449
+ */
2450
+ ariaLabel: string;
2451
+ /**
2452
+ * Headline for the progress bar.
2453
+ */
2454
+ headline?: string;
2455
+ /**
2456
+ * Title for the progress bar, (e.g. an uploading file's name).
2457
+ */
2458
+ title?: string;
2459
+ /**
2460
+ * Percentage value for the progress bar (negative numbers are rounded to 0, numbers over 100 are rounded to 100).
2461
+ */
2462
+ value?: number;
2463
+ /**
2464
+ * Provide an additional informative description for the progress bar, or brand building slot for secondary messaging which can change over time with progress.
2465
+ */
2466
+ description?: string;
2467
+ /**
2468
+ * Value to display for the progress bar. This is fully customisable, and can be a percentage (15%) Time remaining (1m 15s remaining), proportion of data uploaded/to upload (100KB out of 256KB).
2469
+ */
2470
+ displayValue?: string;
2471
+ /**
2472
+ * State of the progress bar.
2473
+ */
2474
+ state?: ProgressBarState;
2475
+ /**
2476
+ * Sets progress bar to infinitely animate. Use if the progress of a given task cannot be known. The value prop will have no effect if this prop is set to true.
2477
+ */
2478
+ isIndeterminate?: boolean;
2479
+ /**
2480
+ * Action for the progress bar.
2481
+ */
2482
+ action?: {
2483
+ autofocusOnMount?: boolean;
2484
+ text: string;
2485
+ action: () => void;
2486
+ icon?: ProgressBarIcons;
2487
+ };
2488
+ }
2489
+
2490
+ /** Use `ProgressStepper` to provide an overview of a series of steps in a digital journey. */
2491
+ declare const ProgressStepper: FC<ProgressStepperProps>;
2492
+ interface ProgressStepperProps {
2493
+ /**
2494
+ * Children of `<ProgressStepper />` should only contain `<ProgressStepperItem />`
2495
+ */
2496
+ children?: ReactNode;
2497
+ /**
2498
+ * Determine a direction for `<ProgressStepperItem />`
2499
+ */
2500
+ direction?: "horizontal" | "vertical";
2501
+ /**
2502
+ * Determine the size for `<ProgressStepperItem />`
2503
+ */
2504
+ size?: "small" | "large";
2505
+ /**
2506
+ * Determine if `<ProgressStepperItem />` should be Fluid. Only appliciable for `horizontal direction.`
2507
+ */
2508
+ isFluid?: boolean;
2509
+ /**
2510
+ * Invert all labels in `<ProgressStepperItem />`. Only appliciable for `horizontal direction.`
2511
+ */
2512
+ invertLabelPosition?: boolean;
2513
+ /**
2514
+ * <b>DEPRECATED</b>: This will be removed in a future release.
2515
+ */
2516
+ isExpandable?: boolean;
2517
+ }
2518
+
2519
+ type ProgressStatus = "completed" | "current" | "warning" | "error" | "todo";
2520
+
2521
+ declare const ProgressStepperItem: FC<ProgressStepperItemProps>;
2522
+ interface ProgressStepperItemProps {
2523
+ /**
2524
+ * Determine a title for `<ProgressStepperItem />`
2525
+ */
2526
+ title: string;
2527
+ /**
2528
+ * Determine a title for `<ProgressStepperItem />`
2529
+ */
2530
+ titleHref?: string;
2531
+ /**
2532
+ * Text to override `linkTitle` with additional, more precise information
2533
+ * specifically for screen reader users.
2534
+ */
2535
+ ariaLabel?: string;
2536
+ /**
2537
+ * Execute a function on title click `<ProgressStepperItem />`
2538
+ */
2539
+ onClick?: () => void;
2540
+ /**
2541
+ * Determine a sub title for `<ProgressStepperItem />`
2542
+ */
2543
+ subTitle?: string;
2544
+ /**
2545
+ * Determine a direction for `<ProgressStepperItem />`
2546
+ */
2547
+ direction?: "horizontal" | "vertical";
2548
+ /**
2549
+ * Determine a status for `<ProgressStepperItem />`
2550
+ */
2551
+ status?: ProgressStatus;
2552
+ /**
2553
+ * Determine the size for `<ProgressStepperItem />`
2554
+ */
2555
+ size?: "small" | "large";
2556
+ /**
2557
+ * Determine if `<ProgressStepperItem /> should be Fluid`
2558
+ */
2559
+ isFluid?: boolean;
2560
+ /**
2561
+ * Determine the context `<ProgressStepperItem /> should be`
2562
+ */
2563
+ previousStep?: ProgressStatus;
2564
+ /**
2565
+ * DEPRECATED: Determine if `<ProgressStepperItem /> should have expandable content`
2566
+ */
2567
+ isExpandable?: boolean;
2568
+ /**
2569
+ * Invert `<ProgressStepperItem />` labels. Only appliciable for `horizontal direction.`
2570
+ */
2571
+ invertLabelPosition?: boolean;
2572
+ /**
2573
+ * Determine what content to display in `<ProgressStepperItem />. To use this option isExpandable must be `true``
2574
+ */
2575
+ stepContent?: ReactNode;
2576
+ /**
2577
+ * Determine if `stepContent` is hidden
2578
+ */
2579
+ isStepContentHidden?: boolean;
2580
+ }
2581
+
2582
+ type EventType$3 = React$1.ChangeEvent<HTMLInputElement>;
2583
+ /**
2584
+ * Use `RadioCardGroup` to wrap and control `RadioCard` buttons and apply default values
2585
+ */
2586
+ declare const RadioCardGroup: FC<RadioCardGroupProps>;
2587
+ interface RadioCardGroupProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "disclosureText" | "disclosureTitle" | "onClickDisclosure" | "supplementaryInfo" | "labelPosition"> {
2588
+ /**
2589
+ * Contents of the `RadioCardGroup`. Should only contain `RadioCardGroupCard`
2590
+ */
2591
+ children: React$1.ReactNode;
2592
+ /**
2593
+ * Value of the `RadioCard` that should be checked by default.
2594
+ */
2595
+ checkedValue: string;
2596
+ /**
2597
+ * Should all `RadioCard` components be disabled?
2598
+ */
2599
+ isDisabled?: boolean;
2600
+ /**
2601
+ * Helper message for the `RadioCardGroup`.
2602
+ */
2603
+ helper?: string;
2604
+ /**
2605
+ * ID for the `RadioCardGroup`.
2606
+ */
2607
+ id: string;
2608
+ /**
2609
+ * Label for the `RadioCardGroup`.
2610
+ */
2611
+ label: string;
2612
+ /**
2613
+ * Label Size for the `RadioCardGroup`.
2614
+ */
2615
+ labelSize?: "l" | "s";
2616
+ /**
2617
+ * Name for the `RadioCardGroup`.
2618
+ */
2619
+ name: string;
2620
+ /**
2621
+ * Sets the `RadioCardGroup` to 100% width.
2622
+ */
2623
+ isFluid?: boolean;
2624
+ /**
2625
+ * Sets the `RadioCardGroup` width.
2626
+ */
2627
+ width?: number;
2628
+ /**
2629
+ * Function to call when the `RadioCardGroup` loses focus.
2630
+ */
2631
+ onBlur?: (e: EventType$3) => void;
2632
+ /**
2633
+ * Callback function to update the `RadioCardGroup`'s controlled `checkedValue` prop,
2634
+ * for example `e => setCheckedValue(e.target.value)`.
2635
+ */
2636
+ onChange?: (event: EventType$3) => void;
2637
+ /**
2638
+ * Error message for the `RadioCardGroup`.
2639
+ */
2640
+ errorMessage?: string;
2641
+ /**
2642
+ * Is `RadioCardGroup` required?
2643
+ */
2644
+ isRequired?: boolean;
2645
+ /**
2646
+ * Is `RadioCardGroup` layout orientation?
2647
+ */
2648
+ layout?: "column" | "row";
2649
+ }
2650
+
2651
+ type EventType$2 = ChangeEvent<HTMLInputElement>;
2652
+ type ContextProps$1 = {
2653
+ blurEvent: (event: EventType$2) => void;
2654
+ changeEvent: (event: EventType$2) => void;
2655
+ groupDisabled: boolean;
2656
+ checkedValue: string;
2657
+ name: string;
2658
+ };
2659
+
2660
+ interface RadioCardProps {
2661
+ children?: ReactElement;
2662
+ /**
2663
+ * ID for the`RadioCard`.
2664
+ */
2665
+ id: string;
2666
+ /**
2667
+ * Should the `RadioCard` be disabled?
2668
+ */
2669
+ isDisabled?: boolean;
2670
+ /**
2671
+ * Helper text for the `RadioCard`, shown below the label.
2672
+ */
2673
+ support?: string;
2674
+ /**
2675
+ * Label for the `RadioCard`.
2676
+ */
2677
+ label: string;
2678
+ /**
2679
+ * Current value (controlled).
2680
+ */
2681
+ value: string;
2682
+ /**
2683
+ * Render icon within `RadioCard`
2684
+ */
2685
+ icon?: ArcIcon | React$1.ReactElement<SVGElement>;
2686
+ /**
2687
+ * Set control location within `RadioCard`.
2688
+ */
2689
+ controlLocation?: "left" | "right" | "bottom";
2690
+ /**
2691
+ * Hide the radio button icon from the `RadioCard`.
2692
+ */
2693
+ hideButton?: boolean;
2694
+ /**
2695
+ * Should the `RadioCard` be checked by default?
2696
+ */
2697
+ defaultChecked?: boolean;
2698
+ /**
2699
+ * State of the checked prop.
2700
+ */
2701
+ checked?: boolean;
2702
+ /**
2703
+ * Function called when the RadioCard's value changes.
2704
+ */
2705
+ changeEvent?: ContextProps$1["changeEvent"];
2706
+ /**
2707
+ * Function called when the RadioCard loses focus.
2708
+ */
2709
+ blurEvent?: ContextProps$1["blurEvent"];
2710
+ /**
2711
+ * Reference to radio group name property.
2712
+ */
2713
+ name: ContextProps$1["name"];
2714
+ }
2715
+
2716
+ /**
2717
+ * Radio Card component.
2718
+ */
2719
+ declare const RadioCardGroupInput: React$1.ForwardRefExoticComponent<RadioCardGroupInputProps & React$1.RefAttributes<HTMLInputElement>>;
2720
+ interface RadioCardGroupInputProps extends Omit<RadioCardProps, "name"> {
2721
+ /**
2722
+ * Determine the alignment the RadioButton.
2723
+ *
2724
+ */
2725
+ radioButtonAlignment?: "top" | "center";
2726
+ /**
2727
+ * ID for the Radio Button.
2728
+ */
2729
+ id: string;
2730
+ /**
2731
+ * Should the RadioButton label be visually hidden? (it will still be announced by screen readers)
2732
+ */
2733
+ hideLabel?: boolean;
2734
+ /**
2735
+ * Should the RadioButton be disabled?
2736
+ */
2737
+ isDisabled?: boolean;
2738
+ /**
2739
+ * Helper text for the RadioButton, shown below the label.
2740
+ */
2741
+ helper?: string;
2742
+ /**
2743
+ * Label for the RadioButton.
2744
+ */
2745
+ label: string;
2746
+ /**
2747
+ * Current value (controlled).
2748
+ */
2749
+ value: string;
2750
+ }
2751
+
2752
+ type EventType$1 = React$1.ChangeEvent<HTMLInputElement>;
2753
+ /**
2754
+ * Use `RadioGroup` to wrap and control radio buttons and apply default values
2755
+ */
2756
+ declare const RadioGroup: FC<RadioGroupProps>;
2757
+ interface RadioGroupProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "labelSize" | "requirementStatus" | "disclosureText" | "disclosureTitle" | "onClickDisclosure" | "supplementaryInfo" | "hideLabel" | "labelPosition"> {
2758
+ /**
2759
+ * Contents of the RadioGroup Should only contain `RadioGroupInput`
2760
+ */
2761
+ children?: React$1.ReactNode;
2762
+ /**
2763
+ * Value of the RadioButton that should be checked by default.
2764
+ */
2765
+ checkedValue: string;
2766
+ /**
2767
+ * Should all controls be disabled?
2768
+ */
2769
+ isDisabled?: boolean;
2770
+ /**
2771
+ * Helper message for the RadioGroup
2772
+ */
2773
+ helper?: string;
2774
+ /**
2775
+ * ID for the RadioGroup
2776
+ */
2777
+ id: string;
2778
+ /**
2779
+ * Label for the RadioGroup
2780
+ */
2781
+ label: string;
2782
+ /**
2783
+ * Label size for the RadioGroup
2784
+ */
2785
+ labelSize?: "s" | "l";
2786
+ /**
2787
+ * Name for the RadioGroup
2788
+ */
2789
+ name: string;
2790
+ /**
2791
+ * Function to call when the RadioGroup loses focus.
2792
+ */
2793
+ onBlur?: (e: EventType$1) => void;
2794
+ /**
2795
+ * Callback function to update the RadioGroup's controlled `checkedValue` prop,
2796
+ * for example `e => setCheckedValue(e.target.value)`.
2797
+ */
2798
+ onChange?: (event: EventType$1) => void;
2799
+ /**
2800
+ * Size of the RadioGroup
2801
+ */
2802
+ size?: "s" | "l";
2803
+ /**
2804
+ * Error message for the RadioGroup
2805
+ */
2806
+ errorMessage?: string;
2807
+ /**
2808
+ * Is RadioGroup required?
2809
+ */
2810
+ isRequired?: boolean;
2811
+ }
2812
+
2813
+ type EventType = ChangeEvent<HTMLInputElement>;
2814
+ type ContextProps = {
2815
+ blurEvent: (event: EventType) => void;
2816
+ changeEvent: (event: EventType) => void;
2817
+ groupDisabled: boolean;
2818
+ checkedValue: string;
2819
+ labelSize: "s" | "l";
2820
+ name: string;
2821
+ size: "s" | "l";
2822
+ };
2823
+
2824
+ declare const RadioGroupButton: React$1.ForwardRefExoticComponent<RadioGroupButtonProps & React$1.RefAttributes<HTMLInputElement>>;
2825
+ interface RadioGroupButtonProps {
2826
+ id: string;
2827
+ label: string;
2828
+ hideLabel?: boolean;
2829
+ name: ContextProps["name"];
2830
+ withMargin?: boolean;
2831
+ defaultChecked?: boolean;
2832
+ checked?: boolean;
2833
+ value?: string;
2834
+ isDisabled?: boolean;
2835
+ helper?: string;
2836
+ labelSize?: ContextProps["labelSize"];
2837
+ size?: ContextProps["size"];
2838
+ radioButtonAlignment?: "top" | "center";
2839
+ changeEvent?: ContextProps["changeEvent"];
2840
+ blurEvent?: ContextProps["blurEvent"];
2841
+ }
2842
+
2843
+ /**
2844
+ * Radio Button component.
2845
+ */
2846
+ declare const RadioGroupInput: React$1.ForwardRefExoticComponent<RadioGroupInputProps & React$1.RefAttributes<HTMLInputElement>>;
2847
+ interface RadioGroupInputProps {
2848
+ /**
2849
+ * Determine the alignment the RadioButton.
2850
+ *
2851
+ */
2852
+ radioButtonAlignment?: "top" | "center";
2853
+ /**
2854
+ * ID for the Radio Button.
2855
+ */
2856
+ id: string;
2857
+ /**
2858
+ * Should the RadioButton label be visually hidden? (it will still be announced by screen readers)
2859
+ */
2860
+ hideLabel?: boolean;
2861
+ /**
2862
+ * Should the RadioButton be disabled?
2863
+ */
2864
+ isDisabled?: boolean;
2865
+ /**
2866
+ * Helper text for the RadioButton, shown below the label.
2867
+ */
2868
+ helper?: string;
2869
+ /**
2870
+ * Label for the RadioButton.
2871
+ */
2872
+ label: string;
2873
+ /**
2874
+ * Current value (controlled).
2875
+ */
2876
+ value: string;
2877
+ }
2878
+
2879
+ /**
2880
+ * Use `Rule` to display a horizontal or vertical rule.
2881
+ */
2882
+ declare const Rule: FC<RuleProps>;
2883
+ interface RuleProps {
2884
+ orientation?: "horizontal" | "vertical";
2885
+ }
2886
+
2887
+ /**
2888
+ * Use `ScrollToTop` to allow the user to scroll to the top of the page by clicking a button.
2889
+ */
2890
+ declare const ScrollToTop: FC<ScrollToTopProps>;
2891
+ interface ScrollToTopProps {
2892
+ /**
2893
+ * If true, the button will stick to the bottom right corner of the screen.
2894
+ */
2895
+ isFixed?: boolean;
2896
+ /**
2897
+ * Sets when the scroll button should appear. `always` will show the button all the time.
2898
+ * `afterScroll` will show the button when the user has stopped scrolling and have passed the fold.
2899
+ */
2900
+ appear?: "always" | "afterScroll";
2901
+ /**
2902
+ * Z-index for the button. Used to fine tune the overlapping of other page elements.
2903
+ */
2904
+ zIndex?: number;
2905
+ /**
2906
+ * Button fill.
2907
+ */
2908
+ fill?: "solid" | "outlined";
2909
+ }
2910
+
2911
+ /**
2912
+ * Use `Section` to compose content into vertical page layouts.
2913
+ */
2914
+ declare const Section: FC<SectionProps>;
2915
+ interface SectionProps extends ExtentableContainer {
2916
+ /**
2917
+ * Content to display in the Section.
2918
+ */
2919
+ children: ReactNode;
2920
+ /**
2921
+ * Should the Section be visible for debugging and documentation
2922
+ * purposes?
2923
+ */
2924
+ isDebugVisible?: boolean;
2925
+ /**
2926
+ * Should the width of this Section be unconstrained (filling the viewport)?
2927
+ */
2928
+ isFullWidth?: boolean;
2929
+ }
2930
+
2931
+ /** Use `Select` to choose from a dropdown list of options. */
2932
+ declare const Select: React$1.FC<SelectProps>;
2933
+ interface SelectProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "id" | "helperUnderLabel" | "supplementaryInfo"> {
2934
+ /**
2935
+ * Name for the Select.
2936
+ */
2937
+ name: string;
2938
+ /**
2939
+ * Label for the Select.
2940
+ */
2941
+ label: string;
2942
+ /**
2943
+ * Aria label for the Select.
2944
+ */
2945
+ ariaLabel?: string;
2946
+ /**
2947
+ * Placeholder text for the Select.
2948
+ */
2949
+ placeholder: string;
2950
+ /**
2951
+ * Options for the Select.
2952
+ */
2953
+ options: {
2954
+ name: string;
2955
+ value: string;
2956
+ }[];
2957
+ /**
2958
+ * value for the Select. Passing a value makes the Select a controlled component.
2959
+ */
2960
+ value?: string;
2961
+ /**
2962
+ * error message for the Select.
2963
+ */
2964
+ errorMessage?: string;
2965
+ /**
2966
+ * Default value for the Select.
2967
+ */
2968
+ defaultValue?: string;
2969
+ /**
2970
+ * onChange handler for the Select.
2971
+ */
2972
+ onChange?: (value: string) => void;
2973
+ /**
2974
+ * onBlur handler for the Select.
2975
+ */
2976
+ onBlur?: (e: React$1.FocusEvent<HTMLButtonElement>) => void;
2977
+ /**
2978
+ * onFocus handler for the Select.
2979
+ */
2980
+ onFocus?: (e: React$1.FocusEvent<HTMLButtonElement>) => void;
2981
+ /**
2982
+ * onOpenChange handler for the Select.
2983
+ */
2984
+ onOpenChange?: (isOpen: boolean) => void;
2985
+ /**
2986
+ * The controlled open state of the select. Must be used in conjunction with onOpenChange.
2987
+ */
2988
+ open?: boolean;
2989
+ /**
2990
+ * select handler for the Select.
2991
+ */
2992
+ selectSize?: "s" | "m" | "l";
2993
+ /**
2994
+ * Sets the Select to 100% width.
2995
+ */
2996
+ isFluid?: boolean;
2997
+ /**
2998
+ * Sets the width of the Select.
2999
+ */
3000
+ width?: string;
3001
+ /**
3002
+ * Disables the Select.
3003
+ */
3004
+ isDisabled?: boolean;
3005
+ /**
3006
+ * Sets the Select to be open by default.
3007
+ */
3008
+ isDefaultOpen?: boolean;
3009
+ /**
3010
+ * Sets the Select to be open by default.
3011
+ */
3012
+ isRequired?: boolean;
3013
+ }
3014
+
3015
+ /**
3016
+ * Use `SiteFooter` to display information at the bottom of a page.
3017
+ */
3018
+ declare const SiteFooter: FC<SiteFooterProps>;
3019
+ declare const SiteFooterItemGroup: FC<SiteFooterItemGroupProps>;
3020
+ declare const SiteFooterItem: FC<SiteFooterItemProps>;
3021
+ interface SiteFooterItemGroupProps {
3022
+ /**
3023
+ * Contents of the SiteFooterItemGroup Must be SiteFooterItem components.
3024
+ */
3025
+ children: ReactNode;
3026
+ /**
3027
+ * Title text for the SiteFooterItemGroup
3028
+ */
3029
+ title: string;
3030
+ }
3031
+ interface SiteFooterItemProps {
3032
+ /**
3033
+ * Contents of the SiteFooterItem.
3034
+ */
3035
+ children: ReactNode;
3036
+ /**
3037
+ * A URL to link to when the Item is clicked or touched.
3038
+ */
3039
+ href: string;
3040
+ /**
3041
+ * On click handler.
3042
+ */
3043
+ onClick?: () => void;
3044
+ }
3045
+ interface SiteFooterProps {
3046
+ /**
3047
+ * Secondary content of the SiteFooter Must be SiteFooterItem components.
3048
+ */
3049
+ children?: ReactNode;
3050
+ /**
3051
+ * Copyright year.
3052
+ */
3053
+ currentYear?: string;
3054
+ /**
3055
+ * Accessible text for the SiteFooter logo.
3056
+ */
3057
+ logoLabel?: string;
3058
+ /**
3059
+ * Main content of the SiteFooter Must be SiteFooterItemGroup components.
3060
+ */
3061
+ main?: ReactNode;
3062
+ /**
3063
+ * Text that appears at the top of the footer. Can be the name of the site, a
3064
+ * brand strapline, or similar.
3065
+ */
3066
+ siteName?: string;
3067
+ }
3068
+
3069
+ /**
3070
+ * Use `SiteHeaderV2` to display brand logo and navigation at the top of a page.
3071
+ */
3072
+ declare const SiteHeaderV2: FC<SiteHeaderV2Props>;
3073
+ interface SiteHeaderV2Props {
3074
+ /**
3075
+ * Contents of the SiteHeaderV2 Must be SiteHeaderV2NavItem or
3076
+ * SiteHeaderV2NavItemWithSubNav components.
3077
+ */
3078
+ children?: ReactNode;
3079
+ /**
3080
+ * Basket component for the SiteHeaderV2
3081
+ */
3082
+ basket?: ReactNode;
3083
+ /**
3084
+ * Should account login links be included in the SiteHeaderV2?
3085
+ */
3086
+ hasLogin?: boolean;
3087
+ /**
3088
+ * Should the SiteHeaderV2 have a transparent background?
3089
+ */
3090
+ isTransparent?: boolean;
3091
+ /**
3092
+ * A URL to link to when SiteHeaderV2 logo is clicked or touched.
3093
+ */
3094
+ loginHref?: string;
3095
+ /**
3096
+ * A Function to run to when SiteHeaderV2 logo is clicked or touched.
3097
+ */
3098
+ logoOnClick?: () => void;
3099
+ /**
3100
+ * A Function to run to when SiteHeaderV2 login links are clicked or touched.
3101
+ */
3102
+ loginOnClick?: () => void;
3103
+ /**
3104
+ * Text to display in SiteHeaderV2 login links.
3105
+ */
3106
+ loginTitle?: string;
3107
+ /**
3108
+ * A URL to link to when the SiteHeaderV2 brand logo link is clicked or touched.
3109
+ */
3110
+ logoHref?: string;
3111
+ /**
3112
+ * Accessible text for the SiteHeaderV2 brand logo link.
3113
+ */
3114
+ logoLabel?: string;
3115
+ /**
3116
+ * Search component for the SiteHeaderV2
3117
+ */
3118
+ search?: ReactNode;
3119
+ /**
3120
+ * Optional sub-brand variant. Only applies to BT.
3121
+ */
3122
+ subBrand?: (typeof subBrands$1)[number];
3123
+ }
3124
+
3125
+ declare const SiteHeaderV2Column: FC<SiteHeaderV2ColumnProps>;
3126
+ interface SiteHeaderV2ColumnProps {
3127
+ /**
3128
+ * Contents of the Column. Must be SiteHeaderV2ItemGroup components.
3129
+ */
3130
+ children: ReactNode;
3131
+ }
3132
+
3133
+ declare const SiteHeaderV2Item: FC<SiteHeaderV2ItemProps>;
3134
+ interface SiteHeaderV2ItemProps {
3135
+ /**
3136
+ * Contents of the Item. Usually text to be displayed in the Item link.
3137
+ */
3138
+ children: ReactNode;
3139
+ /**
3140
+ * A URL to link to when the Item is clicked or touched.
3141
+ */
3142
+ href: string;
3143
+ /**
3144
+ * On click handler.
3145
+ */
3146
+ onClick?: () => void;
3147
+ }
3148
+
3149
+ declare const SiteHeaderV2ItemGroup: FC<SiteHeaderV2ItemGroupProps>;
3150
+ interface SiteHeaderV2ItemGroupProps {
3151
+ /**
3152
+ * Contents of the ItemGroup Must be Item components.
3153
+ */
3154
+ children: ReactNode;
3155
+ subtitle?: string;
3156
+ /**
3157
+ * A top-level URL for the ItemGroup to link to.
3158
+ */
3159
+ href?: string;
3160
+ /**
3161
+ * Title text to be displayed in the ItemGroup summary.
3162
+ */
3163
+ title?: string;
3164
+ /**
3165
+ * Text to display in top-level link inside the ItemGroup in narrow viewports.
3166
+ * Only applies if `href` is present. If not provided, top-level link text
3167
+ * will be automatically generated from `title`.
3168
+ */
3169
+ viewAllTitle?: string;
3170
+ /**
3171
+ * On click handler.
3172
+ */
3173
+ onClick?: () => void;
3174
+ }
3175
+
3176
+ declare const SiteHeaderV2NavItem: FC<SiteHeaderV2NavItemProps>;
3177
+ interface SiteHeaderV2NavItemProps {
3178
+ /**
3179
+ * Contents of the NavItem. Must be SiteHeaderV2ItemGroup or
3180
+ * SiteHeaderV2Column components.
3181
+ */
3182
+ children?: ReactNode;
3183
+ /**
3184
+ * A top-level URL for the NavItem to link to.
3185
+ *
3186
+ * When `children` are not present, the URL to link to when the NavItem is
3187
+ * clicked or touched.
3188
+ *
3189
+ * When `children` are present, the URL to link to when a top-level link
3190
+ * inside the NavItem panel is clicked or touched.
3191
+ */
3192
+ href?: string;
3193
+ /**
3194
+ * Should the NavItem be highlighted as the current item/page? Only applies if
3195
+ * `children` are not present (and `href` is present).
3196
+ */
3197
+ isCurrent?: boolean;
3198
+ /**
3199
+ * Top-level text to display in the NavItem.
3200
+ */
3201
+ title: string;
3202
+ /**
3203
+ * On click handler.
3204
+ */
3205
+ onClick?: () => void;
3206
+ isPrimary?: boolean;
3207
+ opensFirstWithPanel?: boolean;
3208
+ subTitle?: string;
3209
+ }
3210
+
3211
+ declare const SiteHeaderV2NavItemWithSubNav: FC<SiteHeaderV2NavItemWithSubNavProps>;
3212
+ interface SiteHeaderV2NavItemWithSubNavProps {
3213
+ /**
3214
+ * The URL to link to when a top-level link inside the NavItemWithSubNav panel
3215
+ * is clicked or touched.
3216
+ */
3217
+ href?: string;
3218
+ /**
3219
+ * Content to be displayed in the first slot of the NavItemWithSubNav. Must be
3220
+ * a single SiteHeaderV2SubNavItem component.
3221
+ */
3222
+ slot1: ReactElement;
3223
+ /**
3224
+ * Content to be displayed in the second slot of the NavItemWithSubNav. Must
3225
+ * be a single SiteHeaderV2SubNavItem component.
3226
+ */
3227
+ slot2?: ReactNode;
3228
+ /**
3229
+ * Content to be displayed in the third slot of the NavItemWithSubNav. Must be
3230
+ * a single SiteHeaderV2SubNavItem component.
3231
+ */
3232
+ slot3?: ReactNode;
3233
+ /**
3234
+ * Content to be displayed in the fourth slot of the NavItemWithSubNav. Must be
3235
+ * a single SiteHeaderV2SubNavItem component.
3236
+ */
3237
+ slot4?: ReactNode;
3238
+ slot5?: ReactNode;
3239
+ slot6?: ReactNode;
3240
+ /**
3241
+ * Title text to display inside the NavItemWithSubNav panel.
3242
+ */
3243
+ subTitle?: string;
3244
+ /**
3245
+ * Top-level text to display in the NavItemWithSubNav.
3246
+ */
3247
+ title: string;
3248
+ /**
3249
+ * Text to display in top-level link inside the NavItemWithSubNav panel. Only
3250
+ * applies if `href` is true. If not provided, text will be automatically
3251
+ * generated from `title`.
3252
+ */
3253
+ viewAllTitle?: string;
3254
+ /**
3255
+ * view all click handler.
3256
+ */
3257
+ onViewAllClick?: () => void;
3258
+ isPrimary?: boolean;
3259
+ opensFirstWithPanel?: boolean;
3260
+ }
3261
+
3262
+ declare const SiteHeaderV2NodeItem: FC<SiteHeaderV2NodeItemProps>;
3263
+ interface SiteHeaderV2NodeItemProps {
3264
+ /**
3265
+ * Content to display with `SiteHeaderV2NodeItem`
3266
+ */
3267
+ children?: ReactNode;
3268
+ }
3269
+
3270
+ declare const SiteHeaderV2SubNavItem: FC<SiteHeaderV2SubNavItemProps>;
3271
+ interface SiteHeaderV2SubNavItemProps {
3272
+ /**
3273
+ * Contents of the SubNavItem. Must be SiteHeaderV2ItemGroup or
3274
+ * SiteHeaderV2Column components.
3275
+ */
3276
+ children?: ReactNode;
3277
+ /**
3278
+ * Should the SubNavItem be the default open item in a
3279
+ * SiteHeaderV2NavItemWithSubNav? If not specified, the default open item will
3280
+ * be set automatically.
3281
+ */
3282
+ isDefaultItem?: boolean;
3283
+ /**
3284
+ * Optionally shift the SubNavItem-link upwards (in "desktop" viewports only)
3285
+ * to close off any empty space between items due to content size.
3286
+ */
3287
+ offsetXL?: "24" | "48";
3288
+ /**
3289
+ * A URL to link to when the SubNavItem is clicked or touched. Only applies if
3290
+ * `children` are not present.
3291
+ */
3292
+ href?: string;
3293
+ /**
3294
+ * Optional subtitle text for the SubNavItem.
3295
+ */
3296
+ subTitle?: string;
3297
+ /**
3298
+ * Title text for the SubNavItem.
3299
+ */
3300
+ title: string;
3301
+ /**
3302
+ * Text to display in top-level link inside the SubNavItem panel. Only
3303
+ * applies if both `children` are present and `href` is true. If not
3304
+ * provided, top-level link text will be automatically generated from `title`.
3305
+ */
3306
+ viewAllTitle?: string;
3307
+ icon?: ArcIcon;
3308
+ /**
3309
+ * On click handler.
3310
+ */
3311
+ onClick?: () => void;
3312
+ }
3313
+
3314
+ declare const SiteHeaderV2VerticalDivider: () => JSX.Element;
3315
+
3316
+ /**
3317
+ * Use `Skeleton` to display a placeholder preview of your page before the data gets loaded to reduce load-time frustration.
3318
+ */
3319
+ declare const Skeleton: FC<SkeletonProps>;
3320
+ interface SkeletonProps {
3321
+ /**
3322
+ * Animation for `Skeleton`.
3323
+ */
3324
+ animation?: "pulse" | "shimmer" | "none";
3325
+ /**
3326
+ * Make `Skeleton` a circle.
3327
+ */
3328
+ isCircle?: boolean;
3329
+ /**
3330
+ * Width of `Skeleton`.
3331
+ */
3332
+ width?: string | number;
3333
+ /**
3334
+ * Height of `Skeleton`.
3335
+ */
3336
+ height?: string | number;
3337
+ }
3338
+
3339
+ /** Use `SkipLink` to help keyboard-only users skip to the main content on a page. */
3340
+ declare const SkipLink: FC<SkipLinkProps>;
3341
+ interface SkipLinkProps {
3342
+ /**
3343
+ * Links to display in the SkipLinkItem.
3344
+ */
3345
+ children?: ReactNode;
3346
+ }
3347
+
3348
+ declare const SkipLinkItem: FC<SkipLinkItemProps>;
3349
+ interface SkipLinkItemProps {
3350
+ /**
3351
+ * The label to display for SkipLinkItem.
3352
+ */
3353
+ label: string;
3354
+ /**
3355
+ * The URL the skip link navigates to.
3356
+ */
3357
+ href?: string;
3358
+ /**
3359
+ * The ID attribute of the target element the skip link navigates to.
3360
+ */
3361
+ id?: string;
3362
+ }
3363
+
3364
+ /**
3365
+ * Use `Spinner` to display a loading state.
3366
+ */
3367
+ declare const Spinner: FC<SpinnerProps>;
3368
+ type SpinnerSize = "s" | "m" | "l" | "xl" | "xxl";
3369
+ interface SpinnerProps {
3370
+ /**
3371
+ * Colour options. If no `color` option defined, the colour will use currentColor.
3372
+ */
3373
+ color?: "light" | "dark" | undefined;
3374
+ /**
3375
+ * Set sizes of spinner `s`, `m`, `l`, `xl`, `xxl` or a custom number value e.g. `100`px.
3376
+ */
3377
+ size?: SpinnerSize | number | null;
3378
+ }
3379
+
3380
+ /** Use `Switch` to allow users to immediately toggle between two states. */
3381
+ declare const Switch: FC<SwitchProps>;
3382
+ interface SwitchProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "disclosureText" | "disclosureTitle" | "onClickDisclosure" | "helper" | "helpUnderLabel" | "supplementaryInfo"> {
3383
+ /**
3384
+ * Hide Label above toggle?
3385
+ */
3386
+ hideLabel?: boolean;
3387
+ /**
3388
+ * Position of Label
3389
+ */
3390
+ labelPosition?: "top" | "left";
3391
+ /**
3392
+ * Text to display next to `Switch` when checked. If no value is provided onStatusText will equal offStatusText.
3393
+ */
3394
+ onStatusText?: string;
3395
+ /**
3396
+ * Text to display next to `Switch` when unchecked. If no value is provided offStatusText will equal onStatusText.
3397
+ */
3398
+ offStatusText?: string;
3399
+ /**
3400
+ * Should the `Switch` be disabled?
3401
+ */
3402
+ isDisabled?: FormControlProps["isDisabled"];
3403
+ /**
3404
+ * handler for blur
3405
+ */
3406
+ onBlur?: SwitchProps$1["onBlur"];
3407
+ /**
3408
+ * set the switch to be checked by default
3409
+ */
3410
+ defaultChecked?: SwitchProps$1["defaultChecked"];
3411
+ /**
3412
+ * value for the switch, is applied to a hidden checkbox if within a form
3413
+ */
3414
+ value?: SwitchProps$1["value"];
3415
+ /**
3416
+ * name for the hidden checkbox if within a form
3417
+ */
3418
+ name?: SwitchProps$1["name"];
3419
+ /**
3420
+ * Aria label to add a description to the switch button
3421
+ */
3422
+ ariaLabel?: string;
3423
+ /**
3424
+ * callback for when the switch is toggled
3425
+ */
3426
+ onCheckedChange?: SwitchProps$1["onCheckedChange"];
3427
+ }
3428
+
3429
+ /** Use `Tabs` to allow users to navigate between different sections of relevant content. */
3430
+ declare const Tabs: FC<TabsProps>;
3431
+ interface TabsProps {
3432
+ /**
3433
+ * Render children
3434
+ */
3435
+ children: ReactNode;
3436
+ /**
3437
+ * Default to an inital value of a tab. If this is left blank it is possible for there to be no active tabs
3438
+ */
3439
+ defaultValue?: string;
3440
+ /**
3441
+ * Event handler called when the value changes.
3442
+ */
3443
+ onValueChange?: (value: string) => void;
3444
+ /**
3445
+ * When automatic, tabs are activated when receiving focus. When manual, tabs are activated when clicked.
3446
+ */
3447
+ activationMode?: "automatic" | "manual";
3448
+ }
3449
+
3450
+ declare const TabsItem: FC<TabsItemProps>;
3451
+ interface TabsItemProps {
3452
+ /**
3453
+ * Label to display on the Tab
3454
+ */
3455
+ label: string;
3456
+ /**
3457
+ * Value to link `Tab` to `TabContent`
3458
+ */
3459
+ value: string;
3460
+ /**
3461
+ * Determine what icon to display within the Tab.
3462
+ */
3463
+ icon?: ArcIcon;
3464
+ /**
3465
+ * Determine what to display when `Tab` is active
3466
+ */
3467
+ iconActive?: ArcIcon;
3468
+ }
3469
+
3470
+ declare const TabsContent: FC<TabsContentProps>;
3471
+ interface TabsContentProps {
3472
+ /**
3473
+ * Content to display
3474
+ */
3475
+ children: ReactNode;
3476
+ /**
3477
+ * This value links the `TabsContent` with `Tab`
3478
+ */
3479
+ value: string;
3480
+ }
3481
+
3482
+ declare const TabsList: FC<TabsListProps>;
3483
+ interface TabsListProps {
3484
+ /**
3485
+ * Contents of the `Tabs` Should contain `Tab`
3486
+ */
3487
+ children: ReactNode;
3488
+ /**
3489
+ * Determine if `Tabs` should be justified
3490
+ */
3491
+ isJustified?: boolean;
3492
+ /**
3493
+ * Determine the type of `Tabs`. Default is standard
3494
+ */
3495
+ type?: "standard" | "contained";
3496
+ /**
3497
+ * Determine a accessible label for `Tabs`
3498
+ */
3499
+ ariaLabel?: string;
3500
+ }
3501
+
3502
+ declare const TabbedBanner: FC<TabbedBannerProps>;
3503
+ interface TabbedBannerProps {
3504
+ /**
3505
+ * Determine what tabs to render. They need both a `value` and `label` prop
3506
+ */
3507
+ tabs: {
3508
+ value: string;
3509
+ label: string;
3510
+ content: TemplateBannerProps;
3511
+ }[];
3512
+ /**
3513
+ * Default to an inital value of a tab. If this is left blank it will default to first tab.
3514
+ */
3515
+ defaultValue?: string;
3516
+ /**
3517
+ * The minimum height of the all banners M and above`.
3518
+ */
3519
+ minHeight?: TemplateBannerProps["minHeight"];
3520
+ /**
3521
+ * The minimum height of the banner for the M breakpoint.
3522
+ * This will be active when the TabbedBanner switches to the mobile layout at the medium breakpoint.
3523
+ */
3524
+ minHeightM?: TemplateBannerProps["minHeight"];
3525
+ }
3526
+
3527
+ /**
3528
+ * Use `Tag` to promote features and manage filtering.
3529
+ */
3530
+ declare const Tag: FC<TagProps>;
3531
+ interface TagProps {
3532
+ /**
3533
+ * Content to render within the Tag
3534
+ */
3535
+ children: ReactNode;
3536
+ /**
3537
+ * Determine if the Tag is removable.
3538
+ */
3539
+ isRemovable?: boolean;
3540
+ /**
3541
+ * Provide a link for the tag
3542
+ */
3543
+ link?: string;
3544
+ /**
3545
+ * Determine a icon to display within the tag.
3546
+ */
3547
+ icon?: ArcIcon;
3548
+ /**
3549
+ * onClick Handler for Tag
3550
+ */
3551
+ onClick?: () => void;
3552
+ /**
3553
+ * Execute function on remove
3554
+ */
3555
+ onRemove?: () => void;
3556
+ /**
3557
+ * Specify extra information about the Tag.
3558
+ */
3559
+ title?: string;
3560
+ }
3561
+
3562
+ /**
3563
+ * Use `Text` to display text.
3564
+ */
3565
+ declare const Text: FC<TextProps>;
3566
+ type Tone = "default" | "supporting" | "muted";
3567
+ type TextSize = "xs" | "s" | "m" | "l";
3568
+ interface TextProps {
3569
+ /**
3570
+ * Alignment of the Text.
3571
+ */
3572
+ align?: "left" | "center" | "right";
3573
+ /**
3574
+ * Text and inline markup to display.
3575
+ */
3576
+ children: ReactNode;
3577
+ /**
3578
+ * Should the Text component be styled as an inline element?
3579
+ */
3580
+ isInline?: boolean;
3581
+ /**
3582
+ * Should the Text width be constrained to a typographic measure?
3583
+ */
3584
+ isMeasured?: boolean;
3585
+ /**
3586
+ * Typographic Text size.
3587
+ */
3588
+ size?: TextSize;
3589
+ /**
3590
+ * Visual emphasis of the Text.
3591
+ */
3592
+ tone?: Tone;
3593
+ /**
3594
+ * Id for the Text.
3595
+ */
3596
+ id?: string;
3597
+ /**
3598
+ * Element type for text component. Default value is span
3599
+ */
3600
+ elementType?: "span" | "p";
3601
+ }
3602
+
3603
+ /** Use `TextArea` to allow custom user text entry via keyboard, for long-form and multi-line descriptions */
3604
+ declare const TextArea: React$1.ForwardRefExoticComponent<TextAreaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
3605
+ interface TextAreaProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "labelPosition"> {
3606
+ /**
3607
+ * Uncontrolled default value of the TextArea. If the TextArea is controlled
3608
+ * via `value`/`onChange`, `defaultValue` will be ignored.
3609
+ *
3610
+ * `defaultValue` is not to be used instead of helper text.
3611
+ */
3612
+ defaultValue?: string;
3613
+ /**
3614
+ * ID for the TextArea.
3615
+ */
3616
+ id: string;
3617
+ /**
3618
+ * Should the control be disabled?
3619
+ */
3620
+ isDisabled?: boolean;
3621
+ /**
3622
+ * Should the control be read-only?
3623
+ */
3624
+ isReadOnly?: boolean;
3625
+ /**
3626
+ * Should the control be required?
3627
+ */
3628
+ isRequired?: boolean;
3629
+ /**
3630
+ * Maximum number of characters.
3631
+ */
3632
+ maxLength?: number;
3633
+ /**
3634
+ * Shows the current character count and maxLength. Ignored if maxLength is undefined.
3635
+ */
3636
+ showCharacterCount?: boolean;
3637
+ /**
3638
+ * Name of the input.
3639
+ */
3640
+ name?: string;
3641
+ /**
3642
+ * `none` will prevent any resizing.
3643
+ * `manual` will allow the user to resize the TextArea.
3644
+ * `auto` will resize the text area as needed when the user types.
3645
+ */
3646
+ resize?: "none" | "manual" | "auto";
3647
+ /**
3648
+ * Function to call when the TextArea loses focus.
3649
+ */
3650
+ onBlur?: (e: React$1.FocusEvent<HTMLTextAreaElement>) => void;
3651
+ /**
3652
+ * Function to call when the TextArea is focused.
3653
+ */
3654
+ onFocus?: (e: React$1.FocusEvent<HTMLTextAreaElement>) => void;
3655
+ /**
3656
+ * Callback function commonly used to update the TextArea's controlled
3657
+ * `value`, for example `e => setValue(e.target.value)`.
3658
+ */
3659
+ onChange?: (e: React$1.ChangeEvent<HTMLTextAreaElement>) => void;
3660
+ /**
3661
+ * Current value of the TextArea. Must be controlled via an
3662
+ * `onChange` callback function. Otherwise, use `defaultValue` (or `isReadOnly`).
3663
+ */
3664
+ value?: string;
3665
+ /**
3666
+ * Sets the width of the TextArea.
3667
+ */
3668
+ width?: string;
3669
+ /**
3670
+ * Sets autoComplete value for TextArea.
3671
+ */
3672
+ autoComplete?: AutoCompleteTypes;
3673
+ /**
3674
+ * Sets minimum height value for TextArea.
3675
+ */
3676
+ minHeight?: string;
3677
+ /**
3678
+ * Sets max-height value for TextArea.
3679
+ */
3680
+ maxHeight?: string;
3681
+ }
3682
+
3683
+ /**
3684
+ * Use `Theme` component to apply a specific theme to its children.
3685
+ */
3686
+ declare const Theme: FC<ThemeProps>;
3687
+ declare const themes: readonly ["bt-enterprise", "bt-business", "ee"];
3688
+ type ThemeType = "bt-enterprise" | "bt-business" | "ee";
3689
+ interface ThemeProps {
3690
+ /**
3691
+ * Theme to apply to all children. Should be one of "bt-enterprise"
3692
+ */
3693
+ theme?: ThemeType;
3694
+ /**
3695
+ * Applies a style reset to everything within theme component, defaults to true.
3696
+ */
3697
+ resetCssStyles?: boolean;
3698
+ /**
3699
+ * Content to display inside Theme.
3700
+ */
3701
+ children: any;
3702
+ }
3703
+
3704
+ /** Use `Toast` to display temporary messages at the bottom of the screen. */
3705
+ declare const Toast: FC<ToastProps>;
3706
+ interface ToastProps {
3707
+ /**
3708
+ * Content to display within `Toast`
3709
+ */
3710
+ children: React$1.ReactNode;
3711
+ /**
3712
+ * Colour scheme for `Toast` - Use 'default' in almost all cases.
3713
+ */
3714
+ colorScheme?: "default" | "alternative";
3715
+ }
3716
+
3717
+ declare const ToastNotification: FC<ToastNotificationProps>;
3718
+ type ToastStatus = "general" | "error" | "warning" | "success";
3719
+ interface ToastNotificationProps {
3720
+ /**
3721
+ * Title for `<Toast />`
3722
+ */
3723
+ title: string;
3724
+ /**
3725
+ * Set open state for `<Toast />`
3726
+ */
3727
+ isOpen: boolean;
3728
+ /**
3729
+ * Function to call when the open state of `<Toast />` changes. This needs to be supplied in order for the auto dismiss and the close button to work.
3730
+ */
3731
+ onOpenChange: (isOpen: boolean) => void;
3732
+ /**
3733
+ * Set whether close button shows
3734
+ */
3735
+ isCloseButtonVisible?: boolean;
3736
+ /**
3737
+ * Set whether to include a status icon
3738
+ */
3739
+ isStatusIconVisible?: boolean;
3740
+ /**
3741
+ * Link for `<Toast />`
3742
+ */
3743
+ link?: {
3744
+ text: string;
3745
+ ariaLabel?: string;
3746
+ href?: string;
3747
+ onClick?: () => void;
3748
+ };
3749
+ /**
3750
+ * Status of `<Toast />`
3751
+ */
3752
+ status?: ToastStatus;
3753
+ }
3754
+
3755
+ /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
3756
+ declare const Tooltip: FC<TooltipProps>;
3757
+ interface TooltipProps {
3758
+ /**
3759
+ * Content to render within Tooltip
3760
+ */
3761
+ children?: React$1.ReactNode;
3762
+ /**
3763
+ * The preferred side of the anchor to render against when open
3764
+ */
3765
+ side?: "left" | "right" | "bottom" | "top";
3766
+ /**
3767
+ * The distance in pixels from the anchor
3768
+ */
3769
+ sideOffset?: 8 | 16 | 32;
3770
+ /**
3771
+ * The preferred alignment against the anchor. May change when collisions occur.
3772
+ */
3773
+ align?: "start" | "center" | "end";
3774
+ /**
3775
+ * Alignment for content within the tooltip
3776
+ */
3777
+ alignContent?: "start" | "center" | "end";
3778
+ /**
3779
+ * The main title text displayed within the tooltip.
3780
+ */
3781
+ title: string;
3782
+ /**
3783
+ * Additional supporting text displayed below the title, if provided.
3784
+ */
3785
+ supportingCopy?: string;
3786
+ /**
3787
+ * Icon displayed next to the tooltip title or content.
3788
+ */
3789
+ icon?: React$1.ReactElement<SVGElement> | ArcIcon$1;
3790
+ /**
3791
+ * Delay in milliseconds before the tooltip appears.
3792
+ */
3793
+ delayDuration?: number;
3794
+ /**
3795
+ * Maximum width for the tooltip container.
3796
+ */
3797
+ maxWidth?: string;
3798
+ /**
3799
+ * The controlled open state of the tooltip. Must be used in conjunction with `onOpenChange`.
3800
+ */
3801
+ open?: boolean;
3802
+ /**
3803
+ * Event handler called when the open state of the tooltip changes.
3804
+ */
3805
+ onOpenChange?: (open: boolean) => void;
3806
+ /**
3807
+ * Z-index for the `Tooltip`. Used to fine tune the overlapping of other page elements.
3808
+ */
3809
+ zIndex?: number;
3810
+ }
3811
+
3812
+ /** Use `Truncate` component to shorten text with an ellipsis. Add a `title` attribute to the truncated element so the full text remains accessible. */
3813
+ declare const Truncate: FC<TruncateProps>;
3814
+ interface TruncateProps {
3815
+ /**
3816
+ * Content to truncate.
3817
+ */
3818
+ children: ReactNode;
3819
+ /**
3820
+ * Use title to provide extra information about text that is truncated.
3821
+ */
3822
+ title: string;
3823
+ /**
3824
+ * Set max width of visible content within `Truncate`. Default is `100%`.
3825
+ */
3826
+ maxWidth?: string;
3827
+ }
3828
+
3829
+ /** Use `TypographyCard` for content that benefits from larger and energetic typography. */
3830
+ declare const TypographyCard: FC<TypographyCardProps>;
3831
+ type TypographyCardIcon = "play" | "arrow";
3832
+ type TypographyCardPathway = "light" | "dark";
3833
+ interface TypographyCardProps {
3834
+ /**
3835
+ * Heading for the TypographyCard.
3836
+ */
3837
+ heading: string;
3838
+ /**
3839
+ * Heading size for the ImpactCard.
3840
+ */
3841
+ headingSize?: CardHeadingSize;
3842
+ /**
3843
+ * Url for the TypographyCard.
3844
+ */
3845
+ url: string;
3846
+ /**
3847
+ * Sets a dark or light background for the TypographyCard.
3848
+ */
3849
+ pathway?: TypographyCardPathway;
3850
+ /**
3851
+ * Icon for the TypographyCard Cta button.
3852
+ */
3853
+ buttonIcon?: TypographyCardIcon;
3854
+ /**
3855
+ * Heading level for the TypographyCard heading.
3856
+ */
3857
+ headingLevel?: HeadingLevel;
3858
+ /**
3859
+ * Uppercase label for the TypographyCard.
3860
+ */
3861
+ label?: string;
3862
+ /**
3863
+ * Click handler for the TypographyCard.
3864
+ */
3865
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement>) => void;
3866
+ /**
3867
+ * Text to show adjacent to the cta, can be either a date or text. Its recommended to pass dates as Date objects so the component can render them correctly.
3868
+ */
3869
+ metaText?: CardFooterProps["metaText"];
3870
+ /**
3871
+ * Sets a minimum height for the TypographyCard.
3872
+ */
3873
+ minHeight?: number;
3874
+ /**
3875
+ * Object of `data-` attributes to render on internal anchor element, e.g.
3876
+ * `{ data-analytics-link: "My link"}` => `<a data-analytics-link="My link">`.
3877
+ */
3878
+ linkData?: {
3879
+ [key: string]: string;
3880
+ };
3881
+ }
3882
+
3883
+ /**
3884
+ * Use `UniversalHeader` to display a group-level page header.
3885
+ */
3886
+ declare const UniversalHeader: FC<UniversalHeaderProps>;
3887
+ declare const UniversalHeaderItem: FC<UniversalHeaderItemProps>;
3888
+ interface UniversalHeaderItemProps {
3889
+ /**
3890
+ * Contents of the UniversalHeaderItem.
3891
+ */
3892
+ children: ReactNode;
3893
+ /**
3894
+ * A URL to link to when the Item is clicked or touched.
3895
+ */
3896
+ href: string;
3897
+ /**
3898
+ * An isActive prop state if the current link is active.
3899
+ */
3900
+ isActive?: boolean;
3901
+ }
3902
+ interface UniversalHeaderProps {
3903
+ /**
3904
+ * Contents of the UniversalHeader Must be
3905
+ * UniversalHeaderItem components.
3906
+ */
3907
+ children: ReactNode;
3908
+ /**
3909
+ * A Slot to accept react node. Any content with this slot will be aligned right.
3910
+ */
3911
+ ContentSlot?: ReactNode;
3912
+ }
3913
+
3914
+ /**
3915
+ * Use `VerticalSpace` to create vertical space between components.
3916
+ */
3917
+ declare const VerticalSpace: FC<VerticalSpaceProps>;
3918
+ type VerticalSpaceSize = "4" | "8" | "12" | "16" | "20" | "24" | "28" | "32" | "40" | "48" | "64" | "96" | "128";
3919
+ interface VerticalSpaceProps {
3920
+ /**
3921
+ * Should the VerticalSpace be visible for debugging and documentation
3922
+ * purposes?
3923
+ */
3924
+ isDebugVisible?: boolean;
3925
+ /**
3926
+ * Size of the VerticalSpace.
3927
+ */
3928
+ size?: VerticalSpaceSize;
3929
+ /**
3930
+ * Size of the VerticalSpace from the small breakpoint upwards.
3931
+ */
3932
+ sizeS?: VerticalSpaceSize;
3933
+ /**
3934
+ * Size of the VerticalSpace from the medium breakpoint upwards.
3935
+ */
3936
+ sizeM?: VerticalSpaceSize;
3937
+ /**
3938
+ * Size of the VerticalSpace from the large breakpoint upwards.
3939
+ */
3940
+ sizeL?: VerticalSpaceSize;
3941
+ /**
3942
+ * Size of the VerticalSpace from the extra large breakpoint upwards.
3943
+ */
3944
+ sizeXL?: VerticalSpaceSize;
3945
+ }
3946
+
3947
+ /**
3948
+ * Use `VideoPlayer` to embed videos from YouTube or Vimeo.
3949
+ */
3950
+ declare const VideoPlayer: React$1.FC<VideoPlayerProps>;
3951
+ interface VideoPlayerProps extends Pick<ReactPlayerProps, "onReady" | "onPlay" | "onStart" | "onPause" | "onEnded" | "onError" | "light"> {
3952
+ url: string;
3953
+ title: string;
3954
+ description: string;
3955
+ isBorderRadius?: boolean;
3956
+ transcriptLink?: {
3957
+ url: string;
3958
+ text: string;
3959
+ fileSize: string;
3960
+ format: string;
3961
+ };
3962
+ transcriptContent?: {
3963
+ heading: string;
3964
+ description: string;
3965
+ content: {
3966
+ heading?: string;
3967
+ text?: string;
3968
+ }[];
3969
+ };
3970
+ isSupportingTextHidden?: boolean;
3971
+ }
3972
+
3973
+ declare const Visible: React$1.FC<VisibleProps>;
3974
+ interface VisibleProps {
3975
+ xs?: boolean;
3976
+ s?: boolean;
3977
+ m?: boolean;
3978
+ l?: boolean;
3979
+ xl?: boolean;
3980
+ children: React$1.ReactNode;
3981
+ }
3982
+
3983
+ /**
3984
+ * Use `VisuallyHidden` to provide text for screen readers that is visually hidden on screen.
3985
+ */
3986
+ declare const VisuallyHidden: FC<VisuallyHiddenProps>;
3987
+ interface VisuallyHiddenProps {
3988
+ /**
3989
+ * Content to be Visually Hidden.
3990
+ */
3991
+ children?: ReactNode;
3992
+ }
3993
+
3994
+ declare const ThumbnailSignpost: React$1.FC<ThumbnailSignpostProps>;
3995
+ interface ThumbnailSignpostProps {
3996
+ /**
3997
+ * Title for the ThumbnailSignpost.
3998
+ */
3999
+ title: string;
4000
+ /**
4001
+ * Text content for the ThumbnailSignpost.
4002
+ */
4003
+ text: string;
4004
+ /**
4005
+ * Button properties in the ThumbnailSignpost.
4006
+ */
4007
+ button: Partial<Pick<ButtonV2Props, "onClick" | "ariaLabel" | "ariaHasPopup" | "ariaExpanded" | "ariaControls" | "target" | "href">> & {
4008
+ label: ButtonV2Props["label"];
4009
+ };
4010
+ /**
4011
+ * Label for the button in the ThumbnailSignpost.
4012
+ */
4013
+ buttonOnClick?: ButtonV2Props["onClick"];
4014
+ /**
4015
+ * Image properties for the ThumbnailSignpost.
4016
+ */
4017
+ img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad">;
4018
+ }
4019
+
4020
+ declare const HorizontalCard: React$1.FC<HorizontalCardProps>;
4021
+ interface HorizontalCardProps {
4022
+ /**
4023
+ * Heading for the HorizontalCard.
4024
+ */
4025
+ heading: string;
4026
+ /**
4027
+ * Heading level for the HorizontalCard heading.
4028
+ */
4029
+ headingLevel?: HeadingLevel;
4030
+ /**
4031
+ * Text content for the HorizontalCard
4032
+ */
4033
+ text: string;
4034
+ /**
4035
+ * Uppercase label for the HorizontalCard.
4036
+ */
4037
+ label?: string;
4038
+ /**
4039
+ * Url for the HorizontalCard. Makes the whole card a link.
4040
+ */
4041
+ url?: string;
4042
+ /**
4043
+ * Image for the HorizontalCard.
4044
+ */
4045
+ img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fit">;
4046
+ /**
4047
+ * Text to show adjacent to the cta, can be either a date or text. Its recommended to pass dates as Date objects so the component can render them correctly.
4048
+ */
4049
+ metaText?: CardFooterProps["metaText"];
4050
+ /**
4051
+ * Click handler for the HorizontalCard. Only applied when a url is provided.
4052
+ */
4053
+ onClick?: (e: React$1.MouseEvent<HTMLAnchorElement>) => void;
4054
+ }
4055
+
4056
+ /**
4057
+ * Use `SiteFooterV2` to display information at the bottom of a page.
4058
+ */
4059
+ declare const SiteFooterV2: FC<SiteFooterV2Props>;
4060
+ interface SiteFooterV2Props {
4061
+ /**
4062
+ * Content of the SiteFooterV2. Must include SiteFooterV2.Utility component and optional SiteFooterV2.Main.
4063
+ */
4064
+ children: ReactNode;
4065
+ /**
4066
+ * Text that appears at the top of the footer. Can be the name of the site, a
4067
+ * brand slogan, or similar.
4068
+ */
4069
+ slogan?: string;
4070
+ }
4071
+
4072
+ declare const SiteFooterV2Main: FC<SiteFooterV2MainProps>;
4073
+ declare const SiteFooterV2ItemGroup: FC<SiteFooterV2ItemGroupProps>;
4074
+ declare const SiteFooterV2Item: FC<SiteFooterV2ItemProps>;
4075
+ interface SiteFooterV2MainProps {
4076
+ /**
4077
+ * Contents of the SiteFooterV2Main. Must be SiteFooterV2.ItemGroup components.
4078
+ */
4079
+ children: ReactNode;
4080
+ /**
4081
+ * Number of columns to render at L+ breakpoints.
4082
+ */
4083
+ columns?: 3 | 4;
4084
+ }
4085
+ interface SiteFooterV2ItemGroupProps {
4086
+ /**
4087
+ * Contents of the SiteFooterV2ItemGroup. Must be SiteFooterV2.Item components.
4088
+ */
4089
+ children?: ReactNode;
4090
+ /**
4091
+ * Title text for the SiteFooterV2ItemGroup.
4092
+ */
4093
+ title?: string;
4094
+ /**
4095
+ * Hide disclosure at medium and small breakpoints.
4096
+ */
4097
+ hideDisclosure?: boolean;
4098
+ }
4099
+ interface SiteFooterV2ItemProps {
4100
+ /**
4101
+ * Contents of the SiteFooterV2Item.
4102
+ */
4103
+ children: ReactNode;
4104
+ /**
4105
+ * A URL to link to when the Item is clicked or touched.
4106
+ */
4107
+ href: string;
4108
+ /**
4109
+ * On click handler.
4110
+ */
4111
+ onClick?: () => void;
4112
+ }
4113
+
4114
+ /**
4115
+ * Use `SiteFooterV2.Utility` to display information at the bottom of a page.
4116
+ */
4117
+ declare const SiteFooterV2Utility: FC<SiteFooterV2UtilityProps>;
4118
+ declare const socialIcons: readonly [typeof ArcIconSocialFacebook, typeof ArcIconSocialInstagram, typeof ArcIconSocialLinkedin, typeof ArcIconSocialX, typeof ArcIconSocialYouTube];
4119
+ declare const subBrands: readonly ["redcare", "wholesale", "ee"];
4120
+ interface SiteFooterV2UtilityProps {
4121
+ /**
4122
+ * T&C links of the SiteFooterV2.Utility. Must be SiteFooterV2.Item components.
4123
+ */
4124
+ children?: ReactNode;
4125
+ /**
4126
+ * Date to show adjacent to the copyright symbol, can be either a date or text. Its recommended to pass dates as Date objects so the component can render them correctly.
4127
+ */
4128
+ copyrightYear?: string | Date;
4129
+ /**
4130
+ * Options for other brands and label.
4131
+ */
4132
+ brand?: {
4133
+ subBrand?: (typeof subBrands)[number];
4134
+ logoLabel?: string;
4135
+ onClick?: () => void;
4136
+ };
4137
+ /**
4138
+ * Add social media links and desired Icons (Facebook, X (Twitter), LinkedIn, Instagram and Youtube).
4139
+ */
4140
+ socialLinks?: {
4141
+ href: string;
4142
+ icon: (typeof socialIcons)[number];
4143
+ ariaLabel: string;
4144
+ }[];
4145
+ /**
4146
+ * A content slot to accept react node. Will override the brand logo.
4147
+ */
4148
+ contentSlot?: ReactNode;
4149
+ }
4150
+
4151
+ /**
4152
+ * @typedef MediaQueryOutputs
4153
+ * @param {boolean} matches - does the document match the media query?
4154
+ */
4155
+ /**
4156
+ * Handle with care!
4157
+ *
4158
+ * If you need to change something in the browser based on @media query, you
4159
+ * probably don’t need this hook. Use CSS media queries instead.
4160
+ *
4161
+ * Sometimes UI requirements are not achievable with CSS media queries alone. In
4162
+ * these rare cases, use this hook to make media query matches available
4163
+ * to React JavaScript code.
4164
+ *
4165
+ * @param {string} mediaQuery - the media query to parse
4166
+ * @returns {MediaQueryOutputs}
4167
+ */
4168
+ declare const useMediaQuery: (mediaQuery: string) => boolean;
4169
+
4170
+ export { Alert, type AlertProps, Align, type AlignProps, type AlignmentValue, AppButton, type AppButtonProps, type RangeSelection as ArcCalendarRangeSelection, type SelectionType as ArcCalendarSelectionType, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, BrandLogo, colors$1 as BrandLogoColors, type BrandLogoProps, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, ButtonV2, type ButtonV2Props, Calendar, type CalendarProps, Carousel, type CarouselProps, Checkbox, type CheckboxProps, type ColumnValue, Columns, ColumnsCol, type ColumnsColProps, type ColumnsProps, ComboBox, type ComboBoxProps, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, type ContentSwitcherDropdownProps, ContentSwitcherList, type ContentSwitcherProps, ContentSwitcherTab, DATE_FORMAT, DatePicker, type DatePickerProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, FilterControls, FilterItem, FilterItems, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, Grid, GridCol, type GridProps, GridRow, type GridValue, Group, GroupItem, type GroupProps, Heading, type HeadingLevel, type HeadingProps, HeroBanner, type HeroBannerProps, HeroButton, type HeroButtonProps, Hidden, type HiddenProps, HorizontalCard, type HorizontalCardProps, Icon, colors as IconColors, type IconProps, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, type ImageProps, ImageSource, type ImageSourceProps, ImpactCard, type ImpactCardProps, InformationCard, type InformationCardProps, Link, type LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Modal, type ModalProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterProps, PosterVideo, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupProps, RadioGroup, RadioGroupButton, RadioGroupInput, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SiteFooter, SiteFooterItem, SiteFooterItemGroup, type SiteFooterProps, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, type SiteHeaderV2Props, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, type SkeletonProps, SkipLink, SkipLinkItem, type Span, Spinner, type SpinnerProps, Surface, type SurfaceBackgroundColor, Context$1 as SurfaceContext, type SurfacePadding, type SurfaceProps, Switch, type SwitchProps, TabbedBanner, type TabbedBannerProps, Tabs, TabsContent, TabsItem, TabsList, type TabsListProps, type TabsProps, Tag, type TagProps, TemplateBanner, type TemplateBannerProps, Text, TextArea, type TextAreaProps, TextInput, type TextInputProps, type TextProps, Theme, ThemeIcon, type ThemeIconNames, type ThemeIconProps, type ThemeProps, type ThemeType, ThumbnailSignpost, type ThumbnailSignpostProps, Toast, ToastNotification, type ToastProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, TypographyCard, type TypographyCardProps, UniversalHeader, UniversalHeaderItem, type UniversalHeaderProps, VerticalSpace, type VerticalSpaceProps, VideoPlayer, type VideoPlayerProps, Visible, type VisibleProps, VisuallyHidden, type VisuallyHiddenProps, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };