@easypost/easy-ui 1.0.0-alpha.66 → 1.0.0-alpha.68

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 (243) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/CHANGELOG.md +14 -0
  8. package/Calendar/index.js +1 -1
  9. package/Calendar/index.mjs +1 -1
  10. package/Card/index.js +1 -1
  11. package/Card/index.mjs +1 -1
  12. package/Checkbox/index.js +1 -1
  13. package/Checkbox/index.mjs +1 -1
  14. package/CodeBlock/index.js +15 -15
  15. package/CodeBlock/index.mjs +15 -15
  16. package/CodeSnippet/index.js +1 -1
  17. package/CodeSnippet/index.mjs +1 -1
  18. package/DataGrid/index.js +69 -69
  19. package/DataGrid/index.mjs +69 -69
  20. package/DatePicker/index.js +8 -8
  21. package/DatePicker/index.mjs +8 -8
  22. package/DateRangePicker/index.js +8 -8
  23. package/DateRangePicker/index.mjs +8 -8
  24. package/Drawer/index.js +22 -22
  25. package/Drawer/index.mjs +22 -22
  26. package/DropdownButton/index.js +13 -13
  27. package/DropdownButton/index.mjs +13 -13
  28. package/EmptyStateCard/index.js +8 -8
  29. package/EmptyStateCard/index.mjs +8 -8
  30. package/FocusedProductLayout/index.js +23 -23
  31. package/FocusedProductLayout/index.mjs +23 -23
  32. package/ForgeLayout/index.js +42 -42
  33. package/ForgeLayout/index.mjs +42 -42
  34. package/FormLayout/index.js +5 -5
  35. package/FormLayout/index.mjs +5 -5
  36. package/HorizontalGrid/index.js +1 -1
  37. package/HorizontalGrid/index.mjs +1 -1
  38. package/HorizontalStack/index.js +1 -1
  39. package/HorizontalStack/index.mjs +1 -1
  40. package/Icon/index.js +1 -1
  41. package/Icon/index.mjs +1 -1
  42. package/IconButton/index.js +13 -13
  43. package/IconButton/index.mjs +13 -13
  44. package/InputField/index.js +1 -1
  45. package/InputField/index.mjs +1 -1
  46. package/KebabButton/index.js +1 -1
  47. package/KebabButton/index.mjs +1 -1
  48. package/Menu/index.js +1 -1
  49. package/Menu/index.mjs +1 -1
  50. package/Modal/index.js +23 -23
  51. package/Modal/index.mjs +23 -23
  52. package/MultiSelect/index.js +37 -39
  53. package/MultiSelect/index.mjs +38 -40
  54. package/NexusLayout/index.js +31 -31
  55. package/NexusLayout/index.mjs +31 -31
  56. package/Notification/index.js +1 -1
  57. package/Notification/index.mjs +1 -1
  58. package/Pagination/index.js +8 -8
  59. package/Pagination/index.mjs +8 -8
  60. package/PillGroup/index.js +1 -1
  61. package/PillGroup/index.mjs +1 -1
  62. package/ProductLayout/index.js +26 -26
  63. package/ProductLayout/index.mjs +26 -26
  64. package/Provider/index.js +2 -2
  65. package/Provider/index.mjs +2 -2
  66. package/RadioButtonGroup/index.js +10 -12
  67. package/RadioButtonGroup/index.mjs +10 -12
  68. package/RadioGroup/index.js +1 -1
  69. package/RadioGroup/index.mjs +1 -1
  70. package/RangeCalendar/index.js +1 -1
  71. package/RangeCalendar/index.mjs +1 -1
  72. package/SearchNav/index.js +29 -29
  73. package/SearchNav/index.mjs +29 -29
  74. package/SectionCard/index.js +7 -7
  75. package/SectionCard/index.mjs +7 -7
  76. package/Select/index.js +5 -5
  77. package/Select/index.mjs +5 -5
  78. package/SelectorErrorTooltip/index.js +1 -1
  79. package/SelectorErrorTooltip/index.mjs +1 -1
  80. package/Spinner/index.js +1 -1
  81. package/Spinner/index.mjs +1 -1
  82. package/SplitToggleCard/index.js +4 -4
  83. package/SplitToggleCard/index.mjs +4 -4
  84. package/Stepper/index.js +1 -1
  85. package/Stepper/index.mjs +1 -1
  86. package/TabNav/index.js +1 -1
  87. package/TabNav/index.mjs +1 -1
  88. package/TabPanels/index.js +4 -4
  89. package/TabPanels/index.mjs +4 -4
  90. package/Tabs/index.js +1 -1
  91. package/Tabs/index.mjs +1 -1
  92. package/Text/index.js +1 -1
  93. package/Text/index.mjs +1 -1
  94. package/TextField/index.js +1 -1
  95. package/TextField/index.mjs +1 -1
  96. package/Textarea/index.js +1 -1
  97. package/Textarea/index.mjs +1 -1
  98. package/Toggle/index.js +1 -1
  99. package/Toggle/index.mjs +1 -1
  100. package/ToggleCard/index.js +2 -2
  101. package/ToggleCard/index.mjs +2 -2
  102. package/Tooltip/index.js +1 -1
  103. package/Tooltip/index.mjs +1 -1
  104. package/UnstyledButton/index.js +1 -1
  105. package/UnstyledButton/index.mjs +1 -1
  106. package/VerticalNav/index.js +25 -25
  107. package/VerticalNav/index.mjs +25 -25
  108. package/VerticalStack/index.js +1 -1
  109. package/VerticalStack/index.mjs +1 -1
  110. package/__chunks__/{Button-Y550ybuK.js → Button-BoPQ-Fx9.js} +6 -6
  111. package/__chunks__/{Button-CVbi-24J.mjs → Button-C2XjH0To.mjs} +19 -19
  112. package/__chunks__/{Button-BqogJAQ3.mjs → Button-DShBPWIF.mjs} +6 -6
  113. package/__chunks__/{Button-CVaEK94Q.js → Button-DnLoaSJr.js} +19 -19
  114. package/__chunks__/{Calendar-C2JlXaSY.mjs → Calendar-CE1me5kU.mjs} +1 -1
  115. package/__chunks__/{Calendar-CmF_v-Dn.js → Calendar-DDwEgLvp.js} +1 -1
  116. package/__chunks__/{CalendarBase-aeU9JZC2.mjs → CalendarBase-BaIRHctl.mjs} +49 -38
  117. package/__chunks__/{CalendarBase-Cavy4k_H.js → CalendarBase-C3ZpOlSV.js} +49 -38
  118. package/__chunks__/{Card-B5c1vM8E.mjs → Card-C6wAxtdL.mjs} +12 -12
  119. package/__chunks__/{Card-BHZOcCVB.js → Card-Dd-q1bh8.js} +12 -12
  120. package/__chunks__/{Checkbox-BmtLwm3J.js → Checkbox-CNu0kM51.js} +23 -23
  121. package/__chunks__/{Checkbox-IhSMESiF.mjs → Checkbox-DxVLox7u.mjs} +23 -23
  122. package/__chunks__/{CodeSnippet-HAojQDBb.js → CodeSnippet-BT2hkAfu.js} +2 -2
  123. package/__chunks__/{CodeSnippet-DA3SuGi9.mjs → CodeSnippet-Duhq5nHT.mjs} +2 -2
  124. package/__chunks__/{DatePickerBase-DYuliQ2j.mjs → DatePickerBase-BeCCGUnY.mjs} +24 -24
  125. package/__chunks__/{DatePickerBase-PqJZhPW5.js → DatePickerBase-L-HoCUep.js} +24 -24
  126. package/__chunks__/{Dialog-CFyC5TFs.js → Dialog-CuqmbMC4.js} +74 -15
  127. package/__chunks__/{Dialog-DnCSZh3s.mjs → Dialog-Dhrf3s5u.mjs} +75 -16
  128. package/__chunks__/{FocusScope-Qg8vUhZ_.mjs → FocusScope-Bwm5pVEe.mjs} +7 -4
  129. package/__chunks__/{FocusScope-DFE0IeGl.js → FocusScope-Djtxzznf.js} +7 -4
  130. package/__chunks__/{HelpMenu-dPaIsmEG.mjs → HelpMenu-BAmSNUnC.mjs} +7 -7
  131. package/__chunks__/{HelpMenu-DttT1pkc.js → HelpMenu-D1cDon5L.js} +7 -7
  132. package/__chunks__/{HorizontalGrid-CyBrrh6k.mjs → HorizontalGrid-Ch9ENxEo.mjs} +1 -1
  133. package/__chunks__/{HorizontalGrid-BFqXCljf.js → HorizontalGrid-kfsspHih.js} +1 -1
  134. package/__chunks__/{HorizontalStack-BG-lZii5.js → HorizontalStack-B1uZiaNX.js} +1 -1
  135. package/__chunks__/{HorizontalStack-p9m9muAJ.mjs → HorizontalStack-Dyv-5-kh.mjs} +1 -1
  136. package/__chunks__/{Icon-BHbBKuGB.js → Icon-BEiJGivA.js} +2 -2
  137. package/__chunks__/{Icon-ZRjQkfey.mjs → Icon-DOHoWHbH.mjs} +2 -2
  138. package/__chunks__/{InputCaption-DE7SnGJr.mjs → InputCaption-CySYnmNV.mjs} +2 -2
  139. package/__chunks__/{InputCaption-BQw7pLl1.js → InputCaption-Dj5fHEqX.js} +2 -2
  140. package/__chunks__/{InputField-1toY1X94.mjs → InputField-DA7g3X1G.mjs} +6 -6
  141. package/__chunks__/{InputField-e2dBsTrQ.js → InputField-DHwzYUj5.js} +6 -6
  142. package/__chunks__/{InputIcon-CKwsgYvg.mjs → InputIcon-DuUwLnBp.mjs} +31 -31
  143. package/__chunks__/{InputIcon-DM19rdNu.js → InputIcon-UgLsMyoE.js} +31 -31
  144. package/__chunks__/{KebabButton-CGvwEB3q.mjs → KebabButton-BIAHO0Cj.mjs} +5 -5
  145. package/__chunks__/{KebabButton-3APOVOtc.js → KebabButton-C-bMU56U.js} +5 -5
  146. package/__chunks__/{Menu-90Db_wYM.js → Menu-7hcIonxF.js} +43 -30
  147. package/__chunks__/{Menu-D7JiGJt4.mjs → Menu-BhWR0nq_.mjs} +43 -30
  148. package/__chunks__/{Notification-C4gEE6IM.mjs → Notification-BHHczfET.mjs} +17 -17
  149. package/__chunks__/{Notification-DZ0uDsoT.js → Notification-CsAZEegz.js} +17 -17
  150. package/__chunks__/{Overlay-Dmwy9VjC.js → Overlay-CwJbrICR.js} +1 -1
  151. package/__chunks__/{Overlay-BEmOdNIB.mjs → Overlay-kQ6Q7dIG.mjs} +1 -1
  152. package/__chunks__/{PillGroup-Bp5vfk6Z.mjs → PillGroup-CNUAWSR0.mjs} +135 -51
  153. package/__chunks__/{PillGroup-BetDOSFz.js → PillGroup-DJbLolMZ.js} +134 -50
  154. package/__chunks__/{RadioGroup-Qn2c29rT.js → RadioGroup-CeV2gCqE.js} +21 -21
  155. package/__chunks__/{RadioGroup-DPJOnxCi.mjs → RadioGroup-Cxj8sLXq.mjs} +21 -21
  156. package/__chunks__/{RangeCalendar-BNySCRAa.mjs → RangeCalendar-CzkbWcll.mjs} +1 -1
  157. package/__chunks__/{RangeCalendar-lhIzCnWl.js → RangeCalendar-GePc_84N.js} +1 -1
  158. package/__chunks__/{SelectOverlay-CoOED545.js → SelectOverlay-BduwEfhI.js} +28 -28
  159. package/__chunks__/{SelectOverlay-D12QgA_I.mjs → SelectOverlay-XpPaiSFA.mjs} +28 -28
  160. package/__chunks__/{SelectorErrorTooltip-CNinvIcU.js → SelectorErrorTooltip-CKfb04-I.js} +4 -4
  161. package/__chunks__/{SelectorErrorTooltip-Cz7Uw_O_.mjs → SelectorErrorTooltip-Dh0VAxiG.mjs} +4 -4
  162. package/__chunks__/{Spinner-DTH0xdij.js → Spinner-BKXdBoJJ.js} +5 -5
  163. package/__chunks__/{Spinner-Co64ezt-.mjs → Spinner-nrWHZuaA.mjs} +5 -5
  164. package/__chunks__/{Stepper-OFWKfhi3.mjs → Stepper-DJoTq-8d.mjs} +27 -27
  165. package/__chunks__/{Stepper-DqcfNOrn.js → Stepper-Dsu6ZQmh.js} +27 -27
  166. package/__chunks__/{TabNav-B44TuB70.mjs → TabNav-BPVFmoVS.mjs} +1 -1
  167. package/__chunks__/{TabNav-DzF57oTN.js → TabNav-Cdy2fWSb.js} +1 -1
  168. package/__chunks__/{Tabs-CsxDAl1X.js → Tabs-BwwFqtnK.js} +18 -18
  169. package/__chunks__/{Tabs-ClOwavjv.mjs → Tabs-MOd7gGYp.mjs} +18 -18
  170. package/__chunks__/{Text-BwXTDw77.js → Text-Bi6LyLI0.js} +34 -34
  171. package/__chunks__/{Text-DYLBjpe-.mjs → Text-FQhZrmyS.mjs} +34 -34
  172. package/__chunks__/{TextField-DVWDMYaM.mjs → TextField-Beqw4ytb.mjs} +1 -1
  173. package/__chunks__/{TextField-YD_1oSnk.js → TextField-DcwzlNPF.js} +1 -1
  174. package/__chunks__/{Toggle-gPKUf7QS.js → Toggle-DDgvulcD.js} +13 -13
  175. package/__chunks__/{Toggle-DiK1wHdG.mjs → Toggle-t9mfqH-0.mjs} +13 -13
  176. package/__chunks__/{Tooltip-DPZMv6Ia.js → Tooltip-BB9vKUHa.js} +12 -12
  177. package/__chunks__/{Tooltip-BX_C7x_7.mjs → Tooltip-C30mSvZB.mjs} +12 -12
  178. package/__chunks__/{UnstyledButton-Dmq9K7Jv.js → UnstyledButton-BNpFL1WV.js} +1 -1
  179. package/__chunks__/{UnstyledButton-Ctqv-3bt.mjs → UnstyledButton-_Fv2Zvnn.mjs} +1 -1
  180. package/__chunks__/{VerticalStack-C466n8W1.mjs → VerticalStack-Cth39m-n.mjs} +3 -3
  181. package/__chunks__/{VerticalStack-DIpmkisq.js → VerticalStack-D5juweSg.js} +3 -3
  182. package/__chunks__/{VisuallyHidden-BC5PXI9q.mjs → VisuallyHidden-BM6BpKe-.mjs} +1 -1
  183. package/__chunks__/{VisuallyHidden-CVfjb1YY.js → VisuallyHidden-DcUrMWfu.js} +1 -1
  184. package/__chunks__/{ariaHideOutside-B6WqGXJj.js → ariaHideOutside-DkYn-eBq.js} +4 -14
  185. package/__chunks__/{ariaHideOutside-CxWZQtI1.mjs → ariaHideOutside-DzT8L09V.mjs} +4 -14
  186. package/__chunks__/{focusSafely-BWGCG3W3.mjs → focusSafely-DByEWahg.mjs} +2 -2
  187. package/__chunks__/{focusSafely-BvrXUhlW.js → focusSafely-wmTq_iKq.js} +2 -2
  188. package/__chunks__/{isVirtualEvent-BPCuFO54.mjs → isVirtualEvent-B_Z4yzgm.mjs} +7 -6
  189. package/__chunks__/{isVirtualEvent-DwoP1rNI.js → isVirtualEvent-C-tB2MCl.js} +1 -0
  190. package/__chunks__/{scrollIntoView-DkcUbB3D.js → scrollIntoView-BN4yt25y.js} +11 -7
  191. package/__chunks__/{scrollIntoView-CZM0k-rp.mjs → scrollIntoView-wURtlgJt.mjs} +11 -7
  192. package/__chunks__/{useButton-DZ0C3d-K.js → useButton-B_VJe1i5.js} +2 -2
  193. package/__chunks__/{useButton-BK6hwK02.mjs → useButton-CAB58gzb.mjs} +2 -2
  194. package/__chunks__/{useDialog-wy_ru95P.js → useDialog-DJ-g6m8Y.js} +2 -2
  195. package/__chunks__/{useDialog-h-MPfyGr.mjs → useDialog-IOP1VbOS.mjs} +2 -2
  196. package/__chunks__/{useEdgeInterceptors-DU8I_hQ1.js → useEdgeInterceptors-BPijGinK.js} +5 -5
  197. package/__chunks__/{useEdgeInterceptors-BORL2txk.mjs → useEdgeInterceptors-DD-Z8qkB.mjs} +5 -5
  198. package/__chunks__/{useFocus-BJ7JikEx.mjs → useFocus-CK70xB5-.mjs} +2 -2
  199. package/__chunks__/{useFocus-B4oRb1dU.js → useFocus-l6ZlVMHW.js} +2 -2
  200. package/__chunks__/{useFocusRing-YOWeCHgO.mjs → useFocusRing-DE2KtVaT.mjs} +3 -3
  201. package/__chunks__/{useFocusRing-DFRFvht_.js → useFocusRing-f5StfjhA.js} +3 -3
  202. package/__chunks__/{useFocusVisible-ng1Hn25t.mjs → useFocusVisible-BWsOm7z5.mjs} +1 -1
  203. package/__chunks__/{useFocusVisible-PBQuklI8.js → useFocusVisible-CiIrKjuz.js} +1 -1
  204. package/__chunks__/{useFocusWithin-C1ioGWec.js → useFocusWithin-C-45XiL1.js} +1 -1
  205. package/__chunks__/{useFocusWithin-B-vQAW9V.mjs → useFocusWithin-C1nTntXX.mjs} +1 -1
  206. package/__chunks__/{useFocusable-8kJcp2yc.js → useFocusable-BQyiwtXU.js} +7 -3
  207. package/__chunks__/{useFocusable-CNor_Zjt.mjs → useFocusable-DFWO-r50.mjs} +7 -3
  208. package/__chunks__/{useFormValidation-DYz5WFze.js → useFormValidation-BeqiYVJN.js} +2 -2
  209. package/__chunks__/{useFormValidation-B3euLzzR.mjs → useFormValidation-DfzAl9pN.mjs} +2 -2
  210. package/__chunks__/{useHasTabbableChild-Cs10TUUE.js → useHasTabbableChild-CepF5tQS.js} +1 -1
  211. package/__chunks__/{useHasTabbableChild-BKgmY6ej.mjs → useHasTabbableChild-YC8W7aRx.mjs} +1 -1
  212. package/__chunks__/{useHighlightSelectionDescription-Cebr-N8X.mjs → useHighlightSelectionDescription-DjuXbVSH.mjs} +2 -2
  213. package/__chunks__/{useHighlightSelectionDescription-CT5XKTz0.js → useHighlightSelectionDescription-nSfKxNPA.js} +2 -2
  214. package/__chunks__/{useLink-DSnaSTQf.js → useLink-CQhl3ZGL.js} +2 -2
  215. package/__chunks__/{useLink-xdTgcuUM.mjs → useLink-D-4bwjAt.mjs} +2 -2
  216. package/__chunks__/{useListBoxSection-BsSdeGKp.mjs → useListBoxSection-CAwVEYPF.mjs} +10 -8
  217. package/__chunks__/{useListBoxSection-BlFRlBZy.js → useListBoxSection-TdoNdwIM.js} +10 -8
  218. package/__chunks__/{useMenuTrigger-qbIPy-fg.js → useMenuTrigger-DhSBxWW5.js} +2 -2
  219. package/__chunks__/{useMenuTrigger-D4pQ727R.mjs → useMenuTrigger-sRmDwcBp.mjs} +2 -2
  220. package/__chunks__/{useMenuTriggerState-Dai3rheB.js → useMenuTriggerState-DTZmPbSP.js} +1 -1
  221. package/__chunks__/{useMenuTriggerState-Cf_X36NC.mjs → useMenuTriggerState-cQf7L0mT.mjs} +1 -1
  222. package/__chunks__/{useModalOverlay-CkOujl0G.mjs → useModalOverlay-DyHdFvmT.mjs} +2 -2
  223. package/__chunks__/{useModalOverlay-BljLSPJ0.js → useModalOverlay-gSHY_FAb.js} +2 -2
  224. package/__chunks__/{useOverlayPosition-CMvGmqVL.js → useOverlayPosition-DJGEWKwM.js} +2 -2
  225. package/__chunks__/{useOverlayPosition-dua8TTSS.mjs → useOverlayPosition-VlLR-wFE.mjs} +2 -2
  226. package/__chunks__/{useOverlayTrigger-BS8c6XEz.mjs → useOverlayTrigger-BDiptZUo.mjs} +1 -1
  227. package/__chunks__/{useOverlayTrigger-Dp7RXQ9B.js → useOverlayTrigger-CiUR_pLO.js} +1 -1
  228. package/__chunks__/{usePress-DNETV97g.js → usePress-DTGD4Sub.js} +14 -13
  229. package/__chunks__/{usePress-Db4pSZfY.mjs → usePress-U7SFXdpv.mjs} +14 -13
  230. package/__chunks__/{useSelectableItem-B8l2VAQ8.mjs → useSelectableItem-BB067hsf.mjs} +102 -25
  231. package/__chunks__/{useSelectableItem-DpEX9QBc.js → useSelectableItem-BEkjpB_K.js} +101 -24
  232. package/__chunks__/{useSelectableList-DsUuWr0P.mjs → useSelectableList-DDqgQiaE.mjs} +1 -1
  233. package/__chunks__/{useSelectableList-CzTJAukw.js → useSelectableList-Dk3TxzYJ.js} +1 -1
  234. package/__chunks__/{useTextField-CErFc3WZ.js → useTextField-DM-ZTn9j.js} +6 -3
  235. package/__chunks__/{useTextField-Dd-YTxI4.mjs → useTextField-DmLS2Qbm.mjs} +6 -3
  236. package/__chunks__/{useToggle-BfpHeO2F.js → useToggle-Cu5EqIJD.js} +2 -2
  237. package/__chunks__/{useToggle-BDx-p-Zv.mjs → useToggle-infPUFau.mjs} +2 -2
  238. package/__chunks__/{utilities-DpKIaDkW.mjs → utilities-BXDJP7Yh.mjs} +4 -4
  239. package/__chunks__/{utilities-BDABIMDb.js → utilities-DIZYscJV.js} +4 -4
  240. package/__chunks__/{utils-Dt6xdGol.mjs → utils-BIfsWYLR.mjs} +5 -57
  241. package/__chunks__/{utils-eHk7b-OB.js → utils-BlKqJM2_.js} +0 -52
  242. package/package.json +5 -5
  243. package/style.css +1056 -1056
@@ -16,38 +16,38 @@ var __spreadValues = (a, b) => {
16
16
  };
17
17
  import React__default from "react";
18
18
  import { classNames, variationName, getComponentThemeToken, backwardsCompatibleColorToken } from "../utilities/css.mjs";
19
- const Text$1 = "_Text_v3165_5";
20
- const heading1 = "_heading1_v3165_13";
21
- const heading2 = "_heading2_v3165_30";
22
- const heading3 = "_heading3_v3165_47";
23
- const heading4 = "_heading4_v3165_64";
24
- const heading5 = "_heading5_v3165_72";
25
- const subtitle1 = "_subtitle1_v3165_80";
26
- const subtitle2 = "_subtitle2_v3165_88";
27
- const body1 = "_body1_v3165_96";
28
- const body2 = "_body2_v3165_104";
29
- const caption = "_caption_v3165_112";
30
- const caption2 = "_caption2_v3165_120";
31
- const caption3 = "_caption3_v3165_128";
32
- const overline = "_overline_v3165_136";
33
- const overline2 = "_overline2_v3165_144";
34
- const button = "_button_v3165_152";
35
- const normal = "_normal_v3165_168";
36
- const medium = "_medium_v3165_172";
37
- const semibold = "_semibold_v3165_176";
38
- const bold = "_bold_v3165_180";
39
- const truncate = "_truncate_v3165_184";
40
- const block = "_block_v3165_190";
41
- const visuallyHidden = "_visuallyHidden_v3165_194";
42
- const start = "_start_v3165_207";
43
- const center = "_center_v3165_211";
44
- const end = "_end_v3165_215";
45
- const justify = "_justify_v3165_219";
46
- const numeric = "_numeric_v3165_227";
47
- const transformNone = "_transformNone_v3165_231";
48
- const transformCapitalize = "_transformCapitalize_v3165_235";
49
- const transformUppercase = "_transformUppercase_v3165_239";
50
- const transformLowercase = "_transformLowercase_v3165_243";
19
+ const Text$1 = "_Text_94zbd_5";
20
+ const heading1 = "_heading1_94zbd_13";
21
+ const heading2 = "_heading2_94zbd_30";
22
+ const heading3 = "_heading3_94zbd_47";
23
+ const heading4 = "_heading4_94zbd_64";
24
+ const heading5 = "_heading5_94zbd_72";
25
+ const subtitle1 = "_subtitle1_94zbd_80";
26
+ const subtitle2 = "_subtitle2_94zbd_88";
27
+ const body1 = "_body1_94zbd_96";
28
+ const body2 = "_body2_94zbd_104";
29
+ const caption = "_caption_94zbd_112";
30
+ const caption2 = "_caption2_94zbd_120";
31
+ const caption3 = "_caption3_94zbd_128";
32
+ const overline = "_overline_94zbd_136";
33
+ const overline2 = "_overline2_94zbd_144";
34
+ const button = "_button_94zbd_152";
35
+ const normal = "_normal_94zbd_168";
36
+ const medium = "_medium_94zbd_172";
37
+ const semibold = "_semibold_94zbd_176";
38
+ const bold = "_bold_94zbd_180";
39
+ const truncate = "_truncate_94zbd_184";
40
+ const block = "_block_94zbd_190";
41
+ const visuallyHidden = "_visuallyHidden_94zbd_194";
42
+ const start = "_start_94zbd_207";
43
+ const center = "_center_94zbd_211";
44
+ const end = "_end_94zbd_215";
45
+ const justify = "_justify_94zbd_219";
46
+ const numeric = "_numeric_94zbd_227";
47
+ const transformNone = "_transformNone_94zbd_231";
48
+ const transformCapitalize = "_transformCapitalize_94zbd_235";
49
+ const transformUppercase = "_transformUppercase_94zbd_239";
50
+ const transformLowercase = "_transformLowercase_94zbd_243";
51
51
  const styles = {
52
52
  Text: Text$1,
53
53
  heading1,
@@ -65,7 +65,7 @@ const styles = {
65
65
  overline,
66
66
  overline2,
67
67
  button,
68
- "small-button": "_small-button_v3165_160",
68
+ "small-button": "_small-button_94zbd_160",
69
69
  normal,
70
70
  medium,
71
71
  semibold,
@@ -77,7 +77,7 @@ const styles = {
77
77
  center,
78
78
  end,
79
79
  justify,
80
- "break": "_break_v3165_223",
80
+ "break": "_break_94zbd_223",
81
81
  numeric,
82
82
  transformNone,
83
83
  transformCapitalize,
@@ -27,7 +27,7 @@ var __objRest = (source, exclude) => {
27
27
  return target;
28
28
  };
29
29
  import React__default from "react";
30
- import { I as InputField } from "./InputField-1toY1X94.mjs";
30
+ import { I as InputField } from "./InputField-DA7g3X1G.mjs";
31
31
  function TextField(props) {
32
32
  const _a = props, { type = "text", size = "md", isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false } = _a, restProps = __objRest(_a, ["type", "size", "isDisabled", "isRequired", "validationState", "isLabelEmphasized", "autoFocus"]);
33
33
  return React__default.createElement(InputField, __spreadValues({
@@ -28,7 +28,7 @@ var __objRest = (source, exclude) => {
28
28
  return target;
29
29
  };
30
30
  const React = require("react");
31
- const InputField = require("./InputField-e2dBsTrQ.js");
31
+ const InputField = require("./InputField-DHwzYUj5.js");
32
32
  function TextField(props) {
33
33
  const _a = props, { type = "text", size = "md", isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false } = _a, restProps = __objRest(_a, ["type", "size", "isDisabled", "isRequired", "validationState", "isLabelEmphasized", "autoFocus"]);
34
34
  return React.createElement(InputField.InputField, __spreadValues({
@@ -33,11 +33,11 @@ var __objRest = (source, exclude) => {
33
33
  const mergeProps = require("./mergeProps-DniMwM6P.js");
34
34
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
35
35
  const React = require("react");
36
- const Text = require("./Text-BwXTDw77.js");
36
+ const Text = require("./Text-Bi6LyLI0.js");
37
37
  const utilities_css = require("../utilities/css.js");
38
38
  const useToggleState = require("./useToggleState-CdbEMLRz.js");
39
- const useToggle = require("./useToggle-BfpHeO2F.js");
40
- const useFocusRing = require("./useFocusRing-DFRFvht_.js");
39
+ const useToggle = require("./useToggle-Cu5EqIJD.js");
40
+ const useFocusRing = require("./useFocusRing-f5StfjhA.js");
41
41
  const useHover = require("./useHover-BIKwjrCT.js");
42
42
  function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
43
43
  let { labelProps, inputProps, isSelected, isPressed, isDisabled, isReadOnly } = useToggle.$d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref);
@@ -53,13 +53,13 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
53
53
  isReadOnly
54
54
  };
55
55
  }
56
- const Switch$1 = "_Switch_16qlh_5";
57
- const focusVisible = "_focusVisible_16qlh_13";
58
- const track = "_track_16qlh_25";
59
- const thumb = "_thumb_16qlh_29";
60
- const hovered = "_hovered_16qlh_33";
61
- const disabled = "_disabled_16qlh_33";
62
- const selected = "_selected_16qlh_37";
56
+ const Switch$1 = "_Switch_1fpza_5";
57
+ const focusVisible = "_focusVisible_1fpza_13";
58
+ const track = "_track_1fpza_25";
59
+ const thumb = "_thumb_1fpza_29";
60
+ const hovered = "_hovered_1fpza_33";
61
+ const disabled = "_disabled_1fpza_33";
62
+ const selected = "_selected_1fpza_37";
63
63
  const styles$1 = {
64
64
  Switch: Switch$1,
65
65
  focusVisible,
@@ -92,9 +92,9 @@ function Switch(props) {
92
92
  r: 6
93
93
  })));
94
94
  }
95
- const Toggle$1 = "_Toggle_37unq_5";
96
- const text = "_text_37unq_25";
97
- const input = "_input_37unq_26";
95
+ const Toggle$1 = "_Toggle_6aiiv_5";
96
+ const text = "_text_6aiiv_25";
97
+ const input = "_input_6aiiv_26";
98
98
  const styles = {
99
99
  Toggle: Toggle$1,
100
100
  text,
@@ -32,11 +32,11 @@ var __objRest = (source, exclude) => {
32
32
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
33
33
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
34
34
  import React__default, { forwardRef } from "react";
35
- import { T as Text } from "./Text-DYLBjpe-.mjs";
35
+ import { T as Text } from "./Text-FQhZrmyS.mjs";
36
36
  import { classNames } from "../utilities/css.mjs";
37
37
  import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState-kFojjzgV.mjs";
38
- import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-BDx-p-Zv.mjs";
39
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-YOWeCHgO.mjs";
38
+ import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-infPUFau.mjs";
39
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-DE2KtVaT.mjs";
40
40
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
41
41
  function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
42
42
  let { labelProps, inputProps, isSelected, isPressed, isDisabled, isReadOnly } = $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref);
@@ -52,13 +52,13 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
52
52
  isReadOnly
53
53
  };
54
54
  }
55
- const Switch$1 = "_Switch_16qlh_5";
56
- const focusVisible = "_focusVisible_16qlh_13";
57
- const track = "_track_16qlh_25";
58
- const thumb = "_thumb_16qlh_29";
59
- const hovered = "_hovered_16qlh_33";
60
- const disabled = "_disabled_16qlh_33";
61
- const selected = "_selected_16qlh_37";
55
+ const Switch$1 = "_Switch_1fpza_5";
56
+ const focusVisible = "_focusVisible_1fpza_13";
57
+ const track = "_track_1fpza_25";
58
+ const thumb = "_thumb_1fpza_29";
59
+ const hovered = "_hovered_1fpza_33";
60
+ const disabled = "_disabled_1fpza_33";
61
+ const selected = "_selected_1fpza_37";
62
62
  const styles$1 = {
63
63
  Switch: Switch$1,
64
64
  focusVisible,
@@ -91,9 +91,9 @@ function Switch(props) {
91
91
  r: 6
92
92
  })));
93
93
  }
94
- const Toggle$1 = "_Toggle_37unq_5";
95
- const text = "_text_37unq_25";
96
- const input = "_input_37unq_26";
94
+ const Toggle$1 = "_Toggle_6aiiv_5";
95
+ const text = "_text_6aiiv_25";
96
+ const input = "_input_6aiiv_26";
97
97
  const styles = {
98
98
  Toggle: Toggle$1,
99
99
  text,
@@ -19,15 +19,15 @@ var __spreadValues = (a, b) => {
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const React = require("react");
22
- const Text = require("./Text-BwXTDw77.js");
22
+ const Text = require("./Text-Bi6LyLI0.js");
23
23
  const utilities_css = require("../utilities/css.js");
24
- const Overlay = require("./Overlay-Dmwy9VjC.js");
25
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
24
+ const Overlay = require("./Overlay-CwJbrICR.js");
25
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
26
26
  const useHover = require("./useHover-BIKwjrCT.js");
27
27
  const mergeProps = require("./mergeProps-DniMwM6P.js");
28
- const useFocusable = require("./useFocusable-8kJcp2yc.js");
28
+ const useFocusable = require("./useFocusable-BQyiwtXU.js");
29
29
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
30
- const useOverlayPosition = require("./useOverlayPosition-CMvGmqVL.js");
30
+ const useOverlayPosition = require("./useOverlayPosition-DJGEWKwM.js");
31
31
  const $8796f90736e175cb$var$TOOLTIP_DELAY = 1500;
32
32
  const $8796f90736e175cb$var$TOOLTIP_COOLDOWN = 500;
33
33
  let $8796f90736e175cb$var$tooltips = {};
@@ -216,13 +216,13 @@ function $4e1b34546679e357$export$a6da6c504e4bba8b(props, state, ref) {
216
216
  }
217
217
  };
218
218
  }
219
- const Tooltip$1 = "_Tooltip_1nrp9_5";
220
- const text = "_text_1nrp9_25";
221
- const arrow = "_arrow_1nrp9_31";
222
- const top = "_top_1nrp9_40";
223
- const bottom = "_bottom_1nrp9_41";
224
- const left = "_left_1nrp9_45";
225
- const right = "_right_1nrp9_46";
219
+ const Tooltip$1 = "_Tooltip_b8d2h_5";
220
+ const text = "_text_b8d2h_25";
221
+ const arrow = "_arrow_b8d2h_31";
222
+ const top = "_top_b8d2h_40";
223
+ const bottom = "_bottom_b8d2h_41";
224
+ const left = "_left_b8d2h_45";
225
+ const right = "_right_b8d2h_46";
226
226
  const styles = {
227
227
  Tooltip: Tooltip$1,
228
228
  text,
@@ -18,15 +18,15 @@ var __spreadValues = (a, b) => {
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import React__default, { useMemo, useRef, useEffect, useLayoutEffect } from "react";
21
- import { T as Text } from "./Text-DYLBjpe-.mjs";
21
+ import { T as Text } from "./Text-FQhZrmyS.mjs";
22
22
  import { getComponentToken, pxToRem, classNames } from "../utilities/css.mjs";
23
- import { a as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-BEmOdNIB.mjs";
24
- import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9, b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-ng1Hn25t.mjs";
23
+ import { a as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff } from "./Overlay-kQ6Q7dIG.mjs";
24
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9, b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-BWsOm7z5.mjs";
25
25
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
26
26
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
27
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-CNor_Zjt.mjs";
27
+ import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DFWO-r50.mjs";
28
28
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
29
- import { $ as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useOverlayPosition-dua8TTSS.mjs";
29
+ import { $ as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useOverlayPosition-VlLR-wFE.mjs";
30
30
  const $8796f90736e175cb$var$TOOLTIP_DELAY = 1500;
31
31
  const $8796f90736e175cb$var$TOOLTIP_COOLDOWN = 500;
32
32
  let $8796f90736e175cb$var$tooltips = {};
@@ -215,13 +215,13 @@ function $4e1b34546679e357$export$a6da6c504e4bba8b(props, state, ref) {
215
215
  }
216
216
  };
217
217
  }
218
- const Tooltip$1 = "_Tooltip_1nrp9_5";
219
- const text = "_text_1nrp9_25";
220
- const arrow = "_arrow_1nrp9_31";
221
- const top = "_top_1nrp9_40";
222
- const bottom = "_bottom_1nrp9_41";
223
- const left = "_left_1nrp9_45";
224
- const right = "_right_1nrp9_46";
218
+ const Tooltip$1 = "_Tooltip_b8d2h_5";
219
+ const text = "_text_b8d2h_25";
220
+ const arrow = "_arrow_b8d2h_31";
221
+ const top = "_top_b8d2h_40";
222
+ const bottom = "_bottom_b8d2h_41";
223
+ const left = "_left_b8d2h_45";
224
+ const right = "_right_b8d2h_46";
225
225
  const styles = {
226
226
  Tooltip: Tooltip$1,
227
227
  text,
@@ -35,7 +35,7 @@ const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
35
35
  const React = require("react");
36
36
  const utilities_css = require("../utilities/css.js");
37
37
  const omit = require("./omit-jjOwwbdQ.js");
38
- const useButton = require("./useButton-DZ0C3d-K.js");
38
+ const useButton = require("./useButton-B_VJe1i5.js");
39
39
  const FILLED_BUTTON_COLORS = ["primary", "secondary", "success", "warning", "neutral"];
40
40
  const OUTLINED_BUTTON_COLORS = ["primary", "secondary", "support", "warning", "inverse"];
41
41
  const LINK_BUTTON_COLORS = ["primary", "secondary"];
@@ -34,7 +34,7 @@ import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6
34
34
  import React__default, { forwardRef, useRef } from "react";
35
35
  import { classNames } from "../utilities/css.mjs";
36
36
  import { o as omit } from "./omit-B_jU3Uog.mjs";
37
- import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "./useButton-BK6hwK02.mjs";
37
+ import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "./useButton-CAB58gzb.mjs";
38
38
  const FILLED_BUTTON_COLORS = ["primary", "secondary", "success", "warning", "neutral"];
39
39
  const OUTLINED_BUTTON_COLORS = ["primary", "secondary", "support", "warning", "inverse"];
40
40
  const LINK_BUTTON_COLORS = ["primary", "secondary"];
@@ -31,9 +31,9 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { forwardRef } from "react";
33
33
  import { classNames, getResponsiveDesignToken, getComponentToken, sanitizeCustomProperties } from "../utilities/css.mjs";
34
- const VerticalStack$1 = "_VerticalStack_hxgz8_5";
35
- const listReset = "_listReset_hxgz8_58";
36
- const fieldsetReset = "_fieldsetReset_hxgz8_65";
34
+ const VerticalStack$1 = "_VerticalStack_10no3_5";
35
+ const listReset = "_listReset_10no3_58";
36
+ const fieldsetReset = "_fieldsetReset_10no3_65";
37
37
  const styles = {
38
38
  VerticalStack: VerticalStack$1,
39
39
  listReset,
@@ -32,9 +32,9 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const React = require("react");
34
34
  const utilities_css = require("../utilities/css.js");
35
- const VerticalStack$1 = "_VerticalStack_hxgz8_5";
36
- const listReset = "_listReset_hxgz8_58";
37
- const fieldsetReset = "_fieldsetReset_hxgz8_65";
35
+ const VerticalStack$1 = "_VerticalStack_10no3_5";
36
+ const listReset = "_listReset_10no3_58";
37
+ const fieldsetReset = "_fieldsetReset_10no3_65";
38
38
  const styles = {
39
39
  VerticalStack: VerticalStack$1,
40
40
  listReset,
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
33
33
  import React__default, { useState, useMemo } from "react";
34
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
34
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-C1nTntXX.mjs";
35
35
  const $5c3e21d68f1c4674$var$styles = {
36
36
  border: 0,
37
37
  clip: "rect(0 0 0 0)",
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const mergeProps = require("./mergeProps-DniMwM6P.js");
34
34
  const React = require("react");
35
- const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
35
+ const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
36
36
  const $5c3e21d68f1c4674$var$styles = {
37
37
  border: 0,
38
38
  clip: "rect(0 0 0 0)",
@@ -15,10 +15,10 @@ var __spreadValues = (a, b) => {
15
15
  }
16
16
  return a;
17
17
  };
18
- const FocusScope = require("./FocusScope-DFE0IeGl.js");
18
+ const FocusScope = require("./FocusScope-Djtxzznf.js");
19
19
  const React = require("react");
20
- const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
21
- const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
20
+ const useFocusWithin = require("./useFocusWithin-C-45XiL1.js");
21
+ const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
22
22
  const mergeProps = require("./mergeProps-DniMwM6P.js");
23
23
  const getScrollParent = require("./getScrollParent-DNz2ReWu.js");
24
24
  function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
@@ -203,17 +203,7 @@ function $49c51c25361d4cd2$var$preventScrollMobileSafari() {
203
203
  }
204
204
  if (scrollable.scrollHeight === scrollable.clientHeight && scrollable.scrollWidth === scrollable.clientWidth) e.preventDefault();
205
205
  };
206
- let onTouchEnd = (e) => {
207
- let target = e.target;
208
- if ($49c51c25361d4cd2$var$willOpenKeyboard(target) && target !== document.activeElement) {
209
- e.preventDefault();
210
- setupStyles();
211
- target.style.transform = "translateY(-2000px)";
212
- target.focus();
213
- requestAnimationFrame(() => {
214
- target.style.transform = "";
215
- });
216
- }
206
+ let onTouchEnd = () => {
217
207
  if (restoreScrollableStyles) restoreScrollableStyles();
218
208
  };
219
209
  let onFocus = (e) => {
@@ -14,10 +14,10 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import { b as $9bf71ea28793e738$export$1258395f99bf9cbf } from "./FocusScope-Qg8vUhZ_.mjs";
17
+ import { b as $9bf71ea28793e738$export$1258395f99bf9cbf } from "./FocusScope-Bwm5pVEe.mjs";
18
18
  import { useRef, useEffect } from "react";
19
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-B-vQAW9V.mjs";
20
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac, e as $c87311424ea30a05$export$fedb369cb70207f1 } from "./isVirtualEvent-BPCuFO54.mjs";
19
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-C1nTntXX.mjs";
20
+ import { $ as $431fbd86ca7dc216$export$b204af158042fbac, g as $c87311424ea30a05$export$fedb369cb70207f1 } from "./isVirtualEvent-B_Z4yzgm.mjs";
21
21
  import { a as $8ae05eaa5c114e9c$export$7f54fc3180508a52, d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-DSi85raC.mjs";
22
22
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "./getScrollParent-B5CCP-yO.mjs";
23
23
  function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
@@ -202,17 +202,7 @@ function $49c51c25361d4cd2$var$preventScrollMobileSafari() {
202
202
  }
203
203
  if (scrollable.scrollHeight === scrollable.clientHeight && scrollable.scrollWidth === scrollable.clientWidth) e.preventDefault();
204
204
  };
205
- let onTouchEnd = (e) => {
206
- let target = e.target;
207
- if ($49c51c25361d4cd2$var$willOpenKeyboard(target) && target !== document.activeElement) {
208
- e.preventDefault();
209
- setupStyles();
210
- target.style.transform = "translateY(-2000px)";
211
- target.focus();
212
- requestAnimationFrame(() => {
213
- target.style.transform = "";
214
- });
215
- }
205
+ let onTouchEnd = () => {
216
206
  if (restoreScrollableStyles) restoreScrollableStyles();
217
207
  };
218
208
  let onFocus = (e) => {
@@ -1,6 +1,6 @@
1
- import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-BPCuFO54.mjs";
1
+ import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-B_Z4yzgm.mjs";
2
2
  import { $ as $bbed8b41f857bcc0$export$24490316f764c430, a as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./context-EpOG85wC.mjs";
3
- import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-ng1Hn25t.mjs";
3
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-BWsOm7z5.mjs";
4
4
  function $6a99195332edec8b$export$80f3e147d781571c(element) {
5
5
  const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(element);
6
6
  if ($507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
- const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
2
+ const isVirtualEvent = require("./isVirtualEvent-C-tB2MCl.js");
3
3
  const context = require("./context-CYcq9Zvo.js");
4
- const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
4
+ const useFocusVisible = require("./useFocusVisible-CiIrKjuz.js");
5
5
  function $6a99195332edec8b$export$80f3e147d781571c(element) {
6
6
  const ownerDocument = isVirtualEvent.$431fbd86ca7dc216$export$b204af158042fbac(element);
7
7
  if (useFocusVisible.$507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
@@ -65,10 +65,11 @@ export {
65
65
  $6a7db85432448f7f$export$60278871457622de as b,
66
66
  $c87311424ea30a05$export$9ac100e40613ea10 as c,
67
67
  $c87311424ea30a05$export$78551043582a6a98 as d,
68
- $c87311424ea30a05$export$fedb369cb70207f1 as e,
69
- $c87311424ea30a05$export$e1865c3bedcd822b as f,
70
- $c87311424ea30a05$export$b7d78993b74f766d as g,
71
- $c87311424ea30a05$export$7bef049ce92e4224 as h,
72
- $6a7db85432448f7f$export$29bf1b5f2c56cf63 as i,
73
- $c87311424ea30a05$export$a11b0059900ceec8 as j
68
+ $c87311424ea30a05$export$a11b0059900ceec8 as e,
69
+ $c87311424ea30a05$export$6446a186d09e379e as f,
70
+ $c87311424ea30a05$export$fedb369cb70207f1 as g,
71
+ $c87311424ea30a05$export$e1865c3bedcd822b as h,
72
+ $c87311424ea30a05$export$b7d78993b74f766d as i,
73
+ $c87311424ea30a05$export$7bef049ce92e4224 as j,
74
+ $6a7db85432448f7f$export$29bf1b5f2c56cf63 as k
74
75
  };
@@ -64,6 +64,7 @@ exports.$431fbd86ca7dc216$export$b204af158042fbac = $431fbd86ca7dc216$export$b20
64
64
  exports.$431fbd86ca7dc216$export$f21a1ffae260145a = $431fbd86ca7dc216$export$f21a1ffae260145a;
65
65
  exports.$6a7db85432448f7f$export$29bf1b5f2c56cf63 = $6a7db85432448f7f$export$29bf1b5f2c56cf63;
66
66
  exports.$6a7db85432448f7f$export$60278871457622de = $6a7db85432448f7f$export$60278871457622de;
67
+ exports.$c87311424ea30a05$export$6446a186d09e379e = $c87311424ea30a05$export$6446a186d09e379e;
67
68
  exports.$c87311424ea30a05$export$78551043582a6a98 = $c87311424ea30a05$export$78551043582a6a98;
68
69
  exports.$c87311424ea30a05$export$7bef049ce92e4224 = $c87311424ea30a05$export$7bef049ce92e4224;
69
70
  exports.$c87311424ea30a05$export$9ac100e40613ea10 = $c87311424ea30a05$export$9ac100e40613ea10;
@@ -52,15 +52,19 @@ function $2f04cbc44ee30ce0$export$53a0910f038337bd(scrollView, element) {
52
52
  let height = element.offsetHeight;
53
53
  let x = scrollView.scrollLeft;
54
54
  let y = scrollView.scrollTop;
55
- let { borderTopWidth, borderLeftWidth } = getComputedStyle(scrollView);
56
- let borderAdjustedX = scrollView.scrollLeft + parseInt(borderLeftWidth, 10);
57
- let borderAdjustedY = scrollView.scrollTop + parseInt(borderTopWidth, 10);
55
+ let { borderTopWidth, borderLeftWidth, scrollPaddingTop, scrollPaddingRight, scrollPaddingBottom, scrollPaddingLeft } = getComputedStyle(scrollView);
56
+ let borderAdjustedX = x + parseInt(borderLeftWidth, 10);
57
+ let borderAdjustedY = y + parseInt(borderTopWidth, 10);
58
58
  let maxX = borderAdjustedX + scrollView.clientWidth;
59
59
  let maxY = borderAdjustedY + scrollView.clientHeight;
60
- if (offsetX <= x) x = offsetX - parseInt(borderLeftWidth, 10);
61
- else if (offsetX + width > maxX) x += offsetX + width - maxX;
62
- if (offsetY <= borderAdjustedY) y = offsetY - parseInt(borderTopWidth, 10);
63
- else if (offsetY + height > maxY) y += offsetY + height - maxY;
60
+ let scrollPaddingTopNumber = parseInt(scrollPaddingTop, 10) || 0;
61
+ let scrollPaddingBottomNumber = parseInt(scrollPaddingBottom, 10) || 0;
62
+ let scrollPaddingRightNumber = parseInt(scrollPaddingRight, 10) || 0;
63
+ let scrollPaddingLeftNumber = parseInt(scrollPaddingLeft, 10) || 0;
64
+ if (offsetX <= x + scrollPaddingLeftNumber) x = offsetX - parseInt(borderLeftWidth, 10) - scrollPaddingLeftNumber;
65
+ else if (offsetX + width > maxX - scrollPaddingRightNumber) x += offsetX + width - maxX + scrollPaddingRightNumber;
66
+ if (offsetY <= borderAdjustedY + scrollPaddingTopNumber) y = offsetY - parseInt(borderTopWidth, 10) - scrollPaddingTopNumber;
67
+ else if (offsetY + height > maxY - scrollPaddingBottomNumber) y += offsetY + height - maxY + scrollPaddingBottomNumber;
64
68
  scrollView.scrollLeft = x;
65
69
  scrollView.scrollTop = y;
66
70
  }
@@ -51,15 +51,19 @@ function $2f04cbc44ee30ce0$export$53a0910f038337bd(scrollView, element) {
51
51
  let height = element.offsetHeight;
52
52
  let x = scrollView.scrollLeft;
53
53
  let y = scrollView.scrollTop;
54
- let { borderTopWidth, borderLeftWidth } = getComputedStyle(scrollView);
55
- let borderAdjustedX = scrollView.scrollLeft + parseInt(borderLeftWidth, 10);
56
- let borderAdjustedY = scrollView.scrollTop + parseInt(borderTopWidth, 10);
54
+ let { borderTopWidth, borderLeftWidth, scrollPaddingTop, scrollPaddingRight, scrollPaddingBottom, scrollPaddingLeft } = getComputedStyle(scrollView);
55
+ let borderAdjustedX = x + parseInt(borderLeftWidth, 10);
56
+ let borderAdjustedY = y + parseInt(borderTopWidth, 10);
57
57
  let maxX = borderAdjustedX + scrollView.clientWidth;
58
58
  let maxY = borderAdjustedY + scrollView.clientHeight;
59
- if (offsetX <= x) x = offsetX - parseInt(borderLeftWidth, 10);
60
- else if (offsetX + width > maxX) x += offsetX + width - maxX;
61
- if (offsetY <= borderAdjustedY) y = offsetY - parseInt(borderTopWidth, 10);
62
- else if (offsetY + height > maxY) y += offsetY + height - maxY;
59
+ let scrollPaddingTopNumber = parseInt(scrollPaddingTop, 10) || 0;
60
+ let scrollPaddingBottomNumber = parseInt(scrollPaddingBottom, 10) || 0;
61
+ let scrollPaddingRightNumber = parseInt(scrollPaddingRight, 10) || 0;
62
+ let scrollPaddingLeftNumber = parseInt(scrollPaddingLeft, 10) || 0;
63
+ if (offsetX <= x + scrollPaddingLeftNumber) x = offsetX - parseInt(borderLeftWidth, 10) - scrollPaddingLeftNumber;
64
+ else if (offsetX + width > maxX - scrollPaddingRightNumber) x += offsetX + width - maxX + scrollPaddingRightNumber;
65
+ if (offsetY <= borderAdjustedY + scrollPaddingTopNumber) y = offsetY - parseInt(borderTopWidth, 10) - scrollPaddingTopNumber;
66
+ else if (offsetY + height > maxY - scrollPaddingBottomNumber) y += offsetY + height - maxY + scrollPaddingBottomNumber;
63
67
  scrollView.scrollLeft = x;
64
68
  scrollView.scrollTop = y;
65
69
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  const mergeProps = require("./mergeProps-DniMwM6P.js");
3
3
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
4
- const useFocusable = require("./useFocusable-8kJcp2yc.js");
5
- const usePress = require("./usePress-DNETV97g.js");
4
+ const useFocusable = require("./useFocusable-BQyiwtXU.js");
5
+ const usePress = require("./usePress-DTGD4Sub.js");
6
6
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
7
7
  let {
8
8
  elementType = "button",
@@ -1,7 +1,7 @@
1
1
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-DSi85raC.mjs";
2
2
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
3
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-CNor_Zjt.mjs";
4
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-Db4pSZfY.mjs";
3
+ import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-DFWO-r50.mjs";
4
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-U7SFXdpv.mjs";
5
5
  function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
6
6
  let {
7
7
  elementType = "button",
@@ -20,9 +20,9 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeProps = require("./mergeProps-DniMwM6P.js");
22
22
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
23
- const focusSafely = require("./focusSafely-BvrXUhlW.js");
23
+ const focusSafely = require("./focusSafely-wmTq_iKq.js");
24
24
  const React = require("react");
25
- const Overlay = require("./Overlay-Dmwy9VjC.js");
25
+ const Overlay = require("./Overlay-CwJbrICR.js");
26
26
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
27
27
  let { role = "dialog" } = props;
28
28
  let titleId = mergeProps.$bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -19,9 +19,9 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { b as $bdb11010cef70236$export$b4cc09c592e8fdb8 } from "./mergeProps-DSi85raC.mjs";
21
21
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
22
- import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-BWGCG3W3.mjs";
22
+ import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "./focusSafely-DByEWahg.mjs";
23
23
  import { useRef, useEffect } from "react";
24
- import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-BEmOdNIB.mjs";
24
+ import { b as $337b884510726a0d$export$14c98a7594375490 } from "./Overlay-kQ6Q7dIG.mjs";
25
25
  function $40df3f8667284809$export$d55e7ee900f34e93(props, ref) {
26
26
  let { role = "dialog" } = props;
27
27
  let titleId = $bdb11010cef70236$export$b4cc09c592e8fdb8();
@@ -2,11 +2,11 @@
2
2
  const React = require("react");
3
3
  const useIntersectionDetection = require("./useIntersectionDetection-DI5n4zwA.js");
4
4
  const utilities_css = require("../utilities/css.js");
5
- const interceptor = "_interceptor_g2idm_5";
6
- const top = "_top_g2idm_13";
7
- const bottom = "_bottom_g2idm_14";
8
- const left = "_left_g2idm_18";
9
- const right = "_right_g2idm_19";
5
+ const interceptor = "_interceptor_1k52r_5";
6
+ const top = "_top_1k52r_13";
7
+ const bottom = "_bottom_1k52r_14";
8
+ const left = "_left_1k52r_18";
9
+ const right = "_right_1k52r_19";
10
10
  const styles = {
11
11
  interceptor,
12
12
  top,
@@ -1,11 +1,11 @@
1
1
  import React__default, { useRef, useCallback } from "react";
2
2
  import { u as useIntersectionDetection } from "./useIntersectionDetection-BvUmtDgl.mjs";
3
3
  import { classNames } from "../utilities/css.mjs";
4
- const interceptor = "_interceptor_g2idm_5";
5
- const top = "_top_g2idm_13";
6
- const bottom = "_bottom_g2idm_14";
7
- const left = "_left_g2idm_18";
8
- const right = "_right_g2idm_19";
4
+ const interceptor = "_interceptor_1k52r_5";
5
+ const top = "_top_1k52r_13";
6
+ const bottom = "_bottom_1k52r_14";
7
+ const left = "_left_1k52r_18";
8
+ const right = "_right_1k52r_19";
9
9
  const styles = {
10
10
  interceptor,
11
11
  top,