@easypost/easy-ui 1.0.0-alpha.60 → 1.0.0-alpha.62

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 (289) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/CHANGELOG.md +12 -0
  8. package/Calendar/CalendarCell.d.ts.map +1 -1
  9. package/Calendar/index.js +2 -40
  10. package/Calendar/index.mjs +2 -40
  11. package/Card/index.js +1 -1
  12. package/Card/index.mjs +1 -1
  13. package/Checkbox/index.js +1 -1
  14. package/Checkbox/index.mjs +1 -1
  15. package/CodeBlock/index.js +14 -14
  16. package/CodeBlock/index.mjs +16 -16
  17. package/CodeSnippet/index.js +1 -1
  18. package/CodeSnippet/index.mjs +1 -1
  19. package/DataGrid/index.js +69 -68
  20. package/DataGrid/index.mjs +75 -74
  21. package/DatePicker/DateField.d.ts +14 -0
  22. package/DatePicker/DateField.d.ts.map +1 -0
  23. package/DatePicker/DatePicker.d.ts +91 -0
  24. package/DatePicker/DatePicker.d.ts.map +1 -0
  25. package/DatePicker/DatePicker.stories.d.ts +14 -0
  26. package/DatePicker/DatePicker.stories.d.ts.map +1 -0
  27. package/DatePicker/DatePicker.test.d.ts +2 -0
  28. package/DatePicker/DatePicker.test.d.ts.map +1 -0
  29. package/DatePicker/DatePickerBase.d.ts +32 -0
  30. package/DatePicker/DatePickerBase.d.ts.map +1 -0
  31. package/DatePicker/DatePickerOverlay.d.ts +12 -0
  32. package/DatePicker/DatePickerOverlay.d.ts.map +1 -0
  33. package/DatePicker/DatePickerTrigger.d.ts +20 -0
  34. package/DatePicker/DatePickerTrigger.d.ts.map +1 -0
  35. package/DatePicker/index.d.ts +2 -0
  36. package/DatePicker/index.d.ts.map +1 -0
  37. package/DatePicker/index.js +275 -0
  38. package/DatePicker/index.mjs +275 -0
  39. package/DateRangePicker/DateRangePicker.d.ts +89 -0
  40. package/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  41. package/DateRangePicker/DateRangePicker.stories.d.ts +14 -0
  42. package/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -0
  43. package/DateRangePicker/DateRangePicker.test.d.ts +2 -0
  44. package/DateRangePicker/DateRangePicker.test.d.ts.map +1 -0
  45. package/DateRangePicker/index.d.ts +2 -0
  46. package/DateRangePicker/index.d.ts.map +1 -0
  47. package/DateRangePicker/index.js +434 -0
  48. package/DateRangePicker/index.mjs +434 -0
  49. package/Drawer/index.js +25 -24
  50. package/Drawer/index.mjs +22 -21
  51. package/DropdownButton/index.js +13 -13
  52. package/DropdownButton/index.mjs +13 -13
  53. package/EmptyStateCard/index.js +8 -8
  54. package/EmptyStateCard/index.mjs +8 -8
  55. package/FocusedProductLayout/index.js +25 -78
  56. package/FocusedProductLayout/index.mjs +24 -61
  57. package/ForgeLayout/ForgeLayout.d.ts +14 -22
  58. package/ForgeLayout/ForgeLayout.d.ts.map +1 -1
  59. package/ForgeLayout/ForgeLayout.stories.d.ts.map +1 -1
  60. package/ForgeLayout/ForgeLayoutControls.d.ts +38 -0
  61. package/ForgeLayout/ForgeLayoutControls.d.ts.map +1 -0
  62. package/ForgeLayout/ForgeLayoutHeader.d.ts +18 -0
  63. package/ForgeLayout/ForgeLayoutHeader.d.ts.map +1 -0
  64. package/ForgeLayout/index.js +426 -62
  65. package/ForgeLayout/index.mjs +429 -65
  66. package/FormLayout/index.js +5 -5
  67. package/FormLayout/index.mjs +5 -5
  68. package/HorizontalGrid/index.js +1 -1
  69. package/HorizontalGrid/index.mjs +1 -1
  70. package/HorizontalStack/index.js +1 -1
  71. package/HorizontalStack/index.mjs +1 -1
  72. package/Icon/index.js +1 -1
  73. package/Icon/index.mjs +1 -1
  74. package/IconButton/index.js +13 -13
  75. package/IconButton/index.mjs +13 -13
  76. package/InputField/index.js +1 -1
  77. package/InputField/index.mjs +1 -1
  78. package/KebabButton/index.js +1 -1
  79. package/KebabButton/index.mjs +1 -1
  80. package/Menu/index.js +1 -1
  81. package/Menu/index.mjs +1 -1
  82. package/Modal/index.js +26 -25
  83. package/Modal/index.mjs +23 -22
  84. package/NexusLayout/index.js +30 -30
  85. package/NexusLayout/index.mjs +32 -32
  86. package/Notification/index.js +1 -1
  87. package/Notification/index.mjs +1 -1
  88. package/Pagination/index.js +8 -8
  89. package/Pagination/index.mjs +8 -8
  90. package/PillGroup/index.js +17 -16
  91. package/PillGroup/index.mjs +25 -24
  92. package/ProductLayout/index.js +28 -27
  93. package/ProductLayout/index.mjs +26 -25
  94. package/Provider/index.js +2 -2
  95. package/Provider/index.mjs +2 -2
  96. package/RadioButtonGroup/index.js +5 -5
  97. package/RadioButtonGroup/index.mjs +8 -8
  98. package/RadioGroup/index.js +3 -332
  99. package/RadioGroup/index.mjs +3 -332
  100. package/RangeCalendar/RangeCalendar.test.d.ts +2 -1
  101. package/RangeCalendar/RangeCalendar.test.d.ts.map +1 -1
  102. package/RangeCalendar/index.js +2 -226
  103. package/RangeCalendar/index.mjs +2 -226
  104. package/SearchNav/index.js +50 -86
  105. package/SearchNav/index.mjs +50 -86
  106. package/SectionCard/index.js +7 -7
  107. package/SectionCard/index.mjs +7 -7
  108. package/Select/index.js +8 -7
  109. package/Select/index.mjs +6 -5
  110. package/SelectorErrorTooltip/index.js +1 -1
  111. package/SelectorErrorTooltip/index.mjs +1 -1
  112. package/Spinner/index.js +1 -1
  113. package/Spinner/index.mjs +1 -1
  114. package/SplitToggleCard/index.js +4 -4
  115. package/SplitToggleCard/index.mjs +4 -4
  116. package/Stepper/index.js +1 -1
  117. package/Stepper/index.mjs +1 -1
  118. package/TabNav/index.js +1 -1
  119. package/TabNav/index.mjs +1 -1
  120. package/TabPanels/index.js +4 -4
  121. package/TabPanels/index.mjs +10 -10
  122. package/Tabs/index.js +1 -1
  123. package/Tabs/index.mjs +1 -1
  124. package/Text/index.js +1 -1
  125. package/Text/index.mjs +1 -1
  126. package/TextField/index.js +2 -43
  127. package/TextField/index.mjs +2 -43
  128. package/Textarea/index.js +1 -1
  129. package/Textarea/index.mjs +1 -1
  130. package/Toggle/index.js +1 -1
  131. package/Toggle/index.mjs +1 -1
  132. package/ToggleCard/index.js +2 -2
  133. package/ToggleCard/index.mjs +2 -2
  134. package/Tooltip/index.js +1 -1
  135. package/Tooltip/index.mjs +1 -1
  136. package/UnstyledButton/index.js +1 -1
  137. package/UnstyledButton/index.mjs +1 -1
  138. package/VerticalNav/index.js +25 -25
  139. package/VerticalNav/index.mjs +28 -28
  140. package/VerticalStack/index.js +1 -1
  141. package/VerticalStack/index.mjs +1 -1
  142. package/__chunks__/ArrowBack-BFS-tCpV.mjs +41 -0
  143. package/__chunks__/ArrowBack-C_LSatif.js +57 -0
  144. package/__chunks__/{Button-D8vjHIx8.js → Button-BvLvcmfd.js} +7 -3
  145. package/__chunks__/{Button-D0YAQvKG.mjs → Button-CDRssWxC.mjs} +13 -9
  146. package/__chunks__/{Button-bGGT-c6v.mjs → Button-D7ivIUf4.mjs} +18 -18
  147. package/__chunks__/{Button-DuqSI9GS.js → Button-Dcxti-xS.js} +18 -18
  148. package/__chunks__/Calendar-D9bC6_UA.js +41 -0
  149. package/__chunks__/Calendar-WxiJzkoO.mjs +42 -0
  150. package/__chunks__/{CalendarBase-CiBPzvL4.js → CalendarBase-BYEUj-DL.js} +97 -25
  151. package/__chunks__/{CalendarBase-DbXh9rhk.mjs → CalendarBase-B_2qDiO8.mjs} +104 -32
  152. package/__chunks__/{Card-93kQP9IL.js → Card-B0ACXPm1.js} +12 -12
  153. package/__chunks__/{Card-DdHvpDEw.mjs → Card-CwZYA0Rd.mjs} +12 -12
  154. package/__chunks__/{Checkbox-MbPCVxqs.js → Checkbox-CO5WIkp8.js} +22 -22
  155. package/__chunks__/{Checkbox-BRrfKcFE.mjs → Checkbox-DGX3jXaj.mjs} +24 -24
  156. package/__chunks__/{CodeSnippet-D9ZZXVs3.js → CodeSnippet-CY3KR9Ex.js} +2 -2
  157. package/__chunks__/{CodeSnippet-xb-psm_O.mjs → CodeSnippet-DIWeGxFL.mjs} +2 -2
  158. package/__chunks__/DatePickerBase-BP_jPq4G.mjs +3152 -0
  159. package/__chunks__/DatePickerBase-C6kR9zvT.js +3166 -0
  160. package/__chunks__/{FocusScope-Co1hHX8R.js → FocusScope-DFE0IeGl.js} +1 -1
  161. package/__chunks__/{FocusScope-CEeqhVmO.mjs → FocusScope-Qg8vUhZ_.mjs} +5 -5
  162. package/__chunks__/{HelpMenu-CCHBb1Kr.mjs → HelpMenu-QryDILTE.mjs} +7 -7
  163. package/__chunks__/{HelpMenu-E6z6tRl8.js → HelpMenu-nmkAgUqs.js} +7 -7
  164. package/__chunks__/{HorizontalGrid-vw7R2Tld.mjs → HorizontalGrid-CX45xj2U.mjs} +1 -1
  165. package/__chunks__/{HorizontalGrid-B7ijxURd.js → HorizontalGrid-cSfGLAIn.js} +1 -1
  166. package/__chunks__/{HorizontalStack-Dx9zYaH0.mjs → HorizontalStack-CdtNq_TW.mjs} +1 -1
  167. package/__chunks__/{HorizontalStack-1g4N72TF.js → HorizontalStack-D4ecxt6R.js} +1 -1
  168. package/__chunks__/{Icon-QGDwoR1f.mjs → Icon-BNi1LKXX.mjs} +2 -2
  169. package/__chunks__/{Icon-oPEVg2C8.js → Icon-Pxk1cmPj.js} +2 -2
  170. package/__chunks__/InputCaption-BzH_oClR.js +60 -0
  171. package/__chunks__/InputCaption-DaOqqN-Z.mjs +61 -0
  172. package/__chunks__/{InputField-BI73lSp6.mjs → InputField-0omK7H0I.mjs} +11 -10
  173. package/__chunks__/{InputField-BGBRvVMR.js → InputField-Blilgkum.js} +9 -8
  174. package/__chunks__/InputIcon-CUhKpP7V.mjs +112 -0
  175. package/__chunks__/InputIcon-DGOX-4el.js +111 -0
  176. package/__chunks__/{KebabButton-DBLcfQI6.mjs → KebabButton-CrkSDYoR.mjs} +5 -5
  177. package/__chunks__/{KebabButton-C15-V-k2.js → KebabButton-DH5KZwlY.js} +5 -5
  178. package/__chunks__/{LiveAnnouncer-Bi_Y3tfX.mjs → LiveAnnouncer-BSV5-C0m.mjs} +5 -1
  179. package/__chunks__/{LiveAnnouncer-Dwkwacle.js → LiveAnnouncer-CzeNwq2D.js} +4 -0
  180. package/__chunks__/{Menu-BELtbX2b.mjs → Menu-CbEch8RV.mjs} +23 -21
  181. package/__chunks__/{Menu-Cuqxc1iw.js → Menu-D8tCyOf5.js} +36 -34
  182. package/__chunks__/{Notification-lqESwByD.mjs → Notification-BS8B_D0s.mjs} +20 -20
  183. package/__chunks__/{Notification-D90-75ZN.js → Notification-COhKVqOV.js} +17 -17
  184. package/__chunks__/{Spinner-D3LMSY80.js → NumberFormatter-CXW1Iqpu.js} +1 -79
  185. package/__chunks__/{Spinner-tHEG0z1g.mjs → NumberFormatter-p5KNJNTT.mjs} +1 -79
  186. package/__chunks__/{Overlay-ZinDp2HW.js → Overlay-Dmwy9VjC.js} +59 -3
  187. package/__chunks__/{Overlay-CuhLUuXt.mjs → Overlay-DyfvFsGi.mjs} +64 -8
  188. package/__chunks__/RadioGroup-CCObCqda.js +333 -0
  189. package/__chunks__/RadioGroup-DZxaIqD6.mjs +334 -0
  190. package/__chunks__/RangeCalendar-CPEW2_Ij.mjs +228 -0
  191. package/__chunks__/RangeCalendar-V_YZXfhI.js +227 -0
  192. package/__chunks__/Search-BY7IgEyX.js +57 -0
  193. package/__chunks__/Search-Cyblmqo5.mjs +41 -0
  194. package/__chunks__/{SelectOverlay-pFcbx7UM.js → SelectOverlay-CvCbJFfX.js} +38 -36
  195. package/__chunks__/{SelectOverlay-CadnQpV0.mjs → SelectOverlay-DdC6a9yW.mjs} +36 -34
  196. package/__chunks__/{SelectionManager-IO4G_cI2.mjs → SelectionManager-DCO_d3m1.mjs} +2 -2
  197. package/__chunks__/{SelectorErrorTooltip-Cfzpo7X3.js → SelectorErrorTooltip-BK76kp1j.js} +4 -4
  198. package/__chunks__/{SelectorErrorTooltip-CFlgzXu5.mjs → SelectorErrorTooltip-Cja4A8Yq.mjs} +4 -4
  199. package/__chunks__/Spinner-BOumHc9g.js +100 -0
  200. package/__chunks__/Spinner-D5Cnx9wv.mjs +101 -0
  201. package/__chunks__/{Stepper-B0w3sKYh.mjs → Stepper-B4VoJaxe.mjs} +28 -28
  202. package/__chunks__/{Stepper-Bbihngk4.js → Stepper-CZsNTl_A.js} +26 -26
  203. package/__chunks__/{TabNav-2W0d3JQ0.mjs → TabNav-C0dTC1c_.mjs} +1 -1
  204. package/__chunks__/{TabNav-BHETvib0.js → TabNav-DFFWhGpM.js} +1 -1
  205. package/__chunks__/{Tabs-9dihRp0n.js → Tabs-DbfPjHiY.js} +17 -17
  206. package/__chunks__/{Tabs-C-D794Gi.mjs → Tabs-MBY9JDS4.mjs} +19 -19
  207. package/__chunks__/{Text-CEI17LPu.js → Text-Bbhl1fdd.js} +34 -34
  208. package/__chunks__/{Text-D8wg72pq.mjs → Text-tpkE6IlH.mjs} +34 -34
  209. package/__chunks__/TextField-B57OAIEI.mjs +45 -0
  210. package/__chunks__/TextField-Mi3s9lvx.js +44 -0
  211. package/__chunks__/{Toggle-DlIBs_Za.mjs → Toggle-CHcQwbtX.mjs} +14 -14
  212. package/__chunks__/{Toggle-4oQhSggV.js → Toggle-Ctc8EPUL.js} +12 -12
  213. package/__chunks__/{Tooltip-7wXzqEZl.js → Tooltip-Cf1iqjg9.js} +11 -11
  214. package/__chunks__/{Tooltip-Cxv7qnVD.mjs → Tooltip-DdaxfuX_.mjs} +13 -13
  215. package/__chunks__/{UnstyledButton-B7BScs8i.mjs → UnstyledButton-CrSLb-W8.mjs} +2 -2
  216. package/__chunks__/{UnstyledButton-Dn8KZHdh.js → UnstyledButton-DfjYrePV.js} +1 -1
  217. package/__chunks__/{VerticalStack-BTB8fX9P.js → VerticalStack-BkqSVZuy.js} +3 -3
  218. package/__chunks__/{VerticalStack-HnwP17N3.mjs → VerticalStack-CeDKl8Ee.mjs} +3 -3
  219. package/__chunks__/{VisuallyHidden-BttNIgVC.mjs → VisuallyHidden-BC5PXI9q.mjs} +2 -2
  220. package/__chunks__/{ariaHideOutside-DNGR3Fo6.js → ariaHideOutside-B6WqGXJj.js} +1 -25
  221. package/__chunks__/{ariaHideOutside-DcIkumuG.mjs → ariaHideOutside-CxWZQtI1.mjs} +5 -29
  222. package/__chunks__/{context-DEwqildc.mjs → context-BZCcafjG.mjs} +1 -1
  223. package/__chunks__/{context-C6CFGY_J.js → context-CYcq9Zvo.js} +12 -0
  224. package/__chunks__/{context-CgOWZch5.mjs → context-EpOG85wC.mjs} +13 -1
  225. package/__chunks__/{focusSafely-Dw7K4rnX.mjs → focusSafely-BWGCG3W3.mjs} +3 -3
  226. package/__chunks__/{focusSafely-sLifanM7.js → focusSafely-BvrXUhlW.js} +1 -1
  227. package/__chunks__/{isVirtualEvent-BFRy7P_p.mjs → isVirtualEvent-BPCuFO54.mjs} +2 -2
  228. package/__chunks__/{mergeProps-T961Q1yJ.mjs → mergeProps-DSi85raC.mjs} +4 -4
  229. package/__chunks__/{scrollIntoView-GfnXaOCE.mjs → scrollIntoView-CZM0k-rp.mjs} +1 -1
  230. package/__chunks__/{useButton-B1CurEpI.mjs → useButton-BK6hwK02.mjs} +3 -3
  231. package/__chunks__/{useButton-DvulUoU2.js → useButton-DZ0C3d-K.js} +2 -2
  232. package/__chunks__/useCollator-B-keb3wA.mjs +13 -0
  233. package/__chunks__/useCollator-DGrSWVh4.js +12 -0
  234. package/__chunks__/{useDialog-DAYxqkKY.mjs → useDialog-c-C07qhw.mjs} +5 -29
  235. package/__chunks__/{useDialog-Dsqz1M_N.js → useDialog-wy_ru95P.js} +3 -27
  236. package/__chunks__/{useEdgeInterceptors-BCHFmpf_.js → useEdgeInterceptors-CnwnUfBU.js} +5 -5
  237. package/__chunks__/{useEdgeInterceptors-CVxwDmQ0.mjs → useEdgeInterceptors-ax9tmtdh.mjs} +5 -5
  238. package/__chunks__/{useEvent-C5RCZjKr.mjs → useEvent-B0fsKtsf.mjs} +1 -1
  239. package/__chunks__/{useField-DWmSslhe.mjs → useField-B6VplZ_n.mjs} +2 -2
  240. package/__chunks__/{useFocus-DDj4i8Xy.mjs → useFocus-BJ7JikEx.mjs} +2 -2
  241. package/__chunks__/{useFocusRing-BE_dgxH5.mjs → useFocusRing-YOWeCHgO.mjs} +3 -3
  242. package/__chunks__/{useFocusVisible-CXSIZSY_.mjs → useFocusVisible-ng1Hn25t.mjs} +2 -2
  243. package/__chunks__/{useFocusWithin-CDX8m0Wu.mjs → useFocusWithin-B-vQAW9V.mjs} +1 -1
  244. package/__chunks__/{useFocusable-BfXLORiH.js → useFocusable-8kJcp2yc.js} +5 -5
  245. package/__chunks__/{useFocusable-DD5dAIXt.mjs → useFocusable-CNor_Zjt.mjs} +4 -4
  246. package/__chunks__/{useFormReset-CmXMJVpO.mjs → useFormReset-DA1Lwdha.mjs} +1 -1
  247. package/__chunks__/{useFormValidation-C2DoIczP.js → useFormValidation-DYz5WFze.js} +22 -0
  248. package/__chunks__/{useFormValidation-gwcVryr8.mjs → useFormValidation-v2O6VL2V.mjs} +26 -4
  249. package/__chunks__/{useHasTabbableChild-CRCY1COZ.mjs → useHasTabbableChild-BKgmY6ej.mjs} +2 -2
  250. package/__chunks__/{useHasTabbableChild-C34XhtMr.js → useHasTabbableChild-Cs10TUUE.js} +1 -1
  251. package/__chunks__/{useHighlightSelectionDescription-CsB-ufoX.js → useHighlightSelectionDescription-CT5XKTz0.js} +2 -2
  252. package/__chunks__/{useHighlightSelectionDescription-DnW5KkSs.mjs → useHighlightSelectionDescription-Cebr-N8X.mjs} +4 -4
  253. package/__chunks__/{useLabel-C0Q8946u.mjs → useLabel-D37VV43W.mjs} +2 -2
  254. package/__chunks__/{useLabels-Bly436JP.mjs → useLabels-5f58TiCH.mjs} +1 -1
  255. package/__chunks__/{useLink-BOdtE_Mk.js → useLink-DSnaSTQf.js} +2 -2
  256. package/__chunks__/{useLink-B__d3N9L.mjs → useLink-xdTgcuUM.mjs} +3 -3
  257. package/__chunks__/{useListState-CH1PXfc5.mjs → useListState-AFrlkW73.mjs} +1 -1
  258. package/__chunks__/{useLocalizedStringFormatter-B5ons_mh.mjs → useLocalizedStringFormatter-BHXy3Wtu.mjs} +5 -2
  259. package/__chunks__/{useLocalizedStringFormatter-D74_5d4h.js → useLocalizedStringFormatter-CaF1VsOH.js} +3 -0
  260. package/__chunks__/useModalOverlay-BljLSPJ0.js +47 -0
  261. package/__chunks__/useModalOverlay-S0R2uVTX.mjs +48 -0
  262. package/__chunks__/useObjectRef-BOGMJ5vM.js +18 -0
  263. package/__chunks__/useObjectRef-wU82Pkgx.mjs +19 -0
  264. package/__chunks__/{useOverlayPosition-B31NgShQ.mjs → useOverlayPosition-BjK7cu6U.mjs} +4 -4
  265. package/__chunks__/{useOverlayPosition-ucZjuzzI.js → useOverlayPosition-CMvGmqVL.js} +1 -1
  266. package/__chunks__/useOverlayTrigger-DDcXdZOM.mjs +28 -0
  267. package/__chunks__/useOverlayTrigger-Dp7RXQ9B.js +27 -0
  268. package/__chunks__/{usePress-Dz8YYpge.js → usePress-DNETV97g.js} +2 -3
  269. package/__chunks__/{usePress-lFMUra6S.mjs → usePress-Db4pSZfY.mjs} +3 -4
  270. package/__chunks__/{useSelectableItem-BdD2_J2D.mjs → useSelectableItem-D61t76J1.mjs} +10 -10
  271. package/__chunks__/{useSelectableItem-BGvBbIwY.js → useSelectableItem-DpEX9QBc.js} +4 -4
  272. package/__chunks__/{useSelectableList-D0uxeze4.mjs → useSelectableList-BdG5I7cy.mjs} +4 -14
  273. package/__chunks__/{useSelectableList-DlkRkps4.js → useSelectableList-UkBCcTuC.js} +3 -13
  274. package/__chunks__/{useSingleSelectListState-BuqfjUxj.mjs → useSingleSelectListState-DuCUY6dR.mjs} +1 -1
  275. package/__chunks__/{useToggle-b0GY9dCM.mjs → useToggle-BDx-p-Zv.mjs} +4 -4
  276. package/__chunks__/{useToggle-D7gzXCXF.js → useToggle-BfpHeO2F.js} +2 -2
  277. package/__chunks__/{useTreeState-BZxhJy4m.mjs → useTreeState-w_raYfy2.mjs} +1 -1
  278. package/__chunks__/{useTriggerWidth-DEToHKD3.mjs → useTriggerWidth-CRz8zSDa.mjs} +6 -335
  279. package/__chunks__/{useTriggerWidth-C7OT3WI9.js → useTriggerWidth-Dj7C0lza.js} +4 -333
  280. package/__chunks__/utilities-CaBPUKEB.js +353 -0
  281. package/__chunks__/utilities-DASknbaa.mjs +354 -0
  282. package/__chunks__/{utils-XuD3IFpv.mjs → utils-D4ddhsBL.mjs} +58 -21
  283. package/__chunks__/{utils-DXO9zsKE.js → utils-DIF5XAA2.js} +55 -18
  284. package/package.json +1 -1
  285. package/style.css +1851 -1635
  286. package/__chunks__/InputIcon-BGgFAA4L.mjs +0 -168
  287. package/__chunks__/InputIcon-CUOJRoq8.js +0 -167
  288. package/__chunks__/useSyncRef-CPg4onT-.js +0 -13
  289. package/__chunks__/useSyncRef-CpaiKz0R.mjs +0 -14
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
+ const React = require("react");
22
+ const Text = require("./Text-Bbhl1fdd.js");
23
+ const utilities_css = require("../utilities/css.js");
24
+ const mergeProps = require("./mergeProps-DniMwM6P.js");
25
+ const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
26
+ const number = require("./number-C4N6pKyl.js");
27
+ const useLabel = require("./useLabel-t-N6anB8.js");
28
+ const context = require("./context-D3NeXov7.js");
29
+ const NumberFormatter = require("./NumberFormatter-CXW1Iqpu.js");
30
+ function $a916eb452884faea$export$b7a616150fdb9f44(options = {}) {
31
+ let { locale } = context.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
32
+ return React.useMemo(() => new NumberFormatter.$488c6ddbf4ef74c2$export$cc77c4ff7e8673c5(locale, options), [
33
+ locale,
34
+ options
35
+ ]);
36
+ }
37
+ function $204d9ebcedfb8806$export$ed5abd763a836edc(props) {
38
+ let { value = 0, minValue = 0, maxValue = 100, valueLabel, isIndeterminate, formatOptions = {
39
+ style: "percent"
40
+ } } = props;
41
+ let domProps = filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
42
+ labelable: true
43
+ });
44
+ let { labelProps, fieldProps } = useLabel.$d191a55c9702f145$export$8467354a121f1b9f(__spreadProps(__spreadValues({}, props), {
45
+ // Progress bar is not an HTML input element so it
46
+ // shouldn't be labeled by a <label> element.
47
+ labelElementType: "span"
48
+ }));
49
+ value = number.$9446cca9a3875146$export$7d15b64cf5a3a4c4(value, minValue, maxValue);
50
+ let percentage = (value - minValue) / (maxValue - minValue);
51
+ let formatter = $a916eb452884faea$export$b7a616150fdb9f44(formatOptions);
52
+ if (!isIndeterminate && !valueLabel) {
53
+ let valueToFormat = formatOptions.style === "percent" ? percentage : value;
54
+ valueLabel = formatter.format(valueToFormat);
55
+ }
56
+ return {
57
+ progressBarProps: mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(domProps, __spreadProps(__spreadValues({}, fieldProps), {
58
+ "aria-valuenow": isIndeterminate ? void 0 : value,
59
+ "aria-valuemin": minValue,
60
+ "aria-valuemax": maxValue,
61
+ "aria-valuetext": isIndeterminate ? void 0 : valueLabel,
62
+ role: "progressbar"
63
+ })),
64
+ labelProps
65
+ };
66
+ }
67
+ const spinner = "_spinner_1mbke_5";
68
+ const progress = "_progress_1mbke_16";
69
+ const indeterminate = "_indeterminate_1mbke_25";
70
+ const styles = {
71
+ spinner,
72
+ progress,
73
+ indeterminate,
74
+ "indeterminate-ring": "_indeterminate-ring_1mbke_1"
75
+ };
76
+ const Spinner = (props) => {
77
+ var _a, _b;
78
+ const { children, size = "md", color = "neutral.500", isIndeterminate = false, value } = props;
79
+ const { progressBarProps, labelProps } = $204d9ebcedfb8806$export$ed5abd763a836edc(__spreadProps(__spreadValues({}, props), {
80
+ label: children
81
+ }));
82
+ const id = React.useId();
83
+ const degrees = !isIndeterminate && value && value * 360 / 100;
84
+ const style = __spreadValues(__spreadValues(__spreadValues({}, utilities_css.getComponentThemeToken("spinner", "color", "color", color)), utilities_css.getComponentDesignToken("spinner", "size", "size.icon", size)), degrees && __spreadValues({}, utilities_css.getComponentToken("spinner", "degrees", `${degrees}deg`)));
85
+ return React.createElement("div", __spreadProps(__spreadValues({}, progressBarProps), {
86
+ className: styles.spinner,
87
+ style,
88
+ role: isIndeterminate ? "status" : progressBarProps.role,
89
+ "aria-labelledby": (_a = progressBarProps["aria-labelledby"]) != null ? _a : id
90
+ }), isIndeterminate ? React.createElement("div", {
91
+ className: styles.indeterminate
92
+ }, React.createElement("div", null), React.createElement("div", null), React.createElement("div", null)) : React.createElement("div", {
93
+ className: styles.progress
94
+ }), React.createElement(Text.Text, __spreadProps(__spreadValues({}, labelProps), {
95
+ id: (_b = labelProps.id) != null ? _b : id,
96
+ visuallyHidden: !children,
97
+ variant: "subtitle2"
98
+ }), children ? children : "Loading"));
99
+ };
100
+ exports.Spinner = Spinner;
@@ -0,0 +1,101 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ import React__default, { useMemo, useId } from "react";
21
+ import { T as Text } from "./Text-tpkE6IlH.mjs";
22
+ import { getComponentThemeToken, getComponentDesignToken, getComponentToken } from "../utilities/css.mjs";
23
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
24
+ import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
25
+ import { $ as $9446cca9a3875146$export$7d15b64cf5a3a4c4 } from "./number-CLRm_tTs.mjs";
26
+ import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-D37VV43W.mjs";
27
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZCcafjG.mjs";
28
+ import { $ as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5 } from "./NumberFormatter-p5KNJNTT.mjs";
29
+ function $a916eb452884faea$export$b7a616150fdb9f44(options = {}) {
30
+ let { locale } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
31
+ return useMemo(() => new $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5(locale, options), [
32
+ locale,
33
+ options
34
+ ]);
35
+ }
36
+ function $204d9ebcedfb8806$export$ed5abd763a836edc(props) {
37
+ let { value = 0, minValue = 0, maxValue = 100, valueLabel, isIndeterminate, formatOptions = {
38
+ style: "percent"
39
+ } } = props;
40
+ let domProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
41
+ labelable: true
42
+ });
43
+ let { labelProps, fieldProps } = $d191a55c9702f145$export$8467354a121f1b9f(__spreadProps(__spreadValues({}, props), {
44
+ // Progress bar is not an HTML input element so it
45
+ // shouldn't be labeled by a <label> element.
46
+ labelElementType: "span"
47
+ }));
48
+ value = $9446cca9a3875146$export$7d15b64cf5a3a4c4(value, minValue, maxValue);
49
+ let percentage = (value - minValue) / (maxValue - minValue);
50
+ let formatter = $a916eb452884faea$export$b7a616150fdb9f44(formatOptions);
51
+ if (!isIndeterminate && !valueLabel) {
52
+ let valueToFormat = formatOptions.style === "percent" ? percentage : value;
53
+ valueLabel = formatter.format(valueToFormat);
54
+ }
55
+ return {
56
+ progressBarProps: $3ef42575df84b30b$export$9d1611c77c2fe928(domProps, __spreadProps(__spreadValues({}, fieldProps), {
57
+ "aria-valuenow": isIndeterminate ? void 0 : value,
58
+ "aria-valuemin": minValue,
59
+ "aria-valuemax": maxValue,
60
+ "aria-valuetext": isIndeterminate ? void 0 : valueLabel,
61
+ role: "progressbar"
62
+ })),
63
+ labelProps
64
+ };
65
+ }
66
+ const spinner = "_spinner_1mbke_5";
67
+ const progress = "_progress_1mbke_16";
68
+ const indeterminate = "_indeterminate_1mbke_25";
69
+ const styles = {
70
+ spinner,
71
+ progress,
72
+ indeterminate,
73
+ "indeterminate-ring": "_indeterminate-ring_1mbke_1"
74
+ };
75
+ const Spinner = (props) => {
76
+ var _a, _b;
77
+ const { children, size = "md", color = "neutral.500", isIndeterminate = false, value } = props;
78
+ const { progressBarProps, labelProps } = $204d9ebcedfb8806$export$ed5abd763a836edc(__spreadProps(__spreadValues({}, props), {
79
+ label: children
80
+ }));
81
+ const id = useId();
82
+ const degrees = !isIndeterminate && value && value * 360 / 100;
83
+ const style = __spreadValues(__spreadValues(__spreadValues({}, getComponentThemeToken("spinner", "color", "color", color)), getComponentDesignToken("spinner", "size", "size.icon", size)), degrees && __spreadValues({}, getComponentToken("spinner", "degrees", `${degrees}deg`)));
84
+ return React__default.createElement("div", __spreadProps(__spreadValues({}, progressBarProps), {
85
+ className: styles.spinner,
86
+ style,
87
+ role: isIndeterminate ? "status" : progressBarProps.role,
88
+ "aria-labelledby": (_a = progressBarProps["aria-labelledby"]) != null ? _a : id
89
+ }), isIndeterminate ? React__default.createElement("div", {
90
+ className: styles.indeterminate
91
+ }, React__default.createElement("div", null), React__default.createElement("div", null), React__default.createElement("div", null)) : React__default.createElement("div", {
92
+ className: styles.progress
93
+ }), React__default.createElement(Text, __spreadProps(__spreadValues({}, labelProps), {
94
+ id: (_b = labelProps.id) != null ? _b : id,
95
+ visuallyHidden: !children,
96
+ variant: "subtitle2"
97
+ }), children ? children : "Loading"));
98
+ };
99
+ export {
100
+ Spinner as S
101
+ };
@@ -30,15 +30,15 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { createContext, useContext, Children, useMemo } from "react";
33
- import { H as HorizontalStack } from "./HorizontalStack-Dx9zYaH0.mjs";
34
- import { V as VerticalStack } from "./VerticalStack-HnwP17N3.mjs";
33
+ import { H as HorizontalStack } from "./HorizontalStack-CdtNq_TW.mjs";
34
+ import { V as VerticalStack } from "./VerticalStack-CeDKl8Ee.mjs";
35
35
  import { A as ArrowForwardIos } from "./ArrowForwardIos-DSeLeLhY.mjs";
36
36
  import { C as CheckCircle } from "./CheckCircle-C9h2PNWU.mjs";
37
- import { U as UnstyledButton } from "./UnstyledButton-B7BScs8i.mjs";
37
+ import { U as UnstyledButton } from "./UnstyledButton-CrSLb-W8.mjs";
38
38
  import { classNames, variationName } from "../utilities/css.mjs";
39
- import { I as Icon } from "./Icon-QGDwoR1f.mjs";
40
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-BE_dgxH5.mjs";
41
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-T961Q1yJ.mjs";
39
+ import { I as Icon } from "./Icon-BNi1LKXX.mjs";
40
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-YOWeCHgO.mjs";
41
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
42
42
  const InternalStepperContext = createContext(null);
43
43
  function useInternalStepperContext() {
44
44
  const stepperContext = useContext(InternalStepperContext);
@@ -47,25 +47,25 @@ function useInternalStepperContext() {
47
47
  }
48
48
  return stepperContext;
49
49
  }
50
- const containerHorizontal = "_containerHorizontal_wnvx5_5";
51
- const containerVertical = "_containerVertical_wnvx5_15";
52
- const container = "_container_wnvx5_5";
53
- const colorPrimary = "_colorPrimary_wnvx5_24";
54
- const colorInverse = "_colorInverse_wnvx5_32";
55
- const StepButton$1 = "_StepButton_wnvx5_40";
56
- const focusVisible = "_focusVisible_wnvx5_56";
57
- const statusComplete = "_statusComplete_wnvx5_68";
58
- const statusIncomplete = "_statusIncomplete_wnvx5_72";
59
- const statusActive = "_statusActive_wnvx5_76";
60
- const orientationVertical = "_orientationVertical_wnvx5_80";
61
- const indicatorHorizontal = "_indicatorHorizontal_wnvx5_84";
62
- const indicatorVertical = "_indicatorVertical_wnvx5_88";
63
- const indicatorContainer = "_indicatorContainer_wnvx5_92";
64
- const indicatorActive = "_indicatorActive_wnvx5_96";
65
- const indicatorIncomplete = "_indicatorIncomplete_wnvx5_104";
66
- const indicator = "_indicator_wnvx5_84";
67
- const textHorizontal = "_textHorizontal_wnvx5_114";
68
- const textVertical = "_textVertical_wnvx5_123";
50
+ const containerHorizontal = "_containerHorizontal_1gah8_5";
51
+ const containerVertical = "_containerVertical_1gah8_15";
52
+ const container = "_container_1gah8_5";
53
+ const colorPrimary = "_colorPrimary_1gah8_24";
54
+ const colorInverse = "_colorInverse_1gah8_32";
55
+ const StepButton$1 = "_StepButton_1gah8_40";
56
+ const focusVisible = "_focusVisible_1gah8_56";
57
+ const statusComplete = "_statusComplete_1gah8_68";
58
+ const statusIncomplete = "_statusIncomplete_1gah8_72";
59
+ const statusActive = "_statusActive_1gah8_76";
60
+ const orientationVertical = "_orientationVertical_1gah8_80";
61
+ const indicatorHorizontal = "_indicatorHorizontal_1gah8_84";
62
+ const indicatorVertical = "_indicatorVertical_1gah8_88";
63
+ const indicatorContainer = "_indicatorContainer_1gah8_92";
64
+ const indicatorActive = "_indicatorActive_1gah8_96";
65
+ const indicatorIncomplete = "_indicatorIncomplete_1gah8_104";
66
+ const indicator = "_indicator_1gah8_84";
67
+ const textHorizontal = "_textHorizontal_1gah8_114";
68
+ const textVertical = "_textVertical_1gah8_123";
69
69
  const styles$1 = {
70
70
  containerHorizontal,
71
71
  containerVertical,
@@ -108,9 +108,9 @@ function StepButton(props) {
108
108
  className: classNames(styles$1[variationName("text", orientation)])
109
109
  }, children)));
110
110
  }
111
- const separatorPrimary = "_separatorPrimary_14dpb_5";
112
- const separatorInverse = "_separatorInverse_14dpb_9";
113
- const separator = "_separator_14dpb_5";
111
+ const separatorPrimary = "_separatorPrimary_19kgh_5";
112
+ const separatorInverse = "_separatorInverse_19kgh_9";
113
+ const separator = "_separator_19kgh_5";
114
114
  const styles = {
115
115
  separatorPrimary,
116
116
  separatorInverse,
@@ -31,13 +31,13 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const HorizontalStack = require("./HorizontalStack-1g4N72TF.js");
35
- const VerticalStack = require("./VerticalStack-BTB8fX9P.js");
34
+ const HorizontalStack = require("./HorizontalStack-D4ecxt6R.js");
35
+ const VerticalStack = require("./VerticalStack-BkqSVZuy.js");
36
36
  const ArrowForwardIos = require("./ArrowForwardIos-DpRiDPNZ.js");
37
37
  const CheckCircle = require("./CheckCircle-lgmtkEe6.js");
38
- const UnstyledButton = require("./UnstyledButton-Dn8KZHdh.js");
38
+ const UnstyledButton = require("./UnstyledButton-DfjYrePV.js");
39
39
  const utilities_css = require("../utilities/css.js");
40
- const Icon = require("./Icon-oPEVg2C8.js");
40
+ const Icon = require("./Icon-Pxk1cmPj.js");
41
41
  const useFocusRing = require("./useFocusRing-DFRFvht_.js");
42
42
  const mergeProps = require("./mergeProps-DniMwM6P.js");
43
43
  const InternalStepperContext = React.createContext(null);
@@ -48,25 +48,25 @@ function useInternalStepperContext() {
48
48
  }
49
49
  return stepperContext;
50
50
  }
51
- const containerHorizontal = "_containerHorizontal_wnvx5_5";
52
- const containerVertical = "_containerVertical_wnvx5_15";
53
- const container = "_container_wnvx5_5";
54
- const colorPrimary = "_colorPrimary_wnvx5_24";
55
- const colorInverse = "_colorInverse_wnvx5_32";
56
- const StepButton$1 = "_StepButton_wnvx5_40";
57
- const focusVisible = "_focusVisible_wnvx5_56";
58
- const statusComplete = "_statusComplete_wnvx5_68";
59
- const statusIncomplete = "_statusIncomplete_wnvx5_72";
60
- const statusActive = "_statusActive_wnvx5_76";
61
- const orientationVertical = "_orientationVertical_wnvx5_80";
62
- const indicatorHorizontal = "_indicatorHorizontal_wnvx5_84";
63
- const indicatorVertical = "_indicatorVertical_wnvx5_88";
64
- const indicatorContainer = "_indicatorContainer_wnvx5_92";
65
- const indicatorActive = "_indicatorActive_wnvx5_96";
66
- const indicatorIncomplete = "_indicatorIncomplete_wnvx5_104";
67
- const indicator = "_indicator_wnvx5_84";
68
- const textHorizontal = "_textHorizontal_wnvx5_114";
69
- const textVertical = "_textVertical_wnvx5_123";
51
+ const containerHorizontal = "_containerHorizontal_1gah8_5";
52
+ const containerVertical = "_containerVertical_1gah8_15";
53
+ const container = "_container_1gah8_5";
54
+ const colorPrimary = "_colorPrimary_1gah8_24";
55
+ const colorInverse = "_colorInverse_1gah8_32";
56
+ const StepButton$1 = "_StepButton_1gah8_40";
57
+ const focusVisible = "_focusVisible_1gah8_56";
58
+ const statusComplete = "_statusComplete_1gah8_68";
59
+ const statusIncomplete = "_statusIncomplete_1gah8_72";
60
+ const statusActive = "_statusActive_1gah8_76";
61
+ const orientationVertical = "_orientationVertical_1gah8_80";
62
+ const indicatorHorizontal = "_indicatorHorizontal_1gah8_84";
63
+ const indicatorVertical = "_indicatorVertical_1gah8_88";
64
+ const indicatorContainer = "_indicatorContainer_1gah8_92";
65
+ const indicatorActive = "_indicatorActive_1gah8_96";
66
+ const indicatorIncomplete = "_indicatorIncomplete_1gah8_104";
67
+ const indicator = "_indicator_1gah8_84";
68
+ const textHorizontal = "_textHorizontal_1gah8_114";
69
+ const textVertical = "_textVertical_1gah8_123";
70
70
  const styles$1 = {
71
71
  containerHorizontal,
72
72
  containerVertical,
@@ -109,9 +109,9 @@ function StepButton(props) {
109
109
  className: utilities_css.classNames(styles$1[utilities_css.variationName("text", orientation)])
110
110
  }, children)));
111
111
  }
112
- const separatorPrimary = "_separatorPrimary_14dpb_5";
113
- const separatorInverse = "_separatorInverse_14dpb_9";
114
- const separator = "_separator_14dpb_5";
112
+ const separatorPrimary = "_separatorPrimary_19kgh_5";
113
+ const separatorInverse = "_separatorInverse_19kgh_9";
114
+ const separator = "_separator_19kgh_5";
115
115
  const styles = {
116
116
  separatorPrimary,
117
117
  separatorInverse,
@@ -30,7 +30,7 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default from "react";
33
- import { T as Tabs } from "./Tabs-C-D794Gi.mjs";
33
+ import { T as Tabs } from "./Tabs-MBY9JDS4.mjs";
34
34
  function TabNavItem(props) {
35
35
  const _a = props, { as: As = "a", children, isCurrentPage } = _a, linkProps = __objRest(_a, ["as", "children", "isCurrentPage"]);
36
36
  return React__default.createElement(Tabs.Item, __spreadProps(__spreadValues({
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const Tabs = require("./Tabs-9dihRp0n.js");
34
+ const Tabs = require("./Tabs-DbfPjHiY.js");
35
35
  function TabNavItem(props) {
36
36
  const _a = props, { as: As = "a", children, isCurrentPage } = _a, linkProps = __objRest(_a, ["as", "children", "isCurrentPage"]);
37
37
  return React.createElement(Tabs.Tabs.Item, __spreadProps(__spreadValues({
@@ -31,17 +31,17 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const useEdgeInterceptors = require("./useEdgeInterceptors-BCHFmpf_.js");
34
+ const useEdgeInterceptors = require("./useEdgeInterceptors-CnwnUfBU.js");
35
35
  const utilities_css = require("../utilities/css.js");
36
36
  const useResizeObserver = require("./useResizeObserver-BsbT3mjh.js");
37
37
  const useHover = require("./useHover-BIKwjrCT.js");
38
38
  const useFocusRing = require("./useFocusRing-DFRFvht_.js");
39
39
  const mergeProps = require("./mergeProps-DniMwM6P.js");
40
40
  const overlayscrollbarsReact = require("./overlayscrollbars-react-D154NPCl.js");
41
- const Edge$1 = "_Edge_1bbc1_5";
42
- const sideLeft = "_sideLeft_1bbc1_21";
43
- const sideRight = "_sideRight_1bbc1_28";
44
- const activated = "_activated_1bbc1_35";
41
+ const Edge$1 = "_Edge_gdrcl_5";
42
+ const sideLeft = "_sideLeft_gdrcl_21";
43
+ const sideRight = "_sideRight_gdrcl_28";
44
+ const activated = "_activated_gdrcl_35";
45
45
  const styles$2 = {
46
46
  Edge: Edge$1,
47
47
  sideLeft,
@@ -129,13 +129,13 @@ function useScrollIntoViewIfNeeded({ isSelected, itemRef }) {
129
129
  onResize: handleScroll
130
130
  });
131
131
  }
132
- const TabsItem$1 = "_TabsItem_1vjiu_5";
133
- const tab = "_tab_1vjiu_9";
134
- const focusVisible = "_focusVisible_1vjiu_32";
135
- const text = "_text_1vjiu_44";
136
- const disabled = "_disabled_1vjiu_48";
137
- const hovered = "_hovered_1vjiu_53";
138
- const selected = "_selected_1vjiu_57";
132
+ const TabsItem$1 = "_TabsItem_7hrtw_5";
133
+ const tab = "_tab_7hrtw_9";
134
+ const focusVisible = "_focusVisible_7hrtw_32";
135
+ const text = "_text_7hrtw_44";
136
+ const disabled = "_disabled_7hrtw_48";
137
+ const hovered = "_hovered_7hrtw_53";
138
+ const selected = "_selected_7hrtw_57";
139
139
  const styles$1 = {
140
140
  TabsItem: TabsItem$1,
141
141
  tab,
@@ -193,11 +193,11 @@ function useScrollbar({ navRef, containerRef }) {
193
193
  }
194
194
  }, [initialize, navRef, containerRef]);
195
195
  }
196
- const Tabs$1 = "_Tabs_dec8t_5";
197
- const nav = "_nav_dec8t_19";
198
- const listContainer = "_listContainer_dec8t_25";
199
- const list = "_list_dec8t_25";
200
- const indicator = "_indicator_dec8t_44";
196
+ const Tabs$1 = "_Tabs_r3h5o_5";
197
+ const nav = "_nav_r3h5o_19";
198
+ const listContainer = "_listContainer_r3h5o_25";
199
+ const list = "_list_r3h5o_25";
200
+ const indicator = "_indicator_r3h5o_44";
201
201
  const styles = {
202
202
  Tabs: Tabs$1,
203
203
  nav,
@@ -30,17 +30,17 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { createContext, useContext, useCallback, useEffect, useRef, useLayoutEffect, useState, useMemo } from "react";
33
- import { u as useEdgeInterceptors } from "./useEdgeInterceptors-CVxwDmQ0.mjs";
33
+ import { u as useEdgeInterceptors } from "./useEdgeInterceptors-ax9tmtdh.mjs";
34
34
  import { classNames, variationName, getComponentToken } from "../utilities/css.mjs";
35
35
  import { $ as $9daab02d461809db$export$683480f191c0e3ea } from "./useResizeObserver-Dyb4wvuA.mjs";
36
36
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
37
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-BE_dgxH5.mjs";
38
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-T961Q1yJ.mjs";
37
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-YOWeCHgO.mjs";
38
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
39
39
  import { F } from "./overlayscrollbars-react-0TIZYR5k.mjs";
40
- const Edge$1 = "_Edge_1bbc1_5";
41
- const sideLeft = "_sideLeft_1bbc1_21";
42
- const sideRight = "_sideRight_1bbc1_28";
43
- const activated = "_activated_1bbc1_35";
40
+ const Edge$1 = "_Edge_gdrcl_5";
41
+ const sideLeft = "_sideLeft_gdrcl_21";
42
+ const sideRight = "_sideRight_gdrcl_28";
43
+ const activated = "_activated_gdrcl_35";
44
44
  const styles$2 = {
45
45
  Edge: Edge$1,
46
46
  sideLeft,
@@ -128,13 +128,13 @@ function useScrollIntoViewIfNeeded({ isSelected, itemRef }) {
128
128
  onResize: handleScroll
129
129
  });
130
130
  }
131
- const TabsItem$1 = "_TabsItem_1vjiu_5";
132
- const tab = "_tab_1vjiu_9";
133
- const focusVisible = "_focusVisible_1vjiu_32";
134
- const text = "_text_1vjiu_44";
135
- const disabled = "_disabled_1vjiu_48";
136
- const hovered = "_hovered_1vjiu_53";
137
- const selected = "_selected_1vjiu_57";
131
+ const TabsItem$1 = "_TabsItem_7hrtw_5";
132
+ const tab = "_tab_7hrtw_9";
133
+ const focusVisible = "_focusVisible_7hrtw_32";
134
+ const text = "_text_7hrtw_44";
135
+ const disabled = "_disabled_7hrtw_48";
136
+ const hovered = "_hovered_7hrtw_53";
137
+ const selected = "_selected_7hrtw_57";
138
138
  const styles$1 = {
139
139
  TabsItem: TabsItem$1,
140
140
  tab,
@@ -192,11 +192,11 @@ function useScrollbar({ navRef, containerRef }) {
192
192
  }
193
193
  }, [initialize, navRef, containerRef]);
194
194
  }
195
- const Tabs$1 = "_Tabs_dec8t_5";
196
- const nav = "_nav_dec8t_19";
197
- const listContainer = "_listContainer_dec8t_25";
198
- const list = "_list_dec8t_25";
199
- const indicator = "_indicator_dec8t_44";
195
+ const Tabs$1 = "_Tabs_r3h5o_5";
196
+ const nav = "_nav_r3h5o_19";
197
+ const listContainer = "_listContainer_r3h5o_25";
198
+ const list = "_list_r3h5o_25";
199
+ const indicator = "_indicator_r3h5o_44";
200
200
  const styles = {
201
201
  Tabs: Tabs$1,
202
202
  nav,
@@ -17,38 +17,38 @@ var __spreadValues = (a, b) => {
17
17
  };
18
18
  const React = require("react");
19
19
  const utilities_css = require("../utilities/css.js");
20
- const Text$1 = "_Text_4qx5p_5";
21
- const heading1 = "_heading1_4qx5p_13";
22
- const heading2 = "_heading2_4qx5p_30";
23
- const heading3 = "_heading3_4qx5p_47";
24
- const heading4 = "_heading4_4qx5p_64";
25
- const heading5 = "_heading5_4qx5p_72";
26
- const subtitle1 = "_subtitle1_4qx5p_80";
27
- const subtitle2 = "_subtitle2_4qx5p_88";
28
- const body1 = "_body1_4qx5p_96";
29
- const body2 = "_body2_4qx5p_104";
30
- const caption = "_caption_4qx5p_112";
31
- const caption2 = "_caption2_4qx5p_120";
32
- const caption3 = "_caption3_4qx5p_128";
33
- const overline = "_overline_4qx5p_136";
34
- const overline2 = "_overline2_4qx5p_144";
35
- const button = "_button_4qx5p_152";
36
- const normal = "_normal_4qx5p_168";
37
- const medium = "_medium_4qx5p_172";
38
- const semibold = "_semibold_4qx5p_176";
39
- const bold = "_bold_4qx5p_180";
40
- const truncate = "_truncate_4qx5p_184";
41
- const block = "_block_4qx5p_190";
42
- const visuallyHidden = "_visuallyHidden_4qx5p_194";
43
- const start = "_start_4qx5p_207";
44
- const center = "_center_4qx5p_211";
45
- const end = "_end_4qx5p_215";
46
- const justify = "_justify_4qx5p_219";
47
- const numeric = "_numeric_4qx5p_227";
48
- const transformNone = "_transformNone_4qx5p_231";
49
- const transformCapitalize = "_transformCapitalize_4qx5p_235";
50
- const transformUppercase = "_transformUppercase_4qx5p_239";
51
- const transformLowercase = "_transformLowercase_4qx5p_243";
20
+ const Text$1 = "_Text_l5cwo_5";
21
+ const heading1 = "_heading1_l5cwo_13";
22
+ const heading2 = "_heading2_l5cwo_30";
23
+ const heading3 = "_heading3_l5cwo_47";
24
+ const heading4 = "_heading4_l5cwo_64";
25
+ const heading5 = "_heading5_l5cwo_72";
26
+ const subtitle1 = "_subtitle1_l5cwo_80";
27
+ const subtitle2 = "_subtitle2_l5cwo_88";
28
+ const body1 = "_body1_l5cwo_96";
29
+ const body2 = "_body2_l5cwo_104";
30
+ const caption = "_caption_l5cwo_112";
31
+ const caption2 = "_caption2_l5cwo_120";
32
+ const caption3 = "_caption3_l5cwo_128";
33
+ const overline = "_overline_l5cwo_136";
34
+ const overline2 = "_overline2_l5cwo_144";
35
+ const button = "_button_l5cwo_152";
36
+ const normal = "_normal_l5cwo_168";
37
+ const medium = "_medium_l5cwo_172";
38
+ const semibold = "_semibold_l5cwo_176";
39
+ const bold = "_bold_l5cwo_180";
40
+ const truncate = "_truncate_l5cwo_184";
41
+ const block = "_block_l5cwo_190";
42
+ const visuallyHidden = "_visuallyHidden_l5cwo_194";
43
+ const start = "_start_l5cwo_207";
44
+ const center = "_center_l5cwo_211";
45
+ const end = "_end_l5cwo_215";
46
+ const justify = "_justify_l5cwo_219";
47
+ const numeric = "_numeric_l5cwo_227";
48
+ const transformNone = "_transformNone_l5cwo_231";
49
+ const transformCapitalize = "_transformCapitalize_l5cwo_235";
50
+ const transformUppercase = "_transformUppercase_l5cwo_239";
51
+ const transformLowercase = "_transformLowercase_l5cwo_243";
52
52
  const styles = {
53
53
  Text: Text$1,
54
54
  heading1,
@@ -66,7 +66,7 @@ const styles = {
66
66
  overline,
67
67
  overline2,
68
68
  button,
69
- "small-button": "_small-button_4qx5p_160",
69
+ "small-button": "_small-button_l5cwo_160",
70
70
  normal,
71
71
  medium,
72
72
  semibold,
@@ -78,7 +78,7 @@ const styles = {
78
78
  center,
79
79
  end,
80
80
  justify,
81
- "break": "_break_4qx5p_223",
81
+ "break": "_break_l5cwo_223",
82
82
  numeric,
83
83
  transformNone,
84
84
  transformCapitalize,