@arc-ui/components 12.0.0-beta.23 → 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 (395) hide show
  1. package/lib/Alert/Alert.cjs +39 -39
  2. package/lib/Alert/Alert.mjs +40 -40
  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 +7 -6
  28. package/lib/Breadcrumbs/Breadcrumbs.mjs +4 -3
  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 +7 -6
  49. package/lib/Carousel/Carousel.mjs +6 -5
  50. package/lib/Carousel/styles.css +1 -1
  51. package/lib/Checkbox/Checkbox.cjs +22 -55
  52. package/lib/Checkbox/Checkbox.mjs +23 -56
  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 +30 -29
  63. package/lib/ComboBox/ComboBox.mjs +14 -13
  64. package/lib/ComboBox/styles.css +1 -1
  65. package/lib/ContentSwitcher/ContentSwitcher.cjs +5 -4
  66. package/lib/ContentSwitcher/ContentSwitcher.mjs +5 -4
  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 +31 -30
  72. package/lib/DatePicker/DatePicker.mjs +20 -19
  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 -209
  99. package/lib/GradientPageBackground/GradientPageBackground.mjs +97 -210
  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 +9 -8
  114. package/lib/HeroButton/HeroButton.mjs +5 -4
  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 +13 -11
  129. package/lib/ImpactCard/ImpactCard.mjs +10 -8
  130. package/lib/ImpactCard/styles.css +1 -1
  131. package/lib/InformationCard/InformationCard.cjs +29 -19
  132. package/lib/InformationCard/InformationCard.mjs +23 -13
  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 +15 -13
  141. package/lib/MediaCard/MediaCard.mjs +11 -9
  142. package/lib/MediaCard/styles.css +1 -1
  143. package/lib/Menu/Menu.cjs +221 -83
  144. package/lib/Menu/Menu.mjs +206 -68
  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 +123 -105
  150. package/lib/NavigationHeader/NavigationHeader.mjs +107 -89
  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 +8 -8
  171. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +6 -6
  172. package/lib/ProgressStepperOverflow/styles.css +1 -1
  173. package/lib/RadioCardGroup/RadioCardGroup.cjs +13 -12
  174. package/lib/RadioCardGroup/RadioCardGroup.mjs +9 -8
  175. package/lib/RadioCardGroup/styles.css +1 -1
  176. package/lib/RadioGroup/RadioGroup.cjs +14 -12
  177. package/lib/RadioGroup/RadioGroup.mjs +12 -10
  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 +23 -22
  198. package/lib/SiteFooterV2/SiteFooterV2.mjs +10 -9
  199. package/lib/SiteFooterV2/styles.css +1 -1
  200. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +30 -29
  201. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +10 -9
  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 +26 -24
  219. package/lib/TabbedBanner/TabbedBanner.mjs +22 -20
  220. package/lib/TabbedBanner/styles.css +1 -1
  221. package/lib/Tabs/Tabs.cjs +12 -11
  222. package/lib/Tabs/Tabs.mjs +5 -4
  223. package/lib/Tabs/styles.css +1 -1
  224. package/lib/Tag/Tag.cjs +9 -6
  225. package/lib/Tag/Tag.mjs +8 -5
  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 +11 -10
  234. package/lib/TextArea/TextArea.mjs +9 -8
  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 +11 -9
  258. package/lib/TypographyCard/TypographyCard.mjs +9 -7
  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-Bfdgf5q1.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-pcYtuT6L.cjs → ContentSwitcherList-BgAW2IhJ.cjs} +14 -10
  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-C3OSQIIk.cjs → Link-PWpx-rRO.cjs} +10 -9
  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-Bz2fwj8Z.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-COymAI91.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-CS8JVk5T.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-fkulh7qu.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-Drh_NJ9I.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-DwHfU3no.mjs → ContentSwitcherList-i4m4nAzP.mjs} +8 -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-DxjGH_7f.mjs → Link-ogbR4K3O.mjs} +5 -4
  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-7InCvzfh.mjs → Section-COc1l3mp.mjs} +2 -1
  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-Dkgzu3A5.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-D7Ie4kBt.mjs → arc-breakpoints-Bs-at7wk.mjs} +7 -2
  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-J5IHetgg.mjs → index-CN4hP3Wu.mjs} +2 -2
  368. package/lib/_shared/esm/{index-CxrL7jIX.mjs → index-Do2wfP-X.mjs} +3 -3
  369. package/lib/_shared/esm/{index-DXTwueLZ.mjs → index-GCEHSsY8.mjs} +1 -1
  370. package/lib/_shared/esm/{index-BbAu4d3T.mjs → index-u47CK8Y0.mjs} +1 -1
  371. package/lib/_shared/esm/{index-CYUcQl4W.mjs → index-vnVJe9rH.mjs} +3 -3
  372. package/lib/_shared/esm/{index.es-CtRkzfKP.mjs → index.es-tyrXzvpp.mjs} +1 -1
  373. package/lib/_shared/esm/{filter-attrs-B6CM-NUr.mjs → tslib.es6-w7hdJ3oZ.mjs} +1 -13
  374. package/lib/_shared/esm/use-media-query-BmsMeo2M.mjs +56 -0
  375. package/lib/index.cjs +1018 -790
  376. package/lib/index.cjs.map +1 -1
  377. package/lib/index.d.cts +324 -142
  378. package/lib/index.d.mts +324 -142
  379. package/lib/index.js.map +1 -1
  380. package/lib/index.mjs +1018 -792
  381. package/lib/index.mjs.map +1 -1
  382. package/lib/styles.css +6 -14
  383. package/lib/use-media-query/use-media-query.cjs +1 -1
  384. package/lib/use-media-query/use-media-query.mjs +1 -1
  385. package/package.json +9 -8
  386. package/lib/_shared/cjs/Badge-CQVEPH9v.cjs +0 -14
  387. package/lib/_shared/cjs/BannerImage-kdAKagG-.cjs +0 -13
  388. package/lib/_shared/cjs/ButtonV2-Bta5SVVY.cjs +0 -55
  389. package/lib/_shared/cjs/GridRow-BW2ZGtND.cjs +0 -44
  390. package/lib/_shared/cjs/Spinner-bbrOwxv2.cjs +0 -16
  391. package/lib/_shared/cjs/VisuallyHidden-B4XCvPYP.cjs +0 -14
  392. package/lib/_shared/cjs/index-CqYNiqix.cjs +0 -137
  393. package/lib/_shared/cjs/use-media-query-BsUfHjPZ.cjs +0 -41
  394. package/lib/_shared/esm/index-CL6dwOYV.mjs +0 -135
  395. package/lib/_shared/esm/use-media-query-DmKuIDEM.mjs +0 -39
@@ -1,18 +1,19 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var filterAttrs = require('../_shared/cjs/filter-attrs-eK6E_34o.cjs');
4
+ var tslib_es6 = require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
5
5
  var React = require('react');
6
6
  var index = require('../_shared/cjs/index-CTlXMLug.cjs');
7
- var Surface = require('../_shared/cjs/Surface-BFx1yNsq.cjs');
8
- var Section = require('../_shared/cjs/Section-Bz2fwj8Z.cjs');
9
- var Rule = require('../_shared/cjs/Rule-DMQsi2L6.cjs');
10
- var VerticalSpace = require('../_shared/cjs/VerticalSpace-BJvST6WP.cjs');
7
+ var filterAttrs = require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
8
+ var Surface = require('../_shared/cjs/Surface-DIU5ciDT.cjs');
9
+ var Section = require('../_shared/cjs/Section-BorWFfNe.cjs');
10
+ var Rule = require('../_shared/cjs/Rule-jmvOpci7.cjs');
11
+ var VerticalSpace = require('../_shared/cjs/VerticalSpace-DLQUYsvc.cjs');
11
12
  var handleLinkClick = require('../_shared/cjs/handle-link-click-C7BvOIYa.cjs');
12
- var Visible = require('../_shared/cjs/Visible-vchtZSfm.cjs');
13
- var ThemeIcon = require('../_shared/cjs/ThemeIcon-BoxbjTaQ.cjs');
14
- var BrandLogo = require('../_shared/cjs/BrandLogo-D5wlIFmm.cjs');
15
- var Icon = require('../_shared/cjs/Icon-CzhyKqMd.cjs');
13
+ var Visible = require('../_shared/cjs/Visible-DZWtZ5qG.cjs');
14
+ var ThemeIcon = require('../_shared/cjs/ThemeIcon-Def4RZfK.cjs');
15
+ var BrandLogo = require('../_shared/cjs/BrandLogo-coNfTwRv.cjs');
16
+ var Icon = require('../_shared/cjs/Icon-Dk2XHa7V.cjs');
16
17
  var index$1 = require('../_shared/cjs/index-BLRjGROQ.cjs');
17
18
  require('../_shared/cjs/index-DR8Rkav9.cjs');
18
19
  require('../_shared/cjs/suffix-modifier-DLUGR-yG.cjs');
@@ -21,9 +22,9 @@ require('../_shared/cjs/suffix-modifier-DLUGR-yG.cjs');
21
22
  * Use `SiteFooterV2` to display information at the bottom of a page.
22
23
  */
23
24
  var SiteFooterV2 = function (_a) {
24
- var children = _a.children, slogan = _a.slogan, _b = _a.hideTopBorder, hideTopBorder = _b === void 0 ? false : _b, props = filterAttrs.__rest(_a, ["children", "slogan", "hideTopBorder"]);
25
+ var children = _a.children, slogan = _a.slogan, _b = _a.hideTopBorder, hideTopBorder = _b === void 0 ? false : _b, props = tslib_es6.__rest(_a, ["children", "slogan", "hideTopBorder"]);
25
26
  var surface = React.useContext(Surface.Context).surface;
26
- return (React.createElement("footer", filterAttrs.__assign({ className: index.classNames("arc-SiteFooterV2", {
27
+ return (React.createElement("footer", tslib_es6.__assign({ className: index.classNames("arc-SiteFooterV2", {
27
28
  "arc-SiteFooterV2--onDarkSurface": surface === "dark",
28
29
  }) }, filterAttrs.filterAttrs(props)),
29
30
  !hideTopBorder && React.createElement(Rule.Rule, null),
@@ -37,14 +38,14 @@ var SiteFooterV2 = function (_a) {
37
38
  };
38
39
 
39
40
  var SiteFooterV2Main = function (_a) {
40
- var children = _a.children, _b = _a.columns, columns = _b === void 0 ? 4 : _b, props = filterAttrs.__rest(_a, ["children", "columns"]);
41
- return (React.createElement("nav", filterAttrs.__assign({ className: index.classNames("arc-SiteFooterV2-main", {
41
+ var children = _a.children, _b = _a.columns, columns = _b === void 0 ? 4 : _b, props = tslib_es6.__rest(_a, ["children", "columns"]);
42
+ return (React.createElement("nav", tslib_es6.__assign({ className: index.classNames("arc-SiteFooterV2-main", {
42
43
  "arc-SiteFooterV2-main-3Columns": columns === 3,
43
44
  }), "aria-label": "Footer navigation links" }, filterAttrs.filterAttrs(props)), children));
44
45
  };
45
46
  var SiteFooterV2ItemDisclosure = function (_a) {
46
- var children = _a.children, title = _a.title, open = _a.open, tabIndex = _a.tabIndex, props = filterAttrs.__rest(_a, ["children", "title", "open", "tabIndex"]);
47
- return (React.createElement("details", filterAttrs.__assign({ open: open, className: "arc-SiteFooterV2-disclosure", "aria-label": title }, filterAttrs.filterAttrs(props)),
47
+ var children = _a.children, title = _a.title, open = _a.open, tabIndex = _a.tabIndex, props = tslib_es6.__rest(_a, ["children", "title", "open", "tabIndex"]);
48
+ return (React.createElement("details", tslib_es6.__assign({ open: open, className: "arc-SiteFooterV2-disclosure", "aria-label": title }, filterAttrs.filterAttrs(props)),
48
49
  React.createElement("summary", { className: "arc-SiteFooterV2-summary", tabIndex: tabIndex },
49
50
  React.createElement("span", { className: "arc-SiteFooterV2-icon" },
50
51
  React.createElement(ThemeIcon.ThemeIcon, { icon: "siteFooterExpand" })),
@@ -52,17 +53,17 @@ var SiteFooterV2ItemDisclosure = function (_a) {
52
53
  React.createElement("ul", { className: "arc-SiteFooterV2-itemGroup" }, children)));
53
54
  };
54
55
  var SiteFooterV2ItemGroup = function (_a) {
55
- var hideDisclosure = _a.hideDisclosure, props = filterAttrs.__rest(_a, ["hideDisclosure"]);
56
+ var hideDisclosure = _a.hideDisclosure, props = tslib_es6.__rest(_a, ["hideDisclosure"]);
56
57
  return (React.createElement("div", null,
57
58
  React.createElement(Visible.Visible, { "data-testid": "mobile-disclosure", xs: !hideDisclosure, s: !hideDisclosure },
58
- React.createElement(SiteFooterV2ItemDisclosure, filterAttrs.__assign({}, props, { tabIndex: 0 }))),
59
+ React.createElement(SiteFooterV2ItemDisclosure, tslib_es6.__assign({}, props, { tabIndex: 0 }))),
59
60
  React.createElement(Visible.Visible, { "data-testid": "desktop-disclosure", m: true, l: true, xl: true, xxl: true },
60
- React.createElement(SiteFooterV2ItemDisclosure, filterAttrs.__assign({}, props, { open: true, tabIndex: -1 })),
61
+ React.createElement(SiteFooterV2ItemDisclosure, tslib_es6.__assign({}, props, { open: true, tabIndex: -1 })),
61
62
  React.createElement(VerticalSpace.VerticalSpace, { size: "12" }))));
62
63
  };
63
64
  var SiteFooterV2Item = function (_a) {
64
- var children = _a.children, href = _a.href, onClick = _a.onClick, props = filterAttrs.__rest(_a, ["children", "href", "onClick"]);
65
- return (React.createElement("li", filterAttrs.__assign({ className: "arc-SiteFooterV2-item" }, filterAttrs.filterAttrs(props)),
65
+ var children = _a.children, href = _a.href, onClick = _a.onClick, props = tslib_es6.__rest(_a, ["children", "href", "onClick"]);
66
+ return (React.createElement("li", tslib_es6.__assign({ className: "arc-SiteFooterV2-item" }, filterAttrs.filterAttrs(props)),
66
67
  React.createElement("a", { onClick: handleLinkClick.handleLinkClick({ handler: onClick }), className: "arc-SiteFooterV2-link", href: href }, children)));
67
68
  };
68
69
 
@@ -73,8 +74,8 @@ var SiteFooterV2Utility = function (_a) {
73
74
  var copyrightYear = _a.copyrightYear, children = _a.children, socialLinks = _a.socialLinks, _b = _a.brand, brand = _b === void 0 ? {
74
75
  logoLabel: "BT",
75
76
  href: "/",
76
- } : _b, contentSlot = _a.contentSlot, props = filterAttrs.__rest(_a, ["copyrightYear", "children", "socialLinks", "brand", "contentSlot"]);
77
- return (React.createElement("div", filterAttrs.__assign({ className: "arc-SiteFooterV2-utility", "aria-label": "Footer utility bar" }, filterAttrs.filterAttrs(props)),
77
+ } : _b, contentSlot = _a.contentSlot, props = tslib_es6.__rest(_a, ["copyrightYear", "children", "socialLinks", "brand", "contentSlot"]);
78
+ return (React.createElement("div", tslib_es6.__assign({ className: "arc-SiteFooterV2-utility", "aria-label": "Footer utility bar" }, filterAttrs.filterAttrs(props)),
78
79
  React.createElement("div", { className: "arc-SiteFooterV2-brand" },
79
80
  !contentSlot && (React.createElement(React.Fragment, null,
80
81
  React.createElement("a", { className: "arc-SiteFooterV2-brandLogo", onClick: handleLinkClick.handleLinkClick({ handler: brand.onClick }), href: brand.href, tabIndex: brand.href ? 0 : -1 },
@@ -1,16 +1,17 @@
1
1
  'use client';
2
- import { _ as __rest, a as __assign, f as filterAttrs } from '../_shared/esm/filter-attrs-B6CM-NUr.mjs';
2
+ import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
3
3
  import React__default, { useContext } from 'react';
4
4
  import { c as classNames } from '../_shared/esm/index-5C0-U8cc.mjs';
5
- import { C as Context } from '../_shared/esm/Surface-Colbp3Zx.mjs';
6
- import { S as Section } from '../_shared/esm/Section-7InCvzfh.mjs';
7
- import { R as Rule } from '../_shared/esm/Rule-3gdMHH-R.mjs';
8
- import { V as VerticalSpace } from '../_shared/esm/VerticalSpace-Duhm0zXP.mjs';
5
+ import { f as filterAttrs } from '../_shared/esm/filter-attrs-v_SweZXP.mjs';
6
+ import { C as Context } from '../_shared/esm/Surface-C69KVzkY.mjs';
7
+ import { S as Section } from '../_shared/esm/Section-COc1l3mp.mjs';
8
+ import { R as Rule } from '../_shared/esm/Rule-I1w3EaZi.mjs';
9
+ import { V as VerticalSpace } from '../_shared/esm/VerticalSpace-BLWB02I7.mjs';
9
10
  import { h as handleLinkClick } from '../_shared/esm/handle-link-click-CIgZ7pa0.mjs';
10
- import { V as Visible } from '../_shared/esm/Visible-B13QJn7R.mjs';
11
- import { T as ThemeIcon } from '../_shared/esm/ThemeIcon-CN_Ed5b1.mjs';
12
- import { B as BrandLogo } from '../_shared/esm/BrandLogo-_2Z_8I2Y.mjs';
13
- import { I as Icon } from '../_shared/esm/Icon-CcPOJcQm.mjs';
11
+ import { V as Visible } from '../_shared/esm/Visible-B0d79VWZ.mjs';
12
+ import { T as ThemeIcon } from '../_shared/esm/ThemeIcon-B0SruPZC.mjs';
13
+ import { B as BrandLogo } from '../_shared/esm/BrandLogo-Dc-d_8ZN.mjs';
14
+ import { I as Icon } from '../_shared/esm/Icon-CCUbr_AO.mjs';
14
15
  import { i as isDate, f as format } from '../_shared/esm/index-Cr6KeQLU.mjs';
15
16
  import '../_shared/esm/index-Spae4j7j.mjs';
16
17
  import '../_shared/esm/suffix-modifier-B_pO0UkF.mjs';
@@ -1 +1 @@
1
- .arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-slogan{border-right:0;color:var(--sem-color-fg-secondary-light-muted-alt);font:var(--sem-type-body-reg-m);margin:0;padding:0}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2--onDarkSurface .arc-SiteFooterV2-slogan{color:var(--sem-color-fg-secondary-dark-strong)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-main{margin-bottom:var(--vertical-space-size-40)}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-main{grid-column-gap:var(--sitefooter-gap-xl);-moz-column-gap:var(--sitefooter-gap-xl);column-gap:var(--sitefooter-gap-xl);display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:var(--vertical-space-size-40);row-gap:var(--vertical-space-size-40)}}@media (min-width:1024px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-main{grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(4,1fr)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-main-3Columns{grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(3,1fr)}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:calc(0px - var(--arc-size-section-margin-s));margin-right:calc(0px - var(--arc-size-section-margin-s))}@media (min-width:636px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:calc(0px - var(--arc-size-section-margin-m));margin-right:calc(0px - var(--arc-size-section-margin-m))}}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:var(--arc-size-section-margin-m);margin-right:0}@supports (display:grid){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:0}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure[open]{background-color:transparent !important}}@media (min-width:1280px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:var(--arc-size-section-margin-l)}@supports (display:grid){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure{margin-left:0}}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-link{color:var(--sem-color-fg-secondary-light-muted);text-decoration:none}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-link:hover{color:inherit;text-decoration:underline}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-link:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-link:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary{align-items:center;cursor:pointer;display:flex;gap:var(--sitefooter-gap-l);list-style:none;padding-bottom:var(--vertical-space-size-16);padding-top:var(--vertical-space-size-16);position:relative}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary:focus{outline:var(--focus-border-weight-s) solid transparent}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary{padding:0}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary{cursor:default;pointer-events:none}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary::-webkit-details-marker{display:none}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary:not(:focus) .arc-SiteFooterV2-icon{display:none}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary:not(:focus-visible) .arc-SiteFooterV2-icon{display:none}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary:focus::before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary:focus-visible::before{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-summary:focus:not(:focus-visible)::before{box-shadow:none}@media (prefers-reduced-motion:no-preference){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure .arc-SiteFooterV2-icon{transition:0.2s cubic-bezier(0.44,0,0.55,0.94)}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure .arc-SiteFooterV2-icon{content:"";height:1em;width:1em}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-icon{transform:rotate(180deg)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup{list-style:none;margin-bottom:var(--vertical-space-size-8);margin-top:0;padding-left:0}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link{align-items:center;display:flex;gap:var(--sitefooter-gap-m);padding-bottom:var(--vertical-space-size-16);padding-left:var(--sitefooter-padding-xxl);padding-right:var(--sitefooter-padding-xxl)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2--onDarkSurface .arc-SiteFooterV2-link{color:var(--sem-color-fg-secondary-dark-muted)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-item:first-child .arc-SiteFooterV2-link{padding-top:var(--vertical-space-size-8)}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link{margin-top:var(--vertical-space-size-16);padding:0}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:hover{text-decoration:underline}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-item:first-child .arc-SiteFooterV2-link{padding-top:0}}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:hover,.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:active{background-color:transparent}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-itemGroupTitle{display:inline-block;font:var(--sem-type-body-semi-m);margin-bottom:0;margin-top:0;white-space:nowrap}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utility{display:flex;flex-direction:column;row-gap:var(--vertical-space-size-40);width:100%}@media (min-width:636px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utility{align-items:flex-start;flex-direction:row;justify-self:flex-start}}@media (min-width:768px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utility{align-items:flex-start;display:flex}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilityItems{align-items:center;display:flex;flex-wrap:wrap;font:var(--sem-type-body-reg-s);gap:32px;list-style:none;margin:0;padding:0;row-gap:24px}@media (min-width:636px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilityItems{padding-left:56px;padding-right:56px;padding-top:6px;row-gap:16px}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilitySocials{display:flex;flex-direction:row;gap:var(--sitefooter-gap-l);list-style:none;margin:0;padding:0;padding-top:var(--sitefooter-padding-s);padding-bottom:var(--sitefooter-padding-s)}@media (min-width:636px){.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilitySocials{display:flex;flex-direction:row;flex-grow:1;gap:var(--sitefooter-gap-l);justify-content:flex-end;list-style:none;margin:0}}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilitySocialsLink:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-utilitySocialsLink:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-brand{align-items:center;align-self:flex-start;display:flex;height:var(--sitefooter-size-icon-l)}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-brandLogo{cursor:pointer}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-copyright{font:var(--sem-type-body-reg-xs);padding-left:var(--sitefooter-gap-m);white-space:nowrap}.arc-v12-0-0-beta-23 .arc .arc-SiteFooterV2-contentSlot{align-items:center;display:flex;height:var(--sitefooter-size-icon-l)}
1
+ .arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-slogan{border-right:0;color:var(--sem-color-fg-secondary-light-muted-alt);font:var(--sem-type-body-reg-m);margin:0;padding:0}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2--onDarkSurface .arc-SiteFooterV2-slogan{color:var(--sem-color-fg-secondary-dark-strong)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-main{margin-bottom:var(--vertical-space-size-40)}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-main{grid-column-gap:var(--sitefooter-gap-xl);-moz-column-gap:var(--sitefooter-gap-xl);column-gap:var(--sitefooter-gap-xl);display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:var(--vertical-space-size-40);row-gap:var(--vertical-space-size-40)}}@media (min-width:1024px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-main{grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(4,1fr)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-main-3Columns{grid-column-gap:32px;-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(3,1fr)}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:calc(0px - var(--arc-size-section-margin-s));margin-right:calc(0px - var(--arc-size-section-margin-s))}@media (min-width:636px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:calc(0px - var(--arc-size-section-margin-m));margin-right:calc(0px - var(--arc-size-section-margin-m))}}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:var(--arc-size-section-margin-m);margin-right:0}@supports (display:grid){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:0}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure[open]{background-color:transparent !important}}@media (min-width:1280px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:var(--arc-size-section-margin-l)}@supports (display:grid){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure{margin-left:0}}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-link{color:var(--sem-color-fg-secondary-light-muted);text-decoration:none}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-link:hover{color:inherit;text-decoration:underline}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-link:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-link:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary{align-items:center;cursor:pointer;display:flex;gap:var(--sitefooter-gap-l);list-style:none;padding-bottom:var(--vertical-space-size-16);padding-top:var(--vertical-space-size-16);position:relative}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary:focus{outline:var(--focus-border-weight-s) solid transparent}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary{padding:0}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary{cursor:default;pointer-events:none}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary::-webkit-details-marker{display:none}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary:not(:focus) .arc-SiteFooterV2-icon{display:none}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-summary:not(:focus-visible) .arc-SiteFooterV2-icon{display:none}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary:focus::before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary:focus-visible::before{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-summary:focus:not(:focus-visible)::before{box-shadow:none}@media (prefers-reduced-motion:no-preference){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure .arc-SiteFooterV2-icon{transition:0.2s cubic-bezier(0.44,0,0.55,0.94)}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure .arc-SiteFooterV2-icon{content:"";height:1em;width:1em}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-disclosure[open] .arc-SiteFooterV2-icon{transform:rotate(180deg)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup{list-style:none;margin-bottom:var(--vertical-space-size-8);margin-top:0;padding-left:0}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link{align-items:center;display:flex;gap:var(--sitefooter-gap-m);padding-bottom:var(--vertical-space-size-16);padding-left:var(--sitefooter-padding-xxl);padding-right:var(--sitefooter-padding-xxl)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2--onDarkSurface .arc-SiteFooterV2-link{color:var(--sem-color-fg-secondary-dark-muted)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-item:first-child .arc-SiteFooterV2-link{padding-top:var(--vertical-space-size-8)}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link{margin-top:var(--vertical-space-size-16);padding:0}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:hover{text-decoration:underline}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-item:first-child .arc-SiteFooterV2-link{padding-top:0}}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:hover,.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroup .arc-SiteFooterV2-link:active{background-color:transparent}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-itemGroupTitle{display:inline-block;font:var(--sem-type-body-semi-m);margin-bottom:0;margin-top:0;white-space:nowrap}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utility{display:flex;flex-direction:column;row-gap:var(--vertical-space-size-40);width:100%}@media (min-width:636px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utility{align-items:flex-start;flex-direction:row;justify-self:flex-start}}@media (min-width:768px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utility{align-items:flex-start;display:flex}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilityItems{align-items:center;display:flex;flex-wrap:wrap;font:var(--sem-type-body-reg-s);gap:32px;list-style:none;margin:0;padding:0;row-gap:24px}@media (min-width:636px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilityItems{padding-left:56px;padding-right:56px;padding-top:6px;row-gap:16px}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilitySocials{display:flex;flex-direction:row;gap:var(--sitefooter-gap-l);list-style:none;margin:0;padding:0;padding-top:var(--sitefooter-padding-s);padding-bottom:var(--sitefooter-padding-s)}@media (min-width:636px){.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilitySocials{display:flex;flex-direction:row;flex-grow:1;gap:var(--sitefooter-gap-l);justify-content:flex-end;list-style:none;margin:0}}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilitySocialsLink:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-utilitySocialsLink:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-brand{align-items:center;align-self:flex-start;display:flex;height:var(--sitefooter-size-icon-l)}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-brandLogo{cursor:pointer}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-copyright{font:var(--sem-type-body-reg-xs);padding-left:var(--sitefooter-gap-m);white-space:nowrap}.arc-v12-0-0-beta-24 .arc .arc-SiteFooterV2-contentSlot{align-items:center;display:flex;height:var(--sitefooter-size-icon-l)}
@@ -1,23 +1,24 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var filterAttrs = require('../_shared/cjs/filter-attrs-eK6E_34o.cjs');
4
+ var tslib_es6 = require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
5
5
  var React = require('react');
6
6
  var index = require('../_shared/cjs/index-CTlXMLug.cjs');
7
- var index_es = require('../_shared/cjs/index.es-fkulh7qu.cjs');
7
+ var index_es = require('../_shared/cjs/index.es-VcVPUNjD.cjs');
8
+ var filterAttrs = require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
8
9
  var BtIconChevronRight2Px = require('../_shared/cjs/BtIconChevronRight2Px-CIRaur2B.cjs');
9
- var BrandLogo = require('../_shared/cjs/BrandLogo-D5wlIFmm.cjs');
10
- var useMediaQuery = require('../_shared/cjs/use-media-query-BsUfHjPZ.cjs');
11
- var Surface = require('../_shared/cjs/Surface-BFx1yNsq.cjs');
10
+ var BrandLogo = require('../_shared/cjs/BrandLogo-coNfTwRv.cjs');
11
+ var useMediaQuery = require('../_shared/cjs/use-media-query-DqZqShGX.cjs');
12
+ var Surface = require('../_shared/cjs/Surface-DIU5ciDT.cjs');
12
13
  var handleLinkClick = require('../_shared/cjs/handle-link-click-C7BvOIYa.cjs');
13
- var Icon = require('../_shared/cjs/Icon-CzhyKqMd.cjs');
14
+ var Icon = require('../_shared/cjs/Icon-Dk2XHa7V.cjs');
14
15
  var BtIconChevronRightMid = require('../_shared/cjs/BtIconChevronRightMid-eGxk3ae6.cjs');
15
16
  var ConditionalWrapper = require('../_shared/cjs/ConditionalWrapper-C09Kw6EG.cjs');
16
- var ButtonV2 = require('../_shared/cjs/ButtonV2-Bta5SVVY.cjs');
17
+ var ButtonV2 = require('../_shared/cjs/ButtonV2-BJlwsXlN.cjs');
17
18
  var suffixModifier = require('../_shared/cjs/suffix-modifier-DLUGR-yG.cjs');
18
- var Text = require('../_shared/cjs/Text-Cr5nmYmx.cjs');
19
+ var Text = require('../_shared/cjs/Text-jwsn80lQ.cjs');
19
20
  require('../_shared/cjs/index-DR8Rkav9.cjs');
20
- require('../_shared/cjs/Spinner-bbrOwxv2.cjs');
21
+ require('../_shared/cjs/Spinner-427lpnHI.cjs');
21
22
 
22
23
  var SiteHeaderV2MenuButton = function (_a) {
23
24
  var _b;
@@ -41,7 +42,7 @@ var Provider$1 = Context$1.Provider;
41
42
  */
42
43
  var SiteHeaderV2 = function (_a) {
43
44
  var _b;
44
- var children = _a.children, basket = _a.basket, _c = _a.hasLogin, hasLogin = _c === void 0 ? true : _c, _d = _a.isTransparent, isTransparent = _d === void 0 ? false : _d, _e = _a.loginHref, loginHref = _e === void 0 ? "/login" : _e, logoOnClick = _a.logoOnClick, loginOnClick = _a.loginOnClick, _f = _a.loginTitle, loginTitle = _f === void 0 ? "Log in / Register" : _f, _g = _a.logoHref, logoHref = _g === void 0 ? "/" : _g, _h = _a.logoLabel, logoLabel = _h === void 0 ? "Home" : _h, search = _a.search, subBrand = _a.subBrand, props = filterAttrs.__rest(_a, ["children", "basket", "hasLogin", "isTransparent", "loginHref", "logoOnClick", "loginOnClick", "loginTitle", "logoHref", "logoLabel", "search", "subBrand"]);
45
+ var children = _a.children, basket = _a.basket, _c = _a.hasLogin, hasLogin = _c === void 0 ? true : _c, _d = _a.isTransparent, isTransparent = _d === void 0 ? false : _d, _e = _a.loginHref, loginHref = _e === void 0 ? "/login" : _e, logoOnClick = _a.logoOnClick, loginOnClick = _a.loginOnClick, _f = _a.loginTitle, loginTitle = _f === void 0 ? "Log in / Register" : _f, _g = _a.logoHref, logoHref = _g === void 0 ? "/" : _g, _h = _a.logoLabel, logoLabel = _h === void 0 ? "Home" : _h, search = _a.search, subBrand = _a.subBrand, props = tslib_es6.__rest(_a, ["children", "basket", "hasLogin", "isTransparent", "loginHref", "logoOnClick", "loginOnClick", "loginTitle", "logoHref", "logoLabel", "search", "subBrand"]);
45
46
  var _j = React.useState(false), hasClientSideJavaScript = _j[0], setHasClientSideJavaScript = _j[1];
46
47
  var _k = React.useState(false), menuOpen = _k[0], setMenuOpen = _k[1];
47
48
  var isMinWidthArcBreakpointL = useMediaQuery.useMediaQuery("(min-width: ".concat(index_es.ArcSizeBreakpointsL, ")"));
@@ -88,7 +89,7 @@ var SiteHeaderV2 = function (_a) {
88
89
  setHasClientSideJavaScript(true);
89
90
  }, [setHasClientSideJavaScript]);
90
91
  return (React.createElement(Provider$1, { value: { transparent: isTransparent, menubarRef: menubarRef } },
91
- React.createElement("div", filterAttrs.__assign({ className: index.classNames((_b = {},
92
+ React.createElement("div", tslib_es6.__assign({ className: index.classNames((_b = {},
92
93
  _b["arc-SiteHeaderV2"] = true,
93
94
  _b["arc-SiteHeaderV2--menuOpen"] = menuOpen,
94
95
  _b["arc-no-js"] = !hasClientSideJavaScript,
@@ -125,15 +126,15 @@ function useHeaderV2Context() {
125
126
  }
126
127
 
127
128
  var SiteHeaderV2Column = function (_a) {
128
- var children = _a.children, props = filterAttrs.__rest(_a, ["children"]);
129
- return (React.createElement("li", filterAttrs.__assign({ className: "arc-SiteHeaderV2Column" }, filterAttrs.filterAttrs(props), { role: "none" }),
129
+ var children = _a.children, props = tslib_es6.__rest(_a, ["children"]);
130
+ return (React.createElement("li", tslib_es6.__assign({ className: "arc-SiteHeaderV2Column" }, filterAttrs.filterAttrs(props), { role: "none" }),
130
131
  React.createElement("ul", { className: "arc-SiteHeaderV2Column-items", role: "none" }, children)));
131
132
  };
132
133
 
133
134
  var SiteHeaderV2Item = function (_a) {
134
135
  var _b;
135
- var children = _a.children, href = _a.href, onClick = _a.onClick, props = filterAttrs.__rest(_a, ["children", "href", "onClick"]);
136
- return (React.createElement("li", filterAttrs.__assign({ className: index.classNames((_b = {},
136
+ var children = _a.children, href = _a.href, onClick = _a.onClick, props = tslib_es6.__rest(_a, ["children", "href", "onClick"]);
137
+ return (React.createElement("li", tslib_es6.__assign({ className: index.classNames((_b = {},
137
138
  _b["arc-SiteHeaderV2Item"] = true,
138
139
  _b["arc-SiteHeaderV2Item--emphasised"] = true,
139
140
  _b)) }, filterAttrs.filterAttrs(props), { role: "none" }),
@@ -144,11 +145,11 @@ var SiteHeaderV2Item = function (_a) {
144
145
  };
145
146
 
146
147
  var SiteHeaderV2ItemGroup = function (_a) {
147
- var children = _a.children, href = _a.href, title = _a.title, subtitle = _a.subtitle, onClick = _a.onClick, viewAllTitle = _a.viewAllTitle, props = filterAttrs.__rest(_a, ["children", "href", "title", "subtitle", "onClick", "viewAllTitle"]);
148
+ var children = _a.children, href = _a.href, title = _a.title, subtitle = _a.subtitle, onClick = _a.onClick, viewAllTitle = _a.viewAllTitle, props = tslib_es6.__rest(_a, ["children", "href", "title", "subtitle", "onClick", "viewAllTitle"]);
148
149
  var isMinWidthArcBreakpointL = useMediaQuery.useMediaQuery("(min-width: ".concat(index_es.ArcSizeBreakpointsL, ")"));
149
150
  var ElementType = title ? "details" : "div";
150
151
  return (React.createElement("li", { className: "arc-SiteHeaderV2ItemGroup" },
151
- React.createElement(ElementType, filterAttrs.__assign({ className: "arc-SiteHeaderV2ItemGroup-details", open: Boolean(title && isMinWidthArcBreakpointL) }, filterAttrs.filterAttrs(props)),
152
+ React.createElement(ElementType, tslib_es6.__assign({ className: "arc-SiteHeaderV2ItemGroup-details", open: Boolean(title && isMinWidthArcBreakpointL) }, filterAttrs.filterAttrs(props)),
152
153
  title ? (React.createElement(React.Fragment, null,
153
154
  React.createElement("summary", { tabIndex: isMinWidthArcBreakpointL ? -1 : 0, className: "arc-SiteHeaderV2ItemGroup-summary" }, href ? (React.createElement("div", { className: "arc-SiteHeaderV2ItemGroup-heading" },
154
155
  React.createElement(ConditionalWrapper.ConditionalWrapper, { condition: isMinWidthArcBreakpointL, wrapper: function (children) { return (React.createElement("a", { onClick: handleLinkClick.handleLinkClick({
@@ -178,7 +179,7 @@ var SiteHeaderV2BackButton = function (_a) {
178
179
 
179
180
  var SiteHeaderV2Panel = function (_a) {
180
181
  var _b, _c, _d, _e, _f;
181
- var children = _a.children, navItemRef = _a.navItemRef, isNavItem = _a.isNavItem, open = _a.open, setOpen = _a.setOpen, setOpenPanelOnFirstClick = _a.setOpenPanelOnFirstClick, subNavItemRef = _a.subNavItemRef, _g = _a.subNavLink, subNavLink = _g === void 0 ? "" : _g, title = _a.title, subtitle = _a.subtitle, viewAll = _a.viewAll, withSubNav = _a.withSubNav, isPrimary = _a.isPrimary, props = filterAttrs.__rest(_a, ["children", "navItemRef", "isNavItem", "open", "setOpen", "setOpenPanelOnFirstClick", "subNavItemRef", "subNavLink", "title", "subtitle", "viewAll", "withSubNav", "isPrimary"]);
182
+ var children = _a.children, navItemRef = _a.navItemRef, isNavItem = _a.isNavItem, open = _a.open, setOpen = _a.setOpen, setOpenPanelOnFirstClick = _a.setOpenPanelOnFirstClick, subNavItemRef = _a.subNavItemRef, _g = _a.subNavLink, subNavLink = _g === void 0 ? "" : _g, title = _a.title, subtitle = _a.subtitle, viewAll = _a.viewAll, withSubNav = _a.withSubNav, isPrimary = _a.isPrimary, props = tslib_es6.__rest(_a, ["children", "navItemRef", "isNavItem", "open", "setOpen", "setOpenPanelOnFirstClick", "subNavItemRef", "subNavLink", "title", "subtitle", "viewAll", "withSubNav", "isPrimary"]);
182
183
  var isMinWidthArcBreakpointL = useMediaQuery.useMediaQuery("(min-width: ".concat(index_es.ArcSizeBreakpointsL, ")"));
183
184
  var menubarRef = useHeaderV2Context().menubarRef;
184
185
  React.useEffect(function () {
@@ -271,7 +272,7 @@ var SiteHeaderV2Panel = function (_a) {
271
272
  };
272
273
  }, [setOpen, subNavItemRef, menubarRef]);
273
274
  return (React.createElement("div", { style: { display: "flex" } },
274
- React.createElement("div", filterAttrs.__assign({ className: index.classNames((_b = {},
275
+ React.createElement("div", tslib_es6.__assign({ className: index.classNames((_b = {},
275
276
  _b["arc-SiteHeaderV2Panel"] = true,
276
277
  _b["arc-SiteHeaderV2Panel--open"] = open,
277
278
  _b["arc-SiteHeaderV2Panel--withSubNav"] = withSubNav,
@@ -327,12 +328,12 @@ var SiteHeaderV2ViewAll = function (_a) {
327
328
 
328
329
  var SiteHeaderV2NavItem = function (_a) {
329
330
  var _b, _c, _d, _e, _f;
330
- var children = _a.children, href = _a.href, isCurrent = _a.isCurrent, onClick = _a.onClick, title = _a.title, isPrimary = _a.isPrimary, opensFirstWithPanel = _a.opensFirstWithPanel, subTitle = _a.subTitle, props = filterAttrs.__rest(_a, ["children", "href", "isCurrent", "onClick", "title", "isPrimary", "opensFirstWithPanel", "subTitle"]);
331
+ var children = _a.children, href = _a.href, isCurrent = _a.isCurrent, onClick = _a.onClick, title = _a.title, isPrimary = _a.isPrimary, opensFirstWithPanel = _a.opensFirstWithPanel, subTitle = _a.subTitle, props = tslib_es6.__rest(_a, ["children", "href", "isCurrent", "onClick", "title", "isPrimary", "opensFirstWithPanel", "subTitle"]);
331
332
  var navItem = React.useRef();
332
333
  var _g = React.useState(false), panelOpen = _g[0], setPanelOpen = _g[1];
333
334
  var _h = React.useState(true), openSecondaryWithSubNav = _h[0], setOpenSecondaryWithSubNav = _h[1];
334
335
  var isMinWidthArcBreakpointL = useMediaQuery.useMediaQuery("(min-width: ".concat(index_es.ArcSizeBreakpointsL, ")"));
335
- return (React.createElement("li", filterAttrs.__assign({ className: index.classNames((_b = {},
336
+ return (React.createElement("li", tslib_es6.__assign({ className: index.classNames((_b = {},
336
337
  _b["arc-SiteHeaderV2NavItem-primary"] = isPrimary,
337
338
  _b["arc-SiteHeaderV2NavItemWithSubNav-Secondary"] = !isPrimary,
338
339
  _b["arc-SiteHeaderV2NavItem"] = !subTitle && !isPrimary,
@@ -379,7 +380,7 @@ var SiteHeaderV2NavItem = function (_a) {
379
380
 
380
381
  var SiteHeaderV2HorizontalPanel = function (_a) {
381
382
  var _b, _c, _d;
382
- var children = _a.children, navItemRef = _a.navItemRef, open = _a.open, setOpen = _a.setOpen, subNavItemRef = _a.subNavItemRef, _e = _a.subNavLink, subNavLink = _e === void 0 ? "" : _e, title = _a.title, withSubNav = _a.withSubNav, props = filterAttrs.__rest(_a, ["children", "navItemRef", "open", "setOpen", "subNavItemRef", "subNavLink", "title", "withSubNav"]);
383
+ var children = _a.children, navItemRef = _a.navItemRef, open = _a.open, setOpen = _a.setOpen, subNavItemRef = _a.subNavItemRef, _e = _a.subNavLink, subNavLink = _e === void 0 ? "" : _e, title = _a.title, withSubNav = _a.withSubNav, props = tslib_es6.__rest(_a, ["children", "navItemRef", "open", "setOpen", "subNavItemRef", "subNavLink", "title", "withSubNav"]);
383
384
  React.useEffect(function () {
384
385
  // Where appropriate, close the Panel when clicking outside of it,
385
386
  // by listening to clicks on the entire document and acting accordingly.
@@ -417,7 +418,7 @@ var SiteHeaderV2HorizontalPanel = function (_a) {
417
418
  window.removeEventListener("keydown", handleKeydown);
418
419
  };
419
420
  }, [setOpen, subNavItemRef]);
420
- return (React.createElement("div", filterAttrs.__assign({ className: index.classNames((_b = {},
421
+ return (React.createElement("div", tslib_es6.__assign({ className: index.classNames((_b = {},
421
422
  _b["arc-SiteHeaderV2HorizontalPanel"] = true,
422
423
  _b["arc-SiteHeaderV2HorizontalPanel--open"] = open,
423
424
  _b["arc-SiteHeaderV2HorizontalPanel--withSubNav"] = withSubNav,
@@ -438,7 +439,7 @@ var Context = React.createContext(defaultContext);
438
439
  var Provider = Context.Provider;
439
440
  var SiteHeaderV2NavItemWithSubNav = function (_a) {
440
441
  var _b, _c, _d, _e, _f;
441
- var href = _a.href, slot1 = _a.slot1, slot2 = _a.slot2, slot3 = _a.slot3, slot4 = _a.slot4, slot5 = _a.slot5, slot6 = _a.slot6, _g = _a.subTitle, subTitle = _g === void 0 ? null : _g, title = _a.title, onViewAllClick = _a.onViewAllClick, isPrimary = _a.isPrimary, opensFirstWithPanel = _a.opensFirstWithPanel, viewAllTitle = _a.viewAllTitle, props = filterAttrs.__rest(_a, ["href", "slot1", "slot2", "slot3", "slot4", "slot5", "slot6", "subTitle", "title", "onViewAllClick", "isPrimary", "opensFirstWithPanel", "viewAllTitle"]);
442
+ var href = _a.href, slot1 = _a.slot1, slot2 = _a.slot2, slot3 = _a.slot3, slot4 = _a.slot4, slot5 = _a.slot5, slot6 = _a.slot6, _g = _a.subTitle, subTitle = _g === void 0 ? null : _g, title = _a.title, onViewAllClick = _a.onViewAllClick, isPrimary = _a.isPrimary, opensFirstWithPanel = _a.opensFirstWithPanel, viewAllTitle = _a.viewAllTitle, props = tslib_es6.__rest(_a, ["href", "slot1", "slot2", "slot3", "slot4", "slot5", "slot6", "subTitle", "title", "onViewAllClick", "isPrimary", "opensFirstWithPanel", "viewAllTitle"]);
442
443
  var navItem = React.useRef();
443
444
  var _h = React.useState(true), defaultItem = _h[0], setDefaultItem = _h[1];
444
445
  var _j = React.useState(false), panelOpen = _j[0], setPanelOpen = _j[1];
@@ -473,7 +474,7 @@ var SiteHeaderV2NavItemWithSubNav = function (_a) {
473
474
  });
474
475
  }, [slot1, slot2, slot3, slot4, slot5]);
475
476
  return (React.createElement(Provider, { value: { navItem: navItem, subTitle: subTitle } },
476
- React.createElement("li", filterAttrs.__assign({ className: index.classNames((_b = {},
477
+ React.createElement("li", tslib_es6.__assign({ className: index.classNames((_b = {},
477
478
  _b["arc-SiteHeaderV2NavItemWithSubNav"] = true,
478
479
  _b["arc-SiteHeaderV2NavItemWithSubNav-Secondary"] = !isPrimary,
479
480
  _b["arc-SiteHeaderV2NavItem-primary"] = isPrimary,
@@ -539,13 +540,13 @@ var SiteHeaderV2NavItemWithSubNav = function (_a) {
539
540
  };
540
541
 
541
542
  var SiteHeaderV2NodeItem = function (_a) {
542
- var children = _a.children, props = filterAttrs.__rest(_a, ["children"]);
543
- return React.createElement(React.Fragment, filterAttrs.__assign({}, filterAttrs.filterAttrs(props)), children);
543
+ var children = _a.children, props = tslib_es6.__rest(_a, ["children"]);
544
+ return React.createElement(React.Fragment, tslib_es6.__assign({}, filterAttrs.filterAttrs(props)), children);
544
545
  };
545
546
 
546
547
  var SiteHeaderV2SubNavItem = function (_a) {
547
548
  var _b, _c;
548
- var children = _a.children, _d = _a.isDefaultItem, isDefaultItem = _d === void 0 ? false : _d, href = _a.href, onClick = _a.onClick, offsetXL = _a.offsetXL, subTitle = _a.subTitle, title = _a.title, viewAllTitle = _a.viewAllTitle, icon = _a.icon, props = filterAttrs.__rest(_a, ["children", "isDefaultItem", "href", "onClick", "offsetXL", "subTitle", "title", "viewAllTitle", "icon"]);
549
+ var children = _a.children, _d = _a.isDefaultItem, isDefaultItem = _d === void 0 ? false : _d, href = _a.href, onClick = _a.onClick, offsetXL = _a.offsetXL, subTitle = _a.subTitle, title = _a.title, viewAllTitle = _a.viewAllTitle, icon = _a.icon, props = tslib_es6.__rest(_a, ["children", "isDefaultItem", "href", "onClick", "offsetXL", "subTitle", "title", "viewAllTitle", "icon"]);
549
550
  var navItem = React.useContext(Context).navItem;
550
551
  var subNavItem = React.useRef();
551
552
  var _e = React.useState(false), panelOpen = _e[0], setPanelOpen = _e[1];
@@ -565,7 +566,7 @@ var SiteHeaderV2SubNavItem = function (_a) {
565
566
  children && !isMinWidthArcBreakpointL && (React.createElement("span", { className: "arc-SiteHeaderV2SubNavItem-linkIcon" },
566
567
  React.createElement(Icon.Icon, { icon: BtIconChevronRight2Px.BtIconChevronRight2Px }))),
567
568
  subTitle ? (React.createElement("span", { className: "arc-SiteHeaderV2SubNavItem-linkSubTitle" }, subTitle)) : null));
568
- return (React.createElement("li", filterAttrs.__assign({ className: index.classNames((_b = {},
569
+ return (React.createElement("li", tslib_es6.__assign({ className: index.classNames((_b = {},
569
570
  _b["arc-SiteHeaderV2SubNavItem"] = true,
570
571
  _b["arc-SiteHeaderV2SubNavItem--linkSelected"] = children && panelOpen,
571
572
  _b["arc-SiteHeaderV2SubNavItem--linkNotSelected"] = children && !panelOpen,
@@ -1,21 +1,22 @@
1
1
  'use client';
2
- import { _ as __rest, a as __assign, f as filterAttrs } from '../_shared/esm/filter-attrs-B6CM-NUr.mjs';
2
+ import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
3
3
  import React__default, { createContext, useState, useRef, useEffect, useContext } from 'react';
4
4
  import { c as classNames } from '../_shared/esm/index-5C0-U8cc.mjs';
5
- import { b as ArcSizeBreakpointsL } from '../_shared/esm/index.es-CtRkzfKP.mjs';
5
+ import { b as ArcSizeBreakpointsL } from '../_shared/esm/index.es-tyrXzvpp.mjs';
6
+ import { f as filterAttrs } from '../_shared/esm/filter-attrs-v_SweZXP.mjs';
6
7
  import { a as BtIconChevronRight2Px, B as BtIconChevronLeft2Px } from '../_shared/esm/BtIconChevronRight2Px-DzWb16fR.mjs';
7
- import { B as BrandLogo } from '../_shared/esm/BrandLogo-_2Z_8I2Y.mjs';
8
- import { u as useMediaQuery } from '../_shared/esm/use-media-query-DmKuIDEM.mjs';
9
- import { S as Surface } from '../_shared/esm/Surface-Colbp3Zx.mjs';
8
+ import { B as BrandLogo } from '../_shared/esm/BrandLogo-Dc-d_8ZN.mjs';
9
+ import { u as useMediaQuery } from '../_shared/esm/use-media-query-BmsMeo2M.mjs';
10
+ import { S as Surface } from '../_shared/esm/Surface-C69KVzkY.mjs';
10
11
  import { h as handleLinkClick } from '../_shared/esm/handle-link-click-CIgZ7pa0.mjs';
11
- import { I as Icon } from '../_shared/esm/Icon-CcPOJcQm.mjs';
12
+ import { I as Icon } from '../_shared/esm/Icon-CCUbr_AO.mjs';
12
13
  import { B as BtIconChevronRightMid } from '../_shared/esm/BtIconChevronRightMid-DE4lmVaG.mjs';
13
14
  import { C as ConditionalWrapper } from '../_shared/esm/ConditionalWrapper-WoJxFYwS.mjs';
14
- import { B as ButtonV2 } from '../_shared/esm/ButtonV2-DwYBAojW.mjs';
15
+ import { B as ButtonV2 } from '../_shared/esm/ButtonV2-C4a_kkhh.mjs';
15
16
  import { s as suffixModifier } from '../_shared/esm/suffix-modifier-B_pO0UkF.mjs';
16
- import { T as Text } from '../_shared/esm/Text-CBlnm5CT.mjs';
17
+ import { T as Text } from '../_shared/esm/Text-BAzOkkzN.mjs';
17
18
  import '../_shared/esm/index-Spae4j7j.mjs';
18
- import '../_shared/esm/Spinner-Cd7LiPTy.mjs';
19
+ import '../_shared/esm/Spinner-DvngCIwx.mjs';
19
20
 
20
21
  var SiteHeaderV2MenuButton = function (_a) {
21
22
  var _b;