@easypost/easy-ui 1.0.0-alpha.51 → 1.0.0-alpha.53

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 (207) 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 +18 -0
  8. package/Calendar/index.js +21 -21
  9. package/Calendar/index.mjs +20 -20
  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/ActionsCellContent.d.ts.map +1 -1
  19. package/DataGrid/index.js +77 -150
  20. package/DataGrid/index.mjs +74 -131
  21. package/Drawer/index.js +21 -21
  22. package/Drawer/index.mjs +21 -21
  23. package/DropdownButton/index.js +13 -13
  24. package/DropdownButton/index.mjs +13 -13
  25. package/EmptyStateCard/index.js +8 -8
  26. package/EmptyStateCard/index.mjs +8 -8
  27. package/FocusedProductLayout/index.js +23 -23
  28. package/FocusedProductLayout/index.mjs +23 -23
  29. package/FormLayout/index.js +5 -5
  30. package/FormLayout/index.mjs +5 -5
  31. package/HorizontalGrid/index.js +1 -1
  32. package/HorizontalGrid/index.mjs +1 -1
  33. package/HorizontalStack/index.js +1 -1
  34. package/HorizontalStack/index.mjs +1 -1
  35. package/Icon/index.js +1 -1
  36. package/Icon/index.mjs +1 -1
  37. package/IconButton/index.js +13 -13
  38. package/IconButton/index.mjs +13 -13
  39. package/InputField/index.js +1 -1
  40. package/InputField/index.mjs +1 -1
  41. package/KebabButton/KebabButton.d.ts +19 -0
  42. package/KebabButton/KebabButton.d.ts.map +1 -0
  43. package/KebabButton/KebabButton.stories.d.ts +7 -0
  44. package/KebabButton/KebabButton.stories.d.ts.map +1 -0
  45. package/KebabButton/KebabButton.test.d.ts +2 -0
  46. package/KebabButton/KebabButton.test.d.ts.map +1 -0
  47. package/KebabButton/index.d.ts +2 -0
  48. package/KebabButton/index.d.ts.map +1 -0
  49. package/KebabButton/index.js +4 -0
  50. package/KebabButton/index.mjs +4 -0
  51. package/Menu/index.js +1 -1
  52. package/Menu/index.mjs +1 -1
  53. package/Modal/index.js +22 -22
  54. package/Modal/index.mjs +22 -22
  55. package/NexusLayout/index.js +31 -31
  56. package/NexusLayout/index.mjs +31 -31
  57. package/Notification/index.js +1 -1
  58. package/Notification/index.mjs +1 -1
  59. package/Pagination/index.js +8 -8
  60. package/Pagination/index.mjs +8 -8
  61. package/PillGroup/index.js +16 -16
  62. package/PillGroup/index.mjs +16 -16
  63. package/ProductLayout/index.js +25 -25
  64. package/ProductLayout/index.mjs +25 -25
  65. package/Provider/index.js +2 -2
  66. package/Provider/index.mjs +2 -2
  67. package/RadioGroup/index.js +21 -21
  68. package/RadioGroup/index.mjs +21 -21
  69. package/SearchNav/index.js +30 -30
  70. package/SearchNav/index.mjs +30 -30
  71. package/SectionCard/index.js +7 -7
  72. package/SectionCard/index.mjs +7 -7
  73. package/Select/index.js +5 -5
  74. package/Select/index.mjs +5 -5
  75. package/SelectorErrorTooltip/index.js +1 -1
  76. package/SelectorErrorTooltip/index.mjs +1 -1
  77. package/Spinner/index.js +1 -1
  78. package/Spinner/index.mjs +1 -1
  79. package/SplitToggleCard/index.js +4 -4
  80. package/SplitToggleCard/index.mjs +4 -4
  81. package/Stepper/index.js +1 -1
  82. package/Stepper/index.mjs +1 -1
  83. package/TabNav/index.js +1 -1
  84. package/TabNav/index.mjs +1 -1
  85. package/TabPanels/index.js +4 -4
  86. package/TabPanels/index.mjs +4 -4
  87. package/Tabs/index.js +1 -1
  88. package/Tabs/index.mjs +1 -1
  89. package/Text/index.js +1 -1
  90. package/Text/index.mjs +1 -1
  91. package/TextField/index.js +1 -1
  92. package/TextField/index.mjs +1 -1
  93. package/Textarea/index.js +1 -1
  94. package/Textarea/index.mjs +1 -1
  95. package/Toggle/index.js +1 -1
  96. package/Toggle/index.mjs +1 -1
  97. package/ToggleCard/index.js +2 -2
  98. package/ToggleCard/index.mjs +2 -2
  99. package/Tooltip/index.js +1 -1
  100. package/Tooltip/index.mjs +1 -1
  101. package/UnstyledButton/UnstyledPressButton.d.ts.map +1 -0
  102. package/UnstyledButton/index.js +1 -1
  103. package/UnstyledButton/index.mjs +1 -1
  104. package/VerticalNav/index.js +25 -25
  105. package/VerticalNav/index.mjs +25 -25
  106. package/VerticalStack/index.js +1 -1
  107. package/VerticalStack/index.mjs +1 -1
  108. package/__chunks__/{Button-CmD64QHM.js → Button-BLXBu8Ta.js} +18 -18
  109. package/__chunks__/{Button-MAW230DJ.mjs → Button-KmjMp6fw.mjs} +18 -18
  110. package/__chunks__/{Card-R59fzj3D.js → Card-Bn_WwYcR.js} +12 -12
  111. package/__chunks__/{Card-DGfYl_59.mjs → Card-YKZzjRiK.mjs} +12 -12
  112. package/__chunks__/{Checkbox-Ba17R9Me.mjs → Checkbox--LkvUfIF.mjs} +23 -23
  113. package/__chunks__/{Checkbox-CmWLfIf5.js → Checkbox-CLLYuQFM.js} +23 -23
  114. package/__chunks__/{CodeSnippet-DnRi1zYt.js → CodeSnippet-D5b8WTPo.js} +2 -2
  115. package/__chunks__/{CodeSnippet-Cg2yqHEL.mjs → CodeSnippet-daiUE0ZZ.mjs} +2 -2
  116. package/__chunks__/{FocusScope-CoZUVDQG.js → FocusScope-D5T6fKI9.js} +14 -14
  117. package/__chunks__/{FocusScope-CjqREKhC.mjs → FocusScope-OD0PXxQI.mjs} +2 -2
  118. package/__chunks__/{HelpMenu-C6YpBA_k.mjs → HelpMenu-CvYzKDPL.mjs} +7 -7
  119. package/__chunks__/{HelpMenu-LqjnU6B5.js → HelpMenu-dUbPE3b6.js} +7 -7
  120. package/__chunks__/{HorizontalGrid-Cq1Kn_YA.mjs → HorizontalGrid-BZ6IHKxE.mjs} +1 -1
  121. package/__chunks__/{HorizontalGrid-CaRVABQC.js → HorizontalGrid-ijPB5iDF.js} +1 -1
  122. package/__chunks__/{HorizontalStack-BCdQy_30.js → HorizontalStack-BhYVqGNF.js} +1 -1
  123. package/__chunks__/{HorizontalStack-BR78qm70.mjs → HorizontalStack-CVOKWs2C.mjs} +1 -1
  124. package/__chunks__/{Icon-Zte0ahKA.js → Icon-DTlCtPmb.js} +2 -2
  125. package/__chunks__/{Icon-CsV8dQQm.mjs → Icon-ML4td6nu.mjs} +2 -2
  126. package/__chunks__/{InputField-0nt-c6A-.mjs → InputField-BGuPTA6X.mjs} +7 -7
  127. package/__chunks__/{InputField-DnmD_5dk.js → InputField-BVj42bl6.js} +8 -8
  128. package/__chunks__/{InputIcon-WvKiG8-J.mjs → InputIcon-Ds8RTUHn.mjs} +25 -25
  129. package/__chunks__/{InputIcon-CO8cC16W.js → InputIcon-cgR2J0CY.js} +25 -25
  130. package/__chunks__/KebabButton-Dwul0lCB.js +121 -0
  131. package/__chunks__/KebabButton-KJLOsFVT.mjs +106 -0
  132. package/__chunks__/{Menu-JWYDsIM8.mjs → Menu-_F51cSwS.mjs} +19 -19
  133. package/__chunks__/{Menu-DywMr2qv.js → Menu-aW3etzMU.js} +19 -19
  134. package/__chunks__/{Notification-CjXnveJm.mjs → Notification-B_EYEB85.mjs} +18 -18
  135. package/__chunks__/{Notification-DzT477jX.js → Notification-FLiv_7Pz.js} +22 -22
  136. package/__chunks__/{Overlay-Dz_4R38U.mjs → Overlay-8RgU2lAl.mjs} +1 -1
  137. package/__chunks__/{Overlay-DBi2SVGv.js → Overlay-B-di_dfG.js} +1 -1
  138. package/__chunks__/{SelectOverlay-C1_4dzMC.js → SelectOverlay-BXUOr3V4.js} +30 -29
  139. package/__chunks__/{SelectOverlay-00AM3v2y.mjs → SelectOverlay-CE6xQN1A.mjs} +29 -28
  140. package/__chunks__/{SelectorErrorTooltip-Bc-Sd0bp.js → SelectorErrorTooltip-CVmgS1ea.js} +4 -4
  141. package/__chunks__/{SelectorErrorTooltip-0nsfBmcs.mjs → SelectorErrorTooltip-Kb6OHby6.mjs} +4 -4
  142. package/__chunks__/{Spinner-BdZBA8PL.js → Spinner-B824MsLf.js} +5 -5
  143. package/__chunks__/{Spinner-BKREfd3i.mjs → Spinner-B_gLJGR4.mjs} +5 -5
  144. package/__chunks__/{Stepper-CQpiq4EU.js → Stepper-BsXgQ8uM.js} +27 -27
  145. package/__chunks__/{Stepper-d2Ervejf.mjs → Stepper-jvJMb2AN.mjs} +27 -27
  146. package/__chunks__/{TabNav-BFg_oRV3.js → TabNav-7zvsNpDC.js} +1 -1
  147. package/__chunks__/{TabNav-BTQ_qSQL.mjs → TabNav-DZMmlU0F.mjs} +1 -1
  148. package/__chunks__/{Tabs-CGUaAlMI.js → Tabs-Bno4dYlh.js} +18 -18
  149. package/__chunks__/{Tabs-D6dblFwF.mjs → Tabs-S7stbA0f.mjs} +18 -18
  150. package/__chunks__/{Text-WpS48dIg.mjs → Text-7pwgbag-.mjs} +34 -34
  151. package/__chunks__/{Text-Bq6ipzm3.js → Text-CT2y5c8a.js} +34 -34
  152. package/__chunks__/{Toggle-CNNb1-5k.js → Toggle-DTGHrByH.js} +13 -13
  153. package/__chunks__/{Toggle-BQzlDTjD.mjs → Toggle-DnXlXQfM.mjs} +13 -13
  154. package/__chunks__/{Tooltip-De2H3lpF.mjs → Tooltip-CtI3y9PC.mjs} +11 -11
  155. package/__chunks__/{Tooltip-Dp7uYQ-L.js → Tooltip-D3oH4aIj.js} +11 -11
  156. package/__chunks__/{UnstyledButton-DcvMv4SL.mjs → UnstyledButton-0v6TRjMY.mjs} +1 -1
  157. package/__chunks__/{UnstyledButton-DVpiY5Qh.js → UnstyledButton-BfeN_d1h.js} +1 -1
  158. package/__chunks__/{VerticalStack-CByiLhy3.mjs → VerticalStack-BHv8i_jQ.mjs} +3 -3
  159. package/__chunks__/{VerticalStack-Dz0-4vfW.js → VerticalStack-BiBVFfHt.js} +3 -3
  160. package/__chunks__/{VisuallyHidden-CBNzWIG8.mjs → VisuallyHidden-BsBkcHpw.mjs} +1 -1
  161. package/__chunks__/{VisuallyHidden-zJSJlhfQ.js → VisuallyHidden-CVfjb1YY.js} +1 -1
  162. package/__chunks__/{ariaHideOutside-qn3-pnlW.js → ariaHideOutside-BYYnLsgt.js} +5 -5
  163. package/__chunks__/{ariaHideOutside-CGNrOhSc.mjs → ariaHideOutside-CGNwwQAc.mjs} +3 -3
  164. package/__chunks__/focusSafely-CZPj1Dug.js +14 -0
  165. package/__chunks__/focusSafely-DfpH-pE9.mjs +15 -0
  166. package/__chunks__/isVirtualEvent-BPCuFO54.mjs +74 -0
  167. package/__chunks__/isVirtualEvent-DwoP1rNI.js +73 -0
  168. package/__chunks__/{focusSafely-MxnwWbsu.mjs → runAfterTransition-B7Bfhj0D.mjs} +2 -13
  169. package/__chunks__/{focusSafely-BpCL6rxl.js → runAfterTransition-DtSqibrj.js} +0 -11
  170. package/__chunks__/{useButton-COCB0O4M.mjs → useButton-C6QFpa4j.mjs} +2 -2
  171. package/__chunks__/{useButton-hrdBTa5u.js → useButton-DVdJNlul.js} +2 -2
  172. package/__chunks__/{useDialog-47nl4w_8.mjs → useDialog-BThBdiel.mjs} +3 -3
  173. package/__chunks__/{useDialog-DNGXm940.js → useDialog-DIiUusMk.js} +3 -3
  174. package/__chunks__/{useEdgeInterceptors-D8jJYqF3.js → useEdgeInterceptors-CegFcI5C.js} +5 -5
  175. package/__chunks__/{useEdgeInterceptors-DNVZfje3.mjs → useEdgeInterceptors-Cg-US2Aq.mjs} +5 -5
  176. package/__chunks__/{useFocus-Dk6g6k91.js → useFocus-B4oRb1dU.js} +3 -2
  177. package/__chunks__/{useFocus-DOcjAFnP.mjs → useFocus-By3Cx-xz.mjs} +2 -1
  178. package/__chunks__/{useFocusRing-CKgGPgoX.js → useFocusRing-DFRFvht_.js} +3 -3
  179. package/__chunks__/{useFocusRing-Cj5zef_6.mjs → useFocusRing-dRPhwlpK.mjs} +3 -3
  180. package/__chunks__/{useFocusVisible-DXAxI2Xj.mjs → useFocusVisible-BbEmluTm.mjs} +4 -75
  181. package/__chunks__/{useFocusVisible-DAg8LS6j.js → useFocusVisible-PBQuklI8.js} +13 -84
  182. package/__chunks__/{useFocusWithin-CxvNMoRn.js → useFocusWithin-C1ioGWec.js} +1 -1
  183. package/__chunks__/{useFocusWithin-Bg5BTlgA.mjs → useFocusWithin-krnNAgDY.mjs} +1 -1
  184. package/__chunks__/{useFocusable-Uo_zjP6s.mjs → useFocusable-B0naYTNU.mjs} +2 -2
  185. package/__chunks__/{useFocusable-By9yXfUQ.js → useFocusable-D0hhxIk-.js} +2 -2
  186. package/__chunks__/{useFormValidation-DOUyT2Mb.js → useFormValidation-C2DoIczP.js} +1 -1
  187. package/__chunks__/{useFormValidation-C_CD-7QE.mjs → useFormValidation-DAScndBq.mjs} +1 -1
  188. package/__chunks__/{useHasTabbableChild-BCSKoUR_.js → useHasTabbableChild-4Ga1outX.js} +1 -1
  189. package/__chunks__/{useHasTabbableChild-DhoFI49t.mjs → useHasTabbableChild-DU6tKe-i.mjs} +1 -1
  190. package/__chunks__/{useHighlightSelectionDescription-P7rP7hnM.js → useHighlightSelectionDescription-CG5W6CIQ.js} +1 -1
  191. package/__chunks__/{useHighlightSelectionDescription-BGSwVQtc.mjs → useHighlightSelectionDescription-CPtYsCSQ.mjs} +1 -1
  192. package/__chunks__/{useModal-sVKQd6HX.mjs → useModal-DajWXu6g.mjs} +1 -1
  193. package/__chunks__/{useModal-BV6_Azqp.js → useModal-QwDRNW96.js} +2 -2
  194. package/__chunks__/{usePress-DjyN_yP2.js → usePress-BVH8whNd.js} +26 -26
  195. package/__chunks__/{usePress-CA-sH9oY.mjs → usePress-CiUDlxr6.mjs} +2 -2
  196. package/__chunks__/{useSelectableItem-Bgjo4Ulj.js → useSelectableItem-CJ5_OAlc.js} +10 -8
  197. package/__chunks__/{useSelectableItem-Dn-hODEw.mjs → useSelectableItem-SVHzvSUI.mjs} +6 -4
  198. package/__chunks__/{useSelectableList-DjrCndUM.mjs → useSelectableList-C-_LjaIN.mjs} +1 -1
  199. package/__chunks__/{useSelectableList-CjopKGbS.js → useSelectableList-ICLJNy5q.js} +1 -1
  200. package/__chunks__/{useToggle-V7BhKpNo.mjs → useToggle-B8pvlPQG.mjs} +2 -2
  201. package/__chunks__/{useToggle-qLiVQ6Y2.js → useToggle-CE4Qgz03.js} +2 -2
  202. package/__chunks__/{useTriggerWidth-CI9YrWOP.mjs → useTriggerWidth-BhAxDRD1.mjs} +4 -4
  203. package/__chunks__/{useTriggerWidth-Bj1hzfIg.js → useTriggerWidth-CCmtSs-d.js} +4 -4
  204. package/package.json +2 -2
  205. package/style.css +970 -968
  206. package/DataGrid/UnstyledPressButton.d.ts.map +0 -1
  207. /package/{DataGrid → UnstyledButton}/UnstyledPressButton.d.ts +0 -0
@@ -30,17 +30,17 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { createContext, useContext, useCallback, useEffect, useRef, useLayoutEffect, useState, useMemo } from "react";
33
- import { u as useEdgeInterceptors } from "./useEdgeInterceptors-DNVZfje3.mjs";
33
+ import { u as useEdgeInterceptors } from "./useEdgeInterceptors-Cg-US2Aq.mjs";
34
34
  import { classNames, variationName, getComponentToken } from "../utilities/css.mjs";
35
35
  import { $ as $9daab02d461809db$export$683480f191c0e3ea } from "./useResizeObserver-Dyb4wvuA.mjs";
36
36
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
37
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-Cj5zef_6.mjs";
37
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-dRPhwlpK.mjs";
38
38
  import { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-SJQ-f8LF.mjs";
39
39
  import { F } from "./overlayscrollbars-react-0TIZYR5k.mjs";
40
- const Edge$1 = "_Edge_168jz_5";
41
- const sideLeft = "_sideLeft_168jz_21";
42
- const sideRight = "_sideRight_168jz_28";
43
- const activated = "_activated_168jz_35";
40
+ const Edge$1 = "_Edge_xlaw3_5";
41
+ const sideLeft = "_sideLeft_xlaw3_21";
42
+ const sideRight = "_sideRight_xlaw3_28";
43
+ const activated = "_activated_xlaw3_35";
44
44
  const styles$2 = {
45
45
  Edge: Edge$1,
46
46
  sideLeft,
@@ -128,13 +128,13 @@ function useScrollIntoViewIfNeeded({ isSelected, itemRef }) {
128
128
  onResize: handleScroll
129
129
  });
130
130
  }
131
- const TabsItem$1 = "_TabsItem_1tmr6_5";
132
- const tab = "_tab_1tmr6_9";
133
- const focusVisible = "_focusVisible_1tmr6_32";
134
- const text = "_text_1tmr6_44";
135
- const disabled = "_disabled_1tmr6_48";
136
- const hovered = "_hovered_1tmr6_53";
137
- const selected = "_selected_1tmr6_57";
131
+ const TabsItem$1 = "_TabsItem_1di2s_5";
132
+ const tab = "_tab_1di2s_9";
133
+ const focusVisible = "_focusVisible_1di2s_32";
134
+ const text = "_text_1di2s_44";
135
+ const disabled = "_disabled_1di2s_48";
136
+ const hovered = "_hovered_1di2s_53";
137
+ const selected = "_selected_1di2s_57";
138
138
  const styles$1 = {
139
139
  TabsItem: TabsItem$1,
140
140
  tab,
@@ -192,11 +192,11 @@ function useScrollbar({ navRef, containerRef }) {
192
192
  }
193
193
  }, [initialize, navRef, containerRef]);
194
194
  }
195
- const Tabs$1 = "_Tabs_1uoo6_5";
196
- const nav = "_nav_1uoo6_19";
197
- const listContainer = "_listContainer_1uoo6_25";
198
- const list = "_list_1uoo6_25";
199
- const indicator = "_indicator_1uoo6_44";
195
+ const Tabs$1 = "_Tabs_vw6q9_5";
196
+ const nav = "_nav_vw6q9_19";
197
+ const listContainer = "_listContainer_vw6q9_25";
198
+ const list = "_list_vw6q9_25";
199
+ const indicator = "_indicator_vw6q9_44";
200
200
  const styles = {
201
201
  Tabs: Tabs$1,
202
202
  nav,
@@ -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_r2zqs_5";
20
- const heading1 = "_heading1_r2zqs_13";
21
- const heading2 = "_heading2_r2zqs_30";
22
- const heading3 = "_heading3_r2zqs_47";
23
- const heading4 = "_heading4_r2zqs_64";
24
- const heading5 = "_heading5_r2zqs_72";
25
- const subtitle1 = "_subtitle1_r2zqs_80";
26
- const subtitle2 = "_subtitle2_r2zqs_88";
27
- const body1 = "_body1_r2zqs_96";
28
- const body2 = "_body2_r2zqs_104";
29
- const caption = "_caption_r2zqs_112";
30
- const caption2 = "_caption2_r2zqs_120";
31
- const caption3 = "_caption3_r2zqs_128";
32
- const overline = "_overline_r2zqs_136";
33
- const overline2 = "_overline2_r2zqs_144";
34
- const button = "_button_r2zqs_152";
35
- const normal = "_normal_r2zqs_168";
36
- const medium = "_medium_r2zqs_172";
37
- const semibold = "_semibold_r2zqs_176";
38
- const bold = "_bold_r2zqs_180";
39
- const truncate = "_truncate_r2zqs_184";
40
- const block = "_block_r2zqs_190";
41
- const visuallyHidden = "_visuallyHidden_r2zqs_194";
42
- const start = "_start_r2zqs_207";
43
- const center = "_center_r2zqs_211";
44
- const end = "_end_r2zqs_215";
45
- const justify = "_justify_r2zqs_219";
46
- const numeric = "_numeric_r2zqs_227";
47
- const transformNone = "_transformNone_r2zqs_231";
48
- const transformCapitalize = "_transformCapitalize_r2zqs_235";
49
- const transformUppercase = "_transformUppercase_r2zqs_239";
50
- const transformLowercase = "_transformLowercase_r2zqs_243";
19
+ const Text$1 = "_Text_1rbmc_5";
20
+ const heading1 = "_heading1_1rbmc_13";
21
+ const heading2 = "_heading2_1rbmc_30";
22
+ const heading3 = "_heading3_1rbmc_47";
23
+ const heading4 = "_heading4_1rbmc_64";
24
+ const heading5 = "_heading5_1rbmc_72";
25
+ const subtitle1 = "_subtitle1_1rbmc_80";
26
+ const subtitle2 = "_subtitle2_1rbmc_88";
27
+ const body1 = "_body1_1rbmc_96";
28
+ const body2 = "_body2_1rbmc_104";
29
+ const caption = "_caption_1rbmc_112";
30
+ const caption2 = "_caption2_1rbmc_120";
31
+ const caption3 = "_caption3_1rbmc_128";
32
+ const overline = "_overline_1rbmc_136";
33
+ const overline2 = "_overline2_1rbmc_144";
34
+ const button = "_button_1rbmc_152";
35
+ const normal = "_normal_1rbmc_168";
36
+ const medium = "_medium_1rbmc_172";
37
+ const semibold = "_semibold_1rbmc_176";
38
+ const bold = "_bold_1rbmc_180";
39
+ const truncate = "_truncate_1rbmc_184";
40
+ const block = "_block_1rbmc_190";
41
+ const visuallyHidden = "_visuallyHidden_1rbmc_194";
42
+ const start = "_start_1rbmc_207";
43
+ const center = "_center_1rbmc_211";
44
+ const end = "_end_1rbmc_215";
45
+ const justify = "_justify_1rbmc_219";
46
+ const numeric = "_numeric_1rbmc_227";
47
+ const transformNone = "_transformNone_1rbmc_231";
48
+ const transformCapitalize = "_transformCapitalize_1rbmc_235";
49
+ const transformUppercase = "_transformUppercase_1rbmc_239";
50
+ const transformLowercase = "_transformLowercase_1rbmc_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_r2zqs_160",
68
+ "small-button": "_small-button_1rbmc_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_r2zqs_223",
80
+ "break": "_break_1rbmc_223",
81
81
  numeric,
82
82
  transformNone,
83
83
  transformCapitalize,
@@ -17,38 +17,38 @@ var __spreadValues = (a, b) => {
17
17
  };
18
18
  const React = require("react");
19
19
  const utilities_css = require("../utilities/css.js");
20
- const Text$1 = "_Text_r2zqs_5";
21
- const heading1 = "_heading1_r2zqs_13";
22
- const heading2 = "_heading2_r2zqs_30";
23
- const heading3 = "_heading3_r2zqs_47";
24
- const heading4 = "_heading4_r2zqs_64";
25
- const heading5 = "_heading5_r2zqs_72";
26
- const subtitle1 = "_subtitle1_r2zqs_80";
27
- const subtitle2 = "_subtitle2_r2zqs_88";
28
- const body1 = "_body1_r2zqs_96";
29
- const body2 = "_body2_r2zqs_104";
30
- const caption = "_caption_r2zqs_112";
31
- const caption2 = "_caption2_r2zqs_120";
32
- const caption3 = "_caption3_r2zqs_128";
33
- const overline = "_overline_r2zqs_136";
34
- const overline2 = "_overline2_r2zqs_144";
35
- const button = "_button_r2zqs_152";
36
- const normal = "_normal_r2zqs_168";
37
- const medium = "_medium_r2zqs_172";
38
- const semibold = "_semibold_r2zqs_176";
39
- const bold = "_bold_r2zqs_180";
40
- const truncate = "_truncate_r2zqs_184";
41
- const block = "_block_r2zqs_190";
42
- const visuallyHidden = "_visuallyHidden_r2zqs_194";
43
- const start = "_start_r2zqs_207";
44
- const center = "_center_r2zqs_211";
45
- const end = "_end_r2zqs_215";
46
- const justify = "_justify_r2zqs_219";
47
- const numeric = "_numeric_r2zqs_227";
48
- const transformNone = "_transformNone_r2zqs_231";
49
- const transformCapitalize = "_transformCapitalize_r2zqs_235";
50
- const transformUppercase = "_transformUppercase_r2zqs_239";
51
- const transformLowercase = "_transformLowercase_r2zqs_243";
20
+ const Text$1 = "_Text_1rbmc_5";
21
+ const heading1 = "_heading1_1rbmc_13";
22
+ const heading2 = "_heading2_1rbmc_30";
23
+ const heading3 = "_heading3_1rbmc_47";
24
+ const heading4 = "_heading4_1rbmc_64";
25
+ const heading5 = "_heading5_1rbmc_72";
26
+ const subtitle1 = "_subtitle1_1rbmc_80";
27
+ const subtitle2 = "_subtitle2_1rbmc_88";
28
+ const body1 = "_body1_1rbmc_96";
29
+ const body2 = "_body2_1rbmc_104";
30
+ const caption = "_caption_1rbmc_112";
31
+ const caption2 = "_caption2_1rbmc_120";
32
+ const caption3 = "_caption3_1rbmc_128";
33
+ const overline = "_overline_1rbmc_136";
34
+ const overline2 = "_overline2_1rbmc_144";
35
+ const button = "_button_1rbmc_152";
36
+ const normal = "_normal_1rbmc_168";
37
+ const medium = "_medium_1rbmc_172";
38
+ const semibold = "_semibold_1rbmc_176";
39
+ const bold = "_bold_1rbmc_180";
40
+ const truncate = "_truncate_1rbmc_184";
41
+ const block = "_block_1rbmc_190";
42
+ const visuallyHidden = "_visuallyHidden_1rbmc_194";
43
+ const start = "_start_1rbmc_207";
44
+ const center = "_center_1rbmc_211";
45
+ const end = "_end_1rbmc_215";
46
+ const justify = "_justify_1rbmc_219";
47
+ const numeric = "_numeric_1rbmc_227";
48
+ const transformNone = "_transformNone_1rbmc_231";
49
+ const transformCapitalize = "_transformCapitalize_1rbmc_235";
50
+ const transformUppercase = "_transformUppercase_1rbmc_239";
51
+ const transformLowercase = "_transformLowercase_1rbmc_243";
52
52
  const styles = {
53
53
  Text: Text$1,
54
54
  heading1,
@@ -66,7 +66,7 @@ const styles = {
66
66
  overline,
67
67
  overline2,
68
68
  button,
69
- "small-button": "_small-button_r2zqs_160",
69
+ "small-button": "_small-button_1rbmc_160",
70
70
  normal,
71
71
  medium,
72
72
  semibold,
@@ -78,7 +78,7 @@ const styles = {
78
78
  center,
79
79
  end,
80
80
  justify,
81
- "break": "_break_r2zqs_223",
81
+ "break": "_break_1rbmc_223",
82
82
  numeric,
83
83
  transformNone,
84
84
  transformCapitalize,
@@ -33,10 +33,10 @@ 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-Bq6ipzm3.js");
36
+ const Text = require("./Text-CT2y5c8a.js");
37
37
  const utilities_css = require("../utilities/css.js");
38
- const useToggle = require("./useToggle-qLiVQ6Y2.js");
39
- const useFocusRing = require("./useFocusRing-CKgGPgoX.js");
38
+ const useToggle = require("./useToggle-CE4Qgz03.js");
39
+ const useFocusRing = require("./useFocusRing-DFRFvht_.js");
40
40
  const useHover = require("./useHover-BIKwjrCT.js");
41
41
  function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
42
42
  let { labelProps, inputProps, isSelected, isPressed, isDisabled, isReadOnly } = useToggle.$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_1pp1b_5";
56
- const focusVisible = "_focusVisible_1pp1b_13";
57
- const track = "_track_1pp1b_25";
58
- const thumb = "_thumb_1pp1b_29";
59
- const hovered = "_hovered_1pp1b_33";
60
- const disabled = "_disabled_1pp1b_33";
61
- const selected = "_selected_1pp1b_37";
55
+ const Switch$1 = "_Switch_atdvu_5";
56
+ const focusVisible = "_focusVisible_atdvu_13";
57
+ const track = "_track_atdvu_25";
58
+ const thumb = "_thumb_atdvu_29";
59
+ const hovered = "_hovered_atdvu_33";
60
+ const disabled = "_disabled_atdvu_33";
61
+ const selected = "_selected_atdvu_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_1kjx7_5";
95
- const text = "_text_1kjx7_25";
96
- const input = "_input_1kjx7_26";
94
+ const Toggle$1 = "_Toggle_1w5yu_5";
95
+ const text = "_text_1w5yu_25";
96
+ const input = "_input_1w5yu_26";
97
97
  const styles = {
98
98
  Toggle: Toggle$1,
99
99
  text,
@@ -32,10 +32,10 @@ var __objRest = (source, exclude) => {
32
32
  import { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-SJQ-f8LF.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-WpS48dIg.mjs";
35
+ import { T as Text } from "./Text-7pwgbag-.mjs";
36
36
  import { classNames } from "../utilities/css.mjs";
37
- import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577, a as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggle-V7BhKpNo.mjs";
38
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-Cj5zef_6.mjs";
37
+ import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577, a as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggle-B8pvlPQG.mjs";
38
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-dRPhwlpK.mjs";
39
39
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
40
40
  function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
41
41
  let { labelProps, inputProps, isSelected, isPressed, isDisabled, isReadOnly } = $d2c8e2b0480f3f34$export$cbe85ee05b554577(props, state, ref);
@@ -51,13 +51,13 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
51
51
  isReadOnly
52
52
  };
53
53
  }
54
- const Switch$1 = "_Switch_1pp1b_5";
55
- const focusVisible = "_focusVisible_1pp1b_13";
56
- const track = "_track_1pp1b_25";
57
- const thumb = "_thumb_1pp1b_29";
58
- const hovered = "_hovered_1pp1b_33";
59
- const disabled = "_disabled_1pp1b_33";
60
- const selected = "_selected_1pp1b_37";
54
+ const Switch$1 = "_Switch_atdvu_5";
55
+ const focusVisible = "_focusVisible_atdvu_13";
56
+ const track = "_track_atdvu_25";
57
+ const thumb = "_thumb_atdvu_29";
58
+ const hovered = "_hovered_atdvu_33";
59
+ const disabled = "_disabled_atdvu_33";
60
+ const selected = "_selected_atdvu_37";
61
61
  const styles$1 = {
62
62
  Switch: Switch$1,
63
63
  focusVisible,
@@ -90,9 +90,9 @@ function Switch(props) {
90
90
  r: 6
91
91
  })));
92
92
  }
93
- const Toggle$1 = "_Toggle_1kjx7_5";
94
- const text = "_text_1kjx7_25";
95
- const input = "_input_1kjx7_26";
93
+ const Toggle$1 = "_Toggle_1w5yu_5";
94
+ const text = "_text_1w5yu_25";
95
+ const input = "_input_1w5yu_26";
96
96
  const styles = {
97
97
  Toggle: Toggle$1,
98
98
  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-WpS48dIg.mjs";
21
+ import { T as Text } from "./Text-7pwgbag-.mjs";
22
22
  import { getComponentToken, pxToRem, classNames } from "../utilities/css.mjs";
23
23
  import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "./useCloseOnScroll-DxZ3orlK.mjs";
24
- import { f as $507fabe10e71c6fb$export$630ff653c5ada6a9, b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-DXAxI2Xj.mjs";
24
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9, b as $507fabe10e71c6fb$export$b9b3dfddab17db27 } from "./useFocusVisible-BbEmluTm.mjs";
25
25
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
26
26
  import { a as $3ef42575df84b30b$export$9d1611c77c2fe928, d as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-SJQ-f8LF.mjs";
27
- import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-Uo_zjP6s.mjs";
27
+ import { $ as $e6afbd83fe6ebbd2$export$4c014de7c8940b4c } from "./useFocusable-B0naYTNU.mjs";
28
28
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
29
- import { $ as $f57aed4a881a3485$export$b47c3594eab58386, a as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useModal-sVKQd6HX.mjs";
29
+ import { $ as $f57aed4a881a3485$export$b47c3594eab58386, a as $2a41e45df1593e64$export$d39e1813b3bdd0e1 } from "./useModal-DajWXu6g.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_equxp_5";
219
- const text = "_text_equxp_25";
220
- const arrow = "_arrow_equxp_31";
221
- const top = "_top_equxp_40";
222
- const bottom = "_bottom_equxp_41";
223
- const left = "_left_equxp_45";
224
- const right = "_right_equxp_46";
218
+ const Tooltip$1 = "_Tooltip_vl87n_5";
219
+ const text = "_text_vl87n_25";
220
+ const arrow = "_arrow_vl87n_31";
221
+ const top = "_top_vl87n_40";
222
+ const bottom = "_bottom_vl87n_41";
223
+ const left = "_left_vl87n_45";
224
+ const right = "_right_vl87n_46";
225
225
  const styles = {
226
226
  Tooltip: Tooltip$1,
227
227
  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-Bq6ipzm3.js");
22
+ const Text = require("./Text-CT2y5c8a.js");
23
23
  const utilities_css = require("../utilities/css.js");
24
24
  const useCloseOnScroll = require("./useCloseOnScroll-CLFhBFoo.js");
25
- const useFocusVisible = require("./useFocusVisible-DAg8LS6j.js");
25
+ const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
26
26
  const useHover = require("./useHover-BIKwjrCT.js");
27
27
  const mergeProps = require("./mergeProps-DniMwM6P.js");
28
- const useFocusable = require("./useFocusable-By9yXfUQ.js");
28
+ const useFocusable = require("./useFocusable-D0hhxIk-.js");
29
29
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
30
- const useModal = require("./useModal-BV6_Azqp.js");
30
+ const useModal = require("./useModal-QwDRNW96.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_equxp_5";
220
- const text = "_text_equxp_25";
221
- const arrow = "_arrow_equxp_31";
222
- const top = "_top_equxp_40";
223
- const bottom = "_bottom_equxp_41";
224
- const left = "_left_equxp_45";
225
- const right = "_right_equxp_46";
219
+ const Tooltip$1 = "_Tooltip_vl87n_5";
220
+ const text = "_text_vl87n_25";
221
+ const arrow = "_arrow_vl87n_31";
222
+ const top = "_top_vl87n_40";
223
+ const bottom = "_bottom_vl87n_41";
224
+ const left = "_left_vl87n_45";
225
+ const right = "_right_vl87n_46";
226
226
  const styles = {
227
227
  Tooltip: Tooltip$1,
228
228
  text,
@@ -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-COCB0O4M.mjs";
37
+ import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "./useButton-C6QFpa4j.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"];
@@ -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-hrdBTa5u.js");
38
+ const useButton = require("./useButton-DVdJNlul.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"];
@@ -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_1t6zs_5";
35
- const listReset = "_listReset_1t6zs_58";
36
- const fieldsetReset = "_fieldsetReset_1t6zs_65";
34
+ const VerticalStack$1 = "_VerticalStack_uvns9_5";
35
+ const listReset = "_listReset_uvns9_58";
36
+ const fieldsetReset = "_fieldsetReset_uvns9_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_1t6zs_5";
36
- const listReset = "_listReset_1t6zs_58";
37
- const fieldsetReset = "_fieldsetReset_1t6zs_65";
35
+ const VerticalStack$1 = "_VerticalStack_uvns9_5";
36
+ const listReset = "_listReset_uvns9_58";
37
+ const fieldsetReset = "_fieldsetReset_uvns9_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 { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-SJQ-f8LF.mjs";
33
33
  import React__default, { useState, useMemo } from "react";
34
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-Bg5BTlgA.mjs";
34
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-krnNAgDY.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-CxvNMoRn.js");
35
+ const useFocusWithin = require("./useFocusWithin-C1ioGWec.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-CoZUVDQG.js");
18
+ const FocusScope = require("./FocusScope-D5T6fKI9.js");
19
19
  const React = require("react");
20
- const useFocusWithin = require("./useFocusWithin-CxvNMoRn.js");
21
- const useFocusVisible = require("./useFocusVisible-DAg8LS6j.js");
20
+ const useFocusWithin = require("./useFocusWithin-C1ioGWec.js");
21
+ const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
22
22
  const mergeProps = require("./mergeProps-DniMwM6P.js");
23
23
  const useCloseOnScroll = require("./useCloseOnScroll-CLFhBFoo.js");
24
24
  const getScrollParent = require("./getScrollParent-DNz2ReWu.js");
@@ -41,7 +41,7 @@ function $e0b6e0b68ec7f50f$export$872b660ac5a1ff98(props) {
41
41
  let state = stateRef.current;
42
42
  if (isDisabled) return;
43
43
  const element = ref.current;
44
- const documentObject = useFocusVisible.$431fbd86ca7dc216$export$b204af158042fbac(element);
44
+ const documentObject = isVirtualEvent.$431fbd86ca7dc216$export$b204af158042fbac(element);
45
45
  if (typeof PointerEvent !== "undefined") {
46
46
  let onPointerUp = (e) => {
47
47
  if (state.isPointerDown && $e0b6e0b68ec7f50f$var$isValidEvent(e, ref)) triggerInteractOutside(e);
@@ -197,7 +197,7 @@ function $49c51c25361d4cd2$export$ee0f7cc6afcd1c18(options = {}) {
197
197
  if (isDisabled) return;
198
198
  $49c51c25361d4cd2$var$preventScrollCount++;
199
199
  if ($49c51c25361d4cd2$var$preventScrollCount === 1) {
200
- if (useFocusVisible.$c87311424ea30a05$export$fedb369cb70207f1()) $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollMobileSafari();
200
+ if (isVirtualEvent.$c87311424ea30a05$export$fedb369cb70207f1()) $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollMobileSafari();
201
201
  else $49c51c25361d4cd2$var$restore = $49c51c25361d4cd2$var$preventScrollStandard();
202
202
  }
203
203
  return () => {
@@ -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-CjqREKhC.mjs";
17
+ import { b as $9bf71ea28793e738$export$1258395f99bf9cbf } from "./FocusScope-OD0PXxQI.mjs";
18
18
  import { useRef, useEffect } from "react";
19
- import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-Bg5BTlgA.mjs";
20
- import { a as $431fbd86ca7dc216$export$b204af158042fbac, h as $c87311424ea30a05$export$fedb369cb70207f1 } from "./useFocusVisible-DXAxI2Xj.mjs";
19
+ import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "./useFocusWithin-krnNAgDY.mjs";
20
+ import { $ as $431fbd86ca7dc216$export$b204af158042fbac, e as $c87311424ea30a05$export$fedb369cb70207f1 } from "./isVirtualEvent-BPCuFO54.mjs";
21
21
  import { c as $8ae05eaa5c114e9c$export$7f54fc3180508a52, d as $bdb11010cef70236$export$f680877a34711e37, b as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, f as $ff5963eb1fccf552$export$e08e3b67e392101e } from "./mergeProps-SJQ-f8LF.mjs";
22
22
  import { b as $dd149f63282afbbf$export$f6211563215e3b37 } from "./useCloseOnScroll-DxZ3orlK.mjs";
23
23
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "./getScrollParent-B5CCP-yO.mjs";
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ const isVirtualEvent = require("./isVirtualEvent-DwoP1rNI.js");
3
+ const runAfterTransition = require("./runAfterTransition-DtSqibrj.js");
4
+ const useFocusVisible = require("./useFocusVisible-PBQuklI8.js");
5
+ function $6a99195332edec8b$export$80f3e147d781571c(element) {
6
+ const ownerDocument = isVirtualEvent.$431fbd86ca7dc216$export$b204af158042fbac(element);
7
+ if (useFocusVisible.$507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
8
+ let lastFocusedElement = ownerDocument.activeElement;
9
+ runAfterTransition.$bbed8b41f857bcc0$export$24490316f764c430(() => {
10
+ if (ownerDocument.activeElement === lastFocusedElement && element.isConnected) runAfterTransition.$7215afc6de606d6b$export$de79e2c695e052f3(element);
11
+ });
12
+ } else runAfterTransition.$7215afc6de606d6b$export$de79e2c695e052f3(element);
13
+ }
14
+ exports.$6a99195332edec8b$export$80f3e147d781571c = $6a99195332edec8b$export$80f3e147d781571c;
@@ -0,0 +1,15 @@
1
+ import { $ as $431fbd86ca7dc216$export$b204af158042fbac } from "./isVirtualEvent-BPCuFO54.mjs";
2
+ import { $ as $bbed8b41f857bcc0$export$24490316f764c430, a as $7215afc6de606d6b$export$de79e2c695e052f3 } from "./runAfterTransition-B7Bfhj0D.mjs";
3
+ import { $ as $507fabe10e71c6fb$export$630ff653c5ada6a9 } from "./useFocusVisible-BbEmluTm.mjs";
4
+ function $6a99195332edec8b$export$80f3e147d781571c(element) {
5
+ const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(element);
6
+ if ($507fabe10e71c6fb$export$630ff653c5ada6a9() === "virtual") {
7
+ let lastFocusedElement = ownerDocument.activeElement;
8
+ $bbed8b41f857bcc0$export$24490316f764c430(() => {
9
+ if (ownerDocument.activeElement === lastFocusedElement && element.isConnected) $7215afc6de606d6b$export$de79e2c695e052f3(element);
10
+ });
11
+ } else $7215afc6de606d6b$export$de79e2c695e052f3(element);
12
+ }
13
+ export {
14
+ $6a99195332edec8b$export$80f3e147d781571c as $
15
+ };