@easypost/easy-ui 1.0.0-alpha.67 → 1.0.0-alpha.69

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 (265) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/CHANGELOG.md +13 -0
  8. package/Calendar/index.js +1 -1
  9. package/Calendar/index.mjs +1 -1
  10. package/Card/index.js +1 -1
  11. package/Card/index.mjs +1 -1
  12. package/CheckableCard/CheckableCard.d.ts +28 -0
  13. package/CheckableCard/CheckableCard.d.ts.map +1 -0
  14. package/CheckableCard/CheckableCard.stories.d.ts +7 -0
  15. package/CheckableCard/CheckableCard.stories.d.ts.map +1 -0
  16. package/CheckableCard/CheckableCard.test.d.ts +2 -0
  17. package/CheckableCard/CheckableCard.test.d.ts.map +1 -0
  18. package/CheckableCard/index.d.ts +2 -0
  19. package/CheckableCard/index.d.ts.map +1 -0
  20. package/CheckableCard/index.js +65 -0
  21. package/CheckableCard/index.mjs +65 -0
  22. package/Checkbox/index.js +1 -1
  23. package/Checkbox/index.mjs +1 -1
  24. package/CodeBlock/index.js +15 -15
  25. package/CodeBlock/index.mjs +15 -15
  26. package/CodeSnippet/index.js +1 -1
  27. package/CodeSnippet/index.mjs +1 -1
  28. package/DataGrid/index.js +69 -69
  29. package/DataGrid/index.mjs +69 -69
  30. package/DatePicker/index.js +8 -8
  31. package/DatePicker/index.mjs +8 -8
  32. package/DateRangePicker/index.js +8 -8
  33. package/DateRangePicker/index.mjs +8 -8
  34. package/Drawer/index.js +21 -23
  35. package/Drawer/index.mjs +21 -23
  36. package/DropdownButton/index.js +13 -13
  37. package/DropdownButton/index.mjs +13 -13
  38. package/EmptyStateCard/index.js +8 -8
  39. package/EmptyStateCard/index.mjs +8 -8
  40. package/FocusedProductLayout/index.js +23 -23
  41. package/FocusedProductLayout/index.mjs +23 -23
  42. package/ForgeLayout/index.js +42 -42
  43. package/ForgeLayout/index.mjs +43 -43
  44. package/FormLayout/index.js +5 -5
  45. package/FormLayout/index.mjs +5 -5
  46. package/HorizontalGrid/index.js +1 -1
  47. package/HorizontalGrid/index.mjs +1 -1
  48. package/HorizontalStack/index.js +1 -1
  49. package/HorizontalStack/index.mjs +1 -1
  50. package/Icon/index.js +1 -1
  51. package/Icon/index.mjs +1 -1
  52. package/IconButton/index.js +13 -13
  53. package/IconButton/index.mjs +13 -13
  54. package/InputField/index.js +1 -1
  55. package/InputField/index.mjs +1 -1
  56. package/KebabButton/index.js +1 -1
  57. package/KebabButton/index.mjs +1 -1
  58. package/Menu/index.js +1 -1
  59. package/Menu/index.mjs +1 -1
  60. package/Modal/index.js +23 -23
  61. package/Modal/index.mjs +23 -23
  62. package/MultiSelect/index.js +37 -39
  63. package/MultiSelect/index.mjs +38 -40
  64. package/NexusLayout/index.js +31 -31
  65. package/NexusLayout/index.mjs +32 -32
  66. package/Notification/index.js +1 -1
  67. package/Notification/index.mjs +1 -1
  68. package/Pagination/index.js +9 -9
  69. package/Pagination/index.mjs +9 -9
  70. package/PillGroup/index.js +1 -1
  71. package/PillGroup/index.mjs +1 -1
  72. package/ProductLayout/index.js +26 -26
  73. package/ProductLayout/index.mjs +26 -26
  74. package/Provider/index.js +2 -2
  75. package/Provider/index.mjs +3 -3
  76. package/RadioButtonGroup/index.js +10 -12
  77. package/RadioButtonGroup/index.mjs +10 -12
  78. package/RadioGroup/index.js +1 -1
  79. package/RadioGroup/index.mjs +1 -1
  80. package/RangeCalendar/index.js +1 -1
  81. package/RangeCalendar/index.mjs +1 -1
  82. package/SearchNav/index.js +29 -29
  83. package/SearchNav/index.mjs +30 -30
  84. package/SectionCard/index.js +8 -8
  85. package/SectionCard/index.mjs +8 -8
  86. package/Select/index.js +5 -5
  87. package/Select/index.mjs +6 -6
  88. package/SelectorErrorTooltip/index.js +1 -1
  89. package/SelectorErrorTooltip/index.mjs +1 -1
  90. package/Spinner/index.js +1 -1
  91. package/Spinner/index.mjs +1 -1
  92. package/SplitToggleCard/SplitToggleCard.d.ts.map +1 -1
  93. package/SplitToggleCard/index.js +4 -4
  94. package/SplitToggleCard/index.mjs +4 -4
  95. package/Stepper/index.js +1 -1
  96. package/Stepper/index.mjs +1 -1
  97. package/TabNav/index.js +1 -1
  98. package/TabNav/index.mjs +1 -1
  99. package/TabPanels/index.js +4 -4
  100. package/TabPanels/index.mjs +4 -4
  101. package/Tabs/index.js +1 -1
  102. package/Tabs/index.mjs +1 -1
  103. package/Text/index.js +1 -1
  104. package/Text/index.mjs +1 -1
  105. package/TextField/index.js +1 -1
  106. package/TextField/index.mjs +1 -1
  107. package/Textarea/index.js +1 -1
  108. package/Textarea/index.mjs +1 -1
  109. package/Theme/index.mjs +1 -1
  110. package/Toggle/index.js +1 -1
  111. package/Toggle/index.mjs +1 -1
  112. package/ToggleCard/index.js +2 -2
  113. package/ToggleCard/index.mjs +2 -2
  114. package/Tooltip/index.js +1 -1
  115. package/Tooltip/index.mjs +1 -1
  116. package/UnstyledButton/index.js +1 -1
  117. package/UnstyledButton/index.mjs +1 -1
  118. package/VerticalNav/index.js +25 -25
  119. package/VerticalNav/index.mjs +25 -25
  120. package/VerticalStack/index.js +1 -1
  121. package/VerticalStack/index.mjs +1 -1
  122. package/__chunks__/{Button-BxncM-fm.js → Button-5ySni8Hh.js} +19 -19
  123. package/__chunks__/{Button-Y550ybuK.js → Button-BoPQ-Fx9.js} +6 -6
  124. package/__chunks__/{Button-BqogJAQ3.mjs → Button-DHEZ4A2s.mjs} +6 -6
  125. package/__chunks__/{Button-10mhxReQ.mjs → Button-pgrX3do0.mjs} +19 -19
  126. package/__chunks__/{Calendar-D0ysbR2X.mjs → Calendar-CRF4AZno.mjs} +1 -1
  127. package/__chunks__/{Calendar-SdcIIg8-.js → Calendar-CaPbfdfI.js} +1 -1
  128. package/__chunks__/{CalendarBase-Vw2pBuuE.js → CalendarBase-2ZQWqtoJ.js} +50 -39
  129. package/__chunks__/{CalendarBase-ncItGlBS.mjs → CalendarBase-C5U2z_dE.mjs} +50 -39
  130. package/__chunks__/{Card-B1cXTObc.mjs → Card-BDwEhe4v.mjs} +13 -13
  131. package/__chunks__/{Card-DaX-ZuLu.js → Card-BglJr0kt.js} +13 -13
  132. package/__chunks__/{Checkbox-DSYdN5fC.js → Checkbox-DZQ5HskZ.js} +23 -23
  133. package/__chunks__/{Checkbox-DdAWbHpa.mjs → Checkbox-ukdXVfAE.mjs} +23 -23
  134. package/__chunks__/{CodeSnippet-BbIqouQg.mjs → CodeSnippet-CNO4caRz.mjs} +4 -4
  135. package/__chunks__/{CodeSnippet-CPuuHMuI.js → CodeSnippet-DzSaE0NF.js} +4 -4
  136. package/__chunks__/{DatePickerBase-DVA3ya0P.mjs → DatePickerBase-DVa8mIxi.mjs} +28 -28
  137. package/__chunks__/{DatePickerBase-D8v7yMaR.js → DatePickerBase-Dn6y6xs8.js} +24 -24
  138. package/__chunks__/{Dialog-CFyC5TFs.js → Dialog-CuqmbMC4.js} +74 -15
  139. package/__chunks__/{Dialog-DnCSZh3s.mjs → Dialog-D9aIj4DH.mjs} +75 -16
  140. package/__chunks__/{FocusScope-Qg8vUhZ_.mjs → FocusScope-CUJV-jWH.mjs} +7 -4
  141. package/__chunks__/{FocusScope-DFE0IeGl.js → FocusScope-Djtxzznf.js} +7 -4
  142. package/__chunks__/{HelpMenu-CJK_EziM.js → HelpMenu-DCAISGya.js} +7 -7
  143. package/__chunks__/{HelpMenu-DeTGhGis.mjs → HelpMenu-o_hQKn4r.mjs} +7 -7
  144. package/__chunks__/{HorizontalGrid-BYnV-Dy9.js → HorizontalGrid-DbUUnstP.js} +1 -1
  145. package/__chunks__/{HorizontalGrid-N2NkjG0P.mjs → HorizontalGrid-RdSsoPeC.mjs} +2 -2
  146. package/__chunks__/{HorizontalStack-BjMnJAXd.mjs → HorizontalStack-WaIa_On_.mjs} +2 -2
  147. package/__chunks__/{HorizontalStack-DqPlOkSw.js → HorizontalStack-vmmevfre.js} +1 -1
  148. package/__chunks__/{Icon-SeXHAWa2.js → Icon-CYsmNchv.js} +2 -2
  149. package/__chunks__/{Icon-QpfeMf4x.mjs → Icon-CcUj4MVY.mjs} +3 -3
  150. package/__chunks__/{InputCaption-Bcjaxvqr.mjs → InputCaption-CxxltDAs.mjs} +2 -2
  151. package/__chunks__/{InputCaption-peDy98l4.js → InputCaption-bYqI7fXg.js} +2 -2
  152. package/__chunks__/{InputField-CmJ6SAKl.mjs → InputField-Ca7qeLiO.mjs} +6 -6
  153. package/__chunks__/{InputField-DvSIzId4.js → InputField-buf5D3ld.js} +6 -6
  154. package/__chunks__/{InputIcon-szDt09pM.js → InputIcon-Cyg4utaN.js} +31 -31
  155. package/__chunks__/{InputIcon-BNR3_LeL.mjs → InputIcon-DfLwYU9w.mjs} +31 -31
  156. package/__chunks__/{KebabButton-C4QJla9Y.js → KebabButton-BPEfCygq.js} +5 -5
  157. package/__chunks__/{KebabButton-BcKtZQv2.mjs → KebabButton-Bj7-5IMa.mjs} +5 -5
  158. package/__chunks__/{Menu-C45BBC1Y.js → Menu-BElR0RBK.js} +45 -32
  159. package/__chunks__/{Menu-CW11-o2X.mjs → Menu-i28maspp.mjs} +46 -33
  160. package/__chunks__/{Notification-CxrDF_Pg.js → Notification-DXHN4vv_.js} +17 -17
  161. package/__chunks__/{Notification-BJKPFSzJ.mjs → Notification-DiJldjM9.mjs} +17 -17
  162. package/__chunks__/{Overlay-Dmwy9VjC.js → Overlay-CwJbrICR.js} +1 -1
  163. package/__chunks__/{Overlay-BEmOdNIB.mjs → Overlay-zuiAML3I.mjs} +1 -1
  164. package/__chunks__/{PillGroup-BtvBL5fM.mjs → PillGroup-BRYeG6Od.mjs} +137 -53
  165. package/__chunks__/{PillGroup-BUMKmU-f.js → PillGroup-Cn8E8E4P.js} +135 -51
  166. package/__chunks__/{RadioGroup-DZXOUSXN.mjs → RadioGroup-CPEyf5hC.mjs} +21 -23
  167. package/__chunks__/{RadioGroup-C0py9A-2.js → RadioGroup-DJK8z1vF.js} +21 -23
  168. package/__chunks__/{RangeCalendar-DSEwJpHw.mjs → RangeCalendar-BPHbgsZ0.mjs} +1 -1
  169. package/__chunks__/{RangeCalendar-DBiN8Tu8.js → RangeCalendar-Bs9IeXPy.js} +1 -1
  170. package/__chunks__/{SelectOverlay-DBo4MARx.js → SelectOverlay-Db5VJkmw.js} +28 -28
  171. package/__chunks__/{SelectOverlay-Cy3-vsZK.mjs → SelectOverlay-PEm5Tl8A.mjs} +29 -29
  172. package/__chunks__/{SelectorErrorTooltip-fPBKPgvD.mjs → SelectorErrorTooltip-Boqc65Yy.mjs} +4 -4
  173. package/__chunks__/{SelectorErrorTooltip-DkECS0nt.js → SelectorErrorTooltip-DDNm75nL.js} +4 -4
  174. package/__chunks__/{Spinner-BjlaHcou.mjs → Spinner-CBomPNoI.mjs} +6 -7
  175. package/__chunks__/{Spinner-BadWfHqn.js → Spinner-m8qMSR1F.js} +5 -6
  176. package/__chunks__/{Stepper-BB_ESAbw.mjs → Stepper-BEPd-fky.mjs} +27 -27
  177. package/__chunks__/{Stepper-BqgzsSzg.js → Stepper-_2jbaW9J.js} +27 -27
  178. package/__chunks__/{TabNav-DnnHglAy.js → TabNav-Bf-77rib.js} +1 -1
  179. package/__chunks__/{TabNav-D77kh-Xx.mjs → TabNav-CGZ4r4PS.mjs} +1 -1
  180. package/__chunks__/{Tabs-C2FPFWA4.mjs → Tabs-CxYgTX5o.mjs} +19 -19
  181. package/__chunks__/{Tabs-Y2WlJlna.js → Tabs-tyZA8KaR.js} +19 -19
  182. package/__chunks__/{Text-V-yZP2s7.mjs → Text-BAiVIBZd.mjs} +34 -34
  183. package/__chunks__/{Text-Crcy_R7t.js → Text-hP_Y9mSJ.js} +34 -34
  184. package/__chunks__/{TextField-EkC5gsJ8.mjs → TextField-CCjc76fv.mjs} +1 -1
  185. package/__chunks__/{TextField-D847huaI.js → TextField-dE7TispK.js} +1 -1
  186. package/__chunks__/{Theme-CKTfAcvs.mjs → Theme-ByVPHaBx.mjs} +1 -1
  187. package/__chunks__/{Toggle-H4aOxdc8.mjs → Toggle-Crbwuw_5.mjs} +13 -13
  188. package/__chunks__/{Toggle-CQIvcPcu.js → Toggle-OHMRIrIs.js} +13 -13
  189. package/__chunks__/{Tooltip-DKFYEVdG.js → Tooltip-D3SlLoJf.js} +12 -12
  190. package/__chunks__/{Tooltip-CIS6DQEh.mjs → Tooltip-DGSCicRM.mjs} +12 -12
  191. package/__chunks__/{UnstyledButton-Ctqv-3bt.mjs → UnstyledButton-D_DzFe67.mjs} +2 -2
  192. package/__chunks__/{UnstyledButton-Dmq9K7Jv.js → UnstyledButton-yd6ZL2Yi.js} +2 -2
  193. package/__chunks__/{VerticalStack-DjuWiMXF.js → VerticalStack-C-yspCsz.js} +3 -3
  194. package/__chunks__/{VerticalStack-Djj29NqV.mjs → VerticalStack-CtaqI7n3.mjs} +4 -4
  195. package/__chunks__/{VisuallyHidden-CVfjb1YY.js → VisuallyHidden-DcUrMWfu.js} +1 -1
  196. package/__chunks__/{VisuallyHidden-BC5PXI9q.mjs → VisuallyHidden-cQCgS6_a.mjs} +1 -1
  197. package/__chunks__/{ariaHideOutside-CxWZQtI1.mjs → ariaHideOutside-CvJKAP9c.mjs} +4 -14
  198. package/__chunks__/{ariaHideOutside-B6WqGXJj.js → ariaHideOutside-DkYn-eBq.js} +4 -14
  199. package/__chunks__/{focusSafely-BWGCG3W3.mjs → focusSafely-CCOEuEpK.mjs} +2 -2
  200. package/__chunks__/{focusSafely-BvrXUhlW.js → focusSafely-wmTq_iKq.js} +2 -2
  201. package/__chunks__/{isVirtualEvent-BPCuFO54.mjs → isVirtualEvent-B_Z4yzgm.mjs} +7 -6
  202. package/__chunks__/{isVirtualEvent-DwoP1rNI.js → isVirtualEvent-C-tB2MCl.js} +1 -0
  203. package/__chunks__/{lodash-Cu2-TIbX.mjs → lodash-B19QVK6q.mjs} +8 -8
  204. package/__chunks__/{lodash-DfTCP3Dk.js → lodash-CS8bkZ7S.js} +8 -8
  205. package/__chunks__/{omit-jjOwwbdQ.js → omit-CC3uE8z5.js} +2 -4
  206. package/__chunks__/{omit-B_jU3Uog.mjs → omit-CYoLXTjq.mjs} +4 -6
  207. package/__chunks__/{overlayscrollbars-react-D154NPCl.js → overlayscrollbars-react-BFy4nomP.js} +1 -1
  208. package/__chunks__/{overlayscrollbars-react-0TIZYR5k.mjs → overlayscrollbars-react-BiRJpzDY.mjs} +1 -1
  209. package/__chunks__/{scrollIntoView-DkcUbB3D.js → scrollIntoView-BN4yt25y.js} +11 -7
  210. package/__chunks__/{scrollIntoView-CZM0k-rp.mjs → scrollIntoView-wURtlgJt.mjs} +11 -7
  211. package/__chunks__/{useButton-DZ0C3d-K.js → useButton-B_VJe1i5.js} +2 -2
  212. package/__chunks__/{useButton-BK6hwK02.mjs → useButton-CdgRb7pd.mjs} +2 -2
  213. package/__chunks__/{useDialog-h-MPfyGr.mjs → useDialog-Bxep5NaV.mjs} +2 -2
  214. package/__chunks__/{useDialog-wy_ru95P.js → useDialog-DJ-g6m8Y.js} +2 -2
  215. package/__chunks__/{useEdgeInterceptors-ClXj8z7M.js → useEdgeInterceptors--Trr_tJl.js} +5 -5
  216. package/__chunks__/{useEdgeInterceptors-CJs5WRkG.mjs → useEdgeInterceptors-BougedeY.mjs} +5 -5
  217. package/__chunks__/{useFocus-B4oRb1dU.js → useFocus-l6ZlVMHW.js} +2 -2
  218. package/__chunks__/{useFocus-BJ7JikEx.mjs → useFocus-lnK5BCt2.mjs} +2 -2
  219. package/__chunks__/{useFocusRing-YOWeCHgO.mjs → useFocusRing-KIEn23AD.mjs} +3 -3
  220. package/__chunks__/{useFocusRing-DFRFvht_.js → useFocusRing-f5StfjhA.js} +3 -3
  221. package/__chunks__/{useFocusVisible-ng1Hn25t.mjs → useFocusVisible-Bb3k4_O_.mjs} +1 -1
  222. package/__chunks__/{useFocusVisible-PBQuklI8.js → useFocusVisible-CiIrKjuz.js} +1 -1
  223. package/__chunks__/{useFocusWithin-B-vQAW9V.mjs → useFocusWithin-BGNdxo9d.mjs} +1 -1
  224. package/__chunks__/{useFocusWithin-C1ioGWec.js → useFocusWithin-C-45XiL1.js} +1 -1
  225. package/__chunks__/{useFocusable-8kJcp2yc.js → useFocusable-BQyiwtXU.js} +7 -3
  226. package/__chunks__/{useFocusable-CNor_Zjt.mjs → useFocusable-DxcU91xN.mjs} +7 -3
  227. package/__chunks__/{useFormValidation-DYz5WFze.js → useFormValidation-BeqiYVJN.js} +2 -2
  228. package/__chunks__/{useFormValidation-B3euLzzR.mjs → useFormValidation-CCe1AoIX.mjs} +3 -3
  229. package/__chunks__/{useHasTabbableChild-Cs10TUUE.js → useHasTabbableChild-CepF5tQS.js} +1 -1
  230. package/__chunks__/{useHasTabbableChild-BKgmY6ej.mjs → useHasTabbableChild-DOO1szWv.mjs} +1 -1
  231. package/__chunks__/{useHighlightSelectionDescription-Cebr-N8X.mjs → useHighlightSelectionDescription-B_YjQEPD.mjs} +2 -2
  232. package/__chunks__/{useHighlightSelectionDescription-CT5XKTz0.js → useHighlightSelectionDescription-nSfKxNPA.js} +2 -2
  233. package/__chunks__/{useLink-xdTgcuUM.mjs → useLink-BGK9UEQW.mjs} +2 -2
  234. package/__chunks__/{useLink-DSnaSTQf.js → useLink-CQhl3ZGL.js} +2 -2
  235. package/__chunks__/{useListBoxSection-BsSdeGKp.mjs → useListBoxSection-Dl15OiHe.mjs} +10 -8
  236. package/__chunks__/{useListBoxSection-BlFRlBZy.js → useListBoxSection-TdoNdwIM.js} +10 -8
  237. package/__chunks__/{useMenuTrigger-D4pQ727R.mjs → useMenuTrigger-DDKy3dcp.mjs} +2 -2
  238. package/__chunks__/{useMenuTrigger-qbIPy-fg.js → useMenuTrigger-DhSBxWW5.js} +2 -2
  239. package/__chunks__/{useMenuTriggerState-Cf_X36NC.mjs → useMenuTriggerState-BJJ3WdLH.mjs} +1 -1
  240. package/__chunks__/{useMenuTriggerState-Dai3rheB.js → useMenuTriggerState-DTZmPbSP.js} +1 -1
  241. package/__chunks__/{useModalOverlay-CkOujl0G.mjs → useModalOverlay-BeCxNyVY.mjs} +2 -2
  242. package/__chunks__/{useModalOverlay-BljLSPJ0.js → useModalOverlay-gSHY_FAb.js} +2 -2
  243. package/__chunks__/{useOverlayPosition-dua8TTSS.mjs → useOverlayPosition-CTTQ0gZN.mjs} +2 -2
  244. package/__chunks__/{useOverlayPosition-CMvGmqVL.js → useOverlayPosition-DJGEWKwM.js} +2 -2
  245. package/__chunks__/{useOverlayTrigger-BS8c6XEz.mjs → useOverlayTrigger-BvP35sYf.mjs} +1 -1
  246. package/__chunks__/{useOverlayTrigger-Dp7RXQ9B.js → useOverlayTrigger-CiUR_pLO.js} +1 -1
  247. package/__chunks__/{usePress-Db4pSZfY.mjs → usePress-CqfuY_T7.mjs} +14 -13
  248. package/__chunks__/{usePress-DNETV97g.js → usePress-DTGD4Sub.js} +14 -13
  249. package/__chunks__/{useSelectableItem-DpEX9QBc.js → useSelectableItem-BEkjpB_K.js} +101 -24
  250. package/__chunks__/{useSelectableItem-B8l2VAQ8.mjs → useSelectableItem-DeFiKyU1.mjs} +102 -25
  251. package/__chunks__/{useSelectableList-DsUuWr0P.mjs → useSelectableList-DPJUwWwV.mjs} +1 -1
  252. package/__chunks__/{useSelectableList-CzTJAukw.js → useSelectableList-Dk3TxzYJ.js} +1 -1
  253. package/__chunks__/{useTextField-Dd-YTxI4.mjs → useTextField-CspDdKaL.mjs} +6 -3
  254. package/__chunks__/{useTextField-CErFc3WZ.js → useTextField-DM-ZTn9j.js} +6 -3
  255. package/__chunks__/{useToggle-BDx-p-Zv.mjs → useToggle-CbrJW7jr.mjs} +2 -2
  256. package/__chunks__/{useToggle-BfpHeO2F.js → useToggle-Cu5EqIJD.js} +2 -2
  257. package/__chunks__/{useTriggerWidth-CAYuGPNq.mjs → useTriggerWidth-74VNM0k9.mjs} +2 -2
  258. package/__chunks__/{utilities-DpKIaDkW.mjs → utilities-CczOI9Hn.mjs} +12 -12
  259. package/__chunks__/{utilities-BDABIMDb.js → utilities-DIZYscJV.js} +4 -4
  260. package/__chunks__/{utils-Dt6xdGol.mjs → utils-BIfsWYLR.mjs} +5 -57
  261. package/__chunks__/{utils-eHk7b-OB.js → utils-BlKqJM2_.js} +0 -52
  262. package/package.json +5 -5
  263. package/style.css +1062 -1056
  264. package/utilities/useScrollbar.js +1 -1
  265. package/utilities/useScrollbar.mjs +1 -1
@@ -31,28 +31,28 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const omit = require("./omit-jjOwwbdQ.js");
35
- const Checkbox = require("./Checkbox-DSYdN5fC.js");
36
- const Text = require("./Text-Crcy_R7t.js");
37
- const utilities = require("./utilities-BDABIMDb.js");
38
- const Item = require("./Item-CfWjPrxx.js");
34
+ const omit = require("./omit-CC3uE8z5.js");
35
+ const Checkbox = require("./Checkbox-DZQ5HskZ.js");
36
+ const Text = require("./Text-hP_Y9mSJ.js");
37
+ const utilities = require("./utilities-DIZYscJV.js");
39
38
  const mergeProps = require("./mergeProps-DniMwM6P.js");
40
39
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
41
- const useSelectableList = require("./useSelectableList-CzTJAukw.js");
42
- const usePress = require("./usePress-DNETV97g.js");
43
- const useFocus = require("./useFocus-B4oRb1dU.js");
44
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
40
+ const usePress = require("./usePress-DTGD4Sub.js");
41
+ const useSelectableList = require("./useSelectableList-Dk3TxzYJ.js");
42
+ const useFocus = require("./useFocus-l6ZlVMHW.js");
43
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
45
44
  const useHover = require("./useHover-BIKwjrCT.js");
46
- const useFocusable = require("./useFocusable-8kJcp2yc.js");
47
- const useSelectableItem = require("./useSelectableItem-DpEX9QBc.js");
45
+ const useFocusable = require("./useFocusable-BQyiwtXU.js");
46
+ const useSelectableItem = require("./useSelectableItem-BEkjpB_K.js");
47
+ const Item = require("./Item-CfWjPrxx.js");
48
48
  const _commonjsHelpers = require("./_commonjsHelpers-Bc2YnDe1.js");
49
49
  const utilities_useScrollbar = require("../utilities/useScrollbar.js");
50
50
  const useTriggerWidth = require("./useTriggerWidth-B-IM2wNY.js");
51
- const Overlay = require("./Overlay-Dmwy9VjC.js");
51
+ const Overlay = require("./Overlay-CwJbrICR.js");
52
52
  const useTreeState = require("./useTreeState-D6aHf9kN.js");
53
- const useMenuTriggerState = require("./useMenuTriggerState-Dai3rheB.js");
54
- const useMenuTrigger = require("./useMenuTrigger-qbIPy-fg.js");
55
- const $d5336fe17ce95402$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
53
+ const useMenuTriggerState = require("./useMenuTriggerState-DTZmPbSP.js");
54
+ const useMenuTrigger = require("./useMenuTrigger-DhSBxWW5.js");
55
+ const $fc79756100351201$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
56
56
  function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
57
57
  let _a = props, { shouldFocusWrap = true, onKeyDown, onKeyUp } = _a, otherProps = __objRest(_a, ["shouldFocusWrap", "onKeyDown", "onKeyUp"]);
58
58
  if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
@@ -67,9 +67,10 @@ function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
67
67
  shouldFocusWrap,
68
68
  linkBehavior: "override"
69
69
  }));
70
- $d5336fe17ce95402$export$6f49b4016bfc8d56.set(state, {
70
+ $fc79756100351201$export$6f49b4016bfc8d56.set(state, {
71
71
  onClose: props.onClose,
72
- onAction: props.onAction
72
+ onAction: props.onAction,
73
+ shouldUseVirtualFocus: props.shouldUseVirtualFocus
73
74
  });
74
75
  return {
75
76
  menuProps: mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(domProps, {
@@ -80,20 +81,20 @@ function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
80
81
  }, listProps), {
81
82
  onKeyDown: (e) => {
82
83
  var _listProps_onKeyDown;
83
- if (e.key !== "Escape") (_listProps_onKeyDown = listProps.onKeyDown) === null || _listProps_onKeyDown === void 0 ? void 0 : _listProps_onKeyDown.call(listProps, e);
84
+ if (e.key !== "Escape" || props.shouldUseVirtualFocus) (_listProps_onKeyDown = listProps.onKeyDown) === null || _listProps_onKeyDown === void 0 ? void 0 : _listProps_onKeyDown.call(listProps, e);
84
85
  }
85
86
  }))
86
87
  };
87
88
  }
88
89
  function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
89
- let { id, key, closeOnSelect, isVirtualized, "aria-haspopup": hasPopup, onPressStart: pressStartProp, onPressUp: pressUpProp, onPress, onPressChange, onPressEnd, onHoverStart: hoverStartProp, onHoverChange, onHoverEnd, onKeyDown, onKeyUp, onFocus, onFocusChange, onBlur, selectionManager = state.selectionManager } = props;
90
+ let { id, key, closeOnSelect, isVirtualized, "aria-haspopup": hasPopup, onPressStart: pressStartProp, onPressUp: pressUpProp, onPress: pressProp, onPressChange, onPressEnd, onHoverStart: hoverStartProp, onHoverChange, onHoverEnd, onKeyDown, onKeyUp, onFocus, onFocusChange, onBlur, selectionManager = state.selectionManager } = props;
90
91
  let isTrigger = !!hasPopup;
91
92
  let isTriggerExpanded = isTrigger && props["aria-expanded"] === "true";
92
93
  var _props_isDisabled;
93
94
  let isDisabled = (_props_isDisabled = props.isDisabled) !== null && _props_isDisabled !== void 0 ? _props_isDisabled : selectionManager.isDisabled(key);
94
95
  var _props_isSelected;
95
96
  let isSelected = (_props_isSelected = props.isSelected) !== null && _props_isSelected !== void 0 ? _props_isSelected : selectionManager.isSelected(key);
96
- let data = $d5336fe17ce95402$export$6f49b4016bfc8d56.get(state);
97
+ let data = $fc79756100351201$export$6f49b4016bfc8d56.get(state);
97
98
  let item2 = state.collection.getItem(key);
98
99
  let onClose = props.onClose || data.onClose;
99
100
  let router = usePress.$ea8dcbcb9ea1b556$export$9a302a45f65d0572();
@@ -139,14 +140,25 @@ function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
139
140
  if (e.pointerType === "keyboard") performAction(e);
140
141
  pressStartProp === null || pressStartProp === void 0 ? void 0 : pressStartProp(e);
141
142
  };
143
+ let maybeClose = () => {
144
+ if (!isTrigger && onClose && (closeOnSelect !== null && closeOnSelect !== void 0 ? closeOnSelect : selectionManager.selectionMode !== "multiple" || selectionManager.isLink(key))) onClose();
145
+ };
142
146
  let onPressUp = (e) => {
143
- if (e.pointerType !== "keyboard") {
147
+ if (e.pointerType === "mouse") {
144
148
  performAction(e);
145
- if (!isTrigger && onClose && (closeOnSelect !== null && closeOnSelect !== void 0 ? closeOnSelect : selectionManager.selectionMode !== "multiple" || selectionManager.isLink(key))) onClose();
149
+ maybeClose();
146
150
  }
147
151
  pressUpProp === null || pressUpProp === void 0 ? void 0 : pressUpProp(e);
148
152
  };
153
+ let onPress = (e) => {
154
+ if (e.pointerType !== "keyboard" && e.pointerType !== "mouse") {
155
+ performAction(e);
156
+ maybeClose();
157
+ }
158
+ pressProp === null || pressProp === void 0 ? void 0 : pressProp(e);
159
+ };
149
160
  let { itemProps, isFocused } = useSelectableItem.$880e95eb8b93ba9a$export$ecf600387e221c37({
161
+ id,
150
162
  selectionManager,
151
163
  key,
152
164
  ref,
@@ -156,7 +168,8 @@ function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
156
168
  // because we handle it ourselves. The behavior of menus
157
169
  // is slightly different from other collections because
158
170
  // actions are performed on key down rather than key up.
159
- linkBehavior: "none"
171
+ linkBehavior: "none",
172
+ shouldUseVirtualFocus: data.shouldUseVirtualFocus
160
173
  });
161
174
  let { pressProps, isPressed } = usePress.$f6c31cce2adf654f$export$45712eceda6fad21({
162
175
  onPressStart,
@@ -259,15 +272,15 @@ function useInternalMenuContext() {
259
272
  }
260
273
  return menuContext;
261
274
  }
262
- const underlay = "_underlay_1k3it_5";
263
- const root = "_root_1k3it_10";
264
- const menu = "_menu_1k3it_74";
265
- const menuList = "_menuList_1k3it_79";
266
- const sectionList = "_sectionList_1k3it_80";
267
- const sectionTitle = "_sectionTitle_1k3it_86";
268
- const itemContent = "_itemContent_1k3it_93";
269
- const separator = "_separator_1k3it_94";
270
- const item = "_item_1k3it_93";
275
+ const underlay = "_underlay_5x97a_5";
276
+ const root = "_root_5x97a_10";
277
+ const menu = "_menu_5x97a_74";
278
+ const menuList = "_menuList_5x97a_79";
279
+ const sectionList = "_sectionList_5x97a_80";
280
+ const sectionTitle = "_sectionTitle_5x97a_86";
281
+ const itemContent = "_itemContent_5x97a_93";
282
+ const separator = "_separator_5x97a_94";
283
+ const item = "_item_5x97a_93";
271
284
  const styles = {
272
285
  underlay,
273
286
  root,
@@ -30,28 +30,28 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { createContext, useContext, useCallback, useMemo } from "react";
33
- import { o as omit } from "./omit-B_jU3Uog.mjs";
34
- import { C as Checkbox } from "./Checkbox-DdAWbHpa.mjs";
35
- import { T as Text } from "./Text-V-yZP2s7.mjs";
36
- import { S as SELECT_ALL_KEY, i as isSelectAllSelected, e as isSelectAllIndeterminate, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, f as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4, b as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, d as DEFAULT_PLACEMENT, D as DEFAULT_WIDTH, O as OVERLAY_PADDING_FROM_CONTAINER, h as getMenuPopoverMaxHeight, c as OVERLAY_OFFSET } from "./utilities-DpKIaDkW.mjs";
37
- import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-BhrTPNN2.mjs";
33
+ import { o as omit } from "./omit-CYoLXTjq.mjs";
34
+ import { C as Checkbox } from "./Checkbox-ukdXVfAE.mjs";
35
+ import { T as Text } from "./Text-BAiVIBZd.mjs";
36
+ import { i as isSelectAllSelected, S as SELECT_ALL_KEY, e as isSelectAllIndeterminate, D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, c as DEFAULT_PLACEMENT, b as DEFAULT_WIDTH, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, O as OVERLAY_OFFSET, f as getMenuPopoverMaxHeight, d as OVERLAY_PADDING_FROM_CONTAINER, h as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-CczOI9Hn.mjs";
38
37
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
39
38
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
40
- import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-DsUuWr0P.mjs";
41
- import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-Db4pSZfY.mjs";
42
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BJ7JikEx.mjs";
43
- import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-ng1Hn25t.mjs";
39
+ import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-CqfuY_T7.mjs";
40
+ import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-DPJUwWwV.mjs";
41
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-lnK5BCt2.mjs";
42
+ import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-Bb3k4_O_.mjs";
44
43
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
45
- import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-CNor_Zjt.mjs";
46
- import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-B8l2VAQ8.mjs";
44
+ import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-DxcU91xN.mjs";
45
+ import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-DeFiKyU1.mjs";
46
+ import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-BhrTPNN2.mjs";
47
47
  import { g as getDefaultExportFromCjs } from "./_commonjsHelpers-DWwsNxpa.mjs";
48
48
  import { useScrollbar } from "../utilities/useScrollbar.mjs";
49
- import { $ as $9fc4852771d079eb$export$6e2c8f0811a474ce, a as $f4b273590fab9f93$export$52210f68a14655d0, u as useTriggerWidth } from "./useTriggerWidth-CAYuGPNq.mjs";
50
- import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-BEmOdNIB.mjs";
49
+ import { $ as $f4b273590fab9f93$export$52210f68a14655d0, a as $9fc4852771d079eb$export$6e2c8f0811a474ce, u as useTriggerWidth } from "./useTriggerWidth-74VNM0k9.mjs";
50
+ import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-zuiAML3I.mjs";
51
51
  import { $ as $875d6693e12af071$export$728d6ba534403756 } from "./useTreeState-w_raYfy2.mjs";
52
- import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-Cf_X36NC.mjs";
53
- import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "./useMenuTrigger-D4pQ727R.mjs";
54
- const $d5336fe17ce95402$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
52
+ import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-BJJ3WdLH.mjs";
53
+ import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "./useMenuTrigger-DDKy3dcp.mjs";
54
+ const $fc79756100351201$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
55
55
  function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
56
56
  let _a = props, { shouldFocusWrap = true, onKeyDown, onKeyUp } = _a, otherProps = __objRest(_a, ["shouldFocusWrap", "onKeyDown", "onKeyUp"]);
57
57
  if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
@@ -66,9 +66,10 @@ function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
66
66
  shouldFocusWrap,
67
67
  linkBehavior: "override"
68
68
  }));
69
- $d5336fe17ce95402$export$6f49b4016bfc8d56.set(state, {
69
+ $fc79756100351201$export$6f49b4016bfc8d56.set(state, {
70
70
  onClose: props.onClose,
71
- onAction: props.onAction
71
+ onAction: props.onAction,
72
+ shouldUseVirtualFocus: props.shouldUseVirtualFocus
72
73
  });
73
74
  return {
74
75
  menuProps: $3ef42575df84b30b$export$9d1611c77c2fe928(domProps, {
@@ -79,20 +80,20 @@ function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
79
80
  }, listProps), {
80
81
  onKeyDown: (e) => {
81
82
  var _listProps_onKeyDown;
82
- if (e.key !== "Escape") (_listProps_onKeyDown = listProps.onKeyDown) === null || _listProps_onKeyDown === void 0 ? void 0 : _listProps_onKeyDown.call(listProps, e);
83
+ if (e.key !== "Escape" || props.shouldUseVirtualFocus) (_listProps_onKeyDown = listProps.onKeyDown) === null || _listProps_onKeyDown === void 0 ? void 0 : _listProps_onKeyDown.call(listProps, e);
83
84
  }
84
85
  }))
85
86
  };
86
87
  }
87
88
  function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
88
- let { id, key, closeOnSelect, isVirtualized, "aria-haspopup": hasPopup, onPressStart: pressStartProp, onPressUp: pressUpProp, onPress, onPressChange, onPressEnd, onHoverStart: hoverStartProp, onHoverChange, onHoverEnd, onKeyDown, onKeyUp, onFocus, onFocusChange, onBlur, selectionManager = state.selectionManager } = props;
89
+ let { id, key, closeOnSelect, isVirtualized, "aria-haspopup": hasPopup, onPressStart: pressStartProp, onPressUp: pressUpProp, onPress: pressProp, onPressChange, onPressEnd, onHoverStart: hoverStartProp, onHoverChange, onHoverEnd, onKeyDown, onKeyUp, onFocus, onFocusChange, onBlur, selectionManager = state.selectionManager } = props;
89
90
  let isTrigger = !!hasPopup;
90
91
  let isTriggerExpanded = isTrigger && props["aria-expanded"] === "true";
91
92
  var _props_isDisabled;
92
93
  let isDisabled = (_props_isDisabled = props.isDisabled) !== null && _props_isDisabled !== void 0 ? _props_isDisabled : selectionManager.isDisabled(key);
93
94
  var _props_isSelected;
94
95
  let isSelected = (_props_isSelected = props.isSelected) !== null && _props_isSelected !== void 0 ? _props_isSelected : selectionManager.isSelected(key);
95
- let data = $d5336fe17ce95402$export$6f49b4016bfc8d56.get(state);
96
+ let data = $fc79756100351201$export$6f49b4016bfc8d56.get(state);
96
97
  let item2 = state.collection.getItem(key);
97
98
  let onClose = props.onClose || data.onClose;
98
99
  let router = $ea8dcbcb9ea1b556$export$9a302a45f65d0572();
@@ -138,14 +139,25 @@ function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
138
139
  if (e.pointerType === "keyboard") performAction(e);
139
140
  pressStartProp === null || pressStartProp === void 0 ? void 0 : pressStartProp(e);
140
141
  };
142
+ let maybeClose = () => {
143
+ if (!isTrigger && onClose && (closeOnSelect !== null && closeOnSelect !== void 0 ? closeOnSelect : selectionManager.selectionMode !== "multiple" || selectionManager.isLink(key))) onClose();
144
+ };
141
145
  let onPressUp = (e) => {
142
- if (e.pointerType !== "keyboard") {
146
+ if (e.pointerType === "mouse") {
143
147
  performAction(e);
144
- if (!isTrigger && onClose && (closeOnSelect !== null && closeOnSelect !== void 0 ? closeOnSelect : selectionManager.selectionMode !== "multiple" || selectionManager.isLink(key))) onClose();
148
+ maybeClose();
145
149
  }
146
150
  pressUpProp === null || pressUpProp === void 0 ? void 0 : pressUpProp(e);
147
151
  };
152
+ let onPress = (e) => {
153
+ if (e.pointerType !== "keyboard" && e.pointerType !== "mouse") {
154
+ performAction(e);
155
+ maybeClose();
156
+ }
157
+ pressProp === null || pressProp === void 0 ? void 0 : pressProp(e);
158
+ };
148
159
  let { itemProps, isFocused } = $880e95eb8b93ba9a$export$ecf600387e221c37({
160
+ id,
149
161
  selectionManager,
150
162
  key,
151
163
  ref,
@@ -155,7 +167,8 @@ function $a2e5df62f93c7633$export$9d32628fc2aea7da(props, state, ref) {
155
167
  // because we handle it ourselves. The behavior of menus
156
168
  // is slightly different from other collections because
157
169
  // actions are performed on key down rather than key up.
158
- linkBehavior: "none"
170
+ linkBehavior: "none",
171
+ shouldUseVirtualFocus: data.shouldUseVirtualFocus
159
172
  });
160
173
  let { pressProps, isPressed } = $f6c31cce2adf654f$export$45712eceda6fad21({
161
174
  onPressStart,
@@ -258,15 +271,15 @@ function useInternalMenuContext() {
258
271
  }
259
272
  return menuContext;
260
273
  }
261
- const underlay = "_underlay_1k3it_5";
262
- const root = "_root_1k3it_10";
263
- const menu = "_menu_1k3it_74";
264
- const menuList = "_menuList_1k3it_79";
265
- const sectionList = "_sectionList_1k3it_80";
266
- const sectionTitle = "_sectionTitle_1k3it_86";
267
- const itemContent = "_itemContent_1k3it_93";
268
- const separator = "_separator_1k3it_94";
269
- const item = "_item_1k3it_93";
274
+ const underlay = "_underlay_5x97a_5";
275
+ const root = "_root_5x97a_10";
276
+ const menu = "_menu_5x97a_74";
277
+ const menuList = "_menuList_5x97a_79";
278
+ const sectionList = "_sectionList_5x97a_80";
279
+ const sectionTitle = "_sectionTitle_5x97a_86";
280
+ const itemContent = "_itemContent_5x97a_93";
281
+ const separator = "_separator_5x97a_94";
282
+ const item = "_item_5x97a_93";
270
283
  const styles = {
271
284
  underlay,
272
285
  root,
@@ -25,13 +25,13 @@ const mergeProps = require("./mergeProps-DniMwM6P.js");
25
25
  const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
26
26
  const ReactDOM = require("react-dom");
27
27
  const index = require("./index-CTw89HMx.js");
28
- const Icon = require("./Icon-SeXHAWa2.js");
29
- const Text = require("./Text-Crcy_R7t.js");
28
+ const Icon = require("./Icon-CYsmNchv.js");
29
+ const Text = require("./Text-hP_Y9mSJ.js");
30
30
  const utilities_css = require("../utilities/css.js");
31
- const UnstyledButton = require("./UnstyledButton-Dmq9K7Jv.js");
31
+ const UnstyledButton = require("./UnstyledButton-yd6ZL2Yi.js");
32
32
  const context = require("./context-CYcq9Zvo.js");
33
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
34
- const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
33
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
34
+ const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
35
35
  const useHover = require("./useHover-BIKwjrCT.js");
36
36
  function _interopNamespaceDefault(e) {
37
37
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
@@ -1015,18 +1015,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
1015
1015
  })
1016
1016
  };
1017
1017
  }
1018
- const statusPromotional = "_statusPromotional_1kdf2_5";
1019
- const statusSuccess = "_statusSuccess_1kdf2_10";
1020
- const statusNeutral = "_statusNeutral_1kdf2_15";
1021
- const statusWarning = "_statusWarning_1kdf2_20";
1022
- const statusError = "_statusError_1kdf2_25";
1023
- const typeToast = "_typeToast_1kdf2_30";
1024
- const typeAlert = "_typeAlert_1kdf2_34";
1025
- const Notification$1 = "_Notification_1kdf2_39";
1026
- const iconText = "_iconText_1kdf2_55";
1027
- const closeButton = "_closeButton_1kdf2_61";
1028
- const region = "_region_1kdf2_70";
1029
- const container = "_container_1kdf2_76";
1018
+ const statusPromotional = "_statusPromotional_1802c_5";
1019
+ const statusSuccess = "_statusSuccess_1802c_10";
1020
+ const statusNeutral = "_statusNeutral_1802c_15";
1021
+ const statusWarning = "_statusWarning_1802c_20";
1022
+ const statusError = "_statusError_1802c_25";
1023
+ const typeToast = "_typeToast_1802c_30";
1024
+ const typeAlert = "_typeAlert_1802c_34";
1025
+ const Notification$1 = "_Notification_1802c_39";
1026
+ const iconText = "_iconText_1802c_55";
1027
+ const closeButton = "_closeButton_1802c_61";
1028
+ const region = "_region_1802c_70";
1029
+ const container = "_container_1802c_76";
1030
1030
  const styles = {
1031
1031
  statusPromotional,
1032
1032
  statusSuccess,
@@ -25,13 +25,13 @@ import { c as $bdb11010cef70236$export$f680877a34711e37, b as $bdb11010cef70236$
25
25
  import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BHXy3Wtu.mjs";
26
26
  import { createPortal } from "react-dom";
27
27
  import { s as shimExports } from "./index-DCSYt1ke.mjs";
28
- import { I as Icon } from "./Icon-QpfeMf4x.mjs";
29
- import { T as Text } from "./Text-V-yZP2s7.mjs";
28
+ import { I as Icon } from "./Icon-CcUj4MVY.mjs";
29
+ import { T as Text } from "./Text-BAiVIBZd.mjs";
30
30
  import { classNames, variationName } from "../utilities/css.mjs";
31
- import { U as UnstyledButton } from "./UnstyledButton-Ctqv-3bt.mjs";
31
+ import { U as UnstyledButton } from "./UnstyledButton-D_DzFe67.mjs";
32
32
  import { a as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./context-EpOG85wC.mjs";
33
- import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-ng1Hn25t.mjs";
34
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
33
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-Bb3k4_O_.mjs";
34
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
35
35
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
36
36
  var __defProp$3 = Object.defineProperty;
37
37
  var __getOwnPropSymbols$3 = Object.getOwnPropertySymbols;
@@ -998,18 +998,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
998
998
  })
999
999
  };
1000
1000
  }
1001
- const statusPromotional = "_statusPromotional_1kdf2_5";
1002
- const statusSuccess = "_statusSuccess_1kdf2_10";
1003
- const statusNeutral = "_statusNeutral_1kdf2_15";
1004
- const statusWarning = "_statusWarning_1kdf2_20";
1005
- const statusError = "_statusError_1kdf2_25";
1006
- const typeToast = "_typeToast_1kdf2_30";
1007
- const typeAlert = "_typeAlert_1kdf2_34";
1008
- const Notification$1 = "_Notification_1kdf2_39";
1009
- const iconText = "_iconText_1kdf2_55";
1010
- const closeButton = "_closeButton_1kdf2_61";
1011
- const region = "_region_1kdf2_70";
1012
- const container = "_container_1kdf2_76";
1001
+ const statusPromotional = "_statusPromotional_1802c_5";
1002
+ const statusSuccess = "_statusSuccess_1802c_10";
1003
+ const statusNeutral = "_statusNeutral_1802c_15";
1004
+ const statusWarning = "_statusWarning_1802c_20";
1005
+ const statusError = "_statusError_1802c_25";
1006
+ const typeToast = "_typeToast_1802c_30";
1007
+ const typeAlert = "_typeAlert_1802c_34";
1008
+ const Notification$1 = "_Notification_1802c_39";
1009
+ const iconText = "_iconText_1802c_55";
1010
+ const closeButton = "_closeButton_1802c_61";
1011
+ const region = "_region_1802c_70";
1012
+ const container = "_container_1802c_76";
1013
1013
  const styles = {
1014
1014
  statusPromotional,
1015
1015
  statusSuccess,
@@ -35,7 +35,7 @@ const useControlledState = require("./useControlledState-mnKBd6Uc.js");
35
35
  const context = require("./context-CYcq9Zvo.js");
36
36
  const mergeProps = require("./mergeProps-DniMwM6P.js");
37
37
  const useObjectRef = require("./useObjectRef-BOGMJ5vM.js");
38
- const FocusScope = require("./FocusScope-DFE0IeGl.js");
38
+ const FocusScope = require("./FocusScope-Djtxzznf.js");
39
39
  const ReactDOM = require("react-dom");
40
40
  function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
41
41
  let [isOpen, setOpen] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isOpen, props.defaultOpen || false, props.onOpenChange);
@@ -34,7 +34,7 @@ import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledS
34
34
  import { c as $ae1eeba8b9eafd08$export$5165eccb35aaadb5, b as $e7801be82b4b2a53$export$4debdb1a3f0fa79e } from "./context-EpOG85wC.mjs";
35
35
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $b5e257d569688ac6$export$535bd6ca7f90a273, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DSi85raC.mjs";
36
36
  import { $ as $df56164dff5785e2$export$4338b53315abf666 } from "./useObjectRef-wU82Pkgx.mjs";
37
- import { c as $9bf71ea28793e738$export$20e40289641fbbb6 } from "./FocusScope-Qg8vUhZ_.mjs";
37
+ import { c as $9bf71ea28793e738$export$20e40289641fbbb6 } from "./FocusScope-CUJV-jWH.mjs";
38
38
  import ReactDOM from "react-dom";
39
39
  function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
40
40
  let [isOpen, setOpen] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isOpen, props.defaultOpen || false, props.onOpenChange);