@easypost/easy-ui 1.0.0-alpha.72 → 1.0.0-alpha.73

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 (294) 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/Button/utilities.d.ts.map +1 -1
  8. package/CHANGELOG.md +9 -0
  9. package/Calendar/index.js +1 -1
  10. package/Calendar/index.mjs +1 -1
  11. package/Card/index.js +1 -1
  12. package/Card/index.mjs +1 -1
  13. package/CheckableCard/index.js +6 -6
  14. package/CheckableCard/index.mjs +6 -6
  15. package/Checkbox/index.js +1 -1
  16. package/Checkbox/index.mjs +1 -1
  17. package/CodeBlock/index.js +17 -17
  18. package/CodeBlock/index.mjs +17 -17
  19. package/CodeSnippet/index.js +1 -1
  20. package/CodeSnippet/index.mjs +1 -1
  21. package/DataGrid/index.js +157 -126
  22. package/DataGrid/index.mjs +151 -120
  23. package/DatePicker/index.js +30 -15
  24. package/DatePicker/index.mjs +31 -16
  25. package/DateRangePicker/index.js +30 -15
  26. package/DateRangePicker/index.mjs +30 -15
  27. package/Drawer/index.js +21 -21
  28. package/Drawer/index.mjs +21 -21
  29. package/DropdownButton/index.js +13 -13
  30. package/DropdownButton/index.mjs +13 -13
  31. package/EmptyStateCard/index.js +8 -8
  32. package/EmptyStateCard/index.mjs +8 -8
  33. package/FocusedProductLayout/index.js +23 -23
  34. package/FocusedProductLayout/index.mjs +23 -23
  35. package/ForgeLayout/index.js +44 -44
  36. package/ForgeLayout/index.mjs +44 -44
  37. package/FormLayout/index.js +5 -5
  38. package/FormLayout/index.mjs +5 -5
  39. package/HorizontalGrid/index.js +1 -1
  40. package/HorizontalGrid/index.mjs +1 -1
  41. package/HorizontalStack/index.js +1 -1
  42. package/HorizontalStack/index.mjs +1 -1
  43. package/Icon/index.js +1 -1
  44. package/Icon/index.mjs +1 -1
  45. package/IconButton/index.js +13 -13
  46. package/IconButton/index.mjs +13 -13
  47. package/InputField/index.js +1 -1
  48. package/InputField/index.mjs +1 -1
  49. package/KebabButton/index.js +1 -1
  50. package/KebabButton/index.mjs +1 -1
  51. package/Menu/index.js +1 -1
  52. package/Menu/index.mjs +1 -1
  53. package/Modal/index.js +23 -23
  54. package/Modal/index.mjs +23 -23
  55. package/MultiSelect/index.js +60 -54
  56. package/MultiSelect/index.mjs +51 -45
  57. package/NexusLayout/index.js +33 -33
  58. package/NexusLayout/index.mjs +33 -33
  59. package/Notification/Notification.d.ts.map +1 -1
  60. package/Notification/index.js +1 -1
  61. package/Notification/index.mjs +1 -1
  62. package/Pagination/index.js +8 -8
  63. package/Pagination/index.mjs +8 -8
  64. package/PillGroup/index.js +1 -1
  65. package/PillGroup/index.mjs +1 -1
  66. package/ProductLayout/index.js +26 -26
  67. package/ProductLayout/index.mjs +26 -26
  68. package/Provider/index.js +2 -2
  69. package/Provider/index.mjs +2 -2
  70. package/RadioButtonGroup/index.js +9 -9
  71. package/RadioButtonGroup/index.mjs +9 -9
  72. package/RadioGroup/index.js +1 -1
  73. package/RadioGroup/index.mjs +1 -1
  74. package/RangeCalendar/index.js +1 -1
  75. package/RangeCalendar/index.mjs +1 -1
  76. package/SearchNav/index.js +29 -29
  77. package/SearchNav/index.mjs +29 -29
  78. package/SectionCard/index.js +7 -7
  79. package/SectionCard/index.mjs +7 -7
  80. package/Select/index.js +5 -5
  81. package/Select/index.mjs +5 -5
  82. package/SelectorErrorTooltip/index.js +1 -1
  83. package/SelectorErrorTooltip/index.mjs +1 -1
  84. package/Spinner/index.js +1 -1
  85. package/Spinner/index.mjs +1 -1
  86. package/SplitToggleCard/index.js +4 -4
  87. package/SplitToggleCard/index.mjs +4 -4
  88. package/Stepper/index.js +1 -1
  89. package/Stepper/index.mjs +1 -1
  90. package/TabNav/index.js +1 -1
  91. package/TabNav/index.mjs +1 -1
  92. package/TabPanels/index.js +16 -12
  93. package/TabPanels/index.mjs +16 -12
  94. package/Tabs/index.js +1 -1
  95. package/Tabs/index.mjs +1 -1
  96. package/Text/index.js +1 -1
  97. package/Text/index.mjs +1 -1
  98. package/TextField/index.js +1 -1
  99. package/TextField/index.mjs +1 -1
  100. package/Textarea/index.js +1 -1
  101. package/Textarea/index.mjs +1 -1
  102. package/Toggle/index.js +1 -1
  103. package/Toggle/index.mjs +1 -1
  104. package/ToggleCard/index.js +2 -2
  105. package/ToggleCard/index.mjs +2 -2
  106. package/Tooltip/index.js +1 -1
  107. package/Tooltip/index.mjs +1 -1
  108. package/UnstyledButton/index.js +1 -1
  109. package/UnstyledButton/index.mjs +1 -1
  110. package/VerticalNav/index.js +29 -29
  111. package/VerticalNav/index.mjs +29 -29
  112. package/VerticalStack/index.js +1 -1
  113. package/VerticalStack/index.mjs +1 -1
  114. package/__chunks__/{Button-D3HH6Cop.js → Button-DHFTdAxF.js} +19 -19
  115. package/__chunks__/{Button-DHEZ4A2s.mjs → Button-DhaXhFT-.mjs} +7 -10
  116. package/__chunks__/{Button-BoPQ-Fx9.js → Button-E5WMp4Zg.js} +7 -10
  117. package/__chunks__/{Button-BuHLa-_9.mjs → Button-besQ0j6a.mjs} +19 -19
  118. package/__chunks__/{Calendar-HLsBZpg5.js → Calendar-C5woWpfH.js} +2 -2
  119. package/__chunks__/{Calendar-CS3-UW6-.mjs → Calendar-p9rHaKwG.mjs} +2 -2
  120. package/__chunks__/{CalendarBase-BsJ1gLtC.js → CalendarBase-BUa-SUff.js} +30 -30
  121. package/__chunks__/{CalendarBase-DN4q1mxw.mjs → CalendarBase-mv9La5tR.mjs} +29 -29
  122. package/__chunks__/{Card-BL_e88zr.mjs → Card-DR2FXTv6.mjs} +12 -12
  123. package/__chunks__/{Card-CvXlsu1o.js → Card-DfhHosdD.js} +12 -12
  124. package/__chunks__/{Checkbox-D0xwliOU.mjs → Checkbox-B7qn8pJg.mjs} +25 -25
  125. package/__chunks__/{Checkbox-BbmNbbNQ.js → Checkbox-BtIjmaiX.js} +25 -25
  126. package/__chunks__/{CodeSnippet-CpLud0B6.js → CodeSnippet-Cp3glUO1.js} +2 -2
  127. package/__chunks__/{CodeSnippet-vJa_F29X.mjs → CodeSnippet-Di6gtbdh.mjs} +2 -2
  128. package/__chunks__/{DatePickerBase-D4ciyYti.js → DatePickerBase-D4UJlvkz.js} +143 -60
  129. package/__chunks__/{DatePickerBase-DmqKEP5k.mjs → DatePickerBase-nYyQbAs_.mjs} +140 -57
  130. package/__chunks__/{Dialog-CuqmbMC4.js → Dialog-Bn6AgWyj.js} +69 -23
  131. package/__chunks__/{Dialog-D9aIj4DH.mjs → Dialog-CpCJycIv.mjs} +70 -24
  132. package/__chunks__/{FocusScope-Djtxzznf.js → FocusScope-CL3-fUEU.js} +216 -53
  133. package/__chunks__/{FocusScope-CUJV-jWH.mjs → FocusScope-Dg66t-dG.mjs} +208 -45
  134. package/__chunks__/{HelpMenu-4kIhlSTd.mjs → HelpMenu-CLhpjJ6h.mjs} +7 -7
  135. package/__chunks__/{HelpMenu-BG-6BlVd.js → HelpMenu-DyhpQPI8.js} +7 -7
  136. package/__chunks__/{HorizontalGrid-Caa2bBkn.mjs → HorizontalGrid-7r8FL1aY.mjs} +1 -1
  137. package/__chunks__/{HorizontalGrid-CAxzLBcy.js → HorizontalGrid-CNc8k_zD.js} +1 -1
  138. package/__chunks__/{HorizontalStack-Bsl5R02e.mjs → HorizontalStack-8RcZ4huI.mjs} +1 -1
  139. package/__chunks__/{HorizontalStack-DH_u-Fl7.js → HorizontalStack-BpcS3ASr.js} +1 -1
  140. package/__chunks__/{Icon-DL_gGk21.mjs → Icon-Dj1ar_iv.mjs} +2 -2
  141. package/__chunks__/{Icon-BLHQN7Np.js → Icon-lRxgQUlF.js} +2 -2
  142. package/__chunks__/{InputCaption-CPAw7fJI.mjs → InputCaption-Dh_ynOSC.mjs} +2 -2
  143. package/__chunks__/{InputCaption-OV5VGKWq.js → InputCaption-uusWFQO6.js} +2 -2
  144. package/__chunks__/{InputField-B_3YmU4B.mjs → InputField-Cc1uBSYb.mjs} +7 -7
  145. package/__chunks__/{InputField-ChgMqvwU.js → InputField-HW--yCbl.js} +7 -7
  146. package/__chunks__/{InputIcon-COm6bQef.mjs → InputIcon-C1dofAnd.mjs} +31 -31
  147. package/__chunks__/{InputIcon-BXS9Y8rn.js → InputIcon-cFcmXohD.js} +31 -31
  148. package/__chunks__/{KebabButton-DO9OIb2W.js → KebabButton-AUlp_RzU.js} +5 -5
  149. package/__chunks__/{KebabButton-BRGCIPIv.mjs → KebabButton-BTDy4F9A.mjs} +5 -5
  150. package/__chunks__/{Menu-BYCSuuaR.mjs → Menu-CQghk0Xm.mjs} +44 -30
  151. package/__chunks__/{Menu-DzWdkzK8.js → Menu-CqzvIQht.js} +44 -30
  152. package/__chunks__/{Notification-D2fe-Xxz.js → Notification-C5yNqG6B.js} +707 -731
  153. package/__chunks__/{Notification-BKVkpmTz.mjs → Notification-j6oXMj8T.mjs} +706 -730
  154. package/__chunks__/{Overlay-zuiAML3I.mjs → Overlay-BtkNBEyr.mjs} +4 -4
  155. package/__chunks__/{Overlay-CwJbrICR.js → Overlay-CwRnK9dm.js} +4 -4
  156. package/__chunks__/{PillGroup-9OjxsTMP.mjs → PillGroup-DoUZjoCh.mjs} +109 -68
  157. package/__chunks__/{PillGroup-CHPsa3VB.js → PillGroup-Dv0EvyfJ.js} +109 -68
  158. package/__chunks__/{RadioGroup-DV7xIP19.mjs → RadioGroup-6LaX18PH.mjs} +28 -26
  159. package/__chunks__/{RadioGroup-BulGTLfR.js → RadioGroup-DhkWNcLj.js} +28 -26
  160. package/__chunks__/{RangeCalendar-jktYfFqj.js → RangeCalendar-BiJUNPv-.js} +3 -3
  161. package/__chunks__/{RangeCalendar-CwDjqHGQ.mjs → RangeCalendar-DET0Ai4u.mjs} +3 -3
  162. package/__chunks__/{SelectOverlay-HjVuurPc.js → SelectOverlay-Cb0n9TrH.js} +34 -34
  163. package/__chunks__/{SelectOverlay-6pBMMSgG.mjs → SelectOverlay-CyK3RTnF.mjs} +34 -34
  164. package/__chunks__/{SelectionManager-DCO_d3m1.mjs → SelectionManager-my6312qq.mjs} +6 -0
  165. package/__chunks__/{SelectionManager-DuX6geJg.js → SelectionManager-px2R7S_e.js} +6 -0
  166. package/__chunks__/{SelectorErrorTooltip-BWn16OXi.js → SelectorErrorTooltip-Dgl_s5PI.js} +4 -4
  167. package/__chunks__/{SelectorErrorTooltip-B4k8RWP0.mjs → SelectorErrorTooltip-ixjoIXDZ.mjs} +4 -4
  168. package/__chunks__/{Spinner-vUeXdpkO.js → Spinner-C0O2rv-c.js} +7 -7
  169. package/__chunks__/{Spinner-CNPgXjAf.mjs → Spinner-_rvpJRN-.mjs} +7 -7
  170. package/__chunks__/{Stepper-sqTqQ9uL.js → Stepper-BO0O4mnN.js} +28 -28
  171. package/__chunks__/{Stepper-CAscDgRy.mjs → Stepper-Bn1VUxUa.mjs} +28 -28
  172. package/__chunks__/{TabNav-C1qCKmy4.mjs → TabNav-Bicd788A.mjs} +1 -1
  173. package/__chunks__/{TabNav-ByxN1m64.js → TabNav-DoPWkRzq.js} +1 -1
  174. package/__chunks__/{Tabs-DNN1AXwm.js → Tabs-CcQ1UKFN.js} +20 -20
  175. package/__chunks__/{Tabs-CKqKdgkN.mjs → Tabs-CtdBEP39.mjs} +20 -20
  176. package/__chunks__/{Text-CFmLMgB7.js → Text-BMoA0yMR.js} +40 -40
  177. package/__chunks__/{Text-BPOoDg5O.mjs → Text-Bx5xQvLg.mjs} +40 -40
  178. package/__chunks__/{TextField-CtAwsnQG.mjs → TextField-3cY3nKBn.mjs} +1 -1
  179. package/__chunks__/{TextField-CES6ydsj.js → TextField-Bi1S8cvA.js} +1 -1
  180. package/__chunks__/{Toggle-D5VRzeJU.js → Toggle-8B3f76vx.js} +15 -15
  181. package/__chunks__/{Toggle-qwyZuSZH.mjs → Toggle-BVf2PQk2.mjs} +15 -15
  182. package/__chunks__/{Tooltip-CYDWD3VB.js → Tooltip-7XwvrZnA.js} +17 -16
  183. package/__chunks__/{Tooltip-BAKQ9mVy.mjs → Tooltip-BEhsOxJe.mjs} +17 -16
  184. package/__chunks__/{UnstyledButton-yd6ZL2Yi.js → UnstyledButton-BNciIRwZ.js} +3 -3
  185. package/__chunks__/{UnstyledButton-D_DzFe67.mjs → UnstyledButton-aKk2POM3.mjs} +3 -3
  186. package/__chunks__/{VerticalStack-BkGZvd41.mjs → VerticalStack-7ngWLZ9D.mjs} +3 -3
  187. package/__chunks__/{VerticalStack-B7ytb3Iu.js → VerticalStack-8rmfIYQv.js} +3 -3
  188. package/__chunks__/{VisuallyHidden-cQCgS6_a.mjs → VisuallyHidden-BW8z0u63.mjs} +2 -2
  189. package/__chunks__/{VisuallyHidden-DcUrMWfu.js → VisuallyHidden-CxznJ2eH.js} +2 -2
  190. package/__chunks__/{ariaHideOutside-CvJKAP9c.mjs → ariaHideOutside-BWTlv_g_.mjs} +26 -11
  191. package/__chunks__/{ariaHideOutside-DkYn-eBq.js → ariaHideOutside-CCOx7fIt.js} +27 -12
  192. package/__chunks__/{context-CYcq9Zvo.js → context-B-dkBtcD.js} +1 -54
  193. package/__chunks__/{context-D3NeXov7.js → context-BQfsEeih.js} +1 -1
  194. package/__chunks__/{context-BZCcafjG.mjs → context-BZH2zfKM.mjs} +1 -1
  195. package/__chunks__/{context-EpOG85wC.mjs → context-ClcSNaYl.mjs} +3 -56
  196. package/__chunks__/focusSafely-DLX4i5KV.js +15 -0
  197. package/__chunks__/focusSafely-MpYXzuLP.mjs +16 -0
  198. package/__chunks__/index-6ObXAT_4.js +147 -0
  199. package/__chunks__/index-DOQwYO8h.mjs +148 -0
  200. package/__chunks__/{mergeProps-DniMwM6P.js → mergeProps-6pKCnMWU.js} +21 -19
  201. package/__chunks__/{mergeProps-DSi85raC.mjs → mergeProps-C4OYS8Nd.mjs} +26 -24
  202. package/__chunks__/{scrollIntoView-wURtlgJt.mjs → scrollIntoView-1v0vfaIN.mjs} +1 -1
  203. package/__chunks__/{scrollIntoView-BN4yt25y.js → scrollIntoView-CzFYIYQT.js} +1 -1
  204. package/__chunks__/{useButton-CdgRb7pd.mjs → useButton-B8EwIeGA.mjs} +5 -5
  205. package/__chunks__/{useButton-B_VJe1i5.js → useButton-BUzZ-5VB.js} +5 -5
  206. package/__chunks__/{useCollator-B-keb3wA.mjs → useCollator-CYCg6wMz.mjs} +1 -1
  207. package/__chunks__/{useCollator-DGrSWVh4.js → useCollator-DpGidudE.js} +1 -1
  208. package/__chunks__/{useDialog-DJ-g6m8Y.js → useDialog-BkTg_V3k.js} +5 -5
  209. package/__chunks__/{useDialog-Bxep5NaV.mjs → useDialog-mJmFmECS.mjs} +5 -5
  210. package/__chunks__/{useEdgeInterceptors-Dr0sj9Ly.js → useEdgeInterceptors-BTw8xzQs.js} +5 -5
  211. package/__chunks__/{useEdgeInterceptors-WqF_YygM.mjs → useEdgeInterceptors-DtSwXFEP.mjs} +5 -5
  212. package/__chunks__/{useEvent-B0fsKtsf.mjs → useEvent-DUet8f_n.mjs} +1 -1
  213. package/__chunks__/{useEvent-DY7dR7Mi.js → useEvent-DiEr5shV.js} +1 -1
  214. package/__chunks__/{useField-B6VplZ_n.mjs → useField-CQfJ37Nt.mjs} +2 -2
  215. package/__chunks__/{useField-BJW_bXVD.js → useField-MeTEdBhD.js} +2 -2
  216. package/__chunks__/{useFilter-D-K0Oj-7.mjs → useFilter-D3MAuO1e.mjs} +1 -1
  217. package/__chunks__/{useFilter-DpnZ54nd.js → useFilter-DUqh08RA.js} +1 -1
  218. package/__chunks__/{useFocus-lnK5BCt2.mjs → useFocus-BR2JUcSC.mjs} +3 -3
  219. package/__chunks__/{useFocus-l6ZlVMHW.js → useFocus-CMM1E_s1.js} +5 -5
  220. package/__chunks__/{useFocusRing-f5StfjhA.js → useFocusRing-BTr2SNa0.js} +3 -3
  221. package/__chunks__/{useFocusRing-KIEn23AD.mjs → useFocusRing-BbxvDonI.mjs} +3 -3
  222. package/__chunks__/{useFocusVisible-CiIrKjuz.js → useFocusVisible-DFYEx6se.js} +18 -107
  223. package/__chunks__/{useFocusVisible-Bb3k4_O_.mjs → useFocusVisible-D_XXcaLm.mjs} +11 -100
  224. package/__chunks__/useFocusWithin-B1KKdipT.js +69 -0
  225. package/__chunks__/useFocusWithin-DMidhx8C.mjs +70 -0
  226. package/__chunks__/{useFocusable-BQyiwtXU.js → useFocusable-6aWd3xB2.js} +15 -12
  227. package/__chunks__/{useFocusable-DxcU91xN.mjs → useFocusable-BQyiLqbY.mjs} +16 -13
  228. package/__chunks__/{useFormReset-DA1Lwdha.mjs → useFormReset-DwIsbrAk.mjs} +1 -1
  229. package/__chunks__/{useFormReset-Bgj93eR3.js → useFormReset-Ja1aibwy.js} +1 -1
  230. package/__chunks__/{useFormValidation-BeqiYVJN.js → useFormValidation-BqUyj3MW.js} +2 -2
  231. package/__chunks__/{useFormValidation-CCe1AoIX.mjs → useFormValidation-SckXeoUZ.mjs} +2 -2
  232. package/__chunks__/{useHasTabbableChild-DOO1szWv.mjs → useHasTabbableChild-BkKbzCwx.mjs} +2 -2
  233. package/__chunks__/{useHasTabbableChild-CepF5tQS.js → useHasTabbableChild-OzJPDs7u.js} +2 -2
  234. package/__chunks__/{useHighlightSelectionDescription-B_YjQEPD.mjs → useHighlightSelectionDescription-C3ZHe657.mjs} +16 -7
  235. package/__chunks__/{useHighlightSelectionDescription-nSfKxNPA.js → useHighlightSelectionDescription-DDHTMZiR.js} +16 -7
  236. package/__chunks__/{useHover-BOYR4wqI.mjs → useHover-DpEGMvo6.mjs} +13 -3
  237. package/__chunks__/{useHover-BIKwjrCT.js → useHover-NuBBFo1D.js} +13 -3
  238. package/__chunks__/{useLabel-D37VV43W.mjs → useLabel-B3S3Miea.mjs} +2 -2
  239. package/__chunks__/{useLabel-t-N6anB8.js → useLabel-DVLShpAi.js} +2 -2
  240. package/__chunks__/{useLabels-5f58TiCH.mjs → useLabels-ClfID0sX.mjs} +1 -1
  241. package/__chunks__/{useLabels-KmwewLTv.js → useLabels-DrIYrapv.js} +1 -1
  242. package/__chunks__/{useLink-CQhl3ZGL.js → useLink-DyvPn11c.js} +4 -4
  243. package/__chunks__/{useLink-BGK9UEQW.mjs → useLink-WThPkjA2.mjs} +4 -4
  244. package/__chunks__/{useListBoxSection-Dl15OiHe.mjs → useListBoxSection-8W_ApdBB.mjs} +10 -10
  245. package/__chunks__/{useListBoxSection-TdoNdwIM.js → useListBoxSection-rWvzEd35.js} +11 -11
  246. package/__chunks__/{useListState-I5rva0Fq.js → useListState-CKHwm7j_.js} +27 -12
  247. package/__chunks__/{useListState-AFrlkW73.mjs → useListState-DqBHV23A.mjs} +28 -13
  248. package/__chunks__/{useLocalizedStringFormatter-BHXy3Wtu.mjs → useLocalizedStringFormatter-BhtDVRd3.mjs} +1 -1
  249. package/__chunks__/{useLocalizedStringFormatter-CaF1VsOH.js → useLocalizedStringFormatter-C3ZwxPrF.js} +1 -1
  250. package/__chunks__/{useMenuTrigger-DhSBxWW5.js → useMenuTrigger-BVkF1AqM.js} +9 -5
  251. package/__chunks__/{useMenuTrigger-DDKy3dcp.mjs → useMenuTrigger-D1J5fKGN.mjs} +9 -5
  252. package/__chunks__/{useMenuTriggerState-BJJ3WdLH.mjs → useMenuTriggerState-BtbgVHYJ.mjs} +1 -1
  253. package/__chunks__/{useMenuTriggerState-DTZmPbSP.js → useMenuTriggerState-Skj7UUPq.js} +1 -1
  254. package/__chunks__/{useModalOverlay-BeCxNyVY.mjs → useModalOverlay-USYfWlZ0.mjs} +3 -3
  255. package/__chunks__/{useModalOverlay-gSHY_FAb.js → useModalOverlay-VZIDHsXZ.js} +3 -3
  256. package/__chunks__/{useOverlayPosition-DJGEWKwM.js → useOverlayPosition-4b_rkosH.js} +5 -5
  257. package/__chunks__/{useOverlayPosition-CTTQ0gZN.mjs → useOverlayPosition-vVuqBjvk.mjs} +4 -4
  258. package/__chunks__/{useOverlayTrigger-BvP35sYf.mjs → useOverlayTrigger-C_ezbQv8.mjs} +2 -2
  259. package/__chunks__/{useOverlayTrigger-CiUR_pLO.js → useOverlayTrigger-Df2Gw0ns.js} +2 -2
  260. package/__chunks__/{usePress-DTGD4Sub.js → usePress-BkfhIu8i.js} +92 -124
  261. package/__chunks__/{usePress-CqfuY_T7.mjs → usePress-CMfwAyab.mjs} +77 -109
  262. package/__chunks__/{useSelectableItem-DeFiKyU1.mjs → useSelectableItem-DR0zbOkr.mjs} +122 -55
  263. package/__chunks__/{useSelectableItem-BEkjpB_K.js → useSelectableItem-DyTPlPnm.js} +123 -56
  264. package/__chunks__/{useSelectableList-Dk3TxzYJ.js → useSelectableList-CORVRfbM.js} +4 -4
  265. package/__chunks__/{useSelectableList-DPJUwWwV.mjs → useSelectableList-CPXWkbh2.mjs} +4 -4
  266. package/__chunks__/{useSingleSelectListState-DuCUY6dR.mjs → useSingleSelectListState-61RqBjo5.mjs} +1 -1
  267. package/__chunks__/{useSingleSelectListState-5RB1w9vv.js → useSingleSelectListState-IrBbHxlA.js} +1 -1
  268. package/__chunks__/{useTextField-CspDdKaL.mjs → useTextField-BMdTAdta.mjs} +9 -8
  269. package/__chunks__/{useTextField-DM-ZTn9j.js → useTextField-CLVShmFK.js} +10 -9
  270. package/__chunks__/{useToggle-Cu5EqIJD.js → useToggle-ARrVy-Wa.js} +9 -7
  271. package/__chunks__/{useToggle-CbrJW7jr.mjs → useToggle-XRd89s8O.mjs} +9 -7
  272. package/__chunks__/{useTreeState-D6aHf9kN.js → useTreeState-DrWJoIPU.js} +1 -1
  273. package/__chunks__/{useTreeState-w_raYfy2.mjs → useTreeState-DtfZCGLY.mjs} +1 -1
  274. package/__chunks__/{useUpdateEffect-CssYIsWI.js → useUpdateEffect-BII0W8Ne.js} +2 -1
  275. package/__chunks__/{useUpdateEffect-BLgGnNgL.mjs → useUpdateEffect-C9amKlvd.mjs} +2 -1
  276. package/__chunks__/{utilities-DIZYscJV.js → utilities-1DzM5WE1.js} +21 -16
  277. package/__chunks__/{utilities-CczOI9Hn.mjs → utilities-9S1EwfZA.mjs} +21 -16
  278. package/__chunks__/{utils-BlKqJM2_.js → utils-CY9C69XV.js} +8 -7
  279. package/__chunks__/utils-DTjlhnVc.js +383 -0
  280. package/__chunks__/{utils-BIfsWYLR.mjs → utils-VVmFE3B0.mjs} +8 -7
  281. package/__chunks__/utils-_T25xnBK.mjs +385 -0
  282. package/package.json +9 -9
  283. package/style.css +1072 -1072
  284. package/styles/_scrollbars.scss +8 -8
  285. package/styles/_token-helpers.scss +0 -9
  286. package/styles/global.scss +1 -1
  287. package/__chunks__/focusSafely-CCOEuEpK.mjs +0 -15
  288. package/__chunks__/focusSafely-wmTq_iKq.js +0 -14
  289. package/__chunks__/index-CTw89HMx.js +0 -198
  290. package/__chunks__/index-DCSYt1ke.mjs +0 -199
  291. package/__chunks__/isVirtualEvent-B_Z4yzgm.mjs +0 -75
  292. package/__chunks__/isVirtualEvent-C-tB2MCl.js +0 -74
  293. package/__chunks__/useFocusWithin-BGNdxo9d.mjs +0 -48
  294. package/__chunks__/useFocusWithin-C-45XiL1.js +0 -47
@@ -114,50 +114,52 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
114
114
  return React.useContext($b5e257d569688ac6$var$IsSSRContext);
115
115
  }
116
116
  let $bdb11010cef70236$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
117
- let $bdb11010cef70236$var$idsUpdaterMap = /* @__PURE__ */ new Map();
117
+ let $bdb11010cef70236$export$d41a04c74483c6ef = /* @__PURE__ */ new Map();
118
+ let $bdb11010cef70236$var$registry;
119
+ if (typeof FinalizationRegistry !== "undefined") $bdb11010cef70236$var$registry = new FinalizationRegistry((heldValue) => {
120
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(heldValue);
121
+ });
118
122
  function $bdb11010cef70236$export$f680877a34711e37(defaultId) {
119
123
  let [value, setValue] = React.useState(defaultId);
120
124
  let nextId = React.useRef(null);
121
125
  let res = $b5e257d569688ac6$export$619500959fc48b26(value);
122
- let updateValue = React.useCallback((val) => {
123
- nextId.current = val;
124
- }, []);
126
+ let cleanupRef = React.useRef(null);
127
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.register(cleanupRef, res);
125
128
  if ($bdb11010cef70236$var$canUseDOM) {
126
- if ($bdb11010cef70236$var$idsUpdaterMap.has(res) && !$bdb11010cef70236$var$idsUpdaterMap.get(res).includes(updateValue)) $bdb11010cef70236$var$idsUpdaterMap.set(res, [
127
- ...$bdb11010cef70236$var$idsUpdaterMap.get(res),
128
- updateValue
129
- ]);
130
- else $bdb11010cef70236$var$idsUpdaterMap.set(res, [
131
- updateValue
129
+ const cacheIdRef = $bdb11010cef70236$export$d41a04c74483c6ef.get(res);
130
+ if (cacheIdRef && !cacheIdRef.includes(nextId)) cacheIdRef.push(nextId);
131
+ else $bdb11010cef70236$export$d41a04c74483c6ef.set(res, [
132
+ nextId
132
133
  ]);
133
134
  }
134
135
  $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
135
136
  let r2 = res;
136
137
  return () => {
137
- $bdb11010cef70236$var$idsUpdaterMap.delete(r2);
138
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.unregister(cleanupRef);
139
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(r2);
138
140
  };
139
141
  }, [
140
142
  res
141
143
  ]);
142
144
  React.useEffect(() => {
143
145
  let newId = nextId.current;
144
- if (newId) {
145
- nextId.current = null;
146
- setValue(newId);
147
- }
146
+ if (newId) setValue(newId);
147
+ return () => {
148
+ if (newId) nextId.current = null;
149
+ };
148
150
  });
149
151
  return res;
150
152
  }
151
153
  function $bdb11010cef70236$export$cd8c9cb68f842629(idA, idB) {
152
154
  if (idA === idB) return idA;
153
- let setIdsA = $bdb11010cef70236$var$idsUpdaterMap.get(idA);
155
+ let setIdsA = $bdb11010cef70236$export$d41a04c74483c6ef.get(idA);
154
156
  if (setIdsA) {
155
- setIdsA.forEach((fn) => fn(idB));
157
+ setIdsA.forEach((ref) => ref.current = idB);
156
158
  return idB;
157
159
  }
158
- let setIdsB = $bdb11010cef70236$var$idsUpdaterMap.get(idB);
160
+ let setIdsB = $bdb11010cef70236$export$d41a04c74483c6ef.get(idB);
159
161
  if (setIdsB) {
160
- setIdsB.forEach((fn) => fn(idA));
162
+ setIdsB.forEach((ref) => ref.current = idA);
161
163
  return idA;
162
164
  }
163
165
  return idB;
@@ -113,50 +113,52 @@ function $b5e257d569688ac6$export$535bd6ca7f90a273() {
113
113
  return useContext($b5e257d569688ac6$var$IsSSRContext);
114
114
  }
115
115
  let $bdb11010cef70236$var$canUseDOM = Boolean(typeof window !== "undefined" && window.document && window.document.createElement);
116
- let $bdb11010cef70236$var$idsUpdaterMap = /* @__PURE__ */ new Map();
116
+ let $bdb11010cef70236$export$d41a04c74483c6ef = /* @__PURE__ */ new Map();
117
+ let $bdb11010cef70236$var$registry;
118
+ if (typeof FinalizationRegistry !== "undefined") $bdb11010cef70236$var$registry = new FinalizationRegistry((heldValue) => {
119
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(heldValue);
120
+ });
117
121
  function $bdb11010cef70236$export$f680877a34711e37(defaultId) {
118
122
  let [value, setValue] = useState(defaultId);
119
123
  let nextId = useRef(null);
120
124
  let res = $b5e257d569688ac6$export$619500959fc48b26(value);
121
- let updateValue = useCallback((val) => {
122
- nextId.current = val;
123
- }, []);
125
+ let cleanupRef = useRef(null);
126
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.register(cleanupRef, res);
124
127
  if ($bdb11010cef70236$var$canUseDOM) {
125
- if ($bdb11010cef70236$var$idsUpdaterMap.has(res) && !$bdb11010cef70236$var$idsUpdaterMap.get(res).includes(updateValue)) $bdb11010cef70236$var$idsUpdaterMap.set(res, [
126
- ...$bdb11010cef70236$var$idsUpdaterMap.get(res),
127
- updateValue
128
- ]);
129
- else $bdb11010cef70236$var$idsUpdaterMap.set(res, [
130
- updateValue
128
+ const cacheIdRef = $bdb11010cef70236$export$d41a04c74483c6ef.get(res);
129
+ if (cacheIdRef && !cacheIdRef.includes(nextId)) cacheIdRef.push(nextId);
130
+ else $bdb11010cef70236$export$d41a04c74483c6ef.set(res, [
131
+ nextId
131
132
  ]);
132
133
  }
133
134
  $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
134
135
  let r2 = res;
135
136
  return () => {
136
- $bdb11010cef70236$var$idsUpdaterMap.delete(r2);
137
+ if ($bdb11010cef70236$var$registry) $bdb11010cef70236$var$registry.unregister(cleanupRef);
138
+ $bdb11010cef70236$export$d41a04c74483c6ef.delete(r2);
137
139
  };
138
140
  }, [
139
141
  res
140
142
  ]);
141
143
  useEffect(() => {
142
144
  let newId = nextId.current;
143
- if (newId) {
144
- nextId.current = null;
145
- setValue(newId);
146
- }
145
+ if (newId) setValue(newId);
146
+ return () => {
147
+ if (newId) nextId.current = null;
148
+ };
147
149
  });
148
150
  return res;
149
151
  }
150
152
  function $bdb11010cef70236$export$cd8c9cb68f842629(idA, idB) {
151
153
  if (idA === idB) return idA;
152
- let setIdsA = $bdb11010cef70236$var$idsUpdaterMap.get(idA);
154
+ let setIdsA = $bdb11010cef70236$export$d41a04c74483c6ef.get(idA);
153
155
  if (setIdsA) {
154
- setIdsA.forEach((fn) => fn(idB));
156
+ setIdsA.forEach((ref) => ref.current = idB);
155
157
  return idB;
156
158
  }
157
- let setIdsB = $bdb11010cef70236$var$idsUpdaterMap.get(idB);
159
+ let setIdsB = $bdb11010cef70236$export$d41a04c74483c6ef.get(idB);
158
160
  if (setIdsB) {
159
- setIdsB.forEach((fn) => fn(idA));
161
+ setIdsB.forEach((ref) => ref.current = idA);
160
162
  return idA;
161
163
  }
162
164
  return idB;
@@ -218,10 +220,10 @@ function $3ef42575df84b30b$export$9d1611c77c2fe928(...args) {
218
220
  }
219
221
  export {
220
222
  $3ef42575df84b30b$export$9d1611c77c2fe928 as $,
221
- $8ae05eaa5c114e9c$export$7f54fc3180508a52 as a,
222
- $bdb11010cef70236$export$b4cc09c592e8fdb8 as b,
223
- $bdb11010cef70236$export$f680877a34711e37 as c,
224
- $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c as d,
225
- $b5e257d569688ac6$export$535bd6ca7f90a273 as e,
223
+ $b5e257d569688ac6$export$535bd6ca7f90a273 as a,
224
+ $8ae05eaa5c114e9c$export$7f54fc3180508a52 as b,
225
+ $bdb11010cef70236$export$b4cc09c592e8fdb8 as c,
226
+ $bdb11010cef70236$export$f680877a34711e37 as d,
227
+ $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c as e,
226
228
  $ff5963eb1fccf552$export$e08e3b67e392101e as f
227
229
  };
@@ -1,4 +1,4 @@
1
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DSi85raC.mjs";
1
+ import { e as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-C4OYS8Nd.mjs";
2
2
  import { useState } from "react";
3
3
  import { $ as $cc38e7bd3fc7b213$export$2bb74740c4e19def } from "./isScrollable-DwbLAiO0.mjs";
4
4
  function $a40c673dc9f6d9c7$export$94ed1c92c7beeb22(node, checkForOverflow) {
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const mergeProps = require("./mergeProps-DniMwM6P.js");
2
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
3
3
  const React = require("react");
4
4
  const isScrollable = require("./isScrollable-CE3Xdlg4.js");
5
5
  function $a40c673dc9f6d9c7$export$94ed1c92c7beeb22(node, checkForOverflow) {
@@ -1,7 +1,7 @@
1
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
1
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-C4OYS8Nd.mjs";
2
2
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
3
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
4
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CqfuY_T7.mjs";
3
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CMfwAyab.mjs";
4
+ import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "./useFocusable-BQyiLqbY.mjs";
5
5
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
6
6
  let {
7
7
  elementType = "button",
@@ -27,7 +27,6 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
27
27
  };
28
28
  else additionalProps = {
29
29
  role: "button",
30
- tabIndex: isDisabled ? void 0 : 0,
31
30
  href: elementType === "a" && !isDisabled ? href : void 0,
32
31
  target: elementType === "a" ? target : void 0,
33
32
  type: elementType === "input" ? type : void 0,
@@ -45,7 +44,7 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
45
44
  preventFocusOnPress,
46
45
  ref
47
46
  });
48
- let { focusableProps } = $e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
47
+ let { focusableProps } = $f645667febf57a63$export$4c014de7c8940b4c(props, ref);
49
48
  if (allowFocusWhenDisabled) focusableProps.tabIndex = isDisabled ? -1 : focusableProps.tabIndex;
50
49
  let buttonProps = $3ef42575df84b30b$export$9d1611c77c2fe928(focusableProps, pressProps, $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
51
50
  labelable: true
@@ -57,6 +56,7 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
57
56
  "aria-expanded": props["aria-expanded"],
58
57
  "aria-controls": props["aria-controls"],
59
58
  "aria-pressed": props["aria-pressed"],
59
+ "aria-current": props["aria-current"],
60
60
  onClick: (e) => {
61
61
  if (deprecatedOnClick) {
62
62
  deprecatedOnClick(e);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const mergeProps = require("./mergeProps-DniMwM6P.js");
2
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
3
3
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
4
- const useFocusable = require("./useFocusable-BQyiwtXU.js");
5
- const usePress = require("./usePress-DTGD4Sub.js");
4
+ const usePress = require("./usePress-BkfhIu8i.js");
5
+ const useFocusable = require("./useFocusable-6aWd3xB2.js");
6
6
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
7
7
  let {
8
8
  elementType = "button",
@@ -28,7 +28,6 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
28
28
  };
29
29
  else additionalProps = {
30
30
  role: "button",
31
- tabIndex: isDisabled ? void 0 : 0,
32
31
  href: elementType === "a" && !isDisabled ? href : void 0,
33
32
  target: elementType === "a" ? target : void 0,
34
33
  type: elementType === "input" ? type : void 0,
@@ -46,7 +45,7 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
46
45
  preventFocusOnPress,
47
46
  ref
48
47
  });
49
- let { focusableProps } = useFocusable.$e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
48
+ let { focusableProps } = useFocusable.$f645667febf57a63$export$4c014de7c8940b4c(props, ref);
50
49
  if (allowFocusWhenDisabled) focusableProps.tabIndex = isDisabled ? -1 : focusableProps.tabIndex;
51
50
  let buttonProps = mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(focusableProps, pressProps, filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
52
51
  labelable: true
@@ -58,6 +57,7 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
58
57
  "aria-expanded": props["aria-expanded"],
59
58
  "aria-controls": props["aria-controls"],
60
59
  "aria-pressed": props["aria-pressed"],
60
+ "aria-current": props["aria-current"],
61
61
  onClick: (e) => {
62
62
  if (deprecatedOnClick) {
63
63
  deprecatedOnClick(e);
@@ -1,4 +1,4 @@
1
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZCcafjG.mjs";
1
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZH2zfKM.mjs";
2
2
  let $325a3faab7a68acd$var$cache = /* @__PURE__ */ new Map();
3
3
  function $325a3faab7a68acd$export$a16aca283550c30d(options) {
4
4
  let { locale } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const context = require("./context-D3NeXov7.js");
2
+ const context = require("./context-BQfsEeih.js");
3
3
  let $325a3faab7a68acd$var$cache = /* @__PURE__ */ new Map();
4
4
  function $325a3faab7a68acd$export$a16aca283550c30d(options) {
5
5
  let { locale } = context.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
@@ -18,11 +18,11 @@ var __spreadValues = (a, b) => {
18
18
  return a;
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
- const mergeProps = require("./mergeProps-DniMwM6P.js");
21
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
22
22
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
23
- const focusSafely = require("./focusSafely-wmTq_iKq.js");
23
+ const focusSafely = require("./focusSafely-DLX4i5KV.js");
24
24
  const React = require("react");
25
- const Overlay = require("./Overlay-CwJbrICR.js");
25
+ const Overlay = require("./Overlay-CwRnK9dm.js");
26
26
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
27
27
  let { role = "dialog" } = props;
28
28
  let titleId = mergeProps.$bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -30,13 +30,13 @@ function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
30
30
  let isRefocusing = React.useRef(false);
31
31
  React.useEffect(() => {
32
32
  if (ref.current && !ref.current.contains(document.activeElement)) {
33
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(ref.current);
33
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
34
34
  let timeout = setTimeout(() => {
35
35
  if (document.activeElement === ref.current) {
36
36
  isRefocusing.current = true;
37
37
  if (ref.current) {
38
38
  ref.current.blur();
39
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(ref.current);
39
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
40
40
  }
41
41
  isRefocusing.current = false;
42
42
  }
@@ -17,11 +17,11 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8 } from "./mergeProps-DSi85raC.mjs";
20
+ import { c as $bdb11010cef70236$export$b4cc09c592e8fdb8 } from "./mergeProps-C4OYS8Nd.mjs";
21
21
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
22
- import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-CCOEuEpK.mjs";
22
+ import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "./focusSafely-MpYXzuLP.mjs";
23
23
  import { useRef, useEffect } from "react";
24
- import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-zuiAML3I.mjs";
24
+ import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-BtkNBEyr.mjs";
25
25
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
26
26
  let { role = "dialog" } = props;
27
27
  let titleId = $bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -29,13 +29,13 @@ function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
29
29
  let isRefocusing = useRef(false);
30
30
  useEffect(() => {
31
31
  if (ref.current && !ref.current.contains(document.activeElement)) {
32
- $6a99195332edec8b$export$80f3e147d781571c(ref.current);
32
+ $3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
33
33
  let timeout = setTimeout(() => {
34
34
  if (document.activeElement === ref.current) {
35
35
  isRefocusing.current = true;
36
36
  if (ref.current) {
37
37
  ref.current.blur();
38
- $6a99195332edec8b$export$80f3e147d781571c(ref.current);
38
+ $3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
39
39
  }
40
40
  isRefocusing.current = false;
41
41
  }
@@ -2,11 +2,11 @@
2
2
  const React = require("react");
3
3
  const useIntersectionDetection = require("./useIntersectionDetection-DI5n4zwA.js");
4
4
  const utilities_css = require("../utilities/css.js");
5
- const interceptor = "_interceptor_di9nm_5";
6
- const top = "_top_di9nm_13";
7
- const bottom = "_bottom_di9nm_14";
8
- const left = "_left_di9nm_18";
9
- const right = "_right_di9nm_19";
5
+ const interceptor = "_interceptor_1gmf8_5";
6
+ const top = "_top_1gmf8_13";
7
+ const bottom = "_bottom_1gmf8_14";
8
+ const left = "_left_1gmf8_18";
9
+ const right = "_right_1gmf8_19";
10
10
  const styles = {
11
11
  interceptor,
12
12
  top,
@@ -1,11 +1,11 @@
1
1
  import React__default, { useRef, useCallback } from "react";
2
2
  import { u as useIntersectionDetection } from "./useIntersectionDetection-BvUmtDgl.mjs";
3
3
  import { classNames } from "../utilities/css.mjs";
4
- const interceptor = "_interceptor_di9nm_5";
5
- const top = "_top_di9nm_13";
6
- const bottom = "_bottom_di9nm_14";
7
- const left = "_left_di9nm_18";
8
- const right = "_right_di9nm_19";
4
+ const interceptor = "_interceptor_1gmf8_5";
5
+ const top = "_top_1gmf8_13";
6
+ const bottom = "_bottom_1gmf8_14";
7
+ const left = "_left_1gmf8_18";
8
+ const right = "_right_1gmf8_19";
9
9
  const styles = {
10
10
  interceptor,
11
11
  top,
@@ -1,4 +1,4 @@
1
- import { a as $8ae05eaa5c114e9c$export$7f54fc3180508a52 } from "./mergeProps-DSi85raC.mjs";
1
+ import { b as $8ae05eaa5c114e9c$export$7f54fc3180508a52 } from "./mergeProps-C4OYS8Nd.mjs";
2
2
  import { useEffect } from "react";
3
3
  function $e9faafb641e167db$export$90fc3a17d93f704c(ref, event, handler, options) {
4
4
  let handleEvent = $8ae05eaa5c114e9c$export$7f54fc3180508a52(handler);
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const mergeProps = require("./mergeProps-DniMwM6P.js");
2
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
3
3
  const React = require("react");
4
4
  function $e9faafb641e167db$export$90fc3a17d93f704c(ref, event, handler, options) {
5
5
  let handleEvent = mergeProps.$8ae05eaa5c114e9c$export$7f54fc3180508a52(handler);
@@ -1,5 +1,5 @@
1
- import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-D37VV43W.mjs";
2
- import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
1
+ import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-B3S3Miea.mjs";
2
+ import { c as $bdb11010cef70236$export$b4cc09c592e8fdb8, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-C4OYS8Nd.mjs";
3
3
  function $2baaea4c71418dea$export$294aa081a6c6f55d(props) {
4
4
  let { description, errorMessage, isInvalid, validationState } = props;
5
5
  let { labelProps, fieldProps } = $d191a55c9702f145$export$8467354a121f1b9f(props);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
- const useLabel = require("./useLabel-t-N6anB8.js");
3
- const mergeProps = require("./mergeProps-DniMwM6P.js");
2
+ const useLabel = require("./useLabel-DVLShpAi.js");
3
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
4
4
  function $2baaea4c71418dea$export$294aa081a6c6f55d(props) {
5
5
  let { description, errorMessage, isInvalid, validationState } = props;
6
6
  let { labelProps, fieldProps } = useLabel.$d191a55c9702f145$export$8467354a121f1b9f(props);
@@ -14,7 +14,7 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "./useCollator-B-keb3wA.mjs";
17
+ import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "./useCollator-CYCg6wMz.mjs";
18
18
  import { useCallback, useMemo } from "react";
19
19
  function $bb77f239b46e8c72$export$3274cf84b703fff(options) {
20
20
  let collator = $325a3faab7a68acd$export$a16aca283550c30d(__spreadValues({
@@ -15,7 +15,7 @@ var __spreadValues = (a, b) => {
15
15
  }
16
16
  return a;
17
17
  };
18
- const useCollator = require("./useCollator-DGrSWVh4.js");
18
+ const useCollator = require("./useCollator-DpGidudE.js");
19
19
  const React = require("react");
20
20
  function $bb77f239b46e8c72$export$3274cf84b703fff(options) {
21
21
  let collator = useCollator.$325a3faab7a68acd$export$a16aca283550c30d(__spreadValues({
@@ -1,6 +1,5 @@
1
- import { a as $8a9cb279dc87e130$export$715c682d09d639cc } from "./useFocusVisible-Bb3k4_O_.mjs";
1
+ import { e as $8a9cb279dc87e130$export$715c682d09d639cc, a as $431fbd86ca7dc216$export$b204af158042fbac, c as $d4ee10de306f2510$export$cd4e5573fbe2b576, f as $d4ee10de306f2510$export$e58f029f0fbfdb29 } from "./utils-_T25xnBK.mjs";
2
2
  import { useCallback } from "react";
3
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-B_Z4yzgm.mjs";
4
3
  function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
5
4
  let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
6
5
  const onBlur = useCallback((e) => {
@@ -16,7 +15,8 @@ function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
16
15
  const onSyntheticFocus = $8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
17
16
  const onFocus = useCallback((e) => {
18
17
  const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(e.target);
19
- if (e.target === e.currentTarget && ownerDocument.activeElement === e.target) {
18
+ const activeElement = ownerDocument ? $d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument) : $d4ee10de306f2510$export$cd4e5573fbe2b576();
19
+ if (e.target === e.currentTarget && activeElement === $d4ee10de306f2510$export$e58f029f0fbfdb29(e.nativeEvent)) {
20
20
  if (onFocusProp) onFocusProp(e);
21
21
  if (onFocusChange) onFocusChange(true);
22
22
  onSyntheticFocus(e);
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
- const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
2
+ const utils = require("./utils-DTjlhnVc.js");
3
3
  const React = require("react");
4
- const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
5
4
  function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
6
5
  let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
7
6
  const onBlur = React.useCallback((e) => {
@@ -14,10 +13,11 @@ function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
14
13
  onBlurProp,
15
14
  onFocusChange
16
15
  ]);
17
- const onSyntheticFocus = useFocusVisible.$8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
16
+ const onSyntheticFocus = utils.$8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
18
17
  const onFocus = React.useCallback((e) => {
19
- const ownerDocument = isVirtualEvent.$431fbd86ca7dc216$export$b204af158042fbac(e.target);
20
- if (e.target === e.currentTarget && ownerDocument.activeElement === e.target) {
18
+ const ownerDocument = utils.$431fbd86ca7dc216$export$b204af158042fbac(e.target);
19
+ const activeElement = ownerDocument ? utils.$d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument) : utils.$d4ee10de306f2510$export$cd4e5573fbe2b576();
20
+ if (e.target === e.currentTarget && activeElement === utils.$d4ee10de306f2510$export$e58f029f0fbfdb29(e.nativeEvent)) {
21
21
  if (onFocusProp) onFocusProp(e);
22
22
  if (onFocusChange) onFocusChange(true);
23
23
  onSyntheticFocus(e);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- const useFocus = require("./useFocus-l6ZlVMHW.js");
3
- const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
4
- const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
2
+ const useFocus = require("./useFocus-CMM1E_s1.js");
3
+ const useFocusVisible = require("./useFocusVisible-DFYEx6se.js");
4
+ const useFocusWithin = require("./useFocusWithin-B1KKdipT.js");
5
5
  const React = require("react");
6
6
  function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
7
7
  let { autoFocus = false, isTextInput, within } = props;
@@ -1,6 +1,6 @@
1
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-lnK5BCt2.mjs";
2
- import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, c as $507fabe10e71c6fb$export$ec71b4b83ac08ec3 } from "./useFocusVisible-Bb3k4_O_.mjs";
3
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
1
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BR2JUcSC.mjs";
2
+ import { a as $507fabe10e71c6fb$export$b9b3dfddab17db27, b as $507fabe10e71c6fb$export$ec71b4b83ac08ec3 } from "./useFocusVisible-D_XXcaLm.mjs";
3
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-DMidhx8C.mjs";
4
4
  import { useRef, useState, useCallback } from "react";
5
5
  function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
6
6
  let { autoFocus = false, isTextInput, within } = props;