@arc-ui/components 12.0.0-beta.5 → 12.0.0-beta.8

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 (445) hide show
  1. package/dist/Alert/Alert.cjs.js +9 -10
  2. package/dist/Alert/Alert.esm.js +4 -5
  3. package/dist/Alert/styles.css +1 -0
  4. package/dist/Align/Align.cjs.js +7 -8
  5. package/dist/Align/Align.esm.js +1 -2
  6. package/dist/Align/styles.css +1 -0
  7. package/dist/AppButton/AppButton.cjs.js +4 -3
  8. package/dist/AppButton/AppButton.esm.js +4 -3
  9. package/dist/AppButton/styles.css +1 -0
  10. package/dist/Avatar/Avatar.cjs.js +7 -8
  11. package/dist/Avatar/Avatar.esm.js +7 -8
  12. package/dist/Avatar/styles.css +1 -0
  13. package/dist/AvatarGroup/AvatarGroup.cjs.js +14 -15
  14. package/dist/AvatarGroup/AvatarGroup.esm.js +7 -8
  15. package/dist/AvatarGroup/styles.css +1 -0
  16. package/dist/Badge/Badge.cjs.js +5 -13
  17. package/dist/Badge/Badge.esm.js +4 -12
  18. package/dist/Badge/styles.css +1 -0
  19. package/dist/Box/Box.cjs.js +6 -24
  20. package/dist/Box/Box.esm.js +5 -23
  21. package/dist/Box/styles.css +1 -0
  22. package/dist/BrandLogo/BrandLogo.cjs.js +3 -4
  23. package/dist/BrandLogo/BrandLogo.esm.js +3 -4
  24. package/dist/BrandLogo/styles.css +1 -0
  25. package/dist/Breadcrumbs/Breadcrumbs.cjs.js +5 -5
  26. package/dist/Breadcrumbs/Breadcrumbs.esm.js +5 -5
  27. package/dist/Breadcrumbs/styles.css +1 -0
  28. package/dist/Button/Button.cjs.js +5 -6
  29. package/dist/Button/Button.esm.js +5 -6
  30. package/dist/Button/styles.css +1 -0
  31. package/dist/ButtonV2/ButtonV2.cjs.js +5 -6
  32. package/dist/ButtonV2/ButtonV2.esm.js +5 -6
  33. package/dist/ButtonV2/styles.css +1 -0
  34. package/dist/Calendar/Calendar.cjs.js +10 -11
  35. package/dist/Calendar/Calendar.esm.js +10 -11
  36. package/dist/Calendar/styles.css +1 -0
  37. package/dist/CardFooter/CardFooter.cjs.js +17 -0
  38. package/dist/CardFooter/CardFooter.esm.js +9 -0
  39. package/dist/CardFooter/package.json +7 -0
  40. package/dist/CardFooter/styles.css +1 -0
  41. package/dist/CardHeading/CardHeading.cjs.js +14 -0
  42. package/dist/CardHeading/CardHeading.esm.js +6 -0
  43. package/dist/CardHeading/package.json +7 -0
  44. package/dist/CardHeading/styles.css +1 -0
  45. package/dist/Carousel/Carousel.cjs.js +1921 -0
  46. package/dist/Carousel/Carousel.esm.js +1913 -0
  47. package/dist/Carousel/package.json +7 -0
  48. package/dist/Carousel/styles.css +1 -0
  49. package/dist/Checkbox/Checkbox.cjs.js +8 -9
  50. package/dist/Checkbox/Checkbox.esm.js +8 -9
  51. package/dist/Checkbox/styles.css +1 -0
  52. package/dist/Columns/Columns.cjs.js +2 -3
  53. package/dist/Columns/Columns.esm.js +2 -3
  54. package/dist/Columns/styles.css +1 -0
  55. package/dist/ConditionalWrapper/ConditionalWrapper.cjs.js +10 -0
  56. package/dist/ConditionalWrapper/ConditionalWrapper.esm.js +2 -0
  57. package/dist/ConditionalWrapper/package.json +7 -0
  58. package/dist/ContentSwitcher/ContentSwitcher.cjs.js +20 -0
  59. package/dist/ContentSwitcher/ContentSwitcher.esm.js +12 -0
  60. package/dist/ContentSwitcher/package.json +7 -0
  61. package/dist/ContentSwitcher/styles.css +1 -0
  62. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs.js +23 -0
  63. package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.esm.js +15 -0
  64. package/dist/ContentSwitcherDropdown/package.json +7 -0
  65. package/dist/ContentSwitcherDropdown/styles.css +1 -0
  66. package/dist/DatePicker/DatePicker.cjs.js +19 -23
  67. package/dist/DatePicker/DatePicker.esm.js +19 -23
  68. package/dist/DatePicker/styles.css +1 -0
  69. package/dist/Disclosure/Disclosure.cjs.js +8 -9
  70. package/dist/Disclosure/Disclosure.esm.js +4 -5
  71. package/dist/Disclosure/styles.css +1 -0
  72. package/dist/DisclosureMini/DisclosureMini.cjs.js +5 -6
  73. package/dist/DisclosureMini/DisclosureMini.esm.js +5 -6
  74. package/dist/DisclosureMini/styles.css +1 -0
  75. package/dist/Download/Download.cjs.js +16 -0
  76. package/dist/Download/Download.esm.js +8 -0
  77. package/dist/Download/package.json +7 -0
  78. package/dist/Download/styles.css +1 -0
  79. package/dist/Elevation/Elevation.cjs.js +5 -5
  80. package/dist/Elevation/Elevation.esm.js +1 -1
  81. package/dist/Elevation/styles.css +1 -0
  82. package/dist/Filter/Filter.cjs.js +4 -4
  83. package/dist/Filter/Filter.esm.js +4 -4
  84. package/dist/Filter/styles.css +1 -0
  85. package/dist/FormControl/FormControl.cjs.js +7 -8
  86. package/dist/FormControl/FormControl.esm.js +7 -8
  87. package/dist/FormControl/styles.css +1 -0
  88. package/dist/Grid/Grid.cjs.js +2 -3
  89. package/dist/Grid/Grid.esm.js +2 -3
  90. package/dist/Grid/styles.css +1 -0
  91. package/dist/Group/Group.cjs.js +3 -3
  92. package/dist/Group/Group.esm.js +3 -3
  93. package/dist/Group/styles.css +1 -0
  94. package/dist/Heading/Heading.cjs.js +3 -4
  95. package/dist/Heading/Heading.esm.js +3 -4
  96. package/dist/Heading/styles.css +1 -0
  97. package/dist/HeroBanner/HeroBanner.cjs.js +63 -0
  98. package/dist/HeroBanner/HeroBanner.esm.js +55 -0
  99. package/dist/HeroBanner/package.json +7 -0
  100. package/dist/HeroBanner/styles.css +1 -0
  101. package/dist/HeroButton/HeroButton.cjs.js +5 -6
  102. package/dist/HeroButton/HeroButton.esm.js +5 -6
  103. package/dist/HeroButton/styles.css +1 -0
  104. package/dist/Hidden/Hidden.cjs.js +5 -5
  105. package/dist/Hidden/Hidden.esm.js +1 -1
  106. package/dist/Hidden/styles.css +1 -0
  107. package/dist/Icon/Icon.cjs.js +3 -4
  108. package/dist/Icon/Icon.esm.js +3 -4
  109. package/dist/Icon/styles.css +1 -0
  110. package/dist/Image/Image.cjs.js +2 -3
  111. package/dist/Image/Image.esm.js +2 -3
  112. package/dist/Image/styles.css +1 -0
  113. package/dist/ImpactCard/ImpactCard.cjs.js +17 -18
  114. package/dist/ImpactCard/ImpactCard.esm.js +11 -12
  115. package/dist/ImpactCard/styles.css +1 -0
  116. package/dist/InformationCard/InformationCard.cjs.js +37 -51
  117. package/dist/InformationCard/InformationCard.esm.js +34 -48
  118. package/dist/InformationCard/styles.css +1 -0
  119. package/dist/Link/Link.cjs.js +15 -16
  120. package/dist/Link/Link.esm.js +8 -9
  121. package/dist/Link/styles.css +1 -0
  122. package/dist/Markup/Markup.cjs.js +6 -6
  123. package/dist/Markup/Markup.esm.js +2 -2
  124. package/dist/Markup/styles.css +1 -0
  125. package/dist/MediaCard/MediaCard.cjs.js +15 -15
  126. package/dist/MediaCard/MediaCard.esm.js +15 -15
  127. package/dist/MediaCard/styles.css +1 -0
  128. package/dist/Modal/Modal.cjs.js +44 -1201
  129. package/dist/Modal/Modal.esm.js +13 -1169
  130. package/dist/Modal/styles.css +1 -0
  131. package/dist/Pagination/Pagination.cjs.js +12 -13
  132. package/dist/Pagination/Pagination.esm.js +3 -4
  133. package/dist/Pagination/styles.css +1 -0
  134. package/dist/PaginationSimple/PaginationSimple.cjs.js +85 -17
  135. package/dist/PaginationSimple/PaginationSimple.esm.js +82 -14
  136. package/dist/PaginationSimple/styles.css +1 -0
  137. package/dist/Poster/Poster.cjs.js +4 -5
  138. package/dist/Poster/Poster.esm.js +4 -5
  139. package/dist/Poster/styles.css +1 -0
  140. package/dist/ProgressBar/ProgressBar.cjs.js +12 -13
  141. package/dist/ProgressBar/ProgressBar.esm.js +6 -7
  142. package/dist/ProgressBar/styles.css +1 -0
  143. package/dist/ProgressStepper/ProgressStepper.cjs.js +5 -6
  144. package/dist/ProgressStepper/ProgressStepper.esm.js +5 -6
  145. package/dist/ProgressStepper/styles.css +1 -0
  146. package/dist/RadioGroup/RadioGroup.cjs.js +8 -9
  147. package/dist/RadioGroup/RadioGroup.esm.js +8 -9
  148. package/dist/RadioGroup/styles.css +1 -0
  149. package/dist/Rule/Rule.cjs.js +5 -5
  150. package/dist/Rule/Rule.esm.js +2 -2
  151. package/dist/Rule/styles.css +1 -0
  152. package/dist/ScrollToTop/ScrollToTop.cjs.js +26 -10
  153. package/dist/ScrollToTop/ScrollToTop.esm.js +21 -5
  154. package/dist/ScrollToTop/styles.css +1 -0
  155. package/dist/Section/Section.cjs.js +2 -2
  156. package/dist/Section/Section.esm.js +2 -2
  157. package/dist/Section/styles.css +1 -0
  158. package/dist/Select/Select.cjs.js +31 -1132
  159. package/dist/Select/Select.esm.js +18 -1119
  160. package/dist/Select/styles.css +1 -0
  161. package/dist/SiteFooter/SiteFooter.cjs.js +7 -8
  162. package/dist/SiteFooter/SiteFooter.esm.js +7 -8
  163. package/dist/SiteFooter/styles.css +1 -0
  164. package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +12 -13
  165. package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +12 -13
  166. package/dist/SiteHeaderV2/styles.css +1 -0
  167. package/dist/SkipLink/SkipLink.cjs.js +4 -4
  168. package/dist/SkipLink/SkipLink.esm.js +3 -3
  169. package/dist/SkipLink/styles.css +1 -0
  170. package/dist/Spinner/Spinner.cjs.js +12 -0
  171. package/dist/Spinner/Spinner.esm.js +4 -0
  172. package/dist/Spinner/package.json +7 -0
  173. package/dist/Spinner/styles.css +1 -0
  174. package/dist/Surface/Surface.cjs.js +2 -2
  175. package/dist/Surface/Surface.esm.js +2 -2
  176. package/dist/Surface/styles.css +1 -0
  177. package/dist/Switch/Switch.cjs.js +16 -18
  178. package/dist/Switch/Switch.esm.js +12 -14
  179. package/dist/Switch/styles.css +1 -0
  180. package/dist/Tabs/Tabs.cjs.js +9 -11
  181. package/dist/Tabs/Tabs.esm.js +9 -11
  182. package/dist/Tabs/styles.css +1 -0
  183. package/dist/Tag/Tag.cjs.js +77 -9
  184. package/dist/Tag/Tag.esm.js +76 -8
  185. package/dist/Tag/styles.css +1 -0
  186. package/dist/Text/Text.cjs.js +3 -4
  187. package/dist/Text/Text.esm.js +3 -4
  188. package/dist/Text/styles.css +1 -0
  189. package/dist/TextArea/TextArea.cjs.js +64 -59
  190. package/dist/TextArea/TextArea.esm.js +60 -55
  191. package/dist/TextArea/styles.css +1 -0
  192. package/dist/TextInput/TextInput.cjs.js +8 -10
  193. package/dist/TextInput/TextInput.esm.js +8 -10
  194. package/dist/TextInput/styles.css +1 -0
  195. package/dist/Theme/Theme.cjs.js +7 -6
  196. package/dist/Theme/Theme.esm.js +5 -4
  197. package/dist/Theme/styles.css +1 -0
  198. package/dist/ThemeIcon/ThemeIcon.cjs.js +3 -4
  199. package/dist/ThemeIcon/ThemeIcon.esm.js +3 -4
  200. package/dist/ThemeIcon/styles.css +1 -0
  201. package/dist/Toast/Toast.cjs.js +8 -10
  202. package/dist/Toast/Toast.esm.js +8 -10
  203. package/dist/Toast/styles.css +1 -0
  204. package/dist/Truncate/Truncate.cjs.js +3 -3
  205. package/dist/Truncate/Truncate.esm.js +3 -3
  206. package/dist/Truncate/styles.css +1 -0
  207. package/dist/TypographyCard/TypographyCard.cjs.js +15 -16
  208. package/dist/TypographyCard/TypographyCard.esm.js +10 -11
  209. package/dist/TypographyCard/styles.css +1 -0
  210. package/dist/UniversalHeader/UniversalHeader.cjs.js +3 -3
  211. package/dist/UniversalHeader/UniversalHeader.esm.js +3 -3
  212. package/dist/UniversalHeader/styles.css +1 -0
  213. package/dist/VerticalSpace/VerticalSpace.cjs.js +2 -2
  214. package/dist/VerticalSpace/VerticalSpace.esm.js +2 -2
  215. package/dist/VerticalSpace/styles.css +1 -0
  216. package/dist/VideoPlayer/VideoPlayer.cjs.js +38 -26
  217. package/dist/VideoPlayer/VideoPlayer.esm.js +37 -25
  218. package/dist/VideoPlayer/styles.css +1 -0
  219. package/dist/Visible/Visible.cjs.js +5 -5
  220. package/dist/Visible/Visible.esm.js +1 -1
  221. package/dist/Visible/styles.css +1 -0
  222. package/dist/VisuallyHidden/VisuallyHidden.cjs.js +2 -1
  223. package/dist/VisuallyHidden/VisuallyHidden.esm.js +2 -1
  224. package/dist/VisuallyHidden/styles.css +1 -0
  225. package/dist/_shared/cjs/{Avatar-fc0d9b8b.js → Avatar-7478d063.js} +11 -12
  226. package/dist/_shared/cjs/Badge-ca986033.js +17 -0
  227. package/dist/_shared/cjs/Box-e225b4a4.js +29 -0
  228. package/dist/_shared/cjs/{BrandLogo-1d2ca2c7.js → BrandLogo-bf632f2b.js} +7 -8
  229. package/dist/_shared/cjs/{Breadcrumbs-7af0af2c.js → Breadcrumbs-bb292a9e.js} +15 -14
  230. package/dist/_shared/cjs/BtIconArrowRight.esm-c78e3c11.js +30 -0
  231. package/dist/_shared/cjs/BtIconChevronRight2Px.esm-e8329e34.js +44 -0
  232. package/dist/_shared/cjs/BtIconChevronRightMid.esm-745faaca.js +28 -0
  233. package/dist/_shared/cjs/BtIconPlayFill.esm-7e848bd9.js +30 -0
  234. package/dist/_shared/cjs/{Button-7d891a89.js → Button-76215474.js} +12 -13
  235. package/dist/_shared/cjs/{ButtonV2-b2db3f46.js → ButtonV2-320f74b2.js} +21 -16
  236. package/dist/_shared/cjs/{Calendar-649cc139.js → Calendar-16ed5bec.js} +915 -915
  237. package/dist/_shared/cjs/CardFooter-6aa9a280.js +79 -0
  238. package/dist/_shared/cjs/CardHeading-30ef8abc.js +16 -0
  239. package/dist/_shared/cjs/{Checkbox-0e423653.js → Checkbox-4dbaac21.js} +17 -12
  240. package/dist/_shared/cjs/{Columns-1224bdff.js → Columns-ff4977f8.js} +9 -10
  241. package/dist/_shared/cjs/Combination-d19b4dc6.js +1203 -0
  242. package/dist/_shared/cjs/ContentSwitcher-1b789e2f.js +98 -0
  243. package/dist/_shared/cjs/ContentSwitcherDropdown-0de9f7e4.js +47 -0
  244. package/dist/_shared/cjs/DatePicker-a0f14025.js +939 -0
  245. package/dist/_shared/cjs/{DisclosureMini-c01ecce0.js → DisclosureMini-09ee2d12.js} +10 -10
  246. package/dist/_shared/cjs/Download-08d71049.js +43 -0
  247. package/dist/_shared/cjs/{Filter-3b897d92.js → Filter-60b0dd96.js} +14 -14
  248. package/dist/_shared/cjs/{FormControl-88d48f42.js → FormControl-fa7bb586.js} +12 -12
  249. package/dist/_shared/cjs/{Grid-9e91fb3d.js → Grid-a50fb206.js} +10 -11
  250. package/dist/_shared/cjs/{Group-3d5ea240.js → Group-1aba9855.js} +9 -9
  251. package/dist/_shared/cjs/{Heading-fb63844f.js → Heading-cb321adf.js} +9 -9
  252. package/dist/_shared/cjs/{HeroButton-0586a7c4.js → HeroButton-75e1ab78.js} +20 -20
  253. package/dist/_shared/cjs/Icon-859c6c00.js +47 -0
  254. package/dist/_shared/cjs/{Image-e9a5a326.js → Image-b807e951.js} +9 -10
  255. package/dist/_shared/cjs/{MediaCard-8f41b411.js → MediaCard-8101ae8b.js} +18 -18
  256. package/dist/_shared/cjs/{Poster-b7242b37.js → Poster-46b6803e.js} +13 -14
  257. package/dist/_shared/cjs/{ProgressStepper-fb8405c2.js → ProgressStepper-5fb2e7ac.js} +18 -42
  258. package/dist/_shared/cjs/{RadioGroup-a4186267.js → RadioGroup-f8963bd2.js} +14 -14
  259. package/dist/_shared/cjs/{Section-ecfc659b.js → Section-bee4a090.js} +5 -5
  260. package/dist/_shared/cjs/{SiteFooter-7c4072b5.js → SiteFooter-3fee99ae.js} +11 -11
  261. package/dist/_shared/cjs/{SiteHeaderV2-94687999.js → SiteHeaderV2-0f072158.js} +71 -106
  262. package/dist/_shared/cjs/Spinner-2a1d9f20.js +24 -0
  263. package/dist/_shared/cjs/{index-df60851b.js → Surface-4bc47dcb.js} +53 -65
  264. package/dist/_shared/cjs/Tabs-ba44ea49.js +90 -0
  265. package/dist/_shared/cjs/{Text-1c1110a4.js → Text-f6be8fdd.js} +8 -8
  266. package/dist/_shared/cjs/{TextInput-762e2309.js → TextInput-9d9a53ac.js} +13 -13
  267. package/dist/_shared/cjs/{ThemeIcon-ee814862.js → ThemeIcon-6b10d20a.js} +8 -9
  268. package/dist/_shared/cjs/{Toast-d06a89e0.js → Toast-a33b5a2e.js} +16 -17
  269. package/dist/_shared/cjs/{UniversalHeader-f6d9c63a.js → UniversalHeader-114ac8f5.js} +6 -6
  270. package/dist/_shared/cjs/{VerticalSpace-e128ec68.js → VerticalSpace-3908ae62.js} +5 -5
  271. package/dist/_shared/cjs/{VisuallyHidden-b0de4c7b.js → VisuallyHidden-821078c9.js} +3 -2
  272. package/dist/_shared/cjs/{component-df82bc05.js → component-ae4b7058.js} +4 -4
  273. package/dist/_shared/cjs/{Combination-3a639f6d.js → floating-ui.react-dom-08b8b87c.js} +37 -1103
  274. package/dist/_shared/cjs/{Tabs-75c34f43.js → index-1e7a1fce.js} +11 -96
  275. package/dist/_shared/cjs/{index-3d629205.js → index-2bf59363.js} +19 -1
  276. package/dist/_shared/cjs/{index-996dec94.js → index-527f962b.js} +1 -1
  277. package/dist/_shared/cjs/index-6b0bf2cc.js +2204 -0
  278. package/dist/_shared/cjs/{index-7aa7f96a.js → index-879e71ee.js} +8 -1
  279. package/dist/_shared/cjs/{index-41b09e85.js → index-ba3141f5.js} +20 -1
  280. package/dist/_shared/cjs/{index-0c6319ec.js → index-dbc843d3.js} +1 -1
  281. package/dist/_shared/cjs/{index.es-16759329.js → index.es-11fc5df7.js} +2 -2
  282. package/dist/_shared/cjs/index.es-b404d2c5.js +324 -0
  283. package/dist/_shared/esm/{Avatar-38cc0595.js → Avatar-b2fde5c6.js} +5 -6
  284. package/dist/_shared/esm/Badge-a6bda4a7.js +11 -0
  285. package/dist/_shared/esm/Box-2a1645ed.js +23 -0
  286. package/dist/_shared/esm/{BrandLogo-7ed8aeda.js → BrandLogo-3424eb79.js} +2 -3
  287. package/dist/_shared/esm/{Breadcrumbs-9078b68e.js → Breadcrumbs-7de7bfa5.js} +11 -10
  288. package/dist/_shared/esm/BtIconArrowRight.esm-8bcaa8ad.js +24 -0
  289. package/dist/_shared/esm/BtIconChevronRight2Px.esm-84262845.js +37 -0
  290. package/dist/_shared/esm/BtIconChevronRightMid.esm-f67f0ca3.js +22 -0
  291. package/dist/_shared/esm/BtIconPlayFill.esm-ec2797a0.js +24 -0
  292. package/dist/_shared/esm/{Button-dde2b46a.js → Button-9cab8eec.js} +4 -5
  293. package/dist/_shared/esm/{ButtonV2-49cd0615.js → ButtonV2-4dc8830e.js} +13 -8
  294. package/dist/_shared/esm/{Calendar-60591442.js → Calendar-e3f8c4f0.js} +893 -893
  295. package/dist/_shared/esm/CardFooter-2902bd84.js +73 -0
  296. package/dist/_shared/esm/CardHeading-6d3dbfad.js +10 -0
  297. package/dist/_shared/esm/{Checkbox-0baca464.js → Checkbox-f40de2e9.js} +12 -7
  298. package/dist/_shared/esm/{Columns-6a8f6fbb.js → Columns-5e02e601.js} +1 -2
  299. package/dist/_shared/esm/Combination-a063f96d.js +1163 -0
  300. package/dist/_shared/esm/ContentSwitcher-e0bd73a7.js +92 -0
  301. package/dist/_shared/esm/ContentSwitcherDropdown-306b4660.js +41 -0
  302. package/dist/_shared/esm/DatePicker-3f82e2c4.js +910 -0
  303. package/dist/_shared/esm/{DisclosureMini-38f4c459.js → DisclosureMini-60cb2a6c.js} +4 -4
  304. package/dist/_shared/esm/Download-a5443778.js +37 -0
  305. package/dist/_shared/esm/{Filter-49dcf5ce.js → Filter-bc821cbc.js} +11 -11
  306. package/dist/_shared/esm/{FormControl-d873f7fa.js → FormControl-7ff0a178.js} +5 -5
  307. package/dist/_shared/esm/{Grid-fb9fc522.js → Grid-75251350.js} +1 -2
  308. package/dist/_shared/esm/{Group-66196f07.js → Group-b4e10621.js} +2 -2
  309. package/dist/_shared/esm/{Heading-906c7c7c.js → Heading-14df0c64.js} +5 -5
  310. package/dist/_shared/esm/{HeroButton-7ea692bf.js → HeroButton-1221bd94.js} +12 -12
  311. package/dist/_shared/esm/{Icon-512f834f.js → Icon-3e813b34.js} +16 -6
  312. package/dist/_shared/esm/{Image-57d08939.js → Image-85c39506.js} +1 -2
  313. package/dist/_shared/esm/{MediaCard-c12d89ea.js → MediaCard-387c8f11.js} +10 -10
  314. package/dist/_shared/esm/{Poster-e05a8b45.js → Poster-adcd3ba3.js} +4 -5
  315. package/dist/_shared/esm/{ProgressStepper-189ed0f9.js → ProgressStepper-72b070a8.js} +9 -33
  316. package/dist/_shared/esm/{RadioGroup-8ff17cbb.js → RadioGroup-6e657cee.js} +7 -7
  317. package/dist/_shared/esm/{Section-1acbc06a.js → Section-b9caea45.js} +1 -1
  318. package/dist/_shared/esm/{SiteFooter-b65497e8.js → SiteFooter-61b4ae63.js} +6 -6
  319. package/dist/_shared/esm/{SiteHeaderV2-784b3bf8.js → SiteHeaderV2-1fde7d20.js} +10 -45
  320. package/dist/_shared/esm/Spinner-9d28043d.js +18 -0
  321. package/dist/_shared/esm/{index-288c66b5.js → Surface-56d329b0.js} +48 -65
  322. package/dist/_shared/esm/Tabs-276a0836.js +84 -0
  323. package/dist/_shared/esm/{Text-a46fb76b.js → Text-98ad2e78.js} +5 -5
  324. package/dist/_shared/esm/{TextInput-94c7b1a4.js → TextInput-eccd0140.js} +6 -6
  325. package/dist/_shared/esm/{ThemeIcon-c2dc41a6.js → ThemeIcon-810de4bc.js} +2 -3
  326. package/dist/_shared/esm/{Toast-de6ca2f3.js → Toast-62932e3b.js} +6 -7
  327. package/dist/_shared/esm/{UniversalHeader-456ad60c.js → UniversalHeader-370d7fa4.js} +3 -3
  328. package/dist/_shared/esm/{VerticalSpace-b07cd8e6.js → VerticalSpace-549fbdc8.js} +1 -1
  329. package/dist/_shared/esm/VisuallyHidden-fee374a8.js +12 -0
  330. package/dist/_shared/esm/{component-d0a555cf.js → component-94b3dbfe.js} +1 -1
  331. package/dist/_shared/esm/{Combination-ae3a3f08.js → floating-ui.react-dom-1bb71aae.js} +15 -1079
  332. package/dist/_shared/esm/{index-f97466e9.js → index-14c7f4da.js} +1 -1
  333. package/dist/_shared/esm/index-24509173.js +2169 -0
  334. package/dist/_shared/esm/{index-cace3545.js → index-57d4cb34.js} +33 -33
  335. package/dist/_shared/esm/{Tabs-21ac7dfe.js → index-89a7c31c.js} +6 -90
  336. package/dist/_shared/esm/{index-4e58de24.js → index-ac50b180.js} +21 -3
  337. package/dist/_shared/esm/{index-7740883c.js → index-b9923ee4.js} +9 -2
  338. package/dist/_shared/esm/{index-605031ca.js → index-ce6dee84.js} +53 -53
  339. package/dist/_shared/esm/index-e969452b.js +41 -0
  340. package/dist/_shared/esm/{index-fa93ec97.js → index-f2ddcbe2.js} +1 -1
  341. package/dist/_shared/esm/index.es-4921e8dd.js +318 -0
  342. package/dist/_shared/esm/{index.es-1b6d33c2.js → index.es-52a3bcff.js} +2 -2
  343. package/dist/index.es.js +14634 -13762
  344. package/dist/index.es.js.map +1 -1
  345. package/dist/index.js +14637 -13761
  346. package/dist/index.js.map +1 -1
  347. package/dist/styles.css +9 -7
  348. package/dist/types/components/Avatar/index.d.ts +1 -1
  349. package/dist/types/components/Box/Box.d.ts +4 -0
  350. package/dist/types/components/ButtonV2/ButtonV2.d.ts +2 -2
  351. package/dist/types/components/CardHeading/index.d.ts +1 -0
  352. package/dist/types/components/Carousel/Carousel.d.ts +34 -0
  353. package/dist/types/components/Carousel/components/DotButton.d.ts +10 -0
  354. package/dist/types/components/Carousel/constants/breakpoints.d.ts +5 -0
  355. package/dist/types/components/Carousel/helpers/get-options.d.ts +3 -0
  356. package/dist/types/components/Carousel/helpers/get-slide-width.d.ts +12 -0
  357. package/dist/types/components/Carousel/index.d.ts +1 -0
  358. package/dist/types/components/Carousel/types/breakpoints.d.ts +1 -0
  359. package/dist/types/components/Carousel/types/keynames.d.ts +5 -0
  360. package/dist/types/components/Carousel/types/responsive.d.ts +3 -0
  361. package/dist/types/components/Carousel/types/screen-sizes.d.ts +2 -0
  362. package/dist/types/components/Carousel/types/slide-config.d.ts +5 -0
  363. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
  364. package/dist/types/components/ContentSwitcher/ContentSwitcher.d.ts +28 -0
  365. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/ContentSwitcherContent.d.ts +12 -0
  366. package/dist/types/components/ContentSwitcher/ContentSwitcherContent/index.d.ts +1 -0
  367. package/dist/types/components/ContentSwitcher/ContentSwitcherList/ContentSwitcherList.d.ts +24 -0
  368. package/dist/types/components/ContentSwitcher/ContentSwitcherList/index.d.ts +1 -0
  369. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/ContentSwitcherTab.d.ts +17 -0
  370. package/dist/types/components/ContentSwitcher/ContentSwitcherTab/index.d.ts +1 -0
  371. package/dist/types/components/ContentSwitcher/index.d.ts +1 -0
  372. package/dist/types/components/ContentSwitcherDropdown/ContentSwitcherDropdown.d.ts +37 -0
  373. package/dist/types/components/ContentSwitcherDropdown/index.d.ts +1 -0
  374. package/dist/types/components/Disclosure/index.d.ts +1 -1
  375. package/dist/types/components/Download/Download.d.ts +41 -0
  376. package/dist/types/components/Download/index.d.ts +1 -0
  377. package/dist/types/components/Heading/Heading.d.ts +4 -0
  378. package/dist/types/components/Heading/index.d.ts +1 -1
  379. package/dist/types/components/HeroBanner/HeroBanner.d.ts +52 -0
  380. package/dist/types/components/HeroBanner/index.d.ts +1 -0
  381. package/dist/types/components/Icon/Icon.d.ts +2 -2
  382. package/dist/types/components/ImpactCard/ImpactCard.d.ts +2 -2
  383. package/dist/types/components/ImpactCard/index.d.ts +1 -1
  384. package/dist/types/components/InformationCard/InformationCard.d.ts +2 -2
  385. package/dist/types/components/InformationCard/index.d.ts +1 -1
  386. package/dist/types/components/MediaCard/MediaCard.d.ts +1 -1
  387. package/dist/types/components/MediaCard/index.d.ts +1 -1
  388. package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +24 -16
  389. package/dist/types/components/Spinner/Spinner.d.ts +16 -0
  390. package/dist/types/components/Spinner/index.d.ts +1 -0
  391. package/dist/types/components/Surface/Surface.d.ts +4 -0
  392. package/dist/types/components/Switch/Switch.d.ts +4 -0
  393. package/dist/types/components/Tabs/TabsList/TabsList.d.ts +5 -0
  394. package/dist/types/components/Text/Text.d.ts +4 -0
  395. package/dist/types/components/TextInput/TextInput.d.ts +2 -2
  396. package/dist/types/components/ThemeIcon/icon-names.d.ts +1 -1
  397. package/dist/types/components/Truncate/Truncate.d.ts +1 -1
  398. package/dist/types/components/TypographyCard/TypographyCard.d.ts +2 -2
  399. package/dist/types/components/TypographyCard/index.d.ts +1 -1
  400. package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +9 -0
  401. package/dist/types/components/index.d.ts +4 -0
  402. package/dist/types/helpers/index.d.ts +0 -2
  403. package/dist/types/styles.d.ts +9 -4
  404. package/package.json +24 -16
  405. package/dist/_shared/cjs/ArcIconEclipse.esm-ac777a76.js +0 -28
  406. package/dist/_shared/cjs/BtIconArrowRight.esm-5989f2ca.js +0 -38
  407. package/dist/_shared/cjs/BtIconChevronRightMid.esm-3e8d18a9.js +0 -28
  408. package/dist/_shared/cjs/BtIconPlayFill.esm-b8997cfc.js +0 -30
  409. package/dist/_shared/cjs/CardFooter-5414bc4f.js +0 -79
  410. package/dist/_shared/cjs/DatePicker-2417e55b.js +0 -550
  411. package/dist/_shared/cjs/Icon-0ec0c1fb.js +0 -37
  412. package/dist/_shared/cjs/Surface-8599dbe4.js +0 -57
  413. package/dist/_shared/cjs/Tag-452048f6.js +0 -44
  414. package/dist/_shared/cjs/index-039a9d35.js +0 -23
  415. package/dist/_shared/cjs/index-28447df0.js +0 -23
  416. package/dist/_shared/cjs/index-dcfdd5da.js +0 -11
  417. package/dist/_shared/cjs/suffix-modifier-c8a34402.js +0 -19
  418. package/dist/_shared/esm/ArcIconEclipse.esm-bb48b82a.js +0 -22
  419. package/dist/_shared/esm/BtIconArrowRight.esm-6a17d0ce.js +0 -31
  420. package/dist/_shared/esm/BtIconChevronRightMid.esm-4764708f.js +0 -22
  421. package/dist/_shared/esm/BtIconPlayFill.esm-05fc0344.js +0 -24
  422. package/dist/_shared/esm/CardFooter-c79fb2db.js +0 -73
  423. package/dist/_shared/esm/DatePicker-c7bb178e.js +0 -539
  424. package/dist/_shared/esm/Surface-71d21a9e.js +0 -48
  425. package/dist/_shared/esm/Tag-2513c185.js +0 -38
  426. package/dist/_shared/esm/VisuallyHidden-06692fd3.js +0 -11
  427. package/dist/_shared/esm/index-5113ed53.js +0 -24
  428. package/dist/_shared/esm/index-6028d797.js +0 -21
  429. package/dist/_shared/esm/index-69089474.js +0 -21
  430. package/dist/_shared/esm/index-a624de47.js +0 -9
  431. package/dist/_shared/esm/suffix-modifier-1ce05abe.js +0 -17
  432. package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Todo.d.ts +0 -2
  433. package/dist/types/helpers/filter-data-attrs.d.ts +0 -1
  434. package/dist/types/helpers/suffix-modifier.d.ts +0 -9
  435. package/dist/types/private-components/CardHeading/index.d.ts +0 -1
  436. package/dist/types/private-components/index.d.ts +0 -3
  437. package/dist/_shared/cjs/{ConditionalWrapper-be3b2625.js → ConditionalWrapper-bf944594.js} +0 -0
  438. package/dist/_shared/cjs/{index-7e31a45b.js → index-28fbfd5b.js} +52 -52
  439. package/dist/_shared/cjs/{index-3dd54df1.js → index-76f7dd53.js} +31 -31
  440. /package/dist/_shared/esm/{ConditionalWrapper-59be8f35.js → ConditionalWrapper-b85979de.js} +0 -0
  441. /package/dist/types/{private-components → components}/CardFooter/CardFooter.d.ts +0 -0
  442. /package/dist/types/{private-components → components}/CardFooter/index.d.ts +0 -0
  443. /package/dist/types/{private-components → components}/CardHeading/CardHeading.d.ts +0 -0
  444. /package/dist/types/{private-components → components}/ConditionalWrapper/ConditionalWrapper.d.ts +0 -0
  445. /package/dist/types/{private-components → components}/ConditionalWrapper/index.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('./index-3dd54df1.js');
4
+ var index = require('./index-76f7dd53.js');
5
5
 
6
6
  function _interopNamespace(e) {
7
7
  if (e && e.__esModule) return e;
@@ -37,4 +37,11 @@ function $1746a345f3d73bb7$export$f680877a34711e37(deterministicId) {
37
37
  return deterministicId || (id ? `radix-${id}` : '');
38
38
  }
39
39
 
40
+ const $f631663db3294ace$var$DirectionContext = /*#__PURE__*/ React.createContext(undefined);
41
+ /* -----------------------------------------------------------------------------------------------*/ function $f631663db3294ace$export$b39126d51d94e6f3(localDir) {
42
+ const globalDir = React.useContext($f631663db3294ace$var$DirectionContext);
43
+ return localDir || globalDir || 'ltr';
44
+ }
45
+
40
46
  exports.$1746a345f3d73bb7$export$f680877a34711e37 = $1746a345f3d73bb7$export$f680877a34711e37;
47
+ exports.$f631663db3294ace$export$b39126d51d94e6f3 = $f631663db3294ace$export$b39126d51d94e6f3;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('./index-3dd54df1.js');
4
+ var index = require('./index-76f7dd53.js');
5
5
 
6
6
  function $db6c3485150b8e66$export$1ab7ae714698c4b8(element) {
7
7
  const [size, setSize] = React.useState(undefined);
@@ -50,4 +50,23 @@ function $db6c3485150b8e66$export$1ab7ae714698c4b8(element) {
50
50
  return size;
51
51
  }
52
52
 
53
+ function $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {
54
+ const ref = React.useRef({
55
+ value: value,
56
+ previous: value
57
+ }); // We compare values before making an update to ensure that
58
+ // a change has been made. This ensures the previous value is
59
+ // persisted correctly between renders.
60
+ return React.useMemo(()=>{
61
+ if (ref.current.value !== value) {
62
+ ref.current.previous = ref.current.value;
63
+ ref.current.value = value;
64
+ }
65
+ return ref.current.previous;
66
+ }, [
67
+ value
68
+ ]);
69
+ }
70
+
71
+ exports.$010c2913dbd2fe3d$export$5cae361ad82dce8b = $010c2913dbd2fe3d$export$5cae361ad82dce8b;
53
72
  exports.$db6c3485150b8e66$export$1ab7ae714698c4b8 = $db6c3485150b8e66$export$1ab7ae714698c4b8;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('./index-3dd54df1.js');
4
+ var index = require('./index-76f7dd53.js');
5
5
 
6
6
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
7
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  /**
4
4
  * Do not edit directly
5
- * Generated on Thu, 29 Aug 2024 08:40:27 GMT
5
+ * Generated on Tue, 12 Nov 2024 11:47:06 GMT
6
6
  */
7
- var SemSizeBreakpointsS = "576px"; // Small (SM) - 576px to 767px: This is often used for smartphones in landscape mode and small tablets.
7
+ var SemSizeBreakpointsS = "636px"; // Small (SM) - 636px to 767px: This is often used for smartphones in landscape mode and small tablets.
8
8
  var SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
9
9
  var SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
10
10
 
@@ -0,0 +1,324 @@
1
+ 'use strict';
2
+
3
+ /******************************************************************************
4
+ Copyright (c) Microsoft Corporation.
5
+
6
+ Permission to use, copy, modify, and/or distribute this software for any
7
+ purpose with or without fee is hereby granted.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
+ PERFORMANCE OF THIS SOFTWARE.
16
+ ***************************************************************************** */
17
+
18
+ exports.__assign = function() {
19
+ exports.__assign = Object.assign || function __assign(t) {
20
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
21
+ s = arguments[i];
22
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
23
+ }
24
+ return t;
25
+ };
26
+ return exports.__assign.apply(this, arguments);
27
+ };
28
+
29
+ function __rest(s, e) {
30
+ var t = {};
31
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
32
+ t[p] = s[p];
33
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
34
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
35
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
36
+ t[p[i]] = s[p[i]];
37
+ }
38
+ return t;
39
+ }
40
+
41
+ function __spreadArray(to, from, pack) {
42
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
43
+ if (ar || !(i in from)) {
44
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
45
+ ar[i] = from[i];
46
+ }
47
+ }
48
+ return to.concat(ar || Array.prototype.slice.call(from));
49
+ }
50
+
51
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
52
+ var e = new Error(message);
53
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
54
+ };
55
+
56
+ var dataAttrRe = /^(data-.*)$/;
57
+ var filterDataAttrs = function (props) {
58
+ var filteredProps = {};
59
+ for (var prop in props) {
60
+ if (Object.prototype.hasOwnProperty.call(props, prop) &&
61
+ dataAttrRe.test(prop)) {
62
+ filteredProps[prop] = props[prop];
63
+ }
64
+ }
65
+ return filteredProps;
66
+ };
67
+
68
+ var camelcase = {exports: {}};
69
+
70
+ const UPPERCASE = /[\p{Lu}]/u;
71
+ const LOWERCASE = /[\p{Ll}]/u;
72
+ const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
73
+ const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
74
+ const SEPARATORS = /[_.\- ]+/;
75
+
76
+ const LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);
77
+ const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');
78
+ const NUMBERS_AND_IDENTIFIER = new RegExp('\\d+' + IDENTIFIER.source, 'gu');
79
+
80
+ const preserveCamelCase = (string, toLowerCase, toUpperCase) => {
81
+ let isLastCharLower = false;
82
+ let isLastCharUpper = false;
83
+ let isLastLastCharUpper = false;
84
+
85
+ for (let i = 0; i < string.length; i++) {
86
+ const character = string[i];
87
+
88
+ if (isLastCharLower && UPPERCASE.test(character)) {
89
+ string = string.slice(0, i) + '-' + string.slice(i);
90
+ isLastCharLower = false;
91
+ isLastLastCharUpper = isLastCharUpper;
92
+ isLastCharUpper = true;
93
+ i++;
94
+ } else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {
95
+ string = string.slice(0, i - 1) + '-' + string.slice(i - 1);
96
+ isLastLastCharUpper = isLastCharUpper;
97
+ isLastCharUpper = false;
98
+ isLastCharLower = true;
99
+ } else {
100
+ isLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;
101
+ isLastLastCharUpper = isLastCharUpper;
102
+ isLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;
103
+ }
104
+ }
105
+
106
+ return string;
107
+ };
108
+
109
+ const preserveConsecutiveUppercase = (input, toLowerCase) => {
110
+ LEADING_CAPITAL.lastIndex = 0;
111
+
112
+ return input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));
113
+ };
114
+
115
+ const postProcess = (input, toUpperCase) => {
116
+ SEPARATORS_AND_IDENTIFIER.lastIndex = 0;
117
+ NUMBERS_AND_IDENTIFIER.lastIndex = 0;
118
+
119
+ return input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))
120
+ .replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));
121
+ };
122
+
123
+ const camelCase = (input, options) => {
124
+ if (!(typeof input === 'string' || Array.isArray(input))) {
125
+ throw new TypeError('Expected the input to be `string | string[]`');
126
+ }
127
+
128
+ options = {
129
+ pascalCase: false,
130
+ preserveConsecutiveUppercase: false,
131
+ ...options
132
+ };
133
+
134
+ if (Array.isArray(input)) {
135
+ input = input.map(x => x.trim())
136
+ .filter(x => x.length)
137
+ .join('-');
138
+ } else {
139
+ input = input.trim();
140
+ }
141
+
142
+ if (input.length === 0) {
143
+ return '';
144
+ }
145
+
146
+ const toLowerCase = options.locale === false ?
147
+ string => string.toLowerCase() :
148
+ string => string.toLocaleLowerCase(options.locale);
149
+ const toUpperCase = options.locale === false ?
150
+ string => string.toUpperCase() :
151
+ string => string.toLocaleUpperCase(options.locale);
152
+
153
+ if (input.length === 1) {
154
+ return options.pascalCase ? toUpperCase(input) : toLowerCase(input);
155
+ }
156
+
157
+ const hasUpperCase = input !== toLowerCase(input);
158
+
159
+ if (hasUpperCase) {
160
+ input = preserveCamelCase(input, toLowerCase, toUpperCase);
161
+ }
162
+
163
+ input = input.replace(LEADING_SEPARATORS, '');
164
+
165
+ if (options.preserveConsecutiveUppercase) {
166
+ input = preserveConsecutiveUppercase(input, toLowerCase);
167
+ } else {
168
+ input = toLowerCase(input);
169
+ }
170
+
171
+ if (options.pascalCase) {
172
+ input = toUpperCase(input.charAt(0)) + input.slice(1);
173
+ }
174
+
175
+ return postProcess(input, toUpperCase);
176
+ };
177
+
178
+ camelcase.exports = camelCase;
179
+ // TODO: Remove this for the next major release
180
+ camelcase.exports.default = camelCase;
181
+
182
+ var camelCase$1 = camelcase.exports;
183
+
184
+ /**
185
+ * Suffixes a modifier value onto the end of a className, converting it to
186
+ * pascal case. i.e. turns suffixModifier("MyComponent--display", display)
187
+ * returns MyComponent--displayBlock.
188
+ *
189
+ * @param rootClassName The root className to append the suffix onto
190
+ * @param suffix The suffix to convert into pascal case.
191
+ */
192
+ var suffixModifier = function (rootClassName, suffix) {
193
+ return "".concat(rootClassName).concat(camelCase$1(suffix, {
194
+ pascalCase: true
195
+ }));
196
+ };
197
+
198
+ var name = "@arc-ui/arc-ui";
199
+ var homepage = "https://ui.digital-ent-int.bt.com";
200
+ var author = "BT Business Digital UI Team <ui-digital-ent-int@bt.com>";
201
+ var version = "12.0.0-beta.8";
202
+ var engines = {
203
+ node: "20.x"
204
+ };
205
+ var devDependencies = {
206
+ "@commitlint/cli": "^17.1.2",
207
+ "@commitlint/config-conventional": "^17.1.0",
208
+ "@testing-library/dom": "^8.5.0",
209
+ "@testing-library/jest-dom": "^5.16.1",
210
+ "@testing-library/react": "^13.3.0",
211
+ "@testing-library/user-event": "^13.5.0",
212
+ "@types/jest": "^27.0.3",
213
+ "@types/testing-library__jest-dom": "^5.14.2",
214
+ "@typescript-eslint/eslint-plugin": "^4.5.0",
215
+ "@typescript-eslint/parser": "^4.5.0",
216
+ "conventional-recommended-bump": "^6.0.5",
217
+ eslint: "^7.27.0",
218
+ "eslint-config-react-app": "^6.0.0",
219
+ husky: "^8.0.0",
220
+ jest: "^27.4.3",
221
+ lerna: "^7.3.0",
222
+ "postcss-scss": "^4.0.3",
223
+ prettier: "^3.0.3",
224
+ "resize-observer-polyfill": "1.5.1",
225
+ semver: "^7.3.2",
226
+ "standard-changelog": "^2.0.21",
227
+ stylelint: "^14.5.3",
228
+ "stylelint-config-prettier": "^9.0.3",
229
+ "stylelint-config-standard": "^25.0.0",
230
+ "stylelint-config-suitcss": "^18.0.0",
231
+ "stylelint-selector-bem-pattern": "^2.1.1",
232
+ "ts-jest": "^27.1.0"
233
+ };
234
+ var scripts = {
235
+ build: "pnpm run build:deps && pnpm run build:components",
236
+ "build:deps": "pnpm run build:helpers && pnpm run build:icons && pnpm run build:tokens:web",
237
+ "build:components": "pnpm run build:components:arc && pnpm run build:components:community",
238
+ "build:components:arc": "pnpm run --filter @arc-ui/components build",
239
+ "build:components:community": "pnpm run --filter @arc-ui/community-components build",
240
+ "build:helpers": "pnpm run --filter @arc-ui/helpers build",
241
+ "build:icons": "pnpm run build:icons:bt && pnpm run build:icons:ee",
242
+ "build:icons:bt": "pnpm run --filter @arc-ui/icons-bt build",
243
+ "build:icons:ee": "pnpm run --filter @arc-ui/icons-ee build",
244
+ "build:tokens:web": "pnpm run build:tokens:arc && pnpm run build:tokens:bt:enterprise && pnpm run build:tokens:ee && pnpm run build:tokens:bt:business",
245
+ "build:tokens:arc": "pnpm run --filter @arc-ui/tokens-arc build",
246
+ "build:tokens:bt:enterprise": "pnpm run --filter @arc-ui/tokens-bt-enterprise build",
247
+ "build:tokens:bt:business": "pnpm run --filter @arc-ui/tokens-bt-business build",
248
+ "build:tokens:ee": "pnpm run --filter @arc-ui/tokens-ee build",
249
+ "build:storybook:arc": "pnpm run --filter @arc-ui/components storybook:build",
250
+ "build:storybook:community": "pnpm run --filter @arc-ui/community-components storybook:build",
251
+ "build:website": "pnpm run --filter website build && pnpm run build:website:storybook",
252
+ "build:website:quick": "pnpm run --filter website build && pnpm run build:website:storybook:copy && pnpm run build:website:storybook:copy:community",
253
+ "build:website:storybook": "pnpm run build:storybook:arc && pnpm run build:storybook:community && pnpm run build:website:storybook:copy && pnpm run build:website:storybook:copy:community",
254
+ "build:website:storybook:copy": "cp -R packages/arc-components/storybook-static apps/website/build/storybook",
255
+ "build:website:storybook:copy:community": "cp -R packages/community-components/storybook-static apps/website/build/storybook-community",
256
+ changelog: "node scripts/create-changelog",
257
+ "internal:prettier": "prettier './**/*.{css,html,js,json,md,ts,tsx,scss}'",
258
+ "test:prettier": "pnpm run internal:prettier --check",
259
+ prettier: "pnpm run internal:prettier --write",
260
+ lint: "stylelint '**/*{.css,.scss}' && eslint .",
261
+ "lint:ci": "pnpm run lint --max-warnings 0",
262
+ "lint:commit-message": "pnpm dlx commitlint --edit $1",
263
+ precommit: "pnpm run lint && pnpm run test && pnpm run test:components:ci",
264
+ "start:storybook:arc": "pnpm run --filter @arc-ui/components storybook:quiet",
265
+ "start:storybook:community": "pnpm run --filter @arc-ui/community-components storybook:quiet",
266
+ "start:website": "pnpm run --filter website start",
267
+ test: "pnpm run test:prettier && pnpm run test:unit",
268
+ "test:components:ci": "pnpm run test:components:arc:ci && pnpm run test:components:community:ci",
269
+ "test:components:arc": "pnpm run --filter @arc-ui/components test:components",
270
+ "test:components:arc:ci": "pnpm run --filter @arc-ui/components test:components:pipeline",
271
+ "test:components:community": "pnpm run --filter @arc-ui/community-components test:components",
272
+ "test:components:community:ci": "pnpm run --filter @arc-ui/community-components test:components:pipeline",
273
+ "test:coverage": "pnpm run test:unit --coverage",
274
+ "test:unit": "TZ=UTC jest",
275
+ "test:watch": "pnpm run test:unit --changedSince=origin/master --coverage --watch",
276
+ release: "conventional-recommended-bump -p angular | xargs pnpm version --no-git-tag-version",
277
+ "release-commit": "git add -u && git commit -m \"release: v${npm_package_version}\" --no-verify",
278
+ version: "pnpm run changelog && lerna version --force-publish -y --no-push --no-changelog --no-git-tag-version $npm_package_version",
279
+ "update-versions": "node scripts/update-versions",
280
+ prepare: "husky install",
281
+ prerelease: "lerna version --force-publish -y --no-push --no-changelog --no-git-tag-version",
282
+ "generate:component": "pnpm run --filter @arc-ui/components generate:component $1 "
283
+ };
284
+ var browserslist = [
285
+ "defaults",
286
+ "last 1 Chrome version",
287
+ "last 1 ChromeAndroid version",
288
+ "last 1 Edge version",
289
+ "last 1 Firefox version",
290
+ "Firefox ESR",
291
+ "Firefox 91",
292
+ "Firefox 78",
293
+ "Firefox 68",
294
+ "Safari >= 14",
295
+ "iOS >= 14",
296
+ "Samsung >= 16",
297
+ "not IE 11",
298
+ "not Edge < 18",
299
+ "not and_qq > 0",
300
+ "not UCAndroid > 0",
301
+ "not OperaMini all"
302
+ ];
303
+ var pkg = {
304
+ name: name,
305
+ homepage: homepage,
306
+ author: author,
307
+ "private": true,
308
+ version: version,
309
+ engines: engines,
310
+ devDependencies: devDependencies,
311
+ scripts: scripts,
312
+ browserslist: browserslist
313
+ };
314
+
315
+ // @ts-ignore
316
+ var getVersionClassName = function () {
317
+ return "arc-v".concat(pkg.version.replace(/\./g, "-"));
318
+ };
319
+
320
+ exports.__rest = __rest;
321
+ exports.__spreadArray = __spreadArray;
322
+ exports.filterDataAttrs = filterDataAttrs;
323
+ exports.getVersionClassName = getVersionClassName;
324
+ exports.suffixModifier = suffixModifier;
@@ -1,11 +1,10 @@
1
- import { a as __assign, _ as __rest, f as filterDataAttrs } from './index-288c66b5.js';
1
+ import { a as __assign, _ as __rest, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
2
  import React__default from 'react';
3
3
  import { c as classNames } from './index-2e73c2e9.js';
4
- import { H as Heading } from './Heading-906c7c7c.js';
5
- import './Surface-71d21a9e.js';
6
- import { C as ConditionalWrapper } from './ConditionalWrapper-59be8f35.js';
7
- import { T as ThemeIcon } from './ThemeIcon-c2dc41a6.js';
8
- import { I as Image } from './Image-57d08939.js';
4
+ import { C as ConditionalWrapper } from './ConditionalWrapper-b85979de.js';
5
+ import { T as ThemeIcon } from './ThemeIcon-810de4bc.js';
6
+ import { I as Image } from './Image-85c39506.js';
7
+ import { H as Heading } from './Heading-14df0c64.js';
9
8
 
10
9
  var AvatarContent = function (_a) {
11
10
  var img = _a.img, initials = _a.initials, _b = _a.size, size = _b === void 0 ? "xl" : _b;
@@ -0,0 +1,11 @@
1
+ import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
+ import React__default from 'react';
3
+ import { c as classNames } from './index-2e73c2e9.js';
4
+
5
+ /** Use `Badge` as a static, non-interactive way to provide short updates. */
6
+ var Badge = function (_a) {
7
+ var children = _a.children, _b = _a.state, state = _b === void 0 ? "default" : _b, ariaLabel = _a.ariaLabel, ariaRole = _a.ariaRole, props = __rest(_a, ["children", "state", "ariaLabel", "ariaRole"]);
8
+ return (React__default.createElement("div", __assign({ className: classNames("arc-Badge", suffixModifier("arc-Badge--state", state)) }, (ariaLabel && { "aria-label": ariaLabel }), (ariaRole && { role: ariaRole }), filterDataAttrs(props)), children));
9
+ };
10
+
11
+ export { Badge as B };
@@ -0,0 +1,23 @@
1
+ import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
+ import React__default from 'react';
3
+ import { c as classNames } from './index-2e73c2e9.js';
4
+ import { S as Surface } from './Surface-56d329b0.js';
5
+
6
+ /**
7
+ * Use `Box` as a simple way to group bespoke content and interactive elements together.
8
+ */
9
+ var Box = function (_a) {
10
+ var _b;
11
+ var children = _a.children, borderWidth = _a.borderWidth, elevationLevel = _a.elevationLevel, padding = _a.padding, _c = _a.isFullHeight, isFullHeight = _c === void 0 ? false : _c, _d = _a.isBorderRadius, isBorderRadius = _d === void 0 ? false : _d, _e = _a.surface, surface = _e === void 0 ? "light-white" : _e, isSurfaceTransparent = _a.isSurfaceTransparent, props = __rest(_a, ["children", "borderWidth", "elevationLevel", "padding", "isFullHeight", "isBorderRadius", "surface", "isSurfaceTransparent"]);
12
+ return (React__default.createElement("div", __assign({ className: classNames("arc-Box", (_b = {},
13
+ _b["arc-Box--fullHeight"] = isFullHeight,
14
+ _b["arc-Box--borderRadius"] = isBorderRadius,
15
+ _b["arc-Box--borderThin"] = borderWidth === "thin",
16
+ _b["arc-Box--borderMedium"] = borderWidth === "medium",
17
+ _b["arc-Box--elevation1"] = elevationLevel === "1",
18
+ _b["arc-Box--elevation2"] = elevationLevel === "2",
19
+ _b)) }, filterDataAttrs(props)),
20
+ React__default.createElement(Surface, { padding: padding, background: surface, isTransparent: isSurfaceTransparent }, children)));
21
+ };
22
+
23
+ export { Box as B };
@@ -1,8 +1,7 @@
1
- import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-288c66b5.js';
1
+ import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
2
  import { c as classNames } from './index-2e73c2e9.js';
3
3
  import React__default, { useContext } from 'react';
4
- import { s as suffixModifier } from './suffix-modifier-1ce05abe.js';
5
- import { C as Context } from './Surface-71d21a9e.js';
4
+ import { C as Context } from './Surface-56d329b0.js';
6
5
 
7
6
  /**
8
7
  * Use `BrandLogo` to display the brand logo.
@@ -1,28 +1,29 @@
1
- import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-288c66b5.js';
1
+ import { a as __assign, _ as __rest, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
2
  import React__default, { useRef, useState, useEffect } from 'react';
3
3
  import { d as debounce_1 } from './debounce-c8e41002.js';
4
- import { T as ThemeIcon } from './ThemeIcon-c2dc41a6.js';
4
+ import { I as Icon } from './Icon-3e813b34.js';
5
+ import { B as BtIconChevronLeft2Px, a as BtIconChevronRight2Px } from './BtIconChevronRight2Px.esm-84262845.js';
5
6
  import { c as classNames } from './index-2e73c2e9.js';
6
7
  import { h as handleLinkClick } from './handle-link-click-f64f55a2.js';
7
8
 
8
9
  var BreadcrumbsItem = function (_a) {
9
- var spacerIconAfter = _a.spacerIconAfter, spacerIconBefore = _a.spacerIconBefore, children = _a.children, props = __rest(_a, ["spacerIconAfter", "spacerIconBefore", "children"]);
10
- return (React__default.createElement("li", __assign({ className: "arc-Breadcrumbs-item" }, filterDataAttrs(props)),
10
+ var spacerIconAfter = _a.spacerIconAfter, spacerIconBefore = _a.spacerIconBefore, children = _a.children;
11
+ return (React__default.createElement("li", { className: "arc-Breadcrumbs-item" },
11
12
  spacerIconBefore && (React__default.createElement("div", { className: "arc-Breadcrumbs-spacerIcon", "data-testid": "arc-chevron-left-2px", "aria-hidden": "true" },
12
- React__default.createElement(ThemeIcon, { icon: "breadcrumbLeft" }))),
13
+ React__default.createElement(Icon, { icon: BtIconChevronLeft2Px }))),
13
14
  children,
14
15
  spacerIconAfter && (React__default.createElement("div", { className: "arc-Breadcrumbs-spacerIcon", "aria-hidden": "true" },
15
- React__default.createElement(ThemeIcon, { icon: "breadcrumbRight" })))));
16
+ React__default.createElement(Icon, { icon: BtIconChevronRight2Px })))));
16
17
  };
17
18
 
18
19
  var BreadcrumbsLink = React__default.forwardRef(function (_a, ref) {
19
- var onClick = _a.onClick, href = _a.href, isActive = _a.isActive, children = _a.children, props = __rest(_a, ["onClick", "href", "isActive", "children"]);
20
- return (React__default.createElement(React__default.Fragment, null, isActive || href === undefined ? (React__default.createElement("span", __assign({ onClick: onClick, className: classNames({
20
+ var onClick = _a.onClick, href = _a.href, isActive = _a.isActive, children = _a.children;
21
+ return (React__default.createElement(React__default.Fragment, null, isActive || href === undefined ? (React__default.createElement("span", { onClick: onClick, className: classNames({
21
22
  "arc-Breadcrumbs-text": true,
22
23
  "arc-Breadcrumbs-text--active": isActive
23
- }) }, filterDataAttrs(props)), children)) : (React__default.createElement("a", __assign({}, (onClick && ref
24
+ }) }, children)) : (React__default.createElement("a", __assign({}, (onClick && ref
24
25
  ? { onClick: onClick }
25
- : { onClick: handleLinkClick({ handler: onClick }) }), { className: "arc-Breadcrumbs-text", ref: ref, href: href }, filterDataAttrs(props)), children))));
26
+ : { onClick: handleLinkClick({ handler: onClick }) }), { className: "arc-Breadcrumbs-text", ref: ref, href: href }), children))));
26
27
  });
27
28
 
28
29
  /** Use `Breadcrumbs` to add a secondary navigation scheme that reveals the user’s location. Each item should be wrapped with `Breadcrumbs.Item` */
@@ -0,0 +1,24 @@
1
+ import React__default from 'react';
2
+
3
+ const BtIconArrowRight = (props) =>
4
+ /*#__PURE__*/ React__default.createElement(
5
+ "svg",
6
+ Object.assign(
7
+ {
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ },
12
+ props,
13
+ ),
14
+ /*#__PURE__*/ React__default.createElement("path", {
15
+ d: "M16 2C13.2311 2 10.5243 2.82109 8.22202 4.35943C5.91973 5.89777 4.12531 8.08427 3.06569 10.6424C2.00606 13.2006 1.72881 16.0155 2.26901 18.7313C2.8092 21.447 4.14257 23.9416 6.10051 25.8995C8.05844 27.8574 10.553 29.1908 13.2687 29.731C15.9845 30.2712 18.7994 29.9939 21.3576 28.9343C23.9157 27.8747 26.1022 26.0803 27.6406 23.778C29.1789 21.4757 30 18.7689 30 16C30 12.287 28.525 8.72601 25.8995 6.1005C23.274 3.475 19.713 2 16 2ZM16 29C13.4288 29 10.9154 28.2376 8.77759 26.8091C6.63975 25.3806 4.97351 23.3503 3.98957 20.9749C3.00563 18.5994 2.74818 15.9856 3.24979 13.4638C3.7514 10.9421 4.98953 8.62569 6.80761 6.80761C8.6257 4.98953 10.9421 3.7514 13.4638 3.24979C15.9856 2.74818 18.5994 3.00563 20.9749 3.98957C23.3503 4.97351 25.3806 6.63975 26.8091 8.77759C28.2376 10.9154 29 13.4288 29 16C28.996 19.4466 27.6251 22.7509 25.188 25.188C22.7509 27.6251 19.4466 28.996 16 29Z",
16
+ fill: "currentColor",
17
+ }),
18
+ /*#__PURE__*/ React__default.createElement("path", {
19
+ d: "M18.146 11.646C18.0523 11.7398 17.9996 11.8669 17.9996 11.9995C17.9996 12.1321 18.0523 12.2592 18.146 12.353L21.293 15.5H9.5C9.36739 15.5 9.24021 15.5527 9.14645 15.6464C9.05268 15.7402 9 15.8674 9 16C9 16.1326 9.05268 16.2598 9.14645 16.3536C9.24021 16.4473 9.36739 16.5 9.5 16.5H21.293L18.147 19.646C18.0992 19.6921 18.0612 19.7473 18.0349 19.8083C18.0087 19.8693 17.995 19.9349 17.9944 20.0013C17.9938 20.0677 18.0064 20.1335 18.0316 20.195C18.0567 20.2564 18.0939 20.3123 18.1408 20.3592C18.1877 20.4061 18.2436 20.4433 18.305 20.4684C18.3665 20.4936 18.4323 20.5062 18.4987 20.5056C18.5651 20.505 18.6307 20.4913 18.6917 20.4651C18.7527 20.4388 18.8079 20.4008 18.854 20.353L23.207 16L18.853 11.646C18.7592 11.5523 18.6321 11.4996 18.4995 11.4996C18.3669 11.4996 18.2398 11.5523 18.146 11.646Z",
20
+ fill: "currentColor",
21
+ }),
22
+ );
23
+
24
+ export { BtIconArrowRight as B };
@@ -0,0 +1,37 @@
1
+ import React__default from 'react';
2
+
3
+ const BtIconChevronLeft2Px = (props) =>
4
+ /*#__PURE__*/ React__default.createElement(
5
+ "svg",
6
+ Object.assign(
7
+ {
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ },
12
+ props,
13
+ ),
14
+ /*#__PURE__*/ React__default.createElement("path", {
15
+ d: "M22.5 29.999C22.3687 29.9991 22.2386 29.9733 22.1173 29.923C21.9959 29.8727 21.8857 29.799 21.793 29.706L8.086 15.993L21.793 2.29398C21.9806 2.10648 22.2351 2.00119 22.5004 2.00128C22.7656 2.00138 23.02 2.10684 23.2075 2.29448C23.395 2.48213 23.5003 2.73657 23.5002 3.00184C23.5001 3.26711 23.3946 3.52148 23.207 3.70898L10.914 15.994L23.207 28.29C23.3468 28.4298 23.442 28.608 23.4806 28.802C23.5192 28.9959 23.4993 29.1969 23.4237 29.3796C23.348 29.5623 23.2199 29.7185 23.0555 29.8284C22.891 29.9383 22.6978 29.9969 22.5 29.997V29.999Z",
16
+ fill: "currentColor",
17
+ }),
18
+ );
19
+
20
+ const BtIconChevronRight2Px = (props) =>
21
+ /*#__PURE__*/ React__default.createElement(
22
+ "svg",
23
+ Object.assign(
24
+ {
25
+ viewBox: "0 0 32 32",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ },
29
+ props,
30
+ ),
31
+ /*#__PURE__*/ React__default.createElement("path", {
32
+ d: "M9.5 29.999C9.30204 29.9992 9.10849 29.9406 8.94387 29.8306C8.77924 29.7207 8.65095 29.5644 8.57524 29.3815C8.49953 29.1986 8.47981 28.9973 8.51857 28.8032C8.55734 28.6091 8.65285 28.4308 8.793 28.291L21.086 16.006L8.793 3.71002C8.60536 3.52251 8.49989 3.26815 8.4998 3.00288C8.4997 2.73761 8.60499 2.48316 8.7925 2.29552C8.98001 2.10788 9.23437 2.00241 9.49964 2.00232C9.76492 2.00223 10.0194 2.10751 10.207 2.29502L23.914 16.008L10.207 29.708C10.1141 29.8008 10.0039 29.8743 9.88259 29.9244C9.76127 29.9746 9.63126 29.9992 9.5 29.999Z",
33
+ fill: "currentColor",
34
+ }),
35
+ );
36
+
37
+ export { BtIconChevronLeft2Px as B, BtIconChevronRight2Px as a };
@@ -0,0 +1,22 @@
1
+ import React__default from 'react';
2
+
3
+ const BtIconChevronRightMid = (props) =>
4
+ /*#__PURE__*/ React__default.createElement(
5
+ "svg",
6
+ Object.assign(
7
+ {
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ },
12
+ props,
13
+ ),
14
+ /*#__PURE__*/ React__default.createElement("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M18.0909 16.0004L12.3935 10.2964C12.1415 10.0439 12 9.70178 12 9.34507C12 8.98835 12.1415 8.64621 12.3935 8.39374C12.5181 8.26892 12.6661 8.1699 12.829 8.10234C12.9919 8.03478 13.1665 8 13.3429 8C13.5192 8 13.6938 8.03478 13.8567 8.10234C14.0196 8.1699 14.1676 8.26892 14.2922 8.39374L20.9402 15.0497C21.1918 15.3022 21.3331 15.644 21.3331 16.0004C21.3331 16.3568 21.1918 16.6986 20.9402 16.9511L14.2922 23.6071C14.1676 23.7319 14.0196 23.8309 13.8567 23.8985C13.6938 23.966 13.5192 24.0008 13.3429 24.0008C13.1665 24.0008 12.9919 23.966 12.829 23.8985C12.6661 23.8309 12.5181 23.7319 12.3935 23.6071C12.1415 23.3546 12 23.0125 12 22.6557C12 22.299 12.1415 21.9569 12.3935 21.7044L18.0909 16.0004Z",
18
+ fill: "currentColor",
19
+ }),
20
+ );
21
+
22
+ export { BtIconChevronRightMid as B };
@@ -0,0 +1,24 @@
1
+ import React__default from 'react';
2
+
3
+ const BtIconPlayFill = (props) =>
4
+ /*#__PURE__*/ React__default.createElement(
5
+ "svg",
6
+ Object.assign(
7
+ {
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ },
12
+ props,
13
+ ),
14
+ /*#__PURE__*/ React__default.createElement("path", {
15
+ d: "M13.161 11.762C13.1449 11.7522 13.1264 11.747 13.1075 11.747C13.0886 11.747 13.0701 11.7522 13.054 11.762C13.0374 11.7709 13.0236 11.7841 13.014 11.8004C13.0045 11.8166 12.9996 11.8352 13 11.854V20.142C12.9996 20.161 13.0044 20.1797 13.0139 20.1961C13.0234 20.2125 13.0373 20.226 13.054 20.235C13.0702 20.2446 13.0887 20.2497 13.1075 20.2497C13.1263 20.2497 13.1448 20.2446 13.161 20.235L20.339 16.091C20.3555 16.0821 20.3693 16.0688 20.3788 16.0525C20.3884 16.0363 20.3933 16.0178 20.393 15.999C20.3935 15.9799 20.3887 15.961 20.3792 15.9444C20.3697 15.9278 20.3558 15.9142 20.339 15.905L13.161 11.762Z",
16
+ fill: "currentColor",
17
+ }),
18
+ /*#__PURE__*/ React__default.createElement("path", {
19
+ d: "M16 2C13.2311 2 10.5243 2.82109 8.22202 4.35943C5.91973 5.89777 4.12532 8.08427 3.06569 10.6424C2.00607 13.2006 1.72882 16.0155 2.26901 18.7313C2.80921 21.447 4.14258 23.9416 6.10051 25.8995C8.05845 27.8574 10.553 29.1908 13.2687 29.731C15.9845 30.2712 18.7994 29.9939 21.3576 28.9343C23.9157 27.8747 26.1022 26.0803 27.6406 23.778C29.1789 21.4757 30 18.7689 30 16C30 12.287 28.525 8.72601 25.8995 6.1005C23.274 3.475 19.713 2 16 2ZM20.839 16.957L13.661 21.102C13.4926 21.199 13.3016 21.25 13.1072 21.2499C12.9128 21.2497 12.7219 21.1984 12.5536 21.1012C12.3853 21.0039 12.2455 20.8641 12.1484 20.6957C12.0512 20.5273 12 20.3364 12 20.142V11.854C12.0001 11.6597 12.0513 11.4688 12.1485 11.3005C12.2458 11.1323 12.3856 10.9926 12.5539 10.8955C12.7223 10.7984 12.9132 10.7473 13.1075 10.7474C13.3019 10.7475 13.4928 10.7987 13.661 10.896L20.839 15.04C21.0072 15.1372 21.1469 15.2769 21.244 15.4452C21.3411 15.6134 21.3922 15.8042 21.3922 15.9985C21.3922 16.1928 21.3411 16.3836 21.244 16.5518C21.1469 16.7201 21.0072 16.8598 20.839 16.957Z",
20
+ fill: "currentColor",
21
+ }),
22
+ );
23
+
24
+ export { BtIconPlayFill as B };
@@ -1,10 +1,9 @@
1
- import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-288c66b5.js';
1
+ import { _ as __rest, s as suffixModifier, a as __assign, f as filterDataAttrs } from './index.es-4921e8dd.js';
2
2
  import { c as classNames } from './index-2e73c2e9.js';
3
3
  import React__default, { forwardRef, useContext } from 'react';
4
- import { s as suffixModifier } from './suffix-modifier-1ce05abe.js';
5
- import { I as Icon } from './Icon-512f834f.js';
6
- import { C as Context } from './Surface-71d21a9e.js';
7
- import { T as ThemeIcon } from './ThemeIcon-c2dc41a6.js';
4
+ import { I as Icon } from './Icon-3e813b34.js';
5
+ import { C as Context } from './Surface-56d329b0.js';
6
+ import { T as ThemeIcon } from './ThemeIcon-810de4bc.js';
8
7
 
9
8
  /**
10
9
  * Use `Button` to let a user complete an action like ‘Log in’ or ‘Register’.