@arc-ui/components 12.0.0-beta.22 → 12.0.0-beta.24

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 (425) hide show
  1. package/lib/Alert/Alert.cjs +38 -37
  2. package/lib/Alert/Alert.mjs +38 -37
  3. package/lib/Alert/styles.css +1 -1
  4. package/lib/Align/Align.cjs +4 -3
  5. package/lib/Align/Align.mjs +2 -1
  6. package/lib/Align/styles.css +1 -1
  7. package/lib/AppButton/AppButton.cjs +5 -4
  8. package/lib/AppButton/AppButton.mjs +3 -2
  9. package/lib/AppButton/styles.css +1 -1
  10. package/lib/Avatar/Avatar.cjs +9 -7
  11. package/lib/Avatar/Avatar.mjs +9 -7
  12. package/lib/Avatar/styles.css +1 -1
  13. package/lib/AvatarGroup/AvatarGroup.cjs +14 -12
  14. package/lib/AvatarGroup/AvatarGroup.mjs +9 -7
  15. package/lib/AvatarGroup/styles.css +1 -1
  16. package/lib/Badge/Badge.cjs +3 -2
  17. package/lib/Badge/Badge.mjs +3 -2
  18. package/lib/Badge/styles.css +1 -1
  19. package/lib/Banner/Banner.cjs +14 -12
  20. package/lib/Banner/Banner.mjs +12 -10
  21. package/lib/Box/Box.cjs +4 -3
  22. package/lib/Box/Box.mjs +4 -3
  23. package/lib/Box/styles.css +1 -1
  24. package/lib/BrandLogo/BrandLogo.cjs +4 -3
  25. package/lib/BrandLogo/BrandLogo.mjs +4 -3
  26. package/lib/BrandLogo/styles.css +1 -1
  27. package/lib/Breadcrumbs/Breadcrumbs.cjs +18 -8
  28. package/lib/Breadcrumbs/Breadcrumbs.mjs +16 -6
  29. package/lib/Breadcrumbs/styles.css +1 -1
  30. package/lib/Button/Button.cjs +6 -5
  31. package/lib/Button/Button.mjs +6 -5
  32. package/lib/Button/styles.css +1 -1
  33. package/lib/ButtonGroup/ButtonGroup.cjs +11 -10
  34. package/lib/ButtonGroup/ButtonGroup.mjs +8 -7
  35. package/lib/ButtonGroup/styles.css +1 -1
  36. package/lib/ButtonV2/ButtonV2.cjs +6 -5
  37. package/lib/ButtonV2/ButtonV2.mjs +6 -5
  38. package/lib/ButtonV2/styles.css +1 -1
  39. package/lib/Calendar/Calendar.cjs +12 -10
  40. package/lib/Calendar/Calendar.mjs +12 -10
  41. package/lib/Calendar/styles.css +1 -1
  42. package/lib/CardFooter/CardFooter.cjs +5 -4
  43. package/lib/CardFooter/CardFooter.mjs +5 -4
  44. package/lib/CardFooter/styles.css +1 -1
  45. package/lib/CardHeading/CardHeading.cjs +6 -4
  46. package/lib/CardHeading/CardHeading.mjs +6 -4
  47. package/lib/CardHeading/styles.css +1 -1
  48. package/lib/Carousel/Carousel.cjs +17 -10
  49. package/lib/Carousel/Carousel.mjs +13 -6
  50. package/lib/Carousel/styles.css +1 -1
  51. package/lib/Checkbox/Checkbox.cjs +54 -13
  52. package/lib/Checkbox/Checkbox.mjs +56 -11
  53. package/lib/Checkbox/styles.css +1 -1
  54. package/lib/CheckboxIcon/CheckboxIcon.cjs +19 -0
  55. package/lib/CheckboxIcon/CheckboxIcon.mjs +13 -0
  56. package/lib/CheckboxIcon/styles.css +1 -0
  57. package/lib/ClientSideVisible/ClientSideVisible.cjs +8 -0
  58. package/lib/ClientSideVisible/ClientSideVisible.mjs +2 -0
  59. package/lib/Columns/Columns.cjs +7 -6
  60. package/lib/Columns/Columns.mjs +3 -2
  61. package/lib/Columns/styles.css +1 -1
  62. package/lib/ComboBox/ComboBox.cjs +284 -18
  63. package/lib/ComboBox/ComboBox.mjs +287 -17
  64. package/lib/ComboBox/styles.css +1 -1
  65. package/lib/ContentSwitcher/ContentSwitcher.cjs +8 -8
  66. package/lib/ContentSwitcher/ContentSwitcher.mjs +8 -8
  67. package/lib/ContentSwitcher/styles.css +1 -1
  68. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs +10 -9
  69. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.mjs +10 -9
  70. package/lib/ContentSwitcherDropdown/styles.css +1 -1
  71. package/lib/DatePicker/DatePicker.cjs +365 -51
  72. package/lib/DatePicker/DatePicker.mjs +339 -26
  73. package/lib/DatePicker/styles.css +1 -1
  74. package/lib/Disclosure/Disclosure.cjs +8 -6
  75. package/lib/Disclosure/Disclosure.mjs +6 -4
  76. package/lib/Disclosure/styles.css +1 -1
  77. package/lib/DisclosureMini/DisclosureMini.cjs +6 -5
  78. package/lib/DisclosureMini/DisclosureMini.mjs +6 -5
  79. package/lib/DisclosureMini/styles.css +1 -1
  80. package/lib/Download/Download.cjs +7 -6
  81. package/lib/Download/Download.mjs +7 -6
  82. package/lib/Download/styles.css +1 -1
  83. package/lib/Drawer/Drawer.cjs +154 -18
  84. package/lib/Drawer/Drawer.mjs +154 -18
  85. package/lib/Drawer/styles.css +1 -1
  86. package/lib/Elevation/Elevation.cjs +9 -5
  87. package/lib/Elevation/Elevation.mjs +8 -4
  88. package/lib/Elevation/styles.css +1 -1
  89. package/lib/Filter/Filter.cjs +7 -6
  90. package/lib/Filter/Filter.mjs +4 -3
  91. package/lib/Filter/styles.css +1 -1
  92. package/lib/FormControl/FormControl.cjs +8 -7
  93. package/lib/FormControl/FormControl.mjs +8 -7
  94. package/lib/FormControl/styles.css +1 -1
  95. package/lib/GhostedHeroBanner/GhostedHeroBanner.cjs +12 -10
  96. package/lib/GhostedHeroBanner/GhostedHeroBanner.mjs +10 -8
  97. package/lib/GhostedHeroBanner/styles.css +1 -1
  98. package/lib/GradientPageBackground/GradientPageBackground.cjs +96 -197
  99. package/lib/GradientPageBackground/GradientPageBackground.mjs +96 -197
  100. package/lib/GradientPageBackground/styles.css +1 -1
  101. package/lib/Grid/Grid.cjs +3 -2
  102. package/lib/Grid/Grid.mjs +3 -2
  103. package/lib/Grid/styles.css +1 -1
  104. package/lib/Group/Group.cjs +7 -6
  105. package/lib/Group/Group.mjs +3 -2
  106. package/lib/Group/styles.css +1 -1
  107. package/lib/Heading/Heading.cjs +5 -3
  108. package/lib/Heading/Heading.mjs +5 -3
  109. package/lib/Heading/styles.css +1 -1
  110. package/lib/HeroBanner/HeroBanner.cjs +14 -12
  111. package/lib/HeroBanner/HeroBanner.mjs +14 -12
  112. package/lib/HeroBanner/styles.css +1 -1
  113. package/lib/HeroButton/HeroButton.cjs +78 -9
  114. package/lib/HeroButton/HeroButton.mjs +81 -8
  115. package/lib/HeroButton/styles.css +1 -1
  116. package/lib/Hidden/Hidden.cjs +3 -2
  117. package/lib/Hidden/Hidden.mjs +3 -2
  118. package/lib/Hidden/styles.css +1 -1
  119. package/lib/HorizontalCard/HorizontalCard.cjs +14 -12
  120. package/lib/HorizontalCard/HorizontalCard.mjs +11 -9
  121. package/lib/HorizontalCard/styles.css +1 -1
  122. package/lib/Icon/Icon.cjs +4 -3
  123. package/lib/Icon/Icon.mjs +4 -3
  124. package/lib/Icon/styles.css +1 -1
  125. package/lib/Image/Image.cjs +3 -2
  126. package/lib/Image/Image.mjs +3 -2
  127. package/lib/Image/styles.css +1 -1
  128. package/lib/ImpactCard/ImpactCard.cjs +15 -13
  129. package/lib/ImpactCard/ImpactCard.mjs +13 -11
  130. package/lib/ImpactCard/styles.css +1 -1
  131. package/lib/InformationCard/InformationCard.cjs +32 -22
  132. package/lib/InformationCard/InformationCard.mjs +27 -17
  133. package/lib/InformationCard/styles.css +1 -1
  134. package/lib/Link/Link.cjs +6 -5
  135. package/lib/Link/Link.mjs +6 -5
  136. package/lib/Link/styles.css +1 -1
  137. package/lib/Markup/Markup.cjs +5 -4
  138. package/lib/Markup/Markup.mjs +3 -2
  139. package/lib/Markup/styles.css +1 -1
  140. package/lib/MediaCard/MediaCard.cjs +56 -15
  141. package/lib/MediaCard/MediaCard.mjs +58 -13
  142. package/lib/MediaCard/styles.css +1 -1
  143. package/lib/Menu/Menu.cjs +1513 -73
  144. package/lib/Menu/Menu.mjs +1480 -59
  145. package/lib/Menu/styles.css +1 -1
  146. package/lib/Modal/Modal.cjs +22 -20
  147. package/lib/Modal/Modal.mjs +18 -16
  148. package/lib/Modal/styles.css +1 -1
  149. package/lib/NavigationHeader/NavigationHeader.cjs +859 -114
  150. package/lib/NavigationHeader/NavigationHeader.mjs +836 -91
  151. package/lib/NavigationHeader/styles.css +1 -1
  152. package/lib/Pagination/Pagination.cjs +10 -9
  153. package/lib/Pagination/Pagination.mjs +6 -5
  154. package/lib/Pagination/styles.css +1 -1
  155. package/lib/PaginationSimple/PaginationSimple.cjs +7 -6
  156. package/lib/PaginationSimple/PaginationSimple.mjs +5 -4
  157. package/lib/PaginationSimple/styles.css +1 -1
  158. package/lib/Popover/Popover.cjs +8 -7
  159. package/lib/Popover/Popover.mjs +8 -7
  160. package/lib/Popover/styles.css +1 -1
  161. package/lib/Poster/Poster.cjs +10 -9
  162. package/lib/Poster/Poster.mjs +4 -3
  163. package/lib/Poster/styles.css +1 -1
  164. package/lib/ProgressBar/ProgressBar.cjs +15 -13
  165. package/lib/ProgressBar/ProgressBar.mjs +10 -8
  166. package/lib/ProgressBar/styles.css +1 -1
  167. package/lib/ProgressStepper/ProgressStepper.cjs +6 -6
  168. package/lib/ProgressStepper/ProgressStepper.mjs +6 -6
  169. package/lib/ProgressStepper/styles.css +1 -1
  170. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.cjs +142 -11
  171. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +144 -9
  172. package/lib/ProgressStepperOverflow/styles.css +1 -1
  173. package/lib/RadioCardGroup/RadioCardGroup.cjs +57 -15
  174. package/lib/RadioCardGroup/RadioCardGroup.mjs +55 -14
  175. package/lib/RadioCardGroup/styles.css +1 -1
  176. package/lib/RadioGroup/RadioGroup.cjs +59 -15
  177. package/lib/RadioGroup/RadioGroup.mjs +56 -13
  178. package/lib/RadioGroup/styles.css +1 -1
  179. package/lib/Rule/Rule.cjs +4 -3
  180. package/lib/Rule/Rule.mjs +4 -3
  181. package/lib/Rule/styles.css +1 -1
  182. package/lib/ScrollToTop/ScrollToTop.cjs +11 -18
  183. package/lib/ScrollToTop/ScrollToTop.mjs +11 -18
  184. package/lib/ScrollToTop/styles.css +1 -1
  185. package/lib/Section/Section.cjs +3 -2
  186. package/lib/Section/Section.mjs +3 -2
  187. package/lib/Section/styles.css +1 -1
  188. package/lib/Select/Select.cjs +25 -17
  189. package/lib/Select/Select.mjs +25 -17
  190. package/lib/Select/styles.css +1 -1
  191. package/lib/SemanticHeading/SemanticHeading.cjs +10 -0
  192. package/lib/SemanticHeading/SemanticHeading.mjs +4 -0
  193. package/lib/SemanticHeading/styles.css +1 -0
  194. package/lib/SiteFooter/SiteFooter.cjs +13 -12
  195. package/lib/SiteFooter/SiteFooter.mjs +7 -6
  196. package/lib/SiteFooter/styles.css +1 -1
  197. package/lib/SiteFooterV2/SiteFooterV2.cjs +28 -26
  198. package/lib/SiteFooterV2/SiteFooterV2.mjs +15 -13
  199. package/lib/SiteFooterV2/styles.css +1 -1
  200. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +457 -31
  201. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +440 -15
  202. package/lib/SiteHeaderV2/styles.css +1 -1
  203. package/lib/Skeleton/Skeleton.cjs +4 -3
  204. package/lib/Skeleton/Skeleton.mjs +2 -1
  205. package/lib/Skeleton/styles.css +1 -1
  206. package/lib/SkipLink/SkipLink.cjs +5 -4
  207. package/lib/SkipLink/SkipLink.mjs +4 -3
  208. package/lib/SkipLink/styles.css +1 -1
  209. package/lib/Spinner/Spinner.cjs +3 -2
  210. package/lib/Spinner/Spinner.mjs +3 -2
  211. package/lib/Spinner/styles.css +1 -1
  212. package/lib/Surface/Surface.cjs +3 -2
  213. package/lib/Surface/Surface.mjs +3 -2
  214. package/lib/Surface/styles.css +1 -1
  215. package/lib/Switch/Switch.cjs +14 -13
  216. package/lib/Switch/Switch.mjs +12 -11
  217. package/lib/Switch/styles.css +1 -1
  218. package/lib/TabbedBanner/TabbedBanner.cjs +27 -26
  219. package/lib/TabbedBanner/TabbedBanner.mjs +23 -22
  220. package/lib/TabbedBanner/styles.css +1 -1
  221. package/lib/Tabs/Tabs.cjs +12 -11
  222. package/lib/Tabs/Tabs.mjs +6 -5
  223. package/lib/Tabs/styles.css +1 -1
  224. package/lib/Tag/Tag.cjs +18 -15
  225. package/lib/Tag/Tag.mjs +17 -14
  226. package/lib/Tag/styles.css +1 -1
  227. package/lib/TemplateBanner/TemplateBanner.cjs +12 -10
  228. package/lib/TemplateBanner/TemplateBanner.mjs +12 -10
  229. package/lib/TemplateBanner/styles.css +1 -1
  230. package/lib/Text/Text.cjs +4 -3
  231. package/lib/Text/Text.mjs +4 -3
  232. package/lib/Text/styles.css +1 -1
  233. package/lib/TextArea/TextArea.cjs +12 -62
  234. package/lib/TextArea/TextArea.mjs +10 -60
  235. package/lib/TextArea/styles.css +1 -1
  236. package/lib/TextInput/TextInput.cjs +10 -9
  237. package/lib/TextInput/TextInput.mjs +10 -9
  238. package/lib/TextInput/styles.css +1 -1
  239. package/lib/Theme/Theme.cjs +5 -4
  240. package/lib/Theme/Theme.mjs +3 -2
  241. package/lib/Theme/styles.css +1 -1
  242. package/lib/ThemeIcon/ThemeIcon.cjs +4 -3
  243. package/lib/ThemeIcon/ThemeIcon.mjs +4 -3
  244. package/lib/ThemeIcon/styles.css +1 -1
  245. package/lib/ThumbnailSignpost/ThumbnailSignpost.cjs +12 -11
  246. package/lib/ThumbnailSignpost/ThumbnailSignpost.mjs +8 -7
  247. package/lib/ThumbnailSignpost/styles.css +1 -1
  248. package/lib/Toast/Toast.cjs +12 -9
  249. package/lib/Toast/Toast.mjs +9 -6
  250. package/lib/Toast/styles.css +1 -1
  251. package/lib/Tooltip/Tooltip.cjs +6 -5
  252. package/lib/Tooltip/Tooltip.mjs +6 -5
  253. package/lib/Tooltip/styles.css +1 -1
  254. package/lib/Truncate/Truncate.cjs +4 -3
  255. package/lib/Truncate/Truncate.mjs +2 -1
  256. package/lib/Truncate/styles.css +1 -1
  257. package/lib/TypographyCard/TypographyCard.cjs +13 -11
  258. package/lib/TypographyCard/TypographyCard.mjs +12 -10
  259. package/lib/TypographyCard/styles.css +1 -1
  260. package/lib/UniversalHeader/UniversalHeader.cjs +7 -6
  261. package/lib/UniversalHeader/UniversalHeader.mjs +3 -2
  262. package/lib/UniversalHeader/styles.css +1 -1
  263. package/lib/VerticalSpace/VerticalSpace.cjs +3 -2
  264. package/lib/VerticalSpace/VerticalSpace.mjs +3 -2
  265. package/lib/VerticalSpace/styles.css +1 -1
  266. package/lib/VideoPlayer/VideoPlayer.cjs +27 -26
  267. package/lib/VideoPlayer/VideoPlayer.mjs +26 -25
  268. package/lib/VideoPlayer/styles.css +1 -1
  269. package/lib/Visible/Visible.cjs +3 -2
  270. package/lib/Visible/Visible.mjs +3 -2
  271. package/lib/Visible/styles.css +1 -1
  272. package/lib/VisuallyHidden/VisuallyHidden.cjs +3 -2
  273. package/lib/VisuallyHidden/VisuallyHidden.mjs +3 -2
  274. package/lib/VisuallyHidden/styles.css +1 -1
  275. package/lib/_shared/cjs/{Avatar-CrUioj_6.cjs → Avatar-CecZTQdk.cjs} +11 -10
  276. package/lib/_shared/cjs/Badge-DX5PjtiZ.cjs +15 -0
  277. package/lib/_shared/cjs/BannerImage-qK8-w9rt.cjs +13 -0
  278. package/lib/_shared/cjs/{Box-COPXU1Jf.cjs → Box-Va2g7Gdp.cjs} +5 -4
  279. package/lib/_shared/cjs/{BrandLogo-D5wlIFmm.cjs → BrandLogo-coNfTwRv.cjs} +5 -4
  280. package/lib/_shared/cjs/{Button-uD9mR8w-.cjs → Button-MXE2zSmS.cjs} +9 -8
  281. package/lib/_shared/cjs/ButtonV2-BJlwsXlN.cjs +58 -0
  282. package/lib/_shared/cjs/{Calendar-B-va25n2.cjs → Calendar-CFUNKEyb.cjs} +35 -41
  283. package/lib/_shared/cjs/{CardFooter-ChphRFHe.cjs → CardFooter-BPtRFaCy.cjs} +5 -16
  284. package/lib/_shared/cjs/{CardHeading-Cl0D1Khp.cjs → CardHeading-1-dcxBUr.cjs} +4 -3
  285. package/lib/_shared/cjs/CheckboxIcon-B94mtYCX.cjs +52 -0
  286. package/lib/_shared/cjs/ClientSideVisible-BhW-T6kb.cjs +16 -0
  287. package/lib/_shared/cjs/{Combination-B-rSVLfT.cjs → Combination-6m6aOXZq.cjs} +9 -9
  288. package/lib/_shared/cjs/{ContentSwitcherDropdown-U5ZTbJTe.cjs → ContentSwitcherDropdown-BtEnzdMw.cjs} +23 -12
  289. package/lib/_shared/cjs/{ContentSwitcherList-bCEzIPN2.cjs → ContentSwitcherList-BgAW2IhJ.cjs} +19 -7
  290. package/lib/_shared/cjs/{DisclosureMini-CtvDxVaG.cjs → DisclosureMini-KEuIc8tE.cjs} +7 -6
  291. package/lib/_shared/cjs/{Download-CrIytI74.cjs → Download-NY3tbv9Q.cjs} +8 -5
  292. package/lib/_shared/cjs/{FormControl-BPnKQrCm.cjs → FormControl-DiERJpGW.cjs} +16 -13
  293. package/lib/_shared/cjs/GridRow-l_SePUqV.cjs +45 -0
  294. package/lib/_shared/cjs/{Heading-BEMSkLYR.cjs → Heading-CoiZ2EmD.cjs} +7 -8
  295. package/lib/_shared/cjs/{Hidden-Vsv1-xWO.cjs → Hidden-BN0Q0NpZ.cjs} +4 -3
  296. package/lib/_shared/cjs/{Icon-CzhyKqMd.cjs → Icon-Dk2XHa7V.cjs} +5 -4
  297. package/lib/_shared/cjs/{Image-C1pcrfnN.cjs → Image-CSe0KpDN.cjs} +8 -7
  298. package/lib/_shared/cjs/{Link-7xUgVf1I.cjs → Link-PWpx-rRO.cjs} +13 -10
  299. package/lib/_shared/cjs/{Popover-C5mmMkYU.cjs → Popover-hpvmhKV8.cjs} +9 -7
  300. package/lib/_shared/cjs/{ProgressStepper-BL9Y5c4X.cjs → ProgressStepper-DTZQabiV.cjs} +142 -10
  301. package/lib/_shared/cjs/{Rule-DMQsi2L6.cjs → Rule-jmvOpci7.cjs} +4 -3
  302. package/lib/_shared/cjs/{Section-wUVdzmGA.cjs → Section-BorWFfNe.cjs} +4 -3
  303. package/lib/_shared/cjs/SemanticHeading-BPXN_z49.cjs +12 -0
  304. package/lib/_shared/cjs/Spinner-427lpnHI.cjs +17 -0
  305. package/lib/_shared/cjs/{Surface-BFx1yNsq.cjs → Surface-DIU5ciDT.cjs} +6 -5
  306. package/lib/_shared/cjs/{TemplateBanner-CImrJ9ON.cjs → TemplateBanner-BlmWfDQD.cjs} +15 -14
  307. package/lib/_shared/cjs/{Text-Cr5nmYmx.cjs → Text-jwsn80lQ.cjs} +5 -4
  308. package/lib/_shared/cjs/{TextInput-ByySubi5.cjs → TextInput-B0JrZhOo.cjs} +13 -12
  309. package/lib/_shared/cjs/{ThemeIcon-BoxbjTaQ.cjs → ThemeIcon-Def4RZfK.cjs} +5 -4
  310. package/lib/_shared/cjs/{Tooltip-BPHL0ELI.cjs → Tooltip-CEb7YEP2.cjs} +10 -9
  311. package/lib/_shared/cjs/{VerticalSpace-BJvST6WP.cjs → VerticalSpace-DLQUYsvc.cjs} +5 -3
  312. package/lib/_shared/cjs/{Visible-vchtZSfm.cjs → Visible-DZWtZ5qG.cjs} +4 -3
  313. package/lib/_shared/cjs/VisuallyHidden-CQg3cOVK.cjs +15 -0
  314. package/lib/_shared/cjs/{arc-breakpoints-DWUgmeLA.cjs → arc-breakpoints-BDA1EnFK.cjs} +11 -1
  315. package/lib/_shared/cjs/filter-attrs-D19P2s1V.cjs +15 -0
  316. package/lib/_shared/cjs/{index-Dv1xvB_E.cjs → index-BGGFOAAx.cjs} +1 -1
  317. package/lib/_shared/cjs/{index-CaO6cOF0.cjs → index-BWfgSvRQ.cjs} +3 -3
  318. package/lib/_shared/cjs/{index-C_Rl7v2g.cjs → index-CDVpHNP8.cjs} +3 -3
  319. package/lib/_shared/cjs/{index-EFXw1jWg.cjs → index-CklPiHsS.cjs} +1 -1
  320. package/lib/_shared/cjs/{index-DAr_oO4-.cjs → index-D9onmVh5.cjs} +2 -2
  321. package/lib/_shared/cjs/{index-Bt7hfZBc.cjs → index-KrMgv4q_.cjs} +1 -1
  322. package/lib/_shared/cjs/{index.es-DlNskPlN.cjs → index.es-VcVPUNjD.cjs} +1 -1
  323. package/lib/_shared/cjs/{filter-attrs-eK6E_34o.cjs → tslib.es6-CCZ3TN_7.cjs} +0 -13
  324. package/lib/_shared/cjs/use-media-query-DqZqShGX.cjs +58 -0
  325. package/lib/_shared/esm/{Avatar-Fb1E5MA9.mjs → Avatar-Cyqjgj85.mjs} +6 -5
  326. package/lib/_shared/esm/{Badge-BZ7E0zcQ.mjs → Badge-C_3PBa0p.mjs} +2 -1
  327. package/lib/_shared/esm/{BannerImage-BTsixvUH.mjs → BannerImage-CgjgaYkJ.mjs} +2 -2
  328. package/lib/_shared/esm/{Box-BYm_GTct.mjs → Box-C8iK8x5c.mjs} +3 -2
  329. package/lib/_shared/esm/{BrandLogo-_2Z_8I2Y.mjs → BrandLogo-Dc-d_8ZN.mjs} +3 -2
  330. package/lib/_shared/esm/{Button-BxuM3_gz.mjs → Button-BpQQut8P.mjs} +5 -4
  331. package/lib/_shared/esm/{ButtonV2-DwYBAojW.mjs → ButtonV2-C4a_kkhh.mjs} +16 -13
  332. package/lib/_shared/esm/{Calendar-Bd2_eT1Y.mjs → Calendar-CFdUlPXh.mjs} +14 -20
  333. package/lib/_shared/esm/{CardFooter-fsAY4cc6.mjs → CardFooter-BpVSztgE.mjs} +5 -16
  334. package/lib/_shared/esm/{CardHeading-_setRRjq.mjs → CardHeading-q6k7obu0.mjs} +4 -3
  335. package/lib/_shared/esm/CheckboxIcon-Bzto2Tke.mjs +50 -0
  336. package/lib/_shared/esm/ClientSideVisible-D_iBE-3U.mjs +14 -0
  337. package/lib/_shared/esm/{Combination-BpO6XTeS.mjs → Combination-BQ4XBtF-.mjs} +1 -1
  338. package/lib/_shared/esm/{ContentSwitcherDropdown-BCkuAfwC.mjs → ContentSwitcherDropdown-DgrN4Bdb.mjs} +21 -10
  339. package/lib/_shared/esm/{ContentSwitcherList-bCQz0qkU.mjs → ContentSwitcherList-i4m4nAzP.mjs} +15 -4
  340. package/lib/_shared/esm/{DisclosureMini-B9LzsQC2.mjs → DisclosureMini-ClSe9sSt.mjs} +5 -4
  341. package/lib/_shared/esm/{Download-DFz_1HCG.mjs → Download-BD8Bigeq.mjs} +8 -5
  342. package/lib/_shared/esm/{FormControl-CWyrVi1u.mjs → FormControl-Pc1aHUNM.mjs} +13 -10
  343. package/lib/_shared/esm/{GridRow-Ddt5CtFn.mjs → GridRow-vjacXnq0.mjs} +3 -2
  344. package/lib/_shared/esm/{Heading-CxHWefi7.mjs → Heading-B9cbwfoz.mjs} +7 -8
  345. package/lib/_shared/esm/{Hidden-DsrAaC0z.mjs → Hidden-CGRhG3dU.mjs} +2 -1
  346. package/lib/_shared/esm/{Icon-CcPOJcQm.mjs → Icon-CCUbr_AO.mjs} +3 -2
  347. package/lib/_shared/esm/{Image-Dl8oH1Rn.mjs → Image-LemsonUX.mjs} +4 -3
  348. package/lib/_shared/esm/{Link-Biyg9qBH.mjs → Link-ogbR4K3O.mjs} +8 -5
  349. package/lib/_shared/esm/{Popover-8FfvgL4c.mjs → Popover-D0ePWPz_.mjs} +8 -6
  350. package/lib/_shared/esm/{ProgressStepper-CLBtBNy2.mjs → ProgressStepper-CujHLQsm.mjs} +137 -5
  351. package/lib/_shared/esm/{Rule-3gdMHH-R.mjs → Rule-I1w3EaZi.mjs} +3 -2
  352. package/lib/_shared/esm/{Section-DDygQ5Az.mjs → Section-COc1l3mp.mjs} +4 -3
  353. package/lib/_shared/esm/SemanticHeading-1tLcSJYD.mjs +10 -0
  354. package/lib/_shared/esm/{Spinner-Cd7LiPTy.mjs → Spinner-DvngCIwx.mjs} +2 -1
  355. package/lib/_shared/esm/{Surface-Colbp3Zx.mjs → Surface-C69KVzkY.mjs} +2 -1
  356. package/lib/_shared/esm/{TemplateBanner-DeHjliNP.mjs → TemplateBanner-DEYOSosH.mjs} +12 -11
  357. package/lib/_shared/esm/{Text-CBlnm5CT.mjs → Text-BAzOkkzN.mjs} +3 -2
  358. package/lib/_shared/esm/{TextInput-Dk7qNGoh.mjs → TextInput-CjDG2cIX.mjs} +8 -7
  359. package/lib/_shared/esm/{ThemeIcon-CN_Ed5b1.mjs → ThemeIcon-B0SruPZC.mjs} +3 -2
  360. package/lib/_shared/esm/{Tooltip-Dc82Ht7G.mjs → Tooltip-BpSzN3Tx.mjs} +7 -6
  361. package/lib/_shared/esm/{VerticalSpace-Duhm0zXP.mjs → VerticalSpace-BLWB02I7.mjs} +4 -2
  362. package/lib/_shared/esm/{Visible-B13QJn7R.mjs → Visible-B0d79VWZ.mjs} +2 -1
  363. package/lib/_shared/esm/{VisuallyHidden-DqAgoqJo.mjs → VisuallyHidden-aSQ4RA1o.mjs} +2 -1
  364. package/lib/_shared/esm/arc-breakpoints-Bs-at7wk.mjs +26 -0
  365. package/lib/_shared/esm/filter-attrs-v_SweZXP.mjs +13 -0
  366. package/lib/_shared/esm/{index-DLovItWo.mjs → index-BFKdmv_g.mjs} +1 -1
  367. package/lib/_shared/esm/{index-BDWwJ5x2.mjs → index-BWkI4Dwz.mjs} +1 -1
  368. package/lib/_shared/esm/{index-J5IHetgg.mjs → index-CN4hP3Wu.mjs} +2 -2
  369. package/lib/_shared/esm/{index-CxrL7jIX.mjs → index-Do2wfP-X.mjs} +3 -3
  370. package/lib/_shared/esm/{index-DXTwueLZ.mjs → index-GCEHSsY8.mjs} +1 -1
  371. package/lib/_shared/esm/{index-BbAu4d3T.mjs → index-u47CK8Y0.mjs} +1 -1
  372. package/lib/_shared/esm/{index-CYUcQl4W.mjs → index-vnVJe9rH.mjs} +3 -3
  373. package/lib/_shared/esm/{index.es-C3WqfFKH.mjs → index.es-tyrXzvpp.mjs} +2 -2
  374. package/lib/_shared/esm/{filter-attrs-B6CM-NUr.mjs → tslib.es6-w7hdJ3oZ.mjs} +1 -13
  375. package/lib/_shared/esm/use-media-query-BmsMeo2M.mjs +56 -0
  376. package/lib/index.cjs +1244 -999
  377. package/lib/index.cjs.map +1 -1
  378. package/lib/index.d.cts +349 -142
  379. package/lib/index.d.mts +349 -142
  380. package/lib/index.js.map +1 -1
  381. package/lib/index.mjs +1244 -1001
  382. package/lib/index.mjs.map +1 -1
  383. package/lib/styles.css +6 -14
  384. package/lib/use-media-query/use-media-query.cjs +1 -1
  385. package/lib/use-media-query/use-media-query.mjs +1 -1
  386. package/package.json +9 -8
  387. package/lib/_shared/cjs/Badge-CQVEPH9v.cjs +0 -14
  388. package/lib/_shared/cjs/BannerImage-kdAKagG-.cjs +0 -13
  389. package/lib/_shared/cjs/BreadcrumbsLink-CDmk3Y3m.cjs +0 -18
  390. package/lib/_shared/cjs/ButtonV2-Bta5SVVY.cjs +0 -55
  391. package/lib/_shared/cjs/Checkbox-DfZMjO1Y.cjs +0 -88
  392. package/lib/_shared/cjs/ComboBox-BGUhlqx1.cjs +0 -281
  393. package/lib/_shared/cjs/ContentSwitcherTab-B387Qs3I.cjs +0 -14
  394. package/lib/_shared/cjs/DatePicker-Dt4faA_N.cjs +0 -334
  395. package/lib/_shared/cjs/GridRow-BW2ZGtND.cjs +0 -44
  396. package/lib/_shared/cjs/HeroButton-CrzkTUwP.cjs +0 -82
  397. package/lib/_shared/cjs/MediaCard-BEZFbiYO.cjs +0 -57
  398. package/lib/_shared/cjs/MenuItemMultiLevelContent-vLr6hSBm.cjs +0 -1328
  399. package/lib/_shared/cjs/ProgressStepperOverflow-BAGZNC26.cjs +0 -142
  400. package/lib/_shared/cjs/RadioCardGroupInput-CeUM3yPS.cjs +0 -53
  401. package/lib/_shared/cjs/RadioGroupInput-w2qkfsnG.cjs +0 -54
  402. package/lib/_shared/cjs/SiteHeaderV2NavItemWithSubNav-CagFKPEa.cjs +0 -445
  403. package/lib/_shared/cjs/Spinner-bbrOwxv2.cjs +0 -16
  404. package/lib/_shared/cjs/VisuallyHidden-B4XCvPYP.cjs +0 -14
  405. package/lib/_shared/cjs/index-CqYNiqix.cjs +0 -137
  406. package/lib/_shared/cjs/kebabCase-D5yA6u-V.cjs +0 -743
  407. package/lib/_shared/cjs/keynames-Cx13-hWr.cjs +0 -8
  408. package/lib/_shared/cjs/use-media-query-BsUfHjPZ.cjs +0 -41
  409. package/lib/_shared/esm/BreadcrumbsLink-BxTurGNa.mjs +0 -16
  410. package/lib/_shared/esm/Checkbox-CwOHzlQF.mjs +0 -86
  411. package/lib/_shared/esm/ComboBox-CRlJjeev.mjs +0 -279
  412. package/lib/_shared/esm/ContentSwitcherTab-CfC3PGeZ.mjs +0 -12
  413. package/lib/_shared/esm/DatePicker-DT4OEzxP.mjs +0 -324
  414. package/lib/_shared/esm/HeroButton-jdjjV_Gf.mjs +0 -80
  415. package/lib/_shared/esm/MediaCard-DqMaNWsE.mjs +0 -55
  416. package/lib/_shared/esm/MenuItemMultiLevelContent-JTOHqpzg.mjs +0 -1296
  417. package/lib/_shared/esm/ProgressStepperOverflow-fPkLltVO.mjs +0 -140
  418. package/lib/_shared/esm/RadioCardGroupInput-D7W28geB.mjs +0 -50
  419. package/lib/_shared/esm/RadioGroupInput-zAWSV29m.mjs +0 -50
  420. package/lib/_shared/esm/SiteHeaderV2NavItemWithSubNav-CxGwdV6u.mjs +0 -439
  421. package/lib/_shared/esm/arc-breakpoints-D5hR5m3t.mjs +0 -21
  422. package/lib/_shared/esm/index-CL6dwOYV.mjs +0 -135
  423. package/lib/_shared/esm/kebabCase-CCEMRBfd.mjs +0 -737
  424. package/lib/_shared/esm/keynames-B5whqsjh.mjs +0 -8
  425. package/lib/_shared/esm/use-media-query-DmKuIDEM.mjs +0 -39
package/lib/index.d.cts CHANGED
@@ -1,4 +1,5 @@
1
1
  import React, { FC, ReactNode, HTMLAttributes, MouseEvent as MouseEvent$1, ChangeEvent, ReactElement } from 'react';
2
+ import { ArcGradient } from '@arc-ui/gradients';
2
3
  import { ImageProps as ImageProps$1 } from 'src/components/Image/Image';
3
4
  import { VideoPlayerProps as VideoPlayerProps$1 } from 'src/components/VideoPlayer';
4
5
  import { SwitchProps as SwitchProps$1 } from '@radix-ui/react-switch';
@@ -79,56 +80,11 @@ interface LinkProps$1 {
79
80
  children: string;
80
81
  }
81
82
 
82
- /**
83
- * Use `Heading` to display heading text.
84
- */
85
- declare const Heading: FC<HeadingProps>;
86
- type HeadingCasing = "auto" | "none";
87
- type HeadingColor = "auto" | "brand";
88
- type HeadingLevel = "1" | "2" | "3" | "4" | "5" | "6";
89
- type HeadingSize = "xxxs" | "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl";
90
- interface HeadingProps {
91
- /**
92
- * Text alignment of the Heading.
93
- */
94
- align?: "left" | "center" | "right";
95
- /**
96
- * Typographic casing of the Heading.
97
- */
98
- casing?: HeadingCasing;
99
- /**
100
- * Text and inline markup to display in the Heading.
101
- */
102
- children: ReactNode;
103
- /**
104
- * The color of the Heading.
105
- */
106
- color?: HeadingColor;
107
- /**
108
- * Id for the Heading.
109
- */
110
- id?: string;
111
- /**
112
- * HTML section heading level. If not provided, the Heading will render as
113
- * a span.
114
- */
115
- level?: HeadingLevel;
116
- /**
117
- * Typographic size of the Heading.
118
- */
119
- size?: HeadingSize;
120
- /**
121
- * Whether the Heading is displayed inline.
122
- */
123
- isInline?: boolean;
124
- /**
125
- * Determine if the heading should change size depending on the breakpoint. Default is `true`
126
- */
127
- isResponsive?: boolean;
128
- /**
129
- * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee`
130
- */
131
- fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended" | "overline";
83
+ declare const SemanticHeading: React.FC<SemanticHeadingProps>;
84
+ type SemanticHeadingLevel = "1" | "2" | "3" | "4" | "5" | "6";
85
+ interface SemanticHeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
86
+ level?: SemanticHeadingLevel;
87
+ children: React.ReactNode;
132
88
  }
133
89
 
134
90
  /** Use `Alert` to inform the user of important changes or actions. */
@@ -142,7 +98,7 @@ interface AlertProps {
142
98
  /**
143
99
  * Determine a level for the heading`
144
100
  */
145
- headingLevel: HeadingLevel;
101
+ headingLevel: SemanticHeadingLevel;
146
102
  /**
147
103
  * Determine a description for `<Alert />`
148
104
  */
@@ -175,6 +131,10 @@ interface AlertProps {
175
131
  * Focus will be set on the alert when the component mounts, defaults to false.
176
132
  */
177
133
  autoFocusOnMount?: boolean;
134
+ /**
135
+ * Optional alternative role to allow the alert to not be read out by screen readers.
136
+ */
137
+ role?: "alert" | "presentation";
178
138
  }
179
139
  type AlertStatus = "general" | "error" | "warning" | "success";
180
140
 
@@ -223,7 +183,7 @@ interface ImageSourceProps {
223
183
  declare const fitOptions: readonly ["cover"];
224
184
  declare const loadingOptions: readonly ["eager", "lazy"];
225
185
  declare const overlayOptions: readonly ["scrimBottomDark"];
226
- interface ImageProps extends HTMLAttributes<HTMLElement> {
186
+ interface ImageProps extends React.ImgHTMLAttributes<HTMLImageElement> {
227
187
  /**
228
188
  * Alternative text for the Image, shown if the image cannot be displayed.
229
189
  */
@@ -254,6 +214,10 @@ interface ImageProps extends HTMLAttributes<HTMLElement> {
254
214
  * If true the image will fade in when its loaded, resulting in a smooth user experience.
255
215
  */
256
216
  fadeOnLoad?: boolean;
217
+ /**
218
+ * set how the browser should prioritize fetching a particular image relative to other images.
219
+ */
220
+ fetchPriority?: "low" | "high" | "auto";
257
221
  /**
258
222
  * Loading behaviour of the Image.
259
223
  */
@@ -333,7 +297,63 @@ interface BadgeProps {
333
297
  ariaRole?: "status" | "alert";
334
298
  }
335
299
 
336
- interface BannerImageProps extends Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad" | "fit"> {
300
+ /**
301
+ * Use `Heading` to display heading text.
302
+ */
303
+ declare const Heading: FC<HeadingProps>;
304
+ type HeadingCasing = "auto" | "none";
305
+ type HeadingColor = "auto" | "brand";
306
+ type HeadingLevel = SemanticHeadingLevel;
307
+ type HeadingSize = "xxxs" | "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | "xxxl";
308
+ interface HeadingProps {
309
+ /**
310
+ * Text alignment of the Heading.
311
+ */
312
+ align?: "left" | "center" | "right";
313
+ /**
314
+ * Typographic casing of the Heading.
315
+ */
316
+ casing?: HeadingCasing;
317
+ /**
318
+ * Text and inline markup to display in the Heading.
319
+ */
320
+ children: ReactNode;
321
+ /**
322
+ * The color of the Heading.
323
+ */
324
+ color?: HeadingColor;
325
+ /**
326
+ * Id for the Heading.
327
+ */
328
+ id?: string;
329
+ /**
330
+ * HTML section heading level. If not provided, the Heading will render as
331
+ * a span.
332
+ */
333
+ level?: HeadingLevel;
334
+ /**
335
+ * Typographic size of the Heading.
336
+ */
337
+ size?: HeadingSize;
338
+ /**
339
+ * Whether the Heading is displayed inline.
340
+ */
341
+ isInline?: boolean;
342
+ /**
343
+ * Whether long words should be wrapped.
344
+ */
345
+ isWordWrap?: boolean;
346
+ /**
347
+ * Determine if the heading should change size depending on the breakpoint. Default is `true`
348
+ */
349
+ isResponsive?: boolean;
350
+ /**
351
+ * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee`
352
+ */
353
+ fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended" | "overline";
354
+ }
355
+
356
+ interface BannerImageProps extends Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad" | "fit" | "anchor" | "fetchPriority"> {
337
357
  ariaHidden?: boolean;
338
358
  sources?: Pick<ImageSourceProps, "media" | "sizes" | "srcSet">[];
339
359
  }
@@ -390,13 +410,13 @@ interface TemplateBannerProps {
390
410
  */
391
411
  children?: React.ReactNode;
392
412
  /**
393
- * Heading level for the ImpactCard heading.
413
+ * Heading level for the Banner heading.
394
414
  */
395
415
  headingLevel?: HeadingLevel;
396
416
  /**
397
- * Heading size for the ImpactCard heading.
417
+ * Heading size for the Banner heading.
398
418
  */
399
- headingSize?: Extract<HeadingSize, "m" | "xl">;
419
+ headingSize?: Extract<HeadingSize, "m" | "xl" | "xxl">;
400
420
  /**
401
421
  * Uppercase label for the TemplateBanner.
402
422
  */
@@ -421,6 +441,14 @@ interface TemplateBannerProps {
421
441
  * If `true`, the element expands to match the full vertical height of its parent container.
422
442
  */
423
443
  fullHeight?: boolean;
444
+ /**
445
+ * Add a heading level for the label.
446
+ */
447
+ labelLevel?: HeadingLevel;
448
+ /**
449
+ * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee`
450
+ */
451
+ fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended";
424
452
  }
425
453
 
426
454
  declare const Banner: FC<BannerProps>;
@@ -775,6 +803,10 @@ interface ButtonV2Props extends ButtonV2ElementProps, LinkElementProps$1 {
775
803
  * Render icon within `ButtonV2`
776
804
  */
777
805
  icon?: string;
806
+ /**
807
+ * Render icon within `ButtonV2` when the button is active.
808
+ */
809
+ iconActive?: string;
778
810
  /**
779
811
  * Determine the style position for the icon. Default is `afterText`
780
812
  */
@@ -936,7 +968,7 @@ interface CarouselProps {
936
968
  * Use `Checkbox` to allow users to select individual options.
937
969
  */
938
970
  declare const Checkbox: FC<CheckboxProps>;
939
- type CheckedProps = {
971
+ type CheckedProps$1 = {
940
972
  /**
941
973
  * Is the input checked?
942
974
  */
@@ -950,11 +982,15 @@ type CheckedProps = {
950
982
  */
951
983
  indeterminate?: boolean;
952
984
  };
953
- interface CheckboxProps extends Omit<CheckedProps, "defaultChecked"> {
985
+ interface CheckboxProps extends Omit<CheckedProps$1, "defaultChecked"> {
954
986
  /**
955
987
  * Error message for the Checkbox.
956
988
  */
957
989
  errorMessage?: string;
990
+ /**
991
+ * Show error state for checkbox, useful if used within a group of checkboxes.
992
+ */
993
+ isError?: boolean;
958
994
  /**
959
995
  * Helper text for the Checkbox, shown below the label.
960
996
  */
@@ -1004,6 +1040,69 @@ interface CheckboxProps extends Omit<CheckedProps, "defaultChecked"> {
1004
1040
  * Value for the Checkbox.
1005
1041
  */
1006
1042
  value?: string;
1043
+ /**
1044
+ * Provide the "alert" role to the errorMessage.
1045
+ */
1046
+ isErrorAlert?: boolean;
1047
+ }
1048
+
1049
+ declare const CheckboxIcon: React.FC<CheckboxIconProps>;
1050
+ type CheckedProps = {
1051
+ /**
1052
+ * Is the input checked?
1053
+ */
1054
+ checked?: boolean;
1055
+ /**
1056
+ * The initial checked state of the Checkbox.
1057
+ */
1058
+ defaultChecked?: boolean;
1059
+ /**
1060
+ * sets the state of the Checkbox to be indeterminate
1061
+ */
1062
+ indeterminate?: boolean;
1063
+ };
1064
+ interface CheckboxIconProps extends Omit<CheckedProps, "defaultChecked"> {
1065
+ /**
1066
+ * Error state for the Checkbox.
1067
+ */
1068
+ error?: boolean;
1069
+ /**
1070
+ * ID for the element description to be announced by screenreaders in addition to the title.
1071
+ */
1072
+ ariaDescribedBy?: string;
1073
+ /**
1074
+ * ID for the Checkbox.
1075
+ */
1076
+ id?: string;
1077
+ /**
1078
+ * `isDisabled` is a legacy property and not recommended from a UX usability best practice perspective.
1079
+ */
1080
+ isDisabled?: boolean;
1081
+ /**
1082
+ * Is the Checkbox required?
1083
+ */
1084
+ isRequired?: boolean;
1085
+ /**
1086
+ * Name for the Checkbox.
1087
+ */
1088
+ name?: string;
1089
+ /**
1090
+ * Function to call when the Checkbox loses focus.
1091
+ */
1092
+ onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void;
1093
+ /**
1094
+ * Callback function to update the Checkbox's controlled `checked` prop, for
1095
+ * example `e => setChecked(e.target.checked)`.
1096
+ */
1097
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
1098
+ /**
1099
+ * Size of the Checkbox.
1100
+ */
1101
+ size?: "s" | "m";
1102
+ /**
1103
+ * Value for the Checkbox.
1104
+ */
1105
+ value?: string;
1007
1106
  }
1008
1107
 
1009
1108
  interface ExtentableContainer {
@@ -1014,7 +1113,7 @@ interface ExtentableContainer {
1014
1113
  }
1015
1114
 
1016
1115
  /**
1017
- * Use `Columns` to compose layouts on a 12-column grid.
1116
+ * Use `Columns` to compose layouts on a 12-column grid. Place within `Section` components to align with any sibling `Grid` components.
1018
1117
  */
1019
1118
  declare const Columns: FC<ColumnsProps>;
1020
1119
  declare const ColumnsCol: FC<ColumnsColProps>;
@@ -1166,6 +1265,10 @@ interface FormControlProps {
1166
1265
  * 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.
1167
1266
  */
1168
1267
  hideLabel?: boolean;
1268
+ /**
1269
+ * Provide the "alert" role to the errorMessage.
1270
+ */
1271
+ isErrorAlert?: boolean;
1169
1272
  }
1170
1273
 
1171
1274
  declare const ComboBox: React.ForwardRefExoticComponent<ComboBoxProps & React.RefAttributes<HTMLInputElement>>;
@@ -1219,9 +1322,13 @@ interface ContentSwitcherTabProps {
1219
1322
  */
1220
1323
  value: string;
1221
1324
  /**
1222
- * Pass a function to `ContentSwitcherTab`
1325
+ * Pass a onClick function to `ContentSwitcherTab`
1223
1326
  */
1224
1327
  onClick?: () => void;
1328
+ /**
1329
+ * Pass a focus function to `ContentSwitcherTab`
1330
+ */
1331
+ onFocus?: () => void;
1225
1332
  }
1226
1333
 
1227
1334
  declare const ContentSwitcherContent: FC<ContentSwitcherContentProps>;
@@ -1351,7 +1458,7 @@ declare const DATE_FORMAT = "dd/MM/yyyy";
1351
1458
 
1352
1459
  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";
1353
1460
 
1354
- 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", "linkExternal", "modalClose", "navigationHeaderClose", "navigationHeaderDisclosure", "navigationHeaderMenuLinkSmall", "navigationHeaderMenuLinkLarge", "paginationPrevious", "paginationNext", "paginationSimplePrevious", "paginationSimpleNext", "progressBarSuccess", "progressBarError", "progressBarRefresh", "progressStepperComplete", "progressStepperCurrent", "progressStepperWarning", "progressStepperError", "scrollToTop", "selectTrigger", "selectScrollUp", "selectScrollDown", "selectIndicator", "siteFooterExpand", "siteHeaderBack", "siteHeaderBurger", "siteHeaderLink", "siteHeaderItemGroupExpand", "siteHeaderNavItemExpand", "siteHeaderNavItemExpandAlt", "siteHeaderViewAll", "siteHeaderSubNavOpen", "switchToggle", "tabsNext", "tabsPrevious", "tagRemove", "toastGeneral", "toastSuccess", "toastWarning", "toastError", "toastDismiss", "videoPlayerTranscript"];
1461
+ declare const iconNames: readonly ["alertDismiss", "alertError", "alertGeneral", "alertSuccess", "alertWarning", "avatarUser", "breadcrumbLeft", "breadcrumbRight", "buttonLeft", "buttonRight", "calendarLeft", "calendarRight", "cardRight", "cardPlay", "carouselRight", "carouselLeft", "checkboxChecked", "checkboxError", "datePickerCalendar", "disclosureExpand", "disclosureMiniExpand", "downloadFile", "downloadAccessibility", "drawerClose", "formControlAlert", "linkExternal", "modalClose", "navigationHeaderClose", "navigationHeaderDisclosure", "navigationHeaderMenuLinkSmall", "navigationHeaderMenuLinkLarge", "paginationPrevious", "paginationNext", "paginationSimplePrevious", "paginationSimpleNext", "progressBarSuccess", "progressBarError", "progressBarRefresh", "progressStepperComplete", "progressStepperCurrent", "progressStepperWarning", "progressStepperError", "scrollToTop", "selectTrigger", "selectScrollUp", "selectScrollDown", "selectIndicator", "siteFooterExpand", "siteHeaderBack", "siteHeaderBurger", "siteHeaderLink", "siteHeaderItemGroupExpand", "siteHeaderNavItemExpand", "siteHeaderNavItemExpandAlt", "siteHeaderViewAll", "siteHeaderSubNavOpen", "switchToggle", "tabsNext", "tabsPrevious", "tagRemove", "toastGeneral", "toastSuccess", "toastWarning", "toastError", "toastDismiss", "videoPlayerTranscript", "videoPlayerPlay"];
1355
1462
 
1356
1463
  declare const ThemeIcon: FC<ThemeIconProps>;
1357
1464
  interface ThemeIconProps {
@@ -1665,10 +1772,37 @@ interface DrawerProps {
1665
1772
  * Set the position of the `Drawer`
1666
1773
  */
1667
1774
  position?: "right" | "left" | "bottom";
1775
+ /**
1776
+ * Enable the drag handle & snapping (bottom position only).
1777
+ */
1778
+ draggable?: boolean;
1779
+ /**
1780
+ * Snap points for the bottom drawer height. Accepts numbers (px) or strings ('%','px').
1781
+ */
1782
+ snapPoints?: Array<number | string>;
1783
+ /**
1784
+ * Snap behaviour when releasing the drag:
1785
+ * - "nearest" → snap to the closest snap point
1786
+ * - "next" → snap in the direction of the drag (up = next larger, down = next smaller)
1787
+ * Defaults to "nearest".
1788
+ */
1789
+ snapBehaviour?: "nearest" | "next" | "none";
1790
+ /**
1791
+ * Allow dismissing the bottom drawer by dragging it down
1792
+ */
1793
+ dragDownToDismiss?: boolean;
1794
+ /**
1795
+ * Envoke function when drag handle is clicked
1796
+ */
1797
+ onDragHandleClick?: (e: React.MouseEvent) => void;
1798
+ /**
1799
+ * Describe the content of the Drawer
1800
+ */
1801
+ ariaDescription: string;
1668
1802
  }
1669
1803
 
1670
1804
  declare const DrawerHeader: React.FC<DrawerHeaderProps>;
1671
- interface DrawerHeaderProps {
1805
+ interface DrawerHeaderProps extends Pick<HeadingProps, "isResponsive"> {
1672
1806
  /**
1673
1807
  * Title for the DrawerHeader
1674
1808
  */
@@ -1715,7 +1849,7 @@ interface ElevationProps {
1715
1849
  /**
1716
1850
  * Shadow Elevation level.
1717
1851
  */
1718
- elevationLevel?: "1" | "2";
1852
+ level?: "1" | "2" | "3" | "4" | "5";
1719
1853
  /**
1720
1854
  * Should the Elevation be full width?
1721
1855
  */
@@ -1813,63 +1947,67 @@ interface FilterControlProps {
1813
1947
  }
1814
1948
 
1815
1949
  declare const GhostedHeroBanner: React.FC<GhostedHeroBannerProps>;
1816
- type GhostedHeroBannerProps = Pick<TemplateBannerProps, "heading" | "img" | "children" | "label" | "text" | "headingLevel">;
1950
+ type GhostedHeroBannerProps = Pick<TemplateBannerProps, "heading" | "img" | "children" | "label" | "text" | "headingLevel" | "fontStyle">;
1951
+
1952
+ /**
1953
+ * Provides an object of breakpoints for responsive designs.
1954
+ *
1955
+ * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
1956
+ * and values representing the pixel widths for those breakpoints. The values are parsed
1957
+ * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
1958
+ *
1959
+ * Kept in src for internal use
1960
+ */
1961
+ type ArcBreakpointSizes = "xs" | "s" | "m" | "l" | "xl" | "xxl";
1962
+ type ArcBreakpoint = Record<ArcBreakpointSizes, number>;
1963
+ declare const ArcBreakpoints: ArcBreakpoint;
1964
+
1965
+ type GradientBreakpointConfig<T> = Partial<Record<ArcBreakpointSizes, T>>;
1966
+
1967
+ type ResponsiveGradient = GradientBreakpointConfig<ArcGradient>;
1968
+
1969
+ type ScrimPosition = "top" | "bottom";
1970
+
1971
+ type ScrimFadeSize = "l" | "m" | "s";
1817
1972
 
1818
1973
  declare const GradientPageBackground: React.FC<GradientPageBackgroundProps>;
1819
1974
  interface GradientPageBackgroundProps {
1820
1975
  /**
1821
- * Select the gradient type
1976
+ * Gradient for the component. You can import these directly from the @arc-ui/gradients package, or pass your own.
1977
+ */
1978
+ gradient?: ArcGradient;
1979
+ /**
1980
+ * Specify a gradient for each arc breakpoint.
1822
1981
  */
1823
- type?: "HomepageDark1" | "HomepageDark2" | "ProductpageDark1" | "ProductpageDark2" | "HomepageLight1" | "HomepageLight2" | "ProductpageLight1" | "ProductpageLight2" | "FooterLight";
1982
+ responsiveGradient?: ResponsiveGradient;
1824
1983
  /**
1825
1984
  * Select the gradient fade sizing, default heights "s" 640px, "m" 1024px and "l" 1280px
1826
1985
  */
1827
- scrimFadeSize?: "s" | "m" | "l";
1986
+ scrimFadeSize?: ScrimFadeSize;
1828
1987
  /**
1829
1988
  * Set a custom height at each breakpoint for the gradient fade that will override the scrimFadeSize height. Larger breakpoints will inherit smaller breakpoints if no value is provided.
1830
1989
  */
1831
- scrimFadeHeights?: {
1832
- xs?: number;
1833
- s?: number;
1834
- m?: number;
1835
- l?: number;
1836
- xl?: number;
1837
- xxl?: number;
1838
- };
1990
+ scrimFadeHeights?: GradientBreakpointConfig<number>;
1839
1991
  /**
1840
1992
  * Select the gradient fade positioning
1841
1993
  */
1842
- scrimFadePosition?: "top" | "bottom";
1994
+ scrimFadePosition?: ScrimPosition;
1843
1995
  /**
1844
1996
  * Set a height at each breakpoint for the gradient to extend beyond it 100% height. Larger breakpoints will inherit smaller breakpoints if no value is provided.
1845
1997
  */
1846
- extendBackgrounds?: {
1847
- xs?: number;
1848
- s?: number;
1849
- m?: number;
1850
- l?: number;
1851
- xl?: number;
1852
- xxl?: number;
1853
- };
1998
+ extendBackgrounds?: GradientBreakpointConfig<number>;
1854
1999
  /**
1855
2000
  * Content to be displayed on top of the gradient
1856
2001
  */
1857
2002
  children: React.ReactNode;
1858
2003
  /**
1859
- * Add customGradients svgs for each desired breakpoint. Larger breakpoints will inherit smaller breakpoints if no svg is provided. Ensure preserveAspectRatio="none" and the svg has no height or width defined. Name must include light or dark for surface context.
2004
+ * Loading behaviour of the background gradient image.
1860
2005
  */
1861
- customGradients?: {
1862
- xs?: string;
1863
- s?: string;
1864
- m?: string;
1865
- l?: string;
1866
- xl?: string;
1867
- xxl?: string;
1868
- };
2006
+ loading?: "lazy" | "eager";
1869
2007
  }
1870
2008
 
1871
2009
  /**
1872
- * Use `Grid` to compose layouts on a 12-column grid.
2010
+ * Use `Grid` to compose layouts on a 12-column grid. Aligns with sibling `Section` components.
1873
2011
  */
1874
2012
  declare const Grid: React.FC<GridProps>;
1875
2013
  interface GridProps extends ExtentableContainer {
@@ -2084,7 +2222,7 @@ interface HorizontalCardProps {
2084
2222
  /**
2085
2223
  * Image for the HorizontalCard.
2086
2224
  */
2087
- img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fit">;
2225
+ img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fit" | "fetchPriority">;
2088
2226
  /**
2089
2227
  * 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.
2090
2228
  */
@@ -2176,16 +2314,20 @@ interface ImpactCardProps {
2176
2314
  /**
2177
2315
  * Image props for the ImpactCard. Consider avoiding alt if the image is for decorative purposes only.
2178
2316
  */
2179
- img: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad">;
2317
+ img: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fetchPriority">;
2180
2318
  /**
2181
2319
  * Icon for the ImpactCard CTA button
2182
2320
  */
2183
2321
  buttonIcon?: CardFooterProps["buttonIcon"];
2322
+ /**
2323
+ * Heading level for the ImpactCard lebel.
2324
+ */
2325
+ labelLevel?: HeadingLevel;
2184
2326
  }
2185
2327
 
2186
2328
  /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
2187
2329
  declare const InformationCard: FC<InformationCardProps>;
2188
- type InformationCardImage = Pick<ImageProps, "alt" | "loading" | "width" | "height" | "src" | "fadeOnLoad">;
2330
+ type InformationCardImage = Pick<ImageProps, "alt" | "loading" | "width" | "height" | "src" | "fadeOnLoad" | "fetchPriority">;
2189
2331
  type InformationCardButtonProps = Pick<ButtonV2Props, "label" | "onClick" | "href">;
2190
2332
  interface minHeightsProps {
2191
2333
  xs?: number;
@@ -2251,6 +2393,10 @@ interface InformationCardProps {
2251
2393
  * Sets a minimum height for the InformationCard at each breakpoint (xs, s, m, l, xl, xxl). inherits from smaller breakpoints
2252
2394
  */
2253
2395
  minHeights?: minHeightsProps;
2396
+ /**
2397
+ * Heading level for the InformationCard label.
2398
+ */
2399
+ labelLevel?: HeadingLevel;
2254
2400
  }
2255
2401
 
2256
2402
  /**
@@ -2268,7 +2414,7 @@ interface MarkupProps {
2268
2414
  isMeasured?: boolean;
2269
2415
  }
2270
2416
 
2271
- interface MediaCardImage extends Partial<Pick<ImageProps$1, "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad">>, Pick<ImageProps$1, "src"> {
2417
+ interface MediaCardImage extends Partial<Pick<ImageProps$1, "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad" | "fetchPriority">>, Pick<ImageProps$1, "src"> {
2272
2418
  type: "img";
2273
2419
  }
2274
2420
 
@@ -2280,7 +2426,6 @@ interface MediaCardVideo extends Partial<Omit<VideoPlayerProps$1, "url" | "title
2280
2426
  * Use `MediaCard` to contain content and an image about a single subject.
2281
2427
  */
2282
2428
  declare const MediaCard: FC<MediaCardProps>;
2283
- type MediaCardIcon = "play" | "arrow";
2284
2429
  interface MediaCardProps {
2285
2430
  /**
2286
2431
  * Heading for the MediaCard.
@@ -2317,7 +2462,7 @@ interface MediaCardProps {
2317
2462
  /**
2318
2463
  * Icon for the MediaCard Cta button
2319
2464
  */
2320
- buttonIcon?: MediaCardIcon;
2465
+ buttonIcon?: CardFooterProps["buttonIcon"];
2321
2466
  /**
2322
2467
  * Sets a minimum height for the MediaCard.
2323
2468
  */
@@ -2326,6 +2471,10 @@ interface MediaCardProps {
2326
2471
  * Click handler for the MediaCard. Only applied when a url is provided.
2327
2472
  */
2328
2473
  onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
2474
+ /**
2475
+ * Heading level for the MediaCard label.
2476
+ */
2477
+ labelLevel?: HeadingLevel;
2329
2478
  }
2330
2479
 
2331
2480
  /**
@@ -2353,6 +2502,14 @@ interface MenuProps {
2353
2502
  * Whether the menu should behave like a modal, preventing interaction with elements outside
2354
2503
  */
2355
2504
  modal?: boolean;
2505
+ /**
2506
+ * Determine if the menu will act in a mobile state
2507
+ */
2508
+ isMobileMenu?: boolean;
2509
+ /**
2510
+ * Unified width applied to all MenuContent unless overridden.
2511
+ */
2512
+ defaultWidth?: string | number;
2356
2513
  }
2357
2514
 
2358
2515
  declare const MenuItemContentTemplate: React.FC<MenuItemContentTemplateProps>;
@@ -2400,7 +2557,7 @@ interface MenuItemCheckboxProps extends Pick<MenuItemContentTemplateProps, "supp
2400
2557
  /**
2401
2558
  * ID for the MenuItemCheckbox.
2402
2559
  */
2403
- id?: string;
2560
+ id: string;
2404
2561
  /**
2405
2562
  * Prevents the menu from closing when this item is selected.
2406
2563
  */
@@ -2440,6 +2597,14 @@ interface MenuContentProps {
2440
2597
  * The side of the trigger to display the menu.
2441
2598
  */
2442
2599
  side?: "top" | "right" | "bottom" | "left";
2600
+ /**
2601
+ * Provide an inital title for the menu. This will then be used as a back button when the menu is 1 level deep.
2602
+ */
2603
+ initalTitle?: string;
2604
+ /**
2605
+ * Set to true if you want the menu to fill the viewport.
2606
+ */
2607
+ isFluidToViewport?: boolean;
2443
2608
  }
2444
2609
 
2445
2610
  /**
@@ -2659,7 +2824,10 @@ interface MenuItemMultiLevelContentProps {
2659
2824
  /**
2660
2825
  * Trigger element that opens a multi-level menu when selected.
2661
2826
  */
2662
- declare const MenuItemMultiLevelTrigger: React.FC<MenuItemMultiLevelTriggerProps>;
2827
+ declare const MenuItemMultiLevelTrigger: React.FC<InternalProps>;
2828
+ interface InternalProps extends MenuItemMultiLevelTriggerProps {
2829
+ pairedContent?: React.ReactNode;
2830
+ }
2663
2831
  interface MenuItemMultiLevelTriggerProps extends Pick<MenuItemProps, "keyCommands" | "leadingIcon" | "ariaLabel" | "supportingText"> {
2664
2832
  /**
2665
2833
  * The trigger element for opening the multi-level menu.
@@ -2903,6 +3071,15 @@ interface PopoverProps {
2903
3071
  * to the root child element you provide if you set `asChild` to true. If you want to opt out of this behavior set this to true.
2904
3072
  */
2905
3073
  useBespokeTrigger?: boolean;
3074
+ /**
3075
+ * Constrains the popover height only when it would overflow the viewport.
3076
+ * Defaults to `fit-content`, but becomes scrollable if necessary.
3077
+ */
3078
+ constrainToViewport?: boolean;
3079
+ /**
3080
+ * Use minHeight in conjunction with constrainToViewport to keep the popover legible. Value in px.
3081
+ */
3082
+ minHeight?: number;
2906
3083
  }
2907
3084
 
2908
3085
  /**
@@ -3410,6 +3587,7 @@ interface RadioGroupButtonProps {
3410
3587
  radioButtonAlignment?: "top" | "center";
3411
3588
  changeEvent?: ContextProps["changeEvent"];
3412
3589
  blurEvent?: ContextProps["blurEvent"];
3590
+ isError?: boolean;
3413
3591
  }
3414
3592
 
3415
3593
  /**
@@ -3446,6 +3624,10 @@ interface RadioGroupInputProps {
3446
3624
  * Current value (controlled).
3447
3625
  */
3448
3626
  value: string;
3627
+ /**
3628
+ * Show error state for RadioGroupButton.
3629
+ */
3630
+ isError?: boolean;
3449
3631
  }
3450
3632
 
3451
3633
  /**
@@ -3478,6 +3660,10 @@ interface ScrollToTopProps {
3478
3660
  * Button fill.
3479
3661
  */
3480
3662
  fill?: "solid" | "outlined";
3663
+ /**
3664
+ * Determine the color of the focus ring.
3665
+ */
3666
+ focusColor?: "primary" | "secondary";
3481
3667
  }
3482
3668
 
3483
3669
  /**
@@ -3498,11 +3684,15 @@ interface SectionProps extends ExtentableContainer {
3498
3684
  * Should the width of this Section be unconstrained (filling the viewport)?
3499
3685
  */
3500
3686
  isFullWidth?: boolean;
3687
+ /**
3688
+ * Id for the Section.
3689
+ */
3690
+ id?: string;
3501
3691
  }
3502
3692
 
3503
3693
  /** Use `Select` to choose from a dropdown list of options. */
3504
3694
  declare const Select: React.FC<SelectProps>;
3505
- interface SelectProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "id" | "helperUnderLabel" | "supplementaryInfo" | "labelSize" | "labelPosition"> {
3695
+ interface SelectProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "supplementaryInfo" | "labelSize" | "labelPosition"> {
3506
3696
  /**
3507
3697
  * Name for the Select.
3508
3698
  */
@@ -3722,6 +3912,7 @@ interface SiteFooterV2UtilityProps {
3722
3912
  subBrand?: (typeof subBrands)[number];
3723
3913
  logoLabel?: string;
3724
3914
  onClick?: () => void;
3915
+ href?: string;
3725
3916
  };
3726
3917
  /**
3727
3918
  * Add social media links and desired Icons (Facebook, X (Twitter), LinkedIn, Instagram and Youtube).
@@ -4030,6 +4221,10 @@ interface SkipLinkItemProps {
4030
4221
  * The ID attribute of the target element the skip link navigates to.
4031
4222
  */
4032
4223
  id?: string;
4224
+ /**
4225
+ * Click handler for the skip link.
4226
+ */
4227
+ onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
4033
4228
  }
4034
4229
 
4035
4230
  /**
@@ -4418,7 +4613,7 @@ interface ThumbnailSignpostProps {
4418
4613
  /**
4419
4614
  * Image properties for the ThumbnailSignpost.
4420
4615
  */
4421
- img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad">;
4616
+ img?: Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "anchor" | "fadeOnLoad" | "fetchPriority">;
4422
4617
  }
4423
4618
 
4424
4619
  /** Use `Toast` to display temporary messages at the bottom of the screen. */
@@ -4432,6 +4627,10 @@ interface ToastProps {
4432
4627
  * Colour scheme for `Toast` - Use 'default' in almost all cases.
4433
4628
  */
4434
4629
  colorScheme?: "default" | "alternative";
4630
+ /**
4631
+ * Change the focus colour for dark pathways.
4632
+ */
4633
+ onDarkSurface?: boolean;
4435
4634
  }
4436
4635
 
4437
4636
  declare const ToastNotification: FC<ToastNotificationProps>;
@@ -4495,6 +4694,10 @@ interface TooltipProps {
4495
4694
  * Alignment for content within the tooltip
4496
4695
  */
4497
4696
  alignContent?: "start" | "center" | "end";
4697
+ /**
4698
+ * Aria label for accessibility
4699
+ */
4700
+ ariaLabel?: string;
4498
4701
  /**
4499
4702
  * The main title text displayed within the tooltip.
4500
4703
  */
@@ -4552,7 +4755,6 @@ interface TruncateProps {
4552
4755
 
4553
4756
  /** Use `TypographyCard` for content that benefits from larger and energetic typography. */
4554
4757
  declare const TypographyCard: FC<TypographyCardProps>;
4555
- type TypographyCardIcon = "play" | "arrow";
4556
4758
  type TypographyCardPathway = "light" | "dark";
4557
4759
  interface TypographyCardProps {
4558
4760
  /**
@@ -4574,7 +4776,7 @@ interface TypographyCardProps {
4574
4776
  /**
4575
4777
  * Icon for the TypographyCard Cta button.
4576
4778
  */
4577
- buttonIcon?: TypographyCardIcon;
4779
+ buttonIcon?: CardFooterProps["buttonIcon"];
4578
4780
  /**
4579
4781
  * Heading level for the TypographyCard heading.
4580
4782
  */
@@ -4602,6 +4804,10 @@ interface TypographyCardProps {
4602
4804
  linkData?: {
4603
4805
  [key: string]: string;
4604
4806
  };
4807
+ /**
4808
+ * Heading level for the TypographyCard label.
4809
+ */
4810
+ labelLevel?: HeadingLevel;
4605
4811
  }
4606
4812
 
4607
4813
  /**
@@ -4666,6 +4872,10 @@ interface VerticalSpaceProps {
4666
4872
  * Size of the VerticalSpace from the extra large breakpoint upwards.
4667
4873
  */
4668
4874
  sizeXL?: VerticalSpaceSize;
4875
+ /**
4876
+ * Size of the VerticalSpace from the xxl breakpoint upwards.
4877
+ */
4878
+ sizeXXL?: VerticalSpaceSize;
4669
4879
  }
4670
4880
 
4671
4881
  /**
@@ -4715,7 +4925,7 @@ interface NavigationHeaderContainerProps extends ExtentableContainer {
4715
4925
  /**
4716
4926
  * set the background color of the navbar.
4717
4927
  */
4718
- background?: NavBarBackground;
4928
+ background: NavBarBackground;
4719
4929
  /**
4720
4930
  * set the nav bar to be a pill shape. It will only be visible when the background is either white or ghosted.
4721
4931
  */
@@ -4730,13 +4940,12 @@ interface NavigationHeaderContainerProps extends ExtentableContainer {
4730
4940
  children: React.ReactNode;
4731
4941
  }
4732
4942
 
4733
- type Brand = "btRedcare" | "btWholesale" | "btMediaBroadCast" | "btGlobalFabric" | "ee" | "bt";
4943
+ type Brand = "btWholesale" | "btGlobalFabric" | "ee" | "bt";
4734
4944
  interface NavigationHeaderLogoProps {
4735
4945
  ariaLabel?: string;
4736
4946
  brand?: Brand;
4737
4947
  href?: string;
4738
4948
  svg?: React.ReactNode;
4739
- isSurfaceSensitive?: boolean;
4740
4949
  onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
4741
4950
  }
4742
4951
 
@@ -4747,19 +4956,6 @@ interface NavigationHeaderNavLinkProps {
4747
4956
  onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
4748
4957
  }
4749
4958
 
4750
- /**
4751
- * Provides an object of breakpoints for responsive designs.
4752
- *
4753
- * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
4754
- * and values representing the pixel widths for those breakpoints. The values are parsed
4755
- * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
4756
- *
4757
- * Kept in src for internal use
4758
- */
4759
- type ArcBreakpointSizes = "xs" | "s" | "m" | "l" | "xl" | "xxl";
4760
- type ArcBreakpoint = Record<ArcBreakpointSizes, number>;
4761
- declare const ArcBreakpoints: ArcBreakpoint;
4762
-
4763
4959
  type CustomBreakpoint = keyof typeof ArcBreakpoints | number;
4764
4960
 
4765
4961
  type NavigationHeaderNavItemType = "subnav" | "dropdown" | "link" | "meatball";
@@ -4788,23 +4984,6 @@ interface NavigationHeaderSubNavItem extends NavigationHeaderNavItem, Navigation
4788
4984
  }
4789
4985
  type NavigationHeaderNavigationItem = NavigationHeaderNavLinkItem | NavigationHeaderDropdownItem | NavigationHeaderSubNavItem | NavigationHeaderMeatBallMenuItem;
4790
4986
 
4791
- interface NavigationHeaderNavListProps {
4792
- /**
4793
- * Nav items for `<NavigationHeader />`
4794
- */
4795
- navItems: Array<NavigationHeaderNavigationItem>;
4796
- /**
4797
- * Meatball menu aria label
4798
- */
4799
- meatBallMenuAriaLabel?: string;
4800
- /**
4801
- * Meatball menu tooltip text
4802
- */
4803
- meatballMenuTooltip?: string;
4804
- }
4805
-
4806
- type ConfigurableHeaderVisibility = Partial<Record<Exclude<ArcBreakpointSizes, "xs">, boolean>>;
4807
-
4808
4987
  interface NavigationHeaderInlineActionProps {
4809
4988
  /**
4810
4989
  * Icon url for the action.
@@ -4824,8 +5003,31 @@ interface NavigationHeaderInlineActionProps {
4824
5003
  onClick?: (e: React.MouseEvent<HTMLElement, MouseEvent>) => void;
4825
5004
  }
4826
5005
 
5006
+ type BurgerMenuPathway = "invert" | "match";
5007
+
5008
+ interface NavigationHeaderNavListProps {
5009
+ /**
5010
+ * Nav items for `<NavigationHeader />`
5011
+ */
5012
+ navItems: Array<NavigationHeaderNavigationItem>;
5013
+ /**
5014
+ * Meatball menu aria label
5015
+ */
5016
+ meatBallMenuAriaLabel?: string;
5017
+ /**
5018
+ * Meatball menu tooltip text
5019
+ */
5020
+ meatballMenuTooltip?: string;
5021
+ }
5022
+
5023
+ type ConfigurableHeaderVisibility = Partial<Record<Exclude<ArcBreakpointSizes, "xs">, boolean>>;
5024
+
4827
5025
  declare const NavigationHeader: React.FC<NavigationHeaderProps>;
4828
- interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "children">, Omit<NavigationHeaderNavListProps, "navItems">, ExtentableContainer {
5026
+ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "children" | "background">, Omit<NavigationHeaderNavListProps, "navItems">, ExtentableContainer {
5027
+ /**
5028
+ * set the background color of the navbar.
5029
+ */
5030
+ background?: Exclude<NavBarBackground, "neutral">;
4829
5031
  /**
4830
5032
  * Open content slot on the left of the nav bar.
4831
5033
  */
@@ -4843,7 +5045,7 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
4843
5045
  * When supplying your own svg the root element must be an `svg` element that is implemented as follows: it has a `viewBox` attribute, no `height`, `width` or `preserveAspectRatio` attributes. It will also need
4844
5046
  * fills or strokes set to `currentColor` if you want it to work on both light and dark pathways.
4845
5047
  */
4846
- logo?: Omit<NavigationHeaderLogoProps, "isSurfaceSensitive">;
5048
+ logo?: NavigationHeaderLogoProps;
4847
5049
  /**
4848
5050
  * Additional links or buttons for the burger menu that sit below the nav items.
4849
5051
  */
@@ -4856,6 +5058,10 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
4856
5058
  * Additional content for the burger menu that sits between the logo and the nav items.
4857
5059
  */
4858
5060
  burgerMenuHeader?: React.ReactNode;
5061
+ /**
5062
+ * Sets the color pathway for the burger menu, by default it inverts the pathway the header is using for contrast.
5063
+ */
5064
+ burgerMenuPathway?: BurgerMenuPathway;
4859
5065
  /**
4860
5066
  * Configuration for the burger menu visibility. It is always visible below 636px but can also be configured to show at larger breakpoints.
4861
5067
  */
@@ -4868,6 +5074,7 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
4868
5074
  * Nav items for `<NavigationHeader />`
4869
5075
  */
4870
5076
  navItems?: Array<NavigationHeaderNavigationItem>;
5077
+ onOpenChange?: (isOpen: boolean) => void;
4871
5078
  }
4872
5079
 
4873
5080
  declare const NavigationHeaderAction: React.FC<NavigationHeaderActionProps>;
@@ -4929,4 +5136,4 @@ interface NavigationHeaderPageProps {
4929
5136
  */
4930
5137
  declare const useMediaQuery: (mediaQuery: string) => boolean;
4931
5138
 
4932
- 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, type Brand, 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, DatePickerRange, type DatePickerRangeProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, DrawerContent, DrawerFooter, DrawerHeader, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, FilterControls, FilterItem, FilterItems, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, GhostedHeroBanner, type GhostedHeroBannerProps, GradientPageBackground, type GradientPageBackgroundProps, 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, type IconColor, 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$1 as LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, type MenuProps, MenuScrollable, MenuSeparator, MenuTrigger, Modal, type ModalProps, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, type NavigationHeaderActionProps, NavigationHeaderPage, type NavigationHeaderProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterProps, PosterVideo, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, ProgressStepperOverflow, type ProgressStepperOverflowRef, 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 SurfaceBackground, 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 };
5139
+ 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, type Brand, 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, CheckboxIcon, type CheckboxIconProps, 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, DatePickerRange, type DatePickerRangeProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, DrawerContent, DrawerFooter, DrawerHeader, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, FilterControls, FilterItem, FilterItems, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, GhostedHeroBanner, type GhostedHeroBannerProps, GradientPageBackground, type GradientPageBackgroundProps, 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, type IconColor, 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$1 as LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, type MenuProps, MenuScrollable, MenuSeparator, MenuTrigger, Modal, type ModalProps, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, type NavigationHeaderActionProps, type NavigationHeaderNavigationItem, NavigationHeaderPage, type NavigationHeaderProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterProps, PosterVideo, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, ProgressStepperOverflow, type ProgressStepperOverflowRef, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupProps, RadioGroup, RadioGroupButton, RadioGroupInput, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SemanticHeading, type SemanticHeadingLevel, type SemanticHeadingProps, 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 SurfaceBackground, 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 };