@easypost/easy-ui 1.0.0-alpha.78 → 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 (261) hide show
  1. package/Button/index.js +1 -1
  2. package/Button/index.mjs +1 -1
  3. package/CHANGELOG.md +6 -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/index.js +33 -28
  13. package/DataGrid/index.mjs +33 -28
  14. package/DatePicker/index.js +13 -13
  15. package/DatePicker/index.mjs +13 -13
  16. package/DateRangePicker/index.js +13 -13
  17. package/DateRangePicker/index.mjs +13 -13
  18. package/Drawer/index.js +4 -4
  19. package/Drawer/index.mjs +4 -4
  20. package/DropdownButton/index.js +1 -1
  21. package/DropdownButton/index.mjs +1 -1
  22. package/FocusedProductLayout/index.js +3 -3
  23. package/FocusedProductLayout/index.mjs +3 -3
  24. package/ForgeLayout/index.js +11 -11
  25. package/ForgeLayout/index.mjs +11 -11
  26. package/HostedUILayout/HostedUILayout.d.ts +76 -0
  27. package/HostedUILayout/HostedUILayout.d.ts.map +1 -0
  28. package/HostedUILayout/HostedUILayout.stories.d.ts +8 -0
  29. package/HostedUILayout/HostedUILayout.stories.d.ts.map +1 -0
  30. package/HostedUILayout/HostedUILayout.test.d.ts +2 -0
  31. package/HostedUILayout/HostedUILayout.test.d.ts.map +1 -0
  32. package/HostedUILayout/HostedUILayoutActions.d.ts +50 -0
  33. package/HostedUILayout/HostedUILayoutActions.d.ts.map +1 -0
  34. package/HostedUILayout/index.d.ts +2 -0
  35. package/HostedUILayout/index.d.ts.map +1 -0
  36. package/HostedUILayout/index.js +195 -0
  37. package/HostedUILayout/index.mjs +195 -0
  38. package/IconButton/index.js +1 -1
  39. package/IconButton/index.mjs +1 -1
  40. package/InputField/index.js +1 -1
  41. package/InputField/index.mjs +1 -1
  42. package/KebabButton/index.js +1 -1
  43. package/KebabButton/index.mjs +1 -1
  44. package/Menu/index.js +1 -1
  45. package/Menu/index.mjs +1 -1
  46. package/Modal/index.js +5 -5
  47. package/Modal/index.mjs +5 -5
  48. package/MultiSelect/index.js +27 -27
  49. package/MultiSelect/index.mjs +28 -28
  50. package/MultipageSection/MultipageSection.d.ts +118 -0
  51. package/MultipageSection/MultipageSection.d.ts.map +1 -0
  52. package/MultipageSection/MultipageSection.stories.d.ts +8 -0
  53. package/MultipageSection/MultipageSection.stories.d.ts.map +1 -0
  54. package/MultipageSection/MultipageSection.test.d.ts +2 -0
  55. package/MultipageSection/MultipageSection.test.d.ts.map +1 -0
  56. package/MultipageSection/MultipageSectionSidebarNav.d.ts +29 -0
  57. package/MultipageSection/MultipageSectionSidebarNav.d.ts.map +1 -0
  58. package/MultipageSection/index.d.ts +2 -0
  59. package/MultipageSection/index.d.ts.map +1 -0
  60. package/MultipageSection/index.js +208 -0
  61. package/MultipageSection/index.mjs +208 -0
  62. package/NexusLayout/index.js +8 -25
  63. package/NexusLayout/index.mjs +7 -24
  64. package/Notification/index.js +1 -1
  65. package/Notification/index.mjs +1 -1
  66. package/Pagination/index.js +2 -2
  67. package/Pagination/index.mjs +2 -2
  68. package/PillGroup/index.js +1 -1
  69. package/PillGroup/index.mjs +1 -1
  70. package/PlanCard/index.js +4 -4
  71. package/PlanCard/index.mjs +4 -4
  72. package/ProductLayout/index.js +8 -8
  73. package/ProductLayout/index.mjs +8 -8
  74. package/Provider/index.js +2 -2
  75. package/Provider/index.mjs +2 -2
  76. package/RadioButtonGroup/index.js +9 -9
  77. package/RadioButtonGroup/index.mjs +9 -9
  78. package/RadioGroup/index.js +1 -1
  79. package/RadioGroup/index.mjs +1 -1
  80. package/RangeCalendar/index.js +1 -1
  81. package/RangeCalendar/index.mjs +1 -1
  82. package/SearchNav/index.js +4 -4
  83. package/SearchNav/index.mjs +4 -4
  84. package/Select/index.js +2 -2
  85. package/Select/index.mjs +2 -2
  86. package/SelectorErrorTooltip/index.js +1 -1
  87. package/SelectorErrorTooltip/index.mjs +1 -1
  88. package/Spinner/index.js +1 -1
  89. package/Spinner/index.mjs +1 -1
  90. package/SplitToggleCard/index.js +1 -1
  91. package/SplitToggleCard/index.mjs +1 -1
  92. package/Stepper/index.js +1 -1
  93. package/Stepper/index.mjs +1 -1
  94. package/TabNav/index.js +1 -1
  95. package/TabNav/index.mjs +1 -1
  96. package/TabPanels/index.js +18 -16
  97. package/TabPanels/index.mjs +18 -16
  98. package/Tabs/index.js +1 -1
  99. package/Tabs/index.mjs +1 -1
  100. package/TextField/index.js +1 -1
  101. package/TextField/index.mjs +1 -1
  102. package/Textarea/index.js +1 -1
  103. package/Textarea/index.mjs +1 -1
  104. package/Toggle/index.js +1 -1
  105. package/Toggle/index.mjs +1 -1
  106. package/Tooltip/index.js +1 -1
  107. package/Tooltip/index.mjs +1 -1
  108. package/UnstyledButton/index.js +1 -1
  109. package/UnstyledButton/index.mjs +1 -1
  110. package/VerticalNav/index.js +6 -6
  111. package/VerticalNav/index.mjs +6 -6
  112. package/__chunks__/{Button-D9a9VZzF.js → Button-2GplvjoR.js} +5 -5
  113. package/__chunks__/{Button-D-ucl04v.mjs → Button-BE3zVhME.mjs} +1 -1
  114. package/__chunks__/{Button-UHHZB1DN.mjs → Button-BpGjkRZu.mjs} +8 -8
  115. package/__chunks__/{Button-DA6XfGLP.js → Button-DUZZ9HoT.js} +1 -1
  116. package/__chunks__/{Calendar-DjW0E3mk.mjs → Calendar-B8v6TkXp.mjs} +2 -2
  117. package/__chunks__/{Calendar-2o01guc2.js → Calendar-joo_8vqm.js} +2 -2
  118. package/__chunks__/{CalendarBase-RcVbhUvM.js → CalendarBase-B1T_Rybe.js} +30 -18
  119. package/__chunks__/{CalendarBase-D8NmV5mS.mjs → CalendarBase-adL7KcVi.mjs} +34 -22
  120. package/__chunks__/{Checkbox-C8XZu-1F.mjs → Checkbox-DJAFG_mm.mjs} +8 -8
  121. package/__chunks__/{Checkbox-sznEdCc0.js → Checkbox-DwkJKuPC.js} +8 -8
  122. package/__chunks__/{DatePickerBase-BJH3bhGM.mjs → DatePickerBase-Bg4YQMAj.mjs} +26 -23
  123. package/__chunks__/{DatePickerBase-BWFcyR_m.js → DatePickerBase-DRR0aOm4.js} +26 -23
  124. package/__chunks__/{Dialog-BBt18JUl.mjs → Dialog-71SzSgdZ.mjs} +10 -10
  125. package/__chunks__/{Dialog-Dde11Vfw.js → Dialog-D1oLQPjX.js} +10 -10
  126. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +22 -0
  127. package/__chunks__/EasyPostLogo-DQt5KlFX.js +21 -0
  128. package/__chunks__/{FocusScope-DxiwSl55.js → FocusScope-BYrP0odg.js} +3 -3
  129. package/__chunks__/{FocusScope-jG-ZgYgr.mjs → FocusScope-DP1VSF7s.mjs} +3 -3
  130. package/__chunks__/{HelpMenu-DQngktSJ.mjs → HelpMenu-DHNd3X_S.mjs} +2 -2
  131. package/__chunks__/{HelpMenu-B3gwBqqY.js → HelpMenu-LZ_ky28u.js} +2 -2
  132. package/__chunks__/{InputField-CPgMRigD.js → InputField-CH28zjUK.js} +3 -3
  133. package/__chunks__/{InputField-D4feGzmR.mjs → InputField-D4Arfzdz.mjs} +3 -3
  134. package/__chunks__/{Item-BhrTPNN2.mjs → Item-FD89BR0i.mjs} +1 -1
  135. package/__chunks__/{Item-CfWjPrxx.js → Item-h_oPjYVR.js} +1 -1
  136. package/__chunks__/{KebabButton-B97kYKaW.js → KebabButton-BF8hfPrB.js} +1 -1
  137. package/__chunks__/{KebabButton-tTikhARu.mjs → KebabButton-D5KhH0qQ.mjs} +1 -1
  138. package/__chunks__/{Menu-L3un-ZpR.mjs → Menu-CfHK_0Sr.mjs} +16 -16
  139. package/__chunks__/{Menu-BjKQfXId.js → Menu-CivAepFq.js} +16 -16
  140. package/__chunks__/{Notification-C22_98O5.mjs → Notification-CRi-0D3f.mjs} +27 -19
  141. package/__chunks__/{Notification-eckCE8Jj.js → Notification-D7ceWiZq.js} +27 -19
  142. package/__chunks__/{Overlay-BqaNlC3s.js → Overlay-88Ee_QUh.js} +7 -7
  143. package/__chunks__/{Overlay-huXBYY4a.mjs → Overlay-Cj4W5w8m.mjs} +7 -7
  144. package/__chunks__/{PillGroup-q2LMLV6q.js → PillGroup-B9WQ2to5.js} +26 -25
  145. package/__chunks__/{PillGroup-8hng2YcX.mjs → PillGroup-CuPREwvS.mjs} +26 -25
  146. package/__chunks__/{RadioGroup-CaCZDI4f.mjs → RadioGroup-B5o5aPT-.mjs} +14 -14
  147. package/__chunks__/{RadioGroup-Cbzsv5jw.js → RadioGroup-yg8Gtbol.js} +14 -14
  148. package/__chunks__/{RangeCalendar-aUakXSjU.js → RangeCalendar-BgB6xU9q.js} +4 -4
  149. package/__chunks__/{RangeCalendar-DhFnV8j-.mjs → RangeCalendar-CNLF6YQu.mjs} +4 -4
  150. package/__chunks__/{SelectOverlay-BFRRqmYL.js → SelectOverlay-BaATkSsw.js} +17 -16
  151. package/__chunks__/{SelectOverlay-CsxfifYV.mjs → SelectOverlay-DkEL-0O_.mjs} +17 -16
  152. package/__chunks__/{SelectionManager-px2R7S_e.js → SelectionManager-BZ_5U5QP.js} +1 -1
  153. package/__chunks__/{SelectionManager-my6312qq.mjs → SelectionManager-VOfe5ZyB.mjs} +1 -1
  154. package/__chunks__/{SelectorErrorTooltip-C5XJ5swy.mjs → SelectorErrorTooltip-BPLk3N_Q.mjs} +1 -1
  155. package/__chunks__/{SelectorErrorTooltip-EwN0tf2g.js → SelectorErrorTooltip-b5pE6hY-.js} +1 -1
  156. package/__chunks__/{Spinner-BsFJZqxe.mjs → Spinner-CNAJknx9.mjs} +3 -3
  157. package/__chunks__/{Spinner-BsvfYBAO.js → Spinner-CipzStjn.js} +3 -3
  158. package/__chunks__/{Stepper-lFftpFos.js → Stepper--KsoKMdM.js} +3 -3
  159. package/__chunks__/{Stepper-F7Czxecp.mjs → Stepper-CACO2jLG.mjs} +3 -3
  160. package/__chunks__/{TabNav-DbDaDR6R.mjs → TabNav-D2_vfrMU.mjs} +1 -1
  161. package/__chunks__/{TabNav-D6mXxhua.js → TabNav-DTnHIUFZ.js} +1 -1
  162. package/__chunks__/{Tabs-DbH5NmIf.mjs → Tabs-BkzVKvWV.mjs} +3 -3
  163. package/__chunks__/{Tabs-9z2E6ZhV.js → Tabs-J924obQC.js} +3 -3
  164. package/__chunks__/{TextField-D1YUSD6j.js → TextField-C6qMiNmy.js} +1 -1
  165. package/__chunks__/{TextField-BwGqzpya.mjs → TextField-CUOz6ZUe.mjs} +1 -1
  166. package/__chunks__/{Toggle-DqKzs3Y8.mjs → Toggle-BQqjvn6Z.mjs} +5 -5
  167. package/__chunks__/{Toggle-13H0VeGP.js → Toggle-CTUk7LSy.js} +5 -5
  168. package/__chunks__/{Tooltip-DP2EYuM4.js → Tooltip-BIfmWjfP.js} +6 -6
  169. package/__chunks__/{Tooltip-By8WH1wI.mjs → Tooltip-BcHfMDtC.mjs} +6 -6
  170. package/__chunks__/{UnstyledButton-0yreaZnh.mjs → UnstyledButton-CfhKDftV.mjs} +2 -2
  171. package/__chunks__/{UnstyledButton-d3ChgECf.js → UnstyledButton-CnIn7VBo.js} +2 -2
  172. package/__chunks__/{VisuallyHidden-DLuOutNi.mjs → VisuallyHidden-CCdi-Y1w.mjs} +2 -2
  173. package/__chunks__/{VisuallyHidden-Cl5AQsPA.js → VisuallyHidden-DeSpvYML.js} +2 -2
  174. package/__chunks__/{ariaHideOutside-7ae_6If3.js → ariaHideOutside-Bq8FQnZq.js} +5 -5
  175. package/__chunks__/{ariaHideOutside-DRsDXtWO.mjs → ariaHideOutside-CT4hjtef.mjs} +5 -5
  176. package/__chunks__/{context-C5QKMZmh.mjs → context-BEoWr5Bw.mjs} +1 -1
  177. package/__chunks__/{context-BQfsEeih.js → context-Dxz9OXQY.js} +1 -1
  178. package/__chunks__/{focusSafely-CucekFxc.js → focusSafely-BgcYAZN6.js} +2 -2
  179. package/__chunks__/{focusSafely-BW4_g0fd.mjs → focusSafely-D0XrieaU.mjs} +2 -2
  180. package/__chunks__/{mergeProps-DRsiQq2k.mjs → mergeProps-CORsYhTp.mjs} +1 -1
  181. package/__chunks__/{mergeProps-6pKCnMWU.js → mergeProps-d7wJkv71.js} +1 -1
  182. package/__chunks__/{scrollIntoView-DSPpbfzY.mjs → scrollIntoView-BY1C_8w5.mjs} +1 -1
  183. package/__chunks__/{scrollIntoView-CzFYIYQT.js → scrollIntoView-DrxAy81g.js} +1 -1
  184. package/__chunks__/{useButton-SSooC6Sc.js → useButton-BxK3VBiR.js} +6 -27
  185. package/__chunks__/{useButton-ovH6gI84.mjs → useButton-W0nkeGLb.mjs} +6 -27
  186. package/__chunks__/{useCollator-DpGidudE.js → useCollator-Bbw6GMg7.js} +1 -1
  187. package/__chunks__/{useCollator-DiblLehW.mjs → useCollator-D97tqUbx.mjs} +1 -1
  188. package/__chunks__/{useControlledState-mnKBd6Uc.js → useControlledState-B2XIiHlL.js} +2 -2
  189. package/__chunks__/{useControlledState-CFWhSD5C.mjs → useControlledState-BDO08zJF.mjs} +2 -2
  190. package/__chunks__/{useDialog-zKH03v_d.mjs → useDialog-BhvpnpTk.mjs} +3 -3
  191. package/__chunks__/{useDialog-CmV1awNZ.js → useDialog-D_2QCyti.js} +3 -3
  192. package/__chunks__/{useEvent-BR4RE1uc.mjs → useEvent-B40RDiQ6.mjs} +1 -1
  193. package/__chunks__/{useEvent-DiEr5shV.js → useEvent-Dh4hqdOa.js} +1 -1
  194. package/__chunks__/{useField-MeTEdBhD.js → useField-C80n1AHI.js} +2 -2
  195. package/__chunks__/{useField-D71RzzwQ.mjs → useField-D1rL_Lz6.mjs} +2 -2
  196. package/__chunks__/{useFilter-Cd0PVtCe.mjs → useFilter-CQzUxSTO.mjs} +1 -1
  197. package/__chunks__/{useFilter-DUqh08RA.js → useFilter-DMnYaJdO.js} +1 -1
  198. package/__chunks__/{useFocus-Da6IfenG.js → useFocus-Df2haWPe.js} +1 -1
  199. package/__chunks__/{useFocus-BJE6cxrg.mjs → useFocus-DsnhrQiB.mjs} +1 -1
  200. package/__chunks__/{useFocusRing-Dg_M1jfs.mjs → useFocusRing-DAMeUI3t.mjs} +3 -3
  201. package/__chunks__/{useFocusRing-CtLKOxxD.js → useFocusRing-ygRrwBu3.js} +3 -3
  202. package/__chunks__/{useFocusVisible-CLoIPL6T.js → useFocusVisible-7ks2C0sQ.js} +26 -36
  203. package/__chunks__/{useFocusVisible-DgcLCVnV.mjs → useFocusVisible-DWC9qGtP.mjs} +46 -56
  204. package/__chunks__/{useFocusWithin-T1vqkUYN.js → useFocusWithin-CxspK-F2.js} +5 -5
  205. package/__chunks__/{useFocusWithin-BE5KE588.mjs → useFocusWithin-DPnHAdQU.mjs} +5 -5
  206. package/__chunks__/{useFocusable-B5QcOTFc.mjs → useFocusable-C6giMIa8.mjs} +4 -4
  207. package/__chunks__/{useFocusable-DRHM1otK.js → useFocusable-HXkH_Kuc.js} +4 -4
  208. package/__chunks__/{useFormReset-BUBASXJO.mjs → useFormReset-XL_MAi9u.mjs} +1 -1
  209. package/__chunks__/{useFormReset-Ja1aibwy.js → useFormReset-mp5g2mF5.js} +1 -1
  210. package/__chunks__/{useFormValidation-DaCYT2Ut.js → useFormValidation-CAsEJ1eu.js} +2 -2
  211. package/__chunks__/{useFormValidation-gt5I8m2g.mjs → useFormValidation-HasG7QCl.mjs} +2 -2
  212. package/__chunks__/{useHasTabbableChild-BBua_oUS.mjs → useHasTabbableChild-C5KDnOFZ.mjs} +2 -2
  213. package/__chunks__/{useHasTabbableChild-DSm3UrCF.js → useHasTabbableChild-D23JzSLZ.js} +2 -2
  214. package/__chunks__/{useHighlightSelectionDescription-Dl5YfxVo.mjs → useHighlightSelectionDescription-BODt1AHW.mjs} +4 -4
  215. package/__chunks__/{useHighlightSelectionDescription-B49pg43a.js → useHighlightSelectionDescription-CT3jLcfS.js} +4 -4
  216. package/__chunks__/{useHover-BCKoTdS5.js → useHover-BMIowV0x.js} +4 -4
  217. package/__chunks__/{useHover-mdyQ6kou.mjs → useHover-CwJuylzq.mjs} +4 -4
  218. package/__chunks__/{useLabel-DVLShpAi.js → useLabel-D9oYLpKn.js} +3 -3
  219. package/__chunks__/{useLabel-CMWuiLM0.mjs → useLabel-DG4LdFPw.mjs} +3 -3
  220. package/__chunks__/{useLabels-DrIYrapv.js → useLabels-DMDlcCM_.js} +1 -1
  221. package/__chunks__/{useLabels-DCSAqT2C.mjs → useLabels-DWprW4wx.mjs} +1 -1
  222. package/__chunks__/{useLink-DihQM2-s.js → useLink-CcRvXaFq.js} +5 -23
  223. package/__chunks__/{useLink-Dr9Pjalq.mjs → useLink-CxFvWxcs.mjs} +5 -23
  224. package/__chunks__/{useListBoxSection-Bw5OEI4S.mjs → useListBoxSection-UWw98S5n.mjs} +8 -8
  225. package/__chunks__/{useListBoxSection-u2FxpXWK.js → useListBoxSection-yxKStnVF.js} +8 -8
  226. package/__chunks__/{useListState-CKHwm7j_.js → useListState-CU712DaQ.js} +1 -1
  227. package/__chunks__/{useListState-DqBHV23A.mjs → useListState-Doymm1MR.mjs} +1 -1
  228. package/__chunks__/{useLocalizedStringFormatter-SC1Py3Uf.mjs → useLocalizedStringFormatter-D-qKpkp4.mjs} +1 -1
  229. package/__chunks__/{useLocalizedStringFormatter-C3ZwxPrF.js → useLocalizedStringFormatter-X4sjSzZt.js} +1 -1
  230. package/__chunks__/{useMenuTrigger-C9nRdVJk.mjs → useMenuTrigger-Bm2l00Fx.mjs} +9 -6
  231. package/__chunks__/{useMenuTrigger-Dq7mhK38.js → useMenuTrigger-CYz-sHYa.js} +9 -6
  232. package/__chunks__/{useMenuTriggerState-DmsfK2RH.js → useMenuTriggerState-Bpow2FQo.js} +1 -1
  233. package/__chunks__/{useMenuTriggerState-BHenEvUl.mjs → useMenuTriggerState-DzOmQv8m.mjs} +1 -1
  234. package/__chunks__/{useModalOverlay-BLiaW3WH.mjs → useModalOverlay-1zoyqSAR.mjs} +3 -3
  235. package/__chunks__/{useModalOverlay-C_b9YfI9.js → useModalOverlay-E3JkPreO.js} +3 -3
  236. package/__chunks__/{useOverlayPosition-_GnIrSzW.mjs → useOverlayPosition-BJjENFKW.mjs} +4 -4
  237. package/__chunks__/{useOverlayPosition-BIRVQjJL.js → useOverlayPosition-Ba2II0yy.js} +4 -4
  238. package/__chunks__/{useOverlayTrigger-BJJgq7LS.js → useOverlayTrigger-DSYyww_1.js} +2 -2
  239. package/__chunks__/{useOverlayTrigger-BIc8jsUc.mjs → useOverlayTrigger-DTO7VB3r.mjs} +2 -2
  240. package/__chunks__/{usePress-DQ3FxwWo.mjs → usePress-BGHDb_ce.mjs} +35 -33
  241. package/__chunks__/{usePress-DchxjERD.js → usePress-Btah4Wrd.js} +35 -33
  242. package/__chunks__/{useSelectableItem-DcveeRN2.mjs → useSelectableItem-CBqJNF3F.mjs} +13 -11
  243. package/__chunks__/{useSelectableItem-CxOGkw0W.js → useSelectableItem-iCGDFQiY.js} +13 -11
  244. package/__chunks__/{useSelectableList-C_zJw1dp.mjs → useSelectableList-C1gLRl6h.mjs} +3 -3
  245. package/__chunks__/{useSelectableList-F9Rfjy4j.js → useSelectableList-CPHfKit7.js} +3 -3
  246. package/__chunks__/{useSingleSelectListState-IrBbHxlA.js → useSingleSelectListState-Br2JooAG.js} +2 -2
  247. package/__chunks__/{useSingleSelectListState-61RqBjo5.mjs → useSingleSelectListState-ByDUc5Ex.mjs} +2 -2
  248. package/__chunks__/{useTextField-B6vr1ZoD.mjs → useTextField-DUw10Bpa.mjs} +7 -7
  249. package/__chunks__/{useTextField-USpUKriF.js → useTextField-DYKc0daU.js} +7 -7
  250. package/__chunks__/{useToggle-C7k9_K6R.mjs → useToggle-Dvy3oMSz.mjs} +5 -5
  251. package/__chunks__/{useToggle-CRkaTfEP.js → useToggle-nWML_sp8.js} +5 -5
  252. package/__chunks__/{useToggleState-kFojjzgV.mjs → useToggleState-1Mo_p5l0.mjs} +1 -1
  253. package/__chunks__/{useToggleState-CdbEMLRz.js → useToggleState-8QqTgvTU.js} +1 -1
  254. package/__chunks__/{useTreeState-DtfZCGLY.mjs → useTreeState-DdjTMMtR.mjs} +2 -2
  255. package/__chunks__/{useTreeState-DrWJoIPU.js → useTreeState-kH1tpPJB.js} +2 -2
  256. package/__chunks__/{utilities-U5Ql_Myz.mjs → utilities-DaMKHxI8.mjs} +6 -6
  257. package/__chunks__/{utilities-x6Aiy1EG.js → utilities-DgR-vXbf.js} +6 -6
  258. package/__chunks__/{utils-CY9C69XV.js → utils-B-3LZYje.js} +1 -1
  259. package/__chunks__/{utils-CwzguevQ.mjs → utils-CZnJZGiu.mjs} +1 -1
  260. package/package.json +4 -4
  261. package/style.css +404 -223
@@ -29,28 +29,28 @@ var __objRest = (source, exclude) => {
29
29
  }
30
30
  return target;
31
31
  };
32
- import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
32
+ import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-BDO08zJF.mjs";
33
33
  import React__default, { useMemo, useState, useRef, useEffect } from "react";
34
34
  import { $ as $319e236875307eab$export$a9b970dcc4ae71a9 } from "./LiveAnnouncer-BSV5-C0m.mjs";
35
- import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DRsiQq2k.mjs";
35
+ import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8, $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-CORsYhTp.mjs";
36
36
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
37
- import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-DCSAqT2C.mjs";
37
+ import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-DWprW4wx.mjs";
38
38
  import { $ as $4f58c5f72bcf79f7$export$496315a1608d9602 } from "./useUpdateEffect-C9amKlvd.mjs";
39
- import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-SC1Py3Uf.mjs";
39
+ import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-D-qKpkp4.mjs";
40
40
  import { V as VerticalStack } from "./VerticalStack-C2yDQVHD.mjs";
41
41
  import { T as Text } from "./Text-CX5GoBTS.mjs";
42
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-C5QKMZmh.mjs";
42
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BEoWr5Bw.mjs";
43
43
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
44
44
  import { H as HorizontalStack } from "./HorizontalStack-CxE8tPx_.mjs";
45
45
  import { K as KeyboardDoubleArrowLeft, a as KeyboardDoubleArrowRight } from "./KeyboardDoubleArrowRight-AAMLvGk-.mjs";
46
- import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "./VisuallyHidden-DLuOutNi.mjs";
47
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
48
- import { _ as _class_private_field_init, $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-DQ3FxwWo.mjs";
46
+ import { a as $5c3e21d68f1c4674$export$439d29a4e110a164 } from "./VisuallyHidden-CCdi-Y1w.mjs";
47
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
48
+ import { _ as _class_private_field_init, $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-BGHDb_ce.mjs";
49
49
  import { l as lodashExports } from "./lodash-B19QVK6q.mjs";
50
50
  import { classNames } from "../utilities/css.mjs";
51
- import { r as $7215afc6de606d6b$export$de79e2c695e052f3, q as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-DgcLCVnV.mjs";
51
+ import { s as $7215afc6de606d6b$export$de79e2c695e052f3, r as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-DWC9qGtP.mjs";
52
52
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "./getScrollParent-B5CCP-yO.mjs";
53
- import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1, b as $2f04cbc44ee30ce0$export$c826860796309d1b } from "./scrollIntoView-DSPpbfzY.mjs";
53
+ import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1, b as $2f04cbc44ee30ce0$export$c826860796309d1b } from "./scrollIntoView-BY1C_8w5.mjs";
54
54
  function $2b4dce13dd5a17fa$export$842a2cf37af977e1(amount, numerator) {
55
55
  return amount - numerator * Math.floor(amount / numerator);
56
56
  }
@@ -275,7 +275,12 @@ function $14e0f24ef4ac5c92$export$a18c89cbd24170ff(a, b) {
275
275
  return a.era === b.era && a.year === b.year && a.month === b.month;
276
276
  }
277
277
  function $14e0f24ef4ac5c92$export$91b62ebf2ba703ee(a, b) {
278
- return a.calendar.identifier === b.calendar.identifier && a.era === b.era && a.year === b.year && a.month === b.month && a.day === b.day;
278
+ return $14e0f24ef4ac5c92$export$dbc69fd56b53d5e(a.calendar, b.calendar) && $14e0f24ef4ac5c92$export$ea39ec197993aef0(a, b);
279
+ }
280
+ function $14e0f24ef4ac5c92$export$dbc69fd56b53d5e(a, b) {
281
+ var _a_isEqual, _b_isEqual;
282
+ var _a_isEqual1, _ref;
283
+ return (_ref = (_a_isEqual1 = (_a_isEqual = a.isEqual) === null || _a_isEqual === void 0 ? void 0 : _a_isEqual.call(a, b)) !== null && _a_isEqual1 !== void 0 ? _a_isEqual1 : (_b_isEqual = b.isEqual) === null || _b_isEqual === void 0 ? void 0 : _b_isEqual.call(b, a)) !== null && _ref !== void 0 ? _ref : a.identifier === b.identifier;
279
284
  }
280
285
  function $14e0f24ef4ac5c92$export$629b0a497aa65267(date, timeZone) {
281
286
  return $14e0f24ef4ac5c92$export$ea39ec197993aef0(date, $14e0f24ef4ac5c92$export$d0bdf45af03a6ea3(timeZone));
@@ -504,7 +509,7 @@ function $11d87f3f76e88657$export$b21e0b124e224484(date, time) {
504
509
  return new $35ea8db9cb2ccb90$export$ca871e8dbb80966f(date.calendar, date.era, date.year, date.month, date.day, hour, minute, second, millisecond);
505
510
  }
506
511
  function $11d87f3f76e88657$export$b4a036af3fc0b032(date, calendar) {
507
- if (date.calendar.identifier === calendar.identifier) return date;
512
+ if ($14e0f24ef4ac5c92$export$dbc69fd56b53d5e(date.calendar, calendar)) return date;
508
513
  let calendarDate = calendar.fromJulianDay(date.calendar.toJulianDay(date));
509
514
  let copy = date.copy();
510
515
  copy.calendar = calendar;
@@ -2065,12 +2070,12 @@ function $131cf43a05231e1e$export$6d095e787d2b5e1f(props) {
2065
2070
  startDate,
2066
2071
  visibleDuration
2067
2072
  ]);
2068
- let [lastCalendarIdentifier, setLastCalendarIdentifier] = useState(calendar.identifier);
2069
- if (calendar.identifier !== lastCalendarIdentifier) {
2073
+ let [lastCalendar, setLastCalendar] = useState(calendar);
2074
+ if (!$14e0f24ef4ac5c92$export$dbc69fd56b53d5e(calendar, lastCalendar)) {
2070
2075
  let newFocusedDate = $11d87f3f76e88657$export$b4a036af3fc0b032(focusedDate, calendar);
2071
2076
  setStartDate($f62d864046160412$export$f4a51ff076cc9a09(newFocusedDate, visibleDuration, locale, minValue, maxValue));
2072
2077
  setFocusedDate(newFocusedDate);
2073
- setLastCalendarIdentifier(calendar.identifier);
2078
+ setLastCalendar(calendar);
2074
2079
  }
2075
2080
  if ($f62d864046160412$export$eac50920cf2fd59a(focusedDate, minValue, maxValue))
2076
2081
  setFocusedDate($f62d864046160412$export$4f5203c0d889109e(focusedDate, minValue, maxValue));
@@ -2900,8 +2905,12 @@ function $a074e1e2d0f0a665$export$31afe65d91ef6e8(startDate, endDate, timeZone,
2900
2905
  });
2901
2906
  return useMemo(() => {
2902
2907
  if ($14e0f24ef4ac5c92$export$ea39ec197993aef0(startDate, $14e0f24ef4ac5c92$export$a5a3b454ada2268e(startDate))) {
2903
- if ($14e0f24ef4ac5c92$export$ea39ec197993aef0(endDate, $14e0f24ef4ac5c92$export$a2258d9c4118825c(startDate))) return monthFormatter.format(startDate.toDate(timeZone));
2904
- else if ($14e0f24ef4ac5c92$export$ea39ec197993aef0(endDate, $14e0f24ef4ac5c92$export$a2258d9c4118825c(endDate))) return isAria ? $a074e1e2d0f0a665$var$formatRange(monthFormatter, stringFormatter, startDate, endDate, timeZone) : monthFormatter.formatRange(startDate.toDate(timeZone), endDate.toDate(timeZone));
2908
+ let startMonth = startDate;
2909
+ let endMonth = endDate;
2910
+ if (startDate.calendar.getFormattableMonth) startMonth = startDate.calendar.getFormattableMonth(startDate);
2911
+ if (endDate.calendar.getFormattableMonth) endMonth = endDate.calendar.getFormattableMonth(endDate);
2912
+ if ($14e0f24ef4ac5c92$export$ea39ec197993aef0(endDate, $14e0f24ef4ac5c92$export$a2258d9c4118825c(startDate))) return monthFormatter.format(startMonth.toDate(timeZone));
2913
+ else if ($14e0f24ef4ac5c92$export$ea39ec197993aef0(endDate, $14e0f24ef4ac5c92$export$a2258d9c4118825c(endDate))) return isAria ? $a074e1e2d0f0a665$var$formatRange(monthFormatter, stringFormatter, startMonth, endMonth, timeZone) : monthFormatter.formatRange(startMonth.toDate(timeZone), endMonth.toDate(timeZone));
2905
2914
  }
2906
2915
  return isAria ? $a074e1e2d0f0a665$var$formatRange(dateFormatter, stringFormatter, startDate, endDate, timeZone) : dateFormatter.formatRange(startDate.toDate(timeZone), endDate.toDate(timeZone));
2907
2916
  }, [
@@ -3097,6 +3106,7 @@ function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
3097
3106
  dayFormatter,
3098
3107
  firstDayOfWeek
3099
3108
  ]);
3109
+ let weeksInMonth = $14e0f24ef4ac5c92$export$ccc1b2479e7dd654(startDate, locale, firstDayOfWeek);
3100
3110
  return {
3101
3111
  gridProps: $3ef42575df84b30b$export$9d1611c77c2fe928(labelProps, {
3102
3112
  role: "grid",
@@ -3112,7 +3122,8 @@ function $e3031d1f8c9d64eb$export$cb95147730a423f5(props, state) {
3112
3122
  // The day names are already included in the label of each cell, so there's no need to announce them twice.
3113
3123
  "aria-hidden": true
3114
3124
  },
3115
- weekDays
3125
+ weekDays,
3126
+ weeksInMonth
3116
3127
  };
3117
3128
  }
3118
3129
  function $parcel$interopDefault(a) {
@@ -3487,8 +3498,9 @@ export {
3487
3498
  $35ea8db9cb2ccb90$export$680ea196effce5f as o,
3488
3499
  $14e0f24ef4ac5c92$export$461939dd4422153 as p,
3489
3500
  $14e0f24ef4ac5c92$export$aa8b41735afcabd2 as q,
3490
- $14e0f24ef4ac5c92$export$b2f4953d301981d5 as r,
3491
- $14e0f24ef4ac5c92$export$5412ac11713b72ad as s,
3492
- $896ba0a80a8f4d36$export$85fd5fdf27bacc79 as t,
3493
- $35ea8db9cb2ccb90$export$99faa760c7908e4f as u
3501
+ $14e0f24ef4ac5c92$export$dbc69fd56b53d5e as r,
3502
+ $14e0f24ef4ac5c92$export$b2f4953d301981d5 as s,
3503
+ $14e0f24ef4ac5c92$export$5412ac11713b72ad as t,
3504
+ $896ba0a80a8f4d36$export$85fd5fdf27bacc79 as u,
3505
+ $35ea8db9cb2ccb90$export$99faa760c7908e4f as v
3494
3506
  };
@@ -31,18 +31,18 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import * as React from "react";
33
33
  import React__default, { useEffect, forwardRef } from "react";
34
- import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DRsiQq2k.mjs";
34
+ import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-CORsYhTp.mjs";
35
35
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
36
36
  import { I as Icon } from "./Icon-0SN9dbwU.mjs";
37
- import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-C5XJ5swy.mjs";
37
+ import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-BPLk3N_Q.mjs";
38
38
  import { T as Text } from "./Text-CX5GoBTS.mjs";
39
39
  import { classNames, variationName } from "../utilities/css.mjs";
40
- import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState-kFojjzgV.mjs";
41
- import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-gt5I8m2g.mjs";
42
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-DQ3FxwWo.mjs";
43
- import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-C7k9_K6R.mjs";
44
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-Dg_M1jfs.mjs";
45
- import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-mdyQ6kou.mjs";
40
+ import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState-1Mo_p5l0.mjs";
41
+ import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a, c as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-HasG7QCl.mjs";
42
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-BGHDb_ce.mjs";
43
+ import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-Dvy3oMSz.mjs";
44
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-DAMeUI3t.mjs";
45
+ import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-CwJuylzq.mjs";
46
46
  function $406796ff087fe49b$export$e375f10ce42261c5(props, state, inputRef) {
47
47
  let validationState = $e5be200c675c3b3a$export$fc1a364ae1f3ff10(__spreadProps(__spreadValues({}, props), {
48
48
  value: state.isSelected
@@ -31,18 +31,18 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
34
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
35
35
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
36
36
  const Icon = require("./Icon-W8F9w-jS.js");
37
- const SelectorErrorTooltip = require("./SelectorErrorTooltip-EwN0tf2g.js");
37
+ const SelectorErrorTooltip = require("./SelectorErrorTooltip-b5pE6hY-.js");
38
38
  const Text = require("./Text-B1xglKFU.js");
39
39
  const utilities_css = require("../utilities/css.js");
40
- const useToggleState = require("./useToggleState-CdbEMLRz.js");
41
- const useFormValidation = require("./useFormValidation-DaCYT2Ut.js");
42
- const usePress = require("./usePress-DchxjERD.js");
43
- const useToggle = require("./useToggle-CRkaTfEP.js");
44
- const useFocusRing = require("./useFocusRing-CtLKOxxD.js");
45
- const useHover = require("./useHover-BCKoTdS5.js");
40
+ const useToggleState = require("./useToggleState-8QqTgvTU.js");
41
+ const useFormValidation = require("./useFormValidation-CAsEJ1eu.js");
42
+ const usePress = require("./usePress-Btah4Wrd.js");
43
+ const useToggle = require("./useToggle-nWML_sp8.js");
44
+ const useFocusRing = require("./useFocusRing-ygRrwBu3.js");
45
+ const useHover = require("./useHover-BMIowV0x.js");
46
46
  function _interopNamespaceDefault(e) {
47
47
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
48
48
  if (e) {
@@ -20,33 +20,33 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import * as React from "react";
21
21
  import React__default, { useState, useMemo, useRef, useEffect } from "react";
22
22
  import { I as InputIcon, l as logWarningForMissingAriaLabel } from "./InputIcon-B3t4QT3H.mjs";
23
- import { U as UnstyledButton } from "./UnstyledButton-0yreaZnh.mjs";
24
- import { o as $35ea8db9cb2ccb90$export$680ea196effce5f, m as $fb18d541ea1ad717$export$ad991b66133851cf, k as $11d87f3f76e88657$export$b4a036af3fc0b032, p as $14e0f24ef4ac5c92$export$461939dd4422153, q as $14e0f24ef4ac5c92$export$aa8b41735afcabd2, d as $11d87f3f76e88657$export$93522d1a439f3617, n as $11d87f3f76e88657$export$b21e0b124e224484, l as $3b62074eb05584b2$export$80ee6245ec4f29ec, r as $14e0f24ef4ac5c92$export$b2f4953d301981d5, s as $14e0f24ef4ac5c92$export$5412ac11713b72ad, t as $896ba0a80a8f4d36$export$85fd5fdf27bacc79, u as $35ea8db9cb2ccb90$export$99faa760c7908e4f, b as $64244302c3013299$export$dd0bbc9b26defe37 } from "./CalendarBase-D8NmV5mS.mjs";
23
+ import { U as UnstyledButton } from "./UnstyledButton-CfhKDftV.mjs";
24
+ import { o as $35ea8db9cb2ccb90$export$680ea196effce5f, m as $fb18d541ea1ad717$export$ad991b66133851cf, k as $11d87f3f76e88657$export$b4a036af3fc0b032, p as $14e0f24ef4ac5c92$export$461939dd4422153, q as $14e0f24ef4ac5c92$export$aa8b41735afcabd2, d as $11d87f3f76e88657$export$93522d1a439f3617, n as $11d87f3f76e88657$export$b21e0b124e224484, r as $14e0f24ef4ac5c92$export$dbc69fd56b53d5e, l as $3b62074eb05584b2$export$80ee6245ec4f29ec, s as $14e0f24ef4ac5c92$export$b2f4953d301981d5, t as $14e0f24ef4ac5c92$export$5412ac11713b72ad, u as $896ba0a80a8f4d36$export$85fd5fdf27bacc79, v as $35ea8db9cb2ccb90$export$99faa760c7908e4f, b as $64244302c3013299$export$dd0bbc9b26defe37 } from "./CalendarBase-adL7KcVi.mjs";
25
25
  import { H as HorizontalStack } from "./HorizontalStack-CxE8tPx_.mjs";
26
26
  import { classNames, variationName } from "../utilities/css.mjs";
27
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-C5QKMZmh.mjs";
28
- import { a as $5b160d28a433310d$export$c17fa47878dc55b6, b as $6db58dc88e78b024$export$2f817fcdc4b89ae0, $ as $fca6afa0e843324b$export$f12b703ca79dfbb1, c as $fca6afa0e843324b$export$87b761675e8eaa10 } from "./useLocalizedStringFormatter-SC1Py3Uf.mjs";
29
- import { d as $e5be200c675c3b3a$export$75ee7c75d68f5b0e, e as $e5be200c675c3b3a$export$aca958c65c314e6c, $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-gt5I8m2g.mjs";
30
- import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-CFWhSD5C.mjs";
31
- import { a as $9bf71ea28793e738$export$c5251b9e124bf29, $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-jG-ZgYgr.mjs";
32
- import { a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DRsiQq2k.mjs";
33
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-DQ3FxwWo.mjs";
27
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BEoWr5Bw.mjs";
28
+ import { a as $5b160d28a433310d$export$c17fa47878dc55b6, b as $6db58dc88e78b024$export$2f817fcdc4b89ae0, $ as $fca6afa0e843324b$export$f12b703ca79dfbb1, c as $fca6afa0e843324b$export$87b761675e8eaa10 } from "./useLocalizedStringFormatter-D-qKpkp4.mjs";
29
+ import { d as $e5be200c675c3b3a$export$75ee7c75d68f5b0e, e as $e5be200c675c3b3a$export$aca958c65c314e6c, $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a } from "./useFormValidation-HasG7QCl.mjs";
30
+ import { $ as $458b0a5536c1a7cf$export$40bfa8c7b0832715 } from "./useControlledState-BDO08zJF.mjs";
31
+ import { a as $9bf71ea28793e738$export$c5251b9e124bf29, $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "./FocusScope-DP1VSF7s.mjs";
32
+ import { a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-CORsYhTp.mjs";
33
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-BGHDb_ce.mjs";
34
34
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
35
- import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1, b as $2f04cbc44ee30ce0$export$c826860796309d1b } from "./scrollIntoView-DSPpbfzY.mjs";
36
- import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-BUBASXJO.mjs";
37
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-BE5KE588.mjs";
38
- import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-D71RzzwQ.mjs";
39
- import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-DCSAqT2C.mjs";
35
+ import { $ as $ef06256079686ba0$export$f8aeda7b10753fa1, b as $2f04cbc44ee30ce0$export$c826860796309d1b } from "./scrollIntoView-BY1C_8w5.mjs";
36
+ import { $ as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-XL_MAi9u.mjs";
37
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-DPnHAdQU.mjs";
38
+ import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "./useField-D1rL_Lz6.mjs";
39
+ import { $ as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-DWprW4wx.mjs";
40
40
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "./getScrollParent-B5CCP-yO.mjs";
41
- import { $ as $03deb23ff14920c4$export$4eaf04e54aa8eed6, t as $c87311424ea30a05$export$fedb369cb70207f1, s as $c87311424ea30a05$export$9ac100e40613ea10 } from "./useFocusVisible-DgcLCVnV.mjs";
42
- import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-BR4RE1uc.mjs";
41
+ import { $ as $03deb23ff14920c4$export$4eaf04e54aa8eed6, u as $c87311424ea30a05$export$fedb369cb70207f1, t as $c87311424ea30a05$export$9ac100e40613ea10 } from "./useFocusVisible-DWC9qGtP.mjs";
42
+ import { $ as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-B40RDiQ6.mjs";
43
43
  import { $ as $488c6ddbf4ef74c2$export$cc77c4ff7e8673c5 } from "./NumberFormatter-p5KNJNTT.mjs";
44
- import { $ as $bb77f239b46e8c72$export$3274cf84b703fff } from "./useFilter-Cd0PVtCe.mjs";
44
+ import { $ as $bb77f239b46e8c72$export$3274cf84b703fff } from "./useFilter-CQzUxSTO.mjs";
45
45
  import { a as $319e236875307eab$export$d10ae4f68404609a, $ as $319e236875307eab$export$a9b970dcc4ae71a9 } from "./LiveAnnouncer-BSV5-C0m.mjs";
46
46
  import { V as VerticalStack } from "./VerticalStack-C2yDQVHD.mjs";
47
47
  import { T as Text } from "./Text-CX5GoBTS.mjs";
48
- import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, c as DEFAULT_PLACEMENT, O as OVERLAY_OFFSET, d as OVERLAY_PADDING_FROM_CONTAINER, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-U5Ql_Myz.mjs";
49
- import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-huXBYY4a.mjs";
48
+ import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, c as DEFAULT_PLACEMENT, O as OVERLAY_OFFSET, d as OVERLAY_PADDING_FROM_CONTAINER, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-DaMKHxI8.mjs";
49
+ import { d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-Cj4W5w8m.mjs";
50
50
  const $6c7bd7858deea686$var$CURRENCY_SIGN_REGEX = new RegExp("^.*\\(.*\\).*$");
51
51
  const $6c7bd7858deea686$var$NUMBERING_SYSTEMS = [
52
52
  "latn",
@@ -147,7 +147,10 @@ class $6c7bd7858deea686$var$NumberParserImpl {
147
147
  }
148
148
  if (this.symbols.group) value = $6c7bd7858deea686$var$replaceAll(value, ".", this.symbols.group);
149
149
  }
150
- if (this.options.locale === "fr-FR") value = $6c7bd7858deea686$var$replaceAll(value, ".", String.fromCharCode(8239));
150
+ if (this.options.locale === "fr-FR" && this.symbols.group) {
151
+ value = $6c7bd7858deea686$var$replaceAll(value, " ", this.symbols.group);
152
+ value = $6c7bd7858deea686$var$replaceAll(value, /\u00A0/g, this.symbols.group);
153
+ }
151
154
  return value;
152
155
  }
153
156
  isValidPartialNumber(value, minValue = -Infinity, maxValue = Infinity) {
@@ -1135,10 +1138,10 @@ function $3c0fc76039f1c516$export$60e84778edff6d26(props) {
1135
1138
  ]);
1136
1139
  let [validSegments, setValidSegments] = useState(() => props.value || props.defaultValue ? __spreadValues({}, allSegments) : {});
1137
1140
  let clearedSegment = useRef(null);
1138
- let lastCalendarIdentifier = useRef(calendar.identifier);
1141
+ let lastCalendar = useRef(calendar);
1139
1142
  useEffect(() => {
1140
- if (calendar.identifier !== lastCalendarIdentifier.current) {
1141
- lastCalendarIdentifier.current = calendar.identifier;
1143
+ if (!$14e0f24ef4ac5c92$export$dbc69fd56b53d5e(calendar, lastCalendar.current)) {
1144
+ lastCalendar.current = calendar;
1142
1145
  setPlaceholderDate((placeholder) => Object.keys(validSegments).length > 0 ? $11d87f3f76e88657$export$b4a036af3fc0b032(placeholder, calendar) : $35a22f14a1f04b11$export$66aa2b09de4b1ea5(props.placeholderValue, granularity, calendar, defaultTimeZone));
1143
1146
  }
1144
1147
  }, [
@@ -20,33 +20,33 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const React = require("react");
22
22
  const InputIcon = require("./InputIcon-BIaAI6v9.js");
23
- const UnstyledButton = require("./UnstyledButton-d3ChgECf.js");
24
- const CalendarBase = require("./CalendarBase-RcVbhUvM.js");
23
+ const UnstyledButton = require("./UnstyledButton-CnIn7VBo.js");
24
+ const CalendarBase = require("./CalendarBase-B1T_Rybe.js");
25
25
  const HorizontalStack = require("./HorizontalStack-CXpjASZi.js");
26
26
  const utilities_css = require("../utilities/css.js");
27
- const context = require("./context-BQfsEeih.js");
28
- const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-C3ZwxPrF.js");
29
- const useFormValidation = require("./useFormValidation-DaCYT2Ut.js");
30
- const useControlledState = require("./useControlledState-mnKBd6Uc.js");
31
- const FocusScope = require("./FocusScope-DxiwSl55.js");
32
- const mergeProps = require("./mergeProps-6pKCnMWU.js");
33
- const usePress = require("./usePress-DchxjERD.js");
27
+ const context = require("./context-Dxz9OXQY.js");
28
+ const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-X4sjSzZt.js");
29
+ const useFormValidation = require("./useFormValidation-CAsEJ1eu.js");
30
+ const useControlledState = require("./useControlledState-B2XIiHlL.js");
31
+ const FocusScope = require("./FocusScope-BYrP0odg.js");
32
+ const mergeProps = require("./mergeProps-d7wJkv71.js");
33
+ const usePress = require("./usePress-Btah4Wrd.js");
34
34
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
35
- const scrollIntoView = require("./scrollIntoView-CzFYIYQT.js");
36
- const useFormReset = require("./useFormReset-Ja1aibwy.js");
37
- const useFocusWithin = require("./useFocusWithin-T1vqkUYN.js");
38
- const useField = require("./useField-MeTEdBhD.js");
39
- const useLabels = require("./useLabels-DrIYrapv.js");
35
+ const scrollIntoView = require("./scrollIntoView-DrxAy81g.js");
36
+ const useFormReset = require("./useFormReset-mp5g2mF5.js");
37
+ const useFocusWithin = require("./useFocusWithin-CxspK-F2.js");
38
+ const useField = require("./useField-C80n1AHI.js");
39
+ const useLabels = require("./useLabels-DMDlcCM_.js");
40
40
  const getScrollParent = require("./getScrollParent-DNz2ReWu.js");
41
- const useFocusVisible = require("./useFocusVisible-CLoIPL6T.js");
42
- const useEvent = require("./useEvent-DiEr5shV.js");
41
+ const useFocusVisible = require("./useFocusVisible-7ks2C0sQ.js");
42
+ const useEvent = require("./useEvent-Dh4hqdOa.js");
43
43
  const NumberFormatter = require("./NumberFormatter-CXW1Iqpu.js");
44
- const useFilter = require("./useFilter-DUqh08RA.js");
44
+ const useFilter = require("./useFilter-DMnYaJdO.js");
45
45
  const LiveAnnouncer = require("./LiveAnnouncer-CzeNwq2D.js");
46
46
  const VerticalStack = require("./VerticalStack-Dzpv3O67.js");
47
47
  const Text = require("./Text-B1xglKFU.js");
48
- const utilities = require("./utilities-x6Aiy1EG.js");
49
- const Overlay = require("./Overlay-BqaNlC3s.js");
48
+ const utilities = require("./utilities-DgR-vXbf.js");
49
+ const Overlay = require("./Overlay-88Ee_QUh.js");
50
50
  function _interopNamespaceDefault(e) {
51
51
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
52
52
  if (e) {
@@ -164,7 +164,10 @@ class $6c7bd7858deea686$var$NumberParserImpl {
164
164
  }
165
165
  if (this.symbols.group) value = $6c7bd7858deea686$var$replaceAll(value, ".", this.symbols.group);
166
166
  }
167
- if (this.options.locale === "fr-FR") value = $6c7bd7858deea686$var$replaceAll(value, ".", String.fromCharCode(8239));
167
+ if (this.options.locale === "fr-FR" && this.symbols.group) {
168
+ value = $6c7bd7858deea686$var$replaceAll(value, " ", this.symbols.group);
169
+ value = $6c7bd7858deea686$var$replaceAll(value, /\u00A0/g, this.symbols.group);
170
+ }
168
171
  return value;
169
172
  }
170
173
  isValidPartialNumber(value, minValue = -Infinity, maxValue = Infinity) {
@@ -1152,10 +1155,10 @@ function $3c0fc76039f1c516$export$60e84778edff6d26(props) {
1152
1155
  ]);
1153
1156
  let [validSegments, setValidSegments] = React.useState(() => props.value || props.defaultValue ? __spreadValues({}, allSegments) : {});
1154
1157
  let clearedSegment = React.useRef(null);
1155
- let lastCalendarIdentifier = React.useRef(calendar.identifier);
1158
+ let lastCalendar = React.useRef(calendar);
1156
1159
  React.useEffect(() => {
1157
- if (calendar.identifier !== lastCalendarIdentifier.current) {
1158
- lastCalendarIdentifier.current = calendar.identifier;
1160
+ if (!CalendarBase.$14e0f24ef4ac5c92$export$dbc69fd56b53d5e(calendar, lastCalendar.current)) {
1161
+ lastCalendar.current = calendar;
1159
1162
  setPlaceholderDate((placeholder) => Object.keys(validSegments).length > 0 ? CalendarBase.$11d87f3f76e88657$export$b4a036af3fc0b032(placeholder, calendar) : $35a22f14a1f04b11$export$66aa2b09de4b1ea5(props.placeholderValue, granularity, calendar, defaultTimeZone));
1160
1163
  }
1161
1164
  }, [
@@ -29,19 +29,19 @@ var __objRest = (source, exclude) => {
29
29
  }
30
30
  return target;
31
31
  };
32
- import { $ as $f39a9eba43920ace$export$b5d7cc18bb8d2b59, a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "./Button-UHHZB1DN.mjs";
33
- import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3, b as $64fa3d84918910a7$export$2881499e37b75b9a, c as $64fa3d84918910a7$export$c62b8e45d58ddad9 } from "./utils-CwzguevQ.mjs";
32
+ import { a as $f39a9eba43920ace$export$b5d7cc18bb8d2b59, b as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "./Button-BpGjkRZu.mjs";
33
+ import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3, b as $64fa3d84918910a7$export$2881499e37b75b9a, c as $64fa3d84918910a7$export$c62b8e45d58ddad9 } from "./utils-CZnJZGiu.mjs";
34
34
  import React__default, { useState, useCallback, createContext, forwardRef, useContext, useRef, useEffect } from "react";
35
- import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DRsiQq2k.mjs";
35
+ import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-CORsYhTp.mjs";
36
36
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
37
- import { a as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff, e as $f1ab8c75478c6f73$export$3351871ee4b288b8 } from "./Overlay-huXBYY4a.mjs";
38
- import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-BHenEvUl.mjs";
39
- import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "./useOverlayTrigger-BIc8jsUc.mjs";
40
- import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "./useDialog-zKH03v_d.mjs";
37
+ import { a as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff, e as $f1ab8c75478c6f73$export$3351871ee4b288b8 } from "./Overlay-Cj4W5w8m.mjs";
38
+ import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-DzOmQv8m.mjs";
39
+ import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "./useOverlayTrigger-DTO7VB3r.mjs";
40
+ import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "./useDialog-BhvpnpTk.mjs";
41
41
  import { flushSync } from "react-dom";
42
- import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "./focusSafely-BW4_g0fd.mjs";
43
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-C5QKMZmh.mjs";
44
- import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-U5Ql_Myz.mjs";
42
+ import { $ as $3ad3f6e1647bc98d$export$80f3e147d781571c } from "./focusSafely-D0XrieaU.mjs";
43
+ import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-BEoWr5Bw.mjs";
44
+ import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-DaMKHxI8.mjs";
45
45
  function $d3f049242431219c$export$6d3443f2c48bfc20(ref, isReady = true) {
46
46
  let [isEntering, setEntering] = useState(true);
47
47
  let isAnimationReady = isEntering && isReady;
@@ -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;