@easypost/easy-ui 1.0.0-alpha.77 → 1.0.0-alpha.79

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 (267) hide show
  1. package/Button/index.js +1 -1
  2. package/Button/index.mjs +1 -1
  3. package/CHANGELOG.md +12 -0
  4. package/Calendar/index.js +1 -1
  5. package/Calendar/index.mjs +1 -1
  6. package/CheckableCard/index.js +1 -1
  7. package/CheckableCard/index.mjs +1 -1
  8. package/Checkbox/index.js +1 -1
  9. package/Checkbox/index.mjs +1 -1
  10. package/CodeBlock/index.js +6 -6
  11. package/CodeBlock/index.mjs +6 -6
  12. package/DataGrid/DataGrid.d.ts +2 -2
  13. package/DataGrid/DataGrid.d.ts.map +1 -1
  14. package/DataGrid/Table.d.ts +3 -3
  15. package/DataGrid/Table.d.ts.map +1 -1
  16. package/DataGrid/index.js +33 -28
  17. package/DataGrid/index.mjs +33 -28
  18. package/DataGrid/types.d.ts +24 -21
  19. package/DataGrid/types.d.ts.map +1 -1
  20. package/DatePicker/index.js +13 -13
  21. package/DatePicker/index.mjs +13 -13
  22. package/DateRangePicker/index.js +13 -13
  23. package/DateRangePicker/index.mjs +13 -13
  24. package/Drawer/index.js +4 -4
  25. package/Drawer/index.mjs +4 -4
  26. package/DropdownButton/index.js +1 -1
  27. package/DropdownButton/index.mjs +1 -1
  28. package/FocusedProductLayout/index.js +3 -3
  29. package/FocusedProductLayout/index.mjs +3 -3
  30. package/ForgeLayout/index.js +11 -11
  31. package/ForgeLayout/index.mjs +11 -11
  32. package/HostedUILayout/HostedUILayout.d.ts +76 -0
  33. package/HostedUILayout/HostedUILayout.d.ts.map +1 -0
  34. package/HostedUILayout/HostedUILayout.stories.d.ts +8 -0
  35. package/HostedUILayout/HostedUILayout.stories.d.ts.map +1 -0
  36. package/HostedUILayout/HostedUILayout.test.d.ts +2 -0
  37. package/HostedUILayout/HostedUILayout.test.d.ts.map +1 -0
  38. package/HostedUILayout/HostedUILayoutActions.d.ts +50 -0
  39. package/HostedUILayout/HostedUILayoutActions.d.ts.map +1 -0
  40. package/HostedUILayout/index.d.ts +2 -0
  41. package/HostedUILayout/index.d.ts.map +1 -0
  42. package/HostedUILayout/index.js +195 -0
  43. package/HostedUILayout/index.mjs +195 -0
  44. package/IconButton/index.js +1 -1
  45. package/IconButton/index.mjs +1 -1
  46. package/InputField/index.js +1 -1
  47. package/InputField/index.mjs +1 -1
  48. package/KebabButton/index.js +1 -1
  49. package/KebabButton/index.mjs +1 -1
  50. package/Menu/index.js +1 -1
  51. package/Menu/index.mjs +1 -1
  52. package/Modal/index.js +5 -5
  53. package/Modal/index.mjs +5 -5
  54. package/MultiSelect/index.js +27 -27
  55. package/MultiSelect/index.mjs +28 -28
  56. package/MultipageSection/MultipageSection.d.ts +118 -0
  57. package/MultipageSection/MultipageSection.d.ts.map +1 -0
  58. package/MultipageSection/MultipageSection.stories.d.ts +8 -0
  59. package/MultipageSection/MultipageSection.stories.d.ts.map +1 -0
  60. package/MultipageSection/MultipageSection.test.d.ts +2 -0
  61. package/MultipageSection/MultipageSection.test.d.ts.map +1 -0
  62. package/MultipageSection/MultipageSectionSidebarNav.d.ts +29 -0
  63. package/MultipageSection/MultipageSectionSidebarNav.d.ts.map +1 -0
  64. package/MultipageSection/index.d.ts +2 -0
  65. package/MultipageSection/index.d.ts.map +1 -0
  66. package/MultipageSection/index.js +208 -0
  67. package/MultipageSection/index.mjs +208 -0
  68. package/NexusLayout/index.js +8 -25
  69. package/NexusLayout/index.mjs +7 -24
  70. package/Notification/index.js +1 -1
  71. package/Notification/index.mjs +1 -1
  72. package/Pagination/index.js +2 -2
  73. package/Pagination/index.mjs +2 -2
  74. package/PillGroup/index.js +1 -1
  75. package/PillGroup/index.mjs +1 -1
  76. package/PlanCard/index.js +4 -4
  77. package/PlanCard/index.mjs +4 -4
  78. package/ProductLayout/index.js +8 -8
  79. package/ProductLayout/index.mjs +8 -8
  80. package/Provider/index.js +2 -2
  81. package/Provider/index.mjs +2 -2
  82. package/RadioButtonGroup/index.js +9 -9
  83. package/RadioButtonGroup/index.mjs +9 -9
  84. package/RadioGroup/index.js +1 -1
  85. package/RadioGroup/index.mjs +1 -1
  86. package/RangeCalendar/index.js +1 -1
  87. package/RangeCalendar/index.mjs +1 -1
  88. package/SearchNav/index.js +4 -4
  89. package/SearchNav/index.mjs +4 -4
  90. package/Select/index.js +2 -2
  91. package/Select/index.mjs +2 -2
  92. package/SelectorErrorTooltip/index.js +1 -1
  93. package/SelectorErrorTooltip/index.mjs +1 -1
  94. package/Spinner/index.js +1 -1
  95. package/Spinner/index.mjs +1 -1
  96. package/SplitToggleCard/index.js +1 -1
  97. package/SplitToggleCard/index.mjs +1 -1
  98. package/Stepper/index.js +1 -1
  99. package/Stepper/index.mjs +1 -1
  100. package/TabNav/index.js +1 -1
  101. package/TabNav/index.mjs +1 -1
  102. package/TabPanels/index.js +18 -16
  103. package/TabPanels/index.mjs +18 -16
  104. package/Tabs/index.js +1 -1
  105. package/Tabs/index.mjs +1 -1
  106. package/TextField/index.js +1 -1
  107. package/TextField/index.mjs +1 -1
  108. package/Textarea/index.js +1 -1
  109. package/Textarea/index.mjs +1 -1
  110. package/Toggle/index.js +1 -1
  111. package/Toggle/index.mjs +1 -1
  112. package/Tooltip/index.js +1 -1
  113. package/Tooltip/index.mjs +1 -1
  114. package/UnstyledButton/index.js +1 -1
  115. package/UnstyledButton/index.mjs +1 -1
  116. package/VerticalNav/index.js +6 -6
  117. package/VerticalNav/index.mjs +6 -6
  118. package/__chunks__/{Button-D9a9VZzF.js → Button-2GplvjoR.js} +5 -5
  119. package/__chunks__/{Button-D-ucl04v.mjs → Button-BE3zVhME.mjs} +1 -1
  120. package/__chunks__/{Button-UHHZB1DN.mjs → Button-BpGjkRZu.mjs} +8 -8
  121. package/__chunks__/{Button-DA6XfGLP.js → Button-DUZZ9HoT.js} +1 -1
  122. package/__chunks__/{Calendar-DjW0E3mk.mjs → Calendar-B8v6TkXp.mjs} +2 -2
  123. package/__chunks__/{Calendar-2o01guc2.js → Calendar-joo_8vqm.js} +2 -2
  124. package/__chunks__/{CalendarBase-RcVbhUvM.js → CalendarBase-B1T_Rybe.js} +30 -18
  125. package/__chunks__/{CalendarBase-D8NmV5mS.mjs → CalendarBase-adL7KcVi.mjs} +34 -22
  126. package/__chunks__/{Checkbox-C8XZu-1F.mjs → Checkbox-DJAFG_mm.mjs} +8 -8
  127. package/__chunks__/{Checkbox-sznEdCc0.js → Checkbox-DwkJKuPC.js} +8 -8
  128. package/__chunks__/{DatePickerBase-BJH3bhGM.mjs → DatePickerBase-Bg4YQMAj.mjs} +26 -23
  129. package/__chunks__/{DatePickerBase-BWFcyR_m.js → DatePickerBase-DRR0aOm4.js} +26 -23
  130. package/__chunks__/{Dialog-BBt18JUl.mjs → Dialog-71SzSgdZ.mjs} +10 -10
  131. package/__chunks__/{Dialog-Dde11Vfw.js → Dialog-D1oLQPjX.js} +10 -10
  132. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +22 -0
  133. package/__chunks__/EasyPostLogo-DQt5KlFX.js +21 -0
  134. package/__chunks__/{FocusScope-DxiwSl55.js → FocusScope-BYrP0odg.js} +3 -3
  135. package/__chunks__/{FocusScope-jG-ZgYgr.mjs → FocusScope-DP1VSF7s.mjs} +3 -3
  136. package/__chunks__/{HelpMenu-DQngktSJ.mjs → HelpMenu-DHNd3X_S.mjs} +2 -2
  137. package/__chunks__/{HelpMenu-B3gwBqqY.js → HelpMenu-LZ_ky28u.js} +2 -2
  138. package/__chunks__/{InputField-CPgMRigD.js → InputField-CH28zjUK.js} +3 -3
  139. package/__chunks__/{InputField-D4feGzmR.mjs → InputField-D4Arfzdz.mjs} +3 -3
  140. package/__chunks__/{Item-BhrTPNN2.mjs → Item-FD89BR0i.mjs} +1 -1
  141. package/__chunks__/{Item-CfWjPrxx.js → Item-h_oPjYVR.js} +1 -1
  142. package/__chunks__/{KebabButton-B97kYKaW.js → KebabButton-BF8hfPrB.js} +1 -1
  143. package/__chunks__/{KebabButton-tTikhARu.mjs → KebabButton-D5KhH0qQ.mjs} +1 -1
  144. package/__chunks__/{Menu-L3un-ZpR.mjs → Menu-CfHK_0Sr.mjs} +16 -16
  145. package/__chunks__/{Menu-BjKQfXId.js → Menu-CivAepFq.js} +16 -16
  146. package/__chunks__/{Notification-C22_98O5.mjs → Notification-CRi-0D3f.mjs} +27 -19
  147. package/__chunks__/{Notification-eckCE8Jj.js → Notification-D7ceWiZq.js} +27 -19
  148. package/__chunks__/{Overlay-BqaNlC3s.js → Overlay-88Ee_QUh.js} +7 -7
  149. package/__chunks__/{Overlay-huXBYY4a.mjs → Overlay-Cj4W5w8m.mjs} +7 -7
  150. package/__chunks__/{PillGroup-q2LMLV6q.js → PillGroup-B9WQ2to5.js} +26 -25
  151. package/__chunks__/{PillGroup-8hng2YcX.mjs → PillGroup-CuPREwvS.mjs} +26 -25
  152. package/__chunks__/{RadioGroup-CaCZDI4f.mjs → RadioGroup-B5o5aPT-.mjs} +14 -14
  153. package/__chunks__/{RadioGroup-Cbzsv5jw.js → RadioGroup-yg8Gtbol.js} +14 -14
  154. package/__chunks__/{RangeCalendar-aUakXSjU.js → RangeCalendar-BgB6xU9q.js} +4 -4
  155. package/__chunks__/{RangeCalendar-DhFnV8j-.mjs → RangeCalendar-CNLF6YQu.mjs} +4 -4
  156. package/__chunks__/{SelectOverlay-BFRRqmYL.js → SelectOverlay-BaATkSsw.js} +17 -16
  157. package/__chunks__/{SelectOverlay-CsxfifYV.mjs → SelectOverlay-DkEL-0O_.mjs} +17 -16
  158. package/__chunks__/{SelectionManager-px2R7S_e.js → SelectionManager-BZ_5U5QP.js} +1 -1
  159. package/__chunks__/{SelectionManager-my6312qq.mjs → SelectionManager-VOfe5ZyB.mjs} +1 -1
  160. package/__chunks__/{SelectorErrorTooltip-C5XJ5swy.mjs → SelectorErrorTooltip-BPLk3N_Q.mjs} +1 -1
  161. package/__chunks__/{SelectorErrorTooltip-EwN0tf2g.js → SelectorErrorTooltip-b5pE6hY-.js} +1 -1
  162. package/__chunks__/{Spinner-BsFJZqxe.mjs → Spinner-CNAJknx9.mjs} +3 -3
  163. package/__chunks__/{Spinner-BsvfYBAO.js → Spinner-CipzStjn.js} +3 -3
  164. package/__chunks__/{Stepper-lFftpFos.js → Stepper--KsoKMdM.js} +3 -3
  165. package/__chunks__/{Stepper-F7Czxecp.mjs → Stepper-CACO2jLG.mjs} +3 -3
  166. package/__chunks__/{TabNav-DbDaDR6R.mjs → TabNav-D2_vfrMU.mjs} +1 -1
  167. package/__chunks__/{TabNav-D6mXxhua.js → TabNav-DTnHIUFZ.js} +1 -1
  168. package/__chunks__/{Tabs-DbH5NmIf.mjs → Tabs-BkzVKvWV.mjs} +3 -3
  169. package/__chunks__/{Tabs-9z2E6ZhV.js → Tabs-J924obQC.js} +3 -3
  170. package/__chunks__/{TextField-D1YUSD6j.js → TextField-C6qMiNmy.js} +1 -1
  171. package/__chunks__/{TextField-BwGqzpya.mjs → TextField-CUOz6ZUe.mjs} +1 -1
  172. package/__chunks__/{Toggle-DqKzs3Y8.mjs → Toggle-BQqjvn6Z.mjs} +5 -5
  173. package/__chunks__/{Toggle-13H0VeGP.js → Toggle-CTUk7LSy.js} +5 -5
  174. package/__chunks__/{Tooltip-DP2EYuM4.js → Tooltip-BIfmWjfP.js} +6 -6
  175. package/__chunks__/{Tooltip-By8WH1wI.mjs → Tooltip-BcHfMDtC.mjs} +6 -6
  176. package/__chunks__/{UnstyledButton-0yreaZnh.mjs → UnstyledButton-CfhKDftV.mjs} +2 -2
  177. package/__chunks__/{UnstyledButton-d3ChgECf.js → UnstyledButton-CnIn7VBo.js} +2 -2
  178. package/__chunks__/{VisuallyHidden-DLuOutNi.mjs → VisuallyHidden-CCdi-Y1w.mjs} +2 -2
  179. package/__chunks__/{VisuallyHidden-Cl5AQsPA.js → VisuallyHidden-DeSpvYML.js} +2 -2
  180. package/__chunks__/{ariaHideOutside-7ae_6If3.js → ariaHideOutside-Bq8FQnZq.js} +5 -5
  181. package/__chunks__/{ariaHideOutside-DRsDXtWO.mjs → ariaHideOutside-CT4hjtef.mjs} +5 -5
  182. package/__chunks__/{context-C5QKMZmh.mjs → context-BEoWr5Bw.mjs} +1 -1
  183. package/__chunks__/{context-BQfsEeih.js → context-Dxz9OXQY.js} +1 -1
  184. package/__chunks__/{focusSafely-CucekFxc.js → focusSafely-BgcYAZN6.js} +2 -2
  185. package/__chunks__/{focusSafely-BW4_g0fd.mjs → focusSafely-D0XrieaU.mjs} +2 -2
  186. package/__chunks__/{mergeProps-DRsiQq2k.mjs → mergeProps-CORsYhTp.mjs} +1 -1
  187. package/__chunks__/{mergeProps-6pKCnMWU.js → mergeProps-d7wJkv71.js} +1 -1
  188. package/__chunks__/{scrollIntoView-DSPpbfzY.mjs → scrollIntoView-BY1C_8w5.mjs} +1 -1
  189. package/__chunks__/{scrollIntoView-CzFYIYQT.js → scrollIntoView-DrxAy81g.js} +1 -1
  190. package/__chunks__/{useButton-SSooC6Sc.js → useButton-BxK3VBiR.js} +6 -27
  191. package/__chunks__/{useButton-ovH6gI84.mjs → useButton-W0nkeGLb.mjs} +6 -27
  192. package/__chunks__/{useCollator-DpGidudE.js → useCollator-Bbw6GMg7.js} +1 -1
  193. package/__chunks__/{useCollator-DiblLehW.mjs → useCollator-D97tqUbx.mjs} +1 -1
  194. package/__chunks__/{useControlledState-mnKBd6Uc.js → useControlledState-B2XIiHlL.js} +2 -2
  195. package/__chunks__/{useControlledState-CFWhSD5C.mjs → useControlledState-BDO08zJF.mjs} +2 -2
  196. package/__chunks__/{useDialog-zKH03v_d.mjs → useDialog-BhvpnpTk.mjs} +3 -3
  197. package/__chunks__/{useDialog-CmV1awNZ.js → useDialog-D_2QCyti.js} +3 -3
  198. package/__chunks__/{useEvent-BR4RE1uc.mjs → useEvent-B40RDiQ6.mjs} +1 -1
  199. package/__chunks__/{useEvent-DiEr5shV.js → useEvent-Dh4hqdOa.js} +1 -1
  200. package/__chunks__/{useField-MeTEdBhD.js → useField-C80n1AHI.js} +2 -2
  201. package/__chunks__/{useField-D71RzzwQ.mjs → useField-D1rL_Lz6.mjs} +2 -2
  202. package/__chunks__/{useFilter-Cd0PVtCe.mjs → useFilter-CQzUxSTO.mjs} +1 -1
  203. package/__chunks__/{useFilter-DUqh08RA.js → useFilter-DMnYaJdO.js} +1 -1
  204. package/__chunks__/{useFocus-Da6IfenG.js → useFocus-Df2haWPe.js} +1 -1
  205. package/__chunks__/{useFocus-BJE6cxrg.mjs → useFocus-DsnhrQiB.mjs} +1 -1
  206. package/__chunks__/{useFocusRing-Dg_M1jfs.mjs → useFocusRing-DAMeUI3t.mjs} +3 -3
  207. package/__chunks__/{useFocusRing-CtLKOxxD.js → useFocusRing-ygRrwBu3.js} +3 -3
  208. package/__chunks__/{useFocusVisible-CLoIPL6T.js → useFocusVisible-7ks2C0sQ.js} +26 -36
  209. package/__chunks__/{useFocusVisible-DgcLCVnV.mjs → useFocusVisible-DWC9qGtP.mjs} +46 -56
  210. package/__chunks__/{useFocusWithin-T1vqkUYN.js → useFocusWithin-CxspK-F2.js} +5 -5
  211. package/__chunks__/{useFocusWithin-BE5KE588.mjs → useFocusWithin-DPnHAdQU.mjs} +5 -5
  212. package/__chunks__/{useFocusable-B5QcOTFc.mjs → useFocusable-C6giMIa8.mjs} +4 -4
  213. package/__chunks__/{useFocusable-DRHM1otK.js → useFocusable-HXkH_Kuc.js} +4 -4
  214. package/__chunks__/{useFormReset-BUBASXJO.mjs → useFormReset-XL_MAi9u.mjs} +1 -1
  215. package/__chunks__/{useFormReset-Ja1aibwy.js → useFormReset-mp5g2mF5.js} +1 -1
  216. package/__chunks__/{useFormValidation-DaCYT2Ut.js → useFormValidation-CAsEJ1eu.js} +2 -2
  217. package/__chunks__/{useFormValidation-gt5I8m2g.mjs → useFormValidation-HasG7QCl.mjs} +2 -2
  218. package/__chunks__/{useHasTabbableChild-BBua_oUS.mjs → useHasTabbableChild-C5KDnOFZ.mjs} +2 -2
  219. package/__chunks__/{useHasTabbableChild-DSm3UrCF.js → useHasTabbableChild-D23JzSLZ.js} +2 -2
  220. package/__chunks__/{useHighlightSelectionDescription-Dl5YfxVo.mjs → useHighlightSelectionDescription-BODt1AHW.mjs} +4 -4
  221. package/__chunks__/{useHighlightSelectionDescription-B49pg43a.js → useHighlightSelectionDescription-CT3jLcfS.js} +4 -4
  222. package/__chunks__/{useHover-BCKoTdS5.js → useHover-BMIowV0x.js} +4 -4
  223. package/__chunks__/{useHover-mdyQ6kou.mjs → useHover-CwJuylzq.mjs} +4 -4
  224. package/__chunks__/{useLabel-DVLShpAi.js → useLabel-D9oYLpKn.js} +3 -3
  225. package/__chunks__/{useLabel-CMWuiLM0.mjs → useLabel-DG4LdFPw.mjs} +3 -3
  226. package/__chunks__/{useLabels-DrIYrapv.js → useLabels-DMDlcCM_.js} +1 -1
  227. package/__chunks__/{useLabels-DCSAqT2C.mjs → useLabels-DWprW4wx.mjs} +1 -1
  228. package/__chunks__/{useLink-DihQM2-s.js → useLink-CcRvXaFq.js} +5 -23
  229. package/__chunks__/{useLink-Dr9Pjalq.mjs → useLink-CxFvWxcs.mjs} +5 -23
  230. package/__chunks__/{useListBoxSection-Bw5OEI4S.mjs → useListBoxSection-UWw98S5n.mjs} +8 -8
  231. package/__chunks__/{useListBoxSection-u2FxpXWK.js → useListBoxSection-yxKStnVF.js} +8 -8
  232. package/__chunks__/{useListState-CKHwm7j_.js → useListState-CU712DaQ.js} +1 -1
  233. package/__chunks__/{useListState-DqBHV23A.mjs → useListState-Doymm1MR.mjs} +1 -1
  234. package/__chunks__/{useLocalizedStringFormatter-SC1Py3Uf.mjs → useLocalizedStringFormatter-D-qKpkp4.mjs} +1 -1
  235. package/__chunks__/{useLocalizedStringFormatter-C3ZwxPrF.js → useLocalizedStringFormatter-X4sjSzZt.js} +1 -1
  236. package/__chunks__/{useMenuTrigger-C9nRdVJk.mjs → useMenuTrigger-Bm2l00Fx.mjs} +9 -6
  237. package/__chunks__/{useMenuTrigger-Dq7mhK38.js → useMenuTrigger-CYz-sHYa.js} +9 -6
  238. package/__chunks__/{useMenuTriggerState-DmsfK2RH.js → useMenuTriggerState-Bpow2FQo.js} +1 -1
  239. package/__chunks__/{useMenuTriggerState-BHenEvUl.mjs → useMenuTriggerState-DzOmQv8m.mjs} +1 -1
  240. package/__chunks__/{useModalOverlay-BLiaW3WH.mjs → useModalOverlay-1zoyqSAR.mjs} +3 -3
  241. package/__chunks__/{useModalOverlay-C_b9YfI9.js → useModalOverlay-E3JkPreO.js} +3 -3
  242. package/__chunks__/{useOverlayPosition-_GnIrSzW.mjs → useOverlayPosition-BJjENFKW.mjs} +4 -4
  243. package/__chunks__/{useOverlayPosition-BIRVQjJL.js → useOverlayPosition-Ba2II0yy.js} +4 -4
  244. package/__chunks__/{useOverlayTrigger-BJJgq7LS.js → useOverlayTrigger-DSYyww_1.js} +2 -2
  245. package/__chunks__/{useOverlayTrigger-BIc8jsUc.mjs → useOverlayTrigger-DTO7VB3r.mjs} +2 -2
  246. package/__chunks__/{usePress-DQ3FxwWo.mjs → usePress-BGHDb_ce.mjs} +35 -33
  247. package/__chunks__/{usePress-DchxjERD.js → usePress-Btah4Wrd.js} +35 -33
  248. package/__chunks__/{useSelectableItem-DcveeRN2.mjs → useSelectableItem-CBqJNF3F.mjs} +13 -11
  249. package/__chunks__/{useSelectableItem-CxOGkw0W.js → useSelectableItem-iCGDFQiY.js} +13 -11
  250. package/__chunks__/{useSelectableList-C_zJw1dp.mjs → useSelectableList-C1gLRl6h.mjs} +3 -3
  251. package/__chunks__/{useSelectableList-F9Rfjy4j.js → useSelectableList-CPHfKit7.js} +3 -3
  252. package/__chunks__/{useSingleSelectListState-IrBbHxlA.js → useSingleSelectListState-Br2JooAG.js} +2 -2
  253. package/__chunks__/{useSingleSelectListState-61RqBjo5.mjs → useSingleSelectListState-ByDUc5Ex.mjs} +2 -2
  254. package/__chunks__/{useTextField-B6vr1ZoD.mjs → useTextField-DUw10Bpa.mjs} +7 -7
  255. package/__chunks__/{useTextField-USpUKriF.js → useTextField-DYKc0daU.js} +7 -7
  256. package/__chunks__/{useToggle-C7k9_K6R.mjs → useToggle-Dvy3oMSz.mjs} +5 -5
  257. package/__chunks__/{useToggle-CRkaTfEP.js → useToggle-nWML_sp8.js} +5 -5
  258. package/__chunks__/{useToggleState-kFojjzgV.mjs → useToggleState-1Mo_p5l0.mjs} +1 -1
  259. package/__chunks__/{useToggleState-CdbEMLRz.js → useToggleState-8QqTgvTU.js} +1 -1
  260. package/__chunks__/{useTreeState-DtfZCGLY.mjs → useTreeState-DdjTMMtR.mjs} +2 -2
  261. package/__chunks__/{useTreeState-DrWJoIPU.js → useTreeState-kH1tpPJB.js} +2 -2
  262. package/__chunks__/{utilities-U5Ql_Myz.mjs → utilities-DaMKHxI8.mjs} +6 -6
  263. package/__chunks__/{utilities-x6Aiy1EG.js → utilities-DgR-vXbf.js} +6 -6
  264. package/__chunks__/{utils-CY9C69XV.js → utils-B-3LZYje.js} +1 -1
  265. package/__chunks__/{utils-CwzguevQ.mjs → utils-CZnJZGiu.mjs} +1 -1
  266. package/package.json +4 -4
  267. package/style.css +404 -223
@@ -30,19 +30,19 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
- const Button = require("./Button-D9a9VZzF.js");
34
- const utils = require("./utils-CY9C69XV.js");
33
+ const Button = require("./Button-2GplvjoR.js");
34
+ const utils = require("./utils-B-3LZYje.js");
35
35
  const React = require("react");
36
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
36
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
37
37
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
38
- const Overlay = require("./Overlay-BqaNlC3s.js");
39
- const useMenuTriggerState = require("./useMenuTriggerState-DmsfK2RH.js");
40
- const useOverlayTrigger = require("./useOverlayTrigger-BJJgq7LS.js");
41
- const useDialog = require("./useDialog-CmV1awNZ.js");
38
+ const Overlay = require("./Overlay-88Ee_QUh.js");
39
+ const useMenuTriggerState = require("./useMenuTriggerState-Bpow2FQo.js");
40
+ const useOverlayTrigger = require("./useOverlayTrigger-DSYyww_1.js");
41
+ const useDialog = require("./useDialog-D_2QCyti.js");
42
42
  const ReactDOM = require("react-dom");
43
- const focusSafely = require("./focusSafely-CucekFxc.js");
44
- const context = require("./context-BQfsEeih.js");
45
- const utilities = require("./utilities-x6Aiy1EG.js");
43
+ const focusSafely = require("./focusSafely-BgcYAZN6.js");
44
+ const context = require("./context-Dxz9OXQY.js");
45
+ const utilities = require("./utilities-DgR-vXbf.js");
46
46
  function $d3f049242431219c$export$6d3443f2c48bfc20(ref, isReady = true) {
47
47
  let [isEntering, setEntering] = React.useState(true);
48
48
  let isAnimationReady = isEntering && isReady;
@@ -0,0 +1,22 @@
1
+ import React__default from "react";
2
+ function EasyPostLogo() {
3
+ return React__default.createElement("svg", {
4
+ width: "139",
5
+ height: "32",
6
+ viewBox: "0 0 139 32",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ }, React__default.createElement("path", {
10
+ d: "M134.983 13.2778H138.606V10.4025H134.983C134.743 10.4025 134.62 10.2781 134.62 10.0655V7.21875H131.391V19.4561C131.391 22.6684 132.78 24.4443 136.403 24.4443H138.606V21.5665H136.884C134.983 21.5665 134.62 20.7109 134.62 18.9972V13.6433C134.622 13.3996 134.743 13.2778 134.983 13.2778ZM126.595 16.153L125.387 15.5412C124.059 14.8671 123.727 14.5922 123.727 13.9804C123.727 13.3089 124.239 12.8785 125.175 12.8785C125.991 12.8785 126.955 13.1844 128.073 13.8274L129.312 11.3203C127.802 10.3092 126.293 10.0344 125.024 10.0344C122.276 10.0344 120.527 11.7792 120.527 14.0737C120.527 16.0312 121.494 17.2549 123.998 18.4475L125.144 18.9972C126.352 19.5779 126.715 20.0083 126.715 20.5579C126.715 21.385 125.93 21.7817 124.691 21.7817C123.576 21.7817 122.489 21.4446 121.343 20.742L120.074 23.3736C121.644 24.3821 123.394 24.7191 124.842 24.7191C127.861 24.7191 129.974 23.2206 129.974 20.405C129.974 18.5383 129.01 17.3768 126.595 16.153ZM112.225 10.0344C107.94 10.0344 104.98 13.0315 104.98 17.3768C104.98 21.7194 107.94 24.7191 112.225 24.7191C116.513 24.7191 119.47 21.7194 119.47 17.3768C119.467 13.0315 116.51 10.0344 112.225 10.0344ZM112.225 21.7817C109.841 21.7817 108.27 20.0368 108.27 17.3768C108.27 14.7141 109.841 12.9718 112.225 12.9718C114.609 12.9718 116.18 14.7141 116.18 17.3768C116.178 20.0368 114.607 21.7817 112.225 21.7817ZM96.4075 10.0344C92.1813 10.0344 89.4056 12.7878 89.4056 17.5297V30.8378H92.6341V23.4643C92.6341 23.2802 92.7263 23.1895 92.8465 23.1895C92.936 23.1895 92.9974 23.2206 93.1177 23.3424C93.903 24.1073 95.2896 24.7191 96.7401 24.7191C100.815 24.7191 103.773 21.7194 103.773 17.3768C103.77 13.0315 100.813 10.0344 96.4075 10.0344ZM96.5252 21.7817C94.1409 21.7817 92.5702 20.0368 92.5702 17.3768C92.5702 14.7141 94.1409 12.9718 96.5252 12.9718C98.9095 12.9718 100.48 14.7141 100.48 17.3768C100.48 20.0368 98.9095 21.7817 96.5252 21.7817ZM71.9278 16.153L70.7203 15.5412C69.3901 14.8671 69.06 14.5922 69.06 13.9804C69.06 13.3089 69.5717 12.8785 70.508 12.8785C71.3241 12.8785 72.2885 13.1844 73.4065 13.8274L74.6447 11.3203C73.1353 10.3092 71.6259 10.0344 70.3571 10.0344C67.6095 10.0344 65.8597 11.7792 65.8597 14.0737C65.8597 16.0312 66.8241 17.2549 69.3312 18.4475L70.4773 18.9972C71.6848 19.5779 72.0481 20.0083 72.0481 20.5579C72.0481 21.385 71.2627 21.7817 70.0245 21.7817C68.9091 21.7817 67.8219 21.4446 66.6732 20.742L65.4069 23.3736C66.9751 24.3821 68.7275 24.7191 70.1754 24.7191C73.1941 24.7191 75.3072 23.2206 75.3072 20.405C75.3047 18.5383 74.3428 17.3768 71.9278 16.153ZM60.8174 10.4025V11.2892C60.8174 11.4733 60.7279 11.564 60.6076 11.564C60.5156 11.564 60.4567 11.5329 60.3365 11.4111C59.5511 10.6462 58.162 10.0344 56.714 10.0344C52.6388 10.0344 49.6789 13.0315 49.6789 17.3768C49.6789 21.7194 52.6388 24.7191 56.714 24.7191C58.162 24.7191 59.5511 24.1073 60.3365 23.3424C60.4567 23.2206 60.5156 23.1895 60.6076 23.1895C60.7279 23.1895 60.8174 23.2802 60.8174 23.4643V24.351H64.0485V10.4025H60.8174ZM56.9238 21.7817C54.5395 21.7817 52.9688 20.0368 52.9688 17.3768C52.9688 14.7141 54.5395 12.9718 56.9238 12.9718C59.3081 12.9718 60.8788 14.7141 60.8788 17.3768C60.8788 20.0368 59.3055 21.7817 56.9238 21.7817ZM37.8471 18.5383H48.3512C48.4126 18.2012 48.4714 17.8668 48.4714 17.286C48.4714 13.1248 45.7546 10.0344 41.5284 10.0344C37.4531 10.0344 34.2246 13.0315 34.2246 17.4079C34.2246 21.7194 37.1512 24.7191 41.4695 24.7191C44.0661 24.7191 46.2381 23.6484 47.837 21.3539L45.5448 19.4872C44.2452 21.232 42.9482 21.7817 41.5591 21.7817C38.9036 21.7817 37.6961 19.8864 37.5452 18.9375C37.4812 18.6316 37.5759 18.5383 37.8471 18.5383ZM37.6961 15.4789C38.1489 13.9493 39.689 12.8785 41.4081 12.8785C43.0991 12.8785 44.6085 13.9493 45.0613 15.4789C45.1508 15.7849 45.1201 16.0001 44.8489 16.0001H37.9059C37.6322 16.0001 37.6015 15.7849 37.6961 15.4789Z",
11
+ fill: "#061340"
12
+ }), React__default.createElement("path", {
13
+ d: "M89.4395 10.375L84.6259 23.1426C83.2326 26.875 81.9291 28.5432 77.3874 30.6947L76.0275 27.9648C78.5934 26.6282 79.8918 25.6745 80.6641 24.3019L75.209 10.375H78.6909L82.1421 19.747C82.2319 19.9578 82.3242 20.0195 82.4448 20.0195C82.5654 20.0195 82.686 19.9578 82.7476 19.747L86.0166 10.375H89.4395Z",
14
+ fill: "#061340"
15
+ }), React__default.createElement("path", {
16
+ d: "M14.4749 19.0473C14.2274 19.0473 14.0405 19.0165 13.8246 18.8957L7.23744 15.1659V18.4407L13.8246 22.173C14.0405 22.2938 14.2274 22.3247 14.4749 22.3247C14.6934 22.3247 14.9409 22.263 15.1278 22.173L28.9524 14.3459V17.6233L15.1278 25.417C14.9409 25.5378 14.725 25.5995 14.4749 25.5995C14.259 25.5995 14.0405 25.5378 13.8246 25.417L7.23744 21.7181V24.962L13.8246 28.6944C14.0405 28.8152 14.259 28.846 14.4749 28.846C14.725 28.846 14.9725 28.7843 15.1278 28.6944L28.9524 20.8981V22.9596C28.9524 23.6896 28.5496 24.3862 27.8966 24.7512L15.5306 31.7275C15.2226 31.9075 14.8487 32 14.4749 32C14.1037 32 13.7614 31.9075 13.4191 31.7275L1.05574 24.7512C0.402814 24.3862 0 23.6896 0 22.9596V9.03783C0 8.27954 0.402814 7.58294 1.05574 7.21793L13.4191 0.272471C13.7614 0.0925369 14.1037 0 14.4749 0C14.8487 0 15.2226 0.0925369 15.5306 0.272471L27.8966 7.21793C28.5496 7.58294 28.9524 8.27954 28.9524 9.03783V11.1019L15.1278 18.8957C14.9409 18.9882 14.6934 19.0473 14.4749 19.0473Z",
17
+ fill: "#164DFF"
18
+ }));
19
+ }
20
+ export {
21
+ EasyPostLogo as E
22
+ };
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ const React = require("react");
3
+ function EasyPostLogo() {
4
+ return React.createElement("svg", {
5
+ width: "139",
6
+ height: "32",
7
+ viewBox: "0 0 139 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, React.createElement("path", {
11
+ d: "M134.983 13.2778H138.606V10.4025H134.983C134.743 10.4025 134.62 10.2781 134.62 10.0655V7.21875H131.391V19.4561C131.391 22.6684 132.78 24.4443 136.403 24.4443H138.606V21.5665H136.884C134.983 21.5665 134.62 20.7109 134.62 18.9972V13.6433C134.622 13.3996 134.743 13.2778 134.983 13.2778ZM126.595 16.153L125.387 15.5412C124.059 14.8671 123.727 14.5922 123.727 13.9804C123.727 13.3089 124.239 12.8785 125.175 12.8785C125.991 12.8785 126.955 13.1844 128.073 13.8274L129.312 11.3203C127.802 10.3092 126.293 10.0344 125.024 10.0344C122.276 10.0344 120.527 11.7792 120.527 14.0737C120.527 16.0312 121.494 17.2549 123.998 18.4475L125.144 18.9972C126.352 19.5779 126.715 20.0083 126.715 20.5579C126.715 21.385 125.93 21.7817 124.691 21.7817C123.576 21.7817 122.489 21.4446 121.343 20.742L120.074 23.3736C121.644 24.3821 123.394 24.7191 124.842 24.7191C127.861 24.7191 129.974 23.2206 129.974 20.405C129.974 18.5383 129.01 17.3768 126.595 16.153ZM112.225 10.0344C107.94 10.0344 104.98 13.0315 104.98 17.3768C104.98 21.7194 107.94 24.7191 112.225 24.7191C116.513 24.7191 119.47 21.7194 119.47 17.3768C119.467 13.0315 116.51 10.0344 112.225 10.0344ZM112.225 21.7817C109.841 21.7817 108.27 20.0368 108.27 17.3768C108.27 14.7141 109.841 12.9718 112.225 12.9718C114.609 12.9718 116.18 14.7141 116.18 17.3768C116.178 20.0368 114.607 21.7817 112.225 21.7817ZM96.4075 10.0344C92.1813 10.0344 89.4056 12.7878 89.4056 17.5297V30.8378H92.6341V23.4643C92.6341 23.2802 92.7263 23.1895 92.8465 23.1895C92.936 23.1895 92.9974 23.2206 93.1177 23.3424C93.903 24.1073 95.2896 24.7191 96.7401 24.7191C100.815 24.7191 103.773 21.7194 103.773 17.3768C103.77 13.0315 100.813 10.0344 96.4075 10.0344ZM96.5252 21.7817C94.1409 21.7817 92.5702 20.0368 92.5702 17.3768C92.5702 14.7141 94.1409 12.9718 96.5252 12.9718C98.9095 12.9718 100.48 14.7141 100.48 17.3768C100.48 20.0368 98.9095 21.7817 96.5252 21.7817ZM71.9278 16.153L70.7203 15.5412C69.3901 14.8671 69.06 14.5922 69.06 13.9804C69.06 13.3089 69.5717 12.8785 70.508 12.8785C71.3241 12.8785 72.2885 13.1844 73.4065 13.8274L74.6447 11.3203C73.1353 10.3092 71.6259 10.0344 70.3571 10.0344C67.6095 10.0344 65.8597 11.7792 65.8597 14.0737C65.8597 16.0312 66.8241 17.2549 69.3312 18.4475L70.4773 18.9972C71.6848 19.5779 72.0481 20.0083 72.0481 20.5579C72.0481 21.385 71.2627 21.7817 70.0245 21.7817C68.9091 21.7817 67.8219 21.4446 66.6732 20.742L65.4069 23.3736C66.9751 24.3821 68.7275 24.7191 70.1754 24.7191C73.1941 24.7191 75.3072 23.2206 75.3072 20.405C75.3047 18.5383 74.3428 17.3768 71.9278 16.153ZM60.8174 10.4025V11.2892C60.8174 11.4733 60.7279 11.564 60.6076 11.564C60.5156 11.564 60.4567 11.5329 60.3365 11.4111C59.5511 10.6462 58.162 10.0344 56.714 10.0344C52.6388 10.0344 49.6789 13.0315 49.6789 17.3768C49.6789 21.7194 52.6388 24.7191 56.714 24.7191C58.162 24.7191 59.5511 24.1073 60.3365 23.3424C60.4567 23.2206 60.5156 23.1895 60.6076 23.1895C60.7279 23.1895 60.8174 23.2802 60.8174 23.4643V24.351H64.0485V10.4025H60.8174ZM56.9238 21.7817C54.5395 21.7817 52.9688 20.0368 52.9688 17.3768C52.9688 14.7141 54.5395 12.9718 56.9238 12.9718C59.3081 12.9718 60.8788 14.7141 60.8788 17.3768C60.8788 20.0368 59.3055 21.7817 56.9238 21.7817ZM37.8471 18.5383H48.3512C48.4126 18.2012 48.4714 17.8668 48.4714 17.286C48.4714 13.1248 45.7546 10.0344 41.5284 10.0344C37.4531 10.0344 34.2246 13.0315 34.2246 17.4079C34.2246 21.7194 37.1512 24.7191 41.4695 24.7191C44.0661 24.7191 46.2381 23.6484 47.837 21.3539L45.5448 19.4872C44.2452 21.232 42.9482 21.7817 41.5591 21.7817C38.9036 21.7817 37.6961 19.8864 37.5452 18.9375C37.4812 18.6316 37.5759 18.5383 37.8471 18.5383ZM37.6961 15.4789C38.1489 13.9493 39.689 12.8785 41.4081 12.8785C43.0991 12.8785 44.6085 13.9493 45.0613 15.4789C45.1508 15.7849 45.1201 16.0001 44.8489 16.0001H37.9059C37.6322 16.0001 37.6015 15.7849 37.6961 15.4789Z",
12
+ fill: "#061340"
13
+ }), React.createElement("path", {
14
+ d: "M89.4395 10.375L84.6259 23.1426C83.2326 26.875 81.9291 28.5432 77.3874 30.6947L76.0275 27.9648C78.5934 26.6282 79.8918 25.6745 80.6641 24.3019L75.209 10.375H78.6909L82.1421 19.747C82.2319 19.9578 82.3242 20.0195 82.4448 20.0195C82.5654 20.0195 82.686 19.9578 82.7476 19.747L86.0166 10.375H89.4395Z",
15
+ fill: "#061340"
16
+ }), React.createElement("path", {
17
+ d: "M14.4749 19.0473C14.2274 19.0473 14.0405 19.0165 13.8246 18.8957L7.23744 15.1659V18.4407L13.8246 22.173C14.0405 22.2938 14.2274 22.3247 14.4749 22.3247C14.6934 22.3247 14.9409 22.263 15.1278 22.173L28.9524 14.3459V17.6233L15.1278 25.417C14.9409 25.5378 14.725 25.5995 14.4749 25.5995C14.259 25.5995 14.0405 25.5378 13.8246 25.417L7.23744 21.7181V24.962L13.8246 28.6944C14.0405 28.8152 14.259 28.846 14.4749 28.846C14.725 28.846 14.9725 28.7843 15.1278 28.6944L28.9524 20.8981V22.9596C28.9524 23.6896 28.5496 24.3862 27.8966 24.7512L15.5306 31.7275C15.2226 31.9075 14.8487 32 14.4749 32C14.1037 32 13.7614 31.9075 13.4191 31.7275L1.05574 24.7512C0.402814 24.3862 0 23.6896 0 22.9596V9.03783C0 8.27954 0.402814 7.58294 1.05574 7.21793L13.4191 0.272471C13.7614 0.0925369 14.1037 0 14.4749 0C14.8487 0 15.2226 0.0925369 15.5306 0.272471L27.8966 7.21793C28.5496 7.58294 28.9524 8.27954 28.9524 9.03783V11.1019L15.1278 18.8957C14.9409 18.9882 14.6934 19.0473 14.4749 19.0473Z",
18
+ fill: "#164DFF"
19
+ }));
20
+ }
21
+ exports.EasyPostLogo = EasyPostLogo;
@@ -35,9 +35,9 @@ var __yieldStar = (value) => {
35
35
  throw x;
36
36
  }, "return" in obj && method("return"), it;
37
37
  };
38
- const useFocusVisible = require("./useFocusVisible-CLoIPL6T.js");
39
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
40
- const focusSafely = require("./focusSafely-CucekFxc.js");
38
+ const useFocusVisible = require("./useFocusVisible-7ks2C0sQ.js");
39
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
40
+ const focusSafely = require("./focusSafely-BgcYAZN6.js");
41
41
  const React = require("react");
42
42
  class $dfc540311bf7f109$export$63eb3ababa9c55c4 {
43
43
  get currentNode() {
@@ -34,9 +34,9 @@ var __yieldStar = (value) => {
34
34
  throw x;
35
35
  }, "return" in obj && method("return"), it;
36
36
  };
37
- import { l as $f4e2df6bd15f8569$export$98658e8c59125e6a, b as $d4ee10de306f2510$export$4282f70798064fe0, i as $431fbd86ca7dc216$export$f21a1ffae260145a, d as $d4ee10de306f2510$export$cd4e5573fbe2b576, a as $431fbd86ca7dc216$export$b204af158042fbac, m as $b4b717babfbb907b$export$bebd5a1431fec25d, n as $b4b717babfbb907b$export$4c063cf1350e6fed, e as $d4ee10de306f2510$export$e58f029f0fbfdb29, o as $c87311424ea30a05$export$a11b0059900ceec8, p as $c87311424ea30a05$export$6446a186d09e379e, q as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-DgcLCVnV.mjs";
38
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-DRsiQq2k.mjs";
39
- import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "./focusSafely-BW4_g0fd.mjs";
37
+ import { m as $f4e2df6bd15f8569$export$98658e8c59125e6a, b as $d4ee10de306f2510$export$4282f70798064fe0, j as $431fbd86ca7dc216$export$f21a1ffae260145a, d as $d4ee10de306f2510$export$cd4e5573fbe2b576, a as $431fbd86ca7dc216$export$b204af158042fbac, n as $b4b717babfbb907b$export$bebd5a1431fec25d, o as $b4b717babfbb907b$export$4c063cf1350e6fed, e as $d4ee10de306f2510$export$e58f029f0fbfdb29, p as $c87311424ea30a05$export$a11b0059900ceec8, q as $c87311424ea30a05$export$6446a186d09e379e, r as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-DWC9qGtP.mjs";
38
+ import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "./mergeProps-CORsYhTp.mjs";
39
+ import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "./focusSafely-D0XrieaU.mjs";
40
40
  import React__default, { useRef, useContext, useMemo, useEffect } from "react";
41
41
  class $dfc540311bf7f109$export$63eb3ababa9c55c4 {
42
42
  get currentNode() {
@@ -1,9 +1,9 @@
1
1
  import * as React from "react";
2
2
  import React__default from "react";
3
3
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
4
- import { M as Menu } from "./Menu-L3un-ZpR.mjs";
4
+ import { M as Menu } from "./Menu-CfHK_0Sr.mjs";
5
5
  import { T as Text } from "./Text-CX5GoBTS.mjs";
6
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
6
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
7
7
  var __defProp$1 = Object.defineProperty;
8
8
  var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
9
9
  var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  const React = require("react");
3
3
  const Icon = require("./Icon-W8F9w-jS.js");
4
- const Menu = require("./Menu-BjKQfXId.js");
4
+ const Menu = require("./Menu-CivAepFq.js");
5
5
  const Text = require("./Text-B1xglKFU.js");
6
- const UnstyledButton = require("./UnstyledButton-d3ChgECf.js");
6
+ const UnstyledButton = require("./UnstyledButton-CnIn7VBo.js");
7
7
  function _interopNamespaceDefault(e) {
8
8
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
9
9
  if (e) {
@@ -23,10 +23,10 @@ const utilities_css = require("../utilities/css.js");
23
23
  const InputCaption = require("./InputCaption-G9D1cPnP.js");
24
24
  const Text = require("./Text-B1xglKFU.js");
25
25
  const Icon = require("./Icon-W8F9w-jS.js");
26
- const UnstyledButton = require("./UnstyledButton-d3ChgECf.js");
26
+ const UnstyledButton = require("./UnstyledButton-CnIn7VBo.js");
27
27
  const InputIcon = require("./InputIcon-BIaAI6v9.js");
28
- const useTextField = require("./useTextField-USpUKriF.js");
29
- const useHover = require("./useHover-BCKoTdS5.js");
28
+ const useTextField = require("./useTextField-DYKc0daU.js");
29
+ const useHover = require("./useHover-BMIowV0x.js");
30
30
  function _interopNamespaceDefault(e) {
31
31
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
32
32
  if (e) {
@@ -23,10 +23,10 @@ import { classNames, variationName } from "../utilities/css.mjs";
23
23
  import { L as Label, I as InputCaption } from "./InputCaption-aU5qZQlo.mjs";
24
24
  import { T as Text } from "./Text-CX5GoBTS.mjs";
25
25
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
26
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
26
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
27
27
  import { s as styles, m as mapIconSize, g as getElementType, a as logWarningsForInvalidPropConfiguration, l as logWarningForMissingAriaLabel, I as InputIcon } from "./InputIcon-B3t4QT3H.mjs";
28
- import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "./useTextField-B6vr1ZoD.mjs";
29
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-mdyQ6kou.mjs";
28
+ import { $ as $2d73ec29415bd339$export$712718f7aec83d5 } from "./useTextField-DUw10Bpa.mjs";
29
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-CwJuylzq.mjs";
30
30
  var __defProp$1 = Object.defineProperty;
31
31
  var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
32
32
  var __hasOwnProp$1 = Object.prototype.hasOwnProperty;
@@ -42,7 +42,7 @@ $c1d7fb2ec91bae71$var$Item.getCollectionNode = function* getCollectionNode(props
42
42
  let { childItems, title, children } = props;
43
43
  let rendered = props.title || props.children;
44
44
  let textValue = props.textValue || (typeof rendered === "string" ? rendered : "") || props["aria-label"] || "";
45
- if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning)) console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.");
45
+ if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning) && process.env.NODE_ENV !== "production") console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.");
46
46
  yield {
47
47
  type: "item",
48
48
  props,
@@ -43,7 +43,7 @@ $c1d7fb2ec91bae71$var$Item.getCollectionNode = function* getCollectionNode(props
43
43
  let { childItems, title, children } = props;
44
44
  let rendered = props.title || props.children;
45
45
  let textValue = props.textValue || (typeof rendered === "string" ? rendered : "") || props["aria-label"] || "";
46
- if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning)) console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.");
46
+ if (!textValue && !(context === null || context === void 0 ? void 0 : context.suppressTextValueWarning) && process.env.NODE_ENV !== "production") console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.");
47
47
  yield {
48
48
  type: "item",
49
49
  props,
@@ -28,7 +28,7 @@ var __objRest = (source, exclude) => {
28
28
  return target;
29
29
  };
30
30
  const React = require("react");
31
- const UnstyledButton = require("./UnstyledButton-d3ChgECf.js");
31
+ const UnstyledButton = require("./UnstyledButton-CnIn7VBo.js");
32
32
  const Text = require("./Text-B1xglKFU.js");
33
33
  const Icon = require("./Icon-W8F9w-jS.js");
34
34
  function _interopNamespaceDefault(e) {
@@ -28,7 +28,7 @@ var __objRest = (source, exclude) => {
28
28
  };
29
29
  import * as React from "react";
30
30
  import React__default from "react";
31
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
31
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
32
32
  import { T as Text } from "./Text-CX5GoBTS.mjs";
33
33
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
34
34
  var __defProp2 = Object.defineProperty;
@@ -31,30 +31,30 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { createContext, useContext, useCallback, useMemo } from "react";
33
33
  import { o as omit } from "./omit-CYoLXTjq.mjs";
34
- import { C as Checkbox } from "./Checkbox-C8XZu-1F.mjs";
34
+ import { C as Checkbox } from "./Checkbox-DJAFG_mm.mjs";
35
35
  import { T as Text } from "./Text-CX5GoBTS.mjs";
36
- import { i as isSelectAllSelected, S as SELECT_ALL_KEY, e as isSelectAllIndeterminate, D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, c as DEFAULT_PLACEMENT, b as DEFAULT_WIDTH, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, O as OVERLAY_OFFSET, f as getMenuPopoverMaxHeight, d as OVERLAY_PADDING_FROM_CONTAINER, h as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-U5Ql_Myz.mjs";
37
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DRsiQq2k.mjs";
36
+ import { i as isSelectAllSelected, S as SELECT_ALL_KEY, e as isSelectAllIndeterminate, D as DEFAULT_MAX_ITEMS_UNTIL_SCROLL, c as DEFAULT_PLACEMENT, b as DEFAULT_WIDTH, u as useSelectionCapture, $ as $f2f8a6077418541e$export$542a6fd13ac93354, O as OVERLAY_OFFSET, f as getMenuPopoverMaxHeight, d as OVERLAY_PADDING_FROM_CONTAINER, h as filterSelectedKeys, g as getUnmergedPopoverStyles, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-DaMKHxI8.mjs";
37
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-CORsYhTp.mjs";
38
38
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
39
- import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-DQ3FxwWo.mjs";
40
- import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-C_zJw1dp.mjs";
41
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-BJE6cxrg.mjs";
42
- import { f as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-DgcLCVnV.mjs";
43
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-mdyQ6kou.mjs";
44
- import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-B5QcOTFc.mjs";
45
- import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-DcveeRN2.mjs";
46
- import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-BhrTPNN2.mjs";
39
+ import { a as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, $ as $f6c31cce2adf654f$export$45712eceda6fad21, b as $ea8dcbcb9ea1b556$export$7e924b3091a3bd18 } from "./usePress-BGHDb_ce.mjs";
40
+ import { $ as $982254629710d113$export$b95089534ab7c1fd, a as $453cc9f0df89c0a5$export$77d5aafae4e095b2 } from "./useSelectableList-C1gLRl6h.mjs";
41
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "./useFocus-DsnhrQiB.mjs";
42
+ import { f as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-DWC9qGtP.mjs";
43
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-CwJuylzq.mjs";
44
+ import { a as $46d819fcbaf35654$export$8f71654801c2f7cd } from "./useFocusable-C6giMIa8.mjs";
45
+ import { $ as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "./useSelectableItem-CBqJNF3F.mjs";
46
+ import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "./Item-FD89BR0i.mjs";
47
47
  import { g as getDefaultExportFromCjs } from "./_commonjsHelpers-DWwsNxpa.mjs";
48
48
  import { useScrollbar } from "../utilities/useScrollbar.mjs";
49
49
  import { $ as $f4b273590fab9f93$export$52210f68a14655d0, a as $9fc4852771d079eb$export$6e2c8f0811a474ce, u as useTriggerWidth } from "./useTriggerWidth-74VNM0k9.mjs";
50
- import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-huXBYY4a.mjs";
51
- import { $ as $875d6693e12af071$export$728d6ba534403756 } from "./useTreeState-DtfZCGLY.mjs";
52
- import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-BHenEvUl.mjs";
53
- import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "./useMenuTrigger-C9nRdVJk.mjs";
50
+ import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-Cj4W5w8m.mjs";
51
+ import { $ as $875d6693e12af071$export$728d6ba534403756 } from "./useTreeState-DdjTMMtR.mjs";
52
+ import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-DzOmQv8m.mjs";
53
+ import { $ as $168583247155ddda$export$dc9c12ed27dd1b49 } from "./useMenuTrigger-Bm2l00Fx.mjs";
54
54
  const $fc79756100351201$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
55
55
  function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
56
56
  let _a = props, { shouldFocusWrap = true, onKeyDown, onKeyUp } = _a, otherProps = __objRest(_a, ["shouldFocusWrap", "onKeyDown", "onKeyUp"]);
57
- if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
57
+ if (!props["aria-label"] && !props["aria-labelledby"] && process.env.NODE_ENV !== "production") console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
58
58
  let domProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
59
59
  labelable: true
60
60
  });
@@ -32,30 +32,30 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const React = require("react");
34
34
  const omit = require("./omit-CC3uE8z5.js");
35
- const Checkbox = require("./Checkbox-sznEdCc0.js");
35
+ const Checkbox = require("./Checkbox-DwkJKuPC.js");
36
36
  const Text = require("./Text-B1xglKFU.js");
37
- const utilities = require("./utilities-x6Aiy1EG.js");
38
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
37
+ const utilities = require("./utilities-DgR-vXbf.js");
38
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
39
39
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
40
- const usePress = require("./usePress-DchxjERD.js");
41
- const useSelectableList = require("./useSelectableList-F9Rfjy4j.js");
42
- const useFocus = require("./useFocus-Da6IfenG.js");
43
- const useFocusVisible = require("./useFocusVisible-CLoIPL6T.js");
44
- const useHover = require("./useHover-BCKoTdS5.js");
45
- const useFocusable = require("./useFocusable-DRHM1otK.js");
46
- const useSelectableItem = require("./useSelectableItem-CxOGkw0W.js");
47
- const Item = require("./Item-CfWjPrxx.js");
40
+ const usePress = require("./usePress-Btah4Wrd.js");
41
+ const useSelectableList = require("./useSelectableList-CPHfKit7.js");
42
+ const useFocus = require("./useFocus-Df2haWPe.js");
43
+ const useFocusVisible = require("./useFocusVisible-7ks2C0sQ.js");
44
+ const useHover = require("./useHover-BMIowV0x.js");
45
+ const useFocusable = require("./useFocusable-HXkH_Kuc.js");
46
+ const useSelectableItem = require("./useSelectableItem-iCGDFQiY.js");
47
+ const Item = require("./Item-h_oPjYVR.js");
48
48
  const _commonjsHelpers = require("./_commonjsHelpers-Bc2YnDe1.js");
49
49
  const utilities_useScrollbar = require("../utilities/useScrollbar.js");
50
50
  const useTriggerWidth = require("./useTriggerWidth-B-IM2wNY.js");
51
- const Overlay = require("./Overlay-BqaNlC3s.js");
52
- const useTreeState = require("./useTreeState-DrWJoIPU.js");
53
- const useMenuTriggerState = require("./useMenuTriggerState-DmsfK2RH.js");
54
- const useMenuTrigger = require("./useMenuTrigger-Dq7mhK38.js");
51
+ const Overlay = require("./Overlay-88Ee_QUh.js");
52
+ const useTreeState = require("./useTreeState-kH1tpPJB.js");
53
+ const useMenuTriggerState = require("./useMenuTriggerState-Bpow2FQo.js");
54
+ const useMenuTrigger = require("./useMenuTrigger-CYz-sHYa.js");
55
55
  const $fc79756100351201$export$6f49b4016bfc8d56 = /* @__PURE__ */ new WeakMap();
56
56
  function $d5336fe17ce95402$export$38eaa17faae8f579(props, state, ref) {
57
57
  let _a = props, { shouldFocusWrap = true, onKeyDown, onKeyUp } = _a, otherProps = __objRest(_a, ["shouldFocusWrap", "onKeyDown", "onKeyUp"]);
58
- if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
58
+ if (!props["aria-label"] && !props["aria-labelledby"] && process.env.NODE_ENV !== "production") console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
59
59
  let domProps = filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
60
60
  labelable: true
61
61
  });
@@ -34,17 +34,18 @@ import React__default, { useCallback, useState, useEffect, useRef, isValidElemen
34
34
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
35
35
  import { C as Close } from "./Close-Cq6Q6MN6.mjs";
36
36
  import { C as CheckCircle } from "./CheckCircle-C9h2PNWU.mjs";
37
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, c as $bdb11010cef70236$export$f680877a34711e37, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DRsiQq2k.mjs";
38
- import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-SC1Py3Uf.mjs";
37
+ import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, c as $bdb11010cef70236$export$f680877a34711e37, b as $bdb11010cef70236$export$b4cc09c592e8fdb8, a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-CORsYhTp.mjs";
38
+ import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
39
+ import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-D-qKpkp4.mjs";
39
40
  import { createPortal } from "react-dom";
40
- import { q as $507fabe10e71c6fb$export$630ff653c5ada6a9, r as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./useFocusVisible-DgcLCVnV.mjs";
41
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BE5KE588.mjs";
42
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-mdyQ6kou.mjs";
41
+ import { r as $507fabe10e71c6fb$export$630ff653c5ada6a9, s as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./useFocusVisible-DWC9qGtP.mjs";
42
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-DPnHAdQU.mjs";
43
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-CwJuylzq.mjs";
43
44
  import { s as shimExports } from "./index-DOQwYO8h.mjs";
44
45
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
45
46
  import { T as Text } from "./Text-CX5GoBTS.mjs";
46
47
  import { classNames, variationName } from "../utilities/css.mjs";
47
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
48
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
48
49
  import { _ as _inheritsLoose, T as TransitionGroupContext, P as PropTypes, C as CSSTransition } from "./CSSTransition-C4FQrt4m.mjs";
49
50
  import { a as _extends, _ as _objectWithoutPropertiesLoose } from "./objectWithoutPropertiesLoose-COdxq1Ge.mjs";
50
51
  function $77b352cf12efcf73$export$84726ef35ca2129a(queue) {
@@ -64,8 +65,8 @@ function $77b352cf12efcf73$export$84726ef35ca2129a(queue) {
64
65
  };
65
66
  }
66
67
  class $77b352cf12efcf73$export$f1f8569633bbbec4 {
67
- runWithWrapUpdate(fn) {
68
- if (this.wrapUpdate) this.wrapUpdate(fn);
68
+ runWithWrapUpdate(fn, action) {
69
+ if (this.wrapUpdate) this.wrapUpdate(fn, action);
69
70
  else fn();
70
71
  }
71
72
  /** Subscribes to updates to the visible toasts. */
@@ -82,7 +83,7 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
82
83
  timer: options.timeout ? new $77b352cf12efcf73$var$Timer(() => this.close(toastKey), options.timeout) : void 0
83
84
  });
84
85
  this.queue.unshift(toast);
85
- this.updateVisibleToasts();
86
+ this.updateVisibleToasts("add");
86
87
  return toastKey;
87
88
  }
88
89
  /**
@@ -95,11 +96,13 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
95
96
  (_this_queue_index_onClose = (_this_queue_index = this.queue[index]).onClose) === null || _this_queue_index_onClose === void 0 ? void 0 : _this_queue_index_onClose.call(_this_queue_index);
96
97
  this.queue.splice(index, 1);
97
98
  }
98
- this.updateVisibleToasts();
99
+ this.updateVisibleToasts("remove");
99
100
  }
100
- updateVisibleToasts() {
101
+ updateVisibleToasts(action) {
101
102
  this.visibleToasts = this.queue.slice(0, this.maxVisibleToasts);
102
- for (let fn of this.subscriptions) this.runWithWrapUpdate(fn);
103
+ this.runWithWrapUpdate(() => {
104
+ for (let fn of this.subscriptions) fn();
105
+ }, action);
103
106
  }
104
107
  /** Pauses the timers for all visible toasts. */
105
108
  pauseAll() {
@@ -109,6 +112,10 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
109
112
  resumeAll() {
110
113
  for (let toast of this.visibleToasts) if (toast.timer) toast.timer.resume();
111
114
  }
115
+ clear() {
116
+ this.queue = [];
117
+ this.updateVisibleToasts("clear");
118
+ }
112
119
  constructor(options) {
113
120
  this.queue = [];
114
121
  this.subscriptions = /* @__PURE__ */ new Set();
@@ -207,7 +214,7 @@ class $a86207c5d7f7e1fb$var$LandmarkManager {
207
214
  addLandmark(newLandmark) {
208
215
  this.setupIfNeeded();
209
216
  if (this.landmarks.find((landmark) => landmark.ref === newLandmark.ref) || !newLandmark.ref.current) return;
210
- if (this.landmarks.filter((landmark) => landmark.role === "main").length > 1) console.error('Page can contain no more than one landmark with the role "main".');
217
+ if (this.landmarks.filter((landmark) => landmark.role === "main").length > 1 && process.env.NODE_ENV !== "production") console.error('Page can contain no more than one landmark with the role "main".');
211
218
  if (this.landmarks.length === 0) {
212
219
  this.landmarks = [
213
220
  newLandmark
@@ -250,8 +257,8 @@ class $a86207c5d7f7e1fb$var$LandmarkManager {
250
257
  let duplicatesWithoutLabel = [
251
258
  ...landmarksWithRole
252
259
  ].filter((landmark) => !landmark.label);
253
- if (duplicatesWithoutLabel.length > 0) console.warn(`Page contains more than one landmark with the '${role}' role. If two or more landmarks on a page share the same role, all must be labeled with an aria-label or aria-labelledby attribute: `, duplicatesWithoutLabel.map((landmark) => landmark.ref.current));
254
- else {
260
+ if (duplicatesWithoutLabel.length > 0 && process.env.NODE_ENV !== "production") console.warn(`Page contains more than one landmark with the '${role}' role. If two or more landmarks on a page share the same role, all must be labeled with an aria-label or aria-labelledby attribute: `, duplicatesWithoutLabel.map((landmark) => landmark.ref.current));
261
+ else if (process.env.NODE_ENV !== "production") {
255
262
  let labels = [
256
263
  ...landmarksWithRole
257
264
  ].map((landmark) => landmark.label);
@@ -815,16 +822,17 @@ function $d6542812f0669241$export$a407b657d3044108(props, state, ref) {
815
822
  useEffect(() => {
816
823
  setIsVisible(true);
817
824
  }, []);
825
+ let toastProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
826
+ labelable: true
827
+ });
818
828
  return {
819
- toastProps: {
829
+ toastProps: __spreadProps(__spreadValues({}, toastProps), {
820
830
  role: "alertdialog",
821
831
  "aria-modal": "false",
822
- "aria-label": props["aria-label"],
823
832
  "aria-labelledby": props["aria-labelledby"] || titleId,
824
833
  "aria-describedby": props["aria-describedby"] || descriptionId,
825
- "aria-details": props["aria-details"],
826
834
  tabIndex: 0
827
- },
835
+ }),
828
836
  contentProps: {
829
837
  role: "alert",
830
838
  "aria-atomic": "true",
@@ -34,17 +34,18 @@ const React = require("react");
34
34
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
35
35
  const Close = require("./Close-BQ2IlPyf.js");
36
36
  const CheckCircle = require("./CheckCircle-lgmtkEe6.js");
37
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
38
- const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-C3ZwxPrF.js");
37
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
38
+ const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
39
+ const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-X4sjSzZt.js");
39
40
  const ReactDOM = require("react-dom");
40
- const useFocusVisible = require("./useFocusVisible-CLoIPL6T.js");
41
- const useFocusWithin = require("./useFocusWithin-T1vqkUYN.js");
42
- const useHover = require("./useHover-BCKoTdS5.js");
41
+ const useFocusVisible = require("./useFocusVisible-7ks2C0sQ.js");
42
+ const useFocusWithin = require("./useFocusWithin-CxspK-F2.js");
43
+ const useHover = require("./useHover-BMIowV0x.js");
43
44
  const index = require("./index-6ObXAT_4.js");
44
45
  const Icon = require("./Icon-W8F9w-jS.js");
45
46
  const Text = require("./Text-B1xglKFU.js");
46
47
  const utilities_css = require("../utilities/css.js");
47
- const UnstyledButton = require("./UnstyledButton-d3ChgECf.js");
48
+ const UnstyledButton = require("./UnstyledButton-CnIn7VBo.js");
48
49
  const CSSTransition = require("./CSSTransition-BXyX0mUc.js");
49
50
  const objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose-C4Mip8ZU.js");
50
51
  function _interopNamespaceDefault(e) {
@@ -81,8 +82,8 @@ function $77b352cf12efcf73$export$84726ef35ca2129a(queue) {
81
82
  };
82
83
  }
83
84
  class $77b352cf12efcf73$export$f1f8569633bbbec4 {
84
- runWithWrapUpdate(fn) {
85
- if (this.wrapUpdate) this.wrapUpdate(fn);
85
+ runWithWrapUpdate(fn, action) {
86
+ if (this.wrapUpdate) this.wrapUpdate(fn, action);
86
87
  else fn();
87
88
  }
88
89
  /** Subscribes to updates to the visible toasts. */
@@ -99,7 +100,7 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
99
100
  timer: options.timeout ? new $77b352cf12efcf73$var$Timer(() => this.close(toastKey), options.timeout) : void 0
100
101
  });
101
102
  this.queue.unshift(toast);
102
- this.updateVisibleToasts();
103
+ this.updateVisibleToasts("add");
103
104
  return toastKey;
104
105
  }
105
106
  /**
@@ -112,11 +113,13 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
112
113
  (_this_queue_index_onClose = (_this_queue_index = this.queue[index2]).onClose) === null || _this_queue_index_onClose === void 0 ? void 0 : _this_queue_index_onClose.call(_this_queue_index);
113
114
  this.queue.splice(index2, 1);
114
115
  }
115
- this.updateVisibleToasts();
116
+ this.updateVisibleToasts("remove");
116
117
  }
117
- updateVisibleToasts() {
118
+ updateVisibleToasts(action) {
118
119
  this.visibleToasts = this.queue.slice(0, this.maxVisibleToasts);
119
- for (let fn of this.subscriptions) this.runWithWrapUpdate(fn);
120
+ this.runWithWrapUpdate(() => {
121
+ for (let fn of this.subscriptions) fn();
122
+ }, action);
120
123
  }
121
124
  /** Pauses the timers for all visible toasts. */
122
125
  pauseAll() {
@@ -126,6 +129,10 @@ class $77b352cf12efcf73$export$f1f8569633bbbec4 {
126
129
  resumeAll() {
127
130
  for (let toast of this.visibleToasts) if (toast.timer) toast.timer.resume();
128
131
  }
132
+ clear() {
133
+ this.queue = [];
134
+ this.updateVisibleToasts("clear");
135
+ }
129
136
  constructor(options) {
130
137
  this.queue = [];
131
138
  this.subscriptions = /* @__PURE__ */ new Set();
@@ -224,7 +231,7 @@ class $a86207c5d7f7e1fb$var$LandmarkManager {
224
231
  addLandmark(newLandmark) {
225
232
  this.setupIfNeeded();
226
233
  if (this.landmarks.find((landmark) => landmark.ref === newLandmark.ref) || !newLandmark.ref.current) return;
227
- if (this.landmarks.filter((landmark) => landmark.role === "main").length > 1) console.error('Page can contain no more than one landmark with the role "main".');
234
+ if (this.landmarks.filter((landmark) => landmark.role === "main").length > 1 && process.env.NODE_ENV !== "production") console.error('Page can contain no more than one landmark with the role "main".');
228
235
  if (this.landmarks.length === 0) {
229
236
  this.landmarks = [
230
237
  newLandmark
@@ -267,8 +274,8 @@ class $a86207c5d7f7e1fb$var$LandmarkManager {
267
274
  let duplicatesWithoutLabel = [
268
275
  ...landmarksWithRole
269
276
  ].filter((landmark) => !landmark.label);
270
- if (duplicatesWithoutLabel.length > 0) console.warn(`Page contains more than one landmark with the '${role}' role. If two or more landmarks on a page share the same role, all must be labeled with an aria-label or aria-labelledby attribute: `, duplicatesWithoutLabel.map((landmark) => landmark.ref.current));
271
- else {
277
+ if (duplicatesWithoutLabel.length > 0 && process.env.NODE_ENV !== "production") console.warn(`Page contains more than one landmark with the '${role}' role. If two or more landmarks on a page share the same role, all must be labeled with an aria-label or aria-labelledby attribute: `, duplicatesWithoutLabel.map((landmark) => landmark.ref.current));
278
+ else if (process.env.NODE_ENV !== "production") {
272
279
  let labels = [
273
280
  ...landmarksWithRole
274
281
  ].map((landmark) => landmark.label);
@@ -832,16 +839,17 @@ function $d6542812f0669241$export$a407b657d3044108(props, state, ref) {
832
839
  React.useEffect(() => {
833
840
  setIsVisible(true);
834
841
  }, []);
842
+ let toastProps = filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, {
843
+ labelable: true
844
+ });
835
845
  return {
836
- toastProps: {
846
+ toastProps: __spreadProps(__spreadValues({}, toastProps), {
837
847
  role: "alertdialog",
838
848
  "aria-modal": "false",
839
- "aria-label": props["aria-label"],
840
849
  "aria-labelledby": props["aria-labelledby"] || titleId,
841
850
  "aria-describedby": props["aria-describedby"] || descriptionId,
842
- "aria-details": props["aria-details"],
843
851
  tabIndex: 0
844
- },
852
+ }),
845
853
  contentProps: {
846
854
  role: "alert",
847
855
  "aria-atomic": "true",
@@ -31,11 +31,11 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const useControlledState = require("./useControlledState-mnKBd6Uc.js");
35
- const focusSafely = require("./focusSafely-CucekFxc.js");
36
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
34
+ const useControlledState = require("./useControlledState-B2XIiHlL.js");
35
+ const focusSafely = require("./focusSafely-BgcYAZN6.js");
36
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
37
37
  const useObjectRef = require("./useObjectRef-BOGMJ5vM.js");
38
- const FocusScope = require("./FocusScope-DxiwSl55.js");
38
+ const FocusScope = require("./FocusScope-BYrP0odg.js");
39
39
  const ReactDOM = require("react-dom");
40
40
  function $fc909762b330b746$export$61c6a8c84e605fb6(props) {
41
41
  let [isOpen, setOpen] = useControlledState.$458b0a5536c1a7cf$export$40bfa8c7b0832715(props.isOpen, props.defaultOpen || false, props.onOpenChange);
@@ -78,7 +78,7 @@ const $f1ab8c75478c6f73$export$3351871ee4b288b8 = /* @__PURE__ */ React.forwardR
78
78
  focusSafely.$e7801be82b4b2a53$export$4debdb1a3f0fa79e(prevContext, ref);
79
79
  React.useEffect(() => {
80
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.");
81
+ if (process.env.NODE_ENV !== "production") console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component.");
82
82
  isRegistered.current = true;
83
83
  }
84
84
  }, []);
@@ -118,7 +118,7 @@ function $dd149f63282afbbf$export$18fc8428861184da(opts) {
118
118
  ]);
119
119
  }
120
120
  const $96b38030c423d352$export$60d741e20e0aa309 = /* @__PURE__ */ React.createContext({});
121
- function $96b38030c423d352$export$574e9b0fb070c3b0() {
121
+ function $96b38030c423d352$export$9fc1347d4195ccb3() {
122
122
  var _useContext;
123
123
  return (_useContext = React.useContext($96b38030c423d352$export$60d741e20e0aa309)) !== null && _useContext !== void 0 ? _useContext : {};
124
124
  }
@@ -134,7 +134,7 @@ function $337b884510726a0d$export$c6fdb837b070b4ff(props) {
134
134
  contain,
135
135
  setContain
136
136
  ]);
137
- let { getContainer } = $96b38030c423d352$export$574e9b0fb070c3b0();
137
+ let { getContainer } = $96b38030c423d352$export$9fc1347d4195ccb3();
138
138
  if (!props.portalContainer && getContainer) portalContainer = getContainer();
139
139
  if (!portalContainer) return null;
140
140
  let contents = props.children;