@easypost/easy-ui 1.0.0-alpha.71 → 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 +15 -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-Cbv2rnYl.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-DDDdq1jy.mjs → Button-besQ0j6a.mjs} +19 -19
  118. package/__chunks__/{Calendar-6J28aEN6.js → Calendar-C5woWpfH.js} +2 -2
  119. package/__chunks__/{Calendar-IH-Hdju1.mjs → Calendar-p9rHaKwG.mjs} +2 -2
  120. package/__chunks__/{CalendarBase-Cn_m810l.js → CalendarBase-BUa-SUff.js} +30 -30
  121. package/__chunks__/{CalendarBase-NkfY0ZZQ.mjs → CalendarBase-mv9La5tR.mjs} +29 -29
  122. package/__chunks__/{Card-Cfs_61bW.mjs → Card-DR2FXTv6.mjs} +12 -12
  123. package/__chunks__/{Card-BHov7_vu.js → Card-DfhHosdD.js} +12 -12
  124. package/__chunks__/{Checkbox-PjSuOA8S.mjs → Checkbox-B7qn8pJg.mjs} +25 -25
  125. package/__chunks__/{Checkbox-5_dirQJ7.js → Checkbox-BtIjmaiX.js} +25 -25
  126. package/__chunks__/{CodeSnippet--gFmAN9i.js → CodeSnippet-Cp3glUO1.js} +2 -2
  127. package/__chunks__/{CodeSnippet-BvZT69UG.mjs → CodeSnippet-Di6gtbdh.mjs} +2 -2
  128. package/__chunks__/{DatePickerBase-DFxPgoc8.js → DatePickerBase-D4UJlvkz.js} +143 -60
  129. package/__chunks__/{DatePickerBase-B5DTXN8_.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-D8fqyHN6.mjs → HelpMenu-CLhpjJ6h.mjs} +7 -7
  135. package/__chunks__/{HelpMenu-CnMDuzfD.js → HelpMenu-DyhpQPI8.js} +7 -7
  136. package/__chunks__/{HorizontalGrid-DXgJ4dXw.mjs → HorizontalGrid-7r8FL1aY.mjs} +1 -1
  137. package/__chunks__/{HorizontalGrid-C0WrCjxa.js → HorizontalGrid-CNc8k_zD.js} +1 -1
  138. package/__chunks__/{HorizontalStack-hi_QrrZB.mjs → HorizontalStack-8RcZ4huI.mjs} +1 -1
  139. package/__chunks__/{HorizontalStack-4-woUNq_.js → HorizontalStack-BpcS3ASr.js} +1 -1
  140. package/__chunks__/{Icon-C5tHQyHr.mjs → Icon-Dj1ar_iv.mjs} +2 -2
  141. package/__chunks__/{Icon-YEBBOjcK.js → Icon-lRxgQUlF.js} +2 -2
  142. package/__chunks__/{InputCaption-DiSkdAGZ.mjs → InputCaption-Dh_ynOSC.mjs} +2 -2
  143. package/__chunks__/{InputCaption-DYZkvdQw.js → InputCaption-uusWFQO6.js} +2 -2
  144. package/__chunks__/{InputField-ErsDNt4h.mjs → InputField-Cc1uBSYb.mjs} +7 -7
  145. package/__chunks__/{InputField-ISqVunp5.js → InputField-HW--yCbl.js} +7 -7
  146. package/__chunks__/{InputIcon-MAaUXGCr.mjs → InputIcon-C1dofAnd.mjs} +31 -31
  147. package/__chunks__/{InputIcon-x3fs2oAT.js → InputIcon-cFcmXohD.js} +31 -31
  148. package/__chunks__/{KebabButton-K9NaCoId.js → KebabButton-AUlp_RzU.js} +5 -5
  149. package/__chunks__/{KebabButton-C2L-OC4Y.mjs → KebabButton-BTDy4F9A.mjs} +5 -5
  150. package/__chunks__/{Menu-Bh10IFV1.mjs → Menu-CQghk0Xm.mjs} +44 -30
  151. package/__chunks__/{Menu-BR1eZSkl.js → Menu-CqzvIQht.js} +44 -30
  152. package/__chunks__/{Notification-BYzidkwf.js → Notification-C5yNqG6B.js} +707 -731
  153. package/__chunks__/{Notification-BVk1cbKv.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-Cw7NxHK1.mjs → PillGroup-DoUZjoCh.mjs} +109 -68
  157. package/__chunks__/{PillGroup-DHGP8AdT.js → PillGroup-Dv0EvyfJ.js} +109 -68
  158. package/__chunks__/{RadioGroup-NZKo5DhW.mjs → RadioGroup-6LaX18PH.mjs} +28 -26
  159. package/__chunks__/{RadioGroup-BRCEngTq.js → RadioGroup-DhkWNcLj.js} +28 -26
  160. package/__chunks__/{RangeCalendar-Ccn11Hi1.js → RangeCalendar-BiJUNPv-.js} +3 -3
  161. package/__chunks__/{RangeCalendar-CbbQ0oO-.mjs → RangeCalendar-DET0Ai4u.mjs} +3 -3
  162. package/__chunks__/{SelectOverlay-QpThRYAk.js → SelectOverlay-Cb0n9TrH.js} +34 -34
  163. package/__chunks__/{SelectOverlay-Od1KotbU.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-B6N15DSq.js → SelectorErrorTooltip-Dgl_s5PI.js} +4 -4
  167. package/__chunks__/{SelectorErrorTooltip-DZK9TYeX.mjs → SelectorErrorTooltip-ixjoIXDZ.mjs} +4 -4
  168. package/__chunks__/{Spinner-idiilXrq.js → Spinner-C0O2rv-c.js} +7 -7
  169. package/__chunks__/{Spinner-DWNM6vOK.mjs → Spinner-_rvpJRN-.mjs} +7 -7
  170. package/__chunks__/{Stepper-Dt63049f.js → Stepper-BO0O4mnN.js} +28 -28
  171. package/__chunks__/{Stepper-Dip3LHZb.mjs → Stepper-Bn1VUxUa.mjs} +28 -28
  172. package/__chunks__/{TabNav-BCal_o_e.mjs → TabNav-Bicd788A.mjs} +1 -1
  173. package/__chunks__/{TabNav-D_4bqwZ5.js → TabNav-DoPWkRzq.js} +1 -1
  174. package/__chunks__/{Tabs-DL53NmLt.js → Tabs-CcQ1UKFN.js} +20 -20
  175. package/__chunks__/{Tabs-D5YHkBYr.mjs → Tabs-CtdBEP39.mjs} +20 -20
  176. package/__chunks__/{Text-DKSomTmh.js → Text-BMoA0yMR.js} +40 -40
  177. package/__chunks__/{Text-DAilskpC.mjs → Text-Bx5xQvLg.mjs} +40 -40
  178. package/__chunks__/{TextField-gPC5-arj.mjs → TextField-3cY3nKBn.mjs} +1 -1
  179. package/__chunks__/{TextField-Co7_GAzT.js → TextField-Bi1S8cvA.js} +1 -1
  180. package/__chunks__/{Toggle-D89AeiqA.js → Toggle-8B3f76vx.js} +15 -15
  181. package/__chunks__/{Toggle-B6b2-C7T.mjs → Toggle-BVf2PQk2.mjs} +15 -15
  182. package/__chunks__/{Tooltip-5lz6tVdi.js → Tooltip-7XwvrZnA.js} +17 -16
  183. package/__chunks__/{Tooltip-BAlARvJi.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-yZwmajIO.mjs → VerticalStack-7ngWLZ9D.mjs} +3 -3
  187. package/__chunks__/{VerticalStack-Dw2YBdjg.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-B2OWg9dT.js → useEdgeInterceptors-BTw8xzQs.js} +5 -5
  211. package/__chunks__/{useEdgeInterceptors-YaV-ot5j.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 +1073 -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
@@ -18,10 +18,10 @@ var __spreadValues = (a, b) => {
18
18
  return a;
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
- const SelectionManager = require("./SelectionManager-DuX6geJg.js");
22
- const useSelectableItem = require("./useSelectableItem-BEkjpB_K.js");
21
+ const SelectionManager = require("./SelectionManager-px2R7S_e.js");
22
+ const useSelectableItem = require("./useSelectableItem-DyTPlPnm.js");
23
23
  const isScrollable = require("./isScrollable-CE3Xdlg4.js");
24
- const useCollator = require("./useCollator-DGrSWVh4.js");
24
+ const useCollator = require("./useCollator-DpGidudE.js");
25
25
  const React = require("react");
26
26
  const $453cc9f0df89c0a5$var$cache = /* @__PURE__ */ new WeakMap();
27
27
  function $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {
@@ -40,7 +40,7 @@ class $657e4dc4a6e88df0$export$8f5ed9ff9f511381 {
40
40
  getItemRect(key) {
41
41
  let container = this.ref.current;
42
42
  if (!container) return null;
43
- let item = key != null ? container.querySelector(`[data-key="${CSS.escape(key.toString())}"]`) : null;
43
+ let item = key != null ? useSelectableItem.$feb5ffebff200149$export$c3d8340acf92597f(this.ref, key) : null;
44
44
  if (!item) return null;
45
45
  let containerRect = container.getBoundingClientRect();
46
46
  let itemRect = item.getBoundingClientRect();
@@ -17,10 +17,10 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "./SelectionManager-DCO_d3m1.mjs";
21
- import { a as $ae20dd8cbca75726$export$d6daf82dcd84e87c } from "./useSelectableItem-DeFiKyU1.mjs";
20
+ import { c as $c5a24bc478652b5f$export$1005530eda016c13 } from "./SelectionManager-my6312qq.mjs";
21
+ import { a as $feb5ffebff200149$export$c3d8340acf92597f, b as $ae20dd8cbca75726$export$d6daf82dcd84e87c } from "./useSelectableItem-DR0zbOkr.mjs";
22
22
  import { $ as $cc38e7bd3fc7b213$export$2bb74740c4e19def } from "./isScrollable-DwbLAiO0.mjs";
23
- import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "./useCollator-B-keb3wA.mjs";
23
+ import { $ as $325a3faab7a68acd$export$a16aca283550c30d } from "./useCollator-CYCg6wMz.mjs";
24
24
  import { useMemo } from "react";
25
25
  const $453cc9f0df89c0a5$var$cache = /* @__PURE__ */ new WeakMap();
26
26
  function $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {
@@ -39,7 +39,7 @@ class $657e4dc4a6e88df0$export$8f5ed9ff9f511381 {
39
39
  getItemRect(key) {
40
40
  let container = this.ref.current;
41
41
  if (!container) return null;
42
- let item = key != null ? container.querySelector(`[data-key="${CSS.escape(key.toString())}"]`) : null;
42
+ let item = key != null ? $feb5ffebff200149$export$c3d8340acf92597f(this.ref, key) : null;
43
43
  if (!item) return null;
44
44
  let containerRect = container.getBoundingClientRect();
45
45
  let itemRect = item.getBoundingClientRect();
@@ -17,7 +17,7 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "./useListState-AFrlkW73.mjs";
20
+ import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "./useListState-DqBHV23A.mjs";
21
21
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
22
22
  import { useMemo } from "react";
23
23
  function $a0d645289fe9b86b$export$e7f05e985daf4b5f(props) {
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
18
18
  return a;
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
- const useListState = require("./useListState-I5rva0Fq.js");
21
+ const useListState = require("./useListState-CKHwm7j_.js");
22
22
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
23
23
  const React = require("react");
24
24
  function $a0d645289fe9b86b$export$e7f05e985daf4b5f(props) {
@@ -17,19 +17,19 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { useEffect } from "react";
21
- import { a as $431fbd86ca7dc216$export$f21a1ffae260145a } from "./isVirtualEvent-B_Z4yzgm.mjs";
22
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
20
+ import { g as $431fbd86ca7dc216$export$f21a1ffae260145a } from "./utils-_T25xnBK.mjs";
21
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-C4OYS8Nd.mjs";
23
22
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
24
- import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DA1Lwdha.mjs";
23
+ import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DwIsbrAk.mjs";
25
24
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
26
- import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-B6VplZ_n.mjs";
27
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
28
- import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-CCe1AoIX.mjs";
25
+ import React__default, { useEffect } from "react";
26
+ import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-CQfJ37Nt.mjs";
27
+ import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "./useFocusable-BQyiLqbY.mjs";
28
+ import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-SckXeoUZ.mjs";
29
29
  function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
30
30
  let { inputElementType = "input", isDisabled = false, isRequired = false, isReadOnly = false, type = "text", validationBehavior = "aria" } = props;
31
31
  let [value, setValue] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(props.value, props.defaultValue || "", props.onChange);
32
- let { focusableProps } = $e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
32
+ let { focusableProps } = $f645667febf57a63$export$4c014de7c8940b4c(props, ref);
33
33
  let validationState = $e5be200c675c3b3a$export$fc1a364ae1f3ff10(__spreadProps(__spreadValues({}, props), {
34
34
  value
35
35
  }));
@@ -84,6 +84,7 @@ function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
84
84
  inputMode: props.inputMode,
85
85
  autoCorrect: props.autoCorrect,
86
86
  spellCheck: props.spellCheck,
87
+ [parseInt(React__default.version, 10) >= 17 ? "enterKeyHint" : "enterkeyhint"]: props.enterKeyHint,
87
88
  // Clipboard events
88
89
  onCopy: props.onCopy,
89
90
  onCut: props.onCut,
@@ -18,19 +18,19 @@ var __spreadValues = (a, b) => {
18
18
  return a;
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
- const React = require("react");
22
- const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
23
- const mergeProps = require("./mergeProps-DniMwM6P.js");
21
+ const utils = require("./utils-DTjlhnVc.js");
22
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
24
23
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
25
- const useFormReset = require("./useFormReset-Bgj93eR3.js");
24
+ const useFormReset = require("./useFormReset-Ja1aibwy.js");
26
25
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
27
- const useField = require("./useField-BJW_bXVD.js");
28
- const useFocusable = require("./useFocusable-BQyiwtXU.js");
29
- const useFormValidation = require("./useFormValidation-BeqiYVJN.js");
26
+ const React = require("react");
27
+ const useField = require("./useField-MeTEdBhD.js");
28
+ const useFocusable = require("./useFocusable-6aWd3xB2.js");
29
+ const useFormValidation = require("./useFormValidation-BqUyj3MW.js");
30
30
  function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
31
31
  let { inputElementType = "input", isDisabled = false, isRequired = false, isReadOnly = false, type = "text", validationBehavior = "aria" } = props;
32
32
  let [value, setValue] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(props.value, props.defaultValue || "", props.onChange);
33
- let { focusableProps } = useFocusable.$e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
33
+ let { focusableProps } = useFocusable.$f645667febf57a63$export$4c014de7c8940b4c(props, ref);
34
34
  let validationState = useFormValidation.$e5be200c675c3b3a$export$fc1a364ae1f3ff10(__spreadProps(__spreadValues({}, props), {
35
35
  value
36
36
  }));
@@ -49,7 +49,7 @@ function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
49
49
  useFormReset.$99facab73266f662$export$5add1d006293d136(ref, value, setValue);
50
50
  useFormValidation.$e93e671b31057976$export$b8473d3665f3a75a(props, validationState, ref);
51
51
  React.useEffect(() => {
52
- if (ref.current instanceof isVirtualEvent.$431fbd86ca7dc216$export$f21a1ffae260145a(ref.current).HTMLTextAreaElement) {
52
+ if (ref.current instanceof utils.$431fbd86ca7dc216$export$f21a1ffae260145a(ref.current).HTMLTextAreaElement) {
53
53
  let input = ref.current;
54
54
  Object.defineProperty(input, "defaultValue", {
55
55
  get: () => input.value,
@@ -85,6 +85,7 @@ function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
85
85
  inputMode: props.inputMode,
86
86
  autoCorrect: props.autoCorrect,
87
87
  spellCheck: props.spellCheck,
88
+ [parseInt(React.version, 10) >= 17 ? "enterKeyHint" : "enterkeyhint"]: props.enterKeyHint,
88
89
  // Clipboard events
89
90
  onCopy: props.onCopy,
90
91
  onCut: props.onCut,
@@ -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 useFormReset = require("./useFormReset-Bgj93eR3.js");
24
- const useFocusable = require("./useFocusable-BQyiwtXU.js");
25
- const usePress = require("./usePress-DTGD4Sub.js");
23
+ const useFormReset = require("./useFormReset-Ja1aibwy.js");
24
+ const usePress = require("./usePress-BkfhIu8i.js");
25
+ const useFocusable = require("./useFocusable-6aWd3xB2.js");
26
26
  function $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref) {
27
27
  let { isDisabled = false, isReadOnly = false, value, name, children, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, validationState = "valid", isInvalid } = props;
28
28
  let onChange = (e) => {
@@ -36,12 +36,14 @@ function $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref) {
36
36
  isDisabled
37
37
  });
38
38
  let { pressProps: labelProps, isPressed: isLabelPressed } = usePress.$f6c31cce2adf654f$export$45712eceda6fad21({
39
- isDisabled: isDisabled || isReadOnly,
40
39
  onPress() {
40
+ var _ref_current;
41
41
  state.toggle();
42
- }
42
+ (_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.focus();
43
+ },
44
+ isDisabled: isDisabled || isReadOnly
43
45
  });
44
- let { focusableProps } = useFocusable.$e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
46
+ let { focusableProps } = useFocusable.$f645667febf57a63$export$4c014de7c8940b4c(props, ref);
45
47
  let interactions = mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(pressProps, focusableProps);
46
48
  let domProps = filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
47
49
  labelable: true
@@ -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 { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
20
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-C4OYS8Nd.mjs";
21
21
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
22
- import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DA1Lwdha.mjs";
23
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
24
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CqfuY_T7.mjs";
22
+ import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DwIsbrAk.mjs";
23
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CMfwAyab.mjs";
24
+ import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "./useFocusable-BQyiLqbY.mjs";
25
25
  function $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref) {
26
26
  let { isDisabled = false, isReadOnly = false, value, name, children, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, validationState = "valid", isInvalid } = props;
27
27
  let onChange = (e) => {
@@ -35,12 +35,14 @@ function $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref) {
35
35
  isDisabled
36
36
  });
37
37
  let { pressProps: labelProps, isPressed: isLabelPressed } = $f6c31cce2adf654f$export$45712eceda6fad21({
38
- isDisabled: isDisabled || isReadOnly,
39
38
  onPress() {
39
+ var _ref_current;
40
40
  state.toggle();
41
- }
41
+ (_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.focus();
42
+ },
43
+ isDisabled: isDisabled || isReadOnly
42
44
  });
43
- let { focusableProps } = $e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, ref);
45
+ let { focusableProps } = $f645667febf57a63$export$4c014de7c8940b4c(props, ref);
44
46
  let interactions = $3ef42575df84b30b$export$9d1611c77c2fe928(pressProps, focusableProps);
45
47
  let domProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
46
48
  labelable: true
@@ -35,7 +35,7 @@ var __yieldStar = (value) => {
35
35
  throw x;
36
36
  }, "return" in obj && method("return"), it;
37
37
  };
38
- const SelectionManager = require("./SelectionManager-DuX6geJg.js");
38
+ const SelectionManager = require("./SelectionManager-px2R7S_e.js");
39
39
  const React = require("react");
40
40
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
41
41
  class $05ca4cd7c4a5a999$export$863faf230ee2118a {
@@ -34,7 +34,7 @@ var __yieldStar = (value) => {
34
34
  throw x;
35
35
  }, "return" in obj && method("return"), it;
36
36
  };
37
- import { $ as $7af3f5b51489e0b5$export$253fe78d46329472, a as $7613b1592d41b092$export$6cd28814d92fa9c9, b as $d496c0a20b6e58ec$export$6c8a5aaad13c9852 } from "./SelectionManager-DCO_d3m1.mjs";
37
+ import { $ as $7af3f5b51489e0b5$export$253fe78d46329472, a as $7613b1592d41b092$export$6cd28814d92fa9c9, b as $d496c0a20b6e58ec$export$6c8a5aaad13c9852 } from "./SelectionManager-my6312qq.mjs";
38
38
  import { useMemo, useCallback, useEffect } from "react";
39
39
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
40
40
  class $05ca4cd7c4a5a999$export$863faf230ee2118a {
@@ -10,8 +10,9 @@ function $4f58c5f72bcf79f7$export$496315a1608d9602(effect, dependencies) {
10
10
  };
11
11
  }, []);
12
12
  React.useEffect(() => {
13
+ let prevDeps = lastDeps.current;
13
14
  if (isInitialMount.current) isInitialMount.current = false;
14
- else if (!lastDeps.current || dependencies.some((dep, i) => !Object.is(dep, lastDeps[i]))) effect();
15
+ else if (!prevDeps || dependencies.some((dep, i) => !Object.is(dep, prevDeps[i]))) effect();
15
16
  lastDeps.current = dependencies;
16
17
  }, dependencies);
17
18
  }
@@ -9,8 +9,9 @@ function $4f58c5f72bcf79f7$export$496315a1608d9602(effect, dependencies) {
9
9
  };
10
10
  }, []);
11
11
  useEffect(() => {
12
+ let prevDeps = lastDeps.current;
12
13
  if (isInitialMount.current) isInitialMount.current = false;
13
- else if (!lastDeps.current || dependencies.some((dep, i) => !Object.is(dep, lastDeps[i]))) effect();
14
+ else if (!prevDeps || dependencies.some((dep, i) => !Object.is(dep, prevDeps[i]))) effect();
14
15
  lastDeps.current = dependencies;
15
16
  }, dependencies);
16
17
  }
@@ -31,12 +31,12 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const useLabels = require("./useLabels-KmwewLTv.js");
35
- const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
36
- const VisuallyHidden = require("./VisuallyHidden-DcUrMWfu.js");
37
- const ariaHideOutside = require("./ariaHideOutside-DkYn-eBq.js");
38
- const useOverlayPosition = require("./useOverlayPosition-DJGEWKwM.js");
39
- const mergeProps = require("./mergeProps-DniMwM6P.js");
34
+ const useLabels = require("./useLabels-DrIYrapv.js");
35
+ const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-C3ZwxPrF.js");
36
+ const VisuallyHidden = require("./VisuallyHidden-CxznJ2eH.js");
37
+ const ariaHideOutside = require("./ariaHideOutside-CCOx7fIt.js");
38
+ const useOverlayPosition = require("./useOverlayPosition-4b_rkosH.js");
39
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
40
40
  const utilities_css = require("../utilities/css.js");
41
41
  var $773d5888b972f1cf$exports = {};
42
42
  $773d5888b972f1cf$exports = {
@@ -231,33 +231,38 @@ function $86ea4cb521eb2e37$export$2317d149ed6f78c4(props) {
231
231
  })));
232
232
  }
233
233
  function $f2f8a6077418541e$export$542a6fd13ac93354(props, state) {
234
- let _a = props, { triggerRef, popoverRef, isNonModal, isKeyboardDismissDisabled, shouldCloseOnInteractOutside } = _a, otherProps = __objRest(_a, ["triggerRef", "popoverRef", "isNonModal", "isKeyboardDismissDisabled", "shouldCloseOnInteractOutside"]);
234
+ let _a = props, { triggerRef, popoverRef, groupRef, isNonModal, isKeyboardDismissDisabled, shouldCloseOnInteractOutside } = _a, otherProps = __objRest(_a, ["triggerRef", "popoverRef", "groupRef", "isNonModal", "isKeyboardDismissDisabled", "shouldCloseOnInteractOutside"]);
235
+ let isSubmenu = otherProps["trigger"] === "SubmenuTrigger";
235
236
  let { overlayProps, underlayProps } = ariaHideOutside.$a11501f3d1d39e6c$export$ea8f71083e90600f({
236
- // If popover is in the top layer, it should not prevent other popovers from being dismissed.
237
- isOpen: state.isOpen && !otherProps["data-react-aria-top-layer"],
237
+ isOpen: state.isOpen,
238
238
  onClose: state.close,
239
239
  shouldCloseOnBlur: true,
240
- isDismissable: !isNonModal,
240
+ isDismissable: !isNonModal || isSubmenu,
241
241
  isKeyboardDismissDisabled,
242
242
  shouldCloseOnInteractOutside
243
- }, popoverRef);
243
+ }, groupRef !== null && groupRef !== void 0 ? groupRef : popoverRef);
244
244
  let { overlayProps: positionProps, arrowProps, placement } = useOverlayPosition.$2a41e45df1593e64$export$d39e1813b3bdd0e1(__spreadProps(__spreadValues({}, otherProps), {
245
245
  targetRef: triggerRef,
246
246
  overlayRef: popoverRef,
247
247
  isOpen: state.isOpen,
248
- onClose: isNonModal ? state.close : null
248
+ onClose: isNonModal && !isSubmenu ? state.close : null
249
249
  }));
250
250
  ariaHideOutside.$49c51c25361d4cd2$export$ee0f7cc6afcd1c18({
251
251
  isDisabled: isNonModal || !state.isOpen
252
252
  });
253
253
  mergeProps.$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
254
- if (state.isOpen && !isNonModal && popoverRef.current) return ariaHideOutside.$5e3802645cc19319$export$1c3ebcada18427bf([
255
- popoverRef.current
256
- ]);
254
+ if (state.isOpen && popoverRef.current) {
255
+ var _groupRef_current, _groupRef_current1;
256
+ if (isNonModal) return ariaHideOutside.$5e3802645cc19319$export$1020fa7f77e17884((_groupRef_current = groupRef === null || groupRef === void 0 ? void 0 : groupRef.current) !== null && _groupRef_current !== void 0 ? _groupRef_current : popoverRef.current);
257
+ else return ariaHideOutside.$5e3802645cc19319$export$1c3ebcada18427bf([
258
+ (_groupRef_current1 = groupRef === null || groupRef === void 0 ? void 0 : groupRef.current) !== null && _groupRef_current1 !== void 0 ? _groupRef_current1 : popoverRef.current
259
+ ]);
260
+ }
257
261
  }, [
258
262
  isNonModal,
259
263
  state.isOpen,
260
- popoverRef
264
+ popoverRef,
265
+ groupRef
261
266
  ]);
262
267
  return {
263
268
  popoverProps: mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(overlayProps, positionProps),
@@ -30,12 +30,12 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { useCallback, useEffect } from "react";
33
- import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-5f58TiCH.mjs";
34
- import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BHXy3Wtu.mjs";
35
- import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "./VisuallyHidden-cQCgS6_a.mjs";
36
- import { $ as $a11501f3d1d39e6c$export$ea8f71083e90600f, a as $49c51c25361d4cd2$export$ee0f7cc6afcd1c18, b as $5e3802645cc19319$export$1c3ebcada18427bf } from "./ariaHideOutside-CvJKAP9c.mjs";
37
- import { $ as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useOverlayPosition-CTTQ0gZN.mjs";
38
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
33
+ import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-ClfID0sX.mjs";
34
+ import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BhtDVRd3.mjs";
35
+ import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "./VisuallyHidden-BW8z0u63.mjs";
36
+ import { $ as $a11501f3d1d39e6c$export$ea8f71083e90600f, a as $49c51c25361d4cd2$export$ee0f7cc6afcd1c18, c as $5e3802645cc19319$export$1020fa7f77e17884, b as $5e3802645cc19319$export$1c3ebcada18427bf } from "./ariaHideOutside-BWTlv_g_.mjs";
37
+ import { $ as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useOverlayPosition-vVuqBjvk.mjs";
38
+ import { e as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-C4OYS8Nd.mjs";
39
39
  import { getResponsiveValue, getComponentToken, pxToRem } from "../utilities/css.mjs";
40
40
  var $773d5888b972f1cf$exports = {};
41
41
  $773d5888b972f1cf$exports = {
@@ -230,33 +230,38 @@ function $86ea4cb521eb2e37$export$2317d149ed6f78c4(props) {
230
230
  })));
231
231
  }
232
232
  function $f2f8a6077418541e$export$542a6fd13ac93354(props, state) {
233
- let _a = props, { triggerRef, popoverRef, isNonModal, isKeyboardDismissDisabled, shouldCloseOnInteractOutside } = _a, otherProps = __objRest(_a, ["triggerRef", "popoverRef", "isNonModal", "isKeyboardDismissDisabled", "shouldCloseOnInteractOutside"]);
233
+ let _a = props, { triggerRef, popoverRef, groupRef, isNonModal, isKeyboardDismissDisabled, shouldCloseOnInteractOutside } = _a, otherProps = __objRest(_a, ["triggerRef", "popoverRef", "groupRef", "isNonModal", "isKeyboardDismissDisabled", "shouldCloseOnInteractOutside"]);
234
+ let isSubmenu = otherProps["trigger"] === "SubmenuTrigger";
234
235
  let { overlayProps, underlayProps } = $a11501f3d1d39e6c$export$ea8f71083e90600f({
235
- // If popover is in the top layer, it should not prevent other popovers from being dismissed.
236
- isOpen: state.isOpen && !otherProps["data-react-aria-top-layer"],
236
+ isOpen: state.isOpen,
237
237
  onClose: state.close,
238
238
  shouldCloseOnBlur: true,
239
- isDismissable: !isNonModal,
239
+ isDismissable: !isNonModal || isSubmenu,
240
240
  isKeyboardDismissDisabled,
241
241
  shouldCloseOnInteractOutside
242
- }, popoverRef);
242
+ }, groupRef !== null && groupRef !== void 0 ? groupRef : popoverRef);
243
243
  let { overlayProps: positionProps, arrowProps, placement } = $2a41e45df1593e64$export$d39e1813b3bdd0e1(__spreadProps(__spreadValues({}, otherProps), {
244
244
  targetRef: triggerRef,
245
245
  overlayRef: popoverRef,
246
246
  isOpen: state.isOpen,
247
- onClose: isNonModal ? state.close : null
247
+ onClose: isNonModal && !isSubmenu ? state.close : null
248
248
  }));
249
249
  $49c51c25361d4cd2$export$ee0f7cc6afcd1c18({
250
250
  isDisabled: isNonModal || !state.isOpen
251
251
  });
252
252
  $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
253
- if (state.isOpen && !isNonModal && popoverRef.current) return $5e3802645cc19319$export$1c3ebcada18427bf([
254
- popoverRef.current
255
- ]);
253
+ if (state.isOpen && popoverRef.current) {
254
+ var _groupRef_current, _groupRef_current1;
255
+ if (isNonModal) return $5e3802645cc19319$export$1020fa7f77e17884((_groupRef_current = groupRef === null || groupRef === void 0 ? void 0 : groupRef.current) !== null && _groupRef_current !== void 0 ? _groupRef_current : popoverRef.current);
256
+ else return $5e3802645cc19319$export$1c3ebcada18427bf([
257
+ (_groupRef_current1 = groupRef === null || groupRef === void 0 ? void 0 : groupRef.current) !== null && _groupRef_current1 !== void 0 ? _groupRef_current1 : popoverRef.current
258
+ ]);
259
+ }
256
260
  }, [
257
261
  isNonModal,
258
262
  state.isOpen,
259
- popoverRef
263
+ popoverRef,
264
+ groupRef
260
265
  ]);
261
266
  return {
262
267
  popoverProps: $3ef42575df84b30b$export$9d1611c77c2fe928(overlayProps, positionProps),
@@ -30,7 +30,7 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
- const mergeProps = require("./mergeProps-DniMwM6P.js");
33
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
34
34
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
35
35
  const useObjectRef = require("./useObjectRef-BOGMJ5vM.js");
36
36
  const React = require("react");
@@ -82,11 +82,12 @@ function $64fa3d84918910a7$export$fabf2dc03a41866e(context, slot) {
82
82
  if (slot === null)
83
83
  return null;
84
84
  if (ctx && typeof ctx === "object" && "slots" in ctx && ctx.slots) {
85
- let availableSlots = new Intl.ListFormat().format(Object.keys(ctx.slots).map((p) => `"${p}"`));
86
- if (!slot && !ctx.slots[$64fa3d84918910a7$export$c62b8e45d58ddad9]) throw new Error(`A slot prop is required. Valid slot names are ${availableSlots}.`);
87
85
  let slotKey = slot || $64fa3d84918910a7$export$c62b8e45d58ddad9;
88
- if (!ctx.slots[slotKey])
89
- throw new Error(`Invalid slot "${slot}". Valid slot names are ${availableSlots}.`);
86
+ if (!ctx.slots[slotKey]) {
87
+ let availableSlots = new Intl.ListFormat().format(Object.keys(ctx.slots).map((p) => `"${p}"`));
88
+ let errorMessage = slot ? `Invalid slot "${slot}".` : "A slot prop is required.";
89
+ throw new Error(`${errorMessage} Valid slot names are ${availableSlots}.`);
90
+ }
90
91
  return ctx.slots[slotKey];
91
92
  }
92
93
  return ctx;
@@ -117,8 +118,8 @@ function $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, context) {
117
118
  mergedRef
118
119
  ];
119
120
  }
120
- function $64fa3d84918910a7$export$9d4c57ee4c6ffdd8() {
121
- let [hasSlot, setHasSlot] = React.useState(true);
121
+ function $64fa3d84918910a7$export$9d4c57ee4c6ffdd8(initialState = true) {
122
+ let [hasSlot, setHasSlot] = React.useState(initialState);
122
123
  let hasRun = React.useRef(false);
123
124
  let ref = React.useCallback((el) => {
124
125
  hasRun.current = true;