@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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import * as React from 'react';
3
- import React__default, { createContext, useContext, useState, useEffect, useMemo, useId as useId$1, useRef, forwardRef, isValidElement, cloneElement, useCallback, useReducer, useLayoutEffect, createElement, Children, Fragment as Fragment$1, Suspense, useImperativeHandle } from 'react';
3
+ import React__default, { createContext, useContext, useId as useId$1, useRef, useState, useEffect, forwardRef, isValidElement, cloneElement, useMemo, useCallback, useReducer, useLayoutEffect, createElement, Children, Fragment as Fragment$1, Suspense, useImperativeHandle } from 'react';
4
4
  import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
5
5
  import * as ReactDOM from 'react-dom';
6
6
  import ReactDOM__default, { flushSync, createPortal } from 'react-dom';
@@ -336,17 +336,6 @@ var AlignItem = function (_a) {
336
336
  return React__default.createElement("div", { className: "arc-Align-item" }, children);
337
337
  };
338
338
 
339
- /**
340
- * Do not edit directly
341
- * Generated on Fri, 15 Aug 2025 18:14:58 GMT
342
- */
343
- var ArcSizeBreakpointsXs = "320px";
344
- var ArcSizeBreakpointsS = "636px";
345
- var ArcSizeBreakpointsM = "768px";
346
- var ArcSizeBreakpointsL = "1024px";
347
- var ArcSizeBreakpointsXl = "1280px";
348
- var ArcSizeBreakpointsXxl = "1440px";
349
-
350
339
  var defaultContext$3 = { surface: "light" };
351
340
  var Context$3 = createContext(defaultContext$3);
352
341
  var Provider$5 = Context$3.Provider;
@@ -488,7 +477,9 @@ var Link = function (_a) {
488
477
  };
489
478
  var LinkElement = isButton ? "button" : href ? "a" : "span";
490
479
  return (React__default.createElement(LinkElement, __assign({}, elementProps[LinkElement], filterAttrs(props)),
491
- React__default.createElement("div", { className: "arc-Link-wrapper" },
480
+ React__default.createElement("div", { className: classNames("arc-Link-wrapper", {
481
+ "arc-Link--isButton": isButton,
482
+ }) },
492
483
  React__default.createElement(VisuallyHidden$2, null,
493
484
  screenReaderText || children,
494
485
  isExternalLink && " (Opens in new window)"),
@@ -500,214 +491,32 @@ var Link = function (_a) {
500
491
  isExternalLink && (React__default.createElement(ThemeIcon, { icon: "linkExternal", size: size === "s" ? 20 : 24 }))))));
501
492
  };
502
493
 
503
- /**
504
- * Use `Heading` to display heading text.
505
- */
506
- var Heading = function (_a) {
507
- var _b;
508
- var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, _e = _a.color, color = _e === void 0 ? "auto" : _e, children = _a.children, level = _a.level, isInline = _a.isInline, _f = _a.fontStyle, fontStyle = _f === void 0 ? "default" : _f, _g = _a.isResponsive, isResponsive = _g === void 0 ? true : _g, size = _a.size, id = _a.id, props = __rest(_a, ["align", "casing", "color", "children", "level", "isInline", "fontStyle", "isResponsive", "size", "id"]);
509
- var surface = useContext(Context$3).surface;
510
- var Element = "span";
511
- if (level) {
512
- Element = "h".concat(level);
513
- }
514
- return (React__default.createElement(Element, __assign({ id: id, className: classNames(" arc-Heading arc-Heading--".concat(camelcase(fontStyle)), (_b = {
515
- "arc-Heading--inline": isInline,
516
- "arc-Heading--fixedSize": isResponsive === false
517
- },
518
- _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
519
- _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
520
- _b["arc-Heading--casingNone"] = casing === "none",
521
- _b["arc-Heading--colorBrand"] = color === "brand",
522
- _b["arc-Heading--onDarkSurface"] = surface === "dark",
523
- _b["arc-Heading--isInline"] = isInline,
524
- _b)) }, filterAttrs(props)), children));
525
- };
526
-
527
- /**
528
- * Optionally define ariaDescribedBy if errorMessage or helper exist.
529
- */
530
- var useAriaDescribedby = function (_a) {
531
- var id = _a.id, _b = _a.idError, idError = _b === void 0 ? "".concat(id, "-error") : _b, _c = _a.idHelper, idHelper = _c === void 0 ? "".concat(id, "-helper") : _c, _d = _a.idDisclosure, idDisclosure = _d === void 0 ? "".concat(id, "-disclosure") : _d, errorMessage = _a.errorMessage, helper = _a.helper, disclosureText = _a.disclosureText;
532
- if (!id) {
533
- return {
534
- ariaDescribedby: undefined,
535
- idHelper: undefined,
536
- idError: undefined,
537
- idDisclosure: undefined,
538
- };
539
- }
540
- var ariaDescribedbyArr = [];
541
- if (errorMessage) {
542
- ariaDescribedbyArr.push(idError);
543
- }
544
- if (helper) {
545
- ariaDescribedbyArr.push(idHelper);
546
- }
547
- if (disclosureText) {
548
- ariaDescribedbyArr.push(idDisclosure);
549
- }
550
- var ariaDescribedby = ariaDescribedbyArr.length > 0 ? ariaDescribedbyArr.join(" ") : undefined;
551
- return { ariaDescribedby: ariaDescribedby, idError: idError, idHelper: idHelper, idDisclosure: idDisclosure };
552
- };
553
-
554
- /**
555
- * Detect interaction mode
556
- */
557
- var useInteractionMode = function () {
558
- var _a = useState("pointer"), interactionMode = _a[0], setInteractionMode = _a[1];
559
- useEffect(function () {
560
- var onKeyDown = function (event) {
561
- if (event.altKey || event.ctrlKey || event.metaKey) {
562
- return;
563
- }
564
- setInteractionMode("keyboard");
565
- };
566
- var onPointerDown = function () {
567
- setInteractionMode("pointer");
568
- };
569
- if (typeof window !== "undefined") {
570
- document.addEventListener("keydown", onKeyDown, true);
571
- document.addEventListener("click", onPointerDown, true);
572
- }
573
- return function () {
574
- if (typeof window !== "undefined") {
575
- document.removeEventListener("keydown", onKeyDown);
576
- document.removeEventListener("click", onPointerDown);
577
- }
578
- };
579
- }, []);
580
- return { interactionMode: interactionMode };
581
- };
582
-
583
- /**
584
- * Infer the correct inputMode, pattern and type if specifying a `number` type.
585
- */
586
- var useNumericInput = function (props) {
587
- var type = props.type === "number" ? "text" : props.type;
588
- var inputMode = props.inputMode;
589
- if (!props.inputMode) {
590
- if (props.type === "email") {
591
- inputMode = "email";
592
- }
593
- else if (props.type === "number") {
594
- inputMode = "numeric";
595
- }
596
- else if (props.type === "tel") {
597
- inputMode = "tel";
598
- }
599
- else if (props.type === "url") {
600
- inputMode = "url";
601
- }
602
- }
603
- var pattern = props.pattern;
604
- if (!props.pattern && props.type === "number") {
605
- pattern = "[0-9]*";
606
- }
607
- return { inputMode: inputMode, pattern: pattern, type: type };
608
- };
609
-
610
- var usePagination = function (pageCount, selectedPage) {
611
- var formatValues = function (range) {
612
- return range.map(function (value) { return value.toString(); });
613
- };
614
- return useMemo(function () {
615
- if (pageCount > 7 && selectedPage < 5) {
616
- // show 1 - 5 the right dots are visible.
617
- return formatValues(__spreadArray(__spreadArray([], Array.from({ length: 5 }, function (_value, index) { return index + 1; }), true), [
618
- "...",
619
- pageCount,
620
- ], false));
621
- }
622
- if (pageCount > 7 && selectedPage >= pageCount - 3) {
623
- // show numbers to the end but the left dots are visible
624
- return formatValues(__spreadArray([
625
- 1,
626
- "..."
627
- ], Array.from({ length: 5 }, function (_value, index) { return pageCount - index; }).reverse(), true));
628
- }
629
- if (pageCount > 7 && selectedPage >= 5 && selectedPage < pageCount - 3) {
630
- // show selected page with one number either side and both the left and the right dots are visible.
631
- return formatValues([
632
- 1,
633
- "...",
634
- selectedPage - 1,
635
- selectedPage,
636
- selectedPage + 1,
637
- "...",
638
- pageCount,
639
- ]);
640
- }
641
- // show all pages from pageCount
642
- return formatValues(Array.from({ length: pageCount }, function (_value, index) { return index + 1; }));
643
- }, [pageCount, selectedPage]);
644
- };
645
-
646
- var useThemeElement = function () {
647
- var _a = useState(undefined), themeElement = _a[0], setElement = _a[1];
648
- var setThemeElement = function (el) {
649
- el &&
650
- setElement(el.closest(".arc-ds-sys-theme") || undefined);
651
- };
652
- return [themeElement, setThemeElement];
653
- };
654
-
655
- var useUniqueString = function (value) {
656
- var id = useId$1();
657
- return "".concat(value, "-").concat(id);
658
- };
659
-
660
- /**
661
- * @typedef MediaQueryOutputs
662
- * @param {boolean} matches - does the document match the media query?
663
- */
664
- /**
665
- * Handle with care!
666
- *
667
- * If you need to change something in the browser based on @media query, you
668
- * probably don’t need this hook. Use CSS media queries instead.
669
- *
670
- * Sometimes UI requirements are not achievable with CSS media queries alone. In
671
- * these rare cases, use this hook to make media query matches available
672
- * to React JavaScript code.
673
- *
674
- * @param {string} mediaQuery - the media query to parse
675
- * @returns {MediaQueryOutputs}
676
- */
677
- var useMediaQuery = function (mediaQuery) {
678
- var mediaQueryList = typeof window !== "undefined" ? window.matchMedia(mediaQuery) : undefined;
679
- var _a = useState(false), matches = _a[0], setMatches = _a[1];
680
- useEffect(function () {
681
- setMatches(typeof window !== "undefined"
682
- ? window.matchMedia(mediaQuery).matches
683
- : false);
684
- }, [mediaQuery]);
685
- useEffect(function () {
686
- var onMatchMedia = function (event) { return setMatches(event.matches); };
687
- // Using deprecated addListener methods here for IE & Safari 13 support
688
- if (mediaQueryList) {
689
- mediaQueryList.addListener(onMatchMedia);
690
- }
691
- return function () { return mediaQueryList && mediaQueryList.removeListener(onMatchMedia); };
692
- }, [mediaQueryList]);
693
- return matches;
494
+ var SemanticHeading = function (_a) {
495
+ var children = _a.children, level = _a.level, className = _a.className, props = __rest(_a, ["children", "level", "className"]);
496
+ return React__default.createElement(level ? "h".concat(level) : "span", __assign({ className: classNames("arc-SemanticHeading", className) }, props), children);
694
497
  };
695
498
 
696
499
  /** Use `Alert` to inform the user of important changes or actions. */
697
500
  var Alert = function (_a) {
698
- var _b, _c;
699
- var heading = _a.heading, headingLevel = _a.headingLevel, description = _a.description, links = _a.links, _d = _a.status, status = _d === void 0 ? "general" : _d, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, icon = _a.icon, _e = _a.isMeasured, isMeasured = _e === void 0 ? false : _e, _f = _a.autoFocusOnMount, autoFocusOnMount = _f === void 0 ? false : _f, props = __rest(_a, ["heading", "headingLevel", "description", "links", "status", "isDismissable", "onDismiss", "icon", "isMeasured", "autoFocusOnMount"]);
700
- var _g = useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
501
+ var _b;
502
+ var heading = _a.heading, headingLevel = _a.headingLevel, description = _a.description, links = _a.links, _c = _a.status, status = _c === void 0 ? "general" : _c, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, icon = _a.icon, _d = _a.isMeasured, isMeasured = _d === void 0 ? false : _d, _e = _a.autoFocusOnMount, autoFocusOnMount = _e === void 0 ? false : _e, _f = _a.role, role = _f === void 0 ? "alert" : _f, props = __rest(_a, ["heading", "headingLevel", "description", "links", "status", "isDismissable", "onDismiss", "icon", "isMeasured", "autoFocusOnMount", "role"]);
503
+ var headingId = useId$1();
504
+ var descriptionId = useId$1();
701
505
  var alertRef = useRef(null);
506
+ var _g = useState(false), isDismissed = _g[0], setIsDismissed = _g[1];
702
507
  useEffect(function () {
703
508
  var _a;
704
509
  autoFocusOnMount && ((_a = alertRef.current) === null || _a === void 0 ? void 0 : _a.focus());
705
510
  }, [autoFocusOnMount]);
706
- var isMinWidthArcBreakpointM = useMediaQuery("(min-width: ".concat(ArcSizeBreakpointsM, ")"));
707
511
  var onDismissHandler = function () {
708
512
  setIsDismissed(true);
709
513
  onDismiss && onDismiss();
710
514
  };
515
+ var handleLinkClick = function (e, link) {
516
+ var _a;
517
+ e.preventDefault();
518
+ (_a = link.onClick) === null || _a === void 0 ? void 0 : _a.call(link, e);
519
+ };
711
520
  var statusIcons = {
712
521
  general: "alertGeneral",
713
522
  error: "alertError",
@@ -717,35 +526,31 @@ var Alert = function (_a) {
717
526
  if (isDismissed) {
718
527
  return null;
719
528
  }
720
- return (React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
721
- _b["arc-Alert--".concat(status)] = status !== "general",
722
- _b)), role: "alert", tabIndex: -1, "aria-labelledby": "alertHeading", "aria-describedby": "alertDescription", ref: alertRef }, filterAttrs(props)),
723
- React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon$1, { size: 24, icon: icon })) : (React__default.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
724
- React__default.createElement("div", { className: "arc-Alert-content" },
725
- React__default.createElement("div", { className: classNames("arc-Alert-heading", (_c = {},
726
- _c["arc-Alert-heading--isDismissable"] = isDismissable,
727
- _c)) },
728
- React__default.createElement(Heading, { level: headingLevel, id: "alertHeading", size: isMinWidthArcBreakpointM ? "s" : "xs" },
529
+ return (React__default.createElement(Surface, { background: "light-brand-01", isTransparent: true },
530
+ React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
531
+ _b["arc-Alert--".concat(status)] = status !== "general",
532
+ _b)), role: role, tabIndex: -1, "aria-labelledby": headingId, "aria-describedby": descriptionId, ref: alertRef }, filterAttrs(props)),
533
+ isDismissable && (React__default.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
534
+ React__default.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" }))),
535
+ React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon$1, { size: 24, icon: icon })) : (React__default.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
536
+ React__default.createElement("div", { className: "arc-Alert-content" },
537
+ React__default.createElement(SemanticHeading, { className: classNames("arc-Alert-heading", {
538
+ "arc-Alert-heading--isDismissable": isDismissable,
539
+ }), id: headingId, level: headingLevel },
729
540
  React__default.createElement(VisuallyHidden$2, null,
730
541
  status,
731
542
  " alert."),
732
- heading)),
733
- description ? (React__default.isValidElement(description) ? (React__default.createElement("div", { className: "arc-Alert-description", id: "alertDescription" }, description)) : (React__default.createElement("div", { className: "arc-Alert-description" },
734
- React__default.createElement(Text, { isMeasured: isMeasured, size: "s", id: "alertDescription" }, description)))) : null,
735
- React__default.createElement("div", { className: "arc-Alert-links" },
736
- React__default.createElement("ul", null, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
543
+ heading),
544
+ description ? (React__default.isValidElement(description) ? (React__default.createElement("div", { className: "arc-Alert-description", id: descriptionId }, description)) : (React__default.createElement("div", { className: "arc-Alert-description" },
545
+ React__default.createElement(Text, { isMeasured: isMeasured, size: "s", id: descriptionId }, description)))) : null,
546
+ React__default.createElement("ul", { className: "arc-Alert-links" }, links === null || links === void 0 ? void 0 : links.map(function (link, index) {
737
547
  var _a;
738
- return (React__default.createElement("li", { key: index },
548
+ return (React__default.createElement("li", { key: index, className: "arc-Alert-link" },
739
549
  React__default.createElement(Link, __assign({ href: link.href, "aria-label": link.screenReaderText, target: link.target, size: "s" }, (link.onClick && {
740
- onClick: function (e) {
741
- e.preventDefault();
742
- link.onClick && link.onClick(e);
743
- },
550
+ onClick: function (e) { return handleLinkClick(e, link); },
744
551
  isButton: true,
745
552
  })), (_a = link.children) !== null && _a !== void 0 ? _a : "")));
746
- })))),
747
- isDismissable && (React__default.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler, tabIndex: 0 },
748
- React__default.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" })))));
553
+ }))))));
749
554
  };
750
555
 
751
556
  var GooglePlayIcon = function () { return (React__default.createElement("svg", { "aria-hidden": true, role: "presentation", xmlns: "http://www.w3.org/2000/svg", id: "artwork", version: "1.1", height: "48", width: "162", viewBox: "0 0 135 40" },
@@ -820,7 +625,7 @@ var ConditionalWrapper = function (_a) {
820
625
  */
821
626
  var Image = function (_a) {
822
627
  var _b;
823
- var alt = _a.alt, _c = _a.fadeOnLoad, fadeOnLoad = _c === void 0 ? false : _c, _d = _a.anchor, anchor = _d === void 0 ? "C" : _d, children = _a.children, fillColor = _a.fillColor, fit = _a.fit, height = _a.height, loading = _a.loading, overlay = _a.overlay, sizes = _a.sizes, src = _a.src, srcSet = _a.srcSet, width = _a.width, props = __rest(_a, ["alt", "fadeOnLoad", "anchor", "children", "fillColor", "fit", "height", "loading", "overlay", "sizes", "src", "srcSet", "width"]);
628
+ var alt = _a.alt, _c = _a.fadeOnLoad, fadeOnLoad = _c === void 0 ? false : _c, _d = _a.anchor, anchor = _d === void 0 ? "C" : _d, children = _a.children, fetchPriority = _a.fetchPriority, fillColor = _a.fillColor, fit = _a.fit, height = _a.height, loading = _a.loading, overlay = _a.overlay, sizes = _a.sizes, src = _a.src, srcSet = _a.srcSet, width = _a.width, props = __rest(_a, ["alt", "fadeOnLoad", "anchor", "children", "fetchPriority", "fillColor", "fit", "height", "loading", "overlay", "sizes", "src", "srcSet", "width"]);
824
629
  var _e = useState(false), visible = _e[0], setVisible = _e[1];
825
630
  var imageRef = function (el) {
826
631
  if (el) {
@@ -831,7 +636,7 @@ var Image = function (_a) {
831
636
  "arc-Image-img--fade": fadeOnLoad,
832
637
  "arc-Image-img--fadeVisible": fadeOnLoad && visible,
833
638
  };
834
- var img = (React__default.createElement("img", { ref: imageRef, className: classNames("arc-Image-img", animationClasses), alt: alt, height: fit === "cover" ? undefined : height, loading: loading, sizes: children ? undefined : sizes, src: src, srcSet: children ? undefined : srcSet, width: fit === "cover" ? undefined : width }));
639
+ var img = (React__default.createElement("img", { ref: imageRef, className: classNames("arc-Image-img", animationClasses), alt: alt, height: fit === "cover" ? undefined : height, loading: loading, sizes: children ? undefined : sizes, src: src, srcSet: children ? undefined : srcSet, width: fit === "cover" ? undefined : width, fetchPriority: fetchPriority }));
835
640
  return (React__default.createElement("div", __assign({ className: classNames((_b = {
836
641
  "arc-Image": true,
837
642
  "arc-Image--cover": fit === "cover"
@@ -851,6 +656,27 @@ var fitOptions = ["cover"];
851
656
  var loadingOptions = ["eager", "lazy"];
852
657
  var overlayOptions = ["scrimBottomDark"];
853
658
 
659
+ /**
660
+ * Use `Heading` to display heading text.
661
+ */
662
+ var Heading = function (_a) {
663
+ var _b;
664
+ var _c = _a.align, align = _c === void 0 ? "left" : _c, _d = _a.casing, casing = _d === void 0 ? "auto" : _d, _e = _a.color, color = _e === void 0 ? "auto" : _e, children = _a.children, level = _a.level, isInline = _a.isInline, _f = _a.fontStyle, fontStyle = _f === void 0 ? "default" : _f, _g = _a.isResponsive, isResponsive = _g === void 0 ? true : _g, _h = _a.isWordWrap, isWordWrap = _h === void 0 ? true : _h, size = _a.size, id = _a.id, props = __rest(_a, ["align", "casing", "color", "children", "level", "isInline", "fontStyle", "isResponsive", "isWordWrap", "size", "id"]);
665
+ var surface = useContext(Context$3).surface;
666
+ return (React__default.createElement(SemanticHeading, __assign({ id: id, level: level, className: classNames("arc-Heading", "arc-Heading--".concat(camelcase(fontStyle)), (_b = {
667
+ "arc-Heading--wrap": isWordWrap,
668
+ "arc-Heading--inline": isInline,
669
+ "arc-Heading--fixedSize": isResponsive === false
670
+ },
671
+ _b[suffixModifier("arc-Heading--align", align)] = align && align !== "left",
672
+ _b["arc-Heading--size".concat(size && size.toUpperCase())] = size,
673
+ _b["arc-Heading--casingNone"] = casing === "none",
674
+ _b["arc-Heading--colorBrand"] = color === "brand",
675
+ _b["arc-Heading--onDarkSurface"] = surface === "dark",
676
+ _b["arc-Heading--isInline"] = isInline,
677
+ _b)) }, filterAttrs(props)), children));
678
+ };
679
+
854
680
  var AvatarContent = function (_a) {
855
681
  var img = _a.img, initials = _a.initials, _b = _a.size, size = _b === void 0 ? "xl" : _b;
856
682
  var textSize = {
@@ -915,7 +741,7 @@ var Badge = function (_a) {
915
741
  */
916
742
  var VerticalSpace = function (_a) {
917
743
  var _b;
918
- var _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.size, size = _d === void 0 ? "24" : _d, sizeS = _a.sizeS, sizeM = _a.sizeM, sizeL = _a.sizeL, sizeXL = _a.sizeXL, props = __rest(_a, ["isDebugVisible", "size", "sizeS", "sizeM", "sizeL", "sizeXL"]);
744
+ var _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.size, size = _d === void 0 ? "24" : _d, sizeS = _a.sizeS, sizeM = _a.sizeM, sizeL = _a.sizeL, sizeXL = _a.sizeXL, sizeXXL = _a.sizeXXL, props = __rest(_a, ["isDebugVisible", "size", "sizeS", "sizeM", "sizeL", "sizeXL", "sizeXXL"]);
919
745
  return (React__default.createElement("div", __assign({ className: classNames((_b = {
920
746
  "arc-VerticalSpace": true
921
747
  },
@@ -924,6 +750,7 @@ var VerticalSpace = function (_a) {
924
750
  _b["arc-VerticalSpace--sizeM".concat(sizeM)] = sizeM,
925
751
  _b["arc-VerticalSpace--sizeL".concat(sizeL)] = sizeL,
926
752
  _b["arc-VerticalSpace--sizeXL".concat(sizeXL)] = sizeXL,
753
+ _b["arc-VerticalSpace--sizeXXL".concat(sizeXXL)] = sizeXXL,
927
754
  _b["arc-VerticalSpace--debugVisible"] = isDebugVisible,
928
755
  _b)) }, filterAttrs(props))));
929
756
  };
@@ -946,7 +773,7 @@ var Box = function (_a) {
946
773
  };
947
774
 
948
775
  /**
949
- * Use `Grid` to compose layouts on a 12-column grid.
776
+ * Use `Grid` to compose layouts on a 12-column grid. Aligns with sibling `Section` components.
950
777
  */
951
778
  var Grid = function (_a) {
952
779
  var children = _a.children, isFluid = _a.isFluid, isDebugVisible = _a.isDebugVisible, isGutterless = _a.isGutterless, _b = _a.isExtended, isExtended = _b === void 0 ? false : _b, props = __rest(_a, ["children", "isFluid", "isDebugVisible", "isGutterless", "isExtended"]);
@@ -1007,7 +834,7 @@ var BannerRow = function (_a) {
1007
834
  };
1008
835
 
1009
836
  var TemplateBanner = function (_a) {
1010
- var heading = _a.heading, label = _a.label, text = _a.text, img = _a.img, _b = _a.contentRatio, contentRatio = _b === void 0 ? "1/1" : _b, children = _a.children, _c = _a.alignment, alignment = _c === void 0 ? "center" : _c, additionalTopMargin = _a.additionalTopMargin, _d = _a.minHeight, minHeight = _d === void 0 ? 454 : _d, minHeightM = _a.minHeightM, minHeightL = _a.minHeightL, minHeightXL = _a.minHeightXL, _e = _a.headingSize, headingSize = _e === void 0 ? "xl" : _e, _f = _a.isReversed, isReversed = _f === void 0 ? false : _f, _g = _a.isElevated, isElevated = _g === void 0 ? false : _g, _h = _a.headingLevel, headingLevel = _h === void 0 ? "2" : _h, _j = _a.type, type = _j === void 0 ? "light" : _j, props = __rest(_a, ["heading", "label", "text", "img", "contentRatio", "children", "alignment", "additionalTopMargin", "minHeight", "minHeightM", "minHeightL", "minHeightXL", "headingSize", "isReversed", "isElevated", "headingLevel", "type"]);
837
+ var heading = _a.heading, _b = _a.fontStyle, fontStyle = _b === void 0 ? "default" : _b, label = _a.label, _c = _a.labelLevel, labelLevel = _c === void 0 ? "3" : _c, text = _a.text, img = _a.img, _d = _a.contentRatio, contentRatio = _d === void 0 ? "1/1" : _d, children = _a.children, _e = _a.alignment, alignment = _e === void 0 ? "center" : _e, additionalTopMargin = _a.additionalTopMargin, _f = _a.minHeight, minHeight = _f === void 0 ? 454 : _f, minHeightM = _a.minHeightM, minHeightL = _a.minHeightL, minHeightXL = _a.minHeightXL, _g = _a.headingSize, headingSize = _g === void 0 ? "xl" : _g, _h = _a.isReversed, isReversed = _h === void 0 ? false : _h, _j = _a.isElevated, isElevated = _j === void 0 ? false : _j, _k = _a.headingLevel, headingLevel = _k === void 0 ? "2" : _k, _l = _a.type, type = _l === void 0 ? "light" : _l, props = __rest(_a, ["heading", "fontStyle", "label", "labelLevel", "text", "img", "contentRatio", "children", "alignment", "additionalTopMargin", "minHeight", "minHeightM", "minHeightL", "minHeightXL", "headingSize", "isReversed", "isElevated", "headingLevel", "type"]);
1011
838
  var backgrounds = {
1012
839
  dark: "dark-brand-02",
1013
840
  light: "light-white",
@@ -1050,13 +877,13 @@ var TemplateBanner = function (_a) {
1050
877
  "arc-TemplateBanner-content--additionalTopMargin": additionalTopMargin && alignment === "start",
1051
878
  }) },
1052
879
  label && (React__default.createElement(React__default.Fragment, null,
1053
- React__default.createElement(Heading, { level: "3", fontStyle: "overline" }, label),
880
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline", isWordWrap: false }, label),
1054
881
  React__default.createElement(VerticalSpace, { size: "8" }))),
1055
- React__default.createElement(Heading, { level: headingLevel, size: headingSize }, heading),
882
+ React__default.createElement(Heading, { level: headingLevel, size: headingSize, fontStyle: fontStyle, isWordWrap: false }, heading),
1056
883
  text && (React__default.createElement(React__default.Fragment, null,
1057
884
  React__default.createElement(VerticalSpace, { size: "16" }),
1058
885
  React__default.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
1059
- children && (React__default.createElement(React__default.Fragment, null,
886
+ children && (React__default.createElement("span", null,
1060
887
  React__default.createElement(VerticalSpace, { size: "32" }),
1061
888
  children)))),
1062
889
  img && contentRatio !== "1/0" && (React__default.createElement(GridCol, __assign({ "data-testid": "arc-TemplateBanner-imageCol", align: img.fit !== "cover"
@@ -1902,7 +1729,7 @@ var Spinner = function (_a) {
1902
1729
  };
1903
1730
 
1904
1731
  var ButtonV2 = forwardRef(function (_a, ref) {
1905
- var label = _a.label, _b = _a.buttonStyle, buttonStyle = _b === void 0 ? "primary" : _b, icon = _a.icon, _c = _a.iconPosition, iconPosition = _c === void 0 ? "beforeText" : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, ariaLabel = _a.ariaLabel, ariaControls = _a.ariaControls, ariaExpanded = _a.ariaExpanded, ariaHasPopup = _a.ariaHasPopup, _e = _a.isFullWidth, isFullWidth = _e === void 0 ? false : _e, _f = _a.isLoading, isLoading = _f === void 0 ? false : _f, isSpan = _a.isSpan, onClick = _a.onClick, href = _a.href, id = _a.id, rel = _a.rel, target = _a.target, type = _a.type, form = _a.form, props = __rest(_a, ["label", "buttonStyle", "icon", "iconPosition", "size", "ariaLabel", "ariaControls", "ariaExpanded", "ariaHasPopup", "isFullWidth", "isLoading", "isSpan", "onClick", "href", "id", "rel", "target", "type", "form"]);
1732
+ var label = _a.label, _b = _a.buttonStyle, buttonStyle = _b === void 0 ? "primary" : _b, icon = _a.icon, iconActive = _a.iconActive, _c = _a.iconPosition, iconPosition = _c === void 0 ? "beforeText" : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, ariaLabel = _a.ariaLabel, ariaControls = _a.ariaControls, ariaExpanded = _a.ariaExpanded, ariaHasPopup = _a.ariaHasPopup, _e = _a.isFullWidth, isFullWidth = _e === void 0 ? false : _e, _f = _a.isLoading, isLoading = _f === void 0 ? false : _f, isSpan = _a.isSpan, onClick = _a.onClick, href = _a.href, id = _a.id, rel = _a.rel, target = _a.target, type = _a.type, form = _a.form, props = __rest(_a, ["label", "buttonStyle", "icon", "iconActive", "iconPosition", "size", "ariaLabel", "ariaControls", "ariaExpanded", "ariaHasPopup", "isFullWidth", "isLoading", "isSpan", "onClick", "href", "id", "rel", "target", "type", "form"]);
1906
1733
  var surface = useContext(Context$3).surface;
1907
1734
  var ButtonElement = isSpan ? "span" : "button";
1908
1735
  var iconSizes = {
@@ -1929,21 +1756,23 @@ var ButtonV2 = forwardRef(function (_a, ref) {
1929
1756
  return "auto";
1930
1757
  }
1931
1758
  };
1932
- var buttonContent = (React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1759
+ var renderButtonContent = function () { return (React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1933
1760
  "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1934
1761
  }) },
1935
1762
  label && React__default.createElement("span", { className: "arc-ButtonV2-label" }, label),
1936
1763
  isLoading && (React__default.createElement("span", { className: "arc-ButtonV2-icon" },
1937
1764
  React__default.createElement(Spinner, { size: size }))),
1938
- icon && !isLoading && (React__default.createElement("span", { className: "arc-ButtonV2-icon" },
1939
- React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })))));
1765
+ icon && !isLoading && (React__default.createElement(React__default.Fragment, null,
1766
+ React__default.createElement("span", { className: classNames("arc-ButtonV2-icon", {
1767
+ "arc-ButtonV2-icon--hasActive": iconActive,
1768
+ }) },
1769
+ React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: icon })),
1770
+ iconActive && (React__default.createElement("span", { className: "arc-ButtonV2-icon--active" },
1771
+ React__default.createElement(Icon$1, { color: getIconColor(buttonStyle), size: iconSizes[size], icon: iconActive }))))))); };
1940
1772
  if (href && !isLoading) {
1941
- return (React__default.createElement("a", __assign({}, commonProps, { className: ButtonV2Classes, href: href, rel: rel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, "aria-label": ariaLabel, target: target }), buttonContent));
1773
+ return (React__default.createElement("a", __assign({}, commonProps, { className: ButtonV2Classes, href: href, rel: rel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, "aria-label": ariaLabel, target: target }), renderButtonContent()));
1942
1774
  }
1943
- return (React__default.createElement(ButtonElement, __assign({}, commonProps, { className: ButtonV2Classes, "aria-label": ariaLabel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, disabled: isLoading, type: type, form: form }),
1944
- React__default.createElement("span", { className: classNames("arc-ButtonV2-inner", {
1945
- "arc-ButtonV2-inner--iconBeforeText": iconPosition === "beforeText",
1946
- }) }, buttonContent)));
1775
+ return (React__default.createElement(ButtonElement, __assign({}, commonProps, { className: ButtonV2Classes, "aria-label": ariaLabel, "aria-haspopup": ariaHasPopup, "aria-controls": ariaControls, "aria-expanded": ariaExpanded, disabled: isLoading, type: type, form: form }), renderButtonContent()));
1947
1776
  });
1948
1777
 
1949
1778
  var ButtonGroup = function (_a) {
@@ -2151,6 +1980,203 @@ function startOfMonth(dirtyDate) {
2151
1980
  return date;
2152
1981
  }
2153
1982
 
1983
+ /**
1984
+ * Do not edit directly
1985
+ * Generated on Fri, 24 Oct 2025 10:49:57 GMT
1986
+ */
1987
+ var ArcSizeBreakpointsXs = "320px";
1988
+ var ArcSizeBreakpointsS = "636px";
1989
+ var ArcSizeBreakpointsM = "768px";
1990
+ var ArcSizeBreakpointsL = "1024px";
1991
+ var ArcSizeBreakpointsXl = "1280px";
1992
+ var ArcSizeBreakpointsXxl = "1440px";
1993
+
1994
+ /**
1995
+ * Optionally define ariaDescribedBy if errorMessage or helper exist.
1996
+ */
1997
+ var useAriaDescribedby = function (_a) {
1998
+ var id = _a.id, _b = _a.idError, idError = _b === void 0 ? "".concat(id, "-error") : _b, _c = _a.idHelper, idHelper = _c === void 0 ? "".concat(id, "-helper") : _c, _d = _a.idDisclosure, idDisclosure = _d === void 0 ? "".concat(id, "-disclosure") : _d, errorMessage = _a.errorMessage, helper = _a.helper, disclosureText = _a.disclosureText;
1999
+ if (!id) {
2000
+ return {
2001
+ ariaDescribedby: undefined,
2002
+ idHelper: undefined,
2003
+ idError: undefined,
2004
+ idDisclosure: undefined,
2005
+ };
2006
+ }
2007
+ var ariaDescribedbyArr = [];
2008
+ if (errorMessage) {
2009
+ ariaDescribedbyArr.push(idError);
2010
+ }
2011
+ if (helper) {
2012
+ ariaDescribedbyArr.push(idHelper);
2013
+ }
2014
+ if (disclosureText) {
2015
+ ariaDescribedbyArr.push(idDisclosure);
2016
+ }
2017
+ var ariaDescribedby = ariaDescribedbyArr.length > 0 ? ariaDescribedbyArr.join(" ") : undefined;
2018
+ return { ariaDescribedby: ariaDescribedby, idError: idError, idHelper: idHelper, idDisclosure: idDisclosure };
2019
+ };
2020
+
2021
+ /**
2022
+ * Detect interaction mode
2023
+ */
2024
+ var useInteractionMode = function () {
2025
+ var _a = useState("pointer"), interactionMode = _a[0], setInteractionMode = _a[1];
2026
+ useEffect(function () {
2027
+ var onKeyDown = function (event) {
2028
+ if (event.altKey || event.ctrlKey || event.metaKey) {
2029
+ return;
2030
+ }
2031
+ setInteractionMode("keyboard");
2032
+ };
2033
+ var onPointerDown = function () {
2034
+ setInteractionMode("pointer");
2035
+ };
2036
+ if (typeof window !== "undefined") {
2037
+ document.addEventListener("keydown", onKeyDown, true);
2038
+ document.addEventListener("click", onPointerDown, true);
2039
+ }
2040
+ return function () {
2041
+ if (typeof window !== "undefined") {
2042
+ document.removeEventListener("keydown", onKeyDown);
2043
+ document.removeEventListener("click", onPointerDown);
2044
+ }
2045
+ };
2046
+ }, []);
2047
+ return { interactionMode: interactionMode };
2048
+ };
2049
+
2050
+ /**
2051
+ * Infer the correct inputMode, pattern and type if specifying a `number` type.
2052
+ */
2053
+ var useNumericInput = function (props) {
2054
+ var type = props.type === "number" ? "text" : props.type;
2055
+ var inputMode = props.inputMode;
2056
+ if (!props.inputMode) {
2057
+ if (props.type === "email") {
2058
+ inputMode = "email";
2059
+ }
2060
+ else if (props.type === "number") {
2061
+ inputMode = "numeric";
2062
+ }
2063
+ else if (props.type === "tel") {
2064
+ inputMode = "tel";
2065
+ }
2066
+ else if (props.type === "url") {
2067
+ inputMode = "url";
2068
+ }
2069
+ }
2070
+ var pattern = props.pattern;
2071
+ if (!props.pattern && props.type === "number") {
2072
+ pattern = "[0-9]*";
2073
+ }
2074
+ return { inputMode: inputMode, pattern: pattern, type: type };
2075
+ };
2076
+
2077
+ var usePagination = function (pageCount, selectedPage) {
2078
+ var formatValues = function (range) {
2079
+ return range.map(function (value) { return value.toString(); });
2080
+ };
2081
+ return useMemo(function () {
2082
+ if (pageCount > 7 && selectedPage < 5) {
2083
+ // show 1 - 5 the right dots are visible.
2084
+ return formatValues(__spreadArray(__spreadArray([], Array.from({ length: 5 }, function (_value, index) { return index + 1; }), true), [
2085
+ "...",
2086
+ pageCount,
2087
+ ], false));
2088
+ }
2089
+ if (pageCount > 7 && selectedPage >= pageCount - 3) {
2090
+ // show numbers to the end but the left dots are visible
2091
+ return formatValues(__spreadArray([
2092
+ 1,
2093
+ "..."
2094
+ ], Array.from({ length: 5 }, function (_value, index) { return pageCount - index; }).reverse(), true));
2095
+ }
2096
+ if (pageCount > 7 && selectedPage >= 5 && selectedPage < pageCount - 3) {
2097
+ // show selected page with one number either side and both the left and the right dots are visible.
2098
+ return formatValues([
2099
+ 1,
2100
+ "...",
2101
+ selectedPage - 1,
2102
+ selectedPage,
2103
+ selectedPage + 1,
2104
+ "...",
2105
+ pageCount,
2106
+ ]);
2107
+ }
2108
+ // show all pages from pageCount
2109
+ return formatValues(Array.from({ length: pageCount }, function (_value, index) { return index + 1; }));
2110
+ }, [pageCount, selectedPage]);
2111
+ };
2112
+
2113
+ var useThemeElement = function () {
2114
+ var _a = useState(undefined), themeElement = _a[0], setElement = _a[1];
2115
+ var setThemeElement = function (el) {
2116
+ el &&
2117
+ setElement(el.closest(".arc-ds-sys-theme") || undefined);
2118
+ };
2119
+ return [themeElement, setThemeElement];
2120
+ };
2121
+
2122
+ var useUniqueString = function (value) {
2123
+ var id = useId$1();
2124
+ return "".concat(value, "-").concat(id);
2125
+ };
2126
+
2127
+ var IS_SERVER = typeof window === "undefined";
2128
+ /**
2129
+ * @typedef MediaQueryOutputs
2130
+ * @param {boolean} matches - does the document match the media query?
2131
+ */
2132
+ /**
2133
+ * Handle with care!
2134
+ *
2135
+ * If you need to change something in the browser based on @media query, you
2136
+ * probably don’t need this hook. Use CSS media queries instead.
2137
+ *
2138
+ * Sometimes UI requirements are not achievable with CSS media queries alone. In
2139
+ * these rare cases, use this hook to make media query matches available
2140
+ * to React JavaScript code.
2141
+ *
2142
+ * @param {string} mediaQuery - the media query to parse
2143
+ * @returns {MediaQueryOutputs}
2144
+ */
2145
+ var useMediaQuery = function (mediaQuery) {
2146
+ var getMatches = function (query) {
2147
+ if (IS_SERVER) {
2148
+ return false;
2149
+ }
2150
+ return window.matchMedia(query).matches;
2151
+ };
2152
+ var _a = useState(false), matches = _a[0], setMatches = _a[1];
2153
+ // Handles the change event of the media query.
2154
+ var handleChange = function () {
2155
+ setMatches(getMatches(mediaQuery));
2156
+ };
2157
+ useEffect(function () {
2158
+ var matchMedia = window.matchMedia(mediaQuery);
2159
+ // Triggered at the first client-side load and if query changes
2160
+ handleChange();
2161
+ // Use deprecated `addListener` and `removeListener` to support Safari < 14 (#135)
2162
+ if (matchMedia.addListener) {
2163
+ matchMedia.addListener(handleChange);
2164
+ }
2165
+ else {
2166
+ matchMedia.addEventListener("change", handleChange);
2167
+ }
2168
+ return function () {
2169
+ if (matchMedia.removeListener) {
2170
+ matchMedia.removeListener(handleChange);
2171
+ }
2172
+ else {
2173
+ matchMedia.removeEventListener("change", handleChange);
2174
+ }
2175
+ };
2176
+ }, [mediaQuery]);
2177
+ return matches;
2178
+ };
2179
+
2154
2180
  var containsDate = function (dates, compareDate) {
2155
2181
  return dates.map(function (date) { return date.getTime(); }).includes(compareDate.getTime());
2156
2182
  };
@@ -5465,33 +5491,18 @@ var CalendarDayGrid = function (_a) {
5465
5491
  React__default.createElement("tbody", { onKeyDown: handleKeyDown }, getWeeksInMonth(month).map(function (week, i) { return (React__default.createElement("tr", { key: "".concat(month.getTime(), "-week-").concat(i) }, week.map(function (day) { return (React__default.createElement(CalendarDayNumber, { ref: autoFocusRef, shouldRender: isSameMonth(month, day), key: day.getTime(), date: day, isFocusWithinDayGrid: isFocusWithinDayGrid })); }))); }))))); })));
5466
5492
  };
5467
5493
 
5468
- /**
5469
- * Do not edit directly
5470
- * Generated file
5471
- */
5472
-
5473
- const BtIconChevronLeftMid =
5474
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='m7.621 8 2.849 2.852a.673.673 0 0 1-.732 1.097.7.7 0 0 1-.218-.145L6.196 8.476a.673.673 0 0 1 0-.951L9.52 4.197a.67.67 0 0 1 1.146.476c0 .178-.07.349-.196.475z' clip-rule='evenodd'/%3e%3c/svg%3e";
5475
-
5476
- /**
5477
- * Do not edit directly
5478
- * Generated file
5479
- */
5480
-
5481
- const BtIconChevronRightMid =
5482
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M9.045 8 6.197 5.148a.673.673 0 0 1 .731-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329A.67.67 0 0 1 6 11.328c0-.178.07-.35.197-.476z' clip-rule='evenodd'/%3e%3c/svg%3e";
5483
-
5484
5494
  var CalendarNavButton = function (_a) {
5485
5495
  var isDisabled = _a.isDisabled, onClick = _a.onClick, direction = _a.direction, ariaLabel = _a.ariaLabel;
5486
5496
  var icons = {
5487
- previous: BtIconChevronLeftMid,
5488
- next: BtIconChevronRightMid,
5497
+ previous: "calendarLeft",
5498
+ next: "calendarRight",
5489
5499
  };
5490
5500
  return (React__default.createElement("button", { "aria-label": ariaLabel, disabled: isDisabled, onClick: onClick, type: "button", className: classNames("arc-CalendarNavButton", {
5491
5501
  "arc-CalendarNavButton--previous": direction === "previous",
5492
5502
  "arc-CalendarNavButton--next": direction === "next",
5493
5503
  }) },
5494
- React__default.createElement(Icon$1, { size: 32, icon: icons[direction] })));
5504
+ React__default.createElement("div", { className: "arc-CalendarNavButton-icon" },
5505
+ React__default.createElement(ThemeIcon, { icon: icons[direction] }))));
5495
5506
  };
5496
5507
 
5497
5508
  var CalendarDoubleMonthView = function (_a) {
@@ -7768,18 +7779,18 @@ function useEmblaCarousel(options = {}, plugins = []) {
7768
7779
  useEmblaCarousel.globalOptions = undefined;
7769
7780
 
7770
7781
  var XS_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXs, ")");
7771
- var S_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7772
- var M_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7773
- var L_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7774
- var XL_BREAKPOINT$1 = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7782
+ var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
7783
+ var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
7784
+ var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
7785
+ var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
7775
7786
 
7776
7787
  var getOptions = function (itemsToScroll, loop, responsive) {
7777
7788
  var breakpoints = [
7778
7789
  [XS_BREAKPOINT, "xs"],
7779
- [S_BREAKPOINT$1, "s"],
7780
- [M_BREAKPOINT$1, "m"],
7781
- [L_BREAKPOINT$1, "l"],
7782
- [XL_BREAKPOINT$1, "xl"],
7790
+ [S_BREAKPOINT, "s"],
7791
+ [M_BREAKPOINT, "m"],
7792
+ [L_BREAKPOINT, "l"],
7793
+ [XL_BREAKPOINT, "xl"],
7783
7794
  ];
7784
7795
  var breakpointOptions = breakpoints.reduce(function (acc, _a) {
7785
7796
  var _b;
@@ -7850,10 +7861,10 @@ var Carousel = function (_a) {
7850
7861
  var _k = useState(true), prevButtonEnabled = _k[0], setPrevButtonEnabled = _k[1];
7851
7862
  var _l = useState(true), nextButtonEnabled = _l[0], setNextButtonEnabled = _l[1];
7852
7863
  var isMinWidthArcBreakpointXs = useMediaQuery(XS_BREAKPOINT);
7853
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT$1);
7854
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT$1);
7855
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT$1);
7856
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT$1);
7864
+ var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
7865
+ var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
7866
+ var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
7867
+ var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
7857
7868
  var slideWidth = getSlideWidth({
7858
7869
  screenSizes: {
7859
7870
  xl: isMinWidthArcBreakpointXl,
@@ -7973,14 +7984,14 @@ var Provider$4 = Context$2.Provider;
7973
7984
  */
7974
7985
  var FormControl = function (_a) {
7975
7986
  var _b;
7976
- var children = _a.children, _c = _a.elementType, ElementType = _c === void 0 ? "div" : _c, errorMessage = _a.errorMessage, helper = _a.helper, htmlFor = _a.htmlFor, supplementaryInfo = _a.supplementaryInfo, id = _a.id, label = _a.label, _d = _a.labelSize, labelSize = _d === void 0 ? "l" : _d, _e = _a.labelPosition, labelPosition = _e === void 0 ? "top" : _e, _f = _a.requirementStatus, requirementStatus = _f === void 0 ? "optional" : _f, _g = _a.helperUnderLabel, helperUnderLabel = _g === void 0 ? false : _g, isDisabled = _a.isDisabled, _h = _a.hideLabel, hideLabel = _h === void 0 ? false : _h, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["children", "elementType", "errorMessage", "helper", "htmlFor", "supplementaryInfo", "id", "label", "labelSize", "labelPosition", "requirementStatus", "helperUnderLabel", "isDisabled", "hideLabel", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
7987
+ var children = _a.children, _c = _a.elementType, ElementType = _c === void 0 ? "div" : _c, errorMessage = _a.errorMessage, helper = _a.helper, htmlFor = _a.htmlFor, supplementaryInfo = _a.supplementaryInfo, id = _a.id, label = _a.label, _d = _a.labelSize, labelSize = _d === void 0 ? "l" : _d, _e = _a.labelPosition, labelPosition = _e === void 0 ? "top" : _e, _f = _a.requirementStatus, requirementStatus = _f === void 0 ? "optional" : _f, _g = _a.helperUnderLabel, helperUnderLabel = _g === void 0 ? false : _g, isDisabled = _a.isDisabled, _h = _a.hideLabel, hideLabel = _h === void 0 ? false : _h, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, _j = _a.isErrorAlert, isErrorAlert = _j === void 0 ? false : _j, props = __rest(_a, ["children", "elementType", "errorMessage", "helper", "htmlFor", "supplementaryInfo", "id", "label", "labelSize", "labelPosition", "requirementStatus", "helperUnderLabel", "isDisabled", "hideLabel", "disclosureTitle", "disclosureText", "onClickDisclosure", "isErrorAlert"]);
7977
7988
  var surface = useContext(Context$3).surface;
7978
- var _j = useAriaDescribedby({
7989
+ var _k = useAriaDescribedby({
7979
7990
  disclosureText: disclosureText,
7980
7991
  errorMessage: errorMessage,
7981
7992
  helper: helper,
7982
7993
  id: htmlFor || id, // `htmlFor` is preference to keep this deterministic with TextInput
7983
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError, idHelper = _j.idHelper, idDisclosure = _j.idDisclosure;
7994
+ }), ariaDescribedby = _k.ariaDescribedby, idError = _k.idError, idHelper = _k.idHelper, idDisclosure = _k.idDisclosure;
7984
7995
  var LabelType = ElementType === "div" ? "label" : "legend";
7985
7996
  var elementProps = {};
7986
7997
  var labelProps = {};
@@ -8021,7 +8032,8 @@ var FormControl = function (_a) {
8021
8032
  label && (React__default.createElement("span", { className: classNames("arc-FormControl-labelText", {
8022
8033
  "arc-FormControl-labelText--withOptional": requirementStatus === "optional",
8023
8034
  }) }, label)),
8024
- requirementStatus === "optional" && (React__default.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")))),
8035
+ requirementStatus === "optional" && (React__default.createElement("span", { className: "arc-FormControl-labelOptional" }, "(optional)")),
8036
+ LabelType === "legend" && (React__default.createElement(VisuallyHidden$2, null, "".concat(errorMessage ? "Error. " + errorMessage : "", ". ").concat(helper))))),
8025
8037
  helperUnderLabel && helper && (React__default.createElement("div", { className: "arc-FormControl-helper arc-FormControl-helper--underLabel", id: idHelper }, helper)),
8026
8038
  children,
8027
8039
  React__default.createElement("div", { className: classNames("arc-FormControl-info", {
@@ -8029,78 +8041,86 @@ var FormControl = function (_a) {
8029
8041
  }) },
8030
8042
  ((helper && !helperUnderLabel) ||
8031
8043
  errorMessage ||
8032
- disclosureTitle) && (React__default.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React__default.createElement("div", { className: "arc-FormControl-error", id: idError },
8044
+ disclosureTitle) && (React__default.createElement("div", { className: "arc-FormControl-helperContainer" }, errorMessage ? (React__default.createElement("div", { className: "arc-FormControl-error", id: idError, role: isErrorAlert ? "alert" : undefined },
8033
8045
  React__default.createElement("span", { className: "arc-FormControl-error--icon" },
8046
+ React__default.createElement(VisuallyHidden$2, null, "Error."),
8034
8047
  React__default.createElement(ThemeIcon, { icon: "formControlAlert" })),
8035
8048
  errorMessage)) : (!helperUnderLabel &&
8036
8049
  (disclosureTitle ? (React__default.createElement(DisclosureMini, { onClick: onClickDisclosure, summary: disclosureTitle, size: labelSize === "m" ? "l" : labelSize, id: idDisclosure }, disclosureText)) : (helper && (React__default.createElement("div", { className: "arc-FormControl-helper", id: idHelper }, helper))))))),
8037
8050
  supplementaryInfo && (React__default.createElement("div", { className: "arc-FormControl-supplementaryInfo" }, supplementaryInfo))))));
8038
8051
  };
8039
-
8040
- /**
8041
- * Use `Checkbox` to allow users to select individual options.
8042
- */
8043
- var Checkbox = forwardRef(function (_a, ref) {
8044
- var _b = _a.checked, checked = _b === void 0 ? false : _b, errorMessage = _a.errorMessage, helper = _a.helper, id = _a.id, _c = _a.isDisabled, isDisabled = _c === void 0 ? false : _c, _d = _a.isRequired, isRequired = _d === void 0 ? false : _d, label = _a.label, _e = _a.hideLabel, hideLabel = _e === void 0 ? false : _e, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, _f = _a.size, size = _f === void 0 ? "m" : _f, value = _a.value, _g = _a.checkboxAlignment, checkboxAlignment = _g === void 0 ? "center" : _g, _h = _a.indeterminate, indeterminate = _h === void 0 ? false : _h, props = __rest(_a, ["checked", "errorMessage", "helper", "id", "isDisabled", "isRequired", "label", "hideLabel", "name", "onBlur", "onChange", "size", "value", "checkboxAlignment", "indeterminate"]);
8045
- var requirementStatus = useContext(Context$2).requirementStatus;
8046
- var surface = useContext(Context$3).surface;
8047
- var _j = useAriaDescribedby({
8048
- id: id,
8049
- errorMessage: errorMessage,
8050
- }), ariaDescribedby = _j.ariaDescribedby, idError = _j.idError;
8052
+
8053
+ var CheckboxIcon = function (_a) {
8054
+ var id = _a.id, name = _a.name, checked = _a.checked, _b = _a.indeterminate, indeterminate = _b === void 0 ? false : _b, isDisabled = _a.isDisabled, isRequired = _a.isRequired, _c = _a.size, size = _c === void 0 ? "m" : _c, value = _a.value, error = _a.error, ariaDescribedBy = _a.ariaDescribedBy, onBlur = _a.onBlur, onChange = _a.onChange, props = __rest(_a, ["id", "name", "checked", "indeterminate", "isDisabled", "isRequired", "size", "value", "error", "ariaDescribedBy", "onBlur", "onChange"]);
8055
+ var requirementStatus = useContext(Context$2).requirementStatus;
8051
8056
  var internalRef = useRef(null);
8052
- var synchronizeRefs = function (el) {
8053
- internalRef.current = el;
8054
- if (typeof ref === "object" && ref !== null) {
8055
- ref.current = el;
8056
- }
8057
- else if (typeof ref === "function") {
8058
- ref(el);
8059
- }
8060
- };
8057
+ var surface = useContext(Context$3).surface;
8061
8058
  useEffect(function () {
8062
8059
  if (internalRef.current) {
8063
8060
  internalRef.current.indeterminate = indeterminate;
8064
8061
  }
8065
8062
  }, [indeterminate, checked]);
8066
8063
  var tickSize = {
8067
- s: { width: 14, height: 11 },
8068
- m: { width: 18, height: 14 },
8064
+ s: 14,
8065
+ m: 18,
8069
8066
  };
8070
- var idLabel = "".concat(id, "-label");
8071
- var checkedProps = {};
8072
- if (typeof onChange === "function") {
8073
- checkedProps.checked = checked;
8074
- }
8075
- else if (checked && !onChange) {
8076
- checkedProps.defaultChecked = true;
8077
- }
8067
+ var isControlled = typeof checked !== "undefined" && typeof onChange === "function";
8068
+ var checkedProps = isControlled
8069
+ ? { checked: checked }
8070
+ : checked
8071
+ ? { defaultChecked: true }
8072
+ : {};
8078
8073
  if (!checked && onChange) {
8079
8074
  indeterminate = false;
8080
8075
  }
8081
8076
  if (requirementStatus === "required") {
8082
8077
  isRequired = true;
8083
8078
  }
8084
- return (React__default.createElement("div", { className: classNames({
8079
+ return (React__default.createElement("label", { htmlFor: id, className: classNames({
8080
+ "arc-CheckboxIcon": true,
8081
+ "arc-CheckboxIcon--disabled": isDisabled,
8082
+ "arc-CheckboxIcon--invalid": error,
8083
+ "arc-CheckboxIcon--small": size === "s",
8084
+ "arc-CheckboxIcon--onDarkSurface": surface === "dark",
8085
+ }) },
8086
+ React__default.createElement("input", __assign({ "aria-describedby": ariaDescribedBy ? ariaDescribedBy : error ? "id-error" : undefined, "aria-invalid": error, "aria-checked": checked && !indeterminate
8087
+ ? true
8088
+ : indeterminate && checked
8089
+ ? "mixed"
8090
+ : false, className: classNames("arc-CheckboxIcon-input"), disabled: isDisabled, id: id, name: name, onBlur: onBlur, onChange: onChange, ref: internalRef, required: isRequired, type: "checkbox", value: value }, checkedProps, props)),
8091
+ React__default.createElement("span", { className: classNames("arc-CheckboxIcon-box") }, indeterminate ? (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8092
+ React__default.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React__default.createElement(ThemeIcon, { icon: "checkboxChecked", size: tickSize[size] })))));
8093
+ };
8094
+
8095
+ /**
8096
+ * Use `Checkbox` to allow users to select individual options.
8097
+ */
8098
+ var Checkbox = forwardRef(function (_a) {
8099
+ var _b = _a.checked, checked = _b === void 0 ? false : _b, errorMessage = _a.errorMessage, helper = _a.helper, id = _a.id, _c = _a.isDisabled, isDisabled = _c === void 0 ? false : _c, _d = _a.isRequired, isRequired = _d === void 0 ? false : _d, label = _a.label, _e = _a.hideLabel, hideLabel = _e === void 0 ? false : _e, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, _f = _a.size, size = _f === void 0 ? "m" : _f, value = _a.value, _g = _a.checkboxAlignment, checkboxAlignment = _g === void 0 ? "center" : _g, _h = _a.indeterminate, indeterminate = _h === void 0 ? false : _h, _j = _a.isError, isError = _j === void 0 ? false : _j, _k = _a.isErrorAlert, isErrorAlert = _k === void 0 ? false : _k, props = __rest(_a, ["checked", "errorMessage", "helper", "id", "isDisabled", "isRequired", "label", "hideLabel", "name", "onBlur", "onChange", "size", "value", "checkboxAlignment", "indeterminate", "isError", "isErrorAlert"]);
8100
+ var requirementStatus = useContext(Context$2).requirementStatus;
8101
+ var surface = useContext(Context$3).surface;
8102
+ var idError = useAriaDescribedby({
8103
+ id: id,
8104
+ errorMessage: errorMessage,
8105
+ }).idError;
8106
+ var idLabel = "".concat(id, "-label");
8107
+ var isIndeterminate = checked ? indeterminate : false;
8108
+ if (requirementStatus === "required") {
8109
+ isRequired = true;
8110
+ }
8111
+ return (React__default.createElement("div", __assign({ className: classNames({
8085
8112
  "arc-Checkbox": true,
8086
8113
  "arc-Checkbox--disabled": isDisabled,
8087
- "arc-Checkbox--invalid": errorMessage,
8114
+ "arc-Checkbox--invalid": errorMessage || isError,
8088
8115
  "arc-Checkbox--small": size === "s",
8089
8116
  "arc-Checkbox--onDarkSurface": surface === "dark",
8090
- }) },
8117
+ }) }, filterAttrs(props)),
8091
8118
  React__default.createElement("label", { id: idLabel, htmlFor: id, className: classNames("arc-Checkbox-label", {
8092
8119
  "arc-Checkbox-label--top": checkboxAlignment === "top",
8093
8120
  }) },
8094
- React__default.createElement("input", __assign({ "aria-describedby": ariaDescribedby, "aria-invalid": errorMessage ? "true" : "false", "aria-checked": checked && !indeterminate
8095
- ? "true"
8096
- : indeterminate && checked
8097
- ? "mixed"
8098
- : "false", className: "arc-Checkbox-input" }, checkedProps, { disabled: isDisabled, id: id, name: name, onBlur: onBlur, onChange: onChange, ref: synchronizeRefs, required: isRequired, type: "checkbox", value: value }, filterAttrs(props))),
8099
- React__default.createElement("span", { className: "arc-Checkbox-box" }, indeterminate ? (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none" },
8100
- React__default.createElement("rect", { x: "4", y: "8", width: "7.51", height: "1", rx: "0.5", fill: "currentColor" }))) : (React__default.createElement("svg", { style: tickSize[size], viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8101
- React__default.createElement("path", { d: "M5.99459 14L0.350576 8.23277C0.126079 8.00285 0 7.69132 0 7.36653C0 7.04173 0.126079 6.7302 0.350576 6.50028C0.578979 6.27752 0.88258 6.15324 1.19832 6.15324C1.51405 6.15324 1.81765 6.27752 2.04606 6.50028L5.99459 10.535L15.9385 0.374054C16.0491 0.25703 16.1814 0.163688 16.3277 0.0994738C16.474 0.0352599 16.6313 0.00145997 16.7905 4.626e-05C16.9497 -0.00136745 17.1076 0.0296342 17.255 0.0912406C17.4023 0.152847 17.5362 0.243825 17.6488 0.358867C17.7614 0.473908 17.8504 0.610709 17.9107 0.761287C17.971 0.911865 18.0013 1.0732 18 1.23589C17.9986 1.39858 17.9655 1.55936 17.9026 1.70884C17.8398 1.85833 17.7485 1.99352 17.6339 2.10655L5.99459 14Z", fill: "currentColor" })))),
8102
- React__default.createElement("span", __assign({}, (checkboxAlignment === "top" && {
8103
- className: "arc-Checkbox-content--marginTop",
8121
+ React__default.createElement(CheckboxIcon, { size: size, id: id, error: errorMessage || isError ? true : false, isDisabled: isDisabled, isRequired: isRequired, checked: checked, indeterminate: isIndeterminate, ariaDescribedBy: idError, name: name, onBlur: onBlur, onChange: onChange, value: value }),
8122
+ React__default.createElement("span", __assign({ className: "arc-Checkbox-content" }, (checkboxAlignment === "top" && {
8123
+ className: "arc-Checkbox-content--marginTop arc-Checkbox-content",
8104
8124
  })), hideLabel ? (React__default.createElement(VisuallyHidden$2, null,
8105
8125
  label,
8106
8126
  !isRequired && requirementStatus !== "optional" ? (React__default.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
@@ -8108,14 +8128,14 @@ var Checkbox = forwardRef(function (_a, ref) {
8108
8128
  label,
8109
8129
  !isRequired && requirementStatus !== "optional" ? (React__default.createElement("span", { className: "arc-Checkbox-labelOptional" }, "(optional)")) : null,
8110
8130
  helper && (React__default.createElement("span", { className: "arc-Checkbox-helper" }, helper)))))),
8111
- errorMessage && (React__default.createElement("div", { id: idError, className: "arc-Checkbox-error" },
8112
- React__default.createElement("span", { className: "arc-Checkbox-error--icon" },
8131
+ errorMessage && (React__default.createElement("div", { id: idError, className: "arc-Checkbox-error", role: isErrorAlert ? "alert" : undefined },
8132
+ React__default.createElement("span", { className: "arc-Checkbox-error--icon", "aria-label": "Error. " },
8113
8133
  React__default.createElement(ThemeIcon, { icon: "checkboxError" })),
8114
8134
  errorMessage))));
8115
8135
  });
8116
8136
 
8117
8137
  /**
8118
- * Use `Columns` to compose layouts on a 12-column grid.
8138
+ * Use `Columns` to compose layouts on a 12-column grid. Place within `Section` components to align with any sibling `Grid` components.
8119
8139
  */
8120
8140
  var Columns = function (_a) {
8121
8141
  var children = _a.children, _b = _a.isGutterless, isGutterless = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, props = __rest(_a, ["children", "isGutterless", "isExtended"]);
@@ -13826,8 +13846,8 @@ var ContentSwitcher = function (_a) {
13826
13846
  };
13827
13847
 
13828
13848
  var ContentSwitcherTab = forwardRef(function (_a, ref) {
13829
- var label = _a.label, value = _a.value, onClick = _a.onClick, props = __rest(_a, ["label", "value", "onClick"]);
13830
- return (React__default.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick }, filterAttrs(props)),
13849
+ var label = _a.label, value = _a.value, onClick = _a.onClick, onFocus = _a.onFocus, props = __rest(_a, ["label", "value", "onClick", "onFocus"]);
13850
+ return (React__default.createElement($69cb30bb0017df05$export$41fb9f06171c75f4, __assign({ className: "arc-ContentSwitcherTab", value: value, ref: ref, onClick: onClick, onFocus: onFocus }, filterAttrs(props)),
13831
13851
  React__default.createElement(Text, { size: "m" }, label)));
13832
13852
  });
13833
13853
 
@@ -13901,6 +13921,9 @@ var ContentSwitcherList = function (_a) {
13901
13921
  onClick: function () {
13902
13922
  return scrollTabIntoView({ current: tabRefs.current[index] });
13903
13923
  },
13924
+ onFocus: function () {
13925
+ return scrollTabIntoView({ current: tabRefs.current[index] });
13926
+ },
13904
13927
  });
13905
13928
  }
13906
13929
  else {
@@ -15143,13 +15166,16 @@ var ScrollDownButton = SelectScrollDownButton;
15143
15166
 
15144
15167
  // src/get-text-width/get-text-width.ts
15145
15168
  var getTextWidth = (text, font) => {
15169
+ if (typeof document === "undefined") {
15170
+ return 236;
15171
+ }
15146
15172
  const canvas = document.createElement("canvas");
15147
15173
  const context = canvas.getContext("2d");
15148
15174
  if (context) {
15149
15175
  context.font = getComputedStyle(document.body).font;
15150
15176
  return context.measureText(text).width;
15151
15177
  }
15152
- return 0;
15178
+ return 236;
15153
15179
  };
15154
15180
 
15155
15181
  var ContentSwitcherDropdown = function (_a) {
@@ -15157,15 +15183,22 @@ var ContentSwitcherDropdown = function (_a) {
15157
15183
  var initialValue = defaultValue || tabs[0].value;
15158
15184
  var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
15159
15185
  var _e = useState(initialValue), uncontrolledValue = _e[0], setUncontrolledValue = _e[1];
15186
+ var _f = useState(236), longestLabelWidth = _f[0], setLongestLabelWidth = _f[1];
15187
+ // compute longest width client side
15188
+ useEffect(function () {
15189
+ if (tabs.length === 0)
15190
+ return;
15191
+ var longestLabel = tabs.reduce(function (longest, current) {
15192
+ return current.label.length > longest.length ? current.label : longest;
15193
+ }, "");
15194
+ setLongestLabelWidth(getTextWidth(longestLabel));
15195
+ }, [tabs]);
15160
15196
  var isControlled = typeof value !== "undefined";
15161
15197
  var selectValue = isControlled ? value : uncontrolledValue;
15162
15198
  var onValueChangeHandler = function (value) {
15163
15199
  onValueChange && onValueChange(value);
15164
15200
  setUncontrolledValue(value);
15165
15201
  };
15166
- var LongestLabelWidth = getTextWidth(tabs.reduce(function (longest, current) {
15167
- return current.label.length > longest.length ? current.label : longest;
15168
- }, ""));
15169
15202
  return (React__default.createElement(React__default.Fragment, null,
15170
15203
  React__default.createElement(Root2$2, { defaultValue: defaultValue, onValueChange: onValueChangeHandler, value: selectValue },
15171
15204
  React__default.createElement("span", __assign({ className: classNames("arc-ContentSwitcherDropdown-selectTriggerWrapper", {
@@ -15173,7 +15206,7 @@ var ContentSwitcherDropdown = function (_a) {
15173
15206
  "arc-ContentSwitcherDropdown-selectTriggerWrapper--isFluid": isFluid,
15174
15207
  }), ref: setThemeElement }, (!isFluid && {
15175
15208
  style: {
15176
- width: width ? width : LongestLabelWidth + 84,
15209
+ width: width ? width : longestLabelWidth + 84,
15177
15210
  },
15178
15211
  }), filterAttrs(props)),
15179
15212
  React__default.createElement(Trigger$2, { className: "arc-ContentSwitcherDropdown-selectTrigger", "aria-label": ariaLabel },
@@ -15259,8 +15292,8 @@ var TextInputComponent = forwardRef(function (_a, ref) {
15259
15292
  });
15260
15293
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
15261
15294
  var ariaDescribedby = useAriaDescribedby({
15262
- errorMessage: errorMessage,
15263
15295
  id: id,
15296
+ errorMessage: errorMessage,
15264
15297
  helper: helper,
15265
15298
  disclosureText: disclosureText,
15266
15299
  }).ariaDescribedby;
@@ -15787,6 +15820,7 @@ var Disclosure = function (_a) {
15787
15820
 
15788
15821
  var Download = function (_a) {
15789
15822
  var name = _a.name, onClick = _a.onClick, description = _a.description, href = _a.href, type = _a.type, size = _a.size, _b = _a.icon, icon = _b === void 0 ? "downloadFile" : _b, _c = _a.isCompact, isCompact = _c === void 0 ? false : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? true : _d;
15823
+ var surface = useContext(Context$3).surface;
15790
15824
  var linkProps = href
15791
15825
  ? {
15792
15826
  href: href,
@@ -15800,6 +15834,7 @@ var Download = function (_a) {
15800
15834
  return (React__default.createElement("a", __assign({}, linkProps, { className: classNames("arc-Download", {
15801
15835
  "arc-Download--maxContent": !isFullWidth,
15802
15836
  "arc-Download--compact": isCompact,
15837
+ "arc-Download--onDarkSurface": surface === "dark",
15803
15838
  }), "aria-label": name, onClick: onClick }),
15804
15839
  React__default.createElement("div", { className: "arc-Download-iconContainer" },
15805
15840
  React__default.createElement(ThemeIcon, { size: isCompact ? 40 : 64, icon: icon })),
@@ -16114,9 +16149,12 @@ var Title = DialogTitle;
16114
16149
  var Description = DialogDescription;
16115
16150
 
16116
16151
  var Drawer = function (_a) {
16117
- var isOpen = _a.isOpen, children = _a.children, onRequestClose = _a.onRequestClose, _b = _a.noOverlay, noOverlay = _b === void 0 ? false : _b, _c = _a.shouldReturnFocus, shouldReturnFocus = _c === void 0 ? true : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, height = _a.height, width = _a.width, _e = _a.position, position = _e === void 0 ? "right" : _e, props = __rest(_a, ["isOpen", "children", "onRequestClose", "noOverlay", "shouldReturnFocus", "size", "height", "width", "position"]);
16118
- var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
16152
+ var isOpen = _a.isOpen, children = _a.children, onRequestClose = _a.onRequestClose, _b = _a.noOverlay, noOverlay = _b === void 0 ? false : _b, _c = _a.shouldReturnFocus, shouldReturnFocus = _c === void 0 ? true : _c, _d = _a.size, size = _d === void 0 ? "m" : _d, height = _a.height, width = _a.width, _e = _a.position, position = _e === void 0 ? "right" : _e, _f = _a.draggable, draggable = _f === void 0 ? false : _f, _g = _a.snapPoints, snapPoints = _g === void 0 ? ["30%", "60%", "90%"] : _g, _h = _a.snapBehaviour, snapBehaviour = _h === void 0 ? "nearest" : _h, dragDownToDismiss = _a.dragDownToDismiss, onDragHandleClick = _a.onDragHandleClick, ariaDescription = _a.ariaDescription, props = __rest(_a, ["isOpen", "children", "onRequestClose", "noOverlay", "shouldReturnFocus", "size", "height", "width", "position", "draggable", "snapPoints", "snapBehaviour", "dragDownToDismiss", "onDragHandleClick", "ariaDescription"]);
16153
+ var _j = useThemeElement(), themeElement = _j[0], setThemeElement = _j[1];
16119
16154
  var triggerRef = useRef(null);
16155
+ var contentRef = useRef(null);
16156
+ var _k = useState(0), drawerHeight = _k[0], setDrawerHeight = _k[1];
16157
+ var normalisedSnapPoints = snapPoints && snapPoints.length > 0 ? snapPoints : ["30%", "60%", "90%"];
16120
16158
  var setTriggerElement = function () {
16121
16159
  return shouldReturnFocus &&
16122
16160
  (triggerRef.current = document.activeElement);
@@ -16126,18 +16164,147 @@ var Drawer = function (_a) {
16126
16164
  triggerRef.current.focus();
16127
16165
  }
16128
16166
  };
16129
- var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: height }));
16167
+ var dragRef = useRef({
16168
+ active: false,
16169
+ startY: 0,
16170
+ deltaY: 0,
16171
+ startH: 0,
16172
+ });
16173
+ var sizingProperties = __assign(__assign({}, (position !== "bottom" && { width: width })), (position === "bottom" && { height: drawerHeight || height }));
16174
+ var onHandleUp = function (e) {
16175
+ onHandleUpCore(e.nativeEvent);
16176
+ };
16177
+ var onHandleClick = function (e) {
16178
+ onHandleUpCore(e.nativeEvent);
16179
+ onDragHandleClick === null || onDragHandleClick === void 0 ? void 0 : onDragHandleClick(e);
16180
+ };
16181
+ var onHandleMove = function (e) {
16182
+ if (!dragRef.current.active)
16183
+ return;
16184
+ dragRef.current.deltaY = e.clientY - dragRef.current.startY;
16185
+ var newHeight = dragRef.current.startH - dragRef.current.deltaY;
16186
+ setDrawerHeight(Math.round(newHeight));
16187
+ };
16188
+ var resolveToPx = function (input) {
16189
+ // if already a number, assume px
16190
+ if (typeof input === "number")
16191
+ return input;
16192
+ var str = input.trim().toLowerCase();
16193
+ if (str.endsWith("%")) {
16194
+ var percentValue = parseFloat(str);
16195
+ return (window.innerHeight * percentValue) / 100;
16196
+ }
16197
+ if (str.endsWith("px")) {
16198
+ var pixelValue = parseFloat(str);
16199
+ return pixelValue;
16200
+ }
16201
+ var numericValue = Number(str);
16202
+ return Number.isFinite(numericValue) ? numericValue : undefined;
16203
+ };
16204
+ var onHandleUpCore = function (e) {
16205
+ if (!dragRef.current.active || !contentRef.current)
16206
+ return;
16207
+ if (dragDownToDismiss && contentRef.current.clientHeight < 100) {
16208
+ dragRef.current.active = false;
16209
+ dragRef.current.deltaY = 0;
16210
+ e.currentTarget.releasePointerCapture(e.pointerId);
16211
+ setDrawerHeight(undefined);
16212
+ onRequestClose();
16213
+ return;
16214
+ }
16215
+ dragRef.current.active = false;
16216
+ e.currentTarget.releasePointerCapture(e.pointerId);
16217
+ var currentHeight = contentRef.current.clientHeight;
16218
+ // turn all snapPoints into px values. Order the values.
16219
+ var snapsPx = (normalisedSnapPoints !== null && normalisedSnapPoints !== void 0 ? normalisedSnapPoints : [])
16220
+ .map(resolveToPx)
16221
+ .filter(function (value) { return value !== undefined; }) // remove undefined values
16222
+ .sort(function (a, b) { return a - b; });
16223
+ var targetSnap = undefined;
16224
+ if (snapBehaviour === "next") {
16225
+ var deltaY = Math.sign(dragRef.current.deltaY);
16226
+ if (deltaY === -1) {
16227
+ // User scrolled up
16228
+ for (var i = 0; i < snapsPx.length; i++) {
16229
+ if (snapsPx[i] > currentHeight) {
16230
+ targetSnap = snapsPx[i];
16231
+ break;
16232
+ }
16233
+ else if (currentHeight > snapsPx[snapsPx.length - 1]) {
16234
+ targetSnap = snapsPx[snapsPx.length - 1];
16235
+ }
16236
+ }
16237
+ }
16238
+ else if (deltaY === 1) {
16239
+ // User scrolled down
16240
+ for (var i = 0; i < snapsPx.length; i++) {
16241
+ if (snapsPx[i] < currentHeight) {
16242
+ targetSnap = snapsPx[i];
16243
+ }
16244
+ else if (currentHeight < snapsPx[0]) {
16245
+ targetSnap = snapsPx[0];
16246
+ }
16247
+ }
16248
+ }
16249
+ else if (deltaY === 0) {
16250
+ // User clicked without moving go to next snap point
16251
+ for (var i = 0; i < snapsPx.length; i++) {
16252
+ if (snapsPx[i] > currentHeight) {
16253
+ targetSnap = snapsPx[i];
16254
+ break;
16255
+ }
16256
+ }
16257
+ // If no bigger snap was found → loop back to the first
16258
+ if (!targetSnap) {
16259
+ targetSnap = snapsPx[0];
16260
+ }
16261
+ }
16262
+ }
16263
+ if (snapBehaviour === "nearest") {
16264
+ targetSnap = Math.round(snapsPx[0]);
16265
+ var bestDiff = Math.abs(currentHeight - snapsPx[0]);
16266
+ for (var i = 0; i < snapsPx.length; i++) {
16267
+ var diff = Math.abs(currentHeight - snapsPx[i]);
16268
+ if (diff < bestDiff) {
16269
+ targetSnap = Math.round(snapsPx[i]);
16270
+ bestDiff = diff;
16271
+ }
16272
+ }
16273
+ }
16274
+ if (snapBehaviour === "none") {
16275
+ targetSnap = currentHeight;
16276
+ }
16277
+ setDrawerHeight(targetSnap);
16278
+ };
16279
+ var onHandleDown = function (e) {
16280
+ if (!contentRef.current)
16281
+ return;
16282
+ dragRef.current.active = true;
16283
+ // record where the pointer was when dragging started
16284
+ dragRef.current.startY = e.clientY;
16285
+ // record inital height of drawer
16286
+ dragRef.current.startH = contentRef.current.clientHeight;
16287
+ // keep moving drawer even if cursor has left pill
16288
+ e.target.setPointerCapture(e.pointerId);
16289
+ };
16130
16290
  return (React__default.createElement("div", { ref: setThemeElement },
16131
16291
  React__default.createElement(Root$3, { open: isOpen },
16132
16292
  React__default.createElement(Portal$3, { container: themeElement },
16133
16293
  React__default.createElement(Overlay, { className: classNames("arc-Drawer-overlay", {
16134
16294
  "arc-Drawer-overlay--visible": !noOverlay,
16135
16295
  }) },
16136
- React__default.createElement(Content$1, __assign({ className: classNames("arc-Drawer-slider", "arc-Drawer-slider--".concat(size), "arc-Drawer-slider--".concat(position)), style: __assign({}, sizingProperties), onOpenAutoFocus: setTriggerElement, onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: onRequestClose, onInteractOutside: onRequestClose, "aria-modal": "true" }, filterAttrs(props)),
16137
- children,
16138
- React__default.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16139
- React__default.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16140
- React__default.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })))))))));
16296
+ React__default.createElement(VisuallyHidden$2, null,
16297
+ React__default.createElement(Description, null, ariaDescription)),
16298
+ React__default.createElement(Surface, { background: "light-brand-01", isTransparent: true },
16299
+ React__default.createElement(Content$1, __assign({ className: classNames("arc-Drawer-slider", "arc-Drawer-slider--".concat(size), "arc-Drawer-slider--".concat(position), { "arc-Drawer-slider--draggable": draggable }, {
16300
+ "arc-Drawer-slider--transition": !dragRef.current.active,
16301
+ }), style: __assign({}, sizingProperties), onOpenAutoFocus: setTriggerElement, onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: onRequestClose, onInteractOutside: onRequestClose, "aria-modal": "true", ref: contentRef }, filterAttrs(props)),
16302
+ React__default.createElement("div", { className: "arc-Drawer-closeButtonContainer" },
16303
+ React__default.createElement("button", { "aria-label": "close", onClick: onRequestClose, className: "arc-Drawer-closeButton" },
16304
+ React__default.createElement(ThemeIcon, { size: 32, icon: "drawerClose" })),
16305
+ draggable && position === "bottom" && (React__default.createElement("div", { className: "arc-Drawer-dragHandle", onPointerDown: onHandleDown, onPointerUp: onHandleUp, onPointerMove: onHandleMove, onClick: onHandleClick, role: "separator", "aria-label": "Drag to resize the drawer" },
16306
+ React__default.createElement("div", { className: "arc-Drawer-dragHandlePill", "data-testid": "arc-Drawer-dragHandlePill" })))),
16307
+ children)))))));
16141
16308
  };
16142
16309
 
16143
16310
  /**
@@ -16156,7 +16323,7 @@ var Rule = function (_a, props) {
16156
16323
  };
16157
16324
 
16158
16325
  var DrawerHeader = function (_a) {
16159
- var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, props = __rest(_a, ["title", "isFixed"]);
16326
+ var title = _a.title, _b = _a.isFixed, isFixed = _b === void 0 ? false : _b, isResponsive = _a.isResponsive, props = __rest(_a, ["title", "isFixed", "isResponsive"]);
16160
16327
  return (React__default.createElement(React__default.Fragment, null,
16161
16328
  React__default.createElement("div", __assign({ className: classNames("arc-DrawerHeader", {
16162
16329
  "arc-DrawerHeader--isFixed": isFixed,
@@ -16164,7 +16331,7 @@ var DrawerHeader = function (_a) {
16164
16331
  React__default.createElement("div", { className: "arc-DrawerHeader-content" },
16165
16332
  React__default.createElement("div", { className: "arc-DrawerHeader-titleContainer" },
16166
16333
  React__default.createElement(Title, { asChild: true },
16167
- React__default.createElement("h1", { className: "arc-DrawerHeader-title" }, title)))),
16334
+ React__default.createElement(Heading, { isResponsive: isResponsive, size: "m" }, title)))),
16168
16335
  isFixed && (React__default.createElement("div", { className: "arc-DrawerHeader-divider" },
16169
16336
  React__default.createElement(Rule, null))))));
16170
16337
  };
@@ -16193,12 +16360,15 @@ var DrawerContent = function (_a) {
16193
16360
  */
16194
16361
  var Elevation = function (_a) {
16195
16362
  var _b;
16196
- var children = _a.children, _c = _a.elevationLevel, elevationLevel = _c === void 0 ? "2" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props = __rest(_a, ["children", "elevationLevel", "isFullWidth"]);
16363
+ var children = _a.children, _c = _a.level, level = _c === void 0 ? "5" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props = __rest(_a, ["children", "level", "isFullWidth"]);
16197
16364
  return (React__default.createElement("div", __assign({ className: classNames((_b = {},
16198
16365
  _b["arc-Elevation"] = true,
16199
- _b["arc-Elevation--levelOne"] = elevationLevel === "1",
16200
- _b["arc-Elevation--levelTwo"] = elevationLevel === "2",
16201
16366
  _b["arc-Elevation--fullWidth"] = isFullWidth,
16367
+ _b["arc-Elevation--levelOne"] = level === "1",
16368
+ _b["arc-Elevation--levelTwo"] = level === "2",
16369
+ _b["arc-Elevation--levelThree"] = level === "3",
16370
+ _b["arc-Elevation--levelFour"] = level === "4",
16371
+ _b["arc-Elevation--levelFive"] = level === "5",
16202
16372
  _b)) }, filterAttrs(props)), children));
16203
16373
  };
16204
16374
 
@@ -16267,297 +16437,112 @@ var Filter = function (_a) {
16267
16437
  // If no tags are selected, show all items
16268
16438
  if (selectedControls.length === 0) {
16269
16439
  return true;
16270
- }
16271
- // If logicType is "AND", all selected tags should be present in the item's tags
16272
- if (logicType === "AND") {
16273
- return selectedControls.every(function (control) {
16274
- return filteredItem.props.tags.includes(control.label);
16275
- });
16276
- }
16277
- else {
16278
- // Check if item has tags property and if any selected tags are present in item's tags
16279
- return selectedControls.some(function (control) {
16280
- return filteredItem.props.tags.includes(control.label);
16281
- });
16282
- }
16283
- });
16284
- return (React__default.createElement("div", __assign({ className: "arc-Filter" }, filterAttrs(props)),
16285
- React__default.createElement(FilterControls, { controlsAlignment: controlsAlignment }, filterControls.map(function (_a, index) {
16286
- var label = _a.label, isSelected = _a.isSelected;
16287
- return (React__default.createElement(FilterControl, { key: index, onClick: function () { return handleControlClick(index); }, isSelected: isSelected }, label));
16288
- })),
16289
- React__default.createElement(FilterItems, { displayType: displayType, error: error }, filteredItems.map(function (item) { return item.props.children; }))));
16290
- };
16291
-
16292
- var FilterItem = function (_a) {
16293
- var children = _a.children;
16294
- return React__default.createElement("div", { className: "arc-FilterItem" }, children);
16295
- };
16296
-
16297
- var GhostedHeroBanner = function (_a) {
16298
- var heading = _a.heading, headingLevel = _a.headingLevel, label = _a.label, text = _a.text, img = _a.img, children = _a.children, props = __rest(_a, ["heading", "headingLevel", "label", "text", "img", "children"]);
16299
- return (React__default.createElement("div", __assign({ className: "arc-GhostedHeroBanner" }, filterAttrs(props)),
16300
- React__default.createElement("div", { className: "arc-GhostedHeroBanner-content" },
16301
- label && (React__default.createElement(React__default.Fragment, null,
16302
- React__default.createElement(Heading, { fontStyle: "overline" }, label),
16303
- React__default.createElement(VerticalSpace, { size: "8" }))),
16304
- React__default.createElement(Heading, { level: headingLevel, size: "xl" }, heading),
16305
- text && (React__default.createElement(React__default.Fragment, null,
16306
- React__default.createElement(VerticalSpace, { size: "16" }),
16307
- React__default.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
16308
- children && (React__default.createElement(React__default.Fragment, null,
16309
- React__default.createElement(VerticalSpace, { size: "32" }),
16310
- children))),
16311
- React__default.createElement("div", { className: "arc-GhostedHeroBanner-image " }, img && React__default.createElement(BannerImage, __assign({ ariaHidden: true }, img)))));
16312
- };
16313
-
16314
- var shorterCssColorNames;
16315
- var hasRequiredShorterCssColorNames;
16316
-
16317
- function requireShorterCssColorNames () {
16318
- if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
16319
- hasRequiredShorterCssColorNames = 1;
16320
- shorterCssColorNames = {
16321
- aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16322
- azure: /#f0ffff(ff)?(?!\w)/gi,
16323
- beige: /#f5f5dc(ff)?(?!\w)/gi,
16324
- bisque: /#ffe4c4(ff)?(?!\w)/gi,
16325
- black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
16326
- blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
16327
- brown: /#a52a2a(ff)?(?!\w)/gi,
16328
- coral: /#ff7f50(ff)?(?!\w)/gi,
16329
- cornsilk: /#fff8dc(ff)?(?!\w)/gi,
16330
- crimson: /#dc143c(ff)?(?!\w)/gi,
16331
- cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
16332
- darkblue: /#00008b(ff)?(?!\w)/gi,
16333
- darkcyan: /#008b8b(ff)?(?!\w)/gi,
16334
- darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
16335
- darkred: /#8b0000(ff)?(?!\w)/gi,
16336
- deeppink: /#ff1493(ff)?(?!\w)/gi,
16337
- dimgrey: /#696969(ff)?(?!\w)/gi,
16338
- gold: /#ffd700(ff)?(?!\w)/gi,
16339
- green: /#008000(ff)?(?!\w)/gi,
16340
- grey: /#808080(ff)?(?!\w)/gi,
16341
- honeydew: /#f0fff0(ff)?(?!\w)/gi,
16342
- hotpink: /#ff69b4(ff)?(?!\w)/gi,
16343
- indigo: /#4b0082(ff)?(?!\w)/gi,
16344
- ivory: /#fffff0(ff)?(?!\w)/gi,
16345
- khaki: /#f0e68c(ff)?(?!\w)/gi,
16346
- lavender: /#e6e6fa(ff)?(?!\w)/gi,
16347
- lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
16348
- linen: /#faf0e6(ff)?(?!\w)/gi,
16349
- maroon: /#800000(ff)?(?!\w)/gi,
16350
- moccasin: /#ffe4b5(ff)?(?!\w)/gi,
16351
- navy: /#000080(ff)?(?!\w)/gi,
16352
- oldlace: /#fdf5e6(ff)?(?!\w)/gi,
16353
- olive: /#808000(ff)?(?!\w)/gi,
16354
- orange: /#ffa500(ff)?(?!\w)/gi,
16355
- orchid: /#da70d6(ff)?(?!\w)/gi,
16356
- peru: /#cd853f(ff)?(?!\w)/gi,
16357
- pink: /#ffc0cb(ff)?(?!\w)/gi,
16358
- plum: /#dda0dd(ff)?(?!\w)/gi,
16359
- purple: /#800080(ff)?(?!\w)/gi,
16360
- red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
16361
- salmon: /#fa8072(ff)?(?!\w)/gi,
16362
- seagreen: /#2e8b57(ff)?(?!\w)/gi,
16363
- seashell: /#fff5ee(ff)?(?!\w)/gi,
16364
- sienna: /#a0522d(ff)?(?!\w)/gi,
16365
- silver: /#c0c0c0(ff)?(?!\w)/gi,
16366
- skyblue: /#87ceeb(ff)?(?!\w)/gi,
16367
- snow: /#fffafa(ff)?(?!\w)/gi,
16368
- tan: /#d2b48c(ff)?(?!\w)/gi,
16369
- teal: /#008080(ff)?(?!\w)/gi,
16370
- thistle: /#d8bfd8(ff)?(?!\w)/gi,
16371
- tomato: /#ff6347(ff)?(?!\w)/gi,
16372
- violet: /#ee82ee(ff)?(?!\w)/gi,
16373
- wheat: /#f5deb3(ff)?(?!\w)/gi,
16374
- white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
16375
- };
16376
- return shorterCssColorNames;
16377
- }
16378
-
16379
- var miniSvgDataUri;
16380
- var hasRequiredMiniSvgDataUri;
16381
-
16382
- function requireMiniSvgDataUri () {
16383
- if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
16384
- hasRequiredMiniSvgDataUri = 1;
16385
- var shorterNames = requireShorterCssColorNames();
16386
- var REGEX = {
16387
- whitespace: /\s+/g,
16388
- urlHexPairs: /%[\dA-F]{2}/g,
16389
- quotes: /"/g,
16390
- };
16391
-
16392
- function collapseWhitespace(str) {
16393
- return str.trim().replace(REGEX.whitespace, ' ');
16394
- }
16395
-
16396
- function dataURIPayload(string) {
16397
- return encodeURIComponent(string)
16398
- .replace(REGEX.urlHexPairs, specialHexEncode);
16399
- }
16400
-
16401
- // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
16402
- // their equivalent URL-encoded hex codes.
16403
- function colorCodeToShorterNames(string) {
16404
- Object.keys(shorterNames).forEach(function(key) {
16405
- if (shorterNames[key].test(string)) {
16406
- string = string.replace(shorterNames[key], key);
16407
- }
16408
- });
16409
-
16410
- return string;
16411
- }
16412
-
16413
- function specialHexEncode(match) {
16414
- switch (match) { // Browsers tolerate these characters, and they're frequent
16415
- case '%20': return ' ';
16416
- case '%3D': return '=';
16417
- case '%3A': return ':';
16418
- case '%2F': return '/';
16419
- default: return match.toLowerCase(); // compresses better
16420
- }
16421
- }
16422
-
16423
- function svgToTinyDataUri(svgString) {
16424
- if (typeof svgString !== 'string') {
16425
- throw new TypeError('Expected a string, but received ' + typeof svgString);
16426
- }
16427
- // Strip the Byte-Order Mark if the SVG has one
16428
- if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
16429
-
16430
- var body = colorCodeToShorterNames(collapseWhitespace(svgString))
16431
- .replace(REGEX.quotes, "'");
16432
- return 'data:image/svg+xml,' + dataURIPayload(body);
16433
- }
16434
-
16435
- svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
16436
- return svgToTinyDataUri(svgString).replace(/ /g, '%20');
16437
- };
16438
-
16439
- miniSvgDataUri = svgToTinyDataUri;
16440
- return miniSvgDataUri;
16441
- }
16442
-
16443
- var miniSvgDataUriExports = requireMiniSvgDataUri();
16444
- var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
16445
-
16446
- var S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16447
- var M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16448
- var L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16449
- var XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16450
-
16451
- var HomepageDark1 = "\n <svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n >\n <g clipPath=\"url(#clip0_6783_736)\">\n <g clipPath=\"url(#clip1_6783_736)\">\n <path\n d=\"M-6.26531 52.9727L66.2344 94.4728V177.473L-6.26531 218.973L-78.7656 177.473V94.4728L-6.26531 52.9727Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M-6.26531 797.973L66.2344 839.474V922.471L-6.26531 963.973L-78.7656 922.471V839.474L-6.26531 797.973Z\"\n fill=\"#9E1DBE\"\n />\n <path\n d=\"M710.235 51.9727L782.234 93.7228V177.223L710.235 218.973L638.234 177.223V93.7228L710.235 51.9727Z\"\n fill=\"#5E3690\"\n />\n <path\n d=\"M710.235 797.973L782.234 839.474V922.471L710.235 963.973L638.234 922.471V839.474L710.235 797.973Z\"\n fill=\"#A73BC6\"\n />\n <path\n d=\"M-6.26531 300.973L66.2344 342.723V426.223L-6.26531 467.973L-78.7656 426.223V342.723L-6.26531 300.973Z\"\n fill=\"#9F21A2\"\n />\n <path\n d=\"M-6.26531 1045.97L66.2344 1087.47V1170.47L-6.26531 1211.97L-78.7656 1170.47V1087.47L-6.26531 1045.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M710.235 299.973L782.234 341.723V425.223L710.235 466.973L638.234 425.223V341.723L710.235 299.973Z\"\n fill=\"#803EBA\"\n />\n <path\n d=\"M709.235 1045.97L781.234 1087.47V1170.47L709.235 1211.97L637.234 1170.47V1087.47L709.235 1045.97Z\"\n fill=\"#B03EC0\"\n />\n <path\n d=\"M-6.26531 548.973L66.2344 590.723V674.223L-6.26531 715.973L-78.7656 674.223V590.723L-6.26531 548.973Z\"\n fill=\"#A61DB7\"\n />\n <path\n d=\"M710.235 547.973L782.234 589.723V673.223L710.235 714.973L638.234 673.223V589.723L710.235 547.973Z\"\n fill=\"#9C38CB\"\n />\n <path\n d=\"M66.2343 -71.0273L138.234 -29.2773V54.2228L66.2343 95.9727L-5.76562 54.2228V-29.2773L66.2343 -71.0273Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M65.2343 672.973L137.234 714.723V798.22L65.2343 839.973L-6.76562 798.22V714.723L65.2343 672.973Z\"\n fill=\"#9D1EBA\"\n />\n <path\n d=\"M781.234 -72.0273L853.234 -30.2773V53.2228L781.234 94.9727L709.234 53.2228V-30.2773L781.234 -72.0273Z\"\n fill=\"#3B4C90\"\n />\n <path\n d=\"M781.234 672.973L853.234 714.723V798.22L781.234 839.973L709.234 798.22V714.723L781.234 672.973Z\"\n fill=\"#9644CE\"\n />\n <path\n d=\"M65.2343 176.973L137.234 218.473V301.473L65.2343 342.973L-6.76562 301.473V218.473L65.2343 176.973Z\"\n fill=\"#8E218F\"\n />\n <path\n d=\"M64.2343 921.973L136.234 963.719V1047.23L64.2343 1088.97L-7.76562 1047.23V963.719L64.2343 921.973Z\"\n fill=\"#9523C0\"\n />\n <path\n d=\"M781.234 175.973L853.234 217.473V300.473L781.234 341.973L709.234 300.473V217.473L781.234 175.973Z\"\n fill=\"#5848A3\"\n />\n <path\n d=\"M781.234 920.973L853.234 962.719V1046.23L781.234 1087.97L709.234 1046.23V962.719L781.234 920.973Z\"\n fill=\"#A547C4\"\n />\n <path\n d=\"M66.2343 424.973L138.234 466.473V549.473L66.2343 590.973L-5.76562 549.473V466.473L66.2343 424.973Z\"\n fill=\"#A21FAC\"\n />\n <path\n d=\"M66.2343 1168.97L138.234 1210.47V1293.47L66.2343 1334.97L-5.76562 1293.47V1210.47L66.2343 1168.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M781.234 423.973L853.234 465.473V548.473L781.234 589.973L709.234 548.473V465.473L781.234 423.973Z\"\n fill=\"#844BCE\"\n />\n <path\n d=\"M781.234 1168.97L853.234 1210.47V1293.47L781.234 1334.97L709.234 1293.47V1210.47L781.234 1168.97Z\"\n fill=\"#B03EC0\"\n />\n <path\n d=\"M137.734 52.9727L209.234 94.7228V178.223L137.734 219.973L66.2344 178.223V94.7228L137.734 52.9727Z\"\n fill=\"#8D248D\"\n />\n <path\n d=\"M136.734 797.973L208.234 839.474V922.471L136.734 963.973L65.2344 922.471V839.474L136.734 797.973Z\"\n fill=\"#9E1DBE\"\n />\n <path\n d=\"M853.234 51.9727L925.234 93.7228V177.223L853.234 218.973L781.234 177.223V93.7228L853.234 51.9727Z\"\n fill=\"#3B4C90\"\n />\n <path\n d=\"M853.234 796.973L925.234 838.474V921.471L853.234 962.973L781.234 921.471V838.474L853.234 796.973Z\"\n fill=\"#934ECC\"\n />\n <path\n d=\"M136.734 300.973L208.234 342.723V426.223L136.734 467.973L65.2344 426.223V342.723L136.734 300.973Z\"\n fill=\"#9F21A2\"\n />\n <path\n d=\"M137.734 1045.97L209.234 1087.47V1170.47L137.734 1211.97L66.2344 1170.47V1087.47L137.734 1045.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M853.234 299.973L925.234 341.723V425.223L853.234 466.973L781.234 425.223V341.723L853.234 299.973Z\"\n fill=\"#585BBC\"\n />\n <path\n d=\"M853.234 1044.97L925.234 1086.47V1169.47L853.234 1210.97L781.234 1169.47V1086.47L853.234 1044.97Z\"\n fill=\"#9F50C4\"\n />\n <path\n d=\"M137.734 548.973L209.234 590.723V674.223L137.734 715.973L66.2344 674.223V590.723L137.734 548.973Z\"\n fill=\"#A61DB7\"\n />\n <path\n d=\"M852.234 547.973L924.234 589.723V673.223L852.234 714.973L780.234 673.223V589.723L852.234 547.973Z\"\n fill=\"#7D54D4\"\n />\n <path\n d=\"M208.734 -71.0273L280.234 -29.2773V54.2228L208.734 95.9727L137.234 54.2228V-29.2773L208.734 -71.0273Z\"\n fill=\"#A4329B\"\n />\n <path\n d=\"M208.234 672.973L280.234 714.723V798.22L208.234 839.973L136.234 798.22V714.723L208.234 672.973Z\"\n fill=\"#A718BC\"\n />\n <path\n d=\"M923.734 -72.0273L995.234 -30.2773V53.2228L923.734 94.9727L852.234 53.2228V-30.2773L923.734 -72.0273Z\"\n fill=\"#2B548D\"\n />\n <path\n d=\"M923.734 671.973L995.234 713.723V797.22L923.734 838.973L852.234 797.22V713.723L923.734 671.973Z\"\n fill=\"#745FD7\"\n />\n <path\n d=\"M208.234 177.973L280.234 219.473V302.473L208.234 343.973L136.234 302.473V219.473L208.234 177.973Z\"\n fill=\"#A0279D\"\n />\n <path\n d=\"M208.234 920.973L280.234 962.719V1046.23L208.234 1087.97L136.234 1046.23V962.719L208.234 920.973Z\"\n fill=\"#A01BC0\"\n />\n <path\n d=\"M923.734 176.973L995.234 218.473V301.473L923.734 342.973L852.234 301.473V218.473L923.734 176.973Z\"\n fill=\"#375BA2\"\n />\n <path\n d=\"M923.734 919.973L995.234 961.719V1045.23L923.734 1086.97L852.234 1045.23V961.719L923.734 919.973Z\"\n fill=\"#8F54CE\"\n />\n <path\n d=\"M208.234 424.973L280.234 466.473V549.473L208.234 590.973L136.234 549.473V466.473L208.234 424.973Z\"\n fill=\"#AF1FB4\"\n />\n <path\n d=\"M209.234 1168.97L281.234 1210.47V1293.47L209.234 1334.97L137.234 1293.47V1210.47L209.234 1168.97Z\"\n fill=\"#9723C0\"\n />\n <path\n d=\"M923.734 423.973L995.234 465.473V548.473L923.734 589.973L852.234 548.473V465.473L923.734 423.973Z\"\n fill=\"#586DD4\"\n />\n <path\n d=\"M923.734 1168.97L995.234 1210.47V1293.47L923.734 1334.97L852.234 1293.47V1210.47L923.734 1168.97Z\"\n fill=\"#9F50C4\"\n />\n <path\n d=\"M279.734 52.9727L352.234 94.7228V178.223L279.734 219.973L207.234 178.223V94.7228L279.734 52.9727Z\"\n fill=\"#A4329B\"\n />\n <path\n d=\"M279.734 796.973L352.234 838.474V921.471L279.734 962.973L207.234 921.471V838.474L279.734 796.973Z\"\n fill=\"#AA13BE\"\n />\n <path\n d=\"M995.234 52.9727L1067.23 94.7228V178.223L995.234 219.973L923.234 178.223V94.7228L995.234 52.9727Z\"\n fill=\"#2B548D\"\n />\n <path\n d=\"M995.234 795.973L1067.23 837.474V920.471L995.234 961.973L923.234 920.471V837.474L995.234 795.973Z\"\n fill=\"#7162DA\"\n />\n <path\n d=\"M280.734 300.973L353.234 342.723V426.223L280.734 467.973L208.234 426.223V342.723L280.734 300.973Z\"\n fill=\"#B329AE\"\n />\n <path\n d=\"M280.734 1044.97L353.234 1086.47V1169.47L280.734 1210.97L208.234 1169.47V1086.47L280.734 1044.97Z\"\n fill=\"#A816C0\"\n />\n <path\n d=\"M995.234 299.973L1067.23 341.723V425.223L995.234 466.973L923.234 425.223V341.723L995.234 299.973Z\"\n fill=\"#366BB9\"\n />\n <path\n d=\"M995.234 1044.97L1067.23 1086.47V1169.47L995.234 1210.97L923.234 1169.47V1086.47L995.234 1044.97Z\"\n fill=\"#8A51D5\"\n />\n <path\n d=\"M279.734 548.973L352.234 590.723V674.223L279.734 715.973L207.234 674.223V590.723L279.734 548.973Z\"\n fill=\"#B217BB\"\n />\n <path\n d=\"M995.234 546.973L1067.23 588.723V672.223L995.234 713.973L923.234 672.223V588.723L995.234 546.973Z\"\n fill=\"#487BDD\"\n />\n <path\n d=\"M351.234 -71.0273L423.234 -29.2773V54.2228L351.234 95.9727L279.234 54.2228V-29.2773L351.234 -71.0273Z\"\n fill=\"#982994\"\n />\n <path\n d=\"M351.734 672.973L423.234 714.723V798.22L351.734 839.973L280.234 798.22V714.723L351.734 672.973Z\"\n fill=\"#B312BD\"\n />\n <path\n d=\"M1066.23 -72.0273L1138.23 -30.2773V53.2228L1066.23 94.9727L994.234 53.2228V-30.2773L1066.23 -72.0273Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1066.23 670.973L1138.23 712.723V796.22L1066.23 837.973L994.234 796.22V712.723L1066.23 670.973Z\"\n fill=\"#457EE2\"\n />\n <path\n d=\"M351.734 177.973L423.234 219.473V302.473L351.734 343.973L280.234 302.473V219.473L351.734 177.973Z\"\n fill=\"#AE2FA6\"\n />\n <path\n d=\"M351.734 920.973L423.234 962.719V1046.23L351.734 1087.97L280.234 1046.23V962.719L351.734 920.973Z\"\n fill=\"#B012C0\"\n />\n <path\n d=\"M1066.23 176.973L1138.23 218.473V301.473L1066.23 342.973L994.234 301.473V218.473L1066.23 176.973Z\"\n fill=\"#2C5C9A\"\n />\n <path\n d=\"M1067.23 919.973L1139.23 961.719V1045.23L1067.23 1086.97L995.234 1045.23V961.719L1067.23 919.973Z\"\n fill=\"#7858E0\"\n />\n <path\n d=\"M350.734 425.973L422.234 467.473V550.473L350.734 591.973L279.234 550.473V467.473L350.734 425.973Z\"\n fill=\"#BB1FBB\"\n />\n <path\n d=\"M351.734 1168.97L423.234 1210.47V1293.47L351.734 1334.97L280.234 1293.47V1210.47L351.734 1168.97Z\"\n fill=\"#A816C0\"\n />\n <path\n d=\"M1066.23 423.973L1138.23 465.473V548.473L1066.23 589.973L994.234 548.473V465.473L1066.23 423.973Z\"\n fill=\"#3280D1\"\n />\n <path\n d=\"M1066.23 1167.97L1138.23 1209.47V1292.47L1066.23 1333.97L994.234 1292.47V1209.47L1066.23 1167.97Z\"\n fill=\"#8A51D5\"\n />\n <path\n d=\"M423.234 52.9727L495.234 94.7228V178.223L423.234 219.973L351.234 178.223V94.7228L423.234 52.9727Z\"\n fill=\"#982994\"\n />\n <path\n d=\"M423.234 796.973L495.234 838.474V921.471L423.234 962.973L351.234 921.471V838.474L423.234 796.973Z\"\n fill=\"#B615BF\"\n />\n <path\n d=\"M1138.23 51.9727L1210.23 93.7228V177.223L1138.23 218.973L1066.23 177.223V93.7228L1138.23 51.9727Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1137.23 795.973L1209.23 837.474V920.471L1137.23 961.973L1065.23 920.471V837.474L1137.23 795.973Z\"\n fill=\"#586DE3\"\n />\n <path\n d=\"M423.234 300.973L495.234 342.723V426.223L423.234 467.973L351.234 426.223V342.723L423.234 300.973Z\"\n fill=\"#B223B1\"\n />\n <path\n d=\"M423.234 1044.97L495.234 1086.47V1169.47L423.234 1210.97L351.234 1169.47V1086.47L423.234 1044.97Z\"\n fill=\"#BA19C2\"\n />\n <path\n d=\"M1138.23 299.973L1210.23 341.723V425.223L1138.23 466.973L1066.23 425.223V341.723L1138.23 299.973Z\"\n fill=\"#2D6BB1\"\n />\n <path\n d=\"M1138.23 1043.97L1210.23 1085.47V1168.47L1138.23 1209.97L1066.23 1168.47V1085.47L1138.23 1043.97Z\"\n fill=\"#8452E3\"\n />\n <path\n d=\"M423.234 548.973L495.234 590.723V674.223L423.234 715.973L351.234 674.223V590.723L423.234 548.973Z\"\n fill=\"#B717BD\"\n />\n <path\n d=\"M1138.23 546.973L1210.23 588.723V672.223L1138.23 713.973L1066.23 672.223V588.723L1138.23 546.973Z\"\n fill=\"#2E8AE0\"\n />\n <path\n d=\"M494.734 -72.0273L567.234 -30.2773V53.2228L494.734 94.9727L422.234 53.2228V-30.2773L494.734 -72.0273Z\"\n fill=\"#822190\"\n />\n <path\n d=\"M494.734 672.973L567.234 714.723V798.22L494.734 839.973L422.234 798.22V714.723L494.734 672.973Z\"\n fill=\"#B61CBF\"\n />\n <path\n d=\"M1209.23 -72.0273L1281.23 -30.2773V53.2228L1209.23 94.9727L1137.23 53.2228V-30.2773L1209.23 -72.0273Z\"\n fill=\"#2F558B\"\n />\n <path\n d=\"M1209.23 671.973L1281.23 713.723V797.22L1209.23 838.973L1137.23 797.22V713.723L1209.23 671.973Z\"\n fill=\"#3C85E3\"\n />\n <path\n d=\"M494.734 176.973L567.234 218.473V301.473L494.734 342.973L422.234 301.473V218.473L494.734 176.973Z\"\n fill=\"#9F22A3\"\n />\n <path\n d=\"M494.734 920.973L567.234 962.719V1046.23L494.734 1087.97L422.234 1046.23V962.719L494.734 920.973Z\"\n fill=\"#BC22C1\"\n />\n <path\n d=\"M1209.23 175.973L1281.23 217.473V300.473L1209.23 341.973L1137.23 300.473V217.473L1209.23 175.973Z\"\n fill=\"#2E5B96\"\n />\n <path\n d=\"M1209.23 918.973L1281.23 960.719V1044.23L1209.23 1085.97L1137.23 1044.23V960.719L1209.23 918.973Z\"\n fill=\"#745CE6\"\n />\n <path\n d=\"M494.734 424.973L567.234 466.473V549.473L494.734 590.973L422.234 549.473V466.473L494.734 424.973Z\"\n fill=\"#B51EBD\"\n />\n <path\n d=\"M494.734 1168.97L567.234 1210.47V1293.47L494.734 1334.97L422.234 1293.47V1210.47L494.734 1168.97Z\"\n fill=\"#BA19C2\"\n />\n <path\n d=\"M1209.23 423.973L1281.23 465.473V548.473L1209.23 589.973L1137.23 548.473V465.473L1209.23 423.973Z\"\n fill=\"#2C82CE\"\n />\n <path\n d=\"M1209.23 1167.97L1281.23 1209.47V1292.47L1209.23 1333.97L1137.23 1292.47V1209.47L1209.23 1167.97Z\"\n fill=\"#8452E3\"\n />\n <path\n d=\"M567.234 52.9727L639.234 94.7228V178.223L567.234 219.973L495.234 178.223V94.7228L567.234 52.9727Z\"\n fill=\"#822190\"\n />\n <path\n d=\"M567.234 797.973L639.234 839.474V922.471L567.234 963.973L495.234 922.471V839.474L567.234 797.973Z\"\n fill=\"#B628C1\"\n />\n <path\n d=\"M1280.74 51.9727L1352.23 93.7228V177.223L1280.74 218.973L1209.23 177.223V93.7228L1280.74 51.9727Z\"\n fill=\"#2E5B96\"\n />\n <path\n d=\"M1280.74 795.973L1352.23 837.474V920.471L1280.74 961.973L1209.23 920.471V837.474L1280.74 795.973Z\"\n fill=\"#586DE3\"\n />\n <path\n d=\"M567.234 300.973L639.234 342.723V426.223L567.234 467.973L495.234 426.223V342.723L567.234 300.973Z\"\n fill=\"#A124B3\"\n />\n <path\n d=\"M566.234 1045.97L638.234 1087.47V1170.47L566.234 1211.97L494.234 1170.47V1087.47L566.234 1045.97Z\"\n fill=\"#BD2EC0\"\n />\n <path\n d=\"M1280.74 298.973L1352.23 340.723V424.223L1280.74 465.973L1209.23 424.223V340.723L1280.74 298.973Z\"\n fill=\"#2D6BB1\"\n />\n <path\n d=\"M1280.74 1043.97L1352.23 1085.47V1168.47L1280.74 1209.97L1209.23 1168.47V1085.47L1280.74 1043.97Z\"\n fill=\"#745CE6\"\n />\n <path\n d=\"M567.234 548.973L639.234 590.723V674.223L567.234 715.973L495.234 674.223V590.723L567.234 548.973Z\"\n fill=\"#AE24C2\"\n />\n <path\n d=\"M1280.74 546.973L1352.23 588.723V672.223L1280.74 713.973L1209.23 672.223V588.723L1280.74 546.973Z\"\n fill=\"#2E8AE0\"\n />\n <path\n d=\"M638.234 -72.0273L710.234 -30.2773V53.2228L638.234 94.9727L566.234 53.2228V-30.2773L638.234 -72.0273Z\"\n fill=\"#5E3690\"\n />\n <path\n d=\"M638.234 672.973L710.234 714.723V798.22L638.234 839.973L566.234 798.22V714.723L638.234 672.973Z\"\n fill=\"#AA2EC5\"\n />\n <path\n d=\"M638.234 176.973L710.234 218.473V301.473L638.234 342.973L566.234 301.473V218.473L638.234 176.973Z\"\n fill=\"#812CA2\"\n />\n <path\n d=\"M638.234 920.973L710.234 962.719V1046.23L638.234 1087.97L566.234 1046.23V962.719L638.234 920.973Z\"\n fill=\"#B535C1\"\n />\n <path\n d=\"M638.234 424.973L710.234 466.473V549.473L638.234 590.973L566.234 549.473V466.473L638.234 424.973Z\"\n fill=\"#A42FC5\"\n />\n <path\n d=\"M637.234 1169.97L709.234 1211.47V1294.47L637.234 1335.97L565.234 1294.47V1211.47L637.234 1169.97Z\"\n fill=\"#BD2EC0\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_6783_736\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n <clipPath id=\"clip1_6783_736\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>";
16452
-
16453
- var HomepageDark2 = "\n <svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n >\n <g clipPath=\"url(#clip0_6783_975)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M183.223 -169.557L295.189 -104.831V24.6216L183.223 89.3477L71.2578 24.6216V-104.831L183.223 -169.557Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M-40.0346 -170L71.9309 -105.274V24.1783L-40.0346 88.9044L-152 24.1783V-105.274L-40.0346 -170Z\"\n fill=\"#4C14B3\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#5414B4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#641DBA\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#4B11B2\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#4B11B2\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#6A20BD\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#6A20BD\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M294.919 1181.8L406.884 1246.53V1375.98L294.919 1440.71L182.953 1375.98V1246.53L294.919 1181.8Z\"\n fill=\"#5C19B6\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#5215B4\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6216L407.161 88.3477L295.195 23.6216V-105.831L407.161 -170.557Z\"\n fill=\"#5215B4\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#5817B5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#6F25C0\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#5813B4\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#7431C4\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#621EBB\"\n />\n <path\n d=\"M518.848 1181.8L630.814 1246.53V1375.98L518.848 1440.71L406.883 1375.98V1246.53L518.848 1181.8Z\"\n fill=\"#621EBB\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#610DB1\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6216L631.09 88.3477L519.125 23.6216V-105.831L631.09 -170.557Z\"\n fill=\"#610DB1\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#6629BD\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#783CC8\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#6614B5\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#7651C9\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#642DC3\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#642DC3\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#690CB1\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6216L855.02 88.3477L743.055 23.6216V-105.831L855.02 -170.557Z\"\n fill=\"#690CB1\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#6E51C7\"\n />\n <path\n d=\"M743.02 796.176L854.986 860.764V989.939L743.02 1054.53L631.055 989.939V860.764L743.02 796.176Z\"\n fill=\"#704DC6\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#6A38C2\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#8380CC\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#5C36C2\"\n />\n <path\n d=\"M965.708 1181.8L1077.67 1246.53V1375.98L965.708 1440.71L853.742 1375.98V1246.53L965.708 1181.8Z\"\n fill=\"#5C36C2\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M1188.71 1181.8L1300.67 1246.53V1375.98L1188.71 1440.71L1076.74 1375.98V1246.53L1188.71 1181.8Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M1300.71 989.801L1412.67 1054.53V1183.98L1300.71 1248.71L1188.74 1183.98V1054.53L1300.71 989.801Z\"\n fill=\"#6A60C5\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#593CC3\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6216L1078.95 88.3477L966.984 23.6216V-105.831L1078.95 -170.557Z\"\n fill=\"#593CC3\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#799AD6\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#7B6AC1\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#6C8CDE\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#6C8CDE\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#AAB1C7\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#AAB1C7\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5F63D2\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#5F63D2\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#9CBCDA\"\n />\n <path\n d=\"M1190.88 796.176L1302.84 860.764V989.939L1190.88 1054.53L1078.91 989.939V860.764L1190.88 796.176Z\"\n fill=\"#8675BD\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_975\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>";
16454
-
16455
- var ProductpageDark1 = "<svg\n width=\"1280\"\n height=\"1280\"\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1488)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#403FA4\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#4047A2\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#3F4BA2\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#4141A4\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#4141A4\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#3E49A1\"\n />\n <path\n d=\"M-39.0814 603.211L72.884 667.937V797.389L-39.0814 862.115L-151.047 797.389V667.937L-39.0814 603.211Z\"\n fill=\"#3E49A1\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#404CA3\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#403BA4\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6217L407.161 88.3477L295.195 23.6217V-105.831L407.161 -170.557Z\"\n fill=\"#403BA4\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#4247A2\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#404AA1\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#4741A4\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#4347A0\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#42489E\"\n />\n <path\n d=\"M295.848 1180.8L407.814 1245.53V1374.98L295.848 1439.71L183.883 1374.98V1245.53L295.848 1180.8Z\"\n fill=\"#42489E\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#4A3DA4\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6217L631.09 88.3477L519.125 23.6217V-105.831L631.09 -170.557Z\"\n fill=\"#4A3DA4\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#4843A1\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#47469E\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#4E3CA2\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#4B429D\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M519.778 1180.8L631.743 1245.53V1374.98L519.778 1439.71L407.812 1374.98V1245.53L519.778 1180.8Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#4A459C\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#5338A4\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#5338A4\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#513EA0\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#4F429A\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#5537A2\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#543E9B\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#524198\"\n />\n <path\n d=\"M965.708 1181.8L1077.67 1246.53V1375.98L965.708 1440.71L853.742 1375.98V1246.53L965.708 1181.8Z\"\n fill=\"#524198\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M1300.71 988.801L1412.67 1053.53V1182.98L1300.71 1247.71L1188.74 1182.98V1053.53L1300.71 988.801Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M1188.71 1181.8L1300.67 1246.53V1375.98L1188.71 1440.71L1076.74 1375.98V1246.53L1188.71 1181.8Z\"\n fill=\"#5A4096\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#5934A2\"\n />\n <path\n d=\"M1077.95 -169.557L1189.92 -104.831V24.6217L1077.95 89.3477L965.984 24.6217V-104.831L1077.95 -169.557Z\"\n fill=\"#5934A2\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#58399E\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#563F97\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#5A349F\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#5A349F\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#5A3B98\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#5A3B98\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5F35A2\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#5F35A2\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#5B389B\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#593C95\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1488\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16456
-
16457
- var ProductpageDark2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1727)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M182.223 -169.557L294.189 -104.831V24.6217L182.223 89.3477L70.2578 24.6217V-104.831L182.223 -169.557Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#611897\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#6A11A4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#6A11A4\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#63109E\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#63109E\"\n />\n <path\n d=\"M182.919 602.211L294.884 666.937V796.389L182.919 861.115L70.9531 796.389V666.937L182.919 602.211Z\"\n fill=\"#6910A3\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#6910A3\"\n />\n <path\n d=\"M182.919 987.801L294.884 1052.53V1181.98L182.919 1246.71L70.9531 1181.98V1052.53L182.919 987.801Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M71.9186 1181.8L183.884 1246.53V1375.98L71.9186 1440.71L-40.0469 1375.98V1246.53L71.9186 1181.8Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#6B15A4\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#5E119A\"\n />\n <path\n d=\"M406.161 -169.557L518.126 -104.831V24.6217L406.161 89.3477L294.195 24.6217V-104.831L406.161 -169.557Z\"\n fill=\"#5E119A\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#6811A5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#6811A5\"\n />\n <path\n d=\"M406.848 216.621L518.814 281.209V410.384L406.848 474.972L294.883 410.384V281.209L406.848 216.621Z\"\n fill=\"#6412A5\"\n />\n <path\n d=\"M406.848 602.211L518.814 666.937V796.389L406.848 861.115L294.883 796.389V666.937L406.848 602.211Z\"\n fill=\"#6711A4\"\n />\n <path\n d=\"M406.848 987.801L518.814 1052.53V1181.98L406.848 1246.71L294.883 1181.98V1052.53L406.848 987.801Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M518.848 1181.8L630.814 1246.53V1375.98L518.848 1440.71L406.883 1375.98V1246.53L518.848 1181.8Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M295.848 1180.8L407.814 1245.53V1374.98L295.848 1439.71L183.883 1374.98V1245.53L295.848 1180.8Z\"\n fill=\"#6512A6\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#6112A7\"\n />\n <path\n d=\"M630.09 -169.557L742.056 -104.831V24.6217L630.09 89.3477L518.125 24.6217V-104.831L630.09 -169.557Z\"\n fill=\"#6112A7\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#6413A6\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#6412A6\"\n />\n <path\n d=\"M630.778 216.621L742.743 281.209V410.384L630.778 474.972L518.812 410.384V281.209L630.778 216.621Z\"\n fill=\"#6013A9\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#6114A7\"\n />\n <path\n d=\"M630.778 987.801L742.743 1052.53V1181.98L630.778 1246.71L518.812 1181.98V1052.53L630.778 987.801Z\"\n fill=\"#6015A8\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#6015A8\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#5D17AA\"\n />\n <path\n d=\"M854.02 -169.557L965.986 -104.831V24.6217L854.02 89.3477L742.055 24.6217V-104.831L854.02 -169.557Z\"\n fill=\"#5D17AA\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#5E17A9\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#5D17A8\"\n />\n <path\n d=\"M854.708 216.621L966.673 281.209V410.384L854.708 474.972L742.742 410.384V281.209L854.708 216.621Z\"\n fill=\"#5A19AB\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#5A1AA9\"\n />\n <path\n d=\"M854.708 987.801L966.673 1052.53V1181.98L854.708 1246.71L742.742 1181.98V1052.53L854.708 987.801Z\"\n fill=\"#571AA9\"\n />\n <path\n d=\"M966.708 1181.8L1078.67 1246.53V1375.98L966.708 1440.71L854.742 1375.98V1246.53L966.708 1181.8Z\"\n fill=\"#571AA9\"\n />\n <path\n d=\"M1077.71 987.801L1189.67 1052.53V1181.98L1077.71 1246.71L965.742 1181.98V1052.53L1077.71 987.801Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M1300.71 988.801L1412.67 1053.53V1182.98L1300.71 1247.71L1188.74 1182.98V1053.53L1300.71 988.801Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M1187.71 1181.8L1299.67 1246.53V1375.98L1187.71 1440.71L1075.74 1375.98V1246.53L1187.71 1181.8Z\"\n fill=\"#5423AC\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#581CAD\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#571DAB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#561EAA\"\n />\n <path\n d=\"M1078.64 216.621L1190.6 281.209V410.384L1078.64 474.972L966.672 410.384V281.209L1078.64 216.621Z\"\n fill=\"#551DAB\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#551DAB\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#5320AB\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#5320AB\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1077.88 -169.557L1189.84 -104.831V24.6217L1077.88 89.3477L965.914 24.6217V-104.831L1077.88 -169.557Z\"\n fill=\"#5B26AE\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#531FAA\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#5221AA\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1727\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16458
-
16459
- var HomepageLight1 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_462)\">\n <g clipPath=\"url(#clip1_6783_462)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#D6DCEF\"\n />\n <path\n d=\"M-40.7767 -170.557L71.1887 -105.831V23.6216L-40.7767 88.3477L-152.742 23.6216V-105.831L-40.7767 -170.557Z\"\n fill=\"#D6DCEF\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#DEDDF4\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#F4E9F2\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#D7DCF3\"\n />\n <path\n d=\"M-41.0814 216.621L70.884 281.209V410.384L-41.0814 474.972L-153.047 410.384V281.209L-41.0814 216.621Z\"\n fill=\"#D7DCF3\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#E9E2F5\"\n />\n <path\n d=\"M-41.0814 602.211L70.884 666.937V796.389L-41.0814 861.115L-153.047 796.389V666.937L-41.0814 602.211Z\"\n fill=\"#E9E2F5\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M-41.0814 988.801L70.884 1053.53V1182.98L-41.0814 1247.71L-153.047 1182.98V1053.53L-41.0814 988.801Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#F8EDF1\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#D5DCF2\"\n />\n <path\n d=\"M183.161 -170.557L295.126 -105.831V23.6216L183.161 88.3477L71.1953 23.6216V-105.831L183.161 -170.557Z\"\n fill=\"#D5DCF2\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#E0E0F5\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#F5EAF3\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#DDE1F4\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#EDE8F6\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#FAF1F5\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#FAF1F5\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#E0E3F5\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6216L407.09 88.3477L295.125 23.6216V-105.831L407.09 -170.557Z\"\n fill=\"#E0E3F5\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#EBEBF8\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F9F2F7\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#EAEBF6\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#F8F4FA\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M518.778 1181.8L630.743 1246.53V1375.98L518.778 1440.71L406.812 1375.98V1246.53L518.778 1181.8Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M741.778 1184.8L853.743 1249.53V1378.98L741.778 1443.71L629.812 1378.98V1249.53L741.778 1184.8Z\"\n fill=\"#FDF8FA\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#EAE9F5\"\n />\n <path\n d=\"M631.02 -170.557L742.986 -105.831V23.6216L631.02 88.3477L519.055 23.6216V-105.831L631.02 -170.557Z\"\n fill=\"#EAE9F5\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#F6F5FB\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FDFAFC\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F0EDF7\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FBFAFC\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FDFBFC\"\n />\n <path\n d=\"M965.708 1183.8L1077.67 1248.53V1377.98L965.708 1442.71L853.742 1377.98V1248.53L965.708 1183.8Z\"\n fill=\"#FDFBFC\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#EAE4F3\"\n />\n <path\n d=\"M854.95 -170.557L966.915 -105.831V23.6216L854.95 88.3477L742.984 23.6216V-105.831L854.95 -170.557Z\"\n fill=\"#EAE4F3\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F5F5FB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FCFCFD\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#EBE7F4\"\n />\n <path\n d=\"M1302.64 217.621L1414.6 282.209V411.384L1302.64 475.972L1190.67 411.384V282.209L1302.64 217.621Z\"\n fill=\"#EBE7F4\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F8F9FD\"\n />\n <path\n d=\"M1302.64 603.211L1414.6 667.937V797.389L1302.64 862.115L1190.67 797.389V667.937L1302.64 603.211Z\"\n fill=\"#F8F9FD\"\n />\n <path\n d=\"M1078.64 988.801L1190.6 1053.53V1182.98L1078.64 1247.71L966.672 1182.98V1053.53L1078.64 988.801Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1190.64 1182.8L1302.6 1247.53V1376.98L1190.64 1441.71L1078.67 1376.98V1247.53L1190.64 1182.8Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1302.64 988.801L1414.6 1053.53V1182.98L1302.64 1247.71L1190.67 1182.98V1053.53L1302.64 988.801Z\"\n fill=\"#FBFCFC\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1078.88 -170.557L1190.84 -105.831V23.6216L1078.88 88.3477L966.914 23.6216V-105.831L1078.88 -170.557Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#E5DEEF\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F2F2F8\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F9FBFC\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_6783_462\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n <clipPath id=\"clip1_6783_462\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16460
-
16461
- var HomepageLight2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_599)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M-40.7767 -170.557L71.1887 -105.831V23.6216L-40.7767 88.3477L-152.742 23.6216V-105.831L-40.7767 -170.557Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6216L183.223 88.3477L71.2578 23.6216V-105.831L183.223 -170.557Z\"\n fill=\"#FDFEFF\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#D7F1F9\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M-41.0814 217.621L70.884 282.209V411.384L-41.0814 475.972L-153.047 411.384V282.209L-41.0814 217.621Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#F6FCFE\"\n />\n <path\n d=\"M-40.0814 603.211L71.884 667.937V797.389L-40.0814 862.115L-152.047 797.389V667.937L-40.0814 603.211Z\"\n fill=\"#F6FCFE\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#ACDBF1\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#FAFDFE\"\n />\n <path\n d=\"M407.161 -170.557L519.126 -105.831V23.6216L407.161 88.3477L295.195 23.6216V-105.831L407.161 -170.557Z\"\n fill=\"#FAFDFE\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#FEFFFF\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#E5F0FA\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#FBFDFE\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#FBFCFE\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#DDE0F5\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#DDE0F5\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#E7F4FA\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6216L631.09 88.3477L519.125 23.6216V-105.831L631.09 -170.557Z\"\n fill=\"#E7F4FA\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F6F6FC\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#F3F7FC\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M742.778 1182.8L854.743 1247.53V1376.98L742.778 1441.71L630.812 1376.98V1247.53L742.778 1182.8Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M518.778 1182.8L630.743 1247.53V1376.98L518.778 1441.71L406.812 1376.98V1247.53L518.778 1182.8Z\"\n fill=\"#F8F6FC\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#D7E1EF\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6216L855.02 88.3477L743.055 23.6216V-105.831L855.02 -170.557Z\"\n fill=\"#D7E1EF\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#FCFCFE\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FEFDFE\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#EEEDF8\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FEFDFE\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M1190.71 1182.8L1302.67 1247.53V1376.98L1190.71 1441.71L1078.74 1376.98V1247.53L1190.71 1182.8Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#D7D1EC\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6216L1078.95 88.3477L966.984 23.6216V-105.831L1078.95 -170.557Z\"\n fill=\"#D7D1EC\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F5F3FB\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FEFEFF\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#D2C7EC\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#D2C7EC\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F8F5FC\"\n />\n <path\n d=\"M1302.64 603.211L1414.6 667.937V797.389L1302.64 862.115L1190.67 797.389V667.937L1302.64 603.211Z\"\n fill=\"#F8F5FC\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#D1C6EA\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6216L1302.88 88.3477L1190.91 23.6216V-105.831L1302.88 -170.557Z\"\n fill=\"#D1C6EA\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#E0D7F2\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#FDFCFE\"\n />\n <path\n d=\"M1078.97 989L1190.93 1053.73V1183.18L1078.97 1247.9L967 1183.18V1053.73L1078.97 989Z\"\n fill=\"#FCFBFE\"\n />\n <path\n d=\"M1302.97 989L1414.93 1053.73V1183.18L1302.97 1247.9L1191 1183.18V1053.73L1302.97 989Z\"\n fill=\"#FCFBFE\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_599\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16462
-
16463
- var ProductpageLight1 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1214)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M185.223 -169.557L297.189 -104.831V24.6217L185.223 89.3477L73.2578 24.6217V-104.831L185.223 -169.557Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M0.223249 -193.557L112.189 -128.831V0.62165L0.223249 65.3477L-111.742 0.62165V-128.831L0.223249 -193.557Z\"\n fill=\"#E2E9FA\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#E2EDF9\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#E8EFF8\"\n />\n <path\n d=\"M182.919 216.621L294.884 281.209V410.384L182.919 474.972L70.9531 410.384V281.209L182.919 216.621Z\"\n fill=\"#E4EDFC\"\n />\n <path\n d=\"M-40.0814 217.621L71.884 282.209V411.384L-40.0814 475.972L-152.047 411.384V282.209L-40.0814 217.621Z\"\n fill=\"#E4EDFC\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#E5EEFA\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#E5EEFA\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M70.9186 1181.8L182.884 1246.53V1375.98L70.9186 1440.71L-41.0469 1375.98V1246.53L70.9186 1181.8Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#EBF2F8\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#E5E9FB\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#E3EBFA\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#E8EEF9\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#E8E9FB\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#E6EAF9\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M518.848 1182.8L630.814 1247.53V1376.98L518.848 1441.71L406.883 1376.98V1247.53L518.848 1182.8Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#ECEFF8\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#EEE6FA\"\n />\n <path\n d=\"M408.965 -169L520.931 -104.274V25.1783L408.965 89.9044L297 25.1783V-104.274L408.965 -169Z\"\n fill=\"#EEE6FA\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#E9E7F9\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#ECEDF9\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#EFE4FA\"\n />\n <path\n d=\"M630.778 602.211L742.743 666.937V796.389L630.778 861.115L518.812 796.389V666.937L630.778 602.211Z\"\n fill=\"#ECE8F8\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M742.778 1181.8L854.743 1246.53V1375.98L742.778 1440.71L630.812 1375.98V1246.53L742.778 1181.8Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M855.02 -169.557L966.986 -104.831V24.6217L855.02 89.3477L743.055 24.6217V-104.831L855.02 -169.557Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M632.02 -169.557L743.986 -104.831V24.6217L632.02 89.3477L520.055 24.6217V-104.831L632.02 -169.557Z\"\n fill=\"#F4E4FB\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#EFE3F8\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#F0EBF8\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F5E1FA\"\n />\n <path\n d=\"M854.708 602.211L966.673 666.937V796.389L854.708 861.115L742.742 796.389V666.937L854.708 602.211Z\"\n fill=\"#F2E6F7\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#F4EEF8\"\n />\n <path\n d=\"M966.708 1181.8L1078.67 1246.53V1375.98L966.708 1440.71L854.742 1375.98V1246.53L966.708 1181.8Z\"\n fill=\"#F4EEF8\"\n />\n <path\n d=\"M1078.71 987.801L1190.67 1052.53V1181.98L1078.71 1246.71L966.742 1181.98V1052.53L1078.71 987.801Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M1190.71 1181.8L1302.67 1246.53V1375.98L1190.71 1440.71L1078.74 1375.98V1246.53L1190.71 1181.8Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M1301.71 987.801L1413.67 1052.53V1181.98L1301.71 1246.71L1189.74 1181.98V1052.53L1301.71 987.801Z\"\n fill=\"#F3EEF5\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#F8DFFA\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6217L1078.95 88.3477L966.984 23.6217V-105.831L1078.95 -170.557Z\"\n fill=\"#F8DFFA\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F4E2F7\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#F4EBF7\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F7E0F8\"\n />\n <path\n d=\"M1302.64 216.621L1414.6 281.209V410.384L1302.64 474.972L1190.67 410.384V281.209L1302.64 216.621Z\"\n fill=\"#F7E0F8\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F5E7F6\"\n />\n <path\n d=\"M1301.64 602.211L1413.6 666.937V796.389L1301.64 861.115L1189.67 796.389V666.937L1301.64 602.211Z\"\n fill=\"#F5E7F6\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F8DFF8\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6217L1302.88 88.3477L1190.91 23.6217V-105.831L1302.88 -170.557Z\"\n fill=\"#F8DFF8\"\n />\n <path\n d=\"M1189.88 410.033L1301.84 474.759V604.211L1189.88 668.938L1077.91 604.211V474.759L1189.88 410.033Z\"\n fill=\"#F5E3F6\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F6ECF7\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1214\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16440
+ }
16441
+ // If logicType is "AND", all selected tags should be present in the item's tags
16442
+ if (logicType === "AND") {
16443
+ return selectedControls.every(function (control) {
16444
+ return filteredItem.props.tags.includes(control.label);
16445
+ });
16446
+ }
16447
+ else {
16448
+ // Check if item has tags property and if any selected tags are present in item's tags
16449
+ return selectedControls.some(function (control) {
16450
+ return filteredItem.props.tags.includes(control.label);
16451
+ });
16452
+ }
16453
+ });
16454
+ return (React__default.createElement("div", __assign({ className: "arc-Filter" }, filterAttrs(props)),
16455
+ React__default.createElement(FilterControls, { controlsAlignment: controlsAlignment }, filterControls.map(function (_a, index) {
16456
+ var label = _a.label, isSelected = _a.isSelected;
16457
+ return (React__default.createElement(FilterControl, { key: index, onClick: function () { return handleControlClick(index); }, isSelected: isSelected }, label));
16458
+ })),
16459
+ React__default.createElement(FilterItems, { displayType: displayType, error: error }, filteredItems.map(function (item) { return item.props.children; }))));
16460
+ };
16464
16461
 
16465
- var ProductpageLight2 = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1351)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#F9EDF5\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#FEEBF9\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#FEECFB\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#FDEDF8\"\n />\n <path\n d=\"M-41.0814 216.621L70.884 281.209V410.384L-41.0814 474.972L-153.047 410.384V281.209L-41.0814 216.621Z\"\n fill=\"#FDEDF8\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M-41.0814 602.211L70.884 666.937V796.389L-41.0814 861.115L-153.047 796.389V666.937L-41.0814 602.211Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M-40.0814 988.801L71.884 1053.53V1182.98L-40.0814 1247.71L-152.047 1182.98V1053.53L-40.0814 988.801Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M70.9186 1182.8L182.884 1247.53V1376.98L70.9186 1441.71L-41.0469 1376.98V1247.53L70.9186 1182.8Z\"\n fill=\"#FCEBFA\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#FCEDF7\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#FEEBF8\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#FEEBFA\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#FCEBF6\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#FDEAF8\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M294.848 1182.8L406.814 1247.53V1376.98L294.848 1441.71L182.883 1376.98V1247.53L294.848 1182.8Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M518.848 1182.8L630.814 1247.53V1376.98L518.848 1441.71L406.883 1376.98V1247.53L518.848 1182.8Z\"\n fill=\"#FDEBFA\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#FCECF5\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6217L407.09 88.3477L295.125 23.6217V-105.831L407.09 -170.557Z\"\n fill=\"#FCECF5\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#FDE9F6\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#FDEAFA\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#FCEAF4\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#FCE9F7\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#FCEAFA\"\n />\n <path\n d=\"M742.778 1182.8L854.743 1247.53V1376.98L742.778 1441.71L630.812 1376.98V1247.53L742.778 1182.8Z\"\n fill=\"#FCEAFA\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M631.02 -170.557L742.986 -105.831V23.6217L631.02 88.3477L519.055 23.6217V-105.831L631.02 -170.557Z\"\n fill=\"#FBEAF3\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#FBE9F4\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#FCE9F8\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#FBE9F2\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#FBE8F5\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#FBEAF8\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#FBEAF8\"\n />\n <path\n d=\"M1078.71 988.801L1190.67 1053.53V1182.98L1078.71 1247.71L966.742 1182.98V1053.53L1078.71 988.801Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M1302.71 988.801L1414.67 1053.53V1182.98L1302.71 1247.71L1190.74 1182.98V1053.53L1302.71 988.801Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M1190.71 1182.8L1302.67 1247.53V1376.98L1190.71 1441.71L1078.74 1376.98V1247.53L1190.71 1182.8Z\"\n fill=\"#FAEAF7\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#FBEAF2\"\n />\n <path\n d=\"M1078.95 -170.557L1190.92 -105.831V23.6217L1078.95 88.3477L966.984 23.6217V-105.831L1078.95 -170.557Z\"\n fill=\"#FBEAF2\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#FAE8F3\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#FBE9F6\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F9E9F1\"\n />\n <path\n d=\"M1301.64 216.621L1413.6 281.209V410.384L1301.64 474.972L1189.67 410.384V281.209L1301.64 216.621Z\"\n fill=\"#F9E9F1\"\n />\n <path\n d=\"M1078.64 602.211L1190.6 666.937V796.389L1078.64 861.115L966.672 796.389V666.937L1078.64 602.211Z\"\n fill=\"#F9E8F4\"\n />\n <path\n d=\"M1301.64 603.211L1413.6 667.937V797.389L1301.64 862.115L1189.67 797.389V667.937L1301.64 603.211Z\"\n fill=\"#F9E8F4\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F7EBF0\"\n />\n <path\n d=\"M1302.88 -170.557L1414.84 -105.831V23.6217L1302.88 88.3477L1190.91 23.6217V-105.831L1302.88 -170.557Z\"\n fill=\"#F7EBF0\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F8E7F0\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F8E8F5\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1351\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16462
+ var FilterItem = function (_a) {
16463
+ var children = _a.children;
16464
+ return React__default.createElement("div", { className: "arc-FilterItem" }, children);
16465
+ };
16466
16466
 
16467
- var FooterLight = "<svg\n viewBox=\"0 0 1280 1280\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n preserveAspectRatio=\"none\"\n>\n <g clipPath=\"url(#clip0_6783_1966)\">\n <path\n d=\"M71.2233 23.4434L183.189 88.1695V217.622L71.2233 282.348L-40.7422 217.622V88.1695L71.2233 23.4434Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M183.223 -170.557L295.189 -105.831V23.6217L183.223 88.3477L71.2578 23.6217V-105.831L183.223 -170.557Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M-40.7768 -170.557L71.1887 -105.831V23.6217L-40.7768 88.3477L-152.742 23.6217V-105.831L-40.7768 -170.557Z\"\n fill=\"#F6F1F9\"\n />\n <path\n d=\"M71.2233 409.033L183.189 473.759V603.211L71.2233 667.938L-40.7422 603.211V473.759L71.2233 409.033Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M71.2233 795.176L183.189 859.764V988.939L71.2233 1053.53L-40.7422 988.939V859.764L71.2233 795.176Z\"\n fill=\"#F8F1FD\"\n />\n <path\n d=\"M182.919 217.621L294.884 282.209V411.384L182.919 475.972L70.9531 411.384V282.209L182.919 217.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M-40.0814 216.621L71.884 281.209V410.384L-40.0814 474.972L-152.047 410.384V281.209L-40.0814 216.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M182.919 603.211L294.884 667.937V797.389L182.919 862.115L70.9531 797.389V667.937L182.919 603.211Z\"\n fill=\"#F9F2FC\"\n />\n <path\n d=\"M-40.0814 602.211L71.884 666.937V796.389L-40.0814 861.115L-152.047 796.389V666.937L-40.0814 602.211Z\"\n fill=\"#F9F2FC\"\n />\n <path\n d=\"M182.919 988.801L294.884 1053.53V1182.98L182.919 1247.71L70.9531 1182.98V1053.53L182.919 988.801Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M-40.0814 987.801L71.884 1052.53V1181.98L-40.0814 1246.71L-152.047 1181.98V1052.53L-40.0814 987.801Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M70.9186 1181.8L182.884 1246.53V1375.98L70.9186 1440.71L-41.0469 1375.98V1246.53L70.9186 1181.8Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M295.161 23.4434L407.126 88.1695V217.622L295.161 282.348L183.195 217.622V88.1695L295.161 23.4434Z\"\n fill=\"#F7F2FA\"\n />\n <path\n d=\"M295.161 409.033L407.126 473.759V603.211L295.161 667.938L183.195 603.211V473.759L295.161 409.033Z\"\n fill=\"#F8F3FC\"\n />\n <path\n d=\"M295.161 795.176L407.126 859.764V988.939L295.161 1053.53L183.195 988.939V859.764L295.161 795.176Z\"\n fill=\"#F8F0FB\"\n />\n <path\n d=\"M406.848 217.621L518.814 282.209V411.384L406.848 475.972L294.883 411.384V282.209L406.848 217.621Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M406.848 603.211L518.814 667.937V797.389L406.848 862.115L294.883 797.389V667.937L406.848 603.211Z\"\n fill=\"#F7F1FB\"\n />\n <path\n d=\"M406.848 988.801L518.814 1053.53V1182.98L406.848 1247.71L294.883 1182.98V1053.53L406.848 988.801Z\"\n fill=\"#F7EEFB\"\n />\n <path\n d=\"M294.848 1181.8L406.814 1246.53V1375.98L294.848 1440.71L182.883 1375.98V1246.53L294.848 1181.8Z\"\n fill=\"#F7EEFB\"\n />\n <path\n d=\"M519.09 23.4434L631.056 88.1695V217.622L519.09 282.348L407.125 217.622V88.1695L519.09 23.4434Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M631.09 -170.557L743.056 -105.831V23.6217L631.09 88.3477L519.125 23.6217V-105.831L631.09 -170.557Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M407.09 -170.557L519.056 -105.831V23.6217L407.09 88.3477L295.125 23.6217V-105.831L407.09 -170.557Z\"\n fill=\"#F9F4FC\"\n />\n <path\n d=\"M519.09 409.033L631.056 473.759V603.211L519.09 667.938L407.125 603.211V473.759L519.09 409.033Z\"\n fill=\"#F8F3FC\"\n />\n <path\n d=\"M519.09 795.176L631.056 859.764V988.939L519.09 1053.53L407.125 988.939V859.764L519.09 795.176Z\"\n fill=\"#F7EFFB\"\n />\n <path\n d=\"M630.778 217.621L742.743 282.209V411.384L630.778 475.972L518.812 411.384V282.209L630.778 217.621Z\"\n fill=\"#F8F4FD\"\n />\n <path\n d=\"M630.778 603.211L742.743 667.937V797.389L630.778 862.115L518.812 797.389V667.937L630.778 603.211Z\"\n fill=\"#F6F0FB\"\n />\n <path\n d=\"M630.778 988.801L742.743 1053.53V1182.98L630.778 1247.71L518.812 1182.98V1053.53L630.778 988.801Z\"\n fill=\"#F6EFFB\"\n />\n <path\n d=\"M518.778 1182.8L630.743 1247.53V1376.98L518.778 1441.71L406.812 1376.98V1247.53L518.778 1182.8Z\"\n fill=\"#F6EFFB\"\n />\n <path\n d=\"M743.02 23.4434L854.986 88.1695V217.622L743.02 282.348L631.055 217.622V88.1695L743.02 23.4434Z\"\n fill=\"#F8F6FD\"\n />\n <path\n d=\"M855.02 -170.557L966.986 -105.831V23.6217L855.02 88.3477L743.055 23.6217V-105.831L855.02 -170.557Z\"\n fill=\"#F8F6FD\"\n />\n <path\n d=\"M743.02 409.033L854.986 473.759V603.211L743.02 667.938L631.055 603.211V473.759L743.02 409.033Z\"\n fill=\"#F6F3FC\"\n />\n <path\n d=\"M743.02 795.176L854.986 859.764V988.939L743.02 1053.53L631.055 988.939V859.764L743.02 795.176Z\"\n fill=\"#F5EFFA\"\n />\n <path\n d=\"M854.708 217.621L966.673 282.209V411.384L854.708 475.972L742.742 411.384V282.209L854.708 217.621Z\"\n fill=\"#F7F5FD\"\n />\n <path\n d=\"M854.708 603.211L966.673 667.937V797.389L854.708 862.115L742.742 797.389V667.937L854.708 603.211Z\"\n fill=\"#F4F0FB\"\n />\n <path\n d=\"M854.708 988.801L966.673 1053.53V1182.98L854.708 1247.71L742.742 1182.98V1053.53L854.708 988.801Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M742.708 1181.8L854.673 1246.53V1375.98L742.708 1440.71L630.742 1375.98V1246.53L742.708 1181.8Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M966.708 1182.8L1078.67 1247.53V1376.98L966.708 1441.71L854.742 1376.98V1247.53L966.708 1182.8Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M1078.71 988.801L1190.67 1053.53V1182.98L1078.71 1247.71L966.742 1182.98V1053.53L1078.71 988.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M1301.71 987.801L1413.67 1052.53V1181.98L1301.71 1246.71L1189.74 1181.98V1052.53L1301.71 987.801Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M1190.71 1181.8L1302.67 1246.53V1375.98L1190.71 1440.71L1078.74 1375.98V1246.53L1190.71 1181.8Z\"\n fill=\"#F0EEF9\"\n />\n <path\n d=\"M966.95 23.4434L1078.92 88.1695V217.622L966.95 282.348L854.984 217.622V88.1695L966.95 23.4434Z\"\n fill=\"#F5F5FA\"\n />\n <path\n d=\"M1078.95 -169.557L1190.92 -104.831V24.6217L1078.95 89.3477L966.984 24.6217V-104.831L1078.95 -169.557Z\"\n fill=\"#F5F5FA\"\n />\n <path\n d=\"M966.95 409.033L1078.92 473.759V603.211L966.95 667.938L854.984 603.211V473.759L966.95 409.033Z\"\n fill=\"#F4F3FC\"\n />\n <path\n d=\"M966.95 795.176L1078.92 859.764V988.939L966.95 1053.53L854.984 988.939V859.764L966.95 795.176Z\"\n fill=\"#F3EFFA\"\n />\n <path\n d=\"M1078.64 217.621L1190.6 282.209V411.384L1078.64 475.972L966.672 411.384V282.209L1078.64 217.621Z\"\n fill=\"#F5F5FC\"\n />\n <path\n d=\"M1302.64 216.621L1414.6 281.209V410.384L1302.64 474.972L1190.67 410.384V281.209L1302.64 216.621Z\"\n fill=\"#F5F5FC\"\n />\n <path\n d=\"M1078.64 603.211L1190.6 667.937V797.389L1078.64 862.115L966.672 797.389V667.937L1078.64 603.211Z\"\n fill=\"#F2F1FB\"\n />\n <path\n d=\"M1302.64 602.211L1414.6 666.937V796.389L1302.64 861.115L1190.67 796.389V666.937L1302.64 602.211Z\"\n fill=\"#F2F1FB\"\n />\n <path\n d=\"M1190.88 23.4434L1302.84 88.1695V217.622L1190.88 282.348L1078.91 217.622V88.1695L1190.88 23.4434Z\"\n fill=\"#F2F4F9\"\n />\n <path\n d=\"M1301.88 -170.557L1413.84 -105.831V23.6217L1301.88 88.3477L1189.91 23.6217V-105.831L1301.88 -170.557Z\"\n fill=\"#F2F4F9\"\n />\n <path\n d=\"M1190.88 409.033L1302.84 473.759V603.211L1190.88 667.938L1078.91 603.211V473.759L1190.88 409.033Z\"\n fill=\"#F4F2FC\"\n />\n <path\n d=\"M1190.88 795.176L1302.84 859.764V988.939L1190.88 1053.53L1078.91 988.939V859.764L1190.88 795.176Z\"\n fill=\"#F2EFF9\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_6783_1966\">\n <rect width=\"1280\" height=\"1280\" fill=\"white\" />\n </clipPath>\n </defs>\n</svg>";
16467
+ var GhostedHeroBanner = function (_a) {
16468
+ var heading = _a.heading, headingLevel = _a.headingLevel, label = _a.label, text = _a.text, img = _a.img, children = _a.children, _b = _a.fontStyle, fontStyle = _b === void 0 ? "default" : _b, props = __rest(_a, ["heading", "headingLevel", "label", "text", "img", "children", "fontStyle"]);
16469
+ return (React__default.createElement("div", __assign({ className: "arc-GhostedHeroBanner" }, filterAttrs(props)),
16470
+ React__default.createElement("div", { className: "arc-GhostedHeroBanner-content" },
16471
+ label && (React__default.createElement(React__default.Fragment, null,
16472
+ React__default.createElement(Heading, { fontStyle: "overline" }, label),
16473
+ React__default.createElement(VerticalSpace, { size: "8" }))),
16474
+ React__default.createElement(Heading, { level: headingLevel, size: fontStyle === "default" ? "xl" : "xxl", fontStyle: fontStyle }, heading),
16475
+ text && (React__default.createElement(React__default.Fragment, null,
16476
+ React__default.createElement(VerticalSpace, { size: "16" }),
16477
+ React__default.createElement("span", { className: "arc-TemplateBanner-text" }, text))),
16478
+ children && (React__default.createElement(React__default.Fragment, null,
16479
+ React__default.createElement(VerticalSpace, { size: "32" }),
16480
+ children))),
16481
+ React__default.createElement("div", { className: "arc-GhostedHeroBanner-image " }, img && React__default.createElement(BannerImage, __assign({ ariaHidden: true }, img)))));
16482
+ };
16468
16483
 
16469
- // commented out s+ props as the svgs don't exist yet
16470
- var BackgroundGradients = {
16471
- HomepageDark1: {
16472
- xs: HomepageDark1,
16473
- // s: HomepageDark1,
16474
- // m: HomepageDark1,
16475
- // l: HomepageDark1,
16476
- // xl: HomepageDark1,
16477
- // xxl: HomepageDark1,
16478
- },
16479
- HomepageDark2: {
16480
- xs: HomepageDark2,
16481
- // s: HomepageDark2,
16482
- // m: HomepageDark2,
16483
- // l: HomepageDark2,
16484
- // xl: HomepageDark2,
16485
- // xxl: HomepageDark2,
16486
- },
16487
- ProductpageDark1: {
16488
- xs: ProductpageDark1,
16489
- // s: ProductpageDark1,
16490
- // m: ProductpageDark1,
16491
- // l: ProductpageDark1,
16492
- // xl: ProductpageDark1,
16493
- // xxl: ProductpageDark1,
16494
- },
16495
- ProductpageDark2: {
16496
- xs: ProductpageDark2,
16497
- // s: ProductpageDark2,
16498
- // m: ProductpageDark2,
16499
- // l: ProductpageDark2,
16500
- // xl: ProductpageDark2,
16501
- // xxl: ProductpageDark2,
16502
- },
16503
- HomepageLight1: {
16504
- xs: HomepageLight1,
16505
- // s: HomepageLight1,
16506
- // m: HomepageLight1,
16507
- // l: HomepageLight1,
16508
- // xl: HomepageLight1,
16509
- // xxl: HomepageLight1,
16510
- },
16511
- HomepageLight2: {
16512
- xs: HomepageLight2,
16513
- // s: HomepageLight2,
16514
- // m: HomepageLight2,
16515
- // l: HomepageLight2,
16516
- // xl: HomepageLight2,
16517
- // xxl: HomepageLight2,
16518
- },
16519
- ProductpageLight1: {
16520
- xs: ProductpageLight1,
16521
- // s: ProductpageLight1,
16522
- // m: ProductpageLight1,
16523
- // l: ProductpageLight1,
16524
- // xl: ProductpageLight1,
16525
- // xxl: ProductpageLight1,
16526
- },
16527
- ProductpageLight2: {
16528
- xs: ProductpageLight2,
16529
- // s: ProductpageLight2,
16530
- // m: ProductpageLight2,
16531
- // l: ProductpageLight2,
16532
- // xl: ProductpageLight2,
16533
- // xxl: ProductpageLight2,
16534
- },
16535
- FooterLight: {
16536
- xs: FooterLight,
16537
- // s: FooterLight,
16538
- // m: FooterLight,
16539
- // l: FooterLight,
16540
- // xl: FooterLight,
16541
- // xxl: FooterLight,
16542
- },
16484
+ /**
16485
+ * Provides an object of breakpoints for responsive designs.
16486
+ *
16487
+ * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16488
+ * and values representing the pixel widths for those breakpoints. The values are parsed
16489
+ * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16490
+ *
16491
+ * Kept in src for internal use
16492
+ */
16493
+ var ArcBreakpoints = {
16494
+ xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16495
+ xl: parseInt(ArcSizeBreakpointsXl, 10),
16496
+ l: parseInt(ArcSizeBreakpointsL, 10),
16497
+ m: parseInt(ArcSizeBreakpointsM, 10),
16498
+ s: parseInt(ArcSizeBreakpointsS, 10),
16499
+ xs: parseInt(ArcSizeBreakpointsXs, 10),
16543
16500
  };
16501
+ var ARC_MIN_S_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsS, ")");
16502
+ var ARC_MIN_M_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsM, ")");
16503
+ var ARC_MIN_L_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsL, ")");
16504
+ var ARC_MIN_XL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXl, ")");
16505
+ var ARC_MIN_XXL_BREAKPOINT = "(min-width: ".concat(ArcSizeBreakpointsXxl, ")");
16544
16506
 
16545
- var ScrimFade = function (props) {
16546
- var _a;
16547
- var totalHeight = (_a = props === null || props === void 0 ? void 0 : props.scrimfadeheight) !== null && _a !== void 0 ? _a : 1000;
16548
- if (!props.scrimfadeheight && props.scrimfadesize) {
16549
- if (props.scrimfadesize === "l") {
16550
- totalHeight = 1408;
16551
- }
16552
- else if (props.scrimfadesize === "m") {
16553
- totalHeight = 1024;
16507
+ var ClientSideVisible = function (_a) {
16508
+ var children = _a.children;
16509
+ var _b = useState(false), canRender = _b[0], setCanRender = _b[1];
16510
+ useEffect(function () {
16511
+ if (typeof window !== "undefined") {
16512
+ setCanRender(true);
16554
16513
  }
16555
- else if (props.scrimfadesize === "s") {
16556
- totalHeight = 640;
16514
+ }, [setCanRender]);
16515
+ return (React__default.createElement("div", { style: { visibility: canRender ? "visible" : "hidden" } }, children));
16516
+ };
16517
+
16518
+ var ScrimFade = function (_a) {
16519
+ var scrimFadeHeight = _a.scrimFadeHeight, scrimFadeSize = _a.scrimFadeSize, scrimFadePosition = _a.scrimFadePosition;
16520
+ var _b = useMemo(function () {
16521
+ var fadeModifier = 128;
16522
+ var defaultSizes = {
16523
+ s: {
16524
+ totalHeight: 640,
16525
+ fadeHeight: 640 - fadeModifier,
16526
+ },
16527
+ m: {
16528
+ totalHeight: 1024,
16529
+ fadeHeight: 1024 - fadeModifier,
16530
+ },
16531
+ l: {
16532
+ totalHeight: 1408,
16533
+ fadeHeight: 1408 - fadeModifier,
16534
+ },
16535
+ };
16536
+ if (!scrimFadeHeight) {
16537
+ return defaultSizes[scrimFadeSize];
16557
16538
  }
16558
- }
16559
- var fadeHeight = totalHeight - 128;
16560
- return (React.createElement("svg", __assign({ width: "1024", height: totalHeight, viewBox: "0 0 1024 ".concat(totalHeight), fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
16539
+ return {
16540
+ totalHeight: scrimFadeHeight,
16541
+ fadeHeight: scrimFadeHeight - fadeModifier,
16542
+ };
16543
+ }, [scrimFadeHeight, scrimFadeSize]), totalHeight = _b.totalHeight, fadeHeight = _b.fadeHeight;
16544
+ return (React.createElement("svg", { width: "1024", height: totalHeight, viewBox: "0 0 1024 ".concat(totalHeight), fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", className: classNames("arc-GradientPageBackground-scrimFade", scrimFadePosition &&
16545
+ "arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)) },
16561
16546
  React.createElement("rect", { y: "128", width: "1024", height: fadeHeight, fill: "url(#paint0_linear_6538_9883)" }),
16562
16547
  React.createElement("g", { opacity: "0.7" },
16563
16548
  React.createElement("rect", { width: "1024", height: totalHeight, fill: "url(#paint1_linear_6538_9883)", style: { mixBlendMode: "soft-light" } })),
@@ -16584,88 +16569,72 @@ var ScrimFade = function (props) {
16584
16569
  React.createElement("stop", { offset: "1", stopColor: "white" })))));
16585
16570
  };
16586
16571
 
16587
- var GradientPageBackground = function (_a) {
16588
- var _b, _c;
16589
- var _d = _a.type, type = _d === void 0 ? "HomepageDark1" : _d, children = _a.children, scrimFadeSize = _a.scrimFadeSize, scrimFadeHeights = _a.scrimFadeHeights, _e = _a.scrimFadePosition, scrimFadePosition = _e === void 0 ? "bottom" : _e, extendBackgrounds = _a.extendBackgrounds, customGradients = _a.customGradients, props = __rest(_a, ["type", "children", "scrimFadeSize", "scrimFadeHeights", "scrimFadePosition", "extendBackgrounds", "customGradients"]);
16590
- var _f = useState(), scrimFadeHeight = _f[0], setScrimFadeHeight = _f[1];
16591
- var _g = useState(), extendBackground = _g[0], setExtendBackground = _g[1];
16592
- var _h = useState(BackgroundGradients.HomepageDark1.xs), backgroundGradient = _h[0], setBackgroundGradient = _h[1];
16593
- var _j = useState(), customGradient = _j[0], setCustomGradient = _j[1];
16594
- var _k = useState("xs"), breakpoint = _k[0], setBreakpoint = _k[1];
16595
- var gradientUri = svgToMiniDataURI(backgroundGradient !== null && backgroundGradient !== void 0 ? backgroundGradient : "");
16596
- var isMinWidthArcBreakpointS = useMediaQuery(S_BREAKPOINT);
16597
- var isMinWidthArcBreakpointM = useMediaQuery(M_BREAKPOINT);
16598
- var isMinWidthArcBreakpointL = useMediaQuery(L_BREAKPOINT);
16599
- var isMinWidthArcBreakpointXl = useMediaQuery(XL_BREAKPOINT);
16600
- // Update current breakpoint value for props
16601
- useEffect(function () {
16572
+ // Inherit the last provided value when no value is provided
16573
+ var getResponsiveConfig = function (property, breakpoint) {
16574
+ if (!property || !breakpoint)
16575
+ return;
16576
+ var breakpoints = ["xs", "s", "m", "l", "xl", "xxl"];
16577
+ return breakpoints.reduce(function (acc, bp, index) {
16602
16578
  var _a;
16603
- var breakpoints = [
16604
- ["xl", isMinWidthArcBreakpointXl],
16605
- ["l", isMinWidthArcBreakpointL],
16606
- ["m", isMinWidthArcBreakpointM],
16607
- ["s", isMinWidthArcBreakpointS],
16608
- ["xs", true],
16609
- ];
16610
- var matched = breakpoints.find(function (_a) {
16611
- var match = _a[1];
16612
- return match;
16613
- });
16614
- setBreakpoint((_a = matched === null || matched === void 0 ? void 0 : matched[0]) !== null && _a !== void 0 ? _a : "xs");
16579
+ return (__assign(__assign({}, acc), (_a = {}, _a[bp] = property[bp] || acc[breakpoints[index - 1]], _a)));
16580
+ }, {})[breakpoint];
16581
+ };
16582
+
16583
+ var GradientPageBackground = function (_a) {
16584
+ var _b;
16585
+ var gradient = _a.gradient, responsiveGradient = _a.responsiveGradient, children = _a.children, scrimFadeSize = _a.scrimFadeSize, scrimFadeHeights = _a.scrimFadeHeights, extendBackgrounds = _a.extendBackgrounds, loading = _a.loading, _c = _a.scrimFadePosition, scrimFadePosition = _c === void 0 ? "bottom" : _c, props = __rest(_a, ["gradient", "responsiveGradient", "children", "scrimFadeSize", "scrimFadeHeights", "extendBackgrounds", "loading", "scrimFadePosition"]);
16586
+ var isMinWidthArcBreakpointS = useMediaQuery(ARC_MIN_S_BREAKPOINT);
16587
+ var isMinWidthArcBreakpointM = useMediaQuery(ARC_MIN_M_BREAKPOINT);
16588
+ var isMinWidthArcBreakpointL = useMediaQuery(ARC_MIN_L_BREAKPOINT);
16589
+ var isMinWidthArcBreakpointXl = useMediaQuery(ARC_MIN_XL_BREAKPOINT);
16590
+ var isMinWidthArcBreakpointXxl = useMediaQuery(ARC_MIN_XXL_BREAKPOINT);
16591
+ var breakpoint = useMemo(function () {
16592
+ var breakpoints = {
16593
+ xs: true,
16594
+ s: isMinWidthArcBreakpointS,
16595
+ m: isMinWidthArcBreakpointM,
16596
+ l: isMinWidthArcBreakpointL,
16597
+ xl: isMinWidthArcBreakpointXl,
16598
+ xxl: isMinWidthArcBreakpointXxl,
16599
+ };
16600
+ return Object.keys(breakpoints).findLast(function (key) { return breakpoints[key]; });
16615
16601
  }, [
16616
- isMinWidthArcBreakpointXl,
16617
- isMinWidthArcBreakpointL,
16618
- isMinWidthArcBreakpointM,
16619
16602
  isMinWidthArcBreakpointS,
16603
+ isMinWidthArcBreakpointM,
16604
+ isMinWidthArcBreakpointL,
16605
+ isMinWidthArcBreakpointXl,
16606
+ isMinWidthArcBreakpointXxl,
16620
16607
  ]);
16621
- // Function to inherit the last provided value when no value is provided
16622
- var inheritFallbackKey = function (obj, key) {
16623
- var keysInOrder = ["xs", "s", "m", "l", "xl", "xxl"];
16624
- var index = keysInOrder.indexOf(key);
16625
- if (index === -1)
16626
- return;
16627
- for (var i = index; i >= 0; i--) {
16628
- var fallbackKey = keysInOrder[i];
16629
- if (obj[fallbackKey] !== undefined) {
16630
- return obj[fallbackKey];
16631
- }
16632
- }
16633
- return undefined;
16608
+ var customGradient = useMemo(function () { return getResponsiveConfig(responsiveGradient, breakpoint); }, [responsiveGradient, breakpoint]);
16609
+ var scrimFadeHeight = useMemo(function () { return getResponsiveConfig(scrimFadeHeights, breakpoint); }, [breakpoint, scrimFadeHeights]);
16610
+ var extendBackground = useMemo(function () { return getResponsiveConfig(extendBackgrounds, breakpoint); }, [breakpoint, extendBackgrounds]);
16611
+ var gradientPathway = {
16612
+ light: "light-white",
16613
+ dark: "dark-black",
16634
16614
  };
16635
- // Update props when breakpoint changes
16636
- useEffect(function () {
16637
- var _a;
16638
- if (!breakpoint)
16639
- return;
16640
- setScrimFadeHeight(inheritFallbackKey(scrimFadeHeights !== null && scrimFadeHeights !== void 0 ? scrimFadeHeights : {}, breakpoint));
16641
- setExtendBackground(inheritFallbackKey(extendBackgrounds !== null && extendBackgrounds !== void 0 ? extendBackgrounds : {}, breakpoint));
16642
- setBackgroundGradient(inheritFallbackKey((_a = BackgroundGradients === null || BackgroundGradients === void 0 ? void 0 : BackgroundGradients[type]) !== null && _a !== void 0 ? _a : {}, breakpoint));
16643
- setCustomGradient(inheritFallbackKey(customGradients !== null && customGradients !== void 0 ? customGradients : {}, breakpoint));
16644
- }, [breakpoint, type]); // type only for storybook
16645
- return (React__default.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16646
- _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16647
- _b)), style: extendBackground && scrimFadePosition == "bottom"
16648
- ? {
16649
- paddingBottom: "".concat(extendBackground, "px"),
16650
- marginBottom: "-".concat(extendBackground, "px"),
16651
- }
16652
- : {
16653
- paddingTop: "".concat(extendBackground, "px"),
16654
- marginTop: "-".concat(extendBackground, "px"),
16655
- } }, filterAttrs(props)),
16656
- React__default.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16657
- React__default.createElement("img", { src: customGradient || gradientUri, alt: "", className: "arc-GradientPageBackground-svgbg" })),
16658
- React__default.createElement("div", { className: "arc-GradientPageBackground-content" },
16659
- React__default.createElement(Surface, { isTransparent: true, background: customGradient
16660
- ? (customGradient === null || customGradient === void 0 ? void 0 : customGradient.includes("Light"))
16661
- ? "light-white"
16662
- : "dark-black"
16663
- : type.includes("Light")
16664
- ? "light-white"
16665
- : "dark-black" }, children)),
16666
- scrimFadeSize && (React__default.createElement(ScrimFade, { className: classNames("arc-GradientPageBackground-scrimFade", (_c = {},
16667
- _c["arc-GradientPageBackground-scrimFade--".concat(scrimFadePosition)] = scrimFadePosition,
16668
- _c)), scrimfadeheight: scrimFadeHeight ? scrimFadeHeight : null, scrimfadesize: scrimFadeSize, preserveAspectRatio: "none" }))));
16615
+ var extentedBackgroundScrimStyles = {
16616
+ top: {
16617
+ paddingTop: "".concat(extendBackground, "px"),
16618
+ marginTop: "-".concat(extendBackground, "px"),
16619
+ },
16620
+ bottom: {
16621
+ paddingBottom: "".concat(extendBackground, "px"),
16622
+ marginBottom: "-".concat(extendBackground, "px"),
16623
+ },
16624
+ };
16625
+ return (React__default.createElement(ClientSideVisible, null,
16626
+ React__default.createElement("div", __assign({ className: classNames("arc-GradientPageBackground", (_b = {},
16627
+ _b["arc-GradientPageBackground--".concat(scrimFadePosition)] = scrimFadePosition,
16628
+ _b)), style: __assign({}, (extendBackground
16629
+ ? extentedBackgroundScrimStyles[scrimFadePosition]
16630
+ : {})) }, filterAttrs(props)),
16631
+ React__default.createElement("div", { className: "arc-GradientPageBackground-svgWrapper" },
16632
+ React__default.createElement("img", { src: (customGradient === null || customGradient === void 0 ? void 0 : customGradient.svg) || (gradient === null || gradient === void 0 ? void 0 : gradient.svg), alt: "", className: "arc-GradientPageBackground-svgbg", loading: loading })),
16633
+ React__default.createElement("div", { className: "arc-GradientPageBackground-content" },
16634
+ React__default.createElement(Surface, { isTransparent: true, background: customGradient
16635
+ ? gradientPathway[customGradient === null || customGradient === void 0 ? void 0 : customGradient.type]
16636
+ : gradientPathway[(gradient === null || gradient === void 0 ? void 0 : gradient.type) || "light"] }, children)),
16637
+ scrimFadeSize && (React__default.createElement(ScrimFade, { scrimFadeHeight: scrimFadeHeight, scrimFadeSize: scrimFadeSize, scrimFadePosition: scrimFadePosition, preserveAspectRatio: "none" })))));
16669
16638
  };
16670
16639
 
16671
16640
  /**
@@ -16699,11 +16668,11 @@ var GroupItem = function (_a) {
16699
16668
  };
16700
16669
 
16701
16670
  var HeroBanner = function (_a) {
16702
- var heading = _a.heading, label = _a.label, text = _a.text, img = _a.img, _b = _a.contentRatio, contentRatio = _b === void 0 ? "1/1" : _b, children = _a.children, minHeight = _a.minHeight, _c = _a.isReversed, isReversed = _c === void 0 ? false : _c, _d = _a.isElevated, isElevated = _d === void 0 ? false : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.extendBeyondContainer, extendBeyondContainer = _f === void 0 ? false : _f, _g = _a.type, type = _g === void 0 ? "light" : _g, props = __rest(_a, ["heading", "label", "text", "img", "contentRatio", "children", "minHeight", "isReversed", "isElevated", "headingLevel", "extendBeyondContainer", "type"]);
16671
+ var heading = _a.heading, label = _a.label, text = _a.text, img = _a.img, _b = _a.contentRatio, contentRatio = _b === void 0 ? "1/1" : _b, children = _a.children, minHeight = _a.minHeight, _c = _a.isReversed, isReversed = _c === void 0 ? false : _c, _d = _a.isElevated, isElevated = _d === void 0 ? false : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.extendBeyondContainer, extendBeyondContainer = _f === void 0 ? false : _f, _g = _a.type, type = _g === void 0 ? "light" : _g, _h = _a.fontStyle, fontStyle = _h === void 0 ? "default" : _h, props = __rest(_a, ["heading", "label", "text", "img", "contentRatio", "children", "minHeight", "isReversed", "isElevated", "headingLevel", "extendBeyondContainer", "type", "fontStyle"]);
16703
16672
  return (React__default.createElement(ConditionalWrapper, { condition: extendBeyondContainer, wrapper: function (children) { return (React__default.createElement("div", { className: classNames({
16704
16673
  "arc-HeroBanner--expanded": extendBeyondContainer,
16705
16674
  }) }, children)); } },
16706
- React__default.createElement(TemplateBanner, __assign({ heading: heading, label: label, text: text, img: img, contentRatio: contentRatio, minHeight: minHeight, isReversed: isReversed, isElevated: isElevated, headingLevel: headingLevel, type: type, headingSize: "xl", alignment: "center" }, filterAttrs(props)), children)));
16675
+ React__default.createElement(TemplateBanner, __assign({ heading: heading, label: label, text: text, img: img, contentRatio: contentRatio, minHeight: minHeight, isReversed: isReversed, isElevated: isElevated, headingLevel: headingLevel, type: type, headingSize: fontStyle === "default" ? "xl" : "xxl", fontStyle: fontStyle, alignment: "center" }, filterAttrs(props)), children)));
16707
16676
  };
16708
16677
 
16709
16678
  /**
@@ -16789,22 +16758,11 @@ var Hidden = function (_a) {
16789
16758
  }) }, filterAttrs(props)), children));
16790
16759
  };
16791
16760
 
16792
- var ArrowRight = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M18.146 11.646a.5.5 0 0 0 0 .707l3.147 3.147H9.5a.5.5 0 0 0 0 1h11.793l-3.146 3.146a.5.5 0 1 0 .707.707L23.207 16l-4.354-4.354a.5.5 0 0 0-.707 0'/%3e%3c/svg%3e";
16793
- var ArrowRightFill = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M2 16A14 14 0 1 0 16 2 14 14 0 0 0 2 16m16.854-4.354L23.207 16l-4.354 4.354a.5.5 0 0 1-.707-.707l3.147-3.147H9.5a.5.5 0 0 1 0-1h11.793l-3.146-3.146a.5.5 0 0 1 .707-.707'/%3e%3c/svg%3e";
16794
- var Play = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='m20.839 15.04-7.178-4.144a1.107 1.107 0 0 0-1.661.958v8.288a1.105 1.105 0 0 0 1.661.96l7.178-4.145a1.107 1.107 0 0 0 0-1.917m-.5 1.051-7.178 4.145a.1.1 0 0 1-.107 0 .1.1 0 0 1-.054-.094v-8.288a.1.1 0 0 1 .054-.092.1.1 0 0 1 .107 0l7.178 4.143a.1.1 0 0 1 .054.094.1.1 0 0 1-.054.092'/%3e%3c/svg%3e";
16795
- var PlayFill = "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m4.839 14.957-7.178 4.145a1.108 1.108 0 0 1-1.661-.96v-8.288a1.107 1.107 0 0 1 1.661-.958l7.178 4.144a1.107 1.107 0 0 1 0 1.917'/%3e%3c/svg%3e";
16796
-
16797
16761
  var CardFooter = function (_a) {
16798
16762
  var metaText = _a.metaText, _b = _a.buttonIcon, buttonIcon = _b === void 0 ? "arrow" : _b, _c = _a.buttonSize, buttonSize = _c === void 0 ? "m" : _c, _d = _a.isDarkPathway, isDarkPathway = _d === void 0 ? false : _d, _e = _a.showButton, showButton = _e === void 0 ? true : _e, _f = _a.isHovered, isHovered = _f === void 0 ? false : _f;
16799
16763
  var icons = {
16800
- arrow: {
16801
- regular: ArrowRight,
16802
- filled: ArrowRightFill,
16803
- },
16804
- play: {
16805
- regular: Play,
16806
- filled: PlayFill,
16807
- },
16764
+ arrow: "cardRight",
16765
+ play: "cardPlay",
16808
16766
  };
16809
16767
  return (React__default.createElement("div", { className: classNames("arc-CardFooter", {
16810
16768
  "arc-CardFooter--darkPathway": isDarkPathway,
@@ -16818,14 +16776,14 @@ var CardFooter = function (_a) {
16818
16776
  React__default.createElement("div", { className: classNames("arc-CardFooter-buttonIconRight", {
16819
16777
  "arc-CardFooter-buttonIconRight--isHovered": isHovered,
16820
16778
  }) },
16821
- React__default.createElement(Icon$1, { icon: icons[buttonIcon].regular })),
16779
+ React__default.createElement(ThemeIcon, { icon: icons[buttonIcon] })),
16822
16780
  React__default.createElement("div", { className: "arc-CardFooter-buttonIconLeft" },
16823
- React__default.createElement(Icon$1, { icon: icons[buttonIcon].regular }))))))));
16781
+ React__default.createElement(ThemeIcon, { icon: icons[buttonIcon] }))))))));
16824
16782
  };
16825
16783
 
16826
16784
  var CardHeading = function (_a) {
16827
16785
  var onClick = _a.onClick, onMouseEnter = _a.onMouseEnter, onMouseLeave = _a.onMouseLeave, onBlur = _a.onBlur, onFocus = _a.onFocus, href = _a.href, heading = _a.heading, _b = _a.size, size = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d;
16828
- return (React__default.createElement(Heading, { level: headingLevel, size: size }, href ? (React__default.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16786
+ return (React__default.createElement(Heading, { level: headingLevel, size: size, isWordWrap: false }, href ? (React__default.createElement("a", __assign({ className: "arc-CardHeading-link", href: href, onClick: onClick, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, onFocus: onFocus, onBlur: onBlur }, filterAttrs(linkData)), heading)) : (heading)));
16829
16787
  };
16830
16788
 
16831
16789
  var HorizontalCard = function (_a) {
@@ -16848,8 +16806,8 @@ var HorizontalCard = function (_a) {
16848
16806
 
16849
16807
  /** Use `ImpactCard` for important content that needs additional hierarchy and prominence. */
16850
16808
  var ImpactCard = function (_a) {
16851
- var url = _a.url, onClick = _a.onClick, heading = _a.heading, img = _a.img, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.buttonIcon, buttonIcon = _f === void 0 ? "arrow" : _f, props = __rest(_a, ["url", "onClick", "heading", "img", "label", "minHeight", "headingSize", "linkData", "pathway", "headingLevel", "buttonIcon"]);
16852
- var _g = useState(false), showHoverState = _g[0], setShowHoverState = _g[1];
16809
+ var url = _a.url, onClick = _a.onClick, heading = _a.heading, img = _a.img, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, _f = _a.buttonIcon, buttonIcon = _f === void 0 ? "arrow" : _f, _g = _a.labelLevel, labelLevel = _g === void 0 ? "3" : _g, props = __rest(_a, ["url", "onClick", "heading", "img", "label", "minHeight", "headingSize", "linkData", "pathway", "headingLevel", "buttonIcon", "labelLevel"]);
16810
+ var _h = useState(false), showHoverState = _h[0], setShowHoverState = _h[1];
16853
16811
  var surface = useContext(Context$3).surface;
16854
16812
  var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
16855
16813
  var isDarkPathway = pathway === "dark";
@@ -16863,7 +16821,7 @@ var ImpactCard = function (_a) {
16863
16821
  React__default.createElement(Image, __assign({ fit: "cover", alt: "" }, img))),
16864
16822
  React__default.createElement("div", { className: "arc-ImpactCard-contentContainer" },
16865
16823
  label && (React__default.createElement("div", { className: "arc-ImpactCard-label" },
16866
- React__default.createElement(Heading, { level: "3", fontStyle: "overline" }, label),
16824
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
16867
16825
  React__default.createElement(VerticalSpace, { size: "16" }))),
16868
16826
  React__default.createElement(CardHeading, { heading: heading, size: headingSize, headingLevel: headingLevel, linkData: linkData, href: url, onClick: onClick, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) })),
16869
16827
  React__default.createElement(CardFooter, { buttonIcon: buttonIcon, showButton: true, isDarkPathway: isDarkPathway, isHovered: showHoverState })));
@@ -16878,30 +16836,20 @@ const BtIconArrowRight =
16878
16836
  "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 27a13 13 0 1 1 13-13 13.015 13.015 0 0 1-13 13'/%3e%3cpath d='M18.146 11.646a.5.5 0 0 0 0 .707l3.147 3.147H9.5a.5.5 0 0 0 0 1h11.793l-3.146 3.146a.5.5 0 1 0 .707.707L23.207 16l-4.354-4.354a.5.5 0 0 0-.707 0'/%3e%3c/svg%3e";
16879
16837
 
16880
16838
  /**
16881
- * Provides an object of breakpoints for responsive designs.
16882
- *
16883
- * This object contains keys representing breakpoint names (e.g., `xxl`, `xl`)
16884
- * and values representing the pixel widths for those breakpoints. The values are parsed
16885
- * from strings (e.g., "1400px") into numbers for easier usage in responsive logic.
16886
- *
16887
- * Kept in src for internal use
16839
+ * Do not edit directly
16840
+ * Generated file
16888
16841
  */
16889
- var ArcBreakpoints = {
16890
- xxl: parseInt(ArcSizeBreakpointsXxl, 10),
16891
- xl: parseInt(ArcSizeBreakpointsXl, 10),
16892
- l: parseInt(ArcSizeBreakpointsL, 10),
16893
- m: parseInt(ArcSizeBreakpointsM, 10),
16894
- s: parseInt(ArcSizeBreakpointsS, 10),
16895
- xs: parseInt(ArcSizeBreakpointsXs, 10),
16896
- };
16842
+
16843
+ const BtIconArrowRightFill =
16844
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M2 16A14 14 0 1 0 16 2 14 14 0 0 0 2 16m16.854-4.354L23.207 16l-4.354 4.354a.5.5 0 0 1-.707-.707l3.147-3.147H9.5a.5.5 0 0 1 0-1h11.793l-3.146-3.146a.5.5 0 0 1 .707-.707'/%3e%3c/svg%3e";
16897
16845
 
16898
16846
  /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
16899
16847
  var InformationCard = function (_a) {
16900
- var cardUrl = _a.cardUrl, onClick = _a.onClick, heading = _a.heading, text = _a.text, label = _a.label, footerLogo = _a.footerLogo, button = _a.button, image = _a.image, badges = _a.badges, icon = _a.icon, minHeight = _a.minHeight, minHeights = _a.minHeights, _b = _a.headingLevel, headingLevel = _b === void 0 ? "2" : _b, props = __rest(_a, ["cardUrl", "onClick", "heading", "text", "label", "footerLogo", "button", "image", "badges", "icon", "minHeight", "minHeights", "headingLevel"]);
16848
+ var cardUrl = _a.cardUrl, onClick = _a.onClick, heading = _a.heading, text = _a.text, label = _a.label, footerLogo = _a.footerLogo, button = _a.button, image = _a.image, badges = _a.badges, icon = _a.icon, minHeight = _a.minHeight, minHeights = _a.minHeights, _b = _a.headingLevel, headingLevel = _b === void 0 ? "2" : _b, _c = _a.labelLevel, labelLevel = _c === void 0 ? "3" : _c, props = __rest(_a, ["cardUrl", "onClick", "heading", "text", "label", "footerLogo", "button", "image", "badges", "icon", "minHeight", "minHeights", "headingLevel", "labelLevel"]);
16901
16849
  var surface = useContext(Context$3).surface;
16902
- var _c = useState(false), showHoverState = _c[0], setShowHoverState = _c[1];
16850
+ var _d = useState(false), showHoverState = _d[0], setShowHoverState = _d[1];
16903
16851
  var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
16904
- var _d = useState(undefined), minimumHeight = _d[0], setMinimumHeight = _d[1];
16852
+ var _e = useState(undefined), minimumHeight = _e[0], setMinimumHeight = _e[1];
16905
16853
  var checkMinHeight = debounce(function () {
16906
16854
  for (var _i = 0, _a = Object.entries(ArcBreakpoints); _i < _a.length; _i++) {
16907
16855
  var _b = _a[_i], key = _b[0], value = _b[1];
@@ -16935,7 +16883,7 @@ var InformationCard = function (_a) {
16935
16883
  React__default.createElement("div", { className: "arc-InformationCard-contentContainer" },
16936
16884
  label && (React__default.createElement(React__default.Fragment, null,
16937
16885
  React__default.createElement("div", { className: "arc-InformationCard-label" },
16938
- React__default.createElement(Heading, { level: "3", fontStyle: "overline" }, label)))),
16886
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label)))),
16939
16887
  React__default.createElement(CardHeading, { heading: heading, headingLevel: headingLevel, href: cardUrl, onClick: onClick, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) }),
16940
16888
  text && React__default.createElement(Text, null, text)),
16941
16889
  (button || badges || footerLogo) && (React__default.createElement("div", { className: "arc-InformationCard-footer" },
@@ -16947,7 +16895,7 @@ var InformationCard = function (_a) {
16947
16895
  })))),
16948
16896
  React__default.createElement("div", { className: "arc-InformationCard-footerItems" },
16949
16897
  button && !cardUrl && (React__default.createElement("div", { className: "arc-InformationCard-footerButtonContainer" },
16950
- React__default.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight })))),
16898
+ React__default.createElement(ButtonV2, __assign({}, button, { size: "m", iconPosition: "beforeText", buttonStyle: "compact", icon: BtIconArrowRight, iconActive: BtIconArrowRightFill })))),
16951
16899
  footerLogo && (React__default.createElement("div", { className: "arc-InformationCard-footerLogoContainer" },
16952
16900
  React__default.createElement(Image, __assign({}, footerLogo)))))))))));
16953
16901
  };
@@ -16977,10 +16925,10 @@ var VideoPlayer$1 = React__default.lazy(function () {
16977
16925
  * Use `MediaCard` to contain content and an image about a single subject.
16978
16926
  */
16979
16927
  var MediaCard = function (_a) {
16980
- var media = _a.media, url = _a.url, onClick = _a.onClick, heading = _a.heading, label = _a.label, text = _a.text, metaText = _a.metaText, minHeight = _a.minHeight, _b = _a.buttonIcon, buttonIcon = _b === void 0 ? "arrow" : _b, _c = _a.isContained, isContained = _c === void 0 ? true : _c, _d = _a.headingLevel, headingLevel = _d === void 0 ? "2" : _d, props = __rest(_a, ["media", "url", "onClick", "heading", "label", "text", "metaText", "minHeight", "buttonIcon", "isContained", "headingLevel"]);
16928
+ var media = _a.media, url = _a.url, onClick = _a.onClick, heading = _a.heading, label = _a.label, _b = _a.labelLevel, labelLevel = _b === void 0 ? "3" : _b, text = _a.text, metaText = _a.metaText, minHeight = _a.minHeight, _c = _a.buttonIcon, buttonIcon = _c === void 0 ? "arrow" : _c, _d = _a.isContained, isContained = _d === void 0 ? true : _d, _e = _a.headingLevel, headingLevel = _e === void 0 ? "2" : _e, props = __rest(_a, ["media", "url", "onClick", "heading", "label", "labelLevel", "text", "metaText", "minHeight", "buttonIcon", "isContained", "headingLevel"]);
16981
16929
  var surface = useContext(Context$3).surface;
16982
- var _e = useState(false), isClient = _e[0], setIsClient = _e[1];
16983
- var _f = useState(false), showHoverState = _f[0], setShowHoverState = _f[1];
16930
+ var _f = useState(false), isClient = _f[0], setIsClient = _f[1];
16931
+ var _g = useState(false), showHoverState = _g[0], setShowHoverState = _g[1];
16984
16932
  var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
16985
16933
  useEffect(function () {
16986
16934
  setIsClient(true);
@@ -16997,7 +16945,7 @@ var MediaCard = function (_a) {
16997
16945
  React__default.createElement(VideoPlayer$1, __assign({ isSupportingTextHidden: true }, media)))),
16998
16946
  React__default.createElement("div", { className: "arc-MediaCard-content" },
16999
16947
  label && (React__default.createElement("div", { className: "arc-MediaCard-label" },
17000
- React__default.createElement(Heading, { level: "3", fontStyle: "overline" }, label),
16948
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
17001
16949
  React__default.createElement(VerticalSpace, { size: "16" }))),
17002
16950
  React__default.createElement(CardHeading, { heading: heading, headingLevel: headingLevel, href: media.type !== "video" ? url : undefined, onClick: media.type !== "video" ? onClick : undefined, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) }),
17003
16951
  React__default.createElement("div", { className: "arc-MediaCard-textContainer" }, text && (React__default.createElement(React__default.Fragment, null,
@@ -17235,7 +17183,7 @@ var [createMenuContext, createMenuScope] = createContextScope$1(MENU_NAME, [
17235
17183
  ]);
17236
17184
  var usePopperScope$1 = createPopperScope$1();
17237
17185
  var useRovingFocusGroupScope = createRovingFocusGroupScope();
17238
- var [MenuProvider, useMenuContext] = createMenuContext(MENU_NAME);
17186
+ var [MenuProvider$1, useMenuContext$1] = createMenuContext(MENU_NAME);
17239
17187
  var [MenuRootProvider, useMenuRootContext] = createMenuContext(MENU_NAME);
17240
17188
  var Menu$1 = (props) => {
17241
17189
  const { __scopeMenu, open = false, children, dir, onOpenChange, modal = true } = props;
@@ -17259,7 +17207,7 @@ var Menu$1 = (props) => {
17259
17207
  };
17260
17208
  }, []);
17261
17209
  return /* @__PURE__ */ jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsx(
17262
- MenuProvider,
17210
+ MenuProvider$1,
17263
17211
  {
17264
17212
  scope: __scopeMenu,
17265
17213
  open,
@@ -17296,7 +17244,7 @@ var [PortalProvider$1, usePortalContext$1] = createMenuContext(PORTAL_NAME$3, {
17296
17244
  });
17297
17245
  var MenuPortal$1 = (props) => {
17298
17246
  const { __scopeMenu, forceMount, children, container } = props;
17299
- const context = useMenuContext(PORTAL_NAME$3, __scopeMenu);
17247
+ const context = useMenuContext$1(PORTAL_NAME$3, __scopeMenu);
17300
17248
  return /* @__PURE__ */ jsx(PortalProvider$1, { scope: __scopeMenu, forceMount, children: /* @__PURE__ */ jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$6, { asChild: true, container, children }) }) });
17301
17249
  };
17302
17250
  MenuPortal$1.displayName = PORTAL_NAME$3;
@@ -17306,14 +17254,14 @@ var MenuContent$1 = React.forwardRef(
17306
17254
  (props, forwardedRef) => {
17307
17255
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17308
17256
  const { forceMount = portalContext.forceMount, ...contentProps } = props;
17309
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17257
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17310
17258
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17311
17259
  return /* @__PURE__ */ jsx(Collection.Provider, { scope: props.__scopeMenu, children: /* @__PURE__ */ jsx(Presence$1, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeMenu, children: rootContext.modal ? /* @__PURE__ */ jsx(MenuRootContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(MenuRootContentNonModal, { ...contentProps, ref: forwardedRef }) }) }) });
17312
17260
  }
17313
17261
  );
17314
17262
  var MenuRootContentModal = React.forwardRef(
17315
17263
  (props, forwardedRef) => {
17316
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17264
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17317
17265
  const ref = React.useRef(null);
17318
17266
  const composedRefs = useComposedRefs$1(forwardedRef, ref);
17319
17267
  React.useEffect(() => {
@@ -17339,7 +17287,7 @@ var MenuRootContentModal = React.forwardRef(
17339
17287
  }
17340
17288
  );
17341
17289
  var MenuRootContentNonModal = React.forwardRef((props, forwardedRef) => {
17342
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17290
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17343
17291
  return /* @__PURE__ */ jsx(
17344
17292
  MenuContentImpl,
17345
17293
  {
@@ -17370,7 +17318,7 @@ var MenuContentImpl = React.forwardRef(
17370
17318
  disableOutsideScroll,
17371
17319
  ...contentProps
17372
17320
  } = props;
17373
- const context = useMenuContext(CONTENT_NAME$3, __scopeMenu);
17321
+ const context = useMenuContext$1(CONTENT_NAME$3, __scopeMenu);
17374
17322
  const rootContext = useMenuRootContext(CONTENT_NAME$3, __scopeMenu);
17375
17323
  const popperScope = usePopperScope$1(__scopeMenu);
17376
17324
  const rovingFocusGroupScope = useRovingFocusGroupScope(__scopeMenu);
@@ -17772,7 +17720,7 @@ var SUB_NAME = "MenuSub";
17772
17720
  var [MenuSubProvider, useMenuSubContext] = createMenuContext(SUB_NAME);
17773
17721
  var MenuSub = (props) => {
17774
17722
  const { __scopeMenu, children, open = false, onOpenChange } = props;
17775
- const parentMenuContext = useMenuContext(SUB_NAME, __scopeMenu);
17723
+ const parentMenuContext = useMenuContext$1(SUB_NAME, __scopeMenu);
17776
17724
  const popperScope = usePopperScope$1(__scopeMenu);
17777
17725
  const [trigger, setTrigger] = React.useState(null);
17778
17726
  const [content, setContent] = React.useState(null);
@@ -17782,7 +17730,7 @@ var MenuSub = (props) => {
17782
17730
  return () => handleOpenChange(false);
17783
17731
  }, [parentMenuContext.open, handleOpenChange]);
17784
17732
  return /* @__PURE__ */ jsx(Root2$4, { ...popperScope, children: /* @__PURE__ */ jsx(
17785
- MenuProvider,
17733
+ MenuProvider$1,
17786
17734
  {
17787
17735
  scope: __scopeMenu,
17788
17736
  open,
@@ -17807,7 +17755,7 @@ MenuSub.displayName = SUB_NAME;
17807
17755
  var SUB_TRIGGER_NAME$1 = "MenuSubTrigger";
17808
17756
  var MenuSubTrigger = React.forwardRef(
17809
17757
  (props, forwardedRef) => {
17810
- const context = useMenuContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17758
+ const context = useMenuContext$1(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17811
17759
  const rootContext = useMenuRootContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17812
17760
  const subContext = useMenuSubContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
17813
17761
  const contentContext = useMenuContentContext(SUB_TRIGGER_NAME$1, props.__scopeMenu);
@@ -17910,7 +17858,7 @@ var MenuSubContent = React.forwardRef(
17910
17858
  (props, forwardedRef) => {
17911
17859
  const portalContext = usePortalContext$1(CONTENT_NAME$3, props.__scopeMenu);
17912
17860
  const { forceMount = portalContext.forceMount, ...subContentProps } = props;
17913
- const context = useMenuContext(CONTENT_NAME$3, props.__scopeMenu);
17861
+ const context = useMenuContext$1(CONTENT_NAME$3, props.__scopeMenu);
17914
17862
  const rootContext = useMenuRootContext(CONTENT_NAME$3, props.__scopeMenu);
17915
17863
  const subContext = useMenuSubContext(SUB_CONTENT_NAME$1, props.__scopeMenu);
17916
17864
  const ref = React.useRef(null);
@@ -18275,12 +18223,74 @@ var Sub2 = DropdownMenuSub;
18275
18223
  var SubTrigger2 = DropdownMenuSubTrigger;
18276
18224
  var SubContent2 = DropdownMenuSubContent;
18277
18225
 
18226
+ var MenuContext = createContext(null);
18227
+ var useMenuContext = function () {
18228
+ var ctx = useContext(MenuContext);
18229
+ if (!ctx) {
18230
+ throw new Error("useMenuContext must be used within a <MenuProvider>");
18231
+ }
18232
+ return ctx;
18233
+ };
18234
+
18235
+ var MenuProvider = function (_a) {
18236
+ var isMobileMenu = _a.isMobileMenu, defaultWidth = _a.defaultWidth, children = _a.children;
18237
+ var _b = useState([]), stack = _b[0], setStack = _b[1];
18238
+ var focusFirstMenuItem = function () {
18239
+ requestAnimationFrame(function () {
18240
+ var wrappers = document.querySelectorAll("[data-radix-popper-content-wrapper]");
18241
+ var latestWrapper = wrappers[wrappers.length - 1];
18242
+ if (!latestWrapper)
18243
+ return;
18244
+ var firstItem = latestWrapper.querySelector('[role="menuitem"]');
18245
+ firstItem === null || firstItem === void 0 ? void 0 : firstItem.focus();
18246
+ });
18247
+ };
18248
+ var goForward = function (item, navigatedViaKeyboard) {
18249
+ setStack(function (prevStack) { return __spreadArray(__spreadArray([], prevStack, true), [item], false); });
18250
+ if (navigatedViaKeyboard) {
18251
+ focusFirstMenuItem();
18252
+ }
18253
+ };
18254
+ var goBack = function (navigatedViaKeyboard) {
18255
+ setStack(function (prevStack) {
18256
+ var newStack = prevStack.slice(0, -1);
18257
+ if (navigatedViaKeyboard) {
18258
+ var last_1 = prevStack[prevStack.length - 1];
18259
+ requestAnimationFrame(function () {
18260
+ var trigger = (last_1 === null || last_1 === void 0 ? void 0 : last_1.triggerId)
18261
+ ? document.querySelector("[data-menu-trigger=\"".concat(last_1.triggerId, "\"]"))
18262
+ : null;
18263
+ if (trigger) {
18264
+ trigger.focus();
18265
+ }
18266
+ else {
18267
+ focusFirstMenuItem();
18268
+ }
18269
+ });
18270
+ }
18271
+ return newStack;
18272
+ });
18273
+ };
18274
+ var reset = function () {
18275
+ setStack([]);
18276
+ };
18277
+ return (React__default.createElement(MenuContext.Provider, { value: {
18278
+ isMobileMenu: isMobileMenu,
18279
+ stack: stack,
18280
+ goForward: goForward,
18281
+ goBack: goBack,
18282
+ reset: reset,
18283
+ defaultWidth: defaultWidth,
18284
+ } }, children));
18285
+ };
18286
+
18278
18287
  /**
18279
18288
  * Contains all the parts of a dropdown menu.
18280
18289
  */
18281
18290
  var Menu = function (_a) {
18282
- var defaultOpen = _a.defaultOpen, open = _a.open, onOpenChange = _a.onOpenChange, _b = _a.modal, modal = _b === void 0 ? false : _b, children = _a.children, props = __rest(_a, ["defaultOpen", "open", "onOpenChange", "modal", "children"]);
18283
- return (React__default.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)), children));
18291
+ var defaultOpen = _a.defaultOpen, open = _a.open, onOpenChange = _a.onOpenChange, _b = _a.modal, modal = _b === void 0 ? true : _b, _c = _a.isMobileMenu, isMobileMenu = _c === void 0 ? false : _c, children = _a.children, defaultWidth = _a.defaultWidth, props = __rest(_a, ["defaultOpen", "open", "onOpenChange", "modal", "isMobileMenu", "children", "defaultWidth"]);
18292
+ return (React__default.createElement(Root2$1, __assign({ defaultOpen: defaultOpen, open: open, onOpenChange: onOpenChange, modal: modal }, filterAttrs(props)),
18293
+ React__default.createElement(MenuProvider, { isMobileMenu: isMobileMenu, defaultWidth: defaultWidth }, children)));
18284
18294
  };
18285
18295
 
18286
18296
  var MenuItemContentTemplate = function (_a) {
@@ -18307,19 +18317,114 @@ var MenuItemCheckbox = function (_a) {
18307
18317
  }
18308
18318
  onSelect === null || onSelect === void 0 ? void 0 : onSelect(event);
18309
18319
  }, id: id }, filterAttrs(props)),
18310
- React__default.createElement("div", { className: classNames("arc-MenuItemCheckbox-box", {
18311
- "arc-MenuItemCheckbox-box--checked": checked,
18312
- }) }, checked && (React__default.createElement("svg", { style: { width: 14, height: 11 }, viewBox: "0 0 18 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18313
- React__default.createElement("path", { d: "M5.99459 14L0.350576 8.23277C0.126079 8.00285 0 7.69132 0 7.36653C0 7.04173 0.126079 6.7302 0.350576 6.50028C0.578979 6.27752 0.88258 6.15324 1.19832 6.15324C1.51405 6.15324 1.81765 6.27752 2.04606 6.50028L5.99459 10.535L15.9385 0.374054C16.0491 0.25703 16.1814 0.163688 16.3277 0.0994738C16.474 0.0352599 16.6313 0.00145997 16.7905 4.626e-05C16.9497 -0.00136745 17.1076 0.0296342 17.255 0.0912406C17.4023 0.152847 17.5362 0.243825 17.6488 0.358867C17.7614 0.473908 17.8504 0.610709 17.9107 0.761287C17.971 0.911865 18.0013 1.0732 18 1.23589C17.9986 1.39858 17.9655 1.55936 17.9026 1.70884C17.8398 1.85833 17.7485 1.99352 17.6339 2.10655L5.99459 14Z", fill: "currentColor" })))),
18320
+ React__default.createElement(CheckboxIcon, { size: "s", id: id, error: false, isDisabled: isDisabled, onChange: function () { return onCheckedChange; }, checked: checked, indeterminate: false }),
18314
18321
  React__default.createElement(MenuItemContentTemplate, null, children)));
18315
18322
  };
18316
18323
 
18324
+ /**
18325
+ * Do not edit directly
18326
+ * Generated file
18327
+ */
18328
+
18329
+ const BtIconChevronLeftMid =
18330
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='m7.621 8 2.849 2.852a.673.673 0 0 1-.732 1.097.7.7 0 0 1-.218-.145L6.196 8.476a.673.673 0 0 1 0-.951L9.52 4.197a.67.67 0 0 1 1.146.476c0 .178-.07.349-.196.475z' clip-rule='evenodd'/%3e%3c/svg%3e";
18331
+
18332
+ /**
18333
+ * Do not edit directly
18334
+ * Generated file
18335
+ */
18336
+
18337
+ const BtIconChevronRightMid =
18338
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M9.045 8 6.197 5.148a.673.673 0 0 1 .731-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329A.67.67 0 0 1 6 11.328c0-.178.07-.35.197-.476z' clip-rule='evenodd'/%3e%3c/svg%3e";
18339
+
18340
+ /**
18341
+ * Do not edit directly
18342
+ * Generated file
18343
+ */
18344
+
18345
+ const BtIconCrossAlt2Px =
18346
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m17.414 16 3.793-3.793a1 1 0 0 0-1.414-1.414L16 14.586l-3.793-3.793a1 1 0 0 0-1.414 1.414L14.586 16l-3.793 3.793a1 1 0 1 0 1.414 1.414L16 17.414l3.793 3.793a1 1 0 0 0 1.414-1.414Z'/%3e%3c/svg%3e";
18347
+
18348
+ /**
18349
+ * Do not edit directly
18350
+ * Generated file
18351
+ */
18352
+
18353
+ const BtIconCrossAlt2PxFill =
18354
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m5.207 17.793a1 1 0 1 1-1.414 1.414L16 17.414l-3.793 3.793a1 1 0 0 1-1.414-1.414L14.586 16l-3.793-3.793a1 1 0 0 1 1.414-1.414L16 14.586l3.793-3.793a1 1 0 0 1 1.414 1.414L17.414 16Z'/%3e%3c/svg%3e";
18355
+
18356
+ /**
18357
+ * Do not edit directly
18358
+ * Generated file
18359
+ */
18360
+
18361
+ const BtIconFirstMid =
18362
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M4.675 4.005c.373 0 .675.303.675.675v6.64a.675.675 0 1 1-1.35 0V4.68c0-.372.302-.675.675-.675M7.973 8l2.848 2.852a.673.673 0 0 1-.731 1.097.7.7 0 0 1-.218-.145L6.548 8.476a.673.673 0 0 1 0-.951l3.324-3.328a.671.671 0 1 1 .95.951z' clip-rule='evenodd'/%3e%3c/svg%3e";
18363
+
18364
+ /**
18365
+ * Do not edit directly
18366
+ * Generated file
18367
+ */
18368
+
18369
+ const BtIconLastMid =
18370
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M10.34 11.995a.675.675 0 0 1-.674-.675V4.68a.675.675 0 1 1 1.35 0v6.64a.675.675 0 0 1-.675.675M7.043 8 4.194 5.148a.673.673 0 0 1 .732-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329a.671.671 0 1 1-.95-.952z' clip-rule='evenodd'/%3e%3c/svg%3e";
18371
+
18372
+ /**
18373
+ * Do not edit directly
18374
+ * Generated file
18375
+ */
18376
+
18377
+ const BtIconTickAlt2Px =
18378
+ "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m13.5 21.914-4.707-4.707a1 1 0 0 1 0-1.414 1.024 1.024 0 0 1 1.414 0l3.293 3.293 8.293-8.293a1 1 0 1 1 1.414 1.414Z'/%3e%3c/svg%3e";
18379
+
18380
+ /**
18381
+ * Renders a menu item, optionally as a link if `href` is provided.
18382
+ */
18383
+ var MenuItem = function (_a) {
18384
+ var leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, trailingIcon = _a.trailingIcon, children = _a.children, onClick = _a.onClick, _b = _a.shouldKeepOpen, shouldKeepOpen = _b === void 0 ? true : _b, isDisabled = _a.isDisabled, href = _a.href, ariaLabel = _a.ariaLabel, props = __rest(_a, ["leadingIcon", "supportingText", "keyCommands", "trailingIcon", "children", "onClick", "shouldKeepOpen", "isDisabled", "href", "ariaLabel"]);
18385
+ var Component = href ? "a" : "div";
18386
+ return (React__default.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18387
+ if (shouldKeepOpen) {
18388
+ event.preventDefault();
18389
+ }
18390
+ }, disabled: isDisabled }, filterAttrs(props)),
18391
+ React__default.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18392
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18393
+ };
18394
+
18395
+ /**
18396
+ * Visual separator used to divide groups of menu items.
18397
+ */
18398
+ var MenuSeparator = function (props) {
18399
+ return (React__default.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18400
+ React__default.createElement(Rule, null)));
18401
+ };
18402
+
18317
18403
  /**
18318
18404
  * The component that pops out when the dropdown menu is open.
18319
18405
  */
18320
18406
  var MenuContent = React__default.forwardRef(function (_a, ref) {
18321
- var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, _b = _a.align, align = _b === void 0 ? "start" : _b, alignOffset = _a.alignOffset, side = _a.side, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "align", "alignOffset", "side"]);
18322
- return (React__default.createElement(Content2$1, __assign({ ref: ref, style: { width: width, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 12, loop: true, collisionPadding: 12, forceMount: true, align: align, alignOffset: alignOffset, side: side }, filterAttrs(props)), children));
18407
+ var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, _b = _a.align, align = _b === void 0 ? "start" : _b, alignOffset = _a.alignOffset, side = _a.side, initalTitle = _a.initalTitle, isFluidToViewport = _a.isFluidToViewport, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "align", "alignOffset", "side", "initalTitle", "isFluidToViewport"]);
18408
+ var _c = useMenuContext(), isMobileMenu = _c.isMobileMenu, stack = _c.stack, goBack = _c.goBack, defaultWidth = _c.defaultWidth, reset = _c.reset;
18409
+ if (!isMobileMenu) {
18410
+ return (React__default.createElement(Content2$1, __assign({ ref: ref, style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 12, loop: true, collisionPadding: 0, forceMount: true, align: align, alignOffset: alignOffset, side: side }, filterAttrs(props)),
18411
+ React__default.createElement("div", { className: "arc-MenuContent-content" }, children)));
18412
+ }
18413
+ var active = stack.length > 0 ? stack[stack.length - 1].content : children;
18414
+ var prevTitle = stack.length > 1 ? stack[stack.length - 2].title : initalTitle || "Back";
18415
+ return (React__default.createElement(Content2$1, __assign({ style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, sideOffset: 12, collisionPadding: 12, className: classNames("arc-MenuContent arc-MenuContent--mobile", {
18416
+ "arc-MenuContent--isFluid": isFluidToViewport || defaultWidth === "fluid",
18417
+ }), side: "bottom", avoidCollisions: true, onKeyDown: function (e) {
18418
+ if (stack.length > 0) {
18419
+ if (e.key === "ArrowLeft") {
18420
+ goBack(true);
18421
+ }
18422
+ }
18423
+ }, forceMount: true, onPointerDownOutside: reset, onEscapeKeyDown: reset }, filterAttrs(props)),
18424
+ stack.length > 0 && (React__default.createElement(React__default.Fragment, null,
18425
+ React__default.createElement(MenuItem, { onClick: goBack, leadingIcon: BtIconChevronLeftMid }, prevTitle),
18426
+ React__default.createElement(MenuSeparator, null))),
18427
+ React__default.createElement("div", { key: stack.length, className: "arc-MenuContent-content arc-MenuContent-fade" }, active)));
18323
18428
  });
18324
18429
 
18325
18430
  /**
@@ -18344,33 +18449,18 @@ var MenuGroup = function (_a) {
18344
18449
  return (React__default.createElement(Group2, __assign({ className: "arc-MenuGroup" }, filterAttrs(props)), children));
18345
18450
  };
18346
18451
 
18347
- /**
18348
- * Displays a header within the dropdown menu.
18349
- */
18350
- var MenuHeader = function (_a) {
18351
- var leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, children = _a.children, onClick = _a.onClick, isDisabled = _a.isDisabled, ariaLabel = _a.ariaLabel;
18352
- return (React__default.createElement("div", { className: "arc-MenuHeader" },
18353
- React__default.createElement(Item2, { className: "arc-MenuItem ", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18354
- React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18355
- React__default.createElement("div", { className: "arc-MenuSeparator", style: {
18356
- paddingBottom: 0,
18357
- } },
18358
- React__default.createElement(Rule, null))));
18359
- };
18360
-
18361
- /**
18362
- * Renders a menu item, optionally as a link if `href` is provided.
18363
- */
18364
- var MenuItem = function (_a) {
18365
- var leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, trailingIcon = _a.trailingIcon, children = _a.children, onClick = _a.onClick, _b = _a.shouldKeepOpen, shouldKeepOpen = _b === void 0 ? true : _b, isDisabled = _a.isDisabled, href = _a.href, ariaLabel = _a.ariaLabel, props = __rest(_a, ["leadingIcon", "supportingText", "keyCommands", "trailingIcon", "children", "onClick", "shouldKeepOpen", "isDisabled", "href", "ariaLabel"]);
18366
- var Component = href ? "a" : "div";
18367
- return (React__default.createElement(Item2, __assign({ className: "arc-MenuItem", asChild: true, "aria-label": ariaLabel, onClick: isDisabled ? undefined : onClick, onSelect: function (event) {
18368
- if (shouldKeepOpen) {
18369
- event.preventDefault();
18370
- }
18371
- }, disabled: isDisabled }, filterAttrs(props)),
18372
- React__default.createElement(Component, __assign({ className: href && "arc-MenuItem--link", href: href }, props),
18373
- React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children))));
18452
+ /**
18453
+ * Displays a header within the dropdown menu.
18454
+ */
18455
+ var MenuHeader = function (_a) {
18456
+ var leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, children = _a.children, onClick = _a.onClick, isDisabled = _a.isDisabled, ariaLabel = _a.ariaLabel;
18457
+ return (React__default.createElement("div", { className: "arc-MenuHeader" },
18458
+ React__default.createElement(Item2, { className: "arc-MenuItem", style: { marginBottom: 0 }, "aria-label": ariaLabel, onClick: onClick, disabled: isDisabled },
18459
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: trailingIcon, supportingText: supportingText, keyCommands: keyCommands }, children)),
18460
+ React__default.createElement("div", { className: "arc-MenuSeparator", style: {
18461
+ paddingBottom: 0,
18462
+ } },
18463
+ React__default.createElement(Rule, null))));
18374
18464
  };
18375
18465
 
18376
18466
  /**
@@ -18400,62 +18490,6 @@ var MenuGroupSingleSelect = function (_a) {
18400
18490
  return (React__default.createElement(RadioGroup2, __assign({ className: "arc-MenuGroupSingleSelect", value: value, onValueChange: onValueChange }, filterAttrs(props)), children));
18401
18491
  };
18402
18492
 
18403
- /**
18404
- * Do not edit directly
18405
- * Generated file
18406
- */
18407
-
18408
- const BtIconArrowAltUp =
18409
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.354 13.146 16 8.793l-4.354 4.354a.5.5 0 0 0 .707.707l3.147-3.147V22.5a.5.5 0 0 0 1 0V10.707l3.146 3.146a.5.5 0 0 0 .707-.707'/%3e%3c/svg%3e";
18410
-
18411
- /**
18412
- * Do not edit directly
18413
- * Generated file
18414
- */
18415
-
18416
- const BtIconCross =
18417
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m0 27a13 13 0 1 1 13-13 13.015 13.015 0 0 1-13 13'/%3e%3cpath d='M20.854 11.146a.5.5 0 0 0-.707 0L16 15.293l-4.146-4.146a.5.5 0 0 0-.707.707L15.293 16l-4.146 4.146a.5.5 0 1 0 .707.707L16 16.707l4.146 4.146a.5.5 0 0 0 .707-.707L16.707 16l4.146-4.146a.5.5 0 0 0 0-.708'/%3e%3c/svg%3e";
18418
-
18419
- /**
18420
- * Do not edit directly
18421
- * Generated file
18422
- */
18423
-
18424
- const BtIconCrossFill =
18425
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m4.854 18.146a.5.5 0 1 1-.707.707L16 16.707l-4.146 4.146a.5.5 0 0 1-.707-.707L15.293 16l-4.146-4.146a.5.5 0 0 1 .707-.707L16 15.293l4.146-4.146a.5.5 0 0 1 .707.707L16.707 16Z'/%3e%3c/svg%3e";
18426
-
18427
- /**
18428
- * Do not edit directly
18429
- * Generated file
18430
- */
18431
-
18432
- const BtIconFirstMid =
18433
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M4.675 4.005c.373 0 .675.303.675.675v6.64a.675.675 0 1 1-1.35 0V4.68c0-.372.302-.675.675-.675M7.973 8l2.848 2.852a.673.673 0 0 1-.731 1.097.7.7 0 0 1-.218-.145L6.548 8.476a.673.673 0 0 1 0-.951l3.324-3.328a.671.671 0 1 1 .95.951z' clip-rule='evenodd'/%3e%3c/svg%3e";
18434
-
18435
- /**
18436
- * Do not edit directly
18437
- * Generated file
18438
- */
18439
-
18440
- const BtIconLastMid =
18441
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M10.34 11.995a.675.675 0 0 1-.674-.675V4.68a.675.675 0 1 1 1.35 0v6.64a.675.675 0 0 1-.675.675M7.043 8 4.194 5.148a.673.673 0 0 1 .732-1.097.7.7 0 0 1 .218.146l3.324 3.328a.673.673 0 0 1 0 .95l-3.324 3.329a.671.671 0 1 1-.95-.952z' clip-rule='evenodd'/%3e%3c/svg%3e";
18442
-
18443
- /**
18444
- * Do not edit directly
18445
- * Generated file
18446
- */
18447
-
18448
- const BtIconPlayFill =
18449
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M13.161 11.762a.1.1 0 0 0-.107 0 .1.1 0 0 0-.054.092v8.288a.1.1 0 0 0 .054.093.1.1 0 0 0 .107 0l7.178-4.144a.1.1 0 0 0 .054-.092.1.1 0 0 0-.054-.094Z'/%3e%3cpath d='M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m4.839 14.957-7.178 4.145a1.108 1.108 0 0 1-1.661-.96v-8.288a1.107 1.107 0 0 1 1.661-.958l7.178 4.144a1.107 1.107 0 0 1 0 1.917'/%3e%3c/svg%3e";
18450
-
18451
- /**
18452
- * Do not edit directly
18453
- * Generated file
18454
- */
18455
-
18456
- const BtIconTickAlt2Px =
18457
- "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='m13.5 21.914-4.707-4.707a1 1 0 0 1 0-1.414 1.024 1.024 0 0 1 1.414 0l3.293 3.293 8.293-8.293a1 1 0 1 1 1.414 1.414Z'/%3e%3c/svg%3e";
18458
-
18459
18493
  /**
18460
18494
  * A selectable menu item used within a radio group.
18461
18495
  */
@@ -18478,7 +18512,7 @@ var MenuScrollable = function (_a) {
18478
18512
  var scrollableRefFunc = function (el) {
18479
18513
  var totalSiblingHeight = 0;
18480
18514
  // get the closest Menu.Content element this will always exist within the menu component
18481
- var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent");
18515
+ var contentContainer = el === null || el === void 0 ? void 0 : el.closest(".arc-MenuContent-content");
18482
18516
  if (!contentContainer || !el)
18483
18517
  return;
18484
18518
  // loop over all children in Menu.Content children to get height of each non scrollable element (excluding the scroll element itself)
@@ -18494,22 +18528,30 @@ var MenuScrollable = function (_a) {
18494
18528
  return (React__default.createElement("div", { ref: scrollableRefFunc, className: "arc-MenuScrollable" }, children));
18495
18529
  };
18496
18530
 
18497
- /**
18498
- * Visual separator used to divide groups of menu items.
18499
- */
18500
- var MenuSeparator = function (props) {
18501
- return (React__default.createElement(Separator2, __assign({ className: "arc-MenuSeparator" }, filterAttrs(props)),
18502
- React__default.createElement(Rule, null)));
18503
- };
18504
-
18505
18531
  /**
18506
18532
  * Container for multi-level menu content within a dropdown menu.
18507
18533
  */
18508
18534
  var MenuItemMultiLevel = function (_a) {
18535
+ var _b;
18509
18536
  var children = _a.children, props = __rest(_a, ["children"]);
18510
- return React__default.createElement(Sub2, __assign({}, filterAttrs(props)),
18511
- " ",
18512
- children);
18537
+ var isMobileMenu = useMenuContext().isMobileMenu;
18538
+ if (!isMobileMenu) {
18539
+ return React__default.createElement(Sub2, __assign({}, filterAttrs(props)), children);
18540
+ }
18541
+ var arr = React__default.Children.toArray(children);
18542
+ // assuming that there will be two children in menu item multi level
18543
+ var trigger = arr[0];
18544
+ var portal = arr[1];
18545
+ var pairedContent;
18546
+ if (portal && ((_b = portal.props) === null || _b === void 0 ? void 0 : _b.children)) {
18547
+ var portalChild = React__default.Children.toArray(portal.props.children);
18548
+ pairedContent = portalChild.find(function (el) { var _a; return ((_a = el === null || el === void 0 ? void 0 : el.type) === null || _a === void 0 ? void 0 : _a.displayName) === "MenuItemMultiLevelContent"; });
18549
+ }
18550
+ if (!trigger || !pairedContent) {
18551
+ console.warn("MenuItemMultiLevel requires both a Trigger and Portal");
18552
+ }
18553
+ // Inject content into the trigger, skip rendering the portal in mobile
18554
+ return React__default.cloneElement(trigger, { pairedContent: pairedContent });
18513
18555
  };
18514
18556
 
18515
18557
  /**
@@ -18517,14 +18559,41 @@ var MenuItemMultiLevel = function (_a) {
18517
18559
  */
18518
18560
  var MenuItemMultiLevelContent = React__default.forwardRef(function (_a, ref) {
18519
18561
  var children = _a.children, width = _a.width, minWidth = _a.minWidth, maxWidth = _a.maxWidth, alignOffset = _a.alignOffset, props = __rest(_a, ["children", "width", "minWidth", "maxWidth", "alignOffset"]);
18520
- return (React__default.createElement(SubContent2, __assign({ ref: ref, style: { width: width, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 24, collisionPadding: 12, avoidCollisions: true, alignOffset: alignOffset }, filterAttrs(props)), children));
18562
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, defaultWidth = _b.defaultWidth;
18563
+ if (isMobileMenu) {
18564
+ return React__default.createElement(React__default.Fragment, null, children);
18565
+ }
18566
+ return (React__default.createElement(SubContent2, __assign({ ref: ref, style: { width: width !== null && width !== void 0 ? width : defaultWidth, minWidth: minWidth, maxWidth: maxWidth }, className: "arc-MenuContent", sideOffset: 24, collisionPadding: 12, avoidCollisions: true, alignOffset: alignOffset }, filterAttrs(props)), children));
18521
18567
  });
18568
+ MenuItemMultiLevelContent.displayName = "MenuItemMultiLevelContent";
18522
18569
 
18523
18570
  /**
18524
18571
  * Trigger element that opens a multi-level menu when selected.
18525
18572
  */
18526
18573
  var MenuItemMultiLevelTrigger = function (_a) {
18527
- var children = _a.children, isDisabled = _a.isDisabled, leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, ariaLabel = _a.ariaLabel, props = __rest(_a, ["children", "isDisabled", "leadingIcon", "supportingText", "keyCommands", "ariaLabel"]);
18574
+ var children = _a.children, isDisabled = _a.isDisabled, leadingIcon = _a.leadingIcon, supportingText = _a.supportingText, keyCommands = _a.keyCommands, ariaLabel = _a.ariaLabel, pairedContent = _a.pairedContent, props = __rest(_a, ["children", "isDisabled", "leadingIcon", "supportingText", "keyCommands", "ariaLabel", "pairedContent"]);
18575
+ var _b = useMenuContext(), isMobileMenu = _b.isMobileMenu, goForward = _b.goForward;
18576
+ var moveFoward = function (e, navigatedViaKeyboard) {
18577
+ e.preventDefault();
18578
+ if (pairedContent) {
18579
+ goForward({
18580
+ title: String(children),
18581
+ content: pairedContent,
18582
+ triggerId: String(children),
18583
+ }, navigatedViaKeyboard);
18584
+ }
18585
+ };
18586
+ if (isMobileMenu) {
18587
+ return (React__default.createElement(Item2, __assign({ disabled: isDisabled, "aria-label": ariaLabel, onKeyDown: function (e) {
18588
+ if (e.key === "ArrowRight") {
18589
+ moveFoward(e, true);
18590
+ }
18591
+ }, onClick: function (e) {
18592
+ moveFoward(e, false);
18593
+ }, className: "arc-MenuItem", "data-menu-trigger": children }, filterAttrs(props)),
18594
+ React__default.createElement(MenuItemContentTemplate, { leadingIcon: leadingIcon, trailingIcon: BtIconChevronRightMid, supportingText: supportingText, keyCommands: keyCommands }, "".concat(children))));
18595
+ }
18596
+ // desktop fallback
18528
18597
  return (React__default.createElement(SubTrigger2, __assign({ className: "arc-MenuItem arc-MenuItem--trigger", disabled: isDisabled, "aria-label": ariaLabel }, filterAttrs(props)),
18529
18598
  React__default.createElement("div", { className: "arc-MenuItem-content" },
18530
18599
  leadingIcon && (React__default.createElement("div", { className: "arc-MenuItem-leadingIcon" },
@@ -18543,7 +18612,10 @@ var MenuItemMultiLevelTrigger = function (_a) {
18543
18612
  */
18544
18613
  var MenuTrigger = function (_a) {
18545
18614
  var children = _a.children, asChild = _a.asChild, props = __rest(_a, ["children", "asChild"]);
18546
- return (React__default.createElement(Trigger$1, __assign({ className: "arc-MenuTrigger", asChild: asChild }, filterAttrs(props)), children));
18615
+ var surface = useContext(Context$3).surface;
18616
+ return (React__default.createElement(Trigger$1, __assign({ className: classNames("arc-MenuTrigger", {
18617
+ "arc-MenuTrigger--onDarkSurface": surface === "dark",
18618
+ }), asChild: asChild }, filterAttrs(props)), children));
18547
18619
  };
18548
18620
 
18549
18621
  /** Use `Modal` to display information that needs immediate action from a user. */
@@ -18581,6 +18653,9 @@ var Modal = function (_a) {
18581
18653
  _b["arc-Modal-dialog--maxHeightWindow"] = isContentScrollable,
18582
18654
  _b["arc-Modal-dialog--fullBleed"] = fullBleed,
18583
18655
  _b)) }, filterAttrs(props)),
18656
+ canShowClose && (React__default.createElement("div", { className: "arc-Modal-iconContainer" },
18657
+ React__default.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18658
+ React__default.createElement(ThemeIcon, { size: 32, icon: "modalClose" })))),
18584
18659
  React__default.createElement(React__default.Fragment, null,
18585
18660
  title && (React__default.createElement(React__default.Fragment, null,
18586
18661
  React__default.createElement("div", { className: "arc-Modal-section" },
@@ -18607,10 +18682,7 @@ var Modal = function (_a) {
18607
18682
  "arc-Modal-actionButton--compact": props.buttonStyle === "compact",
18608
18683
  }) },
18609
18684
  React__default.createElement(ButtonV2, __assign({ isFullWidth: true }, props)))); })))),
18610
- React__default.createElement(VerticalSpace, { size: "24" }))),
18611
- canShowClose && (React__default.createElement("div", { className: "arc-Modal-iconContainer" },
18612
- React__default.createElement("button", { "aria-label": "close", onClick: closeModal, className: "arc-Modal-closeButton" },
18613
- React__default.createElement(ThemeIcon, { size: 32, icon: "modalClose" }))))))))));
18685
+ React__default.createElement(VerticalSpace, { size: "24" })))))))));
18614
18686
  };
18615
18687
 
18616
18688
  /**
@@ -18630,7 +18702,7 @@ var Pagination = function (_a) {
18630
18702
  "arc-Pagination-navigationButton--hidden": selectedPage === 1,
18631
18703
  }), onClick: handlePagechange(selectedPage - 1) },
18632
18704
  React__default.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--left" },
18633
- React__default.createElement(ThemeIcon, { size: 32, icon: "paginationPrevious" }))),
18705
+ React__default.createElement(ThemeIcon, { icon: "paginationPrevious" }))),
18634
18706
  React__default.createElement("div", { className: "arc-Pagination-pageNumberContainer" }, pageRange.map(function (rangeValue, i) {
18635
18707
  return isPageNumber(rangeValue) ? (React__default.createElement("button", { "aria-current": parseInt(rangeValue) === selectedPage, key: "pagination-range-value-".concat(rangeValue), "aria-label": "Go to page ".concat(rangeValue), className: classNames("arc-Pagination-value arc-Pagination-value--number", {
18636
18708
  "arc-Pagination-value--selected": parseInt(rangeValue) === selectedPage,
@@ -18640,7 +18712,7 @@ var Pagination = function (_a) {
18640
18712
  "arc-Pagination-navigationButton--hidden": selectedPage === pageCount,
18641
18713
  }), onClick: handlePagechange(selectedPage + 1) },
18642
18714
  React__default.createElement("div", { className: "arc-Pagination-navigationButtonIcon arc-Pagination-navigationButtonIcon--right" },
18643
- React__default.createElement(ThemeIcon, { size: 32, icon: "paginationNext" })))));
18715
+ React__default.createElement(ThemeIcon, { icon: "paginationNext" })))));
18644
18716
  };
18645
18717
 
18646
18718
  /**
@@ -18689,8 +18761,8 @@ var PaginationSimple = function (_a) {
18689
18761
 
18690
18762
  /** Use `Popover` to display content in a portal, triggered by a button. */
18691
18763
  var Popover = function (_a) {
18692
- var align = _a.align, ariaLabel = _a.ariaLabel, alignOffset = _a.alignOffset, _b = _a.arrow, arrow = _b === void 0 ? true : _b, _c = _a.background, background = _c === void 0 ? "light" : _c, children = _a.children, content = _a.content, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.maxWidth, maxWidth = _e === void 0 ? 452 : _e, onCloseAutoFocus = _a.onCloseAutoFocus, onEscapeKeyDown = _a.onEscapeKeyDown, onFocusOutside = _a.onFocusOutside, onInteractOutside = _a.onInteractOutside, onOpenAutoFocus = _a.onOpenAutoFocus, onPointerDownOutside = _a.onPointerDownOutside, onOpenChange = _a.onOpenChange, open = _a.open, side = _a.side, _f = _a.sideOffset, sideOffset = _f === void 0 ? 0 : _f, _g = _a.zIndex, zIndex = _g === void 0 ? 100 : _g, _h = _a.hideWhenDetached, hideWhenDetached = _h === void 0 ? false : _h, _j = _a.useBespokeTrigger, useBespokeTrigger = _j === void 0 ? false : _j, props = __rest(_a, ["align", "ariaLabel", "alignOffset", "arrow", "background", "children", "content", "asChild", "maxWidth", "onCloseAutoFocus", "onEscapeKeyDown", "onFocusOutside", "onInteractOutside", "onOpenAutoFocus", "onPointerDownOutside", "onOpenChange", "open", "side", "sideOffset", "zIndex", "hideWhenDetached", "useBespokeTrigger"]);
18693
- var _k = useThemeElement(), themeElement = _k[0], setThemeElement = _k[1];
18764
+ var align = _a.align, ariaLabel = _a.ariaLabel, alignOffset = _a.alignOffset, _b = _a.arrow, arrow = _b === void 0 ? true : _b, _c = _a.background, background = _c === void 0 ? "light" : _c, children = _a.children, content = _a.content, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.maxWidth, maxWidth = _e === void 0 ? 452 : _e, minHeight = _a.minHeight, onCloseAutoFocus = _a.onCloseAutoFocus, onEscapeKeyDown = _a.onEscapeKeyDown, onFocusOutside = _a.onFocusOutside, onInteractOutside = _a.onInteractOutside, onOpenAutoFocus = _a.onOpenAutoFocus, onPointerDownOutside = _a.onPointerDownOutside, onOpenChange = _a.onOpenChange, open = _a.open, _f = _a.constrainToViewport, constrainToViewport = _f === void 0 ? true : _f, side = _a.side, _g = _a.sideOffset, sideOffset = _g === void 0 ? 0 : _g, _h = _a.zIndex, zIndex = _h === void 0 ? 100 : _h, _j = _a.hideWhenDetached, hideWhenDetached = _j === void 0 ? false : _j, _k = _a.useBespokeTrigger, useBespokeTrigger = _k === void 0 ? false : _k, props = __rest(_a, ["align", "ariaLabel", "alignOffset", "arrow", "background", "children", "content", "asChild", "maxWidth", "minHeight", "onCloseAutoFocus", "onEscapeKeyDown", "onFocusOutside", "onInteractOutside", "onOpenAutoFocus", "onPointerDownOutside", "onOpenChange", "open", "constrainToViewport", "side", "sideOffset", "zIndex", "hideWhenDetached", "useBespokeTrigger"]);
18765
+ var _l = useThemeElement(), themeElement = _l[0], setThemeElement = _l[1];
18694
18766
  var alignOffsetDefault = align === "center" ? 0 : -16;
18695
18767
  return (React__default.createElement("div", __assign({ className: "arc-Popover" }, filterAttrs(props)),
18696
18768
  React__default.createElement(Root2$3, { open: open, onOpenChange: onOpenChange },
@@ -18703,7 +18775,8 @@ var Popover = function (_a) {
18703
18775
  React__default.createElement("div", { className: classNames("arc-Popover-content", {
18704
18776
  "arc-Popover-content--dark": background === "dark",
18705
18777
  "arc-Popover-content--brand": background === "brand",
18706
- }), style: { maxWidth: maxWidth }, "aria-labelledby": "popover-content" },
18778
+ "arc-Popover-content--constrainToViewport": constrainToViewport,
18779
+ }), style: { maxWidth: maxWidth, minHeight: minHeight }, "aria-labelledby": "popover-content" },
18707
18780
  content && React__default.createElement("div", { id: "popover-content" }, content),
18708
18781
  arrow && (React__default.createElement(PopoverArrow, { className: "arc-Popover-arrow" })))))))))));
18709
18782
  };
@@ -18784,11 +18857,143 @@ var ProgressBar = function (_a) {
18784
18857
  React__default.createElement(VerticalSpace, { size: "8" }),
18785
18858
  React__default.createElement("button", { ref: autoFocusRef(action.autofocusOnMount), className: "arc-ProgressBar-actionButton", onClick: action.action },
18786
18859
  React__default.createElement("div", { className: "arc-ProgressBar-actionContainer" },
18787
- React__default.createElement(Text, null, action.text),
18788
18860
  action.icon && (React__default.createElement("div", { className: "arc-ProgressBar-actionIcon" },
18789
- React__default.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))))))))));
18861
+ React__default.createElement(ThemeIcon, { icon: PROGRESS_BAR_ICON_MAP[action.icon], size: 24 }))),
18862
+ React__default.createElement(Text, null, action.text))))))));
18790
18863
  };
18791
18864
 
18865
+ var shorterCssColorNames;
18866
+ var hasRequiredShorterCssColorNames;
18867
+
18868
+ function requireShorterCssColorNames () {
18869
+ if (hasRequiredShorterCssColorNames) return shorterCssColorNames;
18870
+ hasRequiredShorterCssColorNames = 1;
18871
+ shorterCssColorNames = {
18872
+ aqua: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18873
+ azure: /#f0ffff(ff)?(?!\w)/gi,
18874
+ beige: /#f5f5dc(ff)?(?!\w)/gi,
18875
+ bisque: /#ffe4c4(ff)?(?!\w)/gi,
18876
+ black: /#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,
18877
+ blue: /#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,
18878
+ brown: /#a52a2a(ff)?(?!\w)/gi,
18879
+ coral: /#ff7f50(ff)?(?!\w)/gi,
18880
+ cornsilk: /#fff8dc(ff)?(?!\w)/gi,
18881
+ crimson: /#dc143c(ff)?(?!\w)/gi,
18882
+ cyan: /#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,
18883
+ darkblue: /#00008b(ff)?(?!\w)/gi,
18884
+ darkcyan: /#008b8b(ff)?(?!\w)/gi,
18885
+ darkgrey: /#a9a9a9(ff)?(?!\w)/gi,
18886
+ darkred: /#8b0000(ff)?(?!\w)/gi,
18887
+ deeppink: /#ff1493(ff)?(?!\w)/gi,
18888
+ dimgrey: /#696969(ff)?(?!\w)/gi,
18889
+ gold: /#ffd700(ff)?(?!\w)/gi,
18890
+ green: /#008000(ff)?(?!\w)/gi,
18891
+ grey: /#808080(ff)?(?!\w)/gi,
18892
+ honeydew: /#f0fff0(ff)?(?!\w)/gi,
18893
+ hotpink: /#ff69b4(ff)?(?!\w)/gi,
18894
+ indigo: /#4b0082(ff)?(?!\w)/gi,
18895
+ ivory: /#fffff0(ff)?(?!\w)/gi,
18896
+ khaki: /#f0e68c(ff)?(?!\w)/gi,
18897
+ lavender: /#e6e6fa(ff)?(?!\w)/gi,
18898
+ lime: /#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,
18899
+ linen: /#faf0e6(ff)?(?!\w)/gi,
18900
+ maroon: /#800000(ff)?(?!\w)/gi,
18901
+ moccasin: /#ffe4b5(ff)?(?!\w)/gi,
18902
+ navy: /#000080(ff)?(?!\w)/gi,
18903
+ oldlace: /#fdf5e6(ff)?(?!\w)/gi,
18904
+ olive: /#808000(ff)?(?!\w)/gi,
18905
+ orange: /#ffa500(ff)?(?!\w)/gi,
18906
+ orchid: /#da70d6(ff)?(?!\w)/gi,
18907
+ peru: /#cd853f(ff)?(?!\w)/gi,
18908
+ pink: /#ffc0cb(ff)?(?!\w)/gi,
18909
+ plum: /#dda0dd(ff)?(?!\w)/gi,
18910
+ purple: /#800080(ff)?(?!\w)/gi,
18911
+ red: /#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,
18912
+ salmon: /#fa8072(ff)?(?!\w)/gi,
18913
+ seagreen: /#2e8b57(ff)?(?!\w)/gi,
18914
+ seashell: /#fff5ee(ff)?(?!\w)/gi,
18915
+ sienna: /#a0522d(ff)?(?!\w)/gi,
18916
+ silver: /#c0c0c0(ff)?(?!\w)/gi,
18917
+ skyblue: /#87ceeb(ff)?(?!\w)/gi,
18918
+ snow: /#fffafa(ff)?(?!\w)/gi,
18919
+ tan: /#d2b48c(ff)?(?!\w)/gi,
18920
+ teal: /#008080(ff)?(?!\w)/gi,
18921
+ thistle: /#d8bfd8(ff)?(?!\w)/gi,
18922
+ tomato: /#ff6347(ff)?(?!\w)/gi,
18923
+ violet: /#ee82ee(ff)?(?!\w)/gi,
18924
+ wheat: /#f5deb3(ff)?(?!\w)/gi,
18925
+ white: /#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi,
18926
+ };
18927
+ return shorterCssColorNames;
18928
+ }
18929
+
18930
+ var miniSvgDataUri;
18931
+ var hasRequiredMiniSvgDataUri;
18932
+
18933
+ function requireMiniSvgDataUri () {
18934
+ if (hasRequiredMiniSvgDataUri) return miniSvgDataUri;
18935
+ hasRequiredMiniSvgDataUri = 1;
18936
+ var shorterNames = requireShorterCssColorNames();
18937
+ var REGEX = {
18938
+ whitespace: /\s+/g,
18939
+ urlHexPairs: /%[\dA-F]{2}/g,
18940
+ quotes: /"/g,
18941
+ };
18942
+
18943
+ function collapseWhitespace(str) {
18944
+ return str.trim().replace(REGEX.whitespace, ' ');
18945
+ }
18946
+
18947
+ function dataURIPayload(string) {
18948
+ return encodeURIComponent(string)
18949
+ .replace(REGEX.urlHexPairs, specialHexEncode);
18950
+ }
18951
+
18952
+ // `#` gets converted to `%23`, so quite a few CSS named colors are shorter than
18953
+ // their equivalent URL-encoded hex codes.
18954
+ function colorCodeToShorterNames(string) {
18955
+ Object.keys(shorterNames).forEach(function(key) {
18956
+ if (shorterNames[key].test(string)) {
18957
+ string = string.replace(shorterNames[key], key);
18958
+ }
18959
+ });
18960
+
18961
+ return string;
18962
+ }
18963
+
18964
+ function specialHexEncode(match) {
18965
+ switch (match) { // Browsers tolerate these characters, and they're frequent
18966
+ case '%20': return ' ';
18967
+ case '%3D': return '=';
18968
+ case '%3A': return ':';
18969
+ case '%2F': return '/';
18970
+ default: return match.toLowerCase(); // compresses better
18971
+ }
18972
+ }
18973
+
18974
+ function svgToTinyDataUri(svgString) {
18975
+ if (typeof svgString !== 'string') {
18976
+ throw new TypeError('Expected a string, but received ' + typeof svgString);
18977
+ }
18978
+ // Strip the Byte-Order Mark if the SVG has one
18979
+ if (svgString.charCodeAt(0) === 0xfeff) { svgString = svgString.slice(1); }
18980
+
18981
+ var body = colorCodeToShorterNames(collapseWhitespace(svgString))
18982
+ .replace(REGEX.quotes, "'");
18983
+ return 'data:image/svg+xml,' + dataURIPayload(body);
18984
+ }
18985
+
18986
+ svgToTinyDataUri.toSrcset = function toSrcset(svgString) {
18987
+ return svgToTinyDataUri(svgString).replace(/ /g, '%20');
18988
+ };
18989
+
18990
+ miniSvgDataUri = svgToTinyDataUri;
18991
+ return miniSvgDataUri;
18992
+ }
18993
+
18994
+ var miniSvgDataUriExports = requireMiniSvgDataUri();
18995
+ var svgToMiniDataURI = /*@__PURE__*/getDefaultExportFromCjs(miniSvgDataUriExports);
18996
+
18792
18997
  // src/capitalise-first-letter/capitalise-first-letter.ts
18793
18998
  var capitaliseFirstLetter = (word) => {
18794
18999
  return word.charAt(0).toUpperCase() + word.slice(1);
@@ -19081,7 +19286,7 @@ var RadioGroup = function (_a) {
19081
19286
  };
19082
19287
 
19083
19288
  var RadioGroupButton = forwardRef(function (_a, ref) {
19084
- var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin;
19289
+ var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin, isError = _a.isError;
19085
19290
  var surface = useContext(Context$3).surface;
19086
19291
  var idLabel = "".concat(id, "-label");
19087
19292
  return (React__default.createElement("div", { className: classNames({
@@ -19092,6 +19297,7 @@ var RadioGroupButton = forwardRef(function (_a, ref) {
19092
19297
  "arc-RadioGroupButton--small": size === "s",
19093
19298
  "arc-RadioGroupButton--smallLabel": labelSize === "s",
19094
19299
  "arc-RadioGroupButton--onDarkSurface": surface === "dark",
19300
+ "arc-RadioGroupButton--invalid": !isDisabled && isError,
19095
19301
  }) },
19096
19302
  React__default.createElement("label", { className: classNames("arc-RadioGroupButton-label", {
19097
19303
  "arc-RadioGroupButton-label--alignTop": radioButtonAlignment === "top",
@@ -19108,21 +19314,20 @@ var RadioGroupButton = forwardRef(function (_a, ref) {
19108
19314
  * Radio Button component.
19109
19315
  */
19110
19316
  var RadioGroupInput = forwardRef(function (_a, ref) {
19111
- var helper = _a.helper, id = _a.id, isDisabled = _a.isDisabled, label = _a.label, _b = _a.radioButtonAlignment, radioButtonAlignment = _b === void 0 ? "center" : _b, value = _a.value, props = __rest(_a, ["helper", "id", "isDisabled", "label", "radioButtonAlignment", "value"]);
19317
+ var helper = _a.helper, id = _a.id, isDisabled = _a.isDisabled, label = _a.label, _b = _a.radioButtonAlignment, radioButtonAlignment = _b === void 0 ? "center" : _b, value = _a.value, isError = _a.isError, props = __rest(_a, ["helper", "id", "isDisabled", "label", "radioButtonAlignment", "value", "isError"]);
19112
19318
  var _c = useRadioContext(), blurEvent = _c.blurEvent, changeEvent = _c.changeEvent, groupDisabled = _c.groupDisabled, checkedValue = _c.checkedValue, name = _c.name, size = _c.size;
19113
19319
  var isChecked = checkedValue === value ? true : false;
19114
19320
  var checked = typeof changeEvent !== "function" ? undefined : isChecked;
19115
19321
  var defaultChecked = typeof changeEvent !== "function" ? isChecked : undefined;
19116
- return (React__default.createElement(RadioGroupButton, __assign({ withMargin: true, ref: ref, id: id, name: name, helper: helper, isDisabled: isDisabled || groupDisabled, size: size, radioButtonAlignment: radioButtonAlignment, label: label, defaultChecked: defaultChecked, checked: checked, changeEvent: changeEvent, blurEvent: blurEvent, value: value }, props)));
19322
+ return (React__default.createElement(RadioGroupButton, __assign({ withMargin: true, ref: ref, id: id, name: name, helper: helper, isDisabled: isDisabled || groupDisabled, size: size, radioButtonAlignment: radioButtonAlignment, label: label, defaultChecked: defaultChecked, checked: checked, changeEvent: changeEvent, blurEvent: blurEvent, value: value, isError: isError }, props)));
19117
19323
  });
19118
19324
 
19119
19325
  /**
19120
19326
  * Use `ScrollToTop` to allow the user to scroll to the top of the page by clicking a button.
19121
19327
  */
19122
19328
  var ScrollToTop = function (_a) {
19123
- var _b = _a.appear, appear = _b === void 0 ? "always" : _b, _c = _a.isFixed, isFixed = _c === void 0 ? true : _c, _d = _a.fill, fill = _d === void 0 ? "solid" : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["appear", "isFixed", "fill", "zIndex"]);
19124
- var _f = useState(false), hasScrolled = _f[0], setHasScrolled = _f[1];
19125
- var surface = useContext(Context$3).surface;
19329
+ var _b = _a.appear, appear = _b === void 0 ? "always" : _b, _c = _a.isFixed, isFixed = _c === void 0 ? true : _c, _d = _a.fill, fill = _d === void 0 ? "solid" : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, _f = _a.focusColor, focusColor = _f === void 0 ? "magenta" : _f, props = __rest(_a, ["appear", "isFixed", "fill", "zIndex", "focusColor"]);
19330
+ var _g = useState(false), hasScrolled = _g[0], setHasScrolled = _g[1];
19126
19331
  useEffect(function () {
19127
19332
  var handleScroll = debounce(function () {
19128
19333
  setHasScrolled(window.scrollY > 0);
@@ -19142,22 +19347,23 @@ var ScrollToTop = function (_a) {
19142
19347
  return (React__default.createElement("button", __assign({ onClick: onClick, style: {
19143
19348
  zIndex: zIndex,
19144
19349
  }, className: classNames("arc-ScrollToTop", "arc-ScrollToTop--".concat(fill), {
19350
+ "arc-ScrollToTop--secondary": focusColor == "secondary",
19145
19351
  "arc-ScrollToTop--fixed": isFixed,
19146
- "arc-ScrollToTop--onDarkSurface": surface === "dark",
19147
19352
  "arc-ScrollToTop--visible": appear === "always" || (appear === "afterScroll" && hasScrolled),
19148
19353
  }) }, filterAttrs(props)),
19149
19354
  React__default.createElement("div", { className: "arc-ScrollToTop-textWrapper" },
19150
19355
  React__default.createElement("span", { className: "arc-ScrollToTop-text" }, "Back to top")),
19151
19356
  React__default.createElement("span", { className: "arc-ScrollToTop-iconContainer" },
19152
- React__default.createElement(Icon$1, { size: 44, icon: BtIconArrowAltUp }))));
19357
+ React__default.createElement("div", { className: "arc-ScrollToTop-icon" },
19358
+ React__default.createElement(ThemeIcon, { icon: "scrollToTop" })))));
19153
19359
  };
19154
19360
 
19155
19361
  /**
19156
19362
  * Use `Section` to compose content into vertical page layouts.
19157
19363
  */
19158
19364
  var Section = function (_a) {
19159
- var children = _a.children, _b = _a.isFullWidth, isFullWidth = _b === void 0 ? false : _b, _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.isExtended, isExtended = _d === void 0 ? false : _d, props = __rest(_a, ["children", "isFullWidth", "isDebugVisible", "isExtended"]);
19160
- return (React__default.createElement("div", __assign({ className: classNames({
19365
+ var children = _a.children, _b = _a.isFullWidth, isFullWidth = _b === void 0 ? false : _b, _c = _a.isDebugVisible, isDebugVisible = _c === void 0 ? false : _c, _d = _a.isExtended, isExtended = _d === void 0 ? false : _d, id = _a.id, props = __rest(_a, ["children", "isFullWidth", "isDebugVisible", "isExtended", "id"]);
19366
+ return (React__default.createElement("div", __assign({ id: id, className: classNames({
19161
19367
  "arc-Section": true,
19162
19368
  "arc-Section--regular": !isExtended,
19163
19369
  "arc-Section--extended": isExtended,
@@ -19169,11 +19375,17 @@ var Section = function (_a) {
19169
19375
  /** Use `Select` to choose from a dropdown list of options. */
19170
19376
  var Select = function (_a) {
19171
19377
  var _b;
19172
- var isRequired = _a.isRequired, isDisabled = _a.isDisabled, placeholder = _a.placeholder, label = _a.label, value = _a.value, _c = _a.ariaLabel, ariaLabel = _c === void 0 ? label : _c, options = _a.options, onOpenChange = _a.onOpenChange, isDefaultOpen = _a.isDefaultOpen, defaultValue = _a.defaultValue, errorMessage = _a.errorMessage, _d = _a.size, size = _d === void 0 ? "m" : _d, helper = _a.helper, hideLabel = _a.hideLabel, name = _a.name, width = _a.width, isFluid = _a.isFluid, onBlur = _a.onBlur, onFocus = _a.onFocus, onChange = _a.onChange, open = _a.open, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["isRequired", "isDisabled", "placeholder", "label", "value", "ariaLabel", "options", "onOpenChange", "isDefaultOpen", "defaultValue", "errorMessage", "size", "helper", "hideLabel", "name", "width", "isFluid", "onBlur", "onFocus", "onChange", "open", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
19173
- var id = useId$1();
19378
+ var isRequired = _a.isRequired, isDisabled = _a.isDisabled, placeholder = _a.placeholder, label = _a.label, value = _a.value, _c = _a.ariaLabel, ariaLabel = _c === void 0 ? label : _c, options = _a.options, onOpenChange = _a.onOpenChange, isDefaultOpen = _a.isDefaultOpen, defaultValue = _a.defaultValue, errorMessage = _a.errorMessage, id = _a.id, _d = _a.size, size = _d === void 0 ? "m" : _d, helper = _a.helper, hideLabel = _a.hideLabel, name = _a.name, width = _a.width, isFluid = _a.isFluid, onBlur = _a.onBlur, onFocus = _a.onFocus, onChange = _a.onChange, open = _a.open, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, onClickDisclosure = _a.onClickDisclosure, props = __rest(_a, ["isRequired", "isDisabled", "placeholder", "label", "value", "ariaLabel", "options", "onOpenChange", "isDefaultOpen", "defaultValue", "errorMessage", "id", "size", "helper", "hideLabel", "name", "width", "isFluid", "onBlur", "onFocus", "onChange", "open", "disclosureTitle", "disclosureText", "onClickDisclosure"]);
19379
+ var defaultId = useId$1();
19174
19380
  var _e = useThemeElement(), themeElement = _e[0], setThemeElement = _e[1];
19175
19381
  var surface = useContext(Context$3).surface;
19176
19382
  var _f = useState(defaultValue), uncontrolledValue = _f[0], setUncontrolledValue = _f[1];
19383
+ var ariaDescribedby = useAriaDescribedby({
19384
+ id: id,
19385
+ errorMessage: errorMessage,
19386
+ helper: helper,
19387
+ disclosureText: disclosureText,
19388
+ }).ariaDescribedby;
19177
19389
  var isControlled = typeof value !== "undefined";
19178
19390
  var selectValue = isControlled ? value : uncontrolledValue;
19179
19391
  var onValueChange = function (value) {
@@ -19194,21 +19406,22 @@ var Select = function (_a) {
19194
19406
  return 20;
19195
19407
  }
19196
19408
  };
19197
- return (React__default.createElement(FormControl, { errorMessage: errorMessage, helper: helper, htmlFor: id, label: label, hideLabel: hideLabel, labelSize: size, requirementStatus: isRequired ? "required" : "optional", isDisabled: isDisabled, disclosureText: disclosureText, disclosureTitle: disclosureTitle, onClickDisclosure: onClickDisclosure },
19409
+ var componentId = id || defaultId;
19410
+ return (React__default.createElement(FormControl, { errorMessage: errorMessage, helper: helper, htmlFor: componentId, label: label, hideLabel: hideLabel, labelSize: size, requirementStatus: isRequired ? "required" : "optional", isDisabled: isDisabled, disclosureText: disclosureText, disclosureTitle: disclosureTitle, onClickDisclosure: onClickDisclosure },
19198
19411
  React__default.createElement(Root2$2, { name: name, required: isRequired, disabled: isDisabled, defaultOpen: isDefaultOpen, value: selectValue, open: open, onOpenChange: onOpenChange, onValueChange: function (value) { return onValueChange(value); } },
19199
19412
  React__default.createElement("div", { ref: setThemeElement, className: "arc-Select-wrapper" },
19200
- React__default.createElement(Trigger$2, __assign({ id: id, name: name, onBlur: onBlur, onFocus: onFocus, "aria-label": ariaLabel, style: { width: width, marginTop: hideLabel ? 0 : undefined }, className: classNames("arc-Select-trigger", (_b = {
19413
+ React__default.createElement(Trigger$2, __assign({ id: componentId, name: name, onBlur: onBlur, onFocus: onFocus, "aria-label": ariaLabel, style: { width: width, marginTop: hideLabel ? 0 : undefined }, className: classNames("arc-Select-trigger", (_b = {
19201
19414
  "arc-Select-trigger--constrained": !isFluid,
19202
19415
  "arc-Select-trigger--onDarkSurface": surface === "dark",
19203
19416
  "arc-Select-trigger--invalid": errorMessage
19204
19417
  },
19205
19418
  _b["arc-Select-trigger--size".concat(size && size.toUpperCase())] = size && size !== "m",
19206
- _b)), "aria-describedby": id + (disclosureText ? "-disclosure" : "-helper") }, filterAttrs(props)),
19419
+ _b)), "aria-describedby": ariaDescribedby }, filterAttrs(props)),
19207
19420
  React__default.createElement(Value, { className: "arc-Select-triggerText", placeholder: placeholder, "aria-label": getSelectedValueName(uncontrolledValue) }),
19208
19421
  React__default.createElement(Icon, { className: "arc-Select-triggerIcon" },
19209
19422
  React__default.createElement(ThemeIcon, { size: getIconSize(size), icon: "selectTrigger" }))),
19210
19423
  React__default.createElement(Portal$4, { container: themeElement },
19211
- React__default.createElement(Content2$3, { sideOffset: 5, position: "popper", className: classNames("arc-Select-content", {
19424
+ React__default.createElement(Content2$3, { sideOffset: 12, position: "popper", className: classNames("arc-Select-content", {
19212
19425
  "arc-Select-content--onDarkSurface": surface === "dark",
19213
19426
  }) },
19214
19427
  React__default.createElement(Viewport, { className: "arc-Select-content--scrollable" }, options.map(function (_a, i) {
@@ -19276,7 +19489,7 @@ var SiteFooterV2 = function (_a) {
19276
19489
  React__default.createElement(VerticalSpace, { size: "24" }),
19277
19490
  React__default.createElement(Section, null,
19278
19491
  slogan && (React__default.createElement(React__default.Fragment, null,
19279
- React__default.createElement("h2", { className: "arc-SiteFooterV2-slogan" }, slogan),
19492
+ React__default.createElement("span", { className: "arc-SiteFooterV2-slogan" }, slogan),
19280
19493
  React__default.createElement(VerticalSpace, { size: "32" }))),
19281
19494
  React__default.createElement("div", { className: "arc-SiteFooterV2-main-utility" }, children)),
19282
19495
  React__default.createElement(VerticalSpace, { size: "24" })));
@@ -19318,11 +19531,12 @@ var SiteFooterV2Item = function (_a) {
19318
19531
  var SiteFooterV2Utility = function (_a) {
19319
19532
  var copyrightYear = _a.copyrightYear, children = _a.children, socialLinks = _a.socialLinks, _b = _a.brand, brand = _b === void 0 ? {
19320
19533
  logoLabel: "BT",
19534
+ href: "/",
19321
19535
  } : _b, contentSlot = _a.contentSlot, props = __rest(_a, ["copyrightYear", "children", "socialLinks", "brand", "contentSlot"]);
19322
19536
  return (React__default.createElement("div", __assign({ className: "arc-SiteFooterV2-utility", "aria-label": "Footer utility bar" }, filterAttrs(props)),
19323
19537
  React__default.createElement("div", { className: "arc-SiteFooterV2-brand" },
19324
19538
  !contentSlot && (React__default.createElement(React__default.Fragment, null,
19325
- React__default.createElement("a", { className: "arc-SiteFooterV2-brandLogo", onClick: handleLinkClick({ handler: brand.onClick }) },
19539
+ React__default.createElement("a", { className: "arc-SiteFooterV2-brandLogo", onClick: handleLinkClick({ handler: brand.onClick }), href: brand.href, tabIndex: brand.href ? 0 : -1 },
19326
19540
  React__default.createElement(BrandLogo, { label: brand.logoLabel, "aria-label": brand.logoLabel, color: "brand", subBrand: brand.subBrand })),
19327
19541
  React__default.createElement("div", { className: "arc-SiteFooterV2-copyright" },
19328
19542
  React__default.createElement("span", { className: "arc-SiteFooterV2-copyrightSymbol" }, "\u00A9"),
@@ -19336,8 +19550,8 @@ var SiteFooterV2Utility = function (_a) {
19336
19550
  React__default.createElement("ul", { className: "arc-SiteFooterV2-utilityItems" }, children))),
19337
19551
  socialLinks && (React__default.createElement("ul", { className: "arc-SiteFooterV2-utilitySocials", "aria-label": "Footer social media links" }, socialLinks.map(function (_a, index) {
19338
19552
  var href = _a.href, icon = _a.icon, ariaLabel = _a.ariaLabel;
19339
- return (React__default.createElement("li", { key: index, tabIndex: 0, className: "arc-SiteFooterV2-utilitySocialsLink", "aria-label": ariaLabel },
19340
- React__default.createElement("a", { className: "arc-SiteFooterV2-link", href: href, tabIndex: -1 },
19553
+ return (React__default.createElement("li", { key: index, tabIndex: 0, className: "arc-SiteFooterV2-utilitySocialsLink" },
19554
+ React__default.createElement("a", { className: "arc-SiteFooterV2-link", href: href, tabIndex: -1, "aria-label": ariaLabel },
19341
19555
  React__default.createElement(Icon$1, { icon: icon, size: 16 }),
19342
19556
  " ")));
19343
19557
  })))));
@@ -19935,8 +20149,8 @@ var SkipLink = function (_a, props) {
19935
20149
  };
19936
20150
 
19937
20151
  var SkipLinkItem = function (_a) {
19938
- var href = _a.href, id = _a.id, label = _a.label;
19939
- return (React__default.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id }, label));
20152
+ var href = _a.href, id = _a.id, label = _a.label, onClick = _a.onClick;
20153
+ return (React__default.createElement("a", { className: "arc-SkipLinkItem", href: href, id: id, onClick: onClick }, label));
19940
20154
  };
19941
20155
 
19942
20156
  function $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {
@@ -20146,14 +20360,14 @@ var Switch = function (_a) {
20146
20360
  React__default.createElement($6be4966fd9bbc698$export$6521433ed15a34db, { className: "arc-Switch-thumb" },
20147
20361
  React__default.createElement("div", { className: "arc-Switch-thumbIcon" },
20148
20362
  React__default.createElement("div", { className: "arc-Switch-icon", "data-testid": "arc-switch-thumb-icon" },
20149
- React__default.createElement(ThemeIcon, { icon: "switchToggle", color: "brand", size: size === "m" ? 32 : 24 }))))),
20150
- React__default.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20363
+ React__default.createElement(ThemeIcon, { icon: "switchToggle", size: size === "m" ? 32 : 24 }))))),
20364
+ (onStatusText || offStatusText) && (React__default.createElement("div", { className: classNames("arc-Switch-statusText", (_b = {
20151
20365
  "arc-Switch-statusText--isDisabled": isDisabled,
20152
20366
  "arc-Switch-statusText--onDarkSurface": surface === "dark"
20153
20367
  },
20154
20368
  _b["arc-Switch-statusText--".concat(size)] = size === "m",
20155
20369
  _b)) },
20156
- React__default.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText))))));
20370
+ React__default.createElement("p", { "aria-hidden": true }, switchState ? onStatusText : offStatusText)))))));
20157
20371
  };
20158
20372
 
20159
20373
  var TabbedBanner = function (_a) {
@@ -20170,7 +20384,7 @@ var TabbedBanner = function (_a) {
20170
20384
  })),
20171
20385
  tabs.map(function (_a, index) {
20172
20386
  var value = _a.value, content = _a.content;
20173
- return (React__default.createElement(ContentSwitcherContent, { value: value, key: index, hidden: value !== selectedTab },
20387
+ return (React__default.createElement(ContentSwitcherContent, { value: value, key: "".concat(index, "-").concat(value), hidden: value !== selectedTab },
20174
20388
  React__default.createElement(TemplateBanner, __assign({ alignment: "start", headingSize: "m", additionalTopMargin: true, minHeight: minHeight, minHeightM: minHeightM, minHeightL: minHeightL, minHeightXL: minHeightXL }, content))));
20175
20389
  }))),
20176
20390
  React__default.createElement("div", { className: "arc-TabbedBanner--mobile" },
@@ -20203,7 +20417,7 @@ var TabsItem = function (_a) {
20203
20417
 
20204
20418
  var TabsContent = function (_a) {
20205
20419
  var children = _a.children, value = _a.value, _b = _a.hidden, hidden = _b === void 0 ? undefined : _b, _c = _a.forceMount, forceMount = _c === void 0 ? true : _c, props = __rest(_a, ["children", "value", "hidden", "forceMount"]);
20206
- return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-Tabs-content", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20420
+ return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-TabsContent", value: value, forceMount: forceMount ? true : undefined, hidden: hidden }, filterAttrs(props)), children));
20207
20421
  };
20208
20422
 
20209
20423
  var TabsList = function (_a) {
@@ -20260,6 +20474,7 @@ var TabsList = function (_a) {
20260
20474
  var Tag = function (_a) {
20261
20475
  var children = _a.children, isRemovable = _a.isRemovable, link = _a.link, icon = _a.icon, onClick = _a.onClick, onRemove = _a.onRemove, title = _a.title, props = __rest(_a, ["children", "isRemovable", "link", "icon", "onClick", "onRemove", "title"]);
20262
20476
  var _b = useState(false), isRemoved = _b[0], setIsRemoved = _b[1];
20477
+ var surface = useContext(Context$3).surface;
20263
20478
  var onRemoveHandler = function () {
20264
20479
  setIsRemoved(function (p) { return !p; });
20265
20480
  onRemove && onRemove();
@@ -20269,20 +20484,21 @@ var Tag = function (_a) {
20269
20484
  "arc-Tag--hasIcon": icon,
20270
20485
  "arc-Tag--hasLink": link || onClick,
20271
20486
  "arc-Tag--removed": isRemoved,
20487
+ "arc-Tag--onDarkSurface": surface === "dark",
20272
20488
  }) }, (isRemoved && { "aria-hidden": true }), filterAttrs(props)),
20273
20489
  link ? (React__default.createElement("a", { className: "arc-Tag-content", href: link, tabIndex: 0 },
20274
20490
  icon && (React__default.createElement("span", { className: "arc-Tag-icon" },
20275
- React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon, size: 16 }))),
20491
+ React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon }))),
20276
20492
  React__default.createElement("div", { className: "arc-Tag-label", title: title }, children))) : (React__default.createElement(React__default.Fragment, null, onClick ? (React__default.createElement("button", { className: "arc-Tag-content", onClick: onClick, "data-testid": "arc-Tag-content" },
20277
20493
  icon && (React__default.createElement("span", { className: "arc-Tag-icon" },
20278
- React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon, size: 16 }))),
20494
+ React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon }))),
20279
20495
  React__default.createElement("div", { className: "arc-Tag-label", title: title }, children))) : (React__default.createElement("div", { className: "arc-Tag-content", "data-testid": "arc-Tag-content" },
20280
20496
  icon && (React__default.createElement("span", { className: "arc-Tag-icon" },
20281
- React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon, size: 16 }))),
20497
+ React__default.createElement(Icon$1, { "data-testid": "arc-Tag-icon", icon: icon }))),
20282
20498
  React__default.createElement("div", { className: "arc-Tag-label", title: title }, children))))),
20283
20499
  isRemovable && (React__default.createElement("button", { className: "arc-Tag-icon arc-Tag-icon--removable", onClick: onRemoveHandler, "data-testid": "arc-Tag-icon-removable", "aria-live": "polite", "aria-roledescription": "remove tag", "aria-label": "Remove tag" },
20284
- React__default.createElement(Icon$1, { icon: BtIconCross }),
20285
- React__default.createElement(Icon$1, { icon: BtIconCrossFill })))));
20500
+ React__default.createElement(Icon$1, { icon: BtIconCrossAlt2Px }),
20501
+ React__default.createElement(Icon$1, { icon: BtIconCrossAlt2PxFill })))));
20286
20502
  };
20287
20503
 
20288
20504
  /** Use `TextArea` to allow custom user text entry via keyboard, for long-form and multi-line descriptions */
@@ -20312,8 +20528,8 @@ var TextArea = forwardRef(function (_a, ref) {
20312
20528
  };
20313
20529
  // Although this is used within FormControlWrapper, it's deterministic so we can call it here too
20314
20530
  var ariaDescribedby = useAriaDescribedby({
20315
- errorMessage: errorMessage,
20316
20531
  id: id,
20532
+ errorMessage: errorMessage,
20317
20533
  helper: helper,
20318
20534
  disclosureText: disclosureText,
20319
20535
  }).ariaDescribedby;
@@ -20342,7 +20558,7 @@ var TextArea = forwardRef(function (_a, ref) {
20342
20558
  var package_default = {
20343
20559
  name: "@arc-ui/helpers",
20344
20560
  private: true,
20345
- version: "12.0.0-beta.22",
20561
+ version: "12.0.0-beta.24",
20346
20562
  type: "module",
20347
20563
  homepage: "https://ui.digital-ent-int.bt.com",
20348
20564
  author: "BT Enterprise Digital UI Team <ui-digital-ent-int@bt.com>",
@@ -21370,10 +21586,12 @@ const $054eb8030ebde76e$export$f39c2d165cd861fe = $054eb8030ebde76e$export$811e7
21370
21586
 
21371
21587
  /** Use `Toast` to display temporary messages at the bottom of the screen. */
21372
21588
  var Toast = function (_a) {
21373
- var children = _a.children, _b = _a.colorScheme, colorScheme = _b === void 0 ? "default" : _b, props = __rest(_a, ["children", "colorScheme"]);
21589
+ var children = _a.children, _b = _a.colorScheme, colorScheme = _b === void 0 ? "default" : _b, _c = _a.onDarkSurface, onDarkSurface = _c === void 0 ? false : _c, props = __rest(_a, ["children", "colorScheme", "onDarkSurface"]);
21374
21590
  return (React__default.createElement($054eb8030ebde76e$export$2881499e37b75b9a, { swipeDirection: "right", duration: 6000 },
21375
21591
  React__default.createElement($054eb8030ebde76e$export$d5c6c08dc2d3ca7, { asChild: true, className: "arc-Toast-viewport" },
21376
- React__default.createElement("div", __assign({ className: "arc-Toast-pathway--".concat(colorScheme) }, filterAttrs(props)), children))));
21592
+ React__default.createElement("div", __assign({ className: classNames("arc-Toast-pathway--".concat(colorScheme), {
21593
+ "arc-Toast--onDarkSurface": onDarkSurface,
21594
+ }) }, filterAttrs(props)), children))));
21377
21595
  };
21378
21596
 
21379
21597
  var ToastNotification = function (_a) {
@@ -22716,12 +22934,12 @@ var Arrow2 = TooltipArrow;
22716
22934
 
22717
22935
  /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
22718
22936
  var Tooltip = function (_a) {
22719
- var children = _a.children, side = _a.side, sideOffset = _a.sideOffset, align = _a.align, alignContent = _a.alignContent, title = _a.title, supportingCopy = _a.supportingCopy, icon = _a.icon, _b = _a.maxWidth, maxWidth = _b === void 0 ? "450px" : _b, _c = _a.delayDuration, delayDuration = _c === void 0 ? 300 : _c, open = _a.open, onOpenChange = _a.onOpenChange, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["children", "side", "sideOffset", "align", "alignContent", "title", "supportingCopy", "icon", "maxWidth", "delayDuration", "open", "onOpenChange", "asChild", "zIndex"]);
22937
+ var children = _a.children, side = _a.side, sideOffset = _a.sideOffset, align = _a.align, alignContent = _a.alignContent, title = _a.title, supportingCopy = _a.supportingCopy, icon = _a.icon, ariaLabel = _a.ariaLabel, _b = _a.maxWidth, maxWidth = _b === void 0 ? "450px" : _b, _c = _a.delayDuration, delayDuration = _c === void 0 ? 300 : _c, open = _a.open, onOpenChange = _a.onOpenChange, _d = _a.asChild, asChild = _d === void 0 ? false : _d, _e = _a.zIndex, zIndex = _e === void 0 ? 100 : _e, props = __rest(_a, ["children", "side", "sideOffset", "align", "alignContent", "title", "supportingCopy", "icon", "ariaLabel", "maxWidth", "delayDuration", "open", "onOpenChange", "asChild", "zIndex"]);
22720
22938
  var _f = useThemeElement(), themeElement = _f[0], setThemeElement = _f[1];
22721
22939
  return (React__default.createElement("div", __assign({}, filterAttrs(props)),
22722
22940
  React__default.createElement(TooltipProvider, null,
22723
22941
  React__default.createElement(Root3, __assign({ delayDuration: delayDuration, open: open, onOpenChange: onOpenChange }, filterAttrs(props)),
22724
- React__default.createElement(Trigger, { asChild: asChild, className: "arc-Tooltip-trigger" }, children),
22942
+ React__default.createElement(Trigger, { asChild: asChild, "aria-label": ariaLabel, className: "arc-Tooltip-trigger" }, children),
22725
22943
  React__default.createElement("div", { ref: setThemeElement },
22726
22944
  React__default.createElement(Portal, { container: themeElement },
22727
22945
  React__default.createElement(Content2, __assign({ side: side, sideOffset: sideOffset, align: align, alignOffset: align === "start" ? -4 : align === "end" ? -4 : undefined, style: { zIndex: zIndex } }, props),
@@ -22752,9 +22970,9 @@ var Truncate = function (_a) {
22752
22970
 
22753
22971
  /** Use `TypographyCard` for content that benefits from larger and energetic typography. */
22754
22972
  var TypographyCard = function (_a) {
22755
- var url = _a.url, onClick = _a.onClick, heading = _a.heading, metaText = _a.metaText, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.buttonIcon, buttonIcon = _e === void 0 ? "arrow" : _e, _f = _a.headingLevel, headingLevel = _f === void 0 ? "2" : _f, props = __rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel"]);
22973
+ var url = _a.url, onClick = _a.onClick, heading = _a.heading, metaText = _a.metaText, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.buttonIcon, buttonIcon = _e === void 0 ? "arrow" : _e, _f = _a.headingLevel, headingLevel = _f === void 0 ? "2" : _f, _g = _a.labelLevel, labelLevel = _g === void 0 ? "3" : _g, props = __rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel", "labelLevel"]);
22756
22974
  var surface = useContext(Context$3).surface;
22757
- var _g = useState(false), showHoverState = _g[0], setShowHoverState = _g[1];
22975
+ var _h = useState(false), showHoverState = _h[0], setShowHoverState = _h[1];
22758
22976
  var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
22759
22977
  var isDarkPathway = pathway === "dark";
22760
22978
  return (React__default.createElement("div", __assign({ style: { minHeight: minHeight }, className: classNames("arc-TypographyCard", {
@@ -22765,7 +22983,7 @@ var TypographyCard = function (_a) {
22765
22983
  }) }, filterAttrs(props)),
22766
22984
  React__default.createElement("div", { className: "arc-TypographyCard-contentContainer" },
22767
22985
  label && (React__default.createElement("div", { className: "arc-TypographyCard-label" },
22768
- React__default.createElement(Heading, { level: "3", fontStyle: "overline" }, label),
22986
+ React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
22769
22987
  React__default.createElement(VerticalSpace, { size: "16" }))),
22770
22988
  React__default.createElement(CardHeading, { size: headingSize, linkData: linkData, heading: heading, headingLevel: headingLevel, href: url, onClick: onClick, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) })),
22771
22989
  React__default.createElement(CardFooter, { showButton: true, isDarkPathway: isDarkPathway, buttonIcon: buttonIcon, metaText: metaText, isHovered: showHoverState })));
@@ -25924,6 +26142,11 @@ var VideoPlayer = function (_a) {
25924
26142
  var title = _a.title, description = _a.description, transcriptLink = _a.transcriptLink, transcriptContent = _a.transcriptContent, light = _a.light, url = _a.url, onReady = _a.onReady, onPlay = _a.onPlay, onStart = _a.onStart, onPause = _a.onPause, onError = _a.onError, onEnded = _a.onEnded, _b = _a.isBorderRadius, isBorderRadius = _b === void 0 ? false : _b, _c = _a.isSupportingTextHidden, isSupportingTextHidden = _c === void 0 ? false : _c, props = __rest(_a, ["title", "description", "transcriptLink", "transcriptContent", "light", "url", "onReady", "onPlay", "onStart", "onPause", "onError", "onEnded", "isBorderRadius", "isSupportingTextHidden"]);
25925
26143
  var TextWrapper = isSupportingTextHidden ? VisuallyHidden$2 : "div";
25926
26144
  var isVimeo = new URL(url).hostname.includes("vimeo");
26145
+ var _d = useState(false), isClient = _d[0], setIsClient = _d[1];
26146
+ // https://nextjs.org/docs/messages/react-hydration-error#solution-1-using-useeffect-to-run-on-the-client-only
26147
+ useEffect(function () {
26148
+ setIsClient(true);
26149
+ }, []);
25927
26150
  var playerProps = {
25928
26151
  url: url,
25929
26152
  light: light,
@@ -25933,8 +26156,9 @@ var VideoPlayer = function (_a) {
25933
26156
  onPause: onPause,
25934
26157
  onError: onError,
25935
26158
  onEnded: onEnded,
25936
- playIcon: (React__default.createElement("div", { className: "arc-VideoPlayer-icon" },
25937
- React__default.createElement(Icon$1, { icon: BtIconPlayFill }))),
26159
+ playIcon: (React__default.createElement("div", { className: "arc-VideoPlayer-iconContainer" },
26160
+ React__default.createElement("div", { className: "arc-VideoPlayer-icon" },
26161
+ React__default.createElement(ThemeIcon, { icon: "videoPlayerPlay" })))),
25938
26162
  playing: Boolean(light),
25939
26163
  controls: true,
25940
26164
  className: "arc-VideoPlayer",
@@ -25944,7 +26168,9 @@ var VideoPlayer = function (_a) {
25944
26168
  return (React__default.createElement("div", __assign({}, filterAttrs(props)),
25945
26169
  React__default.createElement("div", { "data-testid": "arc-video-player", className: classNames("arc-VideoPlayer-wrapper", {
25946
26170
  "arc-VideoPlayer-wrapper--borderRadius": isBorderRadius,
25947
- }) }, isVimeo ? (React__default.createElement(ReactPlayerVimeo, __assign({}, playerProps))) : (React__default.createElement(ReactPlayerYoutube, __assign({}, playerProps)))),
26171
+ }) }, isVimeo
26172
+ ? isClient && React__default.createElement(ReactPlayerVimeo, __assign({}, playerProps))
26173
+ : isClient && React__default.createElement(ReactPlayerYoutube, __assign({}, playerProps))),
25948
26174
  React__default.createElement(TextWrapper, null,
25949
26175
  React__default.createElement(VerticalSpace, { size: "24" }),
25950
26176
  React__default.createElement(Heading, { level: "3", size: "s" }, title),
@@ -25983,44 +26209,24 @@ var BtLogo = function () { return (React__default.createElement("svg", { xmlns:
25983
26209
  var EeLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", fill: "none" },
25984
26210
  React__default.createElement("path", { d: "M43.8847 31.9955C47.6776 28.6511 50.0791 23.7328 50.0791 18.2512C50.088 8.17326 41.9883 0 32.001 0C22.0138 0 13.9141 8.17326 13.9141 18.2512C13.9141 23.7328 16.3156 28.6511 20.1085 31.9955C16.3156 35.3399 13.9141 40.2582 13.9141 45.7488C13.9141 55.8267 22.0138 64 32.001 64C41.9883 64 50.088 55.8267 50.088 45.7488C50.088 40.2582 47.6864 35.3399 43.8847 31.9955ZM29.5463 40.8126C29.5463 41.3223 29.2893 41.7695 28.8994 42.0377C29.2893 42.306 29.5463 42.7531 29.5463 43.2628C29.5463 43.7725 29.2893 44.2196 28.8994 44.4879C29.0766 44.6042 29.2184 44.7651 29.3336 44.9529C29.5906 44.5416 30.0426 44.2733 30.5654 44.2733C31.0883 44.2733 31.5491 44.5505 31.8061 44.9708C32.0631 44.5505 32.5239 44.2733 33.0467 44.2733C33.5696 44.2733 34.0304 44.5505 34.2874 44.9708C34.5444 44.5505 35.0052 44.2733 35.528 44.2733C36.3344 44.2733 36.9902 44.935 36.9902 45.7488C36.9902 46.5625 36.3344 47.2243 35.528 47.2243C35.0052 47.2243 34.5444 46.947 34.2874 46.5268C34.0304 46.947 33.5696 47.2243 33.0467 47.2243C32.5239 47.2243 32.0631 46.947 31.8061 46.5268C31.5491 46.947 31.0883 47.2243 30.5654 47.2243C30.0337 47.2243 29.5729 46.9381 29.3159 46.5089C29.2095 46.6788 29.0678 46.8308 28.8994 46.9381C29.2893 47.2064 29.5463 47.6535 29.5463 48.1632C29.5463 48.6729 29.2893 49.12 28.8994 49.3883C29.2893 49.6566 29.5463 50.1037 29.5463 50.6134C29.5463 51.1231 29.2893 51.5702 28.8994 51.8385C29.1121 51.9816 29.2804 52.1783 29.3868 52.4108C29.6261 51.9279 30.1223 51.5881 30.6895 51.5881C31.2655 51.5881 31.7529 51.9279 31.9922 52.4108C32.2314 51.9279 32.7277 51.5881 33.2948 51.5881C33.8709 51.5881 34.3583 51.9279 34.5975 52.4108C34.8368 51.9279 35.3331 51.5881 35.9002 51.5881C36.7066 51.5881 37.3624 52.2498 37.3624 53.0636C37.3624 53.8773 36.7066 54.5391 35.9002 54.5391C35.3242 54.5391 34.8368 54.1992 34.5975 53.7164C34.3583 54.1992 33.862 54.5391 33.2948 54.5391C32.7188 54.5391 32.2314 54.1992 31.9922 53.7164C31.7529 54.1992 31.2566 54.5391 30.6895 54.5391C30.1135 54.5391 29.6261 54.1992 29.3868 53.7164C29.1475 54.1992 28.6513 54.5391 28.0841 54.5391C27.2777 54.5391 26.6219 53.8773 26.6219 53.0636C26.6219 52.5539 26.8789 52.1068 27.2688 51.8385C26.8789 51.5702 26.6219 51.1231 26.6219 50.6134C26.6219 50.1037 26.8789 49.6566 27.2688 49.3883C26.8789 49.12 26.6219 48.6729 26.6219 48.1632C26.6219 47.6535 26.8789 47.2064 27.2688 46.9381C26.8789 46.6698 26.6219 46.2227 26.6219 45.713C26.6219 45.2033 26.8789 44.7562 27.2688 44.4879C26.8789 44.2196 26.6219 43.7725 26.6219 43.2628C26.6219 42.7531 26.8789 42.306 27.2688 42.0377C26.8789 41.7695 26.6219 41.3223 26.6219 40.8126C26.6219 40.3029 26.8789 39.8558 27.2688 39.5875C26.8789 39.3193 26.6219 38.8722 26.6219 38.3624C26.6219 37.5487 27.2777 36.887 28.0841 36.887C28.6601 36.887 29.1475 37.2268 29.3868 37.7097C29.6261 37.2268 30.1223 36.887 30.6895 36.887C31.2655 36.887 31.7529 37.2268 31.9922 37.7097C32.2314 37.2268 32.7277 36.887 33.2948 36.887C33.8709 36.887 34.3583 37.2268 34.5975 37.7097C34.8368 37.2268 35.3331 36.887 35.9002 36.887C36.7066 36.887 37.3624 37.5487 37.3624 38.3624C37.3624 39.1762 36.7066 39.8379 35.9002 39.8379C35.3242 39.8379 34.8368 39.4981 34.5975 39.0152C34.3583 39.4981 33.862 39.8379 33.2948 39.8379C32.7188 39.8379 32.2314 39.4981 31.9922 39.0152C31.7529 39.4981 31.2566 39.8379 30.6895 39.8379C30.1135 39.8379 29.6261 39.4981 29.3868 39.0152C29.2716 39.2477 29.1032 39.4445 28.8994 39.5875C29.2893 39.8558 29.5463 40.3029 29.5463 40.8126ZM29.5463 13.3151C29.5463 13.8248 29.2893 14.2719 28.8994 14.5402C29.2893 14.8084 29.5463 15.2556 29.5463 15.7653C29.5463 16.275 29.2893 16.7221 28.8994 16.9904C29.0766 17.1066 29.2184 17.2676 29.3336 17.4554C29.5906 17.044 30.0426 16.7757 30.5654 16.7757C31.0883 16.7757 31.5491 17.053 31.8061 17.4732C32.0631 17.053 32.5239 16.7757 33.0467 16.7757C33.5696 16.7757 34.0304 17.053 34.2874 17.4732C34.5444 17.053 35.0052 16.7757 35.528 16.7757C36.3344 16.7757 36.9902 17.4375 36.9902 18.2512C36.9902 19.065 36.3344 19.7267 35.528 19.7267C35.0052 19.7267 34.5444 19.4495 34.2874 19.0292C34.0304 19.4495 33.5696 19.7267 33.0467 19.7267C32.5239 19.7267 32.0631 19.4495 31.8061 19.0292C31.5491 19.4495 31.0883 19.7267 30.5654 19.7267C30.0337 19.7267 29.5729 19.4405 29.3159 19.0113C29.2095 19.1812 29.0678 19.3332 28.8994 19.4405C29.2893 19.7088 29.5463 20.1559 29.5463 20.6656C29.5463 21.1754 29.2893 21.6225 28.8994 21.8907C29.2893 22.159 29.5463 22.6061 29.5463 23.1158C29.5463 23.6255 29.2893 24.0727 28.8994 24.3409C29.1121 24.484 29.2804 24.6807 29.3868 24.9132C29.6261 24.4303 30.1223 24.0905 30.6895 24.0905C31.2655 24.0905 31.7529 24.4303 31.9922 24.9132C32.2314 24.4303 32.7277 24.0905 33.2948 24.0905C33.8709 24.0905 34.3583 24.4303 34.5975 24.9132C34.8368 24.4303 35.3331 24.0905 35.9002 24.0905C36.7066 24.0905 37.3624 24.7523 37.3624 25.566C37.3624 26.3798 36.7066 27.0415 35.9002 27.0415C35.3242 27.0415 34.8368 26.7017 34.5975 26.2188C34.3583 26.7017 33.862 27.0415 33.2948 27.0415C32.7188 27.0415 32.2314 26.7017 31.9922 26.2188C31.7529 26.7017 31.2566 27.0415 30.6895 27.0415C30.1135 27.0415 29.6261 26.7017 29.3868 26.2188C29.1475 26.7017 28.6513 27.0415 28.0841 27.0415C27.2777 27.0415 26.6219 26.3798 26.6219 25.566C26.6219 25.0563 26.8789 24.6092 27.2688 24.3409C26.8789 24.0727 26.6219 23.6255 26.6219 23.1158C26.6219 22.6061 26.8789 22.159 27.2688 21.8907C26.8789 21.6225 26.6219 21.1754 26.6219 20.6656C26.6219 20.1559 26.8789 19.7088 27.2688 19.4405C26.8789 19.1723 26.6219 18.7252 26.6219 18.2155C26.6219 17.7057 26.8789 17.2586 27.2688 16.9904C26.8789 16.7221 26.6219 16.275 26.6219 15.7653C26.6219 15.2556 26.8789 14.8084 27.2688 14.5402C26.8789 14.2719 26.6219 13.8248 26.6219 13.3151C26.6219 12.8054 26.8789 12.3583 27.2688 12.09C26.8789 11.8217 26.6219 11.3746 26.6219 10.8649C26.6219 10.0511 27.2777 9.38941 28.0841 9.38941C28.6601 9.38941 29.1475 9.72922 29.3868 10.2121C29.6261 9.72922 30.1223 9.38941 30.6895 9.38941C31.2655 9.38941 31.7529 9.72922 31.9922 10.2121C32.2314 9.72922 32.7277 9.38941 33.2948 9.38941C33.8709 9.38941 34.3583 9.72922 34.5975 10.2121C34.8368 9.72922 35.3331 9.38941 35.9002 9.38941C36.7066 9.38941 37.3624 10.0511 37.3624 10.8649C37.3624 11.6786 36.7066 12.3404 35.9002 12.3404C35.3242 12.3404 34.8368 12.0006 34.5975 11.5177C34.3583 12.0006 33.862 12.3404 33.2948 12.3404C32.7188 12.3404 32.2314 12.0006 31.9922 11.5177C31.7529 12.0006 31.2566 12.3404 30.6895 12.3404C30.1135 12.3404 29.6261 12.0006 29.3868 11.5177C29.2716 11.7502 29.1032 11.9469 28.8994 12.09C29.2893 12.3583 29.5463 12.8054 29.5463 13.3151Z", fill: "currentColor" }))); };
25985
26211
 
25986
- var BtGlobalFabricLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 319 64" },
25987
- React__default.createElement("path", { fill: "currentColor", d: "M33.568 21.088h15.936v4.672H44.16v17.088h-5.248V25.76h-5.344v-4.672ZM32 60.065C16.512 60.065 3.936 47.489 3.936 32S16.512 3.936 32 3.936s28.065 12.577 28.065 28.065c0 15.488-12.576 28.064-28.065 28.064ZM32 64c17.663 0 32-14.336 32-32C64 14.334 49.664 0 32 0 14.337 0 0 14.336 0 32c0 17.665 14.337 32 32 32Zm-5.408-27.808c0-1.375-.863-2.304-2.336-2.304h-3.52v4.544h3.52c1.473 0 2.336-.928 2.336-2.24Zm-.639-8.735c0-1.152-.736-1.953-1.984-1.953h-3.232v3.969h3.232c1.248-.001 1.984-.8 1.984-2.016Zm5.951 8.992c0 4.128-2.912 6.4-7.071 6.4h-9.274V21.09h8.667c4.191 0 7.039 2.143 7.039 6.08 0 1.791-.8 3.391-2.08 4.352 1.471.864 2.72 2.528 2.72 4.928Z" }),
25988
- React__default.createElement("mask", { id: "a", width: "247", height: "25", x: "72", y: "19.48", fill: "#000", maskUnits: "userSpaceOnUse" },
25989
- React__default.createElement("path", { d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z" })),
25990
- React__default.createElement("path", { fill: "currentColor", d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z" }),
25991
- React__default.createElement("path", { stroke: "currentColor", strokeWidth: ".5", d: "M83.048 43.52c-1.899 0-3.616-.469-5.152-1.408-1.515-.938-2.71-2.26-3.584-3.968C73.437 36.418 73 34.368 73 32.002c0-1.728.288-3.296.864-4.704a11.128 11.128 0 0 1 2.464-3.649 10.85 10.85 0 0 1 3.712-2.335c1.43-.555 2.965-.832 4.608-.832 1.92 0 3.637.351 5.152 1.055 1.515.704 2.901 1.792 4.16 3.264l-3.168 2.88c-.875-1.045-1.803-1.813-2.784-2.303-.981-.491-2.101-.736-3.36-.736-1.237 0-2.357.298-3.36.896-1.003.597-1.792 1.45-2.368 2.56-.576 1.087-.864 2.389-.864 3.904 0 1.578.277 2.922.832 4.032.555 1.087 1.301 1.92 2.24 2.495.939.555 1.995.833 3.168.833.981 0 1.867-.192 2.656-.576.81-.384 1.472-.896 1.984-1.536s.81-1.355.896-2.145h-5.344V31.17h10.304V43.2h-4.8v-3.744c-.704 1.323-1.653 2.336-2.848 3.04-1.173.683-2.539 1.024-4.096 1.024ZM113.884 43.2H97.916V20.8h4.928v18.305h11.04V43.2ZM125.359 43.52c-1.685 0-3.253-.277-4.704-.832a11.901 11.901 0 0 1-3.808-2.4 10.882 10.882 0 0 1-2.496-3.647c-.597-1.408-.896-2.955-.896-4.64 0-1.686.299-3.232.896-4.64a10.882 10.882 0 0 1 2.496-3.649 11.464 11.464 0 0 1 3.808-2.367c1.451-.576 3.019-.864 4.704-.864 1.685 0 3.253.287 4.704.863 1.451.555 2.709 1.345 3.776 2.368a10.668 10.668 0 0 1 2.528 3.648c.597 1.409.896 2.955.896 4.64 0 1.686-.299 3.233-.896 4.64a10.668 10.668 0 0 1-2.528 3.648c-1.067 1.025-2.325 1.825-3.776 2.4-1.451.555-3.019.832-4.704.832Zm0-4.16c1.301 0 2.464-.309 3.488-.928a6.613 6.613 0 0 0 2.464-2.56c.597-1.109.896-2.4.896-3.871 0-1.472-.299-2.763-.896-3.872-.597-1.11-1.419-1.963-2.464-2.56-1.024-.62-2.187-.928-3.488-.928-1.28 0-2.443.309-3.488.928-1.024.597-1.845 1.45-2.464 2.56-.597 1.109-.896 2.4-.896 3.872 0 1.471.299 2.762.896 3.872.619 1.088 1.44 1.94 2.464 2.56 1.045.618 2.208.928 3.488.928ZM139.934 20.8h10.656c1.621 0 2.954.267 4 .8 1.066.534 1.856 1.227 2.368 2.08.533.854.8 1.771.8 2.753 0 1.109-.384 2.1-1.152 2.976-.747.853-1.792 1.482-3.136 1.888 1.685.362 2.965 1.034 3.84 2.015.874.96 1.312 2.07 1.312 3.329a6.22 6.22 0 0 1-.928 3.328c-.619.98-1.515 1.77-2.688 2.367-1.152.577-2.539.864-4.16.864h-10.912V20.8Zm9.856 3.872h-4.992v5.12h4.992c1.088 0 1.856-.266 2.304-.8a2.757 2.757 0 0 0 .672-1.823c0-.747-.235-1.345-.704-1.793-.448-.469-1.206-.704-2.272-.704Zm.416 8.928h-5.408v5.728h5.408c1.13 0 1.983-.266 2.56-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.577-.577-1.43-.865-2.56-.865ZM158.581 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM199.888 43.2H183.92V20.8h4.928v18.305h11.04V43.2ZM207.125 43.2V20.8h16.416v4.096h-11.488v5.28h8.768v4.097h-8.768V43.2h-4.928ZM220.96 43.2l8.992-22.4h5.376l9.024 22.4h-5.216l-1.92-4.992h-9.28l-1.92 4.992h-5.056Zm8.416-8.736h6.432l-3.232-8.415-3.2 8.416ZM246.299 20.8h10.655c1.622 0 2.955.267 4 .8 1.067.534 1.857 1.227 2.368 2.08.534.854.8 1.771.8 2.753 0 1.109-.383 2.1-1.151 2.976-.747.853-1.793 1.482-3.136 1.888 1.685.362 2.965 1.034 3.839 2.015.875.96 1.312 2.07 1.312 3.329a6.218 6.218 0 0 1-.927 3.328c-.619.98-1.515 1.77-2.689 2.367-1.151.577-2.538.864-4.16.864h-10.911V20.8Zm9.855 3.872h-4.991v5.12h4.991c1.088 0 1.856-.266 2.304-.8a2.758 2.758 0 0 0 .673-1.823c0-.747-.235-1.345-.705-1.793-.447-.469-1.205-.704-2.272-.704Zm.416 8.928h-5.407v5.728h5.407c1.131 0 1.985-.266 2.561-.8.597-.533.896-1.226.896-2.08 0-.746-.299-1.407-.896-1.983-.576-.577-1.43-.865-2.561-.865ZM267.651 43.2V20.8h11.008c1.621 0 2.987.3 4.096.896 1.131.576 1.984 1.377 2.56 2.4.597 1.003.896 2.166.896 3.488 0 1.473-.373 2.763-1.12 3.872-.747 1.088-1.824 1.878-3.232 2.369l5.152 9.375h-5.504l-4.384-8.576h-4.544V43.2h-4.928Zm10.464-18.432h-5.536v5.92h5.536c1.024 0 1.781-.266 2.272-.8.512-.554.768-1.28.768-2.176 0-.874-.245-1.578-.736-2.111-.491-.555-1.259-.832-2.304-.832ZM289.441 20.8h4.928v22.4h-4.928V20.8ZM317.939 39.233c-1.258 1.472-2.656 2.56-4.192 3.264-1.514.682-3.232 1.023-5.152 1.023-1.621 0-3.136-.277-4.544-.832a11.707 11.707 0 0 1-3.712-2.4 11.513 11.513 0 0 1-2.464-3.68c-.576-1.407-.864-2.944-.864-4.607 0-1.664.288-3.2.864-4.608a11.144 11.144 0 0 1 2.464-3.649 11.102 11.102 0 0 1 3.68-2.4c1.408-.576 2.923-.864 4.544-.864 1.899 0 3.584.352 5.056 1.056 1.494.704 2.859 1.792 4.096 3.264l-3.168 2.88c-.853-1.045-1.76-1.813-2.72-2.303-.938-.491-2.026-.736-3.264-.736-1.216 0-2.314.309-3.296.928-.981.618-1.76 1.482-2.336 2.591-.576 1.11-.864 2.39-.864 3.84 0 1.451.288 2.731.864 3.84.576 1.11 1.355 1.974 2.336 2.592a6.215 6.215 0 0 0 3.328.928c1.28 0 2.411-.234 3.392-.703 1.003-.491 1.931-1.26 2.784-2.304l3.168 2.88Z", mask: "url(#a)" }))); };
25992
-
25993
- var BtMediaBroadcastLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 244 64" },
25994
- React__default.createElement("path", { fill: "currentColor", d: "M33.598 21.088h15.935v4.672H44.19v17.088h-5.248V25.76h-5.344v-4.672ZM32.03 60.065C16.542 60.065 3.966 47.489 3.966 32S16.542 3.936 32.03 3.936c15.487 0 28.064 12.577 28.064 28.065 0 15.488-12.575 28.064-28.064 28.064Zm0 3.935c17.663 0 32-14.336 32-32 0-17.665-14.336-32-32-32s-32 14.336-32 32c0 17.665 14.336 32 32 32Zm-5.408-27.808c0-1.375-.864-2.304-2.336-2.304h-3.52v4.544h3.52c1.472 0 2.336-.928 2.336-2.24Zm-.64-8.735c0-1.152-.735-1.953-1.983-1.953h-3.232v3.969h3.232c1.248-.001 1.984-.8 1.984-2.016Zm5.952 8.992c0 4.128-2.912 6.4-7.072 6.4H15.59V21.09h8.666c4.192 0 7.04 2.143 7.04 6.08 0 1.791-.8 3.391-2.08 4.352 1.471.864 2.719 2.528 2.719 4.928Z" }),
25995
- React__default.createElement("mask", { id: "a", width: "171", height: "50", x: "73.03", y: "6.64", fill: "#000", maskUnits: "userSpaceOnUse" },
25996
- React__default.createElement("path", { d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z" })),
25997
- React__default.createElement("path", { fill: "currentColor", d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z" }),
25998
- React__default.createElement("path", { stroke: "currentColor", strokeWidth: ".5", d: "M74.03 28.08V8.48h5.712l5.544 14.812L90.802 8.48h5.572v19.6h-4.2V13.66l-5.516 14.42h-2.912L78.23 13.66v14.42h-4.2ZM99.904 28.08V8.48h14.644v3.584h-10.332v4.34h7.252v3.584h-7.252v4.508h10.612v3.584H99.904ZM117.221 28.08V8.48h7.112c2.352 0 4.358.42 6.02 1.26 1.68.821 2.958 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.878 1.474-2.156 2.632-3.836 3.472-1.662.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.202 0 3.882-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.158-1.139-2.838-1.708-5.04-1.708ZM137.846 8.48h4.312v19.6h-4.312V8.48ZM143.854 28.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM169.344 22.564c0-1.158.298-2.184.896-3.08.597-.915 1.642-1.764 3.136-2.548-.728-.84-1.26-1.596-1.596-2.268a5.04 5.04 0 0 1-.476-2.184c0-.915.242-1.736.728-2.464.504-.728 1.185-1.307 2.044-1.736.877-.43 1.885-.644 3.024-.644 1.12 0 2.109.214 2.968.644.877.41 1.568.98 2.072 1.708s.756 1.577.756 2.548c0 1.008-.327 1.932-.98 2.772-.654.84-1.662 1.596-3.024 2.268l3.696 4.088c.429-.56.812-1.195 1.148-1.904.354-.71.634-1.494.84-2.352l3.388 1.176a14.601 14.601 0 0 1-1.26 3.164 13.077 13.077 0 0 1-1.792 2.492l3.472 3.836h-4.956l-1.344-1.484a12.698 12.698 0 0 1-2.912 1.344c-.971.28-1.867.42-2.688.42-1.438 0-2.698-.262-3.78-.784-1.064-.523-1.895-1.223-2.492-2.1a5.174 5.174 0 0 1-.868-2.912ZM175.28 12.4c0 .373.102.774.308 1.204.224.41.644.98 1.26 1.708.858-.467 1.418-.934 1.68-1.4.261-.486.392-.943.392-1.372 0-.542-.159-.98-.476-1.316-.318-.336-.766-.504-1.344-.504-.579 0-1.027.158-1.344.476-.318.317-.476.718-.476 1.204Zm-1.68 9.828c0 .802.289 1.446.868 1.932a3.15 3.15 0 0 0 2.044.728c1.138 0 2.23-.271 3.276-.812l-4.34-4.816c-.672.429-1.148.905-1.428 1.428a3.138 3.138 0 0 0-.42 1.54ZM74.03 36.48h9.324c1.418 0 2.585.233 3.5.7.933.466 1.624 1.073 2.072 1.82.466.746.7 1.549.7 2.408 0 .97-.336 1.838-1.008 2.604-.654.746-1.568 1.297-2.744 1.652 1.474.317 2.594.905 3.36 1.764.765.84 1.148 1.81 1.148 2.912 0 1.064-.271 2.034-.812 2.912-.542.858-1.326 1.549-2.352 2.072-1.008.504-2.222.756-3.64.756H74.03v-19.6Zm8.624 3.388h-4.368v4.48h4.368c.952 0 1.624-.234 2.016-.7.392-.467.588-.999.588-1.596 0-.654-.206-1.176-.616-1.568-.392-.411-1.055-.616-1.988-.616Zm.364 7.812h-4.732v5.012h4.732c.989 0 1.736-.234 2.24-.7.522-.467.784-1.074.784-1.82 0-.654-.262-1.232-.784-1.736-.504-.504-1.251-.756-2.24-.756ZM92.713 56.08v-19.6h9.632c1.419 0 2.613.261 3.584.784.989.504 1.736 1.204 2.24 2.1.523.877.784 1.894.784 3.052 0 1.288-.327 2.417-.98 3.388-.653.952-1.596 1.642-2.828 2.072l4.508 8.204h-4.816l-3.836-7.504h-3.976v7.504h-4.312Zm9.156-16.128h-4.844v5.18h4.844c.896 0 1.559-.234 1.988-.7.448-.486.672-1.12.672-1.904 0-.766-.215-1.382-.644-1.848-.429-.486-1.101-.728-2.016-.728ZM120.718 56.36c-1.475 0-2.847-.243-4.116-.728a10.42 10.42 0 0 1-3.332-2.1 9.54 9.54 0 0 1-2.184-3.192c-.523-1.232-.784-2.586-.784-4.06 0-1.475.261-2.828.784-4.06a9.54 9.54 0 0 1 2.184-3.192 10.04 10.04 0 0 1 3.332-2.072c1.269-.504 2.641-.756 4.116-.756 1.475 0 2.847.252 4.116.756a9.729 9.729 0 0 1 3.304 2.072 9.343 9.343 0 0 1 2.212 3.192c.523 1.232.784 2.585.784 4.06 0 1.474-.261 2.828-.784 4.06a9.344 9.344 0 0 1-2.212 3.192 10.09 10.09 0 0 1-3.304 2.1c-1.269.485-2.641.728-4.116.728Zm0-3.64c1.139 0 2.156-.271 3.052-.812a5.786 5.786 0 0 0 2.156-2.24c.523-.971.784-2.1.784-3.388 0-1.288-.261-2.418-.784-3.388-.523-.971-1.241-1.718-2.156-2.24-.896-.542-1.913-.812-3.052-.812-1.12 0-2.137.27-3.052.812-.896.522-1.615 1.269-2.156 2.24-.523.97-.784 2.1-.784 3.388 0 1.288.261 2.417.784 3.388a6.06 6.06 0 0 0 2.156 2.24c.915.541 1.932.812 3.052.812ZM130.529 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM152.701 56.08v-19.6h7.112c2.352 0 4.359.42 6.02 1.26 1.68.821 2.959 1.969 3.836 3.444.896 1.474 1.344 3.173 1.344 5.096 0 1.922-.448 3.621-1.344 5.096-.877 1.474-2.156 2.632-3.836 3.472-1.661.821-3.668 1.232-6.02 1.232h-7.112Zm7.112-16.016h-2.8v12.432h2.8c2.203 0 3.883-.56 5.04-1.68 1.157-1.12 1.736-2.632 1.736-4.536 0-1.886-.579-3.388-1.736-4.508-1.157-1.139-2.837-1.708-5.04-1.708ZM190.434 52.608c-1.102 1.288-2.324 2.24-3.668 2.856-1.326.597-2.828.896-4.508.896-1.419 0-2.744-.243-3.976-.728a10.236 10.236 0 0 1-3.248-2.1 10.044 10.044 0 0 1-2.156-3.22c-.504-1.232-.756-2.576-.756-4.032s.252-2.8.756-4.032a9.722 9.722 0 0 1 5.376-5.292c1.232-.504 2.557-.756 3.976-.756 1.661 0 3.136.308 4.424.924 1.306.616 2.501 1.568 3.584 2.856l-2.772 2.52c-.747-.915-1.54-1.587-2.38-2.016-.822-.43-1.774-.644-2.856-.644-1.064 0-2.026.27-2.884.812-.859.541-1.54 1.297-2.044 2.268-.504.97-.756 2.09-.756 3.36 0 1.269.252 2.389.756 3.36.504.97 1.185 1.726 2.044 2.268a5.435 5.435 0 0 0 2.912.812c1.12 0 2.109-.206 2.968-.616.877-.43 1.689-1.102 2.436-2.016l2.772 2.52ZM190.189 56.08l7.868-19.6h4.704l7.896 19.6h-4.564l-1.68-4.368h-8.12l-1.68 4.368h-4.424Zm7.364-7.644h5.628l-2.828-7.364-2.8 7.364ZM218.506 56.36c-1.587 0-3.08-.243-4.48-.728-1.382-.504-2.576-1.232-3.584-2.184l2.324-2.8a8.742 8.742 0 0 0 2.604 1.596c.952.354 1.988.532 3.108.532 1.045 0 1.866-.178 2.464-.532.597-.374.896-.878.896-1.512 0-.56-.178-1.018-.532-1.372-.355-.374-1.074-.719-2.156-1.036l-3.136-.924c-1.568-.467-2.744-1.148-3.528-2.044-.766-.915-1.148-2.016-1.148-3.304 0-1.176.317-2.203.952-3.08.634-.878 1.512-1.559 2.632-2.044 1.12-.486 2.398-.728 3.836-.728 1.456 0 2.79.27 4.004.812 1.232.522 2.249 1.185 3.052 1.988l-2.38 2.632c-.542-.542-1.214-.98-2.016-1.316-.784-.355-1.643-.532-2.576-.532-1.12 0-1.932.186-2.436.56-.486.373-.728.849-.728 1.428 0 .522.177.961.532 1.316.354.354.961.662 1.82.924l3.136.924c1.792.522 3.08 1.25 3.864 2.184.784.933 1.176 2.053 1.176 3.36 0 1.064-.243 1.978-.728 2.744a5.739 5.739 0 0 1-1.904 1.82 9.885 9.885 0 0 1-2.52 1.008c-.878.205-1.727.308-2.548.308ZM243.217 40.064h-6.272V56.08h-4.312V40.064h-6.272V36.48h16.856v3.584Z", mask: "url(#a)" }))); };
26212
+ var BtGlobalFabricLogo = function () { return (React__default.createElement("svg", { viewBox: "0 0 276 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
26213
+ React__default.createElement("path", { d: "M33.5682 21.0883H49.5038V25.7598H44.16V42.8479H38.9119V25.7598H33.5682V21.0883ZM32 60.0648C16.5123 60.0648 3.93635 47.4886 3.93635 32.0006C3.93635 16.5126 16.5123 3.93642 32 3.93642C47.4877 3.93642 60.0649 16.5126 60.0649 32.0006C60.0649 47.4886 47.4889 60.0648 32 60.0648ZM32 64C49.6633 64 64 49.6642 64 31.9994C64 14.3346 49.6645 0 32 0C14.3367 0 0 14.3358 0 32.0006C0 49.6654 14.3367 64 32 64ZM26.5924 36.1923C26.5924 34.8167 25.7286 33.8878 24.2562 33.8878H20.7358V38.4317H24.2562C25.7286 38.4329 26.5924 37.504 26.5924 36.1923ZM25.9531 27.4568C25.9531 26.3046 25.2169 25.5045 23.969 25.5045H20.737V29.4729H23.969C25.2169 29.4716 25.9531 28.6728 25.9531 27.4568ZM31.9043 36.4487C31.9043 40.5766 28.9925 42.8491 24.8329 42.8491H15.5589V21.0883H24.2255C28.4171 21.0883 31.265 23.232 31.265 27.1684C31.265 28.96 30.465 30.56 29.1852 31.5208C30.6564 32.3847 31.9043 34.0486 31.9043 36.4487Z", fill: "currentColor" }),
26214
+ React__default.createElement("path", { d: "M91.232 44.32C89.376 44.32 87.68 43.8507 86.144 42.912C84.608 41.9733 83.3813 40.6507 82.464 38.944C81.5467 37.216 81.088 35.168 81.088 32.8C81.088 31.072 81.376 29.504 81.952 28.096C82.528 26.688 83.328 25.472 84.352 24.448C85.376 23.424 86.5813 22.6453 87.968 22.112C89.3547 21.5573 90.848 21.28 92.448 21.28C94.3467 21.28 96.032 21.6213 97.504 22.304C98.976 22.9867 100.352 24.0533 101.632 25.504L98.944 27.936C98.0053 26.848 97.024 26.048 96 25.536C94.976 25.0027 93.792 24.736 92.448 24.736C91.0613 24.736 89.8133 25.0667 88.704 25.728C87.5947 26.368 86.72 27.296 86.08 28.512C85.44 29.7067 85.12 31.136 85.12 32.8C85.12 34.528 85.4293 36 86.048 37.216C86.6667 38.4107 87.5093 39.3173 88.576 39.936C89.6427 40.5547 90.848 40.864 92.192 40.864C93.4293 40.864 94.5173 40.608 95.456 40.096C96.3947 39.5627 97.1307 38.9013 97.664 38.112C98.2187 37.3227 98.496 36.5333 98.496 35.744H92.608V32.416H102.4V44H98.624V39.776C97.8987 41.248 96.896 42.3787 95.616 43.168C94.336 43.936 92.8747 44.32 91.232 44.32ZM109.794 44.32C108.45 44.32 107.415 43.9573 106.69 43.232C105.964 42.4853 105.602 41.3973 105.602 39.968V20.96H109.378V39.52C109.378 40.096 109.495 40.512 109.73 40.768C109.964 41.0027 110.306 41.12 110.754 41.12C111.266 41.12 111.66 41.088 111.938 41.024V44.128C111.404 44.256 110.69 44.32 109.794 44.32ZM121.753 44.32C120.174 44.32 118.734 43.968 117.433 43.264C116.153 42.56 115.139 41.5787 114.393 40.32C113.646 39.0613 113.273 37.6 113.273 35.936C113.273 34.272 113.646 32.8107 114.393 31.552C115.139 30.2933 116.153 29.312 117.433 28.608C118.734 27.904 120.174 27.552 121.753 27.552C123.353 27.552 124.793 27.904 126.073 28.608C127.353 29.312 128.366 30.2933 129.113 31.552C129.859 32.8107 130.233 34.272 130.233 35.936C130.233 37.6 129.859 39.0613 129.113 40.32C128.366 41.5787 127.353 42.56 126.073 43.264C124.793 43.968 123.353 44.32 121.753 44.32ZM121.753 41.152C123.054 41.152 124.153 40.6933 125.049 39.776C125.945 38.8587 126.393 37.5787 126.393 35.936C126.393 34.2933 125.945 33.0133 125.049 32.096C124.153 31.1787 123.054 30.72 121.753 30.72C120.451 30.72 119.353 31.1787 118.457 32.096C117.561 33.0133 117.113 34.2933 117.113 35.936C117.113 37.5787 117.561 38.8587 118.457 39.776C119.353 40.6933 120.451 41.152 121.753 41.152ZM133.012 44V20.96H136.788V30.976C137.321 29.9093 138.057 29.0773 138.996 28.48C139.956 27.8613 141.065 27.552 142.324 27.552C143.561 27.552 144.713 27.8933 145.78 28.576C146.868 29.2373 147.742 30.1973 148.404 31.456C149.086 32.6933 149.428 34.1867 149.428 35.936C149.428 37.6853 149.086 39.1893 148.404 40.448C147.742 41.6853 146.868 42.6453 145.78 43.328C144.713 43.9893 143.561 44.32 142.324 44.32C141.044 44.32 139.913 44 138.932 43.36C137.972 42.72 137.225 41.824 136.692 40.672V44H133.012ZM136.692 37.152C136.692 37.9413 136.894 38.6453 137.3 39.264C137.705 39.8613 138.228 40.3307 138.868 40.672C139.508 40.992 140.19 41.152 140.916 41.152C142.302 41.152 143.422 40.6933 144.276 39.776C145.15 38.8587 145.588 37.5787 145.588 35.936C145.588 34.2933 145.15 33.0133 144.276 32.096C143.422 31.1787 142.302 30.72 140.916 30.72C140.19 30.72 139.508 30.8907 138.868 31.232C138.228 31.552 137.705 32.0107 137.3 32.608C136.894 33.2053 136.692 33.9093 136.692 34.72V37.152ZM158.439 44.32C157.202 44.32 156.039 43.9893 154.951 43.328C153.884 42.6453 153.01 41.6853 152.327 40.448C151.666 39.1893 151.335 37.6853 151.335 35.936C151.335 34.1867 151.666 32.6933 152.327 31.456C153.01 30.1973 153.884 29.2373 154.951 28.576C156.039 27.8933 157.202 27.552 158.439 27.552C159.762 27.552 160.914 27.8933 161.895 28.576C162.898 29.2587 163.655 30.1973 164.167 31.392V27.872H167.751V44H164.167V40.48C163.655 41.6747 162.898 42.6133 161.895 43.296C160.914 43.9787 159.762 44.32 158.439 44.32ZM155.175 35.936C155.175 37.5787 155.602 38.8587 156.455 39.776C157.33 40.6933 158.46 41.152 159.847 41.152C160.572 41.152 161.255 40.992 161.895 40.672C162.535 40.3307 163.058 39.8613 163.463 39.264C163.868 38.6453 164.071 37.9413 164.071 37.152V34.72C164.071 33.9093 163.868 33.2053 163.463 32.608C163.058 32.0107 162.535 31.552 161.895 31.232C161.255 30.8907 160.572 30.72 159.847 30.72C158.46 30.72 157.33 31.1787 156.455 32.096C155.602 32.992 155.175 34.272 155.175 35.936ZM175.419 44.32C174.075 44.32 173.04 43.9573 172.315 43.232C171.589 42.4853 171.227 41.3973 171.227 39.968V20.96H175.003V39.52C175.003 40.096 175.12 40.512 175.355 40.768C175.589 41.0027 175.931 41.12 176.379 41.12C176.891 41.12 177.285 41.088 177.562 41.024V44.128C177.029 44.256 176.315 44.32 175.419 44.32ZM186.741 44V21.6H202.485V24.992H190.645V31.328H199.765V34.72H190.645V44H186.741ZM209.408 44.32C208.17 44.32 207.008 43.9893 205.92 43.328C204.853 42.6453 203.978 41.6853 203.296 40.448C202.634 39.1893 202.304 37.6853 202.304 35.936C202.304 34.1867 202.634 32.6933 203.296 31.456C203.978 30.1973 204.853 29.2373 205.92 28.576C207.008 27.8933 208.17 27.552 209.408 27.552C210.73 27.552 211.882 27.8933 212.864 28.576C213.866 29.2587 214.624 30.1973 215.136 31.392V27.872H218.72V44H215.136V40.48C214.624 41.6747 213.866 42.6133 212.864 43.296C211.882 43.9787 210.73 44.32 209.408 44.32ZM206.144 35.936C206.144 37.5787 206.57 38.8587 207.424 39.776C208.298 40.6933 209.429 41.152 210.816 41.152C211.541 41.152 212.224 40.992 212.864 40.672C213.504 40.3307 214.026 39.8613 214.432 39.264C214.837 38.6453 215.04 37.9413 215.04 37.152V34.72C215.04 33.9093 214.837 33.2053 214.432 32.608C214.026 32.0107 213.504 31.552 212.864 31.232C212.224 30.8907 211.541 30.72 210.816 30.72C209.429 30.72 208.298 31.1787 207.424 32.096C206.57 32.992 206.144 34.272 206.144 35.936ZM222.355 44V20.96H226.131V30.976C226.665 29.9093 227.401 29.0773 228.339 28.48C229.299 27.8613 230.409 27.552 231.667 27.552C232.905 27.552 234.057 27.8933 235.123 28.576C236.211 29.2373 237.086 30.1973 237.747 31.456C238.43 32.6933 238.771 34.1867 238.771 35.936C238.771 37.6853 238.43 39.1893 237.747 40.448C237.086 41.6853 236.211 42.6453 235.123 43.328C234.057 43.9893 232.905 44.32 231.667 44.32C230.387 44.32 229.257 44 228.275 43.36C227.315 42.72 226.569 41.824 226.035 40.672V44H222.355ZM226.035 37.152C226.035 37.9413 226.238 38.6453 226.643 39.264C227.049 39.8613 227.571 40.3307 228.211 40.672C228.851 40.992 229.534 41.152 230.259 41.152C231.646 41.152 232.766 40.6933 233.619 39.776C234.494 38.8587 234.931 37.5787 234.931 35.936C234.931 34.2933 234.494 33.0133 233.619 32.096C232.766 31.1787 231.646 30.72 230.259 30.72C229.534 30.72 228.851 30.8907 228.211 31.232C227.571 31.552 227.049 32.0107 226.643 32.608C226.238 33.2053 226.035 33.9093 226.035 34.72V37.152ZM241.543 44V27.872H245.191V31.52C245.617 30.368 246.236 29.44 247.047 28.736C247.857 28.0107 248.796 27.648 249.863 27.648C250.076 27.648 250.289 27.6587 250.503 27.68C250.716 27.7013 250.929 27.7333 251.143 27.776V31.584C250.524 31.4347 249.841 31.36 249.095 31.36C247.879 31.36 246.94 31.6907 246.279 32.352C245.639 33.0133 245.319 33.9413 245.319 35.136V44H241.543ZM255.368 25.536C254.664 25.536 254.067 25.312 253.576 24.864C253.107 24.3947 252.872 23.8187 252.872 23.136C252.872 22.4533 253.107 21.888 253.576 21.44C254.067 20.9707 254.664 20.736 255.368 20.736C256.072 20.736 256.659 20.9707 257.128 21.44C257.619 21.888 257.864 22.4533 257.864 23.136C257.864 23.8187 257.619 24.3947 257.128 24.864C256.659 25.312 256.072 25.536 255.368 25.536ZM253.48 44V27.872H257.256V44H253.48ZM274.838 41.632C274.006 42.464 273.024 43.1253 271.894 43.616C270.763 44.0853 269.6 44.32 268.406 44.32C266.827 44.32 265.408 43.968 264.15 43.264C262.891 42.56 261.888 41.5787 261.142 40.32C260.416 39.0613 260.054 37.6 260.054 35.936C260.054 34.272 260.416 32.8107 261.142 31.552C261.888 30.2933 262.902 29.312 264.182 28.608C265.462 27.904 266.891 27.552 268.47 27.552C269.6 27.552 270.71 27.7973 271.798 28.288C272.907 28.7573 273.878 29.4293 274.71 30.304L272.598 32.544C271.51 31.3493 270.155 30.752 268.534 30.752C267.19 30.752 266.08 31.2107 265.206 32.128C264.331 33.0453 263.894 34.3147 263.894 35.936C263.894 37.0027 264.107 37.9307 264.534 38.72C264.96 39.488 265.526 40.0853 266.23 40.512C266.955 40.9173 267.744 41.12 268.598 41.12C269.408 41.12 270.176 40.96 270.902 40.64C271.648 40.32 272.32 39.8827 272.918 39.328L274.838 41.632Z", fill: "currentColor" }))); };
25999
26215
 
26000
26216
  var BtWholesaleLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 203 50" },
26001
26217
  React__default.createElement("path", { d: "M26.226 16.475h12.45v3.65H34.5v13.35h-4.1v-13.35h-4.175v-3.65ZM25 46.925C12.9 46.925 3.075 37.1 3.075 25 3.075 12.9 12.9 3.075 25 3.075 37.1 3.075 46.925 12.9 46.925 25c0 12.1-9.825 21.925-21.925 21.925ZM25 50c13.8 0 25-11.2 25-25S38.8 0 25 0 0 11.2 0 25s11.2 25 25 25Zm-4.225-21.724c0-1.075-.675-1.8-1.825-1.8H16.2v3.551h2.75c1.15-.002 1.825-.727 1.825-1.751Zm-.5-6.825c0-.9-.576-1.526-1.551-1.526H16.2v3.1h2.526c.973.001 1.549-.625 1.549-1.574Zm4.65 7.024c0 3.224-2.274 5-5.524 5h-7.246v-17h6.772c3.275 0 5.5 1.676 5.5 4.75 0 1.4-.625 2.65-1.625 3.401 1.149.674 2.124 1.974 2.124 3.849Zm48.125.125-3.284-12.125h-3.942l-3.307 12.219-2.948-12.219h-4.364l4.93 16.995h4.458l3.13-11.268 3.109 11.268h4.459l4.928-16.995h-4.245L73.049 28.6Zm19.122-5.44H85.1v-6.685H81V33.47h4.1v-6.824h7.072v6.824h4.1V16.475h-4.1v6.685Zm20.784-4.471a8.77 8.77 0 0 0-2.873-1.808 9.774 9.774 0 0 0-3.556-.642c-1.267 0-2.463.215-3.556.642a8.753 8.753 0 0 0-2.874 1.808 8.224 8.224 0 0 0-1.908 2.769c-.452 1.064-.68 2.245-.68 3.516 0 1.27.23 2.451.68 3.515a8.224 8.224 0 0 0 1.908 2.77 8.773 8.773 0 0 0 2.874 1.807 9.773 9.773 0 0 0 3.555.642c1.267 0 2.463-.215 3.557-.642a8.716 8.716 0 0 0 2.873-1.808 8.195 8.195 0 0 0 1.907-2.769c.451-1.064.679-2.245.679-3.515 0-1.269-.23-2.452-.68-3.516a8.194 8.194 0 0 0-1.906-2.77Zm-1.605 6.285c0 1.042-.214 1.961-.633 2.735a4.67 4.67 0 0 1-1.722 1.814c-.723.432-1.554.652-2.468.652-.898 0-1.721-.218-2.445-.652a4.772 4.772 0 0 1-1.735-1.815c-.427-.773-.644-1.692-.644-2.734 0-1.043.217-1.967.644-2.747a4.653 4.653 0 0 1 1.734-1.813c.723-.425 1.547-.642 2.445-.642.913 0 1.744.215 2.469.642a4.577 4.577 0 0 1 1.72 1.811c.421.782.635 1.706.635 2.748Zm9.53-8.499h-4.1V33.47h12.249v-3.483h-8.149V16.475Zm13.58 10.171h6.118V23.16h-6.118v-3.2h8.716v-3.485h-12.814V33.47h13.05v-3.483h-8.952v-3.341Zm22.279-1.113c-.688-.819-1.823-1.464-3.371-1.916l-2.644-.78c-.685-.208-1.17-.451-1.439-.721a1.275 1.275 0 0 1-.381-.947c0-.415.174-.75.534-1.02.374-.282 1.015-.425 1.904-.425a5.2 5.2 0 0 1 2.09.418 5.24 5.24 0 0 1 1.62 1.074l.17.171 2.318-2.563-.156-.155c-.695-.695-1.58-1.279-2.632-1.737-1.058-.459-2.23-.692-3.483-.692-1.239 0-2.359.214-3.329.634-.978.425-1.758 1.03-2.316 1.8-.563.777-.846 1.698-.846 2.735 0 1.137.347 2.122 1.035 2.924.68.796 1.715 1.402 3.075 1.808l2.646.78c.871.256 1.447.526 1.718.8.257.265.382.595.382 1.008 0 .453-.211.8-.645 1.065-.466.284-1.124.427-1.958.427-.912 0-1.766-.15-2.538-.444a6.99 6.99 0 0 1-2.126-1.292l-.178-.157-2.251 2.712.157.148a8.77 8.77 0 0 0 3.117 1.88 11.47 11.47 0 0 0 3.846.639c.707 0 1.451-.094 2.215-.279a8.06 8.06 0 0 0 2.176-.875 4.942 4.942 0 0 0 1.685-1.61c.433-.672.651-1.49.651-2.428 0-1.151-.352-2.155-1.046-2.982Zm7.387-9.058-6.822 16.995h4.231l1.416-3.684h6.532l1.417 3.684h4.351l-6.846-16.995h-4.279Zm4.142 10.086h-4.077l2.03-5.334 2.047 5.334Zm12.046-10.086h-4.1V33.47h12.249v-3.483h-8.149V16.475Zm13.58 13.512v-3.341h6.117V23.16h-6.117v-3.2h8.715v-3.485h-12.814V33.47h13.052v-3.483h-8.953Z", fill: "currentColor" }))); };
26002
26218
 
26003
- var BtRedcareLogo = function () { return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 169 50" },
26004
- React__default.createElement("path", { d: "M25 0C11.285 0 0 11.285 0 25s11.285 25 25 25 25-11.285 25-25C49.995 11.287 38.713.005 25 0Zm0 46.92h-.005c-12.028 0-21.925-9.897-21.925-21.925S12.967 3.07 24.995 3.07 46.92 12.967 46.92 24.995V25C46.911 37.022 37.022 46.911 25 46.92Zm95.636-16.632-2.683-2.44-.153.19a5.93 5.93 0 0 1-1.965 1.626 5.484 5.484 0 0 1-2.415.508 4.314 4.314 0 0 1-2.323-.65 4.609 4.609 0 0 1-1.653-1.828 6.386 6.386 0 0 1 0-5.456 4.627 4.627 0 0 1 1.642-1.824 4.267 4.267 0 0 1 2.31-.65 5.014 5.014 0 0 1 2.317.521c.746.411 1.4.97 1.923 1.642l.153.187 2.686-2.436-.142-.176a9.26 9.26 0 0 0-3.09-2.47 8.886 8.886 0 0 0-3.84-.802 9.082 9.082 0 0 0-3.428.644 8.536 8.536 0 0 0-2.798 1.824 8.35 8.35 0 0 0-1.871 2.785 9.462 9.462 0 0 0 0 6.978 8.36 8.36 0 0 0 4.672 4.6 9.204 9.204 0 0 0 3.44.642 9.37 9.37 0 0 0 3.909-.788 9.195 9.195 0 0 0 3.16-2.457l.15-.17h-.001ZM22.8 24.626a4.224 4.224 0 0 0 1.625-3.4c0-3.075-2.224-4.751-5.5-4.751h-6.77v17h7.248c3.25 0 5.526-1.774 5.526-5-.003-1.875-.979-3.175-2.129-3.849Zm3.425-4.501H30.4v13.35h4.1v-13.35h4.175v-3.65h-12.45v3.65Zm126.251 4.57a5.193 5.193 0 0 0 .866-2.976 5.303 5.303 0 0 0-.68-2.7 4.818 4.818 0 0 0-1.98-1.861c-.857-.448-1.915-.676-3.143-.676h-8.354v16.992h4.097v-6.336h2.984l3.235 6.329h4.586l-3.86-7.028a4.777 4.777 0 0 0 2.25-1.744h-.001Zm-75.218 1.947h6.115V23.16h-6.115v-3.2h8.714v-3.484H73.16v16.992h13.048v-3.484h-8.95v-3.342Zm-6.888-1.947a5.193 5.193 0 0 0 .866-2.976 5.306 5.306 0 0 0-.68-2.707 4.825 4.825 0 0 0-1.98-1.861c-.86-.448-1.916-.676-3.135-.676H57.08v16.992h4.095v-6.33h2.983l3.235 6.33h4.586l-3.86-7.028a4.787 4.787 0 0 0 2.252-1.744h-.001Zm28.995-7.144c-1.436-.706-3.175-1.076-5.193-1.076h-6.228v16.992h6.228c2.01 0 3.757-.353 5.193-1.074a7.914 7.914 0 0 0 3.33-3 8.457 8.457 0 0 0 1.154-4.409 8.44 8.44 0 0 0-1.154-4.41 7.894 7.894 0 0 0-3.33-3.023Zm32.205-1.076h-4.279l-6.816 16.992h4.234l1.41-3.683h6.527l1.411 3.683h4.358l-6.786-16.847-.06-.145h.001Zm27.747 13.508v-3.34h6.117v-3.485h-6.117v-3.2h8.715v-3.483h-12.81v16.992h13.047v-3.484h-8.952Zm-140.367.042v.008-.001H16.2v-3.557h2.75c1.15 0 1.825.725 1.825 1.8 0 1.025-.666 1.75-1.825 1.75Zm80.711-5.054c0 1.534-.469 2.765-1.395 3.66-.926.897-2.309 1.356-4.094 1.356h-2.13V19.959h2.13c1.787 0 3.163.458 4.09 1.363.928.905 1.4 2.138 1.4 3.65l-.001-.001Zm27.694 1.588 2.029-5.335 2.05 5.335h-4.079Zm-60.312-4.744a2.02 2.02 0 0 1-.494 1.437c-.323.353-.834.53-1.519.53h-3.856v-3.919h3.856c.706 0 1.216.177 1.53.53.337.392.51.898.483 1.414v.008Zm82.108 0a2.024 2.024 0 0 1-.494 1.437c-.322.353-.833.53-1.52.53h-3.855v-3.919h3.855c.705 0 1.215.177 1.53.53.337.391.51.898.484 1.414v.008ZM16.2 19.932h2.526c.973 0 1.548.625 1.548 1.526 0 .949-.575 1.575-1.548 1.575H16.2v-3.101Z", fill: "currentColor" }))); };
26005
-
26006
26219
  var NavigationHeaderLogo = function (_a) {
26007
- var _b;
26008
- var _c = _a.brand, brand = _c === void 0 ? "bt" : _c, _d = _a.href, href = _d === void 0 ? "/" : _d, _e = _a.ariaLabel, ariaLabel = _e === void 0 ? "Home" : _e, _f = _a.isSurfaceSensitive, isSurfaceSensitive = _f === void 0 ? true : _f, svg = _a.svg, onClick = _a.onClick;
26220
+ var _b = _a.brand, brand = _b === void 0 ? "bt" : _b, _c = _a.href, href = _c === void 0 ? "/" : _c, _d = _a.ariaLabel, ariaLabel = _d === void 0 ? "Home" : _d, svg = _a.svg, onClick = _a.onClick;
26009
26221
  var surface = useContext(Context$3).surface;
26010
26222
  var logos = {
26011
26223
  bt: BtLogo,
26012
26224
  ee: EeLogo,
26013
26225
  btGlobalFabric: BtGlobalFabricLogo,
26014
- btMediaBroadCast: BtMediaBroadcastLogo,
26015
- btRedcare: BtRedcareLogo,
26016
26226
  btWholesale: BtWholesaleLogo,
26017
26227
  };
26018
26228
  var icon = svg || React__default.createElement(logos[brand]);
26019
- return (React__default.createElement("a", { className: classNames("arc-NavigationHeaderLogo", (_b = {
26020
- "arc-NavigationHeaderLogo--staticColor": !isSurfaceSensitive
26021
- },
26022
- _b[suffixModifier("arc-NavigationHeaderLogo--on", surface)] = isSurfaceSensitive,
26023
- _b)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26229
+ return (React__default.createElement("a", { className: classNames("arc-NavigationHeaderLogo", suffixModifier("arc-NavigationHeaderLogo--on", surface)), "aria-label": ariaLabel, onClick: onClick, href: href }, icon));
26024
26230
  };
26025
26231
 
26026
26232
  // src/check-element-visibility/check-element-visibility.ts
@@ -26033,9 +26239,16 @@ var checkElementVisibility = (element) => {
26033
26239
  }
26034
26240
  };
26035
26241
 
26242
+ var DELAY_DURATION = 500;
26243
+
26036
26244
  var NavigationHeaderInlineAction = function (_a) {
26037
26245
  var icon = _a.icon, text = _a.text, href = _a.href, onClick = _a.onClick;
26038
- return (React__default.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React__default.createElement("a", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-link"), href: href, onClick: onClick }, children)); }, fallback: function (children) { return (React__default.createElement("button", { "aria-label": text, className: classNames("arc-NavigationHeaderInlineAction", "arc-NavigationHeaderInlineAction-button"), onClick: onClick }, children)); } },
26246
+ var surface = useContext(Context$3).surface;
26247
+ var commonClasses = [
26248
+ "arc-NavigationHeaderInlineAction",
26249
+ suffixModifier("arc-NavigationHeaderInlineAction--on", surface),
26250
+ ];
26251
+ return (React__default.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React__default.createElement("a", { "aria-label": text, className: classNames.apply(void 0, __spreadArray(__spreadArray([], commonClasses, false), ["arc-NavigationHeaderInlineAction-link"], false)), href: href, onClick: onClick }, children)); }, fallback: function (children) { return (React__default.createElement("button", { "aria-label": text, className: classNames.apply(void 0, __spreadArray(__spreadArray([], commonClasses, false), ["arc-NavigationHeaderInlineAction-button"], false)), onClick: onClick }, children)); } },
26039
26252
  React__default.createElement("div", { className: "arc-NavigationHeaderInlineAction-content" },
26040
26253
  React__default.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 28 }),
26041
26254
  React__default.createElement(Text, { size: "l" }, text))));
@@ -26053,6 +26266,7 @@ var NavigationHeaderButton = forwardRef(function (_a, ref) {
26053
26266
  var NavigationHeaderDisclosure = function (_a) {
26054
26267
  var heading = _a.heading, children = _a.children;
26055
26268
  var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
26269
+ var surface = useContext(Context$3).surface;
26056
26270
  var containerRef = useRef(null);
26057
26271
  var handleOnClick = function (e) {
26058
26272
  e.preventDefault();
@@ -26063,45 +26277,51 @@ var NavigationHeaderDisclosure = function (_a) {
26063
26277
  containerRef.current.firstChild.focus();
26064
26278
  }
26065
26279
  }, [isOpen, containerRef.current]);
26066
- return (React__default.createElement("details", { className: "arc-NavigationHeaderDisclosure", open: isOpen },
26280
+ return (React__default.createElement("details", { className: classNames("arc-NavigationHeaderDisclosure", suffixModifier("arc-NavigationHeaderDisclosure--on", surface)), open: isOpen },
26067
26281
  React__default.createElement("summary", { "aria-expanded": isOpen, onClick: handleOnClick, className: "arc-NavigationHeaderDisclosure-summary" },
26068
26282
  React__default.createElement("span", { className: "arc-NavigationHeaderDisclosure-heading" }, heading),
26069
26283
  React__default.createElement("span", { className: "arc-NavigationHeaderDisclosure-icon" },
26070
- React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" }))),
26284
+ React__default.createElement(Visible, { xs: true, s: true },
26285
+ React__default.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderDisclosure" })),
26286
+ React__default.createElement(Visible, { m: true, l: true },
26287
+ React__default.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderDisclosure" })),
26288
+ React__default.createElement(Visible, { xl: true, xxl: true },
26289
+ React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderDisclosure" })))),
26071
26290
  React__default.createElement("div", { ref: containerRef, className: "arc-NavigationHeaderDisclosure-details" }, children)));
26072
26291
  };
26073
26292
 
26074
26293
  var NavigationHeaderMenuLink = function (_a) {
26075
26294
  var href = _a.href, onClick = _a.onClick, text = _a.text, _b = _a.size, size = _b === void 0 ? "l" : _b;
26076
- var icons = {
26077
- s: {
26078
- icon: "navigationHeaderMenuLinkSmall",
26079
- size: 24,
26080
- },
26081
- l: {
26082
- icon: "navigationHeaderMenuLinkLarge",
26083
- size: 28,
26084
- },
26085
- };
26086
- return (React__default.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26295
+ var surface = useContext(Context$3).surface;
26296
+ return (React__default.createElement("a", { "aria-label": text, href: href, onClick: onClick, className: classNames("arc-NavigationHeaderMenuLink", suffixModifier("arc-NavigationHeaderMenuLink--on", surface), suffixModifier("arc-NavigationHeaderMenuLink--size", size)) },
26087
26297
  React__default.createElement("div", { className: "arc-NavigationHeaderMenuLink-text" }, text),
26088
26298
  React__default.createElement("span", { className: "arc-NavigationHeaderMenuLink-icon" },
26089
- React__default.createElement(ThemeIcon, __assign({}, icons[size])))));
26299
+ size === "s" && (React__default.createElement("div", { className: "arc-NavigationHeaderMenuLink-smallIconContainer" },
26300
+ React__default.createElement(ThemeIcon, { icon: "navigationHeaderMenuLinkSmall" }))),
26301
+ size === "l" && (React__default.createElement(React__default.Fragment, null,
26302
+ React__default.createElement(Visible, { xs: true, s: true },
26303
+ React__default.createElement(ThemeIcon, { size: 20, icon: "navigationHeaderMenuLinkLarge" })),
26304
+ React__default.createElement(Visible, { m: true, l: true },
26305
+ React__default.createElement(ThemeIcon, { size: 24, icon: "navigationHeaderMenuLinkLarge" })),
26306
+ React__default.createElement(Visible, { xl: true, xxl: true },
26307
+ React__default.createElement(ThemeIcon, { size: 28, icon: "navigationHeaderMenuLinkLarge" })))))));
26090
26308
  };
26091
26309
 
26092
26310
  var NavigationHeaderCloseButton = React__default.forwardRef(function (_a, ref) {
26093
26311
  var onClick = _a.onClick, props = __rest(_a, ["onClick"]);
26094
- return (React__default.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: "arc-NavigationHeaderCloseButton" }),
26312
+ var surface = useContext(Context$3).surface;
26313
+ return (React__default.createElement("button", __assign({}, props, { ref: ref, "aria-label": "close", onClick: onClick, className: classNames("arc-NavigationHeaderCloseButton", suffixModifier("arc-NavigationHeaderCloseButton--on", surface)) }),
26095
26314
  React__default.createElement(ThemeIcon, { size: 32, icon: "navigationHeaderClose" })));
26096
26315
  });
26097
26316
 
26098
26317
  var NavigationHeaderBurgerMenu = function (_a) {
26099
- var navItems = _a.navItems, actions = _a.actions, header = _a.header, footer = _a.footer, logo = _a.logo;
26318
+ var navItems = _a.navItems, actions = _a.actions, header = _a.header, footer = _a.footer, logo = _a.logo, background = _a.background, onOpenChange = _a.onOpenChange, _b = _a.pathway, pathway = _b === void 0 ? "invert" : _b;
26100
26319
  var id = useId$1();
26101
- var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
26320
+ var _c = useState(false), isOpen = _c[0], setIsOpen = _c[1];
26102
26321
  var triggerRef = useRef(null);
26322
+ var listRef = useRef(null);
26103
26323
  var interactionMode = useInteractionMode().interactionMode;
26104
- var _c = useThemeElement(), themeElement = _c[0], setThemeElement = _c[1];
26324
+ var _d = useThemeElement(), themeElement = _d[0], setThemeElement = _d[1];
26105
26325
  var closeMenu = function () {
26106
26326
  setIsOpen(false);
26107
26327
  };
@@ -26110,6 +26330,9 @@ var NavigationHeaderBurgerMenu = function (_a) {
26110
26330
  triggerRef.current.focus();
26111
26331
  }
26112
26332
  };
26333
+ useEffect(function () {
26334
+ onOpenChange === null || onOpenChange === void 0 ? void 0 : onOpenChange(isOpen);
26335
+ }, [isOpen]);
26113
26336
  // Close the menu if the nav or trigger is hidden
26114
26337
  useEffect(function () {
26115
26338
  var resizeObserver = new ResizeObserver(function (entries) {
@@ -26127,8 +26350,27 @@ var NavigationHeaderBurgerMenu = function (_a) {
26127
26350
  }
26128
26351
  };
26129
26352
  }, [isOpen, setIsOpen, triggerRef.current]);
26353
+ var colorScheme = useMemo(function () {
26354
+ var colorConfig = {
26355
+ light: {
26356
+ surface: "light-white",
26357
+ menuColorType: "light",
26358
+ },
26359
+ dark: {
26360
+ surface: "dark-black",
26361
+ menuColorType: "dark",
26362
+ },
26363
+ };
26364
+ switch (background) {
26365
+ case "transparentOnDark":
26366
+ case "ghostedOnDark":
26367
+ return pathway === "invert" ? colorConfig.light : colorConfig.dark;
26368
+ default:
26369
+ return pathway === "invert" ? colorConfig.dark : colorConfig.light;
26370
+ }
26371
+ }, [pathway, background]);
26130
26372
  return (React__default.createElement(React__default.Fragment, null,
26131
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Menu", side: "bottom" },
26373
+ React__default.createElement(Tooltip, { delayDuration: DELAY_DURATION, asChild: true, title: "Menu", side: "bottom" },
26132
26374
  React__default.createElement(NavigationHeaderButton, { ref: triggerRef, isPadded: false, "aria-expanded": isOpen, "aria-label": isOpen ? "close menu" : "open menu", onClick: function () { return setIsOpen(!isOpen); } },
26133
26375
  React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-trigger" },
26134
26376
  React__default.createElement(ThemeIcon, { icon: "siteHeaderBurger", size: 24 })),
@@ -26137,32 +26379,33 @@ var NavigationHeaderBurgerMenu = function (_a) {
26137
26379
  React__default.createElement(Root$3, { open: isOpen },
26138
26380
  React__default.createElement(Portal$3, { container: themeElement },
26139
26381
  React__default.createElement(Overlay, { className: "arc-NavigationHeaderBurgerMenu-overlay" },
26140
- React__default.createElement(Content$1, { "aria-describedby": undefined, className: "arc-NavigationHeaderBurgerMenu-slider", onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: closeMenu, onInteractOutside: closeMenu, "aria-modal": "true" },
26141
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26142
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26143
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26144
- React__default.createElement(Title, null,
26145
- React__default.createElement(VisuallyHidden$2, null, "Menu")),
26146
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26147
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26148
- React__default.createElement(NavigationHeaderLogo, __assign({}, logo, { isSurfaceSensitive: false })))),
26149
- React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26150
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: "Close menu", side: "left" },
26151
- React__default.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })))),
26152
- header && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-topContent" }, header)),
26153
- (navItems || actions) && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-navigationContent" },
26154
- navItems && (React__default.createElement("ul", { className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React__default.createElement(React__default.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26382
+ React__default.createElement(Content$1, { "aria-describedby": undefined, className: classNames("arc-NavigationHeaderBurgerMenu-slider", suffixModifier("arc-NavigationHeaderBurgerMenu-slider--on", colorScheme.menuColorType)), onCloseAutoFocus: focusTriggerElement, onEscapeKeyDown: closeMenu, onInteractOutside: closeMenu, "aria-modal": "true" },
26383
+ React__default.createElement(Surface, { growVertically: true, isTransparent: true, background: colorScheme.surface },
26384
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-container" },
26385
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-mainContent" },
26386
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-header" },
26387
+ React__default.createElement(Title, null,
26388
+ React__default.createElement(VisuallyHidden$2, null, "Navigation menu")),
26389
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-closeButtonContainer" },
26390
+ React__default.createElement(NavigationHeaderCloseButton, { onClick: closeMenu })),
26391
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoContainer" },
26392
+ React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-logoWrapper" },
26393
+ React__default.createElement(NavigationHeaderLogo, __assign({}, logo))))),
26394
+ header && (React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-topContent", {
26395
+ "arc-NavigationHeaderBurgerMenu-topContent--bottomSpacing": !navItems,
26396
+ }) }, header)),
26397
+ navItems && (React__default.createElement("ul", { ref: listRef, className: "arc-NavigationHeaderBurgerMenu-list" }, navItems.map(function (navItem, navItemIndex) { return (React__default.createElement(React__default.Fragment, { key: "".concat(id, "-burger-nav-item-").concat(navItemIndex) },
26155
26398
  React__default.createElement("li", { className: "arc-NavigationHeaderBurgerMenu-listItem" },
26156
26399
  React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-listItemContent" },
26157
26400
  (navItem.type === "link" ||
26158
26401
  navItem.type === "meatball") && (React__default.createElement(NavigationHeaderMenuLink, { href: navItem.href, onClick: navItem.onClick, text: navItem.text })),
26159
26402
  (navItem.type === "subnav" ||
26160
26403
  navItem.type === "dropdown") && (React__default.createElement(NavigationHeaderDisclosure, { heading: navItem.text }, navItem.items.map(function (subNavItem, subNavItemIndex) { return (React__default.createElement(NavigationHeaderMenuLink, { size: "s", key: "".concat(id, "-").concat(navItemIndex, "-burger-sub-nav-item-").concat(subNavItemIndex), href: subNavItem.href, onClick: subNavItem.onClick, text: subNavItem.text })); }))))))); }))),
26161
- actions && (React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actionsContainer", {
26162
- "arc-NavigationHeaderBurgerMenu-actionsContainer--seperator": navItems && actions,
26163
- }) }, actions.map(function (props, i) { return (React__default.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); })))))),
26164
- footer && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" },
26165
- React__default.createElement(Surface, { isTransparent: true, background: "dark-black" }, footer)))))))))));
26404
+ actions && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-actionsContainer" },
26405
+ React__default.createElement("div", { className: classNames("arc-NavigationHeaderBurgerMenu-actions", {
26406
+ "arc-NavigationHeaderBurgerMenu-actions--seperator": navItems || header,
26407
+ }) }, actions.map(function (props, i) { return (React__default.createElement(NavigationHeaderInlineAction, __assign({ key: "".concat(id, "-action-{").concat(i, "}") }, props))); }))))),
26408
+ footer && (React__default.createElement("div", { className: "arc-NavigationHeaderBurgerMenu-footer" }, footer)))))))))));
26166
26409
  };
26167
26410
 
26168
26411
  var NavigationHeaderNavLink = function (_a) {
@@ -26245,12 +26488,12 @@ var NavigationHeaderDropdown = function (_a) {
26245
26488
  };
26246
26489
  var toggleVisibility = function () { return setIsOpen(function (isOpen) { return !isOpen; }); };
26247
26490
  return (React__default.createElement(Popover, { useBespokeTrigger: true, align: "center", background: "light", arrow: true, sideOffset: 12, alignOffset: 0, open: isOpen, onCloseAutoFocus: onCloseAutoFocus, onOpenAutoFocus: focusOnFirstElement, onEscapeKeyDown: handleOutSideInteraction, onFocusOutside: handleOutSideInteraction, onInteractOutside: handleOutSideInteraction, onPointerDownOutside: handleOutSideInteraction, content: React__default.createElement("div", { ref: containerRef },
26248
- React__default.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React__default.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, delayDuration: 0, alignContent: "center", side: "bottom" },
26491
+ React__default.createElement("ul", { className: "arc-NavigationHeaderDropdown-navList" }, children)) }, tooltip ? (React__default.createElement(Tooltip, { asChild: true, title: tooltip, open: isTooltipOpen, alignContent: "center", side: "bottom" },
26249
26492
  React__default.createElement(NavigationHeaderButton, { ref: triggerRef, "aria-label": ariaLabel, "aria-expanded": isOpen, "aria-haspopup": "dialog", "aria-describedby": undefined, isActive: isOpen, onClick: toggleVisibility, onMouseEnter: function () { return setIsTooltipOpen(!isOpen); }, onMouseLeave: function () { return setIsTooltipOpen(false); }, onFocus: function () { return setIsTooltipOpen(true); }, onBlur: function () { return setIsTooltipOpen(false); } }, trigger))) : (React__default.createElement(NavigationHeaderButton, { ref: triggerRef, "aria-label": ariaLabel, "aria-expanded": isOpen, "aria-haspopup": "dialog", isActive: isOpen, onClick: toggleVisibility }, trigger))));
26250
26493
  };
26251
26494
 
26252
26495
  var NavigationHeaderContainer = function (_a) {
26253
- var _b = _a.isPill, isPill = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, _d = _a.isFluid, isFluid = _d === void 0 ? false : _d, _e = _a.background, background = _e === void 0 ? "transparentOnLight" : _e, children = _a.children;
26496
+ var _b = _a.isPill, isPill = _b === void 0 ? false : _b, _c = _a.isExtended, isExtended = _c === void 0 ? false : _c, _d = _a.isFluid, isFluid = _d === void 0 ? false : _d, background = _a.background, children = _a.children;
26254
26497
  var backgrounds = {
26255
26498
  light: {
26256
26499
  surface: "light-white",
@@ -27261,9 +27504,9 @@ var defaultHeaderVisibility = {
27261
27504
  };
27262
27505
 
27263
27506
  var NavigationHeader = function (_a) {
27264
- var leftSlot = _a.leftSlot, middleSlot = _a.middleSlot, rightSlot = _a.rightSlot, isPill = _a.isPill, isExtended = _a.isExtended, isFluid = _a.isFluid, logo = _a.logo, navItems = _a.navItems, background = _a.background, meatballMenuTooltip = _a.meatballMenuTooltip, burgerMenuActions = _a.burgerMenuActions, burgerMenuFooter = _a.burgerMenuFooter, burgerMenuHeader = _a.burgerMenuHeader, burgerMenuVisibility = _a.burgerMenuVisibility, navMenuVisibility = _a.navMenuVisibility;
27507
+ var leftSlot = _a.leftSlot, middleSlot = _a.middleSlot, rightSlot = _a.rightSlot, isPill = _a.isPill, isExtended = _a.isExtended, isFluid = _a.isFluid, logo = _a.logo, navItems = _a.navItems, meatballMenuTooltip = _a.meatballMenuTooltip, burgerMenuActions = _a.burgerMenuActions, burgerMenuFooter = _a.burgerMenuFooter, burgerMenuHeader = _a.burgerMenuHeader, burgerMenuVisibility = _a.burgerMenuVisibility, onOpenChange = _a.onOpenChange, burgerMenuPathway = _a.burgerMenuPathway, navMenuVisibility = _a.navMenuVisibility, _b = _a.background, background = _b === void 0 ? "transparentOnLight" : _b;
27265
27508
  var navBarPortalRef = useRef(null);
27266
- var _b = useState(false), isSubMenuItemActive = _b[0], setIsSubMenuItemActive = _b[1];
27509
+ var _c = useState(false), isSubMenuItemActive = _c[0], setIsSubMenuItemActive = _c[1];
27267
27510
  var navBarBackground = isSubMenuItemActive ? "lightElevated" : background;
27268
27511
  var burgerMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.burgerMenu), burgerMenuVisibility);
27269
27512
  var navMenuVisibilityProps = __assign(__assign({}, defaultHeaderVisibility.navItems), navMenuVisibility);
@@ -27286,7 +27529,7 @@ var NavigationHeader = function (_a) {
27286
27529
  rightSlot && (React__default.createElement("div", { className: "arc-NavigationHeader-rightSlot" }, rightSlot)),
27287
27530
  React__default.createElement(Visible, __assign({}, burgerMenuVisibilityProps),
27288
27531
  React__default.createElement("div", { className: "arc-NavigationHeader-burgerMenuSlot" },
27289
- React__default.createElement(NavigationHeaderBurgerMenu, { logo: logo, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter })))))));
27532
+ React__default.createElement(NavigationHeaderBurgerMenu, { logo: logo, background: background, pathway: burgerMenuPathway, navItems: navItems, actions: burgerMenuActions, header: burgerMenuHeader, footer: burgerMenuFooter, onOpenChange: onOpenChange })))))));
27290
27533
  };
27291
27534
 
27292
27535
  var NavigationHeaderAction = function (_a) {
@@ -27294,7 +27537,7 @@ var NavigationHeaderAction = function (_a) {
27294
27537
  return (React__default.createElement("div", { className: classNames("arc-NavigationHeaderAction", {
27295
27538
  "arc-NavigationHeaderAction--attention": isAttention,
27296
27539
  }) },
27297
- React__default.createElement(Tooltip, { asChild: true, delayDuration: 0, title: title, alignContent: "center", supportingCopy: supportingCopy, side: "bottom" },
27540
+ React__default.createElement(Tooltip, { asChild: true, title: title, alignContent: "center", supportingCopy: supportingCopy, delayDuration: DELAY_DURATION, side: "bottom" },
27298
27541
  React__default.createElement(NavigationHeaderButton, { isPadded: false, onClick: onClick },
27299
27542
  React__default.createElement("div", { className: "arc-NavigationHeaderAction-content" },
27300
27543
  React__default.createElement(Icon$1, { "aria-hidden": true, icon: icon, size: 24 }),
@@ -27476,5 +27719,5 @@ var Preview$1 = /*#__PURE__*/_mergeNamespaces({
27476
27719
  default: Preview
27477
27720
  }, [PreviewExports]);
27478
27721
 
27479
- export { Alert, Align, AppButton, Avatar, AvatarGroup, Badge, Banner, Box, BrandLogo, colors as BrandLogoColors, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, Button, ButtonGroup, ButtonV2, Calendar, Carousel, Checkbox, Columns, ColumnsCol, ComboBox, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, ContentSwitcherList, ContentSwitcherTab, DATE_FORMAT, DatePicker, DatePickerRange, Disclosure, DisclosureMini, Download, Drawer, DrawerContent, DrawerFooter, DrawerHeader, Elevation, Filter, FilterControl, FilterControls, FilterItem, FilterItems, FormControl, Context$2 as FormControlContext, GhostedHeroBanner, GradientPageBackground, Grid, GridCol, GridRow, Group$1 as Group, GroupItem, Heading, HeroBanner, HeroButton, Hidden, HorizontalCard, Icon$1 as Icon, colors$1 as IconColors, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, ImageSource, ImpactCard, InformationCard, Link, Markup, MediaCard, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, MenuScrollable, MenuSeparator, MenuTrigger, Modal, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, NavigationHeaderPage, Pagination, PaginationSimple, Popover, Poster, PosterImage, PosterVideo, ProgressBar, ProgressStepper, ProgressStepperItem, ProgressStepperOverflow, RadioCardGroup, RadioCardGroupInput, RadioGroup, RadioGroupButton, RadioGroupInput, Rule, ScrollToTop, Section, Select, SiteFooter, SiteFooterItem, SiteFooterItemGroup, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, SkipLink, SkipLinkItem, Spinner, Surface, Context$3 as SurfaceContext, Switch, TabbedBanner, Tabs, TabsContent, TabsItem, TabsList, Tag, TemplateBanner, Text, TextArea, TextInput, Theme, ThemeIcon, ThumbnailSignpost, Toast, ToastNotification, Tooltip, Truncate, TypographyCard, UniversalHeader, UniversalHeaderItem, VerticalSpace, VideoPlayer, Visible, VisuallyHidden$2 as VisuallyHidden, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };
27722
+ export { Alert, Align, AppButton, Avatar, AvatarGroup, Badge, Banner, Box, BrandLogo, colors as BrandLogoColors, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, Button, ButtonGroup, ButtonV2, Calendar, Carousel, Checkbox, CheckboxIcon, Columns, ColumnsCol, ComboBox, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, ContentSwitcherList, ContentSwitcherTab, DATE_FORMAT, DatePicker, DatePickerRange, Disclosure, DisclosureMini, Download, Drawer, DrawerContent, DrawerFooter, DrawerHeader, Elevation, Filter, FilterControl, FilterControls, FilterItem, FilterItems, FormControl, Context$2 as FormControlContext, GhostedHeroBanner, GradientPageBackground, Grid, GridCol, GridRow, Group$1 as Group, GroupItem, Heading, HeroBanner, HeroButton, Hidden, HorizontalCard, Icon$1 as Icon, colors$1 as IconColors, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, ImageSource, ImpactCard, InformationCard, Link, Markup, MediaCard, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, MenuScrollable, MenuSeparator, MenuTrigger, Modal, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, NavigationHeaderPage, Pagination, PaginationSimple, Popover, Poster, PosterImage, PosterVideo, ProgressBar, ProgressStepper, ProgressStepperItem, ProgressStepperOverflow, RadioCardGroup, RadioCardGroupInput, RadioGroup, RadioGroupButton, RadioGroupInput, Rule, ScrollToTop, Section, Select, SemanticHeading, SiteFooter, SiteFooterItem, SiteFooterItemGroup, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, SkipLink, SkipLinkItem, Spinner, Surface, Context$3 as SurfaceContext, Switch, TabbedBanner, Tabs, TabsContent, TabsItem, TabsList, Tag, TemplateBanner, Text, TextArea, TextInput, Theme, ThemeIcon, ThumbnailSignpost, Toast, ToastNotification, Tooltip, Truncate, TypographyCard, UniversalHeader, UniversalHeaderItem, VerticalSpace, VideoPlayer, Visible, VisuallyHidden$2 as VisuallyHidden, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };
27480
27723
  //# sourceMappingURL=index.mjs.map