@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
@@ -1834,7 +1834,6 @@ function require_baseToString() {
1834
1834
  if (hasRequired_baseToString) return _baseToString;
1835
1835
  hasRequired_baseToString = 1;
1836
1836
  var Symbol = require_Symbol(), arrayMap = require_arrayMap(), isArray = requireIsArray(), isSymbol = requireIsSymbol();
1837
- var INFINITY = 1 / 0;
1838
1837
  var symbolProto = Symbol ? Symbol.prototype : void 0, symbolToString = symbolProto ? symbolProto.toString : void 0;
1839
1838
  function baseToString(value) {
1840
1839
  if (typeof value == "string") {
@@ -1847,7 +1846,7 @@ function require_baseToString() {
1847
1846
  return symbolToString ? symbolToString.call(value) : "";
1848
1847
  }
1849
1848
  var result = value + "";
1850
- return result == "0" && 1 / value == -INFINITY ? "-0" : result;
1849
+ return result == "0" && 1 / value == -Infinity ? "-0" : result;
1851
1850
  }
1852
1851
  _baseToString = baseToString;
1853
1852
  return _baseToString;
@@ -1897,13 +1896,12 @@ function require_toKey() {
1897
1896
  if (hasRequired_toKey) return _toKey;
1898
1897
  hasRequired_toKey = 1;
1899
1898
  var isSymbol = requireIsSymbol();
1900
- var INFINITY = 1 / 0;
1901
1899
  function toKey(value) {
1902
1900
  if (typeof value == "string" || isSymbol(value)) {
1903
1901
  return value;
1904
1902
  }
1905
1903
  var result = value + "";
1906
- return result == "0" && 1 / value == -INFINITY ? "-0" : result;
1904
+ return result == "0" && 1 / value == -Infinity ? "-0" : result;
1907
1905
  }
1908
1906
  _toKey = toKey;
1909
1907
  return _toKey;
@@ -1833,7 +1833,6 @@ function require_baseToString() {
1833
1833
  if (hasRequired_baseToString) return _baseToString;
1834
1834
  hasRequired_baseToString = 1;
1835
1835
  var Symbol = require_Symbol(), arrayMap = require_arrayMap(), isArray = requireIsArray(), isSymbol = requireIsSymbol();
1836
- var INFINITY = 1 / 0;
1837
1836
  var symbolProto = Symbol ? Symbol.prototype : void 0, symbolToString = symbolProto ? symbolProto.toString : void 0;
1838
1837
  function baseToString(value) {
1839
1838
  if (typeof value == "string") {
@@ -1846,7 +1845,7 @@ function require_baseToString() {
1846
1845
  return symbolToString ? symbolToString.call(value) : "";
1847
1846
  }
1848
1847
  var result = value + "";
1849
- return result == "0" && 1 / value == -INFINITY ? "-0" : result;
1848
+ return result == "0" && 1 / value == -Infinity ? "-0" : result;
1850
1849
  }
1851
1850
  _baseToString = baseToString;
1852
1851
  return _baseToString;
@@ -1896,13 +1895,12 @@ function require_toKey() {
1896
1895
  if (hasRequired_toKey) return _toKey;
1897
1896
  hasRequired_toKey = 1;
1898
1897
  var isSymbol = requireIsSymbol();
1899
- var INFINITY = 1 / 0;
1900
1898
  function toKey(value) {
1901
1899
  if (typeof value == "string" || isSymbol(value)) {
1902
1900
  return value;
1903
1901
  }
1904
1902
  var result = value + "";
1905
- return result == "0" && 1 / value == -INFINITY ? "-0" : result;
1903
+ return result == "0" && 1 / value == -Infinity ? "-0" : result;
1906
1904
  }
1907
1905
  _toKey = toKey;
1908
1906
  return _toKey;
@@ -2235,9 +2233,9 @@ var omitExports = requireOmit();
2235
2233
  const omit = /* @__PURE__ */ getDefaultExportFromCjs(omitExports);
2236
2234
  export {
2237
2235
  require_castPath as a,
2238
- require_toKey as b,
2236
+ require_isIndex as b,
2239
2237
  requireIsObject as c,
2240
- require_isIndex as d,
2238
+ require_toKey as d,
2241
2239
  require_baseGet as e,
2242
2240
  requireIsArguments as f,
2243
2241
  requireIsArray as g,
@@ -1560,7 +1560,7 @@ const createSizeObserver = (t2, n2, o2) => {
1560
1560
  }
1561
1561
  if (s2 && a3) {
1562
1562
  const n3 = e3 ? t3[0] : directionIsRTL(i2);
1563
- scrollLeft(i2, n3 ? r2.n ? -Gt : r2.i ? 0 : Gt : Gt);
1563
+ scrollLeft(i2, n3 ? r2.n ? -3333333 : r2.i ? 0 : Gt : Gt);
1564
1564
  scrollTop(i2, Gt);
1565
1565
  }
1566
1566
  if (!c3) {
@@ -1559,7 +1559,7 @@ const createSizeObserver = (t2, n2, o2) => {
1559
1559
  }
1560
1560
  if (s2 && a3) {
1561
1561
  const n3 = e3 ? t3[0] : directionIsRTL(i2);
1562
- scrollLeft(i2, n3 ? r2.n ? -Gt : r2.i ? 0 : Gt : Gt);
1562
+ scrollLeft(i2, n3 ? r2.n ? -3333333 : r2.i ? 0 : Gt : Gt);
1563
1563
  scrollTop(i2, Gt);
1564
1564
  }
1565
1565
  if (!c3) {
@@ -52,15 +52,19 @@ function $2f04cbc44ee30ce0$export$53a0910f038337bd(scrollView, element) {
52
52
  let height = element.offsetHeight;
53
53
  let x = scrollView.scrollLeft;
54
54
  let y = scrollView.scrollTop;
55
- let { borderTopWidth, borderLeftWidth } = getComputedStyle(scrollView);
56
- let borderAdjustedX = scrollView.scrollLeft + parseInt(borderLeftWidth, 10);
57
- let borderAdjustedY = scrollView.scrollTop + parseInt(borderTopWidth, 10);
55
+ let { borderTopWidth, borderLeftWidth, scrollPaddingTop, scrollPaddingRight, scrollPaddingBottom, scrollPaddingLeft } = getComputedStyle(scrollView);
56
+ let borderAdjustedX = x + parseInt(borderLeftWidth, 10);
57
+ let borderAdjustedY = y + parseInt(borderTopWidth, 10);
58
58
  let maxX = borderAdjustedX + scrollView.clientWidth;
59
59
  let maxY = borderAdjustedY + scrollView.clientHeight;
60
- if (offsetX <= x) x = offsetX - parseInt(borderLeftWidth, 10);
61
- else if (offsetX + width > maxX) x += offsetX + width - maxX;
62
- if (offsetY <= borderAdjustedY) y = offsetY - parseInt(borderTopWidth, 10);
63
- else if (offsetY + height > maxY) y += offsetY + height - maxY;
60
+ let scrollPaddingTopNumber = parseInt(scrollPaddingTop, 10) || 0;
61
+ let scrollPaddingBottomNumber = parseInt(scrollPaddingBottom, 10) || 0;
62
+ let scrollPaddingRightNumber = parseInt(scrollPaddingRight, 10) || 0;
63
+ let scrollPaddingLeftNumber = parseInt(scrollPaddingLeft, 10) || 0;
64
+ if (offsetX <= x + scrollPaddingLeftNumber) x = offsetX - parseInt(borderLeftWidth, 10) - scrollPaddingLeftNumber;
65
+ else if (offsetX + width > maxX - scrollPaddingRightNumber) x += offsetX + width - maxX + scrollPaddingRightNumber;
66
+ if (offsetY <= borderAdjustedY + scrollPaddingTopNumber) y = offsetY - parseInt(borderTopWidth, 10) - scrollPaddingTopNumber;
67
+ else if (offsetY + height > maxY - scrollPaddingBottomNumber) y += offsetY + height - maxY + scrollPaddingBottomNumber;
64
68
  scrollView.scrollLeft = x;
65
69
  scrollView.scrollTop = y;
66
70
  }
@@ -51,15 +51,19 @@ function $2f04cbc44ee30ce0$export$53a0910f038337bd(scrollView, element) {
51
51
  let height = element.offsetHeight;
52
52
  let x = scrollView.scrollLeft;
53
53
  let y = scrollView.scrollTop;
54
- let { borderTopWidth, borderLeftWidth } = getComputedStyle(scrollView);
55
- let borderAdjustedX = scrollView.scrollLeft + parseInt(borderLeftWidth, 10);
56
- let borderAdjustedY = scrollView.scrollTop + parseInt(borderTopWidth, 10);
54
+ let { borderTopWidth, borderLeftWidth, scrollPaddingTop, scrollPaddingRight, scrollPaddingBottom, scrollPaddingLeft } = getComputedStyle(scrollView);
55
+ let borderAdjustedX = x + parseInt(borderLeftWidth, 10);
56
+ let borderAdjustedY = y + parseInt(borderTopWidth, 10);
57
57
  let maxX = borderAdjustedX + scrollView.clientWidth;
58
58
  let maxY = borderAdjustedY + scrollView.clientHeight;
59
- if (offsetX <= x) x = offsetX - parseInt(borderLeftWidth, 10);
60
- else if (offsetX + width > maxX) x += offsetX + width - maxX;
61
- if (offsetY <= borderAdjustedY) y = offsetY - parseInt(borderTopWidth, 10);
62
- else if (offsetY + height > maxY) y += offsetY + height - maxY;
59
+ let scrollPaddingTopNumber = parseInt(scrollPaddingTop, 10) || 0;
60
+ let scrollPaddingBottomNumber = parseInt(scrollPaddingBottom, 10) || 0;
61
+ let scrollPaddingRightNumber = parseInt(scrollPaddingRight, 10) || 0;
62
+ let scrollPaddingLeftNumber = parseInt(scrollPaddingLeft, 10) || 0;
63
+ if (offsetX <= x + scrollPaddingLeftNumber) x = offsetX - parseInt(borderLeftWidth, 10) - scrollPaddingLeftNumber;
64
+ else if (offsetX + width > maxX - scrollPaddingRightNumber) x += offsetX + width - maxX + scrollPaddingRightNumber;
65
+ if (offsetY <= borderAdjustedY + scrollPaddingTopNumber) y = offsetY - parseInt(borderTopWidth, 10) - scrollPaddingTopNumber;
66
+ else if (offsetY + height > maxY - scrollPaddingBottomNumber) y += offsetY + height - maxY + scrollPaddingBottomNumber;
63
67
  scrollView.scrollLeft = x;
64
68
  scrollView.scrollTop = y;
65
69
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  const mergeProps = require("./mergeProps-DniMwM6P.js");
3
3
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
4
- const useFocusable = require("./useFocusable-8kJcp2yc.js");
5
- const usePress = require("./usePress-DNETV97g.js");
4
+ const useFocusable = require("./useFocusable-BQyiwtXU.js");
5
+ const usePress = require("./usePress-DTGD4Sub.js");
6
6
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
7
7
  let {
8
8
  elementType = "button",
@@ -1,7 +1,7 @@
1
1
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
2
2
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
3
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-CNor_Zjt.mjs";
4
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-Db4pSZfY.mjs";
3
+ import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
4
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CqfuY_T7.mjs";
5
5
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
6
6
  let {
7
7
  elementType = "button",
@@ -19,9 +19,9 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8 } from "./mergeProps-DSi85raC.mjs";
21
21
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
22
- import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-BWGCG3W3.mjs";
22
+ import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-CCOEuEpK.mjs";
23
23
  import { useRef, useEffect } from "react";
24
- import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-BEmOdNIB.mjs";
24
+ import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-zuiAML3I.mjs";
25
25
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
26
26
  let { role = "dialog" } = props;
27
27
  let titleId = $bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -20,9 +20,9 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeProps = require("./mergeProps-DniMwM6P.js");
22
22
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
23
- const focusSafely = require("./focusSafely-BvrXUhlW.js");
23
+ const focusSafely = require("./focusSafely-wmTq_iKq.js");
24
24
  const React = require("react");
25
- const Overlay = require("./Overlay-Dmwy9VjC.js");
25
+ const Overlay = require("./Overlay-CwJbrICR.js");
26
26
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
27
27
  let { role = "dialog" } = props;
28
28
  let titleId = mergeProps.$bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -2,11 +2,11 @@
2
2
  const React = require("react");
3
3
  const useIntersectionDetection = require("./useIntersectionDetection-DI5n4zwA.js");
4
4
  const utilities_css = require("../utilities/css.js");
5
- const interceptor = "_interceptor_1dibn_5";
6
- const top = "_top_1dibn_13";
7
- const bottom = "_bottom_1dibn_14";
8
- const left = "_left_1dibn_18";
9
- const right = "_right_1dibn_19";
5
+ const interceptor = "_interceptor_1r150_5";
6
+ const top = "_top_1r150_13";
7
+ const bottom = "_bottom_1r150_14";
8
+ const left = "_left_1r150_18";
9
+ const right = "_right_1r150_19";
10
10
  const styles = {
11
11
  interceptor,
12
12
  top,
@@ -1,11 +1,11 @@
1
1
  import React__default, { useRef, useCallback } from "react";
2
2
  import { u as useIntersectionDetection } from "./useIntersectionDetection-BvUmtDgl.mjs";
3
3
  import { classNames } from "../utilities/css.mjs";
4
- const interceptor = "_interceptor_1dibn_5";
5
- const top = "_top_1dibn_13";
6
- const bottom = "_bottom_1dibn_14";
7
- const left = "_left_1dibn_18";
8
- const right = "_right_1dibn_19";
4
+ const interceptor = "_interceptor_1r150_5";
5
+ const top = "_top_1r150_13";
6
+ const bottom = "_bottom_1r150_14";
7
+ const left = "_left_1r150_18";
8
+ const right = "_right_1r150_19";
9
9
  const styles = {
10
10
  interceptor,
11
11
  top,
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
2
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
3
3
  const React = require("react");
4
- const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
4
+ const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
5
5
  function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
6
6
  let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
7
7
  const onBlur = React.useCallback((e) => {
@@ -1,6 +1,6 @@
1
- import { a as $8a9cb279dc87e130$export$715c682d09d639cc } from "./useFocusVisible-ng1Hn25t.mjs";
1
+ import { a as $8a9cb279dc87e130$export$715c682d09d639cc } from "./useFocusVisible-Bb3k4_O_.mjs";
2
2
  import { useCallback } from "react";
3
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-BPCuFO54.mjs";
3
+ import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-B_Z4yzgm.mjs";
4
4
  function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
5
5
  let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
6
6
  const onBlur = useCallback((e) => {
@@ -1,6 +1,6 @@
1
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BJ7JikEx.mjs";
2
- import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, c as $507fabe10e71c6fb$export$ec71b4b83ac08ec3 } from "./useFocusVisible-ng1Hn25t.mjs";
3
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
1
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-lnK5BCt2.mjs";
2
+ import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, c as $507fabe10e71c6fb$export$ec71b4b83ac08ec3 } from "./useFocusVisible-Bb3k4_O_.mjs";
3
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
4
4
  import { useRef, useState, useCallback } from "react";
5
5
  function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
6
6
  let { autoFocus = false, isTextInput, within } = props;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- const useFocus = require("./useFocus-B4oRb1dU.js");
3
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
4
- const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
2
+ const useFocus = require("./useFocus-l6ZlVMHW.js");
3
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
4
+ const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
5
5
  const React = require("react");
6
6
  function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
7
7
  let { autoFocus = false, isTextInput, within } = props;
@@ -1,6 +1,6 @@
1
1
  import { useRef, useCallback, useEffect, useState } from "react";
2
2
  import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, e as $b5e257d569688ac6$export$535bd6ca7f90a273 } from "./mergeProps-DSi85raC.mjs";
3
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac, a as $431fbd86ca7dc216$export$f21a1ffae260145a, b as $6a7db85432448f7f$export$60278871457622de, c as $c87311424ea30a05$export$9ac100e40613ea10 } from "./isVirtualEvent-BPCuFO54.mjs";
3
+ import { a as $431fbd86ca7dc216$export$f21a1ffae260145a, $ as $431fbd86ca7dc216$export$b204af158042fbac, b as $6a7db85432448f7f$export$60278871457622de, c as $c87311424ea30a05$export$9ac100e40613ea10 } from "./isVirtualEvent-B_Z4yzgm.mjs";
4
4
  class $8a9cb279dc87e130$export$905e7fc544a71f36 {
5
5
  isDefaultPrevented() {
6
6
  return this.nativeEvent.defaultPrevented;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const React = require("react");
3
3
  const mergeProps = require("./mergeProps-DniMwM6P.js");
4
- const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
4
+ const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
5
5
  class $8a9cb279dc87e130$export$905e7fc544a71f36 {
6
6
  isDefaultPrevented() {
7
7
  return this.nativeEvent.defaultPrevented;
@@ -1,4 +1,4 @@
1
- import { a as $8a9cb279dc87e130$export$715c682d09d639cc } from "./useFocusVisible-ng1Hn25t.mjs";
1
+ import { a as $8a9cb279dc87e130$export$715c682d09d639cc } from "./useFocusVisible-Bb3k4_O_.mjs";
2
2
  import { useRef, useCallback } from "react";
3
3
  function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
4
4
  let { isDisabled, onBlurWithin, onFocusWithin, onFocusWithinChange } = props;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
2
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
3
3
  const React = require("react");
4
4
  function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
5
5
  let { isDisabled, onBlurWithin, onFocusWithin, onFocusWithinChange } = props;
@@ -30,11 +30,11 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
- const focusSafely = require("./focusSafely-BvrXUhlW.js");
33
+ const focusSafely = require("./focusSafely-wmTq_iKq.js");
34
34
  const mergeProps = require("./mergeProps-DniMwM6P.js");
35
35
  const context = require("./context-CYcq9Zvo.js");
36
36
  const React = require("react");
37
- const useFocus = require("./useFocus-B4oRb1dU.js");
37
+ const useFocus = require("./useFocus-l6ZlVMHW.js");
38
38
  function $93925083ecbb358c$export$48d1ea6320830260(handler) {
39
39
  if (!handler) return void 0;
40
40
  let shouldStopPropagation = true;
@@ -47,10 +47,14 @@ function $93925083ecbb358c$export$48d1ea6320830260(handler) {
47
47
  return e.isDefaultPrevented();
48
48
  },
49
49
  stopPropagation() {
50
- console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.");
50
+ if (shouldStopPropagation) console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.");
51
+ else shouldStopPropagation = true;
51
52
  },
52
53
  continuePropagation() {
53
54
  shouldStopPropagation = false;
55
+ },
56
+ isPropagationStopped() {
57
+ return shouldStopPropagation;
54
58
  }
55
59
  });
56
60
  handler(event);
@@ -29,11 +29,11 @@ var __objRest = (source, exclude) => {
29
29
  }
30
30
  return target;
31
31
  };
32
- import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-BWGCG3W3.mjs";
32
+ import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-CCOEuEpK.mjs";
33
33
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
34
34
  import { b as $e7801be82b4b2a53$export$4debdb1a3f0fa79e } from "./context-EpOG85wC.mjs";
35
35
  import React__default, { useRef, useEffect, useContext } from "react";
36
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BJ7JikEx.mjs";
36
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-lnK5BCt2.mjs";
37
37
  function $93925083ecbb358c$export$48d1ea6320830260(handler) {
38
38
  if (!handler) return void 0;
39
39
  let shouldStopPropagation = true;
@@ -46,10 +46,14 @@ function $93925083ecbb358c$export$48d1ea6320830260(handler) {
46
46
  return e.isDefaultPrevented();
47
47
  },
48
48
  stopPropagation() {
49
- console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.");
49
+ if (shouldStopPropagation) console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.");
50
+ else shouldStopPropagation = true;
50
51
  },
51
52
  continuePropagation() {
52
53
  shouldStopPropagation = false;
54
+ },
55
+ isPropagationStopped() {
56
+ return shouldStopPropagation;
53
57
  }
54
58
  });
55
59
  handler(event);
@@ -19,7 +19,7 @@ var __spreadValues = (a, b) => {
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const React = require("react");
22
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
22
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
23
23
  const mergeProps = require("./mergeProps-DniMwM6P.js");
24
24
  const $e5be200c675c3b3a$export$aca958c65c314e6c = {
25
25
  badInput: false,
@@ -177,7 +177,7 @@ function $e5be200c675c3b3a$export$75ee7c75d68f5b0e(...results) {
177
177
  function $e93e671b31057976$export$b8473d3665f3a75a(props, state, ref) {
178
178
  let { validationBehavior, focus } = props;
179
179
  mergeProps.$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
180
- if (validationBehavior === "native" && (ref === null || ref === void 0 ? void 0 : ref.current)) {
180
+ if (validationBehavior === "native" && (ref === null || ref === void 0 ? void 0 : ref.current) && !ref.current.disabled) {
181
181
  let errorMessage = state.realtimeValidation.isInvalid ? state.realtimeValidation.validationErrors.join(" ") || "Invalid value." : "";
182
182
  ref.current.setCustomValidity(errorMessage);
183
183
  if (!ref.current.hasAttribute("title")) ref.current.title = "";
@@ -17,8 +17,8 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- import { createContext, useMemo, useContext, useState, useRef, useEffect } from "react";
21
- import { d as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useFocusVisible-ng1Hn25t.mjs";
20
+ import { useMemo, useContext, createContext, useState, useRef, useEffect } from "react";
21
+ import { d as $507fabe10e71c6fb$export$8397ddfc504fdb9a } from "./useFocusVisible-Bb3k4_O_.mjs";
22
22
  import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, a as $8ae05eaa5c114e9c$export$7f54fc3180508a52 } from "./mergeProps-DSi85raC.mjs";
23
23
  const $e5be200c675c3b3a$export$aca958c65c314e6c = {
24
24
  badInput: false,
@@ -176,7 +176,7 @@ function $e5be200c675c3b3a$export$75ee7c75d68f5b0e(...results) {
176
176
  function $e93e671b31057976$export$b8473d3665f3a75a(props, state, ref) {
177
177
  let { validationBehavior, focus } = props;
178
178
  $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
179
- if (validationBehavior === "native" && (ref === null || ref === void 0 ? void 0 : ref.current)) {
179
+ if (validationBehavior === "native" && (ref === null || ref === void 0 ? void 0 : ref.current) && !ref.current.disabled) {
180
180
  let errorMessage = state.realtimeValidation.isInvalid ? state.realtimeValidation.validationErrors.join(" ") || "Invalid value." : "";
181
181
  ref.current.setCustomValidity(errorMessage);
182
182
  if (!ref.current.hasAttribute("title")) ref.current.title = "";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const FocusScope = require("./FocusScope-DFE0IeGl.js");
2
+ const FocusScope = require("./FocusScope-Djtxzznf.js");
3
3
  const mergeProps = require("./mergeProps-DniMwM6P.js");
4
4
  const React = require("react");
5
5
  function $83013635b024ae3d$export$eac1895992b9f3d6(ref, options) {
@@ -1,4 +1,4 @@
1
- import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-Qg8vUhZ_.mjs";
1
+ import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-CUJV-jWH.mjs";
2
2
  import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DSi85raC.mjs";
3
3
  import { useState } from "react";
4
4
  function $83013635b024ae3d$export$eac1895992b9f3d6(ref, options) {
@@ -2,8 +2,8 @@ import { $ as $319e236875307eab$export$a9b970dcc4ae71a9 } from "./LiveAnnouncer-
2
2
  import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BHXy3Wtu.mjs";
3
3
  import { useRef, useMemo } from "react";
4
4
  import { $ as $4f58c5f72bcf79f7$export$496315a1608d9602 } from "./useUpdateEffect-BLgGnNgL.mjs";
5
- import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "./scrollIntoView-CZM0k-rp.mjs";
6
- import { e as $507fabe10e71c6fb$export$98e20ec92f614cfe } from "./useFocusVisible-ng1Hn25t.mjs";
5
+ import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "./scrollIntoView-wURtlgJt.mjs";
6
+ import { e as $507fabe10e71c6fb$export$98e20ec92f614cfe } from "./useFocusVisible-Bb3k4_O_.mjs";
7
7
  var $682989befd4f478d$exports = {};
8
8
  $682989befd4f478d$exports = {
9
9
  "deselectedItem": (args) => `${args.item} غير المحدد`,
@@ -3,8 +3,8 @@ const LiveAnnouncer = require("./LiveAnnouncer-CzeNwq2D.js");
3
3
  const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
4
4
  const React = require("react");
5
5
  const useUpdateEffect = require("./useUpdateEffect-CssYIsWI.js");
6
- const scrollIntoView = require("./scrollIntoView-DkcUbB3D.js");
7
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
6
+ const scrollIntoView = require("./scrollIntoView-BN4yt25y.js");
7
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
8
8
  var $682989befd4f478d$exports = {};
9
9
  $682989befd4f478d$exports = {
10
10
  "deselectedItem": (args) => `${args.item} غير المحدد`,
@@ -31,8 +31,8 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
33
33
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
34
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21, a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18, c as $ea8dcbcb9ea1b556$export$efa8c9099e530235 } from "./usePress-Db4pSZfY.mjs";
35
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-CNor_Zjt.mjs";
34
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21, a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18, c as $ea8dcbcb9ea1b556$export$efa8c9099e530235 } from "./usePress-CqfuY_T7.mjs";
35
+ import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DxcU91xN.mjs";
36
36
  function $298d61e98472621b$export$dcf14c9974fe2767(props, ref) {
37
37
  let _a = props, {
38
38
  elementType = "a",
@@ -32,8 +32,8 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const mergeProps = require("./mergeProps-DniMwM6P.js");
34
34
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
35
- const usePress = require("./usePress-DNETV97g.js");
36
- const useFocusable = require("./useFocusable-8kJcp2yc.js");
35
+ const usePress = require("./usePress-DTGD4Sub.js");
36
+ const useFocusable = require("./useFocusable-BQyiwtXU.js");
37
37
  function $298d61e98472621b$export$dcf14c9974fe2767(props, ref) {
38
38
  let _a = props, {
39
39
  elementType = "a",
@@ -19,14 +19,14 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { c as $bdb11010cef70236$export$f680877a34711e37, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-DSi85raC.mjs";
21
21
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
22
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
22
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
23
23
  import { $ as $d191a55c9702f145$export$8467354a121f1b9f } from "./useLabel-D37VV43W.mjs";
24
- import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-DsUuWr0P.mjs";
25
- import { b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-Db4pSZfY.mjs";
26
- import { c as $c87311424ea30a05$export$9ac100e40613ea10, d as $c87311424ea30a05$export$78551043582a6a98 } from "./isVirtualEvent-BPCuFO54.mjs";
27
- import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-ng1Hn25t.mjs";
24
+ import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-DPJUwWwV.mjs";
25
+ import { b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-CqfuY_T7.mjs";
26
+ import { c as $c87311424ea30a05$export$9ac100e40613ea10, d as $c87311424ea30a05$export$78551043582a6a98 } from "./isVirtualEvent-B_Z4yzgm.mjs";
27
+ import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-Bb3k4_O_.mjs";
28
28
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
29
- import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-B8l2VAQ8.mjs";
29
+ import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-DeFiKyU1.mjs";
30
30
  const $b1f0cad8af73213b$export$3585ede4d035bf14 = /* @__PURE__ */ new WeakMap();
31
31
  function $b1f0cad8af73213b$var$normalizeKey(key) {
32
32
  if (typeof key === "string") return key.replace(/\s*/g, "");
@@ -120,6 +120,7 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
120
120
  var _data_onAction;
121
121
  return data === null || data === void 0 ? void 0 : (_data_onAction = data.onAction) === null || _data_onAction === void 0 ? void 0 : _data_onAction.call(data, key);
122
122
  } : void 0;
123
+ let id = $b1f0cad8af73213b$export$9145995848b05025(state, key);
123
124
  let { itemProps, isPressed, isFocused, hasAction, allowsSelection } = $880e95eb8b93ba9a$export$ecf600387e221c37({
124
125
  selectionManager: state.selectionManager,
125
126
  key,
@@ -130,7 +131,8 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
130
131
  shouldUseVirtualFocus,
131
132
  isDisabled,
132
133
  onAction: onAction || (item === null || item === void 0 ? void 0 : (_item_props = item.props) === null || _item_props === void 0 ? void 0 : _item_props.onAction) ? $ff5963eb1fccf552$export$e08e3b67e392101e(item === null || item === void 0 ? void 0 : (_item_props1 = item.props) === null || _item_props1 === void 0 ? void 0 : _item_props1.onAction, onAction) : void 0,
133
- linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior
134
+ linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior,
135
+ id
134
136
  });
135
137
  let { hoverProps } = $6179b936705e76d3$export$ae780daf29e6d456({
136
138
  isDisabled: isDisabled || !shouldFocusOnHover,
@@ -146,7 +148,7 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
146
148
  let linkProps = $ea8dcbcb9ea1b556$export$7e924b3091a3bd18(item === null || item === void 0 ? void 0 : item.props);
147
149
  return {
148
150
  optionProps: __spreadProps(__spreadValues(__spreadValues({}, optionProps), $3ef42575df84b30b$export$9d1611c77c2fe928(domProps, itemProps, hoverProps, linkProps)), {
149
- id: $b1f0cad8af73213b$export$9145995848b05025(state, key)
151
+ id
150
152
  }),
151
153
  labelProps: {
152
154
  id: labelId
@@ -20,14 +20,14 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeProps = require("./mergeProps-DniMwM6P.js");
22
22
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
23
- const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
23
+ const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
24
24
  const useLabel = require("./useLabel-t-N6anB8.js");
25
- const useSelectableList = require("./useSelectableList-CzTJAukw.js");
26
- const usePress = require("./usePress-DNETV97g.js");
27
- const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
28
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
25
+ const useSelectableList = require("./useSelectableList-Dk3TxzYJ.js");
26
+ const usePress = require("./usePress-DTGD4Sub.js");
27
+ const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
28
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
29
29
  const useHover = require("./useHover-BIKwjrCT.js");
30
- const useSelectableItem = require("./useSelectableItem-DpEX9QBc.js");
30
+ const useSelectableItem = require("./useSelectableItem-BEkjpB_K.js");
31
31
  const $b1f0cad8af73213b$export$3585ede4d035bf14 = /* @__PURE__ */ new WeakMap();
32
32
  function $b1f0cad8af73213b$var$normalizeKey(key) {
33
33
  if (typeof key === "string") return key.replace(/\s*/g, "");
@@ -121,6 +121,7 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
121
121
  var _data_onAction;
122
122
  return data === null || data === void 0 ? void 0 : (_data_onAction = data.onAction) === null || _data_onAction === void 0 ? void 0 : _data_onAction.call(data, key);
123
123
  } : void 0;
124
+ let id = $b1f0cad8af73213b$export$9145995848b05025(state, key);
124
125
  let { itemProps, isPressed, isFocused, hasAction, allowsSelection } = useSelectableItem.$880e95eb8b93ba9a$export$ecf600387e221c37({
125
126
  selectionManager: state.selectionManager,
126
127
  key,
@@ -131,7 +132,8 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
131
132
  shouldUseVirtualFocus,
132
133
  isDisabled,
133
134
  onAction: onAction || (item === null || item === void 0 ? void 0 : (_item_props = item.props) === null || _item_props === void 0 ? void 0 : _item_props.onAction) ? mergeProps.$ff5963eb1fccf552$export$e08e3b67e392101e(item === null || item === void 0 ? void 0 : (_item_props1 = item.props) === null || _item_props1 === void 0 ? void 0 : _item_props1.onAction, onAction) : void 0,
134
- linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior
135
+ linkBehavior: data === null || data === void 0 ? void 0 : data.linkBehavior,
136
+ id
135
137
  });
136
138
  let { hoverProps } = useHover.$6179b936705e76d3$export$ae780daf29e6d456({
137
139
  isDisabled: isDisabled || !shouldFocusOnHover,
@@ -147,7 +149,7 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
147
149
  let linkProps = usePress.$ea8dcbcb9ea1b556$export$7e924b3091a3bd18(item === null || item === void 0 ? void 0 : item.props);
148
150
  return {
149
151
  optionProps: __spreadProps(__spreadValues(__spreadValues({}, optionProps), mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(domProps, itemProps, hoverProps, linkProps)), {
150
- id: $b1f0cad8af73213b$export$9145995848b05025(state, key)
152
+ id
151
153
  }),
152
154
  labelProps: {
153
155
  id: labelId
@@ -19,8 +19,8 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
21
21
  import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BHXy3Wtu.mjs";
22
- import { c as $8a26561d2877236e$export$c24ed0104d07eab9 } from "./useSelectableItem-B8l2VAQ8.mjs";
23
- import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "./useOverlayTrigger-BS8c6XEz.mjs";
22
+ import { c as $8a26561d2877236e$export$c24ed0104d07eab9 } from "./useSelectableItem-DeFiKyU1.mjs";
23
+ import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "./useOverlayTrigger-BvP35sYf.mjs";
24
24
  var $c0398ad35c3639b7$exports = {};
25
25
  $c0398ad35c3639b7$exports = {
26
26
  "longPressMessage": `اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`
@@ -20,8 +20,8 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeProps = require("./mergeProps-DniMwM6P.js");
22
22
  const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
23
- const useSelectableItem = require("./useSelectableItem-DpEX9QBc.js");
24
- const useOverlayTrigger = require("./useOverlayTrigger-Dp7RXQ9B.js");
23
+ const useSelectableItem = require("./useSelectableItem-BEkjpB_K.js");
24
+ const useOverlayTrigger = require("./useOverlayTrigger-CiUR_pLO.js");
25
25
  var $c0398ad35c3639b7$exports = {};
26
26
  $c0398ad35c3639b7$exports = {
27
27
  "longPressMessage": `اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة`