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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/Button/utilities.d.ts.map +1 -1
  8. package/CHANGELOG.md +9 -0
  9. package/Calendar/index.js +1 -1
  10. package/Calendar/index.mjs +1 -1
  11. package/Card/index.js +1 -1
  12. package/Card/index.mjs +1 -1
  13. package/CheckableCard/index.js +6 -6
  14. package/CheckableCard/index.mjs +6 -6
  15. package/Checkbox/index.js +1 -1
  16. package/Checkbox/index.mjs +1 -1
  17. package/CodeBlock/index.js +17 -17
  18. package/CodeBlock/index.mjs +17 -17
  19. package/CodeSnippet/index.js +1 -1
  20. package/CodeSnippet/index.mjs +1 -1
  21. package/DataGrid/index.js +157 -126
  22. package/DataGrid/index.mjs +151 -120
  23. package/DatePicker/index.js +30 -15
  24. package/DatePicker/index.mjs +31 -16
  25. package/DateRangePicker/index.js +30 -15
  26. package/DateRangePicker/index.mjs +30 -15
  27. package/Drawer/index.js +21 -21
  28. package/Drawer/index.mjs +21 -21
  29. package/DropdownButton/index.js +13 -13
  30. package/DropdownButton/index.mjs +13 -13
  31. package/EmptyStateCard/index.js +8 -8
  32. package/EmptyStateCard/index.mjs +8 -8
  33. package/FocusedProductLayout/index.js +23 -23
  34. package/FocusedProductLayout/index.mjs +23 -23
  35. package/ForgeLayout/index.js +44 -44
  36. package/ForgeLayout/index.mjs +44 -44
  37. package/FormLayout/index.js +5 -5
  38. package/FormLayout/index.mjs +5 -5
  39. package/HorizontalGrid/index.js +1 -1
  40. package/HorizontalGrid/index.mjs +1 -1
  41. package/HorizontalStack/index.js +1 -1
  42. package/HorizontalStack/index.mjs +1 -1
  43. package/Icon/index.js +1 -1
  44. package/Icon/index.mjs +1 -1
  45. package/IconButton/index.js +13 -13
  46. package/IconButton/index.mjs +13 -13
  47. package/InputField/index.js +1 -1
  48. package/InputField/index.mjs +1 -1
  49. package/KebabButton/index.js +1 -1
  50. package/KebabButton/index.mjs +1 -1
  51. package/Menu/index.js +1 -1
  52. package/Menu/index.mjs +1 -1
  53. package/Modal/index.js +23 -23
  54. package/Modal/index.mjs +23 -23
  55. package/MultiSelect/index.js +60 -54
  56. package/MultiSelect/index.mjs +51 -45
  57. package/NexusLayout/index.js +33 -33
  58. package/NexusLayout/index.mjs +33 -33
  59. package/Notification/Notification.d.ts.map +1 -1
  60. package/Notification/index.js +1 -1
  61. package/Notification/index.mjs +1 -1
  62. package/Pagination/index.js +8 -8
  63. package/Pagination/index.mjs +8 -8
  64. package/PillGroup/index.js +1 -1
  65. package/PillGroup/index.mjs +1 -1
  66. package/ProductLayout/index.js +26 -26
  67. package/ProductLayout/index.mjs +26 -26
  68. package/Provider/index.js +2 -2
  69. package/Provider/index.mjs +2 -2
  70. package/RadioButtonGroup/index.js +9 -9
  71. package/RadioButtonGroup/index.mjs +9 -9
  72. package/RadioGroup/index.js +1 -1
  73. package/RadioGroup/index.mjs +1 -1
  74. package/RangeCalendar/index.js +1 -1
  75. package/RangeCalendar/index.mjs +1 -1
  76. package/SearchNav/index.js +29 -29
  77. package/SearchNav/index.mjs +29 -29
  78. package/SectionCard/index.js +7 -7
  79. package/SectionCard/index.mjs +7 -7
  80. package/Select/index.js +5 -5
  81. package/Select/index.mjs +5 -5
  82. package/SelectorErrorTooltip/index.js +1 -1
  83. package/SelectorErrorTooltip/index.mjs +1 -1
  84. package/Spinner/index.js +1 -1
  85. package/Spinner/index.mjs +1 -1
  86. package/SplitToggleCard/index.js +4 -4
  87. package/SplitToggleCard/index.mjs +4 -4
  88. package/Stepper/index.js +1 -1
  89. package/Stepper/index.mjs +1 -1
  90. package/TabNav/index.js +1 -1
  91. package/TabNav/index.mjs +1 -1
  92. package/TabPanels/index.js +16 -12
  93. package/TabPanels/index.mjs +16 -12
  94. package/Tabs/index.js +1 -1
  95. package/Tabs/index.mjs +1 -1
  96. package/Text/index.js +1 -1
  97. package/Text/index.mjs +1 -1
  98. package/TextField/index.js +1 -1
  99. package/TextField/index.mjs +1 -1
  100. package/Textarea/index.js +1 -1
  101. package/Textarea/index.mjs +1 -1
  102. package/Toggle/index.js +1 -1
  103. package/Toggle/index.mjs +1 -1
  104. package/ToggleCard/index.js +2 -2
  105. package/ToggleCard/index.mjs +2 -2
  106. package/Tooltip/index.js +1 -1
  107. package/Tooltip/index.mjs +1 -1
  108. package/UnstyledButton/index.js +1 -1
  109. package/UnstyledButton/index.mjs +1 -1
  110. package/VerticalNav/index.js +29 -29
  111. package/VerticalNav/index.mjs +29 -29
  112. package/VerticalStack/index.js +1 -1
  113. package/VerticalStack/index.mjs +1 -1
  114. package/__chunks__/{Button-D3HH6Cop.js → Button-DHFTdAxF.js} +19 -19
  115. package/__chunks__/{Button-DHEZ4A2s.mjs → Button-DhaXhFT-.mjs} +7 -10
  116. package/__chunks__/{Button-BoPQ-Fx9.js → Button-E5WMp4Zg.js} +7 -10
  117. package/__chunks__/{Button-BuHLa-_9.mjs → Button-besQ0j6a.mjs} +19 -19
  118. package/__chunks__/{Calendar-HLsBZpg5.js → Calendar-C5woWpfH.js} +2 -2
  119. package/__chunks__/{Calendar-CS3-UW6-.mjs → Calendar-p9rHaKwG.mjs} +2 -2
  120. package/__chunks__/{CalendarBase-BsJ1gLtC.js → CalendarBase-BUa-SUff.js} +30 -30
  121. package/__chunks__/{CalendarBase-DN4q1mxw.mjs → CalendarBase-mv9La5tR.mjs} +29 -29
  122. package/__chunks__/{Card-BL_e88zr.mjs → Card-DR2FXTv6.mjs} +12 -12
  123. package/__chunks__/{Card-CvXlsu1o.js → Card-DfhHosdD.js} +12 -12
  124. package/__chunks__/{Checkbox-D0xwliOU.mjs → Checkbox-B7qn8pJg.mjs} +25 -25
  125. package/__chunks__/{Checkbox-BbmNbbNQ.js → Checkbox-BtIjmaiX.js} +25 -25
  126. package/__chunks__/{CodeSnippet-CpLud0B6.js → CodeSnippet-Cp3glUO1.js} +2 -2
  127. package/__chunks__/{CodeSnippet-vJa_F29X.mjs → CodeSnippet-Di6gtbdh.mjs} +2 -2
  128. package/__chunks__/{DatePickerBase-D4ciyYti.js → DatePickerBase-D4UJlvkz.js} +143 -60
  129. package/__chunks__/{DatePickerBase-DmqKEP5k.mjs → DatePickerBase-nYyQbAs_.mjs} +140 -57
  130. package/__chunks__/{Dialog-CuqmbMC4.js → Dialog-Bn6AgWyj.js} +69 -23
  131. package/__chunks__/{Dialog-D9aIj4DH.mjs → Dialog-CpCJycIv.mjs} +70 -24
  132. package/__chunks__/{FocusScope-Djtxzznf.js → FocusScope-CL3-fUEU.js} +216 -53
  133. package/__chunks__/{FocusScope-CUJV-jWH.mjs → FocusScope-Dg66t-dG.mjs} +208 -45
  134. package/__chunks__/{HelpMenu-4kIhlSTd.mjs → HelpMenu-CLhpjJ6h.mjs} +7 -7
  135. package/__chunks__/{HelpMenu-BG-6BlVd.js → HelpMenu-DyhpQPI8.js} +7 -7
  136. package/__chunks__/{HorizontalGrid-Caa2bBkn.mjs → HorizontalGrid-7r8FL1aY.mjs} +1 -1
  137. package/__chunks__/{HorizontalGrid-CAxzLBcy.js → HorizontalGrid-CNc8k_zD.js} +1 -1
  138. package/__chunks__/{HorizontalStack-Bsl5R02e.mjs → HorizontalStack-8RcZ4huI.mjs} +1 -1
  139. package/__chunks__/{HorizontalStack-DH_u-Fl7.js → HorizontalStack-BpcS3ASr.js} +1 -1
  140. package/__chunks__/{Icon-DL_gGk21.mjs → Icon-Dj1ar_iv.mjs} +2 -2
  141. package/__chunks__/{Icon-BLHQN7Np.js → Icon-lRxgQUlF.js} +2 -2
  142. package/__chunks__/{InputCaption-CPAw7fJI.mjs → InputCaption-Dh_ynOSC.mjs} +2 -2
  143. package/__chunks__/{InputCaption-OV5VGKWq.js → InputCaption-uusWFQO6.js} +2 -2
  144. package/__chunks__/{InputField-B_3YmU4B.mjs → InputField-Cc1uBSYb.mjs} +7 -7
  145. package/__chunks__/{InputField-ChgMqvwU.js → InputField-HW--yCbl.js} +7 -7
  146. package/__chunks__/{InputIcon-COm6bQef.mjs → InputIcon-C1dofAnd.mjs} +31 -31
  147. package/__chunks__/{InputIcon-BXS9Y8rn.js → InputIcon-cFcmXohD.js} +31 -31
  148. package/__chunks__/{KebabButton-DO9OIb2W.js → KebabButton-AUlp_RzU.js} +5 -5
  149. package/__chunks__/{KebabButton-BRGCIPIv.mjs → KebabButton-BTDy4F9A.mjs} +5 -5
  150. package/__chunks__/{Menu-BYCSuuaR.mjs → Menu-CQghk0Xm.mjs} +44 -30
  151. package/__chunks__/{Menu-DzWdkzK8.js → Menu-CqzvIQht.js} +44 -30
  152. package/__chunks__/{Notification-D2fe-Xxz.js → Notification-C5yNqG6B.js} +707 -731
  153. package/__chunks__/{Notification-BKVkpmTz.mjs → Notification-j6oXMj8T.mjs} +706 -730
  154. package/__chunks__/{Overlay-zuiAML3I.mjs → Overlay-BtkNBEyr.mjs} +4 -4
  155. package/__chunks__/{Overlay-CwJbrICR.js → Overlay-CwRnK9dm.js} +4 -4
  156. package/__chunks__/{PillGroup-9OjxsTMP.mjs → PillGroup-DoUZjoCh.mjs} +109 -68
  157. package/__chunks__/{PillGroup-CHPsa3VB.js → PillGroup-Dv0EvyfJ.js} +109 -68
  158. package/__chunks__/{RadioGroup-DV7xIP19.mjs → RadioGroup-6LaX18PH.mjs} +28 -26
  159. package/__chunks__/{RadioGroup-BulGTLfR.js → RadioGroup-DhkWNcLj.js} +28 -26
  160. package/__chunks__/{RangeCalendar-jktYfFqj.js → RangeCalendar-BiJUNPv-.js} +3 -3
  161. package/__chunks__/{RangeCalendar-CwDjqHGQ.mjs → RangeCalendar-DET0Ai4u.mjs} +3 -3
  162. package/__chunks__/{SelectOverlay-HjVuurPc.js → SelectOverlay-Cb0n9TrH.js} +34 -34
  163. package/__chunks__/{SelectOverlay-6pBMMSgG.mjs → SelectOverlay-CyK3RTnF.mjs} +34 -34
  164. package/__chunks__/{SelectionManager-DCO_d3m1.mjs → SelectionManager-my6312qq.mjs} +6 -0
  165. package/__chunks__/{SelectionManager-DuX6geJg.js → SelectionManager-px2R7S_e.js} +6 -0
  166. package/__chunks__/{SelectorErrorTooltip-BWn16OXi.js → SelectorErrorTooltip-Dgl_s5PI.js} +4 -4
  167. package/__chunks__/{SelectorErrorTooltip-B4k8RWP0.mjs → SelectorErrorTooltip-ixjoIXDZ.mjs} +4 -4
  168. package/__chunks__/{Spinner-vUeXdpkO.js → Spinner-C0O2rv-c.js} +7 -7
  169. package/__chunks__/{Spinner-CNPgXjAf.mjs → Spinner-_rvpJRN-.mjs} +7 -7
  170. package/__chunks__/{Stepper-sqTqQ9uL.js → Stepper-BO0O4mnN.js} +28 -28
  171. package/__chunks__/{Stepper-CAscDgRy.mjs → Stepper-Bn1VUxUa.mjs} +28 -28
  172. package/__chunks__/{TabNav-C1qCKmy4.mjs → TabNav-Bicd788A.mjs} +1 -1
  173. package/__chunks__/{TabNav-ByxN1m64.js → TabNav-DoPWkRzq.js} +1 -1
  174. package/__chunks__/{Tabs-DNN1AXwm.js → Tabs-CcQ1UKFN.js} +20 -20
  175. package/__chunks__/{Tabs-CKqKdgkN.mjs → Tabs-CtdBEP39.mjs} +20 -20
  176. package/__chunks__/{Text-CFmLMgB7.js → Text-BMoA0yMR.js} +40 -40
  177. package/__chunks__/{Text-BPOoDg5O.mjs → Text-Bx5xQvLg.mjs} +40 -40
  178. package/__chunks__/{TextField-CtAwsnQG.mjs → TextField-3cY3nKBn.mjs} +1 -1
  179. package/__chunks__/{TextField-CES6ydsj.js → TextField-Bi1S8cvA.js} +1 -1
  180. package/__chunks__/{Toggle-D5VRzeJU.js → Toggle-8B3f76vx.js} +15 -15
  181. package/__chunks__/{Toggle-qwyZuSZH.mjs → Toggle-BVf2PQk2.mjs} +15 -15
  182. package/__chunks__/{Tooltip-CYDWD3VB.js → Tooltip-7XwvrZnA.js} +17 -16
  183. package/__chunks__/{Tooltip-BAKQ9mVy.mjs → Tooltip-BEhsOxJe.mjs} +17 -16
  184. package/__chunks__/{UnstyledButton-yd6ZL2Yi.js → UnstyledButton-BNciIRwZ.js} +3 -3
  185. package/__chunks__/{UnstyledButton-D_DzFe67.mjs → UnstyledButton-aKk2POM3.mjs} +3 -3
  186. package/__chunks__/{VerticalStack-BkGZvd41.mjs → VerticalStack-7ngWLZ9D.mjs} +3 -3
  187. package/__chunks__/{VerticalStack-B7ytb3Iu.js → VerticalStack-8rmfIYQv.js} +3 -3
  188. package/__chunks__/{VisuallyHidden-cQCgS6_a.mjs → VisuallyHidden-BW8z0u63.mjs} +2 -2
  189. package/__chunks__/{VisuallyHidden-DcUrMWfu.js → VisuallyHidden-CxznJ2eH.js} +2 -2
  190. package/__chunks__/{ariaHideOutside-CvJKAP9c.mjs → ariaHideOutside-BWTlv_g_.mjs} +26 -11
  191. package/__chunks__/{ariaHideOutside-DkYn-eBq.js → ariaHideOutside-CCOx7fIt.js} +27 -12
  192. package/__chunks__/{context-CYcq9Zvo.js → context-B-dkBtcD.js} +1 -54
  193. package/__chunks__/{context-D3NeXov7.js → context-BQfsEeih.js} +1 -1
  194. package/__chunks__/{context-BZCcafjG.mjs → context-BZH2zfKM.mjs} +1 -1
  195. package/__chunks__/{context-EpOG85wC.mjs → context-ClcSNaYl.mjs} +3 -56
  196. package/__chunks__/focusSafely-DLX4i5KV.js +15 -0
  197. package/__chunks__/focusSafely-MpYXzuLP.mjs +16 -0
  198. package/__chunks__/index-6ObXAT_4.js +147 -0
  199. package/__chunks__/index-DOQwYO8h.mjs +148 -0
  200. package/__chunks__/{mergeProps-DniMwM6P.js → mergeProps-6pKCnMWU.js} +21 -19
  201. package/__chunks__/{mergeProps-DSi85raC.mjs → mergeProps-C4OYS8Nd.mjs} +26 -24
  202. package/__chunks__/{scrollIntoView-wURtlgJt.mjs → scrollIntoView-1v0vfaIN.mjs} +1 -1
  203. package/__chunks__/{scrollIntoView-BN4yt25y.js → scrollIntoView-CzFYIYQT.js} +1 -1
  204. package/__chunks__/{useButton-CdgRb7pd.mjs → useButton-B8EwIeGA.mjs} +5 -5
  205. package/__chunks__/{useButton-B_VJe1i5.js → useButton-BUzZ-5VB.js} +5 -5
  206. package/__chunks__/{useCollator-B-keb3wA.mjs → useCollator-CYCg6wMz.mjs} +1 -1
  207. package/__chunks__/{useCollator-DGrSWVh4.js → useCollator-DpGidudE.js} +1 -1
  208. package/__chunks__/{useDialog-DJ-g6m8Y.js → useDialog-BkTg_V3k.js} +5 -5
  209. package/__chunks__/{useDialog-Bxep5NaV.mjs → useDialog-mJmFmECS.mjs} +5 -5
  210. package/__chunks__/{useEdgeInterceptors-Dr0sj9Ly.js → useEdgeInterceptors-BTw8xzQs.js} +5 -5
  211. package/__chunks__/{useEdgeInterceptors-WqF_YygM.mjs → useEdgeInterceptors-DtSwXFEP.mjs} +5 -5
  212. package/__chunks__/{useEvent-B0fsKtsf.mjs → useEvent-DUet8f_n.mjs} +1 -1
  213. package/__chunks__/{useEvent-DY7dR7Mi.js → useEvent-DiEr5shV.js} +1 -1
  214. package/__chunks__/{useField-B6VplZ_n.mjs → useField-CQfJ37Nt.mjs} +2 -2
  215. package/__chunks__/{useField-BJW_bXVD.js → useField-MeTEdBhD.js} +2 -2
  216. package/__chunks__/{useFilter-D-K0Oj-7.mjs → useFilter-D3MAuO1e.mjs} +1 -1
  217. package/__chunks__/{useFilter-DpnZ54nd.js → useFilter-DUqh08RA.js} +1 -1
  218. package/__chunks__/{useFocus-lnK5BCt2.mjs → useFocus-BR2JUcSC.mjs} +3 -3
  219. package/__chunks__/{useFocus-l6ZlVMHW.js → useFocus-CMM1E_s1.js} +5 -5
  220. package/__chunks__/{useFocusRing-f5StfjhA.js → useFocusRing-BTr2SNa0.js} +3 -3
  221. package/__chunks__/{useFocusRing-KIEn23AD.mjs → useFocusRing-BbxvDonI.mjs} +3 -3
  222. package/__chunks__/{useFocusVisible-CiIrKjuz.js → useFocusVisible-DFYEx6se.js} +18 -107
  223. package/__chunks__/{useFocusVisible-Bb3k4_O_.mjs → useFocusVisible-D_XXcaLm.mjs} +11 -100
  224. package/__chunks__/useFocusWithin-B1KKdipT.js +69 -0
  225. package/__chunks__/useFocusWithin-DMidhx8C.mjs +70 -0
  226. package/__chunks__/{useFocusable-BQyiwtXU.js → useFocusable-6aWd3xB2.js} +15 -12
  227. package/__chunks__/{useFocusable-DxcU91xN.mjs → useFocusable-BQyiLqbY.mjs} +16 -13
  228. package/__chunks__/{useFormReset-DA1Lwdha.mjs → useFormReset-DwIsbrAk.mjs} +1 -1
  229. package/__chunks__/{useFormReset-Bgj93eR3.js → useFormReset-Ja1aibwy.js} +1 -1
  230. package/__chunks__/{useFormValidation-BeqiYVJN.js → useFormValidation-BqUyj3MW.js} +2 -2
  231. package/__chunks__/{useFormValidation-CCe1AoIX.mjs → useFormValidation-SckXeoUZ.mjs} +2 -2
  232. package/__chunks__/{useHasTabbableChild-DOO1szWv.mjs → useHasTabbableChild-BkKbzCwx.mjs} +2 -2
  233. package/__chunks__/{useHasTabbableChild-CepF5tQS.js → useHasTabbableChild-OzJPDs7u.js} +2 -2
  234. package/__chunks__/{useHighlightSelectionDescription-B_YjQEPD.mjs → useHighlightSelectionDescription-C3ZHe657.mjs} +16 -7
  235. package/__chunks__/{useHighlightSelectionDescription-nSfKxNPA.js → useHighlightSelectionDescription-DDHTMZiR.js} +16 -7
  236. package/__chunks__/{useHover-BOYR4wqI.mjs → useHover-DpEGMvo6.mjs} +13 -3
  237. package/__chunks__/{useHover-BIKwjrCT.js → useHover-NuBBFo1D.js} +13 -3
  238. package/__chunks__/{useLabel-D37VV43W.mjs → useLabel-B3S3Miea.mjs} +2 -2
  239. package/__chunks__/{useLabel-t-N6anB8.js → useLabel-DVLShpAi.js} +2 -2
  240. package/__chunks__/{useLabels-5f58TiCH.mjs → useLabels-ClfID0sX.mjs} +1 -1
  241. package/__chunks__/{useLabels-KmwewLTv.js → useLabels-DrIYrapv.js} +1 -1
  242. package/__chunks__/{useLink-CQhl3ZGL.js → useLink-DyvPn11c.js} +4 -4
  243. package/__chunks__/{useLink-BGK9UEQW.mjs → useLink-WThPkjA2.mjs} +4 -4
  244. package/__chunks__/{useListBoxSection-Dl15OiHe.mjs → useListBoxSection-8W_ApdBB.mjs} +10 -10
  245. package/__chunks__/{useListBoxSection-TdoNdwIM.js → useListBoxSection-rWvzEd35.js} +11 -11
  246. package/__chunks__/{useListState-I5rva0Fq.js → useListState-CKHwm7j_.js} +27 -12
  247. package/__chunks__/{useListState-AFrlkW73.mjs → useListState-DqBHV23A.mjs} +28 -13
  248. package/__chunks__/{useLocalizedStringFormatter-BHXy3Wtu.mjs → useLocalizedStringFormatter-BhtDVRd3.mjs} +1 -1
  249. package/__chunks__/{useLocalizedStringFormatter-CaF1VsOH.js → useLocalizedStringFormatter-C3ZwxPrF.js} +1 -1
  250. package/__chunks__/{useMenuTrigger-DhSBxWW5.js → useMenuTrigger-BVkF1AqM.js} +9 -5
  251. package/__chunks__/{useMenuTrigger-DDKy3dcp.mjs → useMenuTrigger-D1J5fKGN.mjs} +9 -5
  252. package/__chunks__/{useMenuTriggerState-BJJ3WdLH.mjs → useMenuTriggerState-BtbgVHYJ.mjs} +1 -1
  253. package/__chunks__/{useMenuTriggerState-DTZmPbSP.js → useMenuTriggerState-Skj7UUPq.js} +1 -1
  254. package/__chunks__/{useModalOverlay-BeCxNyVY.mjs → useModalOverlay-USYfWlZ0.mjs} +3 -3
  255. package/__chunks__/{useModalOverlay-gSHY_FAb.js → useModalOverlay-VZIDHsXZ.js} +3 -3
  256. package/__chunks__/{useOverlayPosition-DJGEWKwM.js → useOverlayPosition-4b_rkosH.js} +5 -5
  257. package/__chunks__/{useOverlayPosition-CTTQ0gZN.mjs → useOverlayPosition-vVuqBjvk.mjs} +4 -4
  258. package/__chunks__/{useOverlayTrigger-BvP35sYf.mjs → useOverlayTrigger-C_ezbQv8.mjs} +2 -2
  259. package/__chunks__/{useOverlayTrigger-CiUR_pLO.js → useOverlayTrigger-Df2Gw0ns.js} +2 -2
  260. package/__chunks__/{usePress-DTGD4Sub.js → usePress-BkfhIu8i.js} +92 -124
  261. package/__chunks__/{usePress-CqfuY_T7.mjs → usePress-CMfwAyab.mjs} +77 -109
  262. package/__chunks__/{useSelectableItem-DeFiKyU1.mjs → useSelectableItem-DR0zbOkr.mjs} +122 -55
  263. package/__chunks__/{useSelectableItem-BEkjpB_K.js → useSelectableItem-DyTPlPnm.js} +123 -56
  264. package/__chunks__/{useSelectableList-Dk3TxzYJ.js → useSelectableList-CORVRfbM.js} +4 -4
  265. package/__chunks__/{useSelectableList-DPJUwWwV.mjs → useSelectableList-CPXWkbh2.mjs} +4 -4
  266. package/__chunks__/{useSingleSelectListState-DuCUY6dR.mjs → useSingleSelectListState-61RqBjo5.mjs} +1 -1
  267. package/__chunks__/{useSingleSelectListState-5RB1w9vv.js → useSingleSelectListState-IrBbHxlA.js} +1 -1
  268. package/__chunks__/{useTextField-CspDdKaL.mjs → useTextField-BMdTAdta.mjs} +9 -8
  269. package/__chunks__/{useTextField-DM-ZTn9j.js → useTextField-CLVShmFK.js} +10 -9
  270. package/__chunks__/{useToggle-Cu5EqIJD.js → useToggle-ARrVy-Wa.js} +9 -7
  271. package/__chunks__/{useToggle-CbrJW7jr.mjs → useToggle-XRd89s8O.mjs} +9 -7
  272. package/__chunks__/{useTreeState-D6aHf9kN.js → useTreeState-DrWJoIPU.js} +1 -1
  273. package/__chunks__/{useTreeState-w_raYfy2.mjs → useTreeState-DtfZCGLY.mjs} +1 -1
  274. package/__chunks__/{useUpdateEffect-CssYIsWI.js → useUpdateEffect-BII0W8Ne.js} +2 -1
  275. package/__chunks__/{useUpdateEffect-BLgGnNgL.mjs → useUpdateEffect-C9amKlvd.mjs} +2 -1
  276. package/__chunks__/{utilities-DIZYscJV.js → utilities-1DzM5WE1.js} +21 -16
  277. package/__chunks__/{utilities-CczOI9Hn.mjs → utilities-9S1EwfZA.mjs} +21 -16
  278. package/__chunks__/{utils-BlKqJM2_.js → utils-CY9C69XV.js} +8 -7
  279. package/__chunks__/utils-DTjlhnVc.js +383 -0
  280. package/__chunks__/{utils-BIfsWYLR.mjs → utils-VVmFE3B0.mjs} +8 -7
  281. package/__chunks__/utils-_T25xnBK.mjs +385 -0
  282. package/package.json +9 -9
  283. package/style.css +1072 -1072
  284. package/styles/_scrollbars.scss +8 -8
  285. package/styles/_token-helpers.scss +0 -9
  286. package/styles/global.scss +1 -1
  287. package/__chunks__/focusSafely-CCOEuEpK.mjs +0 -15
  288. package/__chunks__/focusSafely-wmTq_iKq.js +0 -14
  289. package/__chunks__/index-CTw89HMx.js +0 -198
  290. package/__chunks__/index-DCSYt1ke.mjs +0 -199
  291. package/__chunks__/isVirtualEvent-B_Z4yzgm.mjs +0 -75
  292. package/__chunks__/isVirtualEvent-C-tB2MCl.js +0 -74
  293. package/__chunks__/useFocusWithin-BGNdxo9d.mjs +0 -48
  294. package/__chunks__/useFocusWithin-C-45XiL1.js +0 -47
@@ -30,9 +30,9 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
- const mergeProps = require("./mergeProps-DniMwM6P.js");
33
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
34
34
  const React = require("react");
35
- const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
35
+ const useFocusWithin = require("./useFocusWithin-B1KKdipT.js");
36
36
  const $5c3e21d68f1c4674$var$styles = {
37
37
  border: 0,
38
38
  clip: "rect(0 0 0 0)",
@@ -14,11 +14,11 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import { b as $9bf71ea28793e738$export$1258395f99bf9cbf } from "./FocusScope-CUJV-jWH.mjs";
17
+ import { b as $9bf71ea28793e738$export$1258395f99bf9cbf } from "./FocusScope-Dg66t-dG.mjs";
18
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-DMidhx8C.mjs";
19
+ import { a as $431fbd86ca7dc216$export$b204af158042fbac, r as $c87311424ea30a05$export$fedb369cb70207f1 } from "./utils-_T25xnBK.mjs";
20
+ import { b as $8ae05eaa5c114e9c$export$7f54fc3180508a52, e as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-C4OYS8Nd.mjs";
18
21
  import { useRef, useEffect } from "react";
19
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BGNdxo9d.mjs";
20
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac, g as $c87311424ea30a05$export$fedb369cb70207f1 } from "./isVirtualEvent-B_Z4yzgm.mjs";
21
- import { a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-DSi85raC.mjs";
22
22
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "./getScrollParent-B5CCP-yO.mjs";
23
23
  function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
24
24
  let { ref, onInteractOutside, isDisabled, onInteractOutsideStart } = props;
@@ -87,17 +87,20 @@ function $e0b6e0b68ec7f50f$var$isValidEvent(event, ref) {
87
87
  if (!ownerDocument || !ownerDocument.documentElement.contains(event.target)) return false;
88
88
  if (event.target.closest("[data-react-aria-top-layer]")) return false;
89
89
  }
90
- return ref.current && !ref.current.contains(event.target);
90
+ if (!ref.current) return false;
91
+ return !event.composedPath().includes(ref.current);
91
92
  }
92
93
  const $a11501f3d1d39e6c$var$visibleOverlays = [];
93
94
  function $a11501f3d1d39e6c$export$ea8f71083e90600f(props, ref) {
94
95
  let { onClose, shouldCloseOnBlur, isOpen, isDismissable = false, isKeyboardDismissDisabled = false, shouldCloseOnInteractOutside } = props;
95
96
  useEffect(() => {
96
- if (isOpen) $a11501f3d1d39e6c$var$visibleOverlays.push(ref);
97
- return () => {
98
- let index = $a11501f3d1d39e6c$var$visibleOverlays.indexOf(ref);
99
- if (index >= 0) $a11501f3d1d39e6c$var$visibleOverlays.splice(index, 1);
100
- };
97
+ if (isOpen && !$a11501f3d1d39e6c$var$visibleOverlays.includes(ref)) {
98
+ $a11501f3d1d39e6c$var$visibleOverlays.push(ref);
99
+ return () => {
100
+ let index = $a11501f3d1d39e6c$var$visibleOverlays.indexOf(ref);
101
+ if (index >= 0) $a11501f3d1d39e6c$var$visibleOverlays.splice(index, 1);
102
+ };
103
+ }
101
104
  }, [
102
105
  isOpen,
103
106
  ref
@@ -343,6 +346,8 @@ function $5e3802645cc19319$export$1c3ebcada18427bf(targets, root = document.body
343
346
  subtree: true
344
347
  });
345
348
  let observerWrapper = {
349
+ visibleNodes,
350
+ hiddenNodes,
346
351
  observe() {
347
352
  observer.observe(root, {
348
353
  childList: true,
@@ -370,8 +375,18 @@ function $5e3802645cc19319$export$1c3ebcada18427bf(targets, root = document.body
370
375
  } else $5e3802645cc19319$var$observerStack.splice($5e3802645cc19319$var$observerStack.indexOf(observerWrapper), 1);
371
376
  };
372
377
  }
378
+ function $5e3802645cc19319$export$1020fa7f77e17884(element) {
379
+ let observer = $5e3802645cc19319$var$observerStack[$5e3802645cc19319$var$observerStack.length - 1];
380
+ if (observer && !observer.visibleNodes.has(element)) {
381
+ observer.visibleNodes.add(element);
382
+ return () => {
383
+ observer.visibleNodes.delete(element);
384
+ };
385
+ }
386
+ }
373
387
  export {
374
388
  $a11501f3d1d39e6c$export$ea8f71083e90600f as $,
375
389
  $49c51c25361d4cd2$export$ee0f7cc6afcd1c18 as a,
376
- $5e3802645cc19319$export$1c3ebcada18427bf as b
390
+ $5e3802645cc19319$export$1c3ebcada18427bf as b,
391
+ $5e3802645cc19319$export$1020fa7f77e17884 as c
377
392
  };
@@ -15,11 +15,11 @@ var __spreadValues = (a, b) => {
15
15
  }
16
16
  return a;
17
17
  };
18
- const FocusScope = require("./FocusScope-Djtxzznf.js");
18
+ const FocusScope = require("./FocusScope-CL3-fUEU.js");
19
+ const useFocusWithin = require("./useFocusWithin-B1KKdipT.js");
20
+ const utils = require("./utils-DTjlhnVc.js");
21
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
19
22
  const React = require("react");
20
- const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
21
- const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
22
- const mergeProps = require("./mergeProps-DniMwM6P.js");
23
23
  const getScrollParent = require("./getScrollParent-DNz2ReWu.js");
24
24
  function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
25
25
  let { ref, onInteractOutside, isDisabled, onInteractOutsideStart } = props;
@@ -40,7 +40,7 @@ function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
40
40
  let state = stateRef.current;
41
41
  if (isDisabled) return;
42
42
  const element = ref.current;
43
- const documentObject = isVirtualEvent.$431fbd86ca7dc216$export$b204af158042fbac(element);
43
+ const documentObject = utils.$431fbd86ca7dc216$export$b204af158042fbac(element);
44
44
  if (typeof PointerEvent !== "undefined") {
45
45
  let onPointerUp = (e) => {
46
46
  if (state.isPointerDown && $e0b6e0b68ec7f50f$var$isValidEvent(e, ref)) triggerInteractOutside(e);
@@ -88,17 +88,20 @@ function $e0b6e0b68ec7f50f$var$isValidEvent(event, ref) {
88
88
  if (!ownerDocument || !ownerDocument.documentElement.contains(event.target)) return false;
89
89
  if (event.target.closest("[data-react-aria-top-layer]")) return false;
90
90
  }
91
- return ref.current && !ref.current.contains(event.target);
91
+ if (!ref.current) return false;
92
+ return !event.composedPath().includes(ref.current);
92
93
  }
93
94
  const $a11501f3d1d39e6c$var$visibleOverlays = [];
94
95
  function $a11501f3d1d39e6c$export$ea8f71083e90600f(props, ref) {
95
96
  let { onClose, shouldCloseOnBlur, isOpen, isDismissable = false, isKeyboardDismissDisabled = false, shouldCloseOnInteractOutside } = props;
96
97
  React.useEffect(() => {
97
- if (isOpen) $a11501f3d1d39e6c$var$visibleOverlays.push(ref);
98
- return () => {
99
- let index = $a11501f3d1d39e6c$var$visibleOverlays.indexOf(ref);
100
- if (index >= 0) $a11501f3d1d39e6c$var$visibleOverlays.splice(index, 1);
101
- };
98
+ if (isOpen && !$a11501f3d1d39e6c$var$visibleOverlays.includes(ref)) {
99
+ $a11501f3d1d39e6c$var$visibleOverlays.push(ref);
100
+ return () => {
101
+ let index = $a11501f3d1d39e6c$var$visibleOverlays.indexOf(ref);
102
+ if (index >= 0) $a11501f3d1d39e6c$var$visibleOverlays.splice(index, 1);
103
+ };
104
+ }
102
105
  }, [
103
106
  isOpen,
104
107
  ref
@@ -174,7 +177,7 @@ function $49c51c25361d4cd2$export$ee0f7cc6afcd1c18(options = {}) {
174
177
  if (isDisabled) return;
175
178
  $49c51c25361d4cd2$var$preventScrollCount++;
176
179
  if ($49c51c25361d4cd2$var$preventScrollCount === 1) {
177
- if (isVirtualEvent.$c87311424ea30a05$export$fedb369cb70207f1()) $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollMobileSafari();
180
+ if (utils.$c87311424ea30a05$export$fedb369cb70207f1()) $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollMobileSafari();
178
181
  else $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollStandard();
179
182
  }
180
183
  return () => {
@@ -344,6 +347,8 @@ function $5e3802645cc19319$export$1c3ebcada18427bf(targets, root = document.body
344
347
  subtree: true
345
348
  });
346
349
  let observerWrapper = {
350
+ visibleNodes,
351
+ hiddenNodes,
347
352
  observe() {
348
353
  observer.observe(root, {
349
354
  childList: true,
@@ -371,6 +376,16 @@ function $5e3802645cc19319$export$1c3ebcada18427bf(targets, root = document.body
371
376
  } else $5e3802645cc19319$var$observerStack.splice($5e3802645cc19319$var$observerStack.indexOf(observerWrapper), 1);
372
377
  };
373
378
  }
379
+ function $5e3802645cc19319$export$1020fa7f77e17884(element) {
380
+ let observer = $5e3802645cc19319$var$observerStack[$5e3802645cc19319$var$observerStack.length - 1];
381
+ if (observer && !observer.visibleNodes.has(element)) {
382
+ observer.visibleNodes.add(element);
383
+ return () => {
384
+ observer.visibleNodes.delete(element);
385
+ };
386
+ }
387
+ }
374
388
  exports.$49c51c25361d4cd2$export$ee0f7cc6afcd1c18 = $49c51c25361d4cd2$export$ee0f7cc6afcd1c18;
389
+ exports.$5e3802645cc19319$export$1020fa7f77e17884 = $5e3802645cc19319$export$1020fa7f77e17884;
375
390
  exports.$5e3802645cc19319$export$1c3ebcada18427bf = $5e3802645cc19319$export$1c3ebcada18427bf;
376
391
  exports.$a11501f3d1d39e6c$export$ea8f71083e90600f = $a11501f3d1d39e6c$export$ea8f71083e90600f;
@@ -1,58 +1,6 @@
1
1
  "use strict";
2
- const mergeProps = require("./mergeProps-DniMwM6P.js");
2
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
3
3
  const React = require("react");
4
- function $7215afc6de606d6b$export$de79e2c695e052f3(element) {
5
- if ($7215afc6de606d6b$var$supportsPreventScroll()) element.focus({
6
- preventScroll: true
7
- });
8
- else {
9
- let scrollableElements = $7215afc6de606d6b$var$getScrollableElements(element);
10
- element.focus();
11
- $7215afc6de606d6b$var$restoreScrollPosition(scrollableElements);
12
- }
13
- }
14
- let $7215afc6de606d6b$var$supportsPreventScrollCached = null;
15
- function $7215afc6de606d6b$var$supportsPreventScroll() {
16
- if ($7215afc6de606d6b$var$supportsPreventScrollCached == null) {
17
- $7215afc6de606d6b$var$supportsPreventScrollCached = false;
18
- try {
19
- let focusElem = document.createElement("div");
20
- focusElem.focus({
21
- get preventScroll() {
22
- $7215afc6de606d6b$var$supportsPreventScrollCached = true;
23
- return true;
24
- }
25
- });
26
- } catch (e) {
27
- }
28
- }
29
- return $7215afc6de606d6b$var$supportsPreventScrollCached;
30
- }
31
- function $7215afc6de606d6b$var$getScrollableElements(element) {
32
- let parent = element.parentNode;
33
- let scrollableElements = [];
34
- let rootScrollingElement = document.scrollingElement || document.documentElement;
35
- while (parent instanceof HTMLElement && parent !== rootScrollingElement) {
36
- if (parent.offsetHeight < parent.scrollHeight || parent.offsetWidth < parent.scrollWidth) scrollableElements.push({
37
- element: parent,
38
- scrollTop: parent.scrollTop,
39
- scrollLeft: parent.scrollLeft
40
- });
41
- parent = parent.parentNode;
42
- }
43
- if (rootScrollingElement instanceof HTMLElement) scrollableElements.push({
44
- element: rootScrollingElement,
45
- scrollTop: rootScrollingElement.scrollTop,
46
- scrollLeft: rootScrollingElement.scrollLeft
47
- });
48
- return scrollableElements;
49
- }
50
- function $7215afc6de606d6b$var$restoreScrollPosition(scrollableElements) {
51
- for (let { element, scrollTop, scrollLeft } of scrollableElements) {
52
- element.scrollTop = scrollTop;
53
- element.scrollLeft = scrollLeft;
54
- }
55
- }
56
4
  let $bbed8b41f857bcc0$var$transitionsByElement = /* @__PURE__ */ new Map();
57
5
  let $bbed8b41f857bcc0$var$transitionCallbacks = /* @__PURE__ */ new Set();
58
6
  function $bbed8b41f857bcc0$var$setupGlobalEvents() {
@@ -114,7 +62,6 @@ const $ae1eeba8b9eafd08$export$5165eccb35aaadb5 = React.createContext({
114
62
  }
115
63
  });
116
64
  $ae1eeba8b9eafd08$export$5165eccb35aaadb5.displayName = "PressResponderContext";
117
- exports.$7215afc6de606d6b$export$de79e2c695e052f3 = $7215afc6de606d6b$export$de79e2c695e052f3;
118
65
  exports.$ae1eeba8b9eafd08$export$5165eccb35aaadb5 = $ae1eeba8b9eafd08$export$5165eccb35aaadb5;
119
66
  exports.$bbed8b41f857bcc0$export$24490316f764c430 = $bbed8b41f857bcc0$export$24490316f764c430;
120
67
  exports.$e7801be82b4b2a53$export$4debdb1a3f0fa79e = $e7801be82b4b2a53$export$4debdb1a3f0fa79e;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const React = require("react");
3
- const mergeProps = require("./mergeProps-DniMwM6P.js");
3
+ const mergeProps = require("./mergeProps-6pKCnMWU.js");
4
4
  const $148a7a147e38ea7f$var$RTL_SCRIPTS = /* @__PURE__ */ new Set([
5
5
  "Arab",
6
6
  "Syrc",
@@ -1,5 +1,5 @@
1
1
  import React__default, { useState, useEffect, useContext } from "react";
2
- import { e as $b5e257d569688ac6$export$535bd6ca7f90a273 } from "./mergeProps-DSi85raC.mjs";
2
+ import { a as $b5e257d569688ac6$export$535bd6ca7f90a273 } from "./mergeProps-C4OYS8Nd.mjs";
3
3
  const $148a7a147e38ea7f$var$RTL_SCRIPTS = /* @__PURE__ */ new Set([
4
4
  "Arab",
5
5
  "Syrc",
@@ -1,57 +1,5 @@
1
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DSi85raC.mjs";
1
+ import { e as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-C4OYS8Nd.mjs";
2
2
  import React__default from "react";
3
- function $7215afc6de606d6b$export$de79e2c695e052f3(element) {
4
- if ($7215afc6de606d6b$var$supportsPreventScroll()) element.focus({
5
- preventScroll: true
6
- });
7
- else {
8
- let scrollableElements = $7215afc6de606d6b$var$getScrollableElements(element);
9
- element.focus();
10
- $7215afc6de606d6b$var$restoreScrollPosition(scrollableElements);
11
- }
12
- }
13
- let $7215afc6de606d6b$var$supportsPreventScrollCached = null;
14
- function $7215afc6de606d6b$var$supportsPreventScroll() {
15
- if ($7215afc6de606d6b$var$supportsPreventScrollCached == null) {
16
- $7215afc6de606d6b$var$supportsPreventScrollCached = false;
17
- try {
18
- let focusElem = document.createElement("div");
19
- focusElem.focus({
20
- get preventScroll() {
21
- $7215afc6de606d6b$var$supportsPreventScrollCached = true;
22
- return true;
23
- }
24
- });
25
- } catch (e) {
26
- }
27
- }
28
- return $7215afc6de606d6b$var$supportsPreventScrollCached;
29
- }
30
- function $7215afc6de606d6b$var$getScrollableElements(element) {
31
- let parent = element.parentNode;
32
- let scrollableElements = [];
33
- let rootScrollingElement = document.scrollingElement || document.documentElement;
34
- while (parent instanceof HTMLElement && parent !== rootScrollingElement) {
35
- if (parent.offsetHeight < parent.scrollHeight || parent.offsetWidth < parent.scrollWidth) scrollableElements.push({
36
- element: parent,
37
- scrollTop: parent.scrollTop,
38
- scrollLeft: parent.scrollLeft
39
- });
40
- parent = parent.parentNode;
41
- }
42
- if (rootScrollingElement instanceof HTMLElement) scrollableElements.push({
43
- element: rootScrollingElement,
44
- scrollTop: rootScrollingElement.scrollTop,
45
- scrollLeft: rootScrollingElement.scrollLeft
46
- });
47
- return scrollableElements;
48
- }
49
- function $7215afc6de606d6b$var$restoreScrollPosition(scrollableElements) {
50
- for (let { element, scrollTop, scrollLeft } of scrollableElements) {
51
- element.scrollTop = scrollTop;
52
- element.scrollLeft = scrollLeft;
53
- }
54
- }
55
3
  let $bbed8b41f857bcc0$var$transitionsByElement = /* @__PURE__ */ new Map();
56
4
  let $bbed8b41f857bcc0$var$transitionCallbacks = /* @__PURE__ */ new Set();
57
5
  function $bbed8b41f857bcc0$var$setupGlobalEvents() {
@@ -115,7 +63,6 @@ const $ae1eeba8b9eafd08$export$5165eccb35aaadb5 = React__default.createContext({
115
63
  $ae1eeba8b9eafd08$export$5165eccb35aaadb5.displayName = "PressResponderContext";
116
64
  export {
117
65
  $bbed8b41f857bcc0$export$24490316f764c430 as $,
118
- $7215afc6de606d6b$export$de79e2c695e052f3 as a,
119
- $e7801be82b4b2a53$export$4debdb1a3f0fa79e as b,
120
- $ae1eeba8b9eafd08$export$5165eccb35aaadb5 as c
66
+ $e7801be82b4b2a53$export$4debdb1a3f0fa79e as a,
67
+ $ae1eeba8b9eafd08$export$5165eccb35aaadb5 as b
121
68
  };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ const useFocusVisible = require("./useFocusVisible-DFYEx6se.js");
3
+ const utils = require("./utils-DTjlhnVc.js");
4
+ const context = require("./context-B-dkBtcD.js");
5
+ function $3ad3f6e1647bc98d$export$80f3e147d781571c(element) {
6
+ const ownerDocument = utils.$431fbd86ca7dc216$export$b204af158042fbac(element);
7
+ const activeElement = utils.$d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument);
8
+ if (useFocusVisible.$507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
9
+ let lastFocusedElement = activeElement;
10
+ context.$bbed8b41f857bcc0$export$24490316f764c430(() => {
11
+ if (utils.$d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument) === lastFocusedElement && element.isConnected) utils.$7215afc6de606d6b$export$de79e2c695e052f3(element);
12
+ });
13
+ } else utils.$7215afc6de606d6b$export$de79e2c695e052f3(element);
14
+ }
15
+ exports.$3ad3f6e1647bc98d$export$80f3e147d781571c = $3ad3f6e1647bc98d$export$80f3e147d781571c;
@@ -0,0 +1,16 @@
1
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-D_XXcaLm.mjs";
2
+ import { a as $431fbd86ca7dc216$export$b204af158042fbac, c as $d4ee10de306f2510$export$cd4e5573fbe2b576, d as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./utils-_T25xnBK.mjs";
3
+ import { $ as $bbed8b41f857bcc0$export$24490316f764c430 } from "./context-ClcSNaYl.mjs";
4
+ function $3ad3f6e1647bc98d$export$80f3e147d781571c(element) {
5
+ const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(element);
6
+ const activeElement = $d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument);
7
+ if ($507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
8
+ let lastFocusedElement = activeElement;
9
+ $bbed8b41f857bcc0$export$24490316f764c430(() => {
10
+ if ($d4ee10de306f2510$export$cd4e5573fbe2b576(ownerDocument) === lastFocusedElement && element.isConnected) $7215afc6de606d6b$export$de79e2c695e052f3(element);
11
+ });
12
+ } else $7215afc6de606d6b$export$de79e2c695e052f3(element);
13
+ }
14
+ export {
15
+ $3ad3f6e1647bc98d$export$80f3e147d781571c as $
16
+ };
@@ -0,0 +1,147 @@
1
+ "use strict";
2
+ const React = require("react");
3
+ var shim = { exports: {} };
4
+ var useSyncExternalStoreShim_production = {};
5
+ /**
6
+ * @license React
7
+ * use-sync-external-store-shim.production.js
8
+ *
9
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */
14
+ var hasRequiredUseSyncExternalStoreShim_production;
15
+ function requireUseSyncExternalStoreShim_production() {
16
+ if (hasRequiredUseSyncExternalStoreShim_production) return useSyncExternalStoreShim_production;
17
+ hasRequiredUseSyncExternalStoreShim_production = 1;
18
+ var React$1 = React;
19
+ function is(x, y) {
20
+ return x === y && (0 !== x || 1 / x === 1 / y) || x !== x && y !== y;
21
+ }
22
+ var objectIs = "function" === typeof Object.is ? Object.is : is, useState = React$1.useState, useEffect = React$1.useEffect, useLayoutEffect = React$1.useLayoutEffect, useDebugValue = React$1.useDebugValue;
23
+ function useSyncExternalStore$2(subscribe, getSnapshot) {
24
+ var value = getSnapshot(), _useState = useState({ inst: { value, getSnapshot } }), inst = _useState[0].inst, forceUpdate = _useState[1];
25
+ useLayoutEffect(
26
+ function() {
27
+ inst.value = value;
28
+ inst.getSnapshot = getSnapshot;
29
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
30
+ },
31
+ [subscribe, value, getSnapshot]
32
+ );
33
+ useEffect(
34
+ function() {
35
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
36
+ return subscribe(function() {
37
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
38
+ });
39
+ },
40
+ [subscribe]
41
+ );
42
+ useDebugValue(value);
43
+ return value;
44
+ }
45
+ function checkIfSnapshotChanged(inst) {
46
+ var latestGetSnapshot = inst.getSnapshot;
47
+ inst = inst.value;
48
+ try {
49
+ var nextValue = latestGetSnapshot();
50
+ return !objectIs(inst, nextValue);
51
+ } catch (error) {
52
+ return true;
53
+ }
54
+ }
55
+ function useSyncExternalStore$1(subscribe, getSnapshot) {
56
+ return getSnapshot();
57
+ }
58
+ var shim2 = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? useSyncExternalStore$1 : useSyncExternalStore$2;
59
+ useSyncExternalStoreShim_production.useSyncExternalStore = void 0 !== React$1.useSyncExternalStore ? React$1.useSyncExternalStore : shim2;
60
+ return useSyncExternalStoreShim_production;
61
+ }
62
+ var useSyncExternalStoreShim_development = {};
63
+ /**
64
+ * @license React
65
+ * use-sync-external-store-shim.development.js
66
+ *
67
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
68
+ *
69
+ * This source code is licensed under the MIT license found in the
70
+ * LICENSE file in the root directory of this source tree.
71
+ */
72
+ var hasRequiredUseSyncExternalStoreShim_development;
73
+ function requireUseSyncExternalStoreShim_development() {
74
+ if (hasRequiredUseSyncExternalStoreShim_development) return useSyncExternalStoreShim_development;
75
+ hasRequiredUseSyncExternalStoreShim_development = 1;
76
+ "production" !== process.env.NODE_ENV && function() {
77
+ function is(x, y) {
78
+ return x === y && (0 !== x || 1 / x === 1 / y) || x !== x && y !== y;
79
+ }
80
+ function useSyncExternalStore$2(subscribe, getSnapshot) {
81
+ didWarnOld18Alpha || void 0 === React$1.startTransition || (didWarnOld18Alpha = true, console.error(
82
+ "You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
83
+ ));
84
+ var value = getSnapshot();
85
+ if (!didWarnUncachedGetSnapshot) {
86
+ var cachedValue = getSnapshot();
87
+ objectIs(value, cachedValue) || (console.error(
88
+ "The result of getSnapshot should be cached to avoid an infinite loop"
89
+ ), didWarnUncachedGetSnapshot = true);
90
+ }
91
+ cachedValue = useState({
92
+ inst: { value, getSnapshot }
93
+ });
94
+ var inst = cachedValue[0].inst, forceUpdate = cachedValue[1];
95
+ useLayoutEffect(
96
+ function() {
97
+ inst.value = value;
98
+ inst.getSnapshot = getSnapshot;
99
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
100
+ },
101
+ [subscribe, value, getSnapshot]
102
+ );
103
+ useEffect(
104
+ function() {
105
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
106
+ return subscribe(function() {
107
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
108
+ });
109
+ },
110
+ [subscribe]
111
+ );
112
+ useDebugValue(value);
113
+ return value;
114
+ }
115
+ function checkIfSnapshotChanged(inst) {
116
+ var latestGetSnapshot = inst.getSnapshot;
117
+ inst = inst.value;
118
+ try {
119
+ var nextValue = latestGetSnapshot();
120
+ return !objectIs(inst, nextValue);
121
+ } catch (error) {
122
+ return true;
123
+ }
124
+ }
125
+ function useSyncExternalStore$1(subscribe, getSnapshot) {
126
+ return getSnapshot();
127
+ }
128
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
129
+ var React$1 = React, objectIs = "function" === typeof Object.is ? Object.is : is, useState = React$1.useState, useEffect = React$1.useEffect, useLayoutEffect = React$1.useLayoutEffect, useDebugValue = React$1.useDebugValue, didWarnOld18Alpha = false, didWarnUncachedGetSnapshot = false, shim2 = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? useSyncExternalStore$1 : useSyncExternalStore$2;
130
+ useSyncExternalStoreShim_development.useSyncExternalStore = void 0 !== React$1.useSyncExternalStore ? React$1.useSyncExternalStore : shim2;
131
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
132
+ }();
133
+ return useSyncExternalStoreShim_development;
134
+ }
135
+ var hasRequiredShim;
136
+ function requireShim() {
137
+ if (hasRequiredShim) return shim.exports;
138
+ hasRequiredShim = 1;
139
+ if (process.env.NODE_ENV === "production") {
140
+ shim.exports = requireUseSyncExternalStoreShim_production();
141
+ } else {
142
+ shim.exports = requireUseSyncExternalStoreShim_development();
143
+ }
144
+ return shim.exports;
145
+ }
146
+ var shimExports = requireShim();
147
+ exports.shimExports = shimExports;
@@ -0,0 +1,148 @@
1
+ import React__default from "react";
2
+ var shim = { exports: {} };
3
+ var useSyncExternalStoreShim_production = {};
4
+ /**
5
+ * @license React
6
+ * use-sync-external-store-shim.production.js
7
+ *
8
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var hasRequiredUseSyncExternalStoreShim_production;
14
+ function requireUseSyncExternalStoreShim_production() {
15
+ if (hasRequiredUseSyncExternalStoreShim_production) return useSyncExternalStoreShim_production;
16
+ hasRequiredUseSyncExternalStoreShim_production = 1;
17
+ var React = React__default;
18
+ function is(x, y) {
19
+ return x === y && (0 !== x || 1 / x === 1 / y) || x !== x && y !== y;
20
+ }
21
+ var objectIs = "function" === typeof Object.is ? Object.is : is, useState = React.useState, useEffect = React.useEffect, useLayoutEffect = React.useLayoutEffect, useDebugValue = React.useDebugValue;
22
+ function useSyncExternalStore$2(subscribe, getSnapshot) {
23
+ var value = getSnapshot(), _useState = useState({ inst: { value, getSnapshot } }), inst = _useState[0].inst, forceUpdate = _useState[1];
24
+ useLayoutEffect(
25
+ function() {
26
+ inst.value = value;
27
+ inst.getSnapshot = getSnapshot;
28
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
29
+ },
30
+ [subscribe, value, getSnapshot]
31
+ );
32
+ useEffect(
33
+ function() {
34
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
35
+ return subscribe(function() {
36
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
37
+ });
38
+ },
39
+ [subscribe]
40
+ );
41
+ useDebugValue(value);
42
+ return value;
43
+ }
44
+ function checkIfSnapshotChanged(inst) {
45
+ var latestGetSnapshot = inst.getSnapshot;
46
+ inst = inst.value;
47
+ try {
48
+ var nextValue = latestGetSnapshot();
49
+ return !objectIs(inst, nextValue);
50
+ } catch (error) {
51
+ return true;
52
+ }
53
+ }
54
+ function useSyncExternalStore$1(subscribe, getSnapshot) {
55
+ return getSnapshot();
56
+ }
57
+ var shim2 = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? useSyncExternalStore$1 : useSyncExternalStore$2;
58
+ useSyncExternalStoreShim_production.useSyncExternalStore = void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim2;
59
+ return useSyncExternalStoreShim_production;
60
+ }
61
+ var useSyncExternalStoreShim_development = {};
62
+ /**
63
+ * @license React
64
+ * use-sync-external-store-shim.development.js
65
+ *
66
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
67
+ *
68
+ * This source code is licensed under the MIT license found in the
69
+ * LICENSE file in the root directory of this source tree.
70
+ */
71
+ var hasRequiredUseSyncExternalStoreShim_development;
72
+ function requireUseSyncExternalStoreShim_development() {
73
+ if (hasRequiredUseSyncExternalStoreShim_development) return useSyncExternalStoreShim_development;
74
+ hasRequiredUseSyncExternalStoreShim_development = 1;
75
+ "production" !== process.env.NODE_ENV && function() {
76
+ function is(x, y) {
77
+ return x === y && (0 !== x || 1 / x === 1 / y) || x !== x && y !== y;
78
+ }
79
+ function useSyncExternalStore$2(subscribe, getSnapshot) {
80
+ didWarnOld18Alpha || void 0 === React.startTransition || (didWarnOld18Alpha = true, console.error(
81
+ "You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."
82
+ ));
83
+ var value = getSnapshot();
84
+ if (!didWarnUncachedGetSnapshot) {
85
+ var cachedValue = getSnapshot();
86
+ objectIs(value, cachedValue) || (console.error(
87
+ "The result of getSnapshot should be cached to avoid an infinite loop"
88
+ ), didWarnUncachedGetSnapshot = true);
89
+ }
90
+ cachedValue = useState({
91
+ inst: { value, getSnapshot }
92
+ });
93
+ var inst = cachedValue[0].inst, forceUpdate = cachedValue[1];
94
+ useLayoutEffect(
95
+ function() {
96
+ inst.value = value;
97
+ inst.getSnapshot = getSnapshot;
98
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
99
+ },
100
+ [subscribe, value, getSnapshot]
101
+ );
102
+ useEffect(
103
+ function() {
104
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
105
+ return subscribe(function() {
106
+ checkIfSnapshotChanged(inst) && forceUpdate({ inst });
107
+ });
108
+ },
109
+ [subscribe]
110
+ );
111
+ useDebugValue(value);
112
+ return value;
113
+ }
114
+ function checkIfSnapshotChanged(inst) {
115
+ var latestGetSnapshot = inst.getSnapshot;
116
+ inst = inst.value;
117
+ try {
118
+ var nextValue = latestGetSnapshot();
119
+ return !objectIs(inst, nextValue);
120
+ } catch (error) {
121
+ return true;
122
+ }
123
+ }
124
+ function useSyncExternalStore$1(subscribe, getSnapshot) {
125
+ return getSnapshot();
126
+ }
127
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
128
+ var React = React__default, objectIs = "function" === typeof Object.is ? Object.is : is, useState = React.useState, useEffect = React.useEffect, useLayoutEffect = React.useLayoutEffect, useDebugValue = React.useDebugValue, didWarnOld18Alpha = false, didWarnUncachedGetSnapshot = false, shim2 = "undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement ? useSyncExternalStore$1 : useSyncExternalStore$2;
129
+ useSyncExternalStoreShim_development.useSyncExternalStore = void 0 !== React.useSyncExternalStore ? React.useSyncExternalStore : shim2;
130
+ "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
131
+ }();
132
+ return useSyncExternalStoreShim_development;
133
+ }
134
+ var hasRequiredShim;
135
+ function requireShim() {
136
+ if (hasRequiredShim) return shim.exports;
137
+ hasRequiredShim = 1;
138
+ if (process.env.NODE_ENV === "production") {
139
+ shim.exports = requireUseSyncExternalStoreShim_production();
140
+ } else {
141
+ shim.exports = requireUseSyncExternalStoreShim_development();
142
+ }
143
+ return shim.exports;
144
+ }
145
+ var shimExports = requireShim();
146
+ export {
147
+ shimExports as s
148
+ };