@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
@@ -34,17 +34,18 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const utilities_css = require("../utilities/css.js");
36
36
  const utilities_react = require("../utilities/react.js");
37
- const Menu = require("../__chunks__/Menu-Cuqxc1iw.js");
38
- const Text = require("../__chunks__/Text-CEI17LPu.js");
39
- const Icon = require("../__chunks__/Icon-oPEVg2C8.js");
40
- const UnstyledButton = require("../__chunks__/UnstyledButton-Dn8KZHdh.js");
41
- const SelectOverlay = require("../__chunks__/SelectOverlay-pFcbx7UM.js");
42
- const useTriggerWidth = require("../__chunks__/useTriggerWidth-C7OT3WI9.js");
37
+ const Menu = require("../__chunks__/Menu-D8tCyOf5.js");
38
+ const Text = require("../__chunks__/Text-Bbhl1fdd.js");
39
+ const Icon = require("../__chunks__/Icon-Pxk1cmPj.js");
40
+ const UnstyledButton = require("../__chunks__/UnstyledButton-DfjYrePV.js");
41
+ const SelectOverlay = require("../__chunks__/SelectOverlay-CvCbJFfX.js");
42
+ const useTriggerWidth = require("../__chunks__/useTriggerWidth-Dj7C0lza.js");
43
43
  const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
44
44
  const Close = require("../__chunks__/Close-BQ2IlPyf.js");
45
45
  const Menu$1 = require("../__chunks__/Menu-OacI_98l.js");
46
- const HorizontalStack = require("../__chunks__/HorizontalStack-1g4N72TF.js");
47
- const Button = require("../__chunks__/Button-DuqSI9GS.js");
46
+ const Search$1 = require("../__chunks__/Search-BY7IgEyX.js");
47
+ const HorizontalStack = require("../__chunks__/HorizontalStack-D4ecxt6R.js");
48
+ const Button = require("../__chunks__/Button-Dcxti-xS.js");
48
49
  function _interopNamespaceDefault(e) {
49
50
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
50
51
  if (e) {
@@ -62,17 +63,17 @@ function _interopNamespaceDefault(e) {
62
63
  return Object.freeze(n);
63
64
  }
64
65
  const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
65
- const nav = "_nav_1p6gr_5";
66
- const desktop = "_desktop_1p6gr_17";
67
- const onlyLogoGroup = "_onlyLogoGroup_1p6gr_30";
66
+ const nav = "_nav_13bqe_5";
67
+ const desktop = "_desktop_13bqe_17";
68
+ const onlyLogoGroup = "_onlyLogoGroup_13bqe_30";
68
69
  const styles$8 = {
69
70
  nav,
70
71
  desktop,
71
72
  onlyLogoGroup
72
73
  };
73
- const separator = "_separator_ohfb8_5";
74
- const groupLogo = "_groupLogo_ohfb8_15";
75
- const groupCta = "_groupCta_ohfb8_19";
74
+ const separator = "_separator_cnzzi_5";
75
+ const groupLogo = "_groupLogo_cnzzi_15";
76
+ const groupCta = "_groupCta_cnzzi_19";
76
77
  const styles$7 = {
77
78
  separator,
78
79
  groupLogo,
@@ -84,7 +85,7 @@ function Separator(props) {
84
85
  className: utilities_css.classNames(styles$7.separator, styles$7[utilities_css.variationName("group", group)])
85
86
  });
86
87
  }
87
- const logoGroup = "_logoGroup_trt5g_5";
88
+ const logoGroup = "_logoGroup_yykbq_5";
88
89
  const styles$6 = {
89
90
  logoGroup
90
91
  };
@@ -107,45 +108,45 @@ function LogoGroup(_props) {
107
108
  }), selector));
108
109
  }
109
110
  LogoGroup.displayName = "SearchNav.LogoGroup";
110
- const search = "_search_ox5vt_5";
111
+ const search = "_search_1nf62_5";
111
112
  const styles$5 = {
112
113
  search
113
114
  };
114
- function Search$1(props) {
115
+ function Search(props) {
115
116
  const { children } = props;
116
117
  return React.createElement("div", {
117
118
  className: utilities_css.classNames(styles$5.search)
118
119
  }, children);
119
120
  }
120
- Search$1.displayName = "SearchNav.Search";
121
- var __defProp$1 = Object.defineProperty;
122
- var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
123
- var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
124
- var __propIsEnum$1 = Object.prototype.propertyIsEnumerable;
125
- var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, {
121
+ Search.displayName = "SearchNav.Search";
122
+ var __defProp2 = Object.defineProperty;
123
+ var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
124
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
125
+ var __propIsEnum2 = Object.prototype.propertyIsEnumerable;
126
+ var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, {
126
127
  enumerable: true,
127
128
  configurable: true,
128
129
  writable: true,
129
130
  value
130
131
  }) : obj[key] = value;
131
- var __spreadValues$1 = (a, b) => {
132
- for (var prop in b || (b = {})) if (__hasOwnProp$1.call(b, prop)) __defNormalProp$1(a, prop, b[prop]);
133
- if (__getOwnPropSymbols$1) for (var prop of __getOwnPropSymbols$1(b)) {
134
- if (__propIsEnum$1.call(b, prop)) __defNormalProp$1(a, prop, b[prop]);
132
+ var __spreadValues2 = (a, b) => {
133
+ for (var prop in b || (b = {})) if (__hasOwnProp2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
134
+ if (__getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(b)) {
135
+ if (__propIsEnum2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
135
136
  }
136
137
  return a;
137
138
  };
138
- var __objRest$1 = (source, exclude) => {
139
+ var __objRest2 = (source, exclude) => {
139
140
  var target = {};
140
- for (var prop in source) if (__hasOwnProp$1.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
141
- if (source != null && __getOwnPropSymbols$1) for (var prop of __getOwnPropSymbols$1(source)) {
142
- if (exclude.indexOf(prop) < 0 && __propIsEnum$1.call(source, prop)) target[prop] = source[prop];
141
+ for (var prop in source) if (__hasOwnProp2.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
142
+ if (source != null && __getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(source)) {
143
+ if (exclude.indexOf(prop) < 0 && __propIsEnum2.call(source, prop)) target[prop] = source[prop];
143
144
  }
144
145
  return target;
145
146
  };
146
147
  const Help = (_a) => {
147
- var _b = _a, { title, titleId } = _b, props = __objRest$1(_b, ["title", "titleId"]);
148
- return React__namespace.createElement("svg", __spreadValues$1({
148
+ var _b = _a, { title, titleId } = _b, props = __objRest2(_b, ["title", "titleId"]);
149
+ return React__namespace.createElement("svg", __spreadValues2({
149
150
  xmlns: "http://www.w3.org/2000/svg",
150
151
  viewBox: "0 -960 960 960",
151
152
  "aria-labelledby": titleId
@@ -155,10 +156,10 @@ const Help = (_a) => {
155
156
  d: "M484.02-260.46q13.29 0 22.56-9.49 9.27-9.48 9.27-22.76 0-12.91-9.3-22.37-9.29-9.46-22.57-9.46-13.29 0-22.75 9.48-9.46 9.49-9.46 22.39 0 13.28 9.48 22.75 9.49 9.46 22.77 9.46ZM456.31-398h45.54q.38-24.46 7.65-44.04 7.27-19.58 37.04-44.88 29.84-26.39 42.46-49.85 12.61-23.46 12.61-51.66 0-49.42-32.34-79.88-32.35-30.46-83.65-30.46-44.39 0-78.62 22.77-34.23 22.77-50.46 59.62l41.84 16.15q11.39-26.85 32.43-41.77 21.04-14.92 51.81-14.92 36.69 0 57.3 20.04 20.62 20.03 20.62 49.42 0 21.61-12.23 40.15T513-508.92q-29.23 26-42.96 51.3-13.73 25.31-13.73 59.62Zm23.76 298q-78.22 0-147.4-29.92t-120.99-81.71q-51.81-51.79-81.75-120.94Q100-401.71 100-479.93q0-78.84 29.92-148.21t81.71-120.68q51.79-51.31 120.94-81.25Q401.71-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.22-29.92 147.4t-81.21 120.99q-51.29 51.81-120.63 81.75Q558.9-100 480.07-100Zm-.07-45.39q139.69 0 237.15-97.76 97.46-97.77 97.46-236.85 0-139.69-97.46-237.15-97.46-97.46-237.15-97.46-139.08 0-236.85 97.46-97.76 97.46-97.76 237.15 0 139.08 97.76 236.85 97.77 97.76 236.85 97.76ZM480-480Z"
156
157
  }));
157
158
  };
158
- const ctaGroup = "_ctaGroup_1g9j8_5";
159
- const ctaGroupMenu = "_ctaGroupMenu_1g9j8_15";
160
- const ctaGroupExpanded = "_ctaGroupExpanded_1g9j8_24";
161
- const menuBtn$1 = "_menuBtn_1g9j8_33";
159
+ const ctaGroup = "_ctaGroup_tcgtl_5";
160
+ const ctaGroupMenu = "_ctaGroupMenu_tcgtl_15";
161
+ const ctaGroupExpanded = "_ctaGroupExpanded_tcgtl_24";
162
+ const menuBtn$1 = "_menuBtn_tcgtl_33";
162
163
  const styles$4 = {
163
164
  ctaGroup,
164
165
  ctaGroupMenu,
@@ -204,7 +205,7 @@ function CTAGroup(_props) {
204
205
  }), primaryCTAItem)));
205
206
  }
206
207
  CTAGroup.displayName = "SearchNav.CTAGroup";
207
- const logo = "_logo_fjiuu_5";
208
+ const logo = "_logo_1jn28_5";
208
209
  const styles$3 = {
209
210
  logo
210
211
  };
@@ -215,7 +216,7 @@ function Logo(props) {
215
216
  }, children);
216
217
  }
217
218
  Logo.displayName = "SearchNav.Logo";
218
- const cta = "_cta_acbqw_5";
219
+ const cta = "_cta_11qjb_5";
219
220
  const styles$2 = {
220
221
  cta
221
222
  };
@@ -230,8 +231,8 @@ function SecondaryCTAItem(props) {
230
231
  }, label) : label);
231
232
  }
232
233
  SecondaryCTAItem.displayName = "SearchNav.SecondaryCTAItem";
233
- const triggerBtn = "_triggerBtn_jb2yz_5";
234
- const text = "_text_jb2yz_17";
234
+ const triggerBtn = "_triggerBtn_ak61j_5";
235
+ const text = "_text_ak61j_17";
235
236
  const styles$1 = {
236
237
  triggerBtn,
237
238
  text
@@ -277,49 +278,12 @@ function Selector(props) {
277
278
  }), React.createElement(SelectOverlay.SelectOverlay, null));
278
279
  }
279
280
  Selector.displayName = "SearchNav.Selector";
280
- var __defProp2 = Object.defineProperty;
281
- var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
282
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
283
- var __propIsEnum2 = Object.prototype.propertyIsEnumerable;
284
- var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, {
285
- enumerable: true,
286
- configurable: true,
287
- writable: true,
288
- value
289
- }) : obj[key] = value;
290
- var __spreadValues2 = (a, b) => {
291
- for (var prop in b || (b = {})) if (__hasOwnProp2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
292
- if (__getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(b)) {
293
- if (__propIsEnum2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
294
- }
295
- return a;
296
- };
297
- var __objRest2 = (source, exclude) => {
298
- var target = {};
299
- for (var prop in source) if (__hasOwnProp2.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
300
- if (source != null && __getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(source)) {
301
- if (exclude.indexOf(prop) < 0 && __propIsEnum2.call(source, prop)) target[prop] = source[prop];
302
- }
303
- return target;
304
- };
305
- const Search = (_a) => {
306
- var _b = _a, { title, titleId } = _b, props = __objRest2(_b, ["title", "titleId"]);
307
- return React__namespace.createElement("svg", __spreadValues2({
308
- xmlns: "http://www.w3.org/2000/svg",
309
- viewBox: "0 -960 960 960",
310
- "aria-labelledby": titleId
311
- }, props), title ? React__namespace.createElement("title", {
312
- id: titleId
313
- }, title) : null, React__namespace.createElement("path", {
314
- d: "M790.61-137.54 531.08-397.08q-29.85 26.42-69.61 40.71t-82.32 14.29q-101.87 0-172.43-70.51-70.56-70.52-70.56-171 0-100.49 70.51-171.06 70.51-70.58 171.22-70.58 100.7 0 171.25 70.53t70.55 171.06q0 42.02-14.38 81.83-14.39 39.81-41.62 72.12l260.15 258.54-33.23 33.61ZM378.54-387.46q81.95 0 138.86-57.12 56.91-57.11 56.91-139.07 0-81.97-56.91-139.08-56.91-57.12-138.86-57.12-82.47 0-139.74 57.12-57.26 57.11-57.26 139.08 0 81.96 57.26 139.07 57.27 57.12 139.74 57.12Z"
315
- }));
316
- };
317
- const condensed = "_condensed_1gjen_5";
318
- const btn = "_btn_1gjen_17";
319
- const menuBtn = "_menuBtn_1gjen_23";
320
- const menuOpen = "_menuOpen_1gjen_27";
321
- const searchBtn = "_searchBtn_1gjen_31";
322
- const condensedSearch = "_condensedSearch_1gjen_35";
281
+ const condensed = "_condensed_1v2fe_5";
282
+ const btn = "_btn_1v2fe_17";
283
+ const menuBtn = "_menuBtn_1v2fe_23";
284
+ const menuOpen = "_menuOpen_1v2fe_27";
285
+ const searchBtn = "_searchBtn_1v2fe_31";
286
+ const condensedSearch = "_condensedSearch_1v2fe_35";
323
287
  const styles = {
324
288
  condensed,
325
289
  btn,
@@ -376,7 +340,7 @@ function CondensedSearchNav() {
376
340
  className: utilities_css.classNames(styles.btn, styles.searchBtn),
377
341
  onPress: () => setIsSearchOpen((prev) => !prev)
378
342
  }, React.createElement(Icon.Icon, {
379
- symbol: Search
343
+ symbol: Search$1.Search
380
344
  }), React.createElement(Text.Text, {
381
345
  visuallyHidden: true
382
346
  }, "search")), primaryCTAItem)));
@@ -505,7 +469,7 @@ SearchNav.Logo = Logo;
505
469
  SearchNav.Title = Title;
506
470
  SearchNav.Selector = Selector;
507
471
  SearchNav.Option = SelectOverlay.SelectOption;
508
- SearchNav.Search = Search$1;
472
+ SearchNav.Search = Search;
509
473
  SearchNav.CTAGroup = CTAGroup;
510
474
  SearchNav.PrimaryCTAItem = PrimaryCTAItem;
511
475
  SearchNav.SecondaryCTAItem = SecondaryCTAItem;
@@ -33,28 +33,29 @@ import * as React from "react";
33
33
  import React__default, { createContext, useContext, Fragment, useMemo, useState } from "react";
34
34
  import { classNames, variationName } from "../utilities/css.mjs";
35
35
  import { getFlattenedKey, getDisplayNameFromReactNode, flattenChildren, filterChildrenByDisplayName } from "../utilities/react.mjs";
36
- import { M as Menu } from "../__chunks__/Menu-BELtbX2b.mjs";
37
- import { T as Text } from "../__chunks__/Text-D8wg72pq.mjs";
38
- import { I as Icon } from "../__chunks__/Icon-QGDwoR1f.mjs";
39
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-B7BScs8i.mjs";
40
- import { u as useInternalSelectContext, $ as $bdd25dc72710631f$export$cbd84cdb2e668835, a as $2bc3a590c5373a4e$export$5159ec8b34d4ec12, b as $58aed456727eb0f3$export$e64b2f635402ca43, I as InternalSelectContext, S as SelectOverlay, d as SelectOption } from "../__chunks__/SelectOverlay-CadnQpV0.mjs";
41
- import { u as useTriggerWidth } from "../__chunks__/useTriggerWidth-DEToHKD3.mjs";
36
+ import { M as Menu } from "../__chunks__/Menu-CbEch8RV.mjs";
37
+ import { T as Text } from "../__chunks__/Text-tpkE6IlH.mjs";
38
+ import { I as Icon } from "../__chunks__/Icon-BNi1LKXX.mjs";
39
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-CrSLb-W8.mjs";
40
+ import { u as useInternalSelectContext, $ as $bdd25dc72710631f$export$cbd84cdb2e668835, a as $2bc3a590c5373a4e$export$5159ec8b34d4ec12, b as $58aed456727eb0f3$export$e64b2f635402ca43, I as InternalSelectContext, S as SelectOverlay, d as SelectOption } from "../__chunks__/SelectOverlay-DdC6a9yW.mjs";
41
+ import { u as useTriggerWidth } from "../__chunks__/useTriggerWidth-CRz8zSDa.mjs";
42
42
  import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
43
43
  import { C as Close } from "../__chunks__/Close-Cq6Q6MN6.mjs";
44
44
  import { M as Menu$1 } from "../__chunks__/Menu-qMqvSorL.mjs";
45
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Dx9zYaH0.mjs";
46
- import { B as Button } from "../__chunks__/Button-bGGT-c6v.mjs";
47
- const nav = "_nav_1p6gr_5";
48
- const desktop = "_desktop_1p6gr_17";
49
- const onlyLogoGroup = "_onlyLogoGroup_1p6gr_30";
45
+ import { S as Search$1 } from "../__chunks__/Search-Cyblmqo5.mjs";
46
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CdtNq_TW.mjs";
47
+ import { B as Button } from "../__chunks__/Button-D7ivIUf4.mjs";
48
+ const nav = "_nav_13bqe_5";
49
+ const desktop = "_desktop_13bqe_17";
50
+ const onlyLogoGroup = "_onlyLogoGroup_13bqe_30";
50
51
  const styles$8 = {
51
52
  nav,
52
53
  desktop,
53
54
  onlyLogoGroup
54
55
  };
55
- const separator = "_separator_ohfb8_5";
56
- const groupLogo = "_groupLogo_ohfb8_15";
57
- const groupCta = "_groupCta_ohfb8_19";
56
+ const separator = "_separator_cnzzi_5";
57
+ const groupLogo = "_groupLogo_cnzzi_15";
58
+ const groupCta = "_groupCta_cnzzi_19";
58
59
  const styles$7 = {
59
60
  separator,
60
61
  groupLogo,
@@ -66,7 +67,7 @@ function Separator(props) {
66
67
  className: classNames(styles$7.separator, styles$7[variationName("group", group)])
67
68
  });
68
69
  }
69
- const logoGroup = "_logoGroup_trt5g_5";
70
+ const logoGroup = "_logoGroup_yykbq_5";
70
71
  const styles$6 = {
71
72
  logoGroup
72
73
  };
@@ -89,45 +90,45 @@ function LogoGroup(_props) {
89
90
  }), selector));
90
91
  }
91
92
  LogoGroup.displayName = "SearchNav.LogoGroup";
92
- const search = "_search_ox5vt_5";
93
+ const search = "_search_1nf62_5";
93
94
  const styles$5 = {
94
95
  search
95
96
  };
96
- function Search$1(props) {
97
+ function Search(props) {
97
98
  const { children } = props;
98
99
  return React__default.createElement("div", {
99
100
  className: classNames(styles$5.search)
100
101
  }, children);
101
102
  }
102
- Search$1.displayName = "SearchNav.Search";
103
- var __defProp$1 = Object.defineProperty;
104
- var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
105
- var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
106
- var __propIsEnum$1 = Object.prototype.propertyIsEnumerable;
107
- var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, {
103
+ Search.displayName = "SearchNav.Search";
104
+ var __defProp2 = Object.defineProperty;
105
+ var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
106
+ var __hasOwnProp2 = Object.prototype.hasOwnProperty;
107
+ var __propIsEnum2 = Object.prototype.propertyIsEnumerable;
108
+ var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, {
108
109
  enumerable: true,
109
110
  configurable: true,
110
111
  writable: true,
111
112
  value
112
113
  }) : obj[key] = value;
113
- var __spreadValues$1 = (a, b) => {
114
- for (var prop in b || (b = {})) if (__hasOwnProp$1.call(b, prop)) __defNormalProp$1(a, prop, b[prop]);
115
- if (__getOwnPropSymbols$1) for (var prop of __getOwnPropSymbols$1(b)) {
116
- if (__propIsEnum$1.call(b, prop)) __defNormalProp$1(a, prop, b[prop]);
114
+ var __spreadValues2 = (a, b) => {
115
+ for (var prop in b || (b = {})) if (__hasOwnProp2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
116
+ if (__getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(b)) {
117
+ if (__propIsEnum2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
117
118
  }
118
119
  return a;
119
120
  };
120
- var __objRest$1 = (source, exclude) => {
121
+ var __objRest2 = (source, exclude) => {
121
122
  var target = {};
122
- for (var prop in source) if (__hasOwnProp$1.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
123
- if (source != null && __getOwnPropSymbols$1) for (var prop of __getOwnPropSymbols$1(source)) {
124
- if (exclude.indexOf(prop) < 0 && __propIsEnum$1.call(source, prop)) target[prop] = source[prop];
123
+ for (var prop in source) if (__hasOwnProp2.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
124
+ if (source != null && __getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(source)) {
125
+ if (exclude.indexOf(prop) < 0 && __propIsEnum2.call(source, prop)) target[prop] = source[prop];
125
126
  }
126
127
  return target;
127
128
  };
128
129
  const Help = (_a) => {
129
- var _b = _a, { title, titleId } = _b, props = __objRest$1(_b, ["title", "titleId"]);
130
- return React.createElement("svg", __spreadValues$1({
130
+ var _b = _a, { title, titleId } = _b, props = __objRest2(_b, ["title", "titleId"]);
131
+ return React.createElement("svg", __spreadValues2({
131
132
  xmlns: "http://www.w3.org/2000/svg",
132
133
  viewBox: "0 -960 960 960",
133
134
  "aria-labelledby": titleId
@@ -137,10 +138,10 @@ const Help = (_a) => {
137
138
  d: "M484.02-260.46q13.29 0 22.56-9.49 9.27-9.48 9.27-22.76 0-12.91-9.3-22.37-9.29-9.46-22.57-9.46-13.29 0-22.75 9.48-9.46 9.49-9.46 22.39 0 13.28 9.48 22.75 9.49 9.46 22.77 9.46ZM456.31-398h45.54q.38-24.46 7.65-44.04 7.27-19.58 37.04-44.88 29.84-26.39 42.46-49.85 12.61-23.46 12.61-51.66 0-49.42-32.34-79.88-32.35-30.46-83.65-30.46-44.39 0-78.62 22.77-34.23 22.77-50.46 59.62l41.84 16.15q11.39-26.85 32.43-41.77 21.04-14.92 51.81-14.92 36.69 0 57.3 20.04 20.62 20.03 20.62 49.42 0 21.61-12.23 40.15T513-508.92q-29.23 26-42.96 51.3-13.73 25.31-13.73 59.62Zm23.76 298q-78.22 0-147.4-29.92t-120.99-81.71q-51.81-51.79-81.75-120.94Q100-401.71 100-479.93q0-78.84 29.92-148.21t81.71-120.68q51.79-51.31 120.94-81.25Q401.71-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.22-29.92 147.4t-81.21 120.99q-51.29 51.81-120.63 81.75Q558.9-100 480.07-100Zm-.07-45.39q139.69 0 237.15-97.76 97.46-97.77 97.46-236.85 0-139.69-97.46-237.15-97.46-97.46-237.15-97.46-139.08 0-236.85 97.46-97.76 97.46-97.76 237.15 0 139.08 97.76 236.85 97.77 97.76 236.85 97.76ZM480-480Z"
138
139
  }));
139
140
  };
140
- const ctaGroup = "_ctaGroup_1g9j8_5";
141
- const ctaGroupMenu = "_ctaGroupMenu_1g9j8_15";
142
- const ctaGroupExpanded = "_ctaGroupExpanded_1g9j8_24";
143
- const menuBtn$1 = "_menuBtn_1g9j8_33";
141
+ const ctaGroup = "_ctaGroup_tcgtl_5";
142
+ const ctaGroupMenu = "_ctaGroupMenu_tcgtl_15";
143
+ const ctaGroupExpanded = "_ctaGroupExpanded_tcgtl_24";
144
+ const menuBtn$1 = "_menuBtn_tcgtl_33";
144
145
  const styles$4 = {
145
146
  ctaGroup,
146
147
  ctaGroupMenu,
@@ -186,7 +187,7 @@ function CTAGroup(_props) {
186
187
  }), primaryCTAItem)));
187
188
  }
188
189
  CTAGroup.displayName = "SearchNav.CTAGroup";
189
- const logo = "_logo_fjiuu_5";
190
+ const logo = "_logo_1jn28_5";
190
191
  const styles$3 = {
191
192
  logo
192
193
  };
@@ -197,7 +198,7 @@ function Logo(props) {
197
198
  }, children);
198
199
  }
199
200
  Logo.displayName = "SearchNav.Logo";
200
- const cta = "_cta_acbqw_5";
201
+ const cta = "_cta_11qjb_5";
201
202
  const styles$2 = {
202
203
  cta
203
204
  };
@@ -212,8 +213,8 @@ function SecondaryCTAItem(props) {
212
213
  }, label) : label);
213
214
  }
214
215
  SecondaryCTAItem.displayName = "SearchNav.SecondaryCTAItem";
215
- const triggerBtn = "_triggerBtn_jb2yz_5";
216
- const text = "_text_jb2yz_17";
216
+ const triggerBtn = "_triggerBtn_ak61j_5";
217
+ const text = "_text_ak61j_17";
217
218
  const styles$1 = {
218
219
  triggerBtn,
219
220
  text
@@ -259,49 +260,12 @@ function Selector(props) {
259
260
  }), React__default.createElement(SelectOverlay, null));
260
261
  }
261
262
  Selector.displayName = "SearchNav.Selector";
262
- var __defProp2 = Object.defineProperty;
263
- var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
264
- var __hasOwnProp2 = Object.prototype.hasOwnProperty;
265
- var __propIsEnum2 = Object.prototype.propertyIsEnumerable;
266
- var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, {
267
- enumerable: true,
268
- configurable: true,
269
- writable: true,
270
- value
271
- }) : obj[key] = value;
272
- var __spreadValues2 = (a, b) => {
273
- for (var prop in b || (b = {})) if (__hasOwnProp2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
274
- if (__getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(b)) {
275
- if (__propIsEnum2.call(b, prop)) __defNormalProp2(a, prop, b[prop]);
276
- }
277
- return a;
278
- };
279
- var __objRest2 = (source, exclude) => {
280
- var target = {};
281
- for (var prop in source) if (__hasOwnProp2.call(source, prop) && exclude.indexOf(prop) < 0) target[prop] = source[prop];
282
- if (source != null && __getOwnPropSymbols2) for (var prop of __getOwnPropSymbols2(source)) {
283
- if (exclude.indexOf(prop) < 0 && __propIsEnum2.call(source, prop)) target[prop] = source[prop];
284
- }
285
- return target;
286
- };
287
- const Search = (_a) => {
288
- var _b = _a, { title, titleId } = _b, props = __objRest2(_b, ["title", "titleId"]);
289
- return React.createElement("svg", __spreadValues2({
290
- xmlns: "http://www.w3.org/2000/svg",
291
- viewBox: "0 -960 960 960",
292
- "aria-labelledby": titleId
293
- }, props), title ? React.createElement("title", {
294
- id: titleId
295
- }, title) : null, React.createElement("path", {
296
- d: "M790.61-137.54 531.08-397.08q-29.85 26.42-69.61 40.71t-82.32 14.29q-101.87 0-172.43-70.51-70.56-70.52-70.56-171 0-100.49 70.51-171.06 70.51-70.58 171.22-70.58 100.7 0 171.25 70.53t70.55 171.06q0 42.02-14.38 81.83-14.39 39.81-41.62 72.12l260.15 258.54-33.23 33.61ZM378.54-387.46q81.95 0 138.86-57.12 56.91-57.11 56.91-139.07 0-81.97-56.91-139.08-56.91-57.12-138.86-57.12-82.47 0-139.74 57.12-57.26 57.11-57.26 139.08 0 81.96 57.26 139.07 57.27 57.12 139.74 57.12Z"
297
- }));
298
- };
299
- const condensed = "_condensed_1gjen_5";
300
- const btn = "_btn_1gjen_17";
301
- const menuBtn = "_menuBtn_1gjen_23";
302
- const menuOpen = "_menuOpen_1gjen_27";
303
- const searchBtn = "_searchBtn_1gjen_31";
304
- const condensedSearch = "_condensedSearch_1gjen_35";
263
+ const condensed = "_condensed_1v2fe_5";
264
+ const btn = "_btn_1v2fe_17";
265
+ const menuBtn = "_menuBtn_1v2fe_23";
266
+ const menuOpen = "_menuOpen_1v2fe_27";
267
+ const searchBtn = "_searchBtn_1v2fe_31";
268
+ const condensedSearch = "_condensedSearch_1v2fe_35";
305
269
  const styles = {
306
270
  condensed,
307
271
  btn,
@@ -358,7 +322,7 @@ function CondensedSearchNav() {
358
322
  className: classNames(styles.btn, styles.searchBtn),
359
323
  onPress: () => setIsSearchOpen((prev) => !prev)
360
324
  }, React__default.createElement(Icon, {
361
- symbol: Search
325
+ symbol: Search$1
362
326
  }), React__default.createElement(Text, {
363
327
  visuallyHidden: true
364
328
  }, "search")), primaryCTAItem)));
@@ -487,7 +451,7 @@ SearchNav.Logo = Logo;
487
451
  SearchNav.Title = Title;
488
452
  SearchNav.Selector = Selector;
489
453
  SearchNav.Option = SelectOption;
490
- SearchNav.Search = Search$1;
454
+ SearchNav.Search = Search;
491
455
  SearchNav.CTAGroup = CTAGroup;
492
456
  SearchNav.PrimaryCTAItem = PrimaryCTAItem;
493
457
  SearchNav.SecondaryCTAItem = SecondaryCTAItem;
@@ -30,13 +30,13 @@ var __objRest = (source, exclude) => {
30
30
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
31
31
  const React = require("react");
32
32
  const lodash = require("../__chunks__/lodash-DfTCP3Dk.js");
33
- const Card = require("../__chunks__/Card-93kQP9IL.js");
34
- const Text = require("../__chunks__/Text-CEI17LPu.js");
35
- const VerticalStack = require("../__chunks__/VerticalStack-BTB8fX9P.js");
36
- const HorizontalStack = require("../__chunks__/HorizontalStack-1g4N72TF.js");
37
- const header = "_header_1af72_5";
38
- const controls = "_controls_1af72_18";
39
- const tabs = "_tabs_1af72_22";
33
+ const Card = require("../__chunks__/Card-B0ACXPm1.js");
34
+ const Text = require("../__chunks__/Text-Bbhl1fdd.js");
35
+ const VerticalStack = require("../__chunks__/VerticalStack-BkqSVZuy.js");
36
+ const HorizontalStack = require("../__chunks__/HorizontalStack-D4ecxt6R.js");
37
+ const header = "_header_tudvn_5";
38
+ const controls = "_controls_tudvn_18";
39
+ const tabs = "_tabs_tudvn_22";
40
40
  const styles = {
41
41
  header,
42
42
  controls,
@@ -28,13 +28,13 @@ var __objRest = (source, exclude) => {
28
28
  };
29
29
  import React__default from "react";
30
30
  import { l as lodashExports } from "../__chunks__/lodash-Cu2-TIbX.mjs";
31
- import { p as pickCardAreaProps, C as Card } from "../__chunks__/Card-DdHvpDEw.mjs";
32
- import { T as Text } from "../__chunks__/Text-D8wg72pq.mjs";
33
- import { V as VerticalStack } from "../__chunks__/VerticalStack-HnwP17N3.mjs";
34
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Dx9zYaH0.mjs";
35
- const header = "_header_1af72_5";
36
- const controls = "_controls_1af72_18";
37
- const tabs = "_tabs_1af72_22";
31
+ import { p as pickCardAreaProps, C as Card } from "../__chunks__/Card-CwZYA0Rd.mjs";
32
+ import { T as Text } from "../__chunks__/Text-tpkE6IlH.mjs";
33
+ import { V as VerticalStack } from "../__chunks__/VerticalStack-CeDKl8Ee.mjs";
34
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CdtNq_TW.mjs";
35
+ const header = "_header_tudvn_5";
36
+ const controls = "_controls_tudvn_18";
37
+ const tabs = "_tabs_tudvn_22";
38
38
  const styles = {
39
39
  header,
40
40
  controls,
package/Select/index.js CHANGED
@@ -20,13 +20,14 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
22
  const React = require("react");
23
- const SelectOverlay = require("../__chunks__/SelectOverlay-pFcbx7UM.js");
23
+ const SelectOverlay = require("../__chunks__/SelectOverlay-CvCbJFfX.js");
24
24
  const utilities_css = require("../utilities/css.js");
25
- const InputIcon = require("../__chunks__/InputIcon-CUOJRoq8.js");
26
- const Text = require("../__chunks__/Text-CEI17LPu.js");
25
+ const InputCaption = require("../__chunks__/InputCaption-BzH_oClR.js");
26
+ const Text = require("../__chunks__/Text-Bbhl1fdd.js");
27
27
  const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
28
- const UnstyledButton = require("../__chunks__/UnstyledButton-Dn8KZHdh.js");
29
- const useTriggerWidth = require("../__chunks__/useTriggerWidth-C7OT3WI9.js");
28
+ const UnstyledButton = require("../__chunks__/UnstyledButton-DfjYrePV.js");
29
+ const InputIcon = require("../__chunks__/InputIcon-DGOX-4el.js");
30
+ const useTriggerWidth = require("../__chunks__/useTriggerWidth-Dj7C0lza.js");
30
31
  function SelectTrigger(props) {
31
32
  const { size = "md", valueProps, iconAtStart, hasError, isDisabled, children } = props;
32
33
  const { triggerProps, triggerRef, selectState } = SelectOverlay.useInternalSelectContext();
@@ -61,7 +62,7 @@ function SelectField(props) {
61
62
  const captionText = showHelperText ? helperText : errorText;
62
63
  return React.createElement("div", {
63
64
  className: utilities_css.classNames(SelectOverlay.styles.fieldRoot)
64
- }, label && React.createElement(InputIcon.Label, __spreadValues({
65
+ }, label && React.createElement(InputCaption.Label, __spreadValues({
65
66
  fieldSize: size,
66
67
  hasError,
67
68
  isLabelEmphasized
@@ -78,7 +79,7 @@ function SelectField(props) {
78
79
  size
79
80
  }, selectState.selectedItem ? selectState.selectedItem.rendered : React.createElement(Text.Text, {
80
81
  color: "neutral.600"
81
- }, placeholder)), (showErrorText || showHelperText) && React.createElement(InputIcon.InputCaption, __spreadValues({
82
+ }, placeholder)), (showErrorText || showHelperText) && React.createElement(InputCaption.InputCaption, __spreadValues({
82
83
  variant: showHelperText ? "helper" : "error"
83
84
  }, captionProps), captionText));
84
85
  }
package/Select/index.mjs CHANGED
@@ -18,13 +18,14 @@ var __spreadValues = (a, b) => {
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import React__default, { useMemo } from "react";
21
- import { u as useInternalSelectContext, s as styles, $ as $bdd25dc72710631f$export$cbd84cdb2e668835, a as $2bc3a590c5373a4e$export$5159ec8b34d4ec12, b as $58aed456727eb0f3$export$e64b2f635402ca43, I as InternalSelectContext, S as SelectOverlay, c as SelectSection, d as SelectOption } from "../__chunks__/SelectOverlay-CadnQpV0.mjs";
21
+ import { u as useInternalSelectContext, s as styles, $ as $bdd25dc72710631f$export$cbd84cdb2e668835, a as $2bc3a590c5373a4e$export$5159ec8b34d4ec12, b as $58aed456727eb0f3$export$e64b2f635402ca43, I as InternalSelectContext, S as SelectOverlay, c as SelectSection, d as SelectOption } from "../__chunks__/SelectOverlay-DdC6a9yW.mjs";
22
22
  import { classNames, variationName } from "../utilities/css.mjs";
23
- import { I as InputIcon, L as Label, a as InputCaption, l as logWarningForMissingAriaLabel } from "../__chunks__/InputIcon-BGgFAA4L.mjs";
24
- import { T as Text } from "../__chunks__/Text-D8wg72pq.mjs";
23
+ import { L as Label, I as InputCaption } from "../__chunks__/InputCaption-DaOqqN-Z.mjs";
24
+ import { T as Text } from "../__chunks__/Text-tpkE6IlH.mjs";
25
25
  import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
26
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-B7BScs8i.mjs";
27
- import { u as useTriggerWidth } from "../__chunks__/useTriggerWidth-DEToHKD3.mjs";
26
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-CrSLb-W8.mjs";
27
+ import { I as InputIcon, l as logWarningForMissingAriaLabel } from "../__chunks__/InputIcon-CUhKpP7V.mjs";
28
+ import { u as useTriggerWidth } from "../__chunks__/useTriggerWidth-CRz8zSDa.mjs";
28
29
  function SelectTrigger(props) {
29
30
  const { size = "md", valueProps, iconAtStart, hasError, isDisabled, children } = props;
30
31
  const { triggerProps, triggerRef, selectState } = useInternalSelectContext();
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const SelectorErrorTooltip = require("../__chunks__/SelectorErrorTooltip-Cfzpo7X3.js");
3
+ const SelectorErrorTooltip = require("../__chunks__/SelectorErrorTooltip-BK76kp1j.js");
4
4
  exports.SelectorErrorTooltip = SelectorErrorTooltip.SelectorErrorTooltip;
@@ -1,4 +1,4 @@
1
- import { S } from "../__chunks__/SelectorErrorTooltip-CFlgzXu5.mjs";
1
+ import { S } from "../__chunks__/SelectorErrorTooltip-Cja4A8Yq.mjs";
2
2
  export {
3
3
  S as SelectorErrorTooltip
4
4
  };
package/Spinner/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Spinner = require("../__chunks__/Spinner-D3LMSY80.js");
3
+ const Spinner = require("../__chunks__/Spinner-BOumHc9g.js");
4
4
  exports.Spinner = Spinner.Spinner;
package/Spinner/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { S } from "../__chunks__/Spinner-tHEG0z1g.mjs";
1
+ import { S } from "../__chunks__/Spinner-D5Cnx9wv.mjs";
2
2
  export {
3
3
  S as Spinner
4
4
  };
@@ -29,10 +29,10 @@ var __objRest = (source, exclude) => {
29
29
  };
30
30
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
31
31
  const React = require("react");
32
- const Card = require("../__chunks__/Card-93kQP9IL.js");
33
- const Toggle = require("../__chunks__/Toggle-4oQhSggV.js");
34
- const HorizontalGrid = require("../__chunks__/HorizontalGrid-B7ijxURd.js");
35
- const HorizontalStack = require("../__chunks__/HorizontalStack-1g4N72TF.js");
32
+ const Card = require("../__chunks__/Card-B0ACXPm1.js");
33
+ const Toggle = require("../__chunks__/Toggle-Ctc8EPUL.js");
34
+ const HorizontalGrid = require("../__chunks__/HorizontalGrid-cSfGLAIn.js");
35
+ const HorizontalStack = require("../__chunks__/HorizontalStack-D4ecxt6R.js");
36
36
  const SplitToggleCard = (props) => {
37
37
  const _a = props, { children } = _a, toggleProps = __objRest(_a, ["children"]);
38
38
  return React.createElement(Card.Card.Container, null, React.createElement(HorizontalGrid.HorizontalGrid, {
@@ -27,10 +27,10 @@ var __objRest = (source, exclude) => {
27
27
  return target;
28
28
  };
29
29
  import React__default from "react";
30
- import { C as Card } from "../__chunks__/Card-DdHvpDEw.mjs";
31
- import { T as Toggle } from "../__chunks__/Toggle-DlIBs_Za.mjs";
32
- import { H as HorizontalGrid } from "../__chunks__/HorizontalGrid-vw7R2Tld.mjs";
33
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Dx9zYaH0.mjs";
30
+ import { C as Card } from "../__chunks__/Card-CwZYA0Rd.mjs";
31
+ import { T as Toggle } from "../__chunks__/Toggle-CHcQwbtX.mjs";
32
+ import { H as HorizontalGrid } from "../__chunks__/HorizontalGrid-CX45xj2U.mjs";
33
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-CdtNq_TW.mjs";
34
34
  const SplitToggleCard = (props) => {
35
35
  const _a = props, { children } = _a, toggleProps = __objRest(_a, ["children"]);
36
36
  return React__default.createElement(Card.Container, null, React__default.createElement(HorizontalGrid, {