@easypost/easy-ui 1.0.0-alpha.61 → 1.0.0-alpha.63

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 (255) 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/Button.d.ts +1 -1
  6. package/Button/Button.d.ts.map +1 -1
  7. package/Button/Button.stories.d.ts +1 -0
  8. package/Button/Button.stories.d.ts.map +1 -1
  9. package/Button/index.js +1 -1
  10. package/Button/index.mjs +1 -1
  11. package/Button/utilities.d.ts +1 -0
  12. package/Button/utilities.d.ts.map +1 -1
  13. package/CHANGELOG.md +16 -0
  14. package/Calendar/index.js +1 -1
  15. package/Calendar/index.mjs +1 -1
  16. package/Card/index.js +1 -1
  17. package/Card/index.mjs +1 -1
  18. package/Checkbox/index.js +1 -1
  19. package/Checkbox/index.mjs +1 -1
  20. package/CodeBlock/index.js +14 -14
  21. package/CodeBlock/index.mjs +16 -16
  22. package/CodeSnippet/index.js +1 -1
  23. package/CodeSnippet/index.mjs +1 -1
  24. package/DataGrid/index.js +63 -63
  25. package/DataGrid/index.mjs +72 -72
  26. package/DatePicker/index.js +5 -5
  27. package/DatePicker/index.mjs +12 -12
  28. package/DateRangePicker/index.js +5 -5
  29. package/DateRangePicker/index.mjs +12 -12
  30. package/Drawer/index.js +23 -22
  31. package/Drawer/index.mjs +22 -21
  32. package/DropdownButton/index.js +13 -13
  33. package/DropdownButton/index.mjs +13 -13
  34. package/EmptyStateCard/index.js +8 -8
  35. package/EmptyStateCard/index.mjs +8 -8
  36. package/FocusedProductLayout/index.js +25 -78
  37. package/FocusedProductLayout/index.mjs +24 -61
  38. package/ForgeLayout/ForgeLayout.d.ts +14 -22
  39. package/ForgeLayout/ForgeLayout.d.ts.map +1 -1
  40. package/ForgeLayout/ForgeLayout.stories.d.ts.map +1 -1
  41. package/ForgeLayout/ForgeLayoutControls.d.ts +38 -0
  42. package/ForgeLayout/ForgeLayoutControls.d.ts.map +1 -0
  43. package/ForgeLayout/ForgeLayoutHeader.d.ts +18 -0
  44. package/ForgeLayout/ForgeLayoutHeader.d.ts.map +1 -0
  45. package/ForgeLayout/index.js +426 -62
  46. package/ForgeLayout/index.mjs +429 -65
  47. package/FormLayout/index.js +5 -5
  48. package/FormLayout/index.mjs +5 -5
  49. package/HorizontalGrid/index.js +1 -1
  50. package/HorizontalGrid/index.mjs +1 -1
  51. package/HorizontalStack/index.js +1 -1
  52. package/HorizontalStack/index.mjs +1 -1
  53. package/Icon/index.js +1 -1
  54. package/Icon/index.mjs +1 -1
  55. package/IconButton/index.js +13 -13
  56. package/IconButton/index.mjs +13 -13
  57. package/InputField/index.js +1 -1
  58. package/InputField/index.mjs +1 -1
  59. package/KebabButton/index.js +1 -1
  60. package/KebabButton/index.mjs +1 -1
  61. package/Menu/index.js +1 -1
  62. package/Menu/index.mjs +1 -1
  63. package/Modal/index.js +24 -23
  64. package/Modal/index.mjs +23 -22
  65. package/NexusLayout/index.js +30 -30
  66. package/NexusLayout/index.mjs +32 -32
  67. package/Notification/index.js +1 -1
  68. package/Notification/index.mjs +1 -1
  69. package/Pagination/index.js +8 -8
  70. package/Pagination/index.mjs +8 -8
  71. package/PillGroup/index.js +15 -14
  72. package/PillGroup/index.mjs +23 -22
  73. package/ProductLayout/index.js +27 -26
  74. package/ProductLayout/index.mjs +26 -25
  75. package/Provider/index.js +2 -2
  76. package/Provider/index.mjs +2 -2
  77. package/RadioButtonGroup/index.js +5 -5
  78. package/RadioButtonGroup/index.mjs +8 -8
  79. package/RadioGroup/index.js +3 -332
  80. package/RadioGroup/index.mjs +3 -332
  81. package/RangeCalendar/index.js +1 -1
  82. package/RangeCalendar/index.mjs +1 -1
  83. package/SearchNav/index.js +50 -86
  84. package/SearchNav/index.mjs +50 -86
  85. package/SectionCard/index.js +7 -7
  86. package/SectionCard/index.mjs +7 -7
  87. package/Select/index.js +6 -6
  88. package/Select/index.mjs +6 -6
  89. package/SelectorErrorTooltip/index.js +1 -1
  90. package/SelectorErrorTooltip/index.mjs +1 -1
  91. package/Spinner/index.js +1 -1
  92. package/Spinner/index.mjs +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 +7 -7
  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 +2 -43
  106. package/TextField/index.mjs +2 -43
  107. package/Textarea/index.js +1 -1
  108. package/Textarea/index.mjs +1 -1
  109. package/Toggle/index.js +1 -1
  110. package/Toggle/index.mjs +1 -1
  111. package/ToggleCard/index.js +2 -2
  112. package/ToggleCard/index.mjs +2 -2
  113. package/Tooltip/index.js +1 -1
  114. package/Tooltip/index.mjs +1 -1
  115. package/UnstyledButton/index.js +1 -1
  116. package/UnstyledButton/index.mjs +1 -1
  117. package/VerticalNav/index.js +25 -25
  118. package/VerticalNav/index.mjs +26 -26
  119. package/VerticalStack/index.js +1 -1
  120. package/VerticalStack/index.mjs +1 -1
  121. package/__chunks__/ArrowBack-BFS-tCpV.mjs +41 -0
  122. package/__chunks__/ArrowBack-C_LSatif.js +57 -0
  123. package/__chunks__/{Button-jgkOum0d.js → Button-BvLvcmfd.js} +6 -2
  124. package/__chunks__/{Button-DcYNVtp7.mjs → Button-CDRssWxC.mjs} +12 -8
  125. package/__chunks__/{Button-gxCTl22H.mjs → Button-DnBd1tE4.mjs} +20 -18
  126. package/__chunks__/{Button-BzB8v2mS.js → Button-HZGRa7IL.js} +20 -18
  127. package/__chunks__/{Calendar-C9hD67Rz.mjs → Calendar-COrthCOR.mjs} +2 -2
  128. package/__chunks__/{Calendar-BS8zgZK8.js → Calendar-fF8Ifu6-.js} +1 -1
  129. package/__chunks__/{CalendarBase-4iGD1mPK.mjs → CalendarBase-DfXqYv3I.mjs} +28 -28
  130. package/__chunks__/{CalendarBase-saNix6u1.js → CalendarBase-Vp3Xr9Ha.js} +21 -21
  131. package/__chunks__/{Card-Cr-bIjoN.mjs → Card-CRKK5X8A.mjs} +12 -12
  132. package/__chunks__/{Card-DaFTIHZD.js → Card-D88JRTci.js} +12 -12
  133. package/__chunks__/{Checkbox-BY4UkCg7.js → Checkbox-Bin5UVge.js} +21 -21
  134. package/__chunks__/{Checkbox-BR4RBHLp.mjs → Checkbox-DLAdFxZB.mjs} +24 -24
  135. package/__chunks__/{CodeSnippet-H-6ta_Y8.js → CodeSnippet-3x6WIH4w.js} +2 -2
  136. package/__chunks__/{CodeSnippet-ChZIz_CO.mjs → CodeSnippet-Dv1LkDCe.mjs} +2 -2
  137. package/__chunks__/{DatePickerBase-vorBKIfJ.js → DatePickerBase-C4wv9REt.js} +20 -20
  138. package/__chunks__/{DatePickerBase-DlbnqBLN.mjs → DatePickerBase-DjNK3joa.mjs} +31 -31
  139. package/__chunks__/{FocusScope-Co1hHX8R.js → FocusScope-DFE0IeGl.js} +1 -1
  140. package/__chunks__/{FocusScope-CjcZn1Rq.mjs → FocusScope-Qg8vUhZ_.mjs} +2 -2
  141. package/__chunks__/{HelpMenu-BzUSoyPi.js → HelpMenu-DDg5YzkU.js} +7 -7
  142. package/__chunks__/{HelpMenu-yEjZgR1V.mjs → HelpMenu-DwxE4dED.mjs} +7 -7
  143. package/__chunks__/{HorizontalGrid-Bhj16LbM.js → HorizontalGrid-B5UdZtSD.js} +1 -1
  144. package/__chunks__/{HorizontalGrid-D4bJqbQV.mjs → HorizontalGrid-CQJNpH_g.mjs} +1 -1
  145. package/__chunks__/{HorizontalStack-_DnrRlDb.js → HorizontalStack-BZVZY2L3.js} +1 -1
  146. package/__chunks__/{HorizontalStack-BDZp8p9E.mjs → HorizontalStack-F_QqY0Nh.mjs} +1 -1
  147. package/__chunks__/{Icon-BdtOD2WX.mjs → Icon-BP2sMOEQ.mjs} +2 -2
  148. package/__chunks__/{Icon-DJ8CpeVT.js → Icon-J_YUTa8G.js} +2 -2
  149. package/__chunks__/{InputCaption-BBbxPdvJ.mjs → InputCaption-BDIDBzxu.mjs} +2 -2
  150. package/__chunks__/{InputCaption-CEIuQ6BY.js → InputCaption-EdW8TyWi.js} +2 -2
  151. package/__chunks__/{InputField-CPxOg_cd.mjs → InputField-BixuNEjG.mjs} +10 -10
  152. package/__chunks__/{InputField-BUU9HZ1I.js → InputField-CeQG6X1e.js} +6 -6
  153. package/__chunks__/{InputIcon-MHt_XLtO.mjs → InputIcon-Ba5OzsKo.mjs} +31 -31
  154. package/__chunks__/{InputIcon-nUumrcJ5.js → InputIcon-CusLxe5T.js} +31 -31
  155. package/__chunks__/{KebabButton-BapJTvS6.mjs → KebabButton-BNTa7oyV.mjs} +5 -5
  156. package/__chunks__/{KebabButton-C3KI5LDA.js → KebabButton-BY-1XUv1.js} +5 -5
  157. package/__chunks__/{Menu-LzJveIa-.mjs → Menu-BTop6cMU.mjs} +22 -21
  158. package/__chunks__/{Menu-CkQaJJAH.js → Menu-DMRGN00c.js} +19 -18
  159. package/__chunks__/{Notification-CAmvbAK1.mjs → Notification-BUGy3_I5.mjs} +20 -20
  160. package/__chunks__/{Notification-C5_bwXj4.js → Notification-DH9kYI2j.js} +16 -16
  161. package/__chunks__/{Overlay-ZinDp2HW.js → Overlay-Dmwy9VjC.js} +59 -3
  162. package/__chunks__/{Overlay-d3z5W5Nn.mjs → Overlay-DyfvFsGi.mjs} +63 -7
  163. package/__chunks__/RadioGroup-AnutNNEP.js +333 -0
  164. package/__chunks__/RadioGroup-BGkcZ05k.mjs +334 -0
  165. package/__chunks__/{RangeCalendar-Bhk32GB_.mjs → RangeCalendar-DBT1OAVs.mjs} +3 -3
  166. package/__chunks__/{RangeCalendar-5enltd2P.js → RangeCalendar-vZBVH6tC.js} +1 -1
  167. package/__chunks__/Search-BY7IgEyX.js +57 -0
  168. package/__chunks__/Search-Cyblmqo5.mjs +41 -0
  169. package/__chunks__/{SelectOverlay-MLWWpDpl.mjs → SelectOverlay-B5f293nC.mjs} +34 -34
  170. package/__chunks__/{SelectOverlay-DKJvzJJ7.js → SelectOverlay-LJQe-vam.js} +25 -25
  171. package/__chunks__/{SelectorErrorTooltip-DLyZgeUf.mjs → SelectorErrorTooltip-CEUMKEsA.mjs} +4 -4
  172. package/__chunks__/{SelectorErrorTooltip-DowQ2whn.js → SelectorErrorTooltip-Dy2Mpy2O.js} +4 -4
  173. package/__chunks__/{Spinner-BFydR08g.js → Spinner-BZdapiOh.js} +5 -5
  174. package/__chunks__/{Spinner-hJoFNoHJ.mjs → Spinner-fvqf25Op.mjs} +8 -8
  175. package/__chunks__/{Stepper-CxWpMLEW.js → Stepper-B9_lzdDm.js} +26 -26
  176. package/__chunks__/{Stepper-BY8zQdW2.mjs → Stepper-DcLt3_ji.mjs} +28 -28
  177. package/__chunks__/{TabNav-burpvHrg.mjs → TabNav-BoiZj3RP.mjs} +1 -1
  178. package/__chunks__/{TabNav-1cTg6TWo.js → TabNav-CwEWCqMi.js} +1 -1
  179. package/__chunks__/{Tabs-DHXJckwb.js → Tabs-BFPgkckQ.js} +17 -17
  180. package/__chunks__/{Tabs-BzZ9w82m.mjs → Tabs-CrheURAq.mjs} +19 -19
  181. package/__chunks__/{Text-Dfbyoxsz.js → Text-D2pJpElk.js} +34 -34
  182. package/__chunks__/{Text-CQ_8wg0t.mjs → Text-D_RgAqQT.mjs} +34 -34
  183. package/__chunks__/TextField-CN_1Oumr.js +44 -0
  184. package/__chunks__/TextField-CTG1CCY2.mjs +45 -0
  185. package/__chunks__/{Toggle-BiaALtul.mjs → Toggle-3m7Kw6Df.mjs} +14 -14
  186. package/__chunks__/{Toggle-CYKsPbEK.js → Toggle-g6ZteN5I.js} +12 -12
  187. package/__chunks__/{Tooltip-5ZgKkdk8.mjs → Tooltip-C6VFxZnS.mjs} +13 -13
  188. package/__chunks__/{Tooltip-Bzqm5boz.js → Tooltip-CCaMosZz.js} +11 -11
  189. package/__chunks__/{UnstyledButton-BlB066YT.mjs → UnstyledButton-Ctqv-3bt.mjs} +5 -3
  190. package/__chunks__/{UnstyledButton-Dn8KZHdh.js → UnstyledButton-Dmq9K7Jv.js} +4 -2
  191. package/__chunks__/{VerticalStack-_gyNJbOa.js → VerticalStack-DSkRse5s.js} +3 -3
  192. package/__chunks__/{VerticalStack-eKUWFHU3.mjs → VerticalStack-jXfiEwjb.mjs} +3 -3
  193. package/__chunks__/{VisuallyHidden-DmDK0fH3.mjs → VisuallyHidden-BC5PXI9q.mjs} +2 -2
  194. package/__chunks__/{ariaHideOutside-a1MUBVQF.js → ariaHideOutside-B6WqGXJj.js} +1 -1
  195. package/__chunks__/{ariaHideOutside-B-UoCW1g.mjs → ariaHideOutside-CxWZQtI1.mjs} +3 -3
  196. package/__chunks__/{context-DEwqildc.mjs → context-BZCcafjG.mjs} +1 -1
  197. package/__chunks__/{context-C6CFGY_J.js → context-CYcq9Zvo.js} +12 -0
  198. package/__chunks__/{context-CgOWZch5.mjs → context-EpOG85wC.mjs} +13 -1
  199. package/__chunks__/{focusSafely-DcMa3q3g.mjs → focusSafely-BWGCG3W3.mjs} +2 -2
  200. package/__chunks__/{focusSafely-sLifanM7.js → focusSafely-BvrXUhlW.js} +1 -1
  201. package/__chunks__/{mergeProps-T961Q1yJ.mjs → mergeProps-DSi85raC.mjs} +4 -4
  202. package/__chunks__/{scrollIntoView-GfnXaOCE.mjs → scrollIntoView-CZM0k-rp.mjs} +1 -1
  203. package/__chunks__/{useButton-BoMy_zYC.mjs → useButton-BK6hwK02.mjs} +3 -3
  204. package/__chunks__/{useButton-DvulUoU2.js → useButton-DZ0C3d-K.js} +2 -2
  205. package/__chunks__/{useCollator-DXoNI6C-.mjs → useCollator-B-keb3wA.mjs} +1 -1
  206. package/__chunks__/{useDialog-o0QWfg2a.mjs → useDialog-c-C07qhw.mjs} +5 -29
  207. package/__chunks__/{useDialog-DILXRLSs.js → useDialog-wy_ru95P.js} +3 -27
  208. package/__chunks__/{useEdgeInterceptors-DfiAHAYW.js → useEdgeInterceptors-C-eRb7cQ.js} +5 -5
  209. package/__chunks__/{useEdgeInterceptors-wWqxCUZX.mjs → useEdgeInterceptors-C_U6I4V4.mjs} +5 -5
  210. package/__chunks__/{useEvent-C5RCZjKr.mjs → useEvent-B0fsKtsf.mjs} +1 -1
  211. package/__chunks__/{useField-DWmSslhe.mjs → useField-B6VplZ_n.mjs} +2 -2
  212. package/__chunks__/{useFocus-BEhCbr7O.mjs → useFocus-BJ7JikEx.mjs} +1 -1
  213. package/__chunks__/{useFocusRing-BUwbt1Yv.mjs → useFocusRing-YOWeCHgO.mjs} +3 -3
  214. package/__chunks__/{useFocusVisible-8tH_I2iV.mjs → useFocusVisible-ng1Hn25t.mjs} +1 -1
  215. package/__chunks__/{useFocusWithin-CfhMwfXS.mjs → useFocusWithin-B-vQAW9V.mjs} +1 -1
  216. package/__chunks__/{useFocusable-BfXLORiH.js → useFocusable-8kJcp2yc.js} +5 -5
  217. package/__chunks__/{useFocusable-DoNt-Wd3.mjs → useFocusable-CNor_Zjt.mjs} +4 -4
  218. package/__chunks__/{useFormReset-CmXMJVpO.mjs → useFormReset-DA1Lwdha.mjs} +1 -1
  219. package/__chunks__/{useFormValidation-D5Y_7NR2.mjs → useFormValidation-v2O6VL2V.mjs} +2 -2
  220. package/__chunks__/{useHasTabbableChild-DUcbkV37.mjs → useHasTabbableChild-BKgmY6ej.mjs} +2 -2
  221. package/__chunks__/{useHasTabbableChild-C34XhtMr.js → useHasTabbableChild-Cs10TUUE.js} +1 -1
  222. package/__chunks__/{useHighlightSelectionDescription-DWm7Wr6h.mjs → useHighlightSelectionDescription-Cebr-N8X.mjs} +3 -3
  223. package/__chunks__/{useLabel-C0Q8946u.mjs → useLabel-D37VV43W.mjs} +2 -2
  224. package/__chunks__/{useLabels-Bly436JP.mjs → useLabels-5f58TiCH.mjs} +1 -1
  225. package/__chunks__/{useLink-BOdtE_Mk.js → useLink-DSnaSTQf.js} +2 -2
  226. package/__chunks__/{useLink-B_g4ae9e.mjs → useLink-xdTgcuUM.mjs} +3 -3
  227. package/__chunks__/{useLocalizedStringFormatter-CLrYoOi9.mjs → useLocalizedStringFormatter-BHXy3Wtu.mjs} +1 -1
  228. package/__chunks__/useModalOverlay-BljLSPJ0.js +47 -0
  229. package/__chunks__/useModalOverlay-S0R2uVTX.mjs +48 -0
  230. package/__chunks__/useObjectRef-BOGMJ5vM.js +18 -0
  231. package/__chunks__/useObjectRef-wU82Pkgx.mjs +19 -0
  232. package/__chunks__/{useOverlayPosition-B_X4JGFp.mjs → useOverlayPosition-BjK7cu6U.mjs} +3 -3
  233. package/__chunks__/{useOverlayPosition-ucZjuzzI.js → useOverlayPosition-CMvGmqVL.js} +1 -1
  234. package/__chunks__/{useOverlayTrigger-Do68TGFi.mjs → useOverlayTrigger-DDcXdZOM.mjs} +2 -2
  235. package/__chunks__/{useOverlayTrigger-MyMg5wFE.js → useOverlayTrigger-Dp7RXQ9B.js} +1 -1
  236. package/__chunks__/{usePress-Dz8YYpge.js → usePress-DNETV97g.js} +2 -3
  237. package/__chunks__/{usePress-BAsZaqDB.mjs → usePress-Db4pSZfY.mjs} +2 -3
  238. package/__chunks__/{useSelectableItem-DL-4kc1g.mjs → useSelectableItem-D61t76J1.mjs} +9 -9
  239. package/__chunks__/{useSelectableItem-BGvBbIwY.js → useSelectableItem-DpEX9QBc.js} +4 -4
  240. package/__chunks__/{useSelectableList-BQ06AmlV.mjs → useSelectableList-BdG5I7cy.mjs} +2 -2
  241. package/__chunks__/{useSelectableList-F8fB4Dtg.js → useSelectableList-UkBCcTuC.js} +1 -1
  242. package/__chunks__/{useToggle-CU6aSiOx.mjs → useToggle-BDx-p-Zv.mjs} +4 -4
  243. package/__chunks__/{useToggle-D7gzXCXF.js → useToggle-BfpHeO2F.js} +2 -2
  244. package/__chunks__/{useTriggerWidth-DA668KiC.mjs → useTriggerWidth-CRz8zSDa.mjs} +4 -4
  245. package/__chunks__/{useTriggerWidth-ROE4ZhGv.js → useTriggerWidth-Dj7C0lza.js} +2 -2
  246. package/__chunks__/{utilities-DKvHenAr.js → utilities-CaBPUKEB.js} +2 -2
  247. package/__chunks__/{utilities-DmLL16up.mjs → utilities-DASknbaa.mjs} +6 -6
  248. package/__chunks__/{utils-XuD3IFpv.mjs → utils-D4ddhsBL.mjs} +58 -21
  249. package/__chunks__/{utils-DXO9zsKE.js → utils-DIF5XAA2.js} +55 -18
  250. package/package.json +1 -1
  251. package/style.css +1655 -1565
  252. package/utilities/storybook.d.ts +8 -0
  253. package/utilities/storybook.d.ts.map +1 -1
  254. package/__chunks__/useSyncRef-CPg4onT-.js +0 -13
  255. package/__chunks__/useSyncRef-CpaiKz0R.mjs +0 -14
@@ -31,23 +31,23 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { useState, createContext, useContext, useCallback, useMemo } from "react";
33
33
  import { o as omit } from "./omit-B_jU3Uog.mjs";
34
- import { C as Checkbox } from "./Checkbox-BR4RBHLp.mjs";
35
- import { T as Text } from "./Text-CQ_8wg0t.mjs";
36
- import { S as SELECT_ALL_KEY, i as isSelectAllSelected, e as isSelectAllIndeterminate, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, f as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4, b as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, d as DEFAULT_PLACEMENT, D as DEFAULT_WIDTH, O as OVERLAY_PADDING_FROM_CONTAINER, I as ITEM_HEIGHT, Y as Y_PADDING_INSIDE_OVERLAY, c as OVERLAY_OFFSET } from "./utilities-DmLL16up.mjs";
34
+ import { C as Checkbox } from "./Checkbox-DLAdFxZB.mjs";
35
+ import { T as Text } from "./Text-D_RgAqQT.mjs";
36
+ import { S as SELECT_ALL_KEY, i as isSelectAllSelected, e as isSelectAllIndeterminate, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, f as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4, b as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, d as DEFAULT_PLACEMENT, D as DEFAULT_WIDTH, O as OVERLAY_PADDING_FROM_CONTAINER, I as ITEM_HEIGHT, Y as Y_PADDING_INSIDE_OVERLAY, c as OVERLAY_OFFSET } from "./utilities-DASknbaa.mjs";
37
37
  import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-BhrTPNN2.mjs";
38
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$b4cc09c592e8fdb8, d as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-T961Q1yJ.mjs";
38
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
39
39
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
40
- import { $ as $982254629710d113$export$b95089534ab7c1fd } from "./useSelectableList-BQ06AmlV.mjs";
41
- import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-BAsZaqDB.mjs";
42
- import { $ as $453cc9f0df89c0a5$export$77d5aafae4e095b2, b as $9fc4852771d079eb$export$6e2c8f0811a474ce, c as $f4b273590fab9f93$export$52210f68a14655d0, a as $168583247155ddda$export$dc9c12ed27dd1b49, u as useTriggerWidth } from "./useTriggerWidth-DA668KiC.mjs";
43
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BEhCbr7O.mjs";
44
- import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-8tH_I2iV.mjs";
40
+ import { $ as $982254629710d113$export$b95089534ab7c1fd } from "./useSelectableList-BdG5I7cy.mjs";
41
+ import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-Db4pSZfY.mjs";
42
+ import { $ as $453cc9f0df89c0a5$export$77d5aafae4e095b2, b as $9fc4852771d079eb$export$6e2c8f0811a474ce, c as $f4b273590fab9f93$export$52210f68a14655d0, a as $168583247155ddda$export$dc9c12ed27dd1b49, u as useTriggerWidth } from "./useTriggerWidth-CRz8zSDa.mjs";
43
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BJ7JikEx.mjs";
44
+ import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-ng1Hn25t.mjs";
45
45
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
46
- import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-DoNt-Wd3.mjs";
47
- import { a as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-DL-4kc1g.mjs";
46
+ import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-CNor_Zjt.mjs";
47
+ import { a as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-D61t76J1.mjs";
48
48
  import { g as getDefaultExportFromCjs } from "./_commonjsHelpers-DWwsNxpa.mjs";
49
49
  import { useScrollbar } from "../utilities/useScrollbar.mjs";
50
- import { c as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-d3z5W5Nn.mjs";
50
+ import { c as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-DyfvFsGi.mjs";
51
51
  import { $ as $875d6693e12af071$export$728d6ba534403756 } from "./useTreeState-w_raYfy2.mjs";
52
52
  function $a28c903ee9ad8dc5$export$79fefeb1c2091ac3(props) {
53
53
  let overlayTriggerState = $fc909762b330b746$export$61c6a8c84e605fb6(props);
@@ -299,15 +299,15 @@ function useInternalMenuContext() {
299
299
  }
300
300
  return menuContext;
301
301
  }
302
- const underlay = "_underlay_1pl8g_5";
303
- const root = "_root_1pl8g_10";
304
- const menu = "_menu_1pl8g_74";
305
- const menuList = "_menuList_1pl8g_79";
306
- const sectionList = "_sectionList_1pl8g_80";
307
- const sectionTitle = "_sectionTitle_1pl8g_86";
308
- const itemContent = "_itemContent_1pl8g_93";
309
- const separator = "_separator_1pl8g_94";
310
- const item = "_item_1pl8g_93";
302
+ const underlay = "_underlay_1m9tc_5";
303
+ const root = "_root_1m9tc_10";
304
+ const menu = "_menu_1m9tc_74";
305
+ const menuList = "_menuList_1m9tc_79";
306
+ const sectionList = "_sectionList_1m9tc_80";
307
+ const sectionTitle = "_sectionTitle_1m9tc_86";
308
+ const itemContent = "_itemContent_1m9tc_93";
309
+ const separator = "_separator_1m9tc_94";
310
+ const item = "_item_1m9tc_93";
311
311
  const styles = {
312
312
  underlay,
313
313
  root,
@@ -528,5 +528,6 @@ Menu.Overlay = MenuOverlay;
528
528
  Menu.Section = MenuSection;
529
529
  Menu.Item = MenuItem;
530
530
  export {
531
+ $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 as $,
531
532
  Menu as M
532
533
  };
@@ -32,23 +32,23 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const React = require("react");
34
34
  const omit = require("./omit-jjOwwbdQ.js");
35
- const Checkbox = require("./Checkbox-BY4UkCg7.js");
36
- const Text = require("./Text-Dfbyoxsz.js");
37
- const utilities = require("./utilities-DKvHenAr.js");
35
+ const Checkbox = require("./Checkbox-Bin5UVge.js");
36
+ const Text = require("./Text-D2pJpElk.js");
37
+ const utilities = require("./utilities-CaBPUKEB.js");
38
38
  const Item = require("./Item-CfWjPrxx.js");
39
39
  const mergeProps = require("./mergeProps-DniMwM6P.js");
40
40
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
41
- const useSelectableList = require("./useSelectableList-F8fB4Dtg.js");
42
- const usePress = require("./usePress-Dz8YYpge.js");
43
- const useTriggerWidth = require("./useTriggerWidth-ROE4ZhGv.js");
41
+ const useSelectableList = require("./useSelectableList-UkBCcTuC.js");
42
+ const usePress = require("./usePress-DNETV97g.js");
43
+ const useTriggerWidth = require("./useTriggerWidth-Dj7C0lza.js");
44
44
  const useFocus = require("./useFocus-B4oRb1dU.js");
45
45
  const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
46
46
  const useHover = require("./useHover-BIKwjrCT.js");
47
- const useFocusable = require("./useFocusable-BfXLORiH.js");
48
- const useSelectableItem = require("./useSelectableItem-BGvBbIwY.js");
47
+ const useFocusable = require("./useFocusable-8kJcp2yc.js");
48
+ const useSelectableItem = require("./useSelectableItem-DpEX9QBc.js");
49
49
  const _commonjsHelpers = require("./_commonjsHelpers-Bc2YnDe1.js");
50
50
  const utilities_useScrollbar = require("../utilities/useScrollbar.js");
51
- const Overlay = require("./Overlay-ZinDp2HW.js");
51
+ const Overlay = require("./Overlay-Dmwy9VjC.js");
52
52
  const useTreeState = require("./useTreeState-D6aHf9kN.js");
53
53
  function $a28c903ee9ad8dc5$export$79fefeb1c2091ac3(props) {
54
54
  let overlayTriggerState = Overlay.$fc909762b330b746$export$61c6a8c84e605fb6(props);
@@ -300,15 +300,15 @@ function useInternalMenuContext() {
300
300
  }
301
301
  return menuContext;
302
302
  }
303
- const underlay = "_underlay_1pl8g_5";
304
- const root = "_root_1pl8g_10";
305
- const menu = "_menu_1pl8g_74";
306
- const menuList = "_menuList_1pl8g_79";
307
- const sectionList = "_sectionList_1pl8g_80";
308
- const sectionTitle = "_sectionTitle_1pl8g_86";
309
- const itemContent = "_itemContent_1pl8g_93";
310
- const separator = "_separator_1pl8g_94";
311
- const item = "_item_1pl8g_93";
303
+ const underlay = "_underlay_1m9tc_5";
304
+ const root = "_root_1m9tc_10";
305
+ const menu = "_menu_1m9tc_74";
306
+ const menuList = "_menuList_1m9tc_79";
307
+ const sectionList = "_sectionList_1m9tc_80";
308
+ const sectionTitle = "_sectionTitle_1m9tc_86";
309
+ const itemContent = "_itemContent_1m9tc_93";
310
+ const separator = "_separator_1m9tc_94";
311
+ const item = "_item_1m9tc_93";
312
312
  const styles = {
313
313
  underlay,
314
314
  root,
@@ -528,4 +528,5 @@ Menu.Trigger = MenuTrigger;
528
528
  Menu.Overlay = MenuOverlay;
529
529
  Menu.Section = MenuSection;
530
530
  Menu.Item = MenuItem;
531
+ exports.$a28c903ee9ad8dc5$export$79fefeb1c2091ac3 = $a28c903ee9ad8dc5$export$79fefeb1c2091ac3;
531
532
  exports.Menu = Menu;
@@ -21,17 +21,17 @@ import * as React from "react";
21
21
  import React__default, { useEffect, useState, useCallback, useRef, useMemo, createContext, useContext } from "react";
22
22
  import { C as Close } from "./Close-Cq6Q6MN6.mjs";
23
23
  import { C as CheckCircle } from "./CheckCircle-C9h2PNWU.mjs";
24
- import { d as $bdb11010cef70236$export$f680877a34711e37, c as $bdb11010cef70236$export$b4cc09c592e8fdb8, a as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-T961Q1yJ.mjs";
25
- import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-CLrYoOi9.mjs";
24
+ import { c as $bdb11010cef70236$export$f680877a34711e37, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
25
+ import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-BHXy3Wtu.mjs";
26
26
  import { createPortal } from "react-dom";
27
27
  import { s as shimExports } from "./index-DCSYt1ke.mjs";
28
- import { I as Icon } from "./Icon-BdtOD2WX.mjs";
29
- import { T as Text } from "./Text-CQ_8wg0t.mjs";
28
+ import { I as Icon } from "./Icon-BP2sMOEQ.mjs";
29
+ import { T as Text } from "./Text-D_RgAqQT.mjs";
30
30
  import { classNames, variationName } from "../utilities/css.mjs";
31
- import { U as UnstyledButton } from "./UnstyledButton-BlB066YT.mjs";
32
- import { a as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./context-CgOWZch5.mjs";
33
- import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-8tH_I2iV.mjs";
34
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-CfhMwfXS.mjs";
31
+ import { U as UnstyledButton } from "./UnstyledButton-Ctqv-3bt.mjs";
32
+ import { a as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./context-EpOG85wC.mjs";
33
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-ng1Hn25t.mjs";
34
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
35
35
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
36
36
  var __defProp$3 = Object.defineProperty;
37
37
  var __getOwnPropSymbols$3 = Object.getOwnPropertySymbols;
@@ -998,18 +998,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
998
998
  })
999
999
  };
1000
1000
  }
1001
- const statusPromotional = "_statusPromotional_11msi_5";
1002
- const statusSuccess = "_statusSuccess_11msi_10";
1003
- const statusNeutral = "_statusNeutral_11msi_15";
1004
- const statusWarning = "_statusWarning_11msi_20";
1005
- const statusError = "_statusError_11msi_25";
1006
- const typeToast = "_typeToast_11msi_30";
1007
- const typeAlert = "_typeAlert_11msi_34";
1008
- const Notification$1 = "_Notification_11msi_39";
1009
- const iconText = "_iconText_11msi_55";
1010
- const closeButton = "_closeButton_11msi_61";
1011
- const region = "_region_11msi_70";
1012
- const container = "_container_11msi_76";
1001
+ const statusPromotional = "_statusPromotional_vplim_5";
1002
+ const statusSuccess = "_statusSuccess_vplim_10";
1003
+ const statusNeutral = "_statusNeutral_vplim_15";
1004
+ const statusWarning = "_statusWarning_vplim_20";
1005
+ const statusError = "_statusError_vplim_25";
1006
+ const typeToast = "_typeToast_vplim_30";
1007
+ const typeAlert = "_typeAlert_vplim_34";
1008
+ const Notification$1 = "_Notification_vplim_39";
1009
+ const iconText = "_iconText_vplim_55";
1010
+ const closeButton = "_closeButton_vplim_61";
1011
+ const region = "_region_vplim_70";
1012
+ const container = "_container_vplim_76";
1013
1013
  const styles = {
1014
1014
  statusPromotional,
1015
1015
  statusSuccess,
@@ -25,11 +25,11 @@ const mergeProps = require("./mergeProps-DniMwM6P.js");
25
25
  const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
26
26
  const ReactDOM = require("react-dom");
27
27
  const index = require("./index-CTw89HMx.js");
28
- const Icon = require("./Icon-DJ8CpeVT.js");
29
- const Text = require("./Text-Dfbyoxsz.js");
28
+ const Icon = require("./Icon-J_YUTa8G.js");
29
+ const Text = require("./Text-D2pJpElk.js");
30
30
  const utilities_css = require("../utilities/css.js");
31
- const UnstyledButton = require("./UnstyledButton-Dn8KZHdh.js");
32
- const context = require("./context-C6CFGY_J.js");
31
+ const UnstyledButton = require("./UnstyledButton-Dmq9K7Jv.js");
32
+ const context = require("./context-CYcq9Zvo.js");
33
33
  const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
34
34
  const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
35
35
  const useHover = require("./useHover-BIKwjrCT.js");
@@ -1015,18 +1015,18 @@ function $6cc546b19ee7130a$export$b8cbbb20a51697de(props, state, ref) {
1015
1015
  })
1016
1016
  };
1017
1017
  }
1018
- const statusPromotional = "_statusPromotional_11msi_5";
1019
- const statusSuccess = "_statusSuccess_11msi_10";
1020
- const statusNeutral = "_statusNeutral_11msi_15";
1021
- const statusWarning = "_statusWarning_11msi_20";
1022
- const statusError = "_statusError_11msi_25";
1023
- const typeToast = "_typeToast_11msi_30";
1024
- const typeAlert = "_typeAlert_11msi_34";
1025
- const Notification$1 = "_Notification_11msi_39";
1026
- const iconText = "_iconText_11msi_55";
1027
- const closeButton = "_closeButton_11msi_61";
1028
- const region = "_region_11msi_70";
1029
- const container = "_container_11msi_76";
1018
+ const statusPromotional = "_statusPromotional_vplim_5";
1019
+ const statusSuccess = "_statusSuccess_vplim_10";
1020
+ const statusNeutral = "_statusNeutral_vplim_15";
1021
+ const statusWarning = "_statusWarning_vplim_20";
1022
+ const statusError = "_statusError_vplim_25";
1023
+ const typeToast = "_typeToast_vplim_30";
1024
+ const typeAlert = "_typeAlert_vplim_34";
1025
+ const Notification$1 = "_Notification_vplim_39";
1026
+ const iconText = "_iconText_vplim_55";
1027
+ const closeButton = "_closeButton_vplim_61";
1028
+ const region = "_region_vplim_70";
1029
+ const container = "_container_vplim_76";
1030
1030
  const styles = {
1031
1031
  statusPromotional,
1032
1032
  statusSuccess,
@@ -1,10 +1,42 @@
1
1
  "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
+ var __objRest = (source, exclude) => {
22
+ var target = {};
23
+ for (var prop in source)
24
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
25
+ target[prop] = source[prop];
26
+ if (source != null && __getOwnPropSymbols)
27
+ for (var prop of __getOwnPropSymbols(source)) {
28
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
29
+ target[prop] = source[prop];
30
+ }
31
+ return target;
32
+ };
2
33
  const React = require("react");
3
34
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
4
- const context = require("./context-C6CFGY_J.js");
5
- const FocusScope = require("./FocusScope-Co1hHX8R.js");
6
- const ReactDOM = require("react-dom");
35
+ const context = require("./context-CYcq9Zvo.js");
7
36
  const mergeProps = require("./mergeProps-DniMwM6P.js");
37
+ const useObjectRef = require("./useObjectRef-BOGMJ5vM.js");
38
+ const FocusScope = require("./FocusScope-DFE0IeGl.js");
39
+ const ReactDOM = require("react-dom");
8
40
  function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
9
41
  let [isOpen, setOpen] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isOpen, props.defaultOpen || false, props.onOpenChange);
10
42
  const open = React.useCallback(() => {
@@ -31,6 +63,29 @@ function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
31
63
  toggle
32
64
  };
33
65
  }
66
+ const $f1ab8c75478c6f73$export$3351871ee4b288b8 = /* @__PURE__ */ React.forwardRef((_a, ref) => {
67
+ var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
68
+ let isRegistered = React.useRef(false);
69
+ let prevContext = React.useContext(context.$ae1eeba8b9eafd08$export$5165eccb35aaadb5);
70
+ ref = useObjectRef.$df56164dff5785e2$export$4338b53315abf666(ref || (prevContext === null || prevContext === void 0 ? void 0 : prevContext.ref));
71
+ let context$1 = mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(prevContext || {}, __spreadProps(__spreadValues({}, props), {
72
+ ref,
73
+ register() {
74
+ isRegistered.current = true;
75
+ if (prevContext) prevContext.register();
76
+ }
77
+ }));
78
+ context.$e7801be82b4b2a53$export$4debdb1a3f0fa79e(prevContext, ref);
79
+ React.useEffect(() => {
80
+ if (!isRegistered.current) {
81
+ console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component.");
82
+ isRegistered.current = true;
83
+ }
84
+ }, []);
85
+ return /* @__PURE__ */ React.createElement(context.$ae1eeba8b9eafd08$export$5165eccb35aaadb5.Provider, {
86
+ value: context$1
87
+ }, children);
88
+ });
34
89
  function $f1ab8c75478c6f73$export$cf75428e0b9ed1ea({ children }) {
35
90
  let context$1 = React.useMemo(() => ({
36
91
  register: () => {
@@ -105,4 +160,5 @@ exports.$337b884510726a0d$export$14c98a7594375490 = $337b884510726a0d$export$14c
105
160
  exports.$337b884510726a0d$export$c6fdb837b070b4ff = $337b884510726a0d$export$c6fdb837b070b4ff;
106
161
  exports.$dd149f63282afbbf$export$18fc8428861184da = $dd149f63282afbbf$export$18fc8428861184da;
107
162
  exports.$dd149f63282afbbf$export$f6211563215e3b37 = $dd149f63282afbbf$export$f6211563215e3b37;
163
+ exports.$f1ab8c75478c6f73$export$3351871ee4b288b8 = $f1ab8c75478c6f73$export$3351871ee4b288b8;
108
164
  exports.$fc909762b330b746$export$61c6a8c84e605fb6 = $fc909762b330b746$export$61c6a8c84e605fb6;
@@ -1,9 +1,41 @@
1
- import React__default, { useCallback, useMemo, useEffect, useContext, createContext, useState } from "react";
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ var __objRest = (source, exclude) => {
21
+ var target = {};
22
+ for (var prop in source)
23
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
+ target[prop] = source[prop];
25
+ if (source != null && __getOwnPropSymbols)
26
+ for (var prop of __getOwnPropSymbols(source)) {
27
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
+ target[prop] = source[prop];
29
+ }
30
+ return target;
31
+ };
32
+ import React__default, { useCallback, useMemo, useRef, useContext, useEffect, createContext, useState } from "react";
2
33
  import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
3
- import { b as $ae1eeba8b9eafd08$export$5165eccb35aaadb5 } from "./context-CgOWZch5.mjs";
4
- import { c as $9bf71ea28793e738$export$20e40289641fbbb6 } from "./FocusScope-CjcZn1Rq.mjs";
34
+ import { c as $ae1eeba8b9eafd08$export$5165eccb35aaadb5, b as $e7801be82b4b2a53$export$4debdb1a3f0fa79e } from "./context-EpOG85wC.mjs";
35
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, e as $b5e257d569688ac6$export$535bd6ca7f90a273, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DSi85raC.mjs";
36
+ import { $ as $df56164dff5785e2$export$4338b53315abf666 } from "./useObjectRef-wU82Pkgx.mjs";
37
+ import { c as $9bf71ea28793e738$export$20e40289641fbbb6 } from "./FocusScope-Qg8vUhZ_.mjs";
5
38
  import ReactDOM from "react-dom";
6
- import { e as $b5e257d569688ac6$export$535bd6ca7f90a273, a as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-T961Q1yJ.mjs";
7
39
  function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
8
40
  let [isOpen, setOpen] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isOpen, props.defaultOpen || false, props.onOpenChange);
9
41
  const open = useCallback(() => {
@@ -30,6 +62,29 @@ function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
30
62
  toggle
31
63
  };
32
64
  }
65
+ const $f1ab8c75478c6f73$export$3351871ee4b288b8 = /* @__PURE__ */ React__default.forwardRef((_a, ref) => {
66
+ var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
67
+ let isRegistered = useRef(false);
68
+ let prevContext = useContext($ae1eeba8b9eafd08$export$5165eccb35aaadb5);
69
+ ref = $df56164dff5785e2$export$4338b53315abf666(ref || (prevContext === null || prevContext === void 0 ? void 0 : prevContext.ref));
70
+ let context = $3ef42575df84b30b$export$9d1611c77c2fe928(prevContext || {}, __spreadProps(__spreadValues({}, props), {
71
+ ref,
72
+ register() {
73
+ isRegistered.current = true;
74
+ if (prevContext) prevContext.register();
75
+ }
76
+ }));
77
+ $e7801be82b4b2a53$export$4debdb1a3f0fa79e(prevContext, ref);
78
+ useEffect(() => {
79
+ if (!isRegistered.current) {
80
+ console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component.");
81
+ isRegistered.current = true;
82
+ }
83
+ }, []);
84
+ return /* @__PURE__ */ React__default.createElement($ae1eeba8b9eafd08$export$5165eccb35aaadb5.Provider, {
85
+ value: context
86
+ }, children);
87
+ });
33
88
  function $f1ab8c75478c6f73$export$cf75428e0b9ed1ea({ children }) {
34
89
  let context = useMemo(() => ({
35
90
  register: () => {
@@ -102,8 +157,9 @@ function $337b884510726a0d$export$14c98a7594375490() {
102
157
  }
103
158
  export {
104
159
  $dd149f63282afbbf$export$f6211563215e3b37 as $,
105
- $dd149f63282afbbf$export$18fc8428861184da as a,
106
- $337b884510726a0d$export$14c98a7594375490 as b,
160
+ $337b884510726a0d$export$14c98a7594375490 as a,
161
+ $dd149f63282afbbf$export$18fc8428861184da as b,
107
162
  $fc909762b330b746$export$61c6a8c84e605fb6 as c,
108
- $337b884510726a0d$export$c6fdb837b070b4ff as d
163
+ $337b884510726a0d$export$c6fdb837b070b4ff as d,
164
+ $f1ab8c75478c6f73$export$3351871ee4b288b8 as e
109
165
  };