@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
@@ -31,37 +31,38 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const Button = require("./Button-BoPQ-Fx9.js");
35
- const utils = require("./utils-BlKqJM2_.js");
34
+ const Button = require("./Button-E5WMp4Zg.js");
35
+ const utils = require("./utils-CY9C69XV.js");
36
36
  const ReactDOM = require("react-dom");
37
- const mergeProps = require("./mergeProps-DniMwM6P.js");
38
- const index = require("./index-CTw89HMx.js");
37
+ const useFocusable = require("./useFocusable-6aWd3xB2.js");
38
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
39
+ const index = require("./index-6ObXAT_4.js");
39
40
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
40
41
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
41
42
  const useObjectRef = require("./useObjectRef-BOGMJ5vM.js");
42
- const context = require("./context-D3NeXov7.js");
43
- const useCollator = require("./useCollator-DGrSWVh4.js");
44
- const useSelectableList = require("./useSelectableList-Dk3TxzYJ.js");
45
- const useListBoxSection = require("./useListBoxSection-TdoNdwIM.js");
46
- const useFocusRing = require("./useFocusRing-f5StfjhA.js");
47
- const FocusScope = require("./FocusScope-Djtxzznf.js");
48
- const useListState = require("./useListState-I5rva0Fq.js");
49
- const useHover = require("./useHover-BIKwjrCT.js");
50
- const useField = require("./useField-BJW_bXVD.js");
51
- const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
52
- const useHighlightSelectionDescription = require("./useHighlightSelectionDescription-nSfKxNPA.js");
53
- const useHasTabbableChild = require("./useHasTabbableChild-CepF5tQS.js");
54
- const usePress = require("./usePress-DTGD4Sub.js");
55
- const scrollIntoView = require("./scrollIntoView-BN4yt25y.js");
43
+ const useListState = require("./useListState-CKHwm7j_.js");
44
+ const context = require("./context-BQfsEeih.js");
45
+ const useCollator = require("./useCollator-DpGidudE.js");
46
+ const useSelectableList = require("./useSelectableList-CORVRfbM.js");
47
+ const useListBoxSection = require("./useListBoxSection-rWvzEd35.js");
48
+ const useFocusRing = require("./useFocusRing-BTr2SNa0.js");
49
+ const FocusScope = require("./FocusScope-CL3-fUEU.js");
50
+ const useHover = require("./useHover-NuBBFo1D.js");
51
+ const useField = require("./useField-MeTEdBhD.js");
52
+ const useFocusWithin = require("./useFocusWithin-B1KKdipT.js");
53
+ const useHighlightSelectionDescription = require("./useHighlightSelectionDescription-DDHTMZiR.js");
54
+ const useHasTabbableChild = require("./useHasTabbableChild-OzJPDs7u.js");
55
+ const usePress = require("./usePress-BkfhIu8i.js");
56
+ const scrollIntoView = require("./scrollIntoView-CzFYIYQT.js");
57
+ const useFocusVisible = require("./useFocusVisible-DFYEx6se.js");
56
58
  const getScrollParent = require("./getScrollParent-DNz2ReWu.js");
57
- const focusSafely = require("./focusSafely-wmTq_iKq.js");
58
- const SelectionManager = require("./SelectionManager-DuX6geJg.js");
59
- const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
60
- const useSelectableItem = require("./useSelectableItem-BEkjpB_K.js");
61
- const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
59
+ const focusSafely = require("./focusSafely-DLX4i5KV.js");
60
+ const SelectionManager = require("./SelectionManager-px2R7S_e.js");
61
+ const useSelectableItem = require("./useSelectableItem-DyTPlPnm.js");
62
+ const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-C3ZwxPrF.js");
62
63
  const Close = require("./Close-BQ2IlPyf.js");
63
- const Icon = require("./Icon-YEBBOjcK.js");
64
- const Text = require("./Text-DKSomTmh.js");
64
+ const Icon = require("./Icon-lRxgQUlF.js");
65
+ const Text = require("./Text-BMoA0yMR.js");
65
66
  const utilities_css = require("../utilities/css.js");
66
67
  function $0d86e9c8f07f9a7b$export$762f73dccccd255d(options) {
67
68
  let { initialItems = [], initialSelectedKeys, getKey = (item) => {
@@ -260,7 +261,7 @@ function $ce9b18daab526bbd$export$e0c709538cb8ae18(key) {
260
261
  return "" + key;
261
262
  }
262
263
  function $f47efb0c3a859cf2$export$664f9155035607eb(props, state, ref) {
263
- let { isVirtualized, keyboardDelegate, layoutDelegate, onAction, linkBehavior = "action", keyboardNavigationBehavior = "arrow" } = props;
264
+ let { isVirtualized, keyboardDelegate, layoutDelegate, onAction, disallowTypeAhead, linkBehavior = "action", keyboardNavigationBehavior = "arrow" } = props;
264
265
  if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
265
266
  let { listProps } = useSelectableList.$982254629710d113$export$b95089534ab7c1fd({
266
267
  selectionManager: state.selectionManager,
@@ -272,7 +273,9 @@ function $f47efb0c3a859cf2$export$664f9155035607eb(props, state, ref) {
272
273
  isVirtualized,
273
274
  selectOnFocus: state.selectionManager.selectionBehavior === "replace",
274
275
  shouldFocusWrap: props.shouldFocusWrap,
275
- linkBehavior
276
+ linkBehavior,
277
+ disallowTypeAhead,
278
+ autoFocus: props.autoFocus
276
279
  });
277
280
  let id = mergeProps.$bdb11010cef70236$export$f680877a34711e37(props.id);
278
281
  $ce9b18daab526bbd$export$5b9bb410392e3991.set(state, {
@@ -332,15 +335,15 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
332
335
  let keyWhenFocused = React.useRef(null);
333
336
  let focus = () => {
334
337
  var _ref_current;
335
- if (ref.current !== null && (keyWhenFocused.current != null && node.key !== keyWhenFocused.current || !((_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.contains(document.activeElement)))) focusSafely.$6a99195332edec8b$export$80f3e147d781571c(ref.current);
338
+ if (ref.current !== null && (keyWhenFocused.current != null && node.key !== keyWhenFocused.current || !((_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.contains(document.activeElement)))) focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
336
339
  };
337
340
  let treeGridRowProps = {};
338
- let hasChildRows;
341
+ let hasChildRows = props.hasChildItems;
339
342
  let hasLink = state.selectionManager.isLink(node.key);
340
343
  if (node != null && "expandedKeys" in state) {
341
344
  var _state_collection_getChildren, _state_collection, _filter_at;
342
345
  let children = (_state_collection_getChildren = (_state_collection = state.collection).getChildren) === null || _state_collection_getChildren === void 0 ? void 0 : _state_collection_getChildren.call(_state_collection, node.key);
343
- hasChildRows = [
346
+ hasChildRows = hasChildRows || [
344
347
  ...children !== null && children !== void 0 ? children : []
345
348
  ].length > 1;
346
349
  if (onAction == null && !hasLink && state.selectionManager.selectionMode === "none" && hasChildRows) onAction = () => state.toggleKey(node.key);
@@ -396,7 +399,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
396
399
  if (focusable) {
397
400
  e.preventDefault();
398
401
  e.stopPropagation();
399
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(focusable);
402
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(focusable);
400
403
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(focusable, {
401
404
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
402
405
  });
@@ -404,7 +407,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
404
407
  e.preventDefault();
405
408
  e.stopPropagation();
406
409
  if (direction === "rtl") {
407
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(ref.current);
410
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
408
411
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(ref.current, {
409
412
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
410
413
  });
@@ -412,7 +415,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
412
415
  walker.currentNode = ref.current;
413
416
  let lastElement = $4e8b0456ef72939f$var$last(walker);
414
417
  if (lastElement) {
415
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(lastElement);
418
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(lastElement);
416
419
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(lastElement, {
417
420
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
418
421
  });
@@ -427,7 +430,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
427
430
  if (focusable) {
428
431
  e.preventDefault();
429
432
  e.stopPropagation();
430
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(focusable);
433
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(focusable);
431
434
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(focusable, {
432
435
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
433
436
  });
@@ -435,7 +438,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
435
438
  e.preventDefault();
436
439
  e.stopPropagation();
437
440
  if (direction === "ltr") {
438
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(ref.current);
441
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(ref.current);
439
442
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(ref.current, {
440
443
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
441
444
  });
@@ -443,7 +446,7 @@ function $4e8b0456ef72939f$export$9610e69494fadfd2(props, state, ref) {
443
446
  walker.currentNode = ref.current;
444
447
  let lastElement = $4e8b0456ef72939f$var$last(walker);
445
448
  if (lastElement) {
446
- focusSafely.$6a99195332edec8b$export$80f3e147d781571c(lastElement);
449
+ focusSafely.$3ad3f6e1647bc98d$export$80f3e147d781571c(lastElement);
447
450
  scrollIntoView.$2f04cbc44ee30ce0$export$c826860796309d1b(lastElement, {
448
451
  containingElement: getScrollParent.$62d8ded9296f3872$export$cfa2225e87938781(ref.current)
449
452
  });
@@ -803,6 +806,9 @@ function $fc6126c82a4601f1$export$3f568fff7dff2f03(props, state, ref) {
803
806
  if (!isDisabled && (isItemFocused || !isFocused)) tabIndex = 0;
804
807
  let domProps = filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(item.props);
805
808
  let linkProps = usePress.$ea8dcbcb9ea1b556$export$bdc77b0c0a3a85d6(item.props);
809
+ let { focusableProps } = useFocusable.$f645667febf57a63$export$4c014de7c8940b4c({
810
+ isDisabled
811
+ }, ref);
806
812
  return __spreadProps(__spreadValues({
807
813
  removeButtonProps: {
808
814
  "aria-label": stringFormatter.format("removeButtonLabel"),
@@ -814,7 +820,7 @@ function $fc6126c82a4601f1$export$3f568fff7dff2f03(props, state, ref) {
814
820
  ])) : null,
815
821
  excludeFromTabOrder: true
816
822
  },
817
- rowProps: mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(rowProps, domProps, linkProps, {
823
+ rowProps: mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(focusableProps, rowProps, domProps, linkProps, {
818
824
  tabIndex,
819
825
  onKeyDown: onRemove ? onKeyDown : void 0,
820
826
  "aria-describedby": descProps["aria-describedby"]
@@ -847,6 +853,8 @@ class $23b9f4fcf0fe224b$export$d68d59712b04d9d1 {
847
853
  node.lastChildKey = this.lastChildKey;
848
854
  node.props = this.props;
849
855
  node.render = this.render;
856
+ node.colSpan = this.colSpan;
857
+ node.colIndex = this.colIndex;
850
858
  return node;
851
859
  }
852
860
  constructor(type, key) {
@@ -863,6 +871,8 @@ class $23b9f4fcf0fe224b$export$d68d59712b04d9d1 {
863
871
  this.firstChildKey = null;
864
872
  this.lastChildKey = null;
865
873
  this.props = {};
874
+ this.colSpan = null;
875
+ this.colIndex = null;
866
876
  this.type = type;
867
877
  this.key = key;
868
878
  }
@@ -958,14 +968,14 @@ class $23b9f4fcf0fe224b$export$408d25a4e12db025 {
958
968
  // Will need to handle varying levels I assume but will revisit after I get searchable menu working for base menu
959
969
  // TODO: an alternative is to simply walk the collection and add all item nodes that match the filter and any sections/separators we encounter
960
970
  // to an array, then walk that new array and fix all the next/Prev keys while adding them to the new collection
961
- filter(filterFn) {
971
+ UNSTABLE_filter(filterFn) {
962
972
  let newCollection = new $23b9f4fcf0fe224b$export$408d25a4e12db025();
963
973
  let lastNode = null;
964
974
  for (let node of this) {
965
975
  if (node.type === "section" && node.hasChildNodes) {
966
976
  let clonedSection = node.clone();
967
977
  let lastChildInSection = null;
968
- for (let child of this.getChildren(node.key)) if (filterFn(child.textValue) || child.type === "header") {
978
+ for (let child of this.getChildren(node.key)) if ($23b9f4fcf0fe224b$var$shouldKeepNode(child, filterFn, this, newCollection)) {
969
979
  let clonedChild = child.clone();
970
980
  if (lastChildInSection == null) clonedSection.firstChildKey = clonedChild.key;
971
981
  if (newCollection.firstKey == null) newCollection.firstKey = clonedSection.key;
@@ -1002,16 +1012,18 @@ class $23b9f4fcf0fe224b$export$408d25a4e12db025 {
1002
1012
  lastNode = clonedSeparator;
1003
1013
  newCollection.addNode(clonedSeparator);
1004
1014
  }
1005
- } else if (filterFn(node.textValue)) {
1015
+ } else {
1006
1016
  let clonedNode = node.clone();
1007
- if (newCollection.firstKey == null) newCollection.firstKey = clonedNode.key;
1008
- if (lastNode != null && lastNode.type !== "section" && lastNode.type !== "separator" && lastNode.parentKey === clonedNode.parentKey) {
1009
- lastNode.nextKey = clonedNode.key;
1010
- clonedNode.prevKey = lastNode.key;
1011
- } else clonedNode.prevKey = null;
1012
- clonedNode.nextKey = null;
1013
- newCollection.addNode(clonedNode);
1014
- lastNode = clonedNode;
1017
+ if ($23b9f4fcf0fe224b$var$shouldKeepNode(clonedNode, filterFn, this, newCollection)) {
1018
+ if (newCollection.firstKey == null) newCollection.firstKey = clonedNode.key;
1019
+ if (lastNode != null && lastNode.type !== "section" && lastNode.type !== "separator" && lastNode.parentKey === clonedNode.parentKey) {
1020
+ lastNode.nextKey = clonedNode.key;
1021
+ clonedNode.prevKey = lastNode.key;
1022
+ } else clonedNode.prevKey = null;
1023
+ clonedNode.nextKey = null;
1024
+ newCollection.addNode(clonedNode);
1025
+ lastNode = clonedNode;
1026
+ }
1015
1027
  }
1016
1028
  }
1017
1029
  if ((lastNode === null || lastNode === void 0 ? void 0 : lastNode.type) === "separator" && lastNode.nextKey === null) {
@@ -1033,6 +1045,19 @@ class $23b9f4fcf0fe224b$export$408d25a4e12db025 {
1033
1045
  this.frozen = false;
1034
1046
  }
1035
1047
  }
1048
+ function $23b9f4fcf0fe224b$var$shouldKeepNode(node, filterFn, oldCollection, newCollection) {
1049
+ if (node.type === "subdialogtrigger" || node.type === "submenutrigger") {
1050
+ let triggerChild = [
1051
+ ...oldCollection.getChildren(node.key)
1052
+ ][0];
1053
+ if (triggerChild && filterFn(triggerChild.textValue)) {
1054
+ let clonedChild = triggerChild.clone();
1055
+ newCollection.addNode(clonedChild);
1056
+ return true;
1057
+ } else return false;
1058
+ } else if (node.type === "header") return true;
1059
+ else return filterFn(node.textValue);
1060
+ }
1036
1061
  class $681cc3c98f569e39$export$410b0c854570d131 {
1037
1062
  *[Symbol.iterator]() {
1038
1063
  let node = this.firstChild;
@@ -1181,6 +1206,14 @@ class $681cc3c98f569e39$export$dc064fe9e59310fd extends $681cc3c98f569e39$export
1181
1206
  node.firstChildKey = (_this_firstChild_node_key = (_this_firstChild = this.firstChild) === null || _this_firstChild === void 0 ? void 0 : _this_firstChild.node.key) !== null && _this_firstChild_node_key !== void 0 ? _this_firstChild_node_key : null;
1182
1207
  var _this_lastChild_node_key;
1183
1208
  node.lastChildKey = (_this_lastChild_node_key = (_this_lastChild = this.lastChild) === null || _this_lastChild === void 0 ? void 0 : _this_lastChild.node.key) !== null && _this_lastChild_node_key !== void 0 ? _this_lastChild_node_key : null;
1209
+ if ((node.colSpan != null || node.colIndex != null) && this.nextSibling) {
1210
+ var _node_colIndex, _node_colSpan;
1211
+ let nextColIndex = ((_node_colIndex = node.colIndex) !== null && _node_colIndex !== void 0 ? _node_colIndex : node.index) + ((_node_colSpan = node.colSpan) !== null && _node_colSpan !== void 0 ? _node_colSpan : 1);
1212
+ if (nextColIndex !== this.nextSibling.node.colIndex) {
1213
+ let siblingNode = this.ownerDocument.getMutableNode(this.nextSibling);
1214
+ siblingNode.colIndex = nextColIndex;
1215
+ }
1216
+ }
1184
1217
  }
1185
1218
  setProps(obj, ref, rendered, render) {
1186
1219
  let node = this.ownerDocument.getMutableNode(this);
@@ -1195,6 +1228,7 @@ class $681cc3c98f569e39$export$dc064fe9e59310fd extends $681cc3c98f569e39$export
1195
1228
  if (this.hasSetProps) throw new Error("Cannot change the id of an item");
1196
1229
  node.key = id;
1197
1230
  }
1231
+ if (props.colSpan != null) node.colSpan = props.colSpan;
1198
1232
  if (!this.hasSetProps) {
1199
1233
  this.ownerDocument.addNode(this);
1200
1234
  this.ownerDocument.endTransaction();
@@ -1283,9 +1317,9 @@ class $681cc3c98f569e39$export$b34a105447964f9f extends $681cc3c98f569e39$export
1283
1317
  var _this_firstChild, _this_lastChild;
1284
1318
  let collection = this.getMutableCollection();
1285
1319
  for (let element of this.mutatedNodes) if (element.isConnected) collection.addNode(element.node);
1320
+ this.mutatedNodes.clear();
1286
1321
  var _this_firstChild_node_key, _this_lastChild_node_key;
1287
1322
  collection.commit((_this_firstChild_node_key = (_this_firstChild = this.firstChild) === null || _this_firstChild === void 0 ? void 0 : _this_firstChild.node.key) !== null && _this_firstChild_node_key !== void 0 ? _this_firstChild_node_key : null, (_this_lastChild_node_key = (_this_lastChild = this.lastChild) === null || _this_lastChild === void 0 ? void 0 : _this_lastChild.node.key) !== null && _this_lastChild_node_key !== void 0 ? _this_lastChild_node_key : null, this.isSSR);
1288
- this.mutatedNodes.clear();
1289
1323
  }
1290
1324
  this.collectionMutated = false;
1291
1325
  }
@@ -1440,14 +1474,20 @@ function $e1995378a142960e$var$useSSRCollectionNode(Type, props, ref, rendered,
1440
1474
  function $e1995378a142960e$export$18af5c7a9e9b3664(type, render) {
1441
1475
  let Component = ({ node }) => render(node.props, node.props.ref, node);
1442
1476
  let Result = React.forwardRef((props, ref) => {
1477
+ let focusableProps = React.useContext(useFocusable.$f645667febf57a63$export$f9762fab77588ecb);
1443
1478
  let isShallow = React.useContext($e1995378a142960e$var$ShallowRenderContext);
1444
1479
  if (!isShallow) {
1445
1480
  if (render.length >= 3) throw new Error(render.name + " cannot be rendered outside a collection.");
1446
1481
  return render(props, ref);
1447
1482
  }
1448
- return $e1995378a142960e$var$useSSRCollectionNode(type, props, ref, "children" in props ? props.children : null, null, (node) => /* @__PURE__ */ React.createElement(Component, {
1449
- node
1450
- }));
1483
+ return $e1995378a142960e$var$useSSRCollectionNode(type, props, ref, "children" in props ? props.children : null, null, (node) => (
1484
+ // Forward FocusableContext to real DOM tree so tooltips work.
1485
+ /* @__PURE__ */ React.createElement(useFocusable.$f645667febf57a63$export$f9762fab77588ecb.Provider, {
1486
+ value: focusableProps
1487
+ }, /* @__PURE__ */ React.createElement(Component, {
1488
+ node
1489
+ }))
1490
+ ));
1451
1491
  });
1452
1492
  Result.displayName = render.name;
1453
1493
  return Result;
@@ -1613,27 +1653,27 @@ function $eed445e0843c11d0$var$StandaloneListBox({ props, listBoxRef, collection
1613
1653
  items: null
1614
1654
  });
1615
1655
  let { layoutDelegate } = React.useContext($7135fc7d473fd974$export$4feb769f8ddf26c5);
1616
- let { filterFn, collectionProps, collectionRef } = React.useContext($d2f53cda644affe3$export$65d2a03b8800d6e3) || {};
1617
- listBoxRef = useObjectRef.$df56164dff5785e2$export$4338b53315abf666(React.useMemo(() => mergeRefs.$5dc95899b306f630$export$c9058316764c140e(listBoxRef, collectionRef !== void 0 ? collectionRef : null), [
1618
- collectionRef,
1619
- listBoxRef
1620
- ]));
1621
- let filteredCollection = React.useMemo(() => filterFn ? collection.filter(filterFn) : collection, [
1622
- collection,
1623
- filterFn
1624
- ]);
1625
1656
  let state = useListState.$e72dd72e1c76a225$export$2f645645f7bca764(__spreadProps(__spreadValues({}, props), {
1626
- collection: filteredCollection,
1627
1657
  layoutDelegate
1628
1658
  }));
1629
1659
  return /* @__PURE__ */ React.createElement($eed445e0843c11d0$var$ListBoxInner, {
1630
1660
  state,
1631
- props: __spreadValues(__spreadValues({}, props), collectionProps),
1661
+ props,
1632
1662
  listBoxRef
1633
1663
  });
1634
1664
  }
1635
- function $eed445e0843c11d0$var$ListBoxInner({ state, props, listBoxRef }) {
1665
+ function $eed445e0843c11d0$var$ListBoxInner({ state: inputState, props, listBoxRef }) {
1666
+ let { filter, collectionProps, collectionRef } = React.useContext($d2f53cda644affe3$export$65d2a03b8800d6e3) || {};
1667
+ props = React.useMemo(() => collectionProps ? __spreadValues(__spreadValues({}, props), collectionProps) : props, [
1668
+ props,
1669
+ collectionProps
1670
+ ]);
1636
1671
  let { dragAndDropHooks, layout = "stack", orientation = "vertical" } = props;
1672
+ listBoxRef = useObjectRef.$df56164dff5785e2$export$4338b53315abf666(React.useMemo(() => mergeRefs.$5dc95899b306f630$export$c9058316764c140e(listBoxRef, collectionRef !== void 0 ? collectionRef : null), [
1673
+ collectionRef,
1674
+ listBoxRef
1675
+ ]));
1676
+ let state = useListState.$e72dd72e1c76a225$export$ba9d38c0f1bf2b36(inputState, filter);
1637
1677
  let { collection, selectionManager } = state;
1638
1678
  let isListDraggable = !!(dragAndDropHooks === null || dragAndDropHooks === void 0 ? void 0 : dragAndDropHooks.useDraggableCollectionState);
1639
1679
  let isListDroppable = !!(dragAndDropHooks === null || dragAndDropHooks === void 0 ? void 0 : dragAndDropHooks.useDroppableCollectionState);
@@ -1886,6 +1926,7 @@ const $eed445e0843c11d0$export$a11e76429ed99b4 = /* @__PURE__ */ $e1995378a14296
1886
1926
  $514c0188e459b4c0$export$9afb8bc826b033ea,
1887
1927
  {
1888
1928
  slots: {
1929
+ [utils.$64fa3d84918910a7$export$c62b8e45d58ddad9]: labelProps,
1889
1930
  label: labelProps,
1890
1931
  description: descriptionProps
1891
1932
  }
@@ -1935,7 +1976,7 @@ const $eaf9e70818b436db$export$67ea30858aaf75e3 = /* @__PURE__ */ React.forwardR
1935
1976
  });
1936
1977
  function $eaf9e70818b436db$var$TagGroupInner({ props, forwardedRef: ref, collection }) {
1937
1978
  let tagListRef = React.useRef(null);
1938
- let [labelRef, label] = utils.$64fa3d84918910a7$export$9d4c57ee4c6ffdd8();
1979
+ let [labelRef, label] = utils.$64fa3d84918910a7$export$9d4c57ee4c6ffdd8(!props["aria-label"] && !props["aria-labelledby"]);
1939
1980
  let state = useListState.$e72dd72e1c76a225$export$2f645645f7bca764(__spreadProps(__spreadValues({}, props), {
1940
1981
  children: void 0,
1941
1982
  collection
@@ -2085,9 +2126,9 @@ const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a1429
2085
2126
  ]
2086
2127
  }, renderProps.children)));
2087
2128
  });
2088
- const Pill$1 = "_Pill_59oo6_5";
2089
- const remove = "_remove_59oo6_14";
2090
- const list = "_list_59oo6_26";
2129
+ const Pill$1 = "_Pill_125aa_5";
2130
+ const remove = "_remove_125aa_14";
2131
+ const list = "_list_125aa_26";
2091
2132
  const styles = {
2092
2133
  Pill: Pill$1,
2093
2134
  remove,
@@ -30,23 +30,23 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { useMemo, useState, useContext } from "react";
33
- import { T as Text } from "./Text-DAilskpC.mjs";
34
- import { H as HorizontalStack } from "./HorizontalStack-hi_QrrZB.mjs";
35
- import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-DZK9TYeX.mjs";
33
+ import { T as Text } from "./Text-Bx5xQvLg.mjs";
34
+ import { H as HorizontalStack } from "./HorizontalStack-8RcZ4huI.mjs";
35
+ import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-ixjoIXDZ.mjs";
36
36
  import { classNames } from "../utilities/css.mjs";
37
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
37
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, d as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-C4OYS8Nd.mjs";
38
38
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
39
- import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DA1Lwdha.mjs";
40
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
41
- import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-CCe1AoIX.mjs";
42
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CqfuY_T7.mjs";
43
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-KIEn23AD.mjs";
44
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
39
+ import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DwIsbrAk.mjs";
40
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CMfwAyab.mjs";
41
+ import { $ as $f645667febf57a63$export$4c014de7c8940b4c } from "./useFocusable-BQyiLqbY.mjs";
42
+ import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-SckXeoUZ.mjs";
43
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-BbxvDonI.mjs";
44
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-DpEGMvo6.mjs";
45
45
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
46
- import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-CUJV-jWH.mjs";
47
- import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-B6VplZ_n.mjs";
48
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
49
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZCcafjG.mjs";
46
+ import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-Dg66t-dG.mjs";
47
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-DMidhx8C.mjs";
48
+ import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-CQfJ37Nt.mjs";
49
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZH2zfKM.mjs";
50
50
  let $a54cdc5c1942b639$var$instance = Math.round(Math.random() * 1e10);
51
51
  let $a54cdc5c1942b639$var$i = 0;
52
52
  function $a54cdc5c1942b639$export$bca9d026f8e704eb(props) {
@@ -97,10 +97,12 @@ function $0d5c49892c1215da$export$37b0961d2f4751e2(props, state, ref) {
97
97
  let { pressProps: labelProps, isPressed: isLabelPressed } = $f6c31cce2adf654f$export$45712eceda6fad21({
98
98
  isDisabled,
99
99
  onPress() {
100
+ var _ref_current;
100
101
  state.setSelectedValue(value);
102
+ (_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.focus();
101
103
  }
102
104
  });
103
- let { focusableProps } = $e6afbd83fe6ebbd2$export$4c014de7c8940b4c($3ef42575df84b30b$export$9d1611c77c2fe928(props, {
105
+ let { focusableProps } = $f645667febf57a63$export$4c014de7c8940b4c($3ef42575df84b30b$export$9d1611c77c2fe928(props, {
104
106
  onFocus: () => state.setLastFocusedValue(value)
105
107
  }), ref);
106
108
  let interactions = $3ef42575df84b30b$export$9d1611c77c2fe928(pressProps, focusableProps);
@@ -242,15 +244,15 @@ const useRadioGroupContext = () => {
242
244
  }
243
245
  return radioGroupContext;
244
246
  };
245
- const RadioGroupItem$1 = "_RadioGroupItem_w7wrr_5";
246
- const label = "_label_w7wrr_11";
247
- const radioOuter = "_radioOuter_w7wrr_34";
248
- const radioInner = "_radioInner_w7wrr_35";
249
- const focusVisible = "_focusVisible_w7wrr_49";
250
- const selected = "_selected_w7wrr_68";
251
- const invalid = "_invalid_w7wrr_72";
252
- const disabled = "_disabled_w7wrr_76";
253
- const hovered = "_hovered_w7wrr_88";
247
+ const RadioGroupItem$1 = "_RadioGroupItem_jjghw_5";
248
+ const label = "_label_jjghw_11";
249
+ const radioOuter = "_radioOuter_jjghw_34";
250
+ const radioInner = "_radioInner_jjghw_35";
251
+ const focusVisible = "_focusVisible_jjghw_49";
252
+ const selected = "_selected_jjghw_68";
253
+ const invalid = "_invalid_jjghw_72";
254
+ const disabled = "_disabled_jjghw_76";
255
+ const hovered = "_hovered_jjghw_88";
254
256
  const styles$1 = {
255
257
  RadioGroupItem: RadioGroupItem$1,
256
258
  label,
@@ -298,8 +300,8 @@ function RadioGroupItem(props) {
298
300
  content: errorText
299
301
  })));
300
302
  }
301
- const RadioGroup$1 = "_RadioGroup_1evhm_5";
302
- const list = "_list_1evhm_14";
303
+ const RadioGroup$1 = "_RadioGroup_1l6d9_5";
304
+ const list = "_list_1l6d9_14";
303
305
  const styles = {
304
306
  RadioGroup: RadioGroup$1,
305
307
  list
@@ -31,23 +31,23 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const Text = require("./Text-DKSomTmh.js");
35
- const HorizontalStack = require("./HorizontalStack-4-woUNq_.js");
36
- const SelectorErrorTooltip = require("./SelectorErrorTooltip-B6N15DSq.js");
34
+ const Text = require("./Text-BMoA0yMR.js");
35
+ const HorizontalStack = require("./HorizontalStack-BpcS3ASr.js");
36
+ const SelectorErrorTooltip = require("./SelectorErrorTooltip-Dgl_s5PI.js");
37
37
  const utilities_css = require("../utilities/css.js");
38
- const mergeProps = require("./mergeProps-DniMwM6P.js");
38
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
39
39
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
40
- const useFormReset = require("./useFormReset-Bgj93eR3.js");
41
- const useFocusable = require("./useFocusable-BQyiwtXU.js");
42
- const useFormValidation = require("./useFormValidation-BeqiYVJN.js");
43
- const usePress = require("./usePress-DTGD4Sub.js");
44
- const useFocusRing = require("./useFocusRing-f5StfjhA.js");
45
- const useHover = require("./useHover-BIKwjrCT.js");
40
+ const useFormReset = require("./useFormReset-Ja1aibwy.js");
41
+ const usePress = require("./usePress-BkfhIu8i.js");
42
+ const useFocusable = require("./useFocusable-6aWd3xB2.js");
43
+ const useFormValidation = require("./useFormValidation-BqUyj3MW.js");
44
+ const useFocusRing = require("./useFocusRing-BTr2SNa0.js");
45
+ const useHover = require("./useHover-NuBBFo1D.js");
46
46
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
47
- const FocusScope = require("./FocusScope-Djtxzznf.js");
48
- const useField = require("./useField-BJW_bXVD.js");
49
- const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
50
- const context = require("./context-D3NeXov7.js");
47
+ const FocusScope = require("./FocusScope-CL3-fUEU.js");
48
+ const useFocusWithin = require("./useFocusWithin-B1KKdipT.js");
49
+ const useField = require("./useField-MeTEdBhD.js");
50
+ const context = require("./context-BQfsEeih.js");
51
51
  let $a54cdc5c1942b639$var$instance = Math.round(Math.random() * 1e10);
52
52
  let $a54cdc5c1942b639$var$i = 0;
53
53
  function $a54cdc5c1942b639$export$bca9d026f8e704eb(props) {
@@ -98,10 +98,12 @@ function $0d5c49892c1215da$export$37b0961d2f4751e2(props, state, ref) {
98
98
  let { pressProps: labelProps, isPressed: isLabelPressed } = usePress.$f6c31cce2adf654f$export$45712eceda6fad21({
99
99
  isDisabled,
100
100
  onPress() {
101
+ var _ref_current;
101
102
  state.setSelectedValue(value);
103
+ (_ref_current = ref.current) === null || _ref_current === void 0 ? void 0 : _ref_current.focus();
102
104
  }
103
105
  });
104
- let { focusableProps } = useFocusable.$e6afbd83fe6ebbd2$export$4c014de7c8940b4c(mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(props, {
106
+ let { focusableProps } = useFocusable.$f645667febf57a63$export$4c014de7c8940b4c(mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(props, {
105
107
  onFocus: () => state.setLastFocusedValue(value)
106
108
  }), ref);
107
109
  let interactions = mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(pressProps, focusableProps);
@@ -243,15 +245,15 @@ const useRadioGroupContext = () => {
243
245
  }
244
246
  return radioGroupContext;
245
247
  };
246
- const RadioGroupItem$1 = "_RadioGroupItem_w7wrr_5";
247
- const label = "_label_w7wrr_11";
248
- const radioOuter = "_radioOuter_w7wrr_34";
249
- const radioInner = "_radioInner_w7wrr_35";
250
- const focusVisible = "_focusVisible_w7wrr_49";
251
- const selected = "_selected_w7wrr_68";
252
- const invalid = "_invalid_w7wrr_72";
253
- const disabled = "_disabled_w7wrr_76";
254
- const hovered = "_hovered_w7wrr_88";
248
+ const RadioGroupItem$1 = "_RadioGroupItem_jjghw_5";
249
+ const label = "_label_jjghw_11";
250
+ const radioOuter = "_radioOuter_jjghw_34";
251
+ const radioInner = "_radioInner_jjghw_35";
252
+ const focusVisible = "_focusVisible_jjghw_49";
253
+ const selected = "_selected_jjghw_68";
254
+ const invalid = "_invalid_jjghw_72";
255
+ const disabled = "_disabled_jjghw_76";
256
+ const hovered = "_hovered_jjghw_88";
255
257
  const styles$1 = {
256
258
  RadioGroupItem: RadioGroupItem$1,
257
259
  label,
@@ -299,8 +301,8 @@ function RadioGroupItem(props) {
299
301
  content: errorText
300
302
  })));
301
303
  }
302
- const RadioGroup$1 = "_RadioGroup_1evhm_5";
303
- const list = "_list_1evhm_14";
304
+ const RadioGroup$1 = "_RadioGroup_1l6d9_5";
305
+ const list = "_list_1l6d9_14";
304
306
  const styles = {
305
307
  RadioGroup: RadioGroup$1,
306
308
  list
@@ -31,10 +31,10 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const CalendarBase = require("./CalendarBase-Cn_m810l.js");
35
- const context = require("./context-D3NeXov7.js");
34
+ const CalendarBase = require("./CalendarBase-BUa-SUff.js");
35
+ const context = require("./context-BQfsEeih.js");
36
36
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
37
- const useEvent = require("./useEvent-DY7dR7Mi.js");
37
+ const useEvent = require("./useEvent-DiEr5shV.js");
38
38
  function $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(props) {
39
39
  let _a = props, { value: valueProp, defaultValue, onChange, createCalendar, locale, visibleDuration = {
40
40
  months: 1
@@ -30,10 +30,10 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { useState, useRef, useMemo } from "react";
33
- import { c as $f62d864046160412$export$f4a51ff076cc9a09, d as $11d87f3f76e88657$export$93522d1a439f3617, e as $14e0f24ef4ac5c92$export$a75f2bff57811055, f as $14e0f24ef4ac5c92$export$5c333a116e949cdd, a as $131cf43a05231e1e$export$6d095e787d2b5e1f, g as $14e0f24ef4ac5c92$export$91b62ebf2ba703ee, h as $f62d864046160412$export$eac50920cf2fd59a, i as $f62d864046160412$export$4f5203c0d889109e, j as $f62d864046160412$export$a1d3911297b952d7, k as $11d87f3f76e88657$export$b4a036af3fc0b032, l as $3b62074eb05584b2$export$80ee6245ec4f29ec, $ as $c4acc1de3ab169cf$export$d652b3ea2d672d5b, C as CalendarBase, b as $64244302c3013299$export$dd0bbc9b26defe37 } from "./CalendarBase-NkfY0ZZQ.mjs";
34
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZCcafjG.mjs";
33
+ import { c as $f62d864046160412$export$f4a51ff076cc9a09, d as $11d87f3f76e88657$export$93522d1a439f3617, e as $14e0f24ef4ac5c92$export$a75f2bff57811055, f as $14e0f24ef4ac5c92$export$5c333a116e949cdd, a as $131cf43a05231e1e$export$6d095e787d2b5e1f, g as $14e0f24ef4ac5c92$export$91b62ebf2ba703ee, h as $f62d864046160412$export$eac50920cf2fd59a, i as $f62d864046160412$export$4f5203c0d889109e, j as $f62d864046160412$export$a1d3911297b952d7, k as $11d87f3f76e88657$export$b4a036af3fc0b032, l as $3b62074eb05584b2$export$80ee6245ec4f29ec, $ as $c4acc1de3ab169cf$export$d652b3ea2d672d5b, C as CalendarBase, b as $64244302c3013299$export$dd0bbc9b26defe37 } from "./CalendarBase-mv9La5tR.mjs";
34
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BZH2zfKM.mjs";
35
35
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
36
- import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-B0fsKtsf.mjs";
36
+ import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-DUet8f_n.mjs";
37
37
  function $9a36b6ba2fb1a7c5$export$9a987164d97ecc90(props) {
38
38
  let _a = props, { value: valueProp, defaultValue, onChange, createCalendar, locale, visibleDuration = {
39
39
  months: 1