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

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 (177) 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 +6 -0
  8. package/Calendar/index.js +15 -15
  9. package/Calendar/index.mjs +15 -15
  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 +13 -13
  15. package/CodeBlock/index.mjs +13 -13
  16. package/CodeSnippet/index.js +1 -1
  17. package/CodeSnippet/index.mjs +1 -1
  18. package/DataGrid/index.js +60 -60
  19. package/DataGrid/index.mjs +60 -60
  20. package/Drawer/index.js +21 -21
  21. package/Drawer/index.mjs +21 -21
  22. package/DropdownButton/index.js +12 -12
  23. package/DropdownButton/index.mjs +12 -12
  24. package/EmptyStateCard/index.js +8 -8
  25. package/EmptyStateCard/index.mjs +8 -8
  26. package/FocusedProductLayout/index.js +23 -23
  27. package/FocusedProductLayout/index.mjs +23 -23
  28. package/FormLayout/index.js +5 -5
  29. package/FormLayout/index.mjs +5 -5
  30. package/HorizontalGrid/index.js +1 -1
  31. package/HorizontalGrid/index.mjs +1 -1
  32. package/HorizontalStack/index.js +1 -1
  33. package/HorizontalStack/index.mjs +1 -1
  34. package/Icon/index.js +1 -1
  35. package/Icon/index.mjs +1 -1
  36. package/IconButton/index.js +12 -12
  37. package/IconButton/index.mjs +12 -12
  38. package/InputField/index.js +1 -1
  39. package/InputField/index.mjs +1 -1
  40. package/KebabButton/index.js +1 -1
  41. package/KebabButton/index.mjs +1 -1
  42. package/Menu/index.js +1 -1
  43. package/Menu/index.mjs +1 -1
  44. package/Modal/index.js +22 -22
  45. package/Modal/index.mjs +22 -22
  46. package/NexusLayout/index.js +28 -28
  47. package/NexusLayout/index.mjs +28 -28
  48. package/Notification/index.js +1 -1
  49. package/Notification/index.mjs +1 -1
  50. package/Pagination/index.js +7 -7
  51. package/Pagination/index.mjs +7 -7
  52. package/PillGroup/index.js +23 -136
  53. package/PillGroup/index.mjs +12 -125
  54. package/ProductLayout/index.js +24 -24
  55. package/ProductLayout/index.mjs +24 -24
  56. package/Provider/index.js +1 -1
  57. package/Provider/index.mjs +1 -1
  58. package/RadioButtonGroup/RadioButtonGroup.d.ts +103 -0
  59. package/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -0
  60. package/RadioButtonGroup/RadioButtonGroup.stories.d.ts +11 -0
  61. package/RadioButtonGroup/RadioButtonGroup.stories.d.ts.map +1 -0
  62. package/RadioButtonGroup/RadioButtonGroup.test.d.ts +2 -0
  63. package/RadioButtonGroup/RadioButtonGroup.test.d.ts.map +1 -0
  64. package/RadioButtonGroup/index.d.ts +2 -0
  65. package/RadioButtonGroup/index.d.ts.map +1 -0
  66. package/RadioButtonGroup/index.js +262 -0
  67. package/RadioButtonGroup/index.mjs +262 -0
  68. package/RadioGroup/index.js +16 -16
  69. package/RadioGroup/index.mjs +16 -16
  70. package/SearchNav/index.js +29 -29
  71. package/SearchNav/index.mjs +29 -29
  72. package/SectionCard/index.js +7 -7
  73. package/SectionCard/index.mjs +7 -7
  74. package/Select/index.js +4 -4
  75. package/Select/index.mjs +4 -4
  76. package/SelectorErrorTooltip/index.js +1 -1
  77. package/SelectorErrorTooltip/index.mjs +1 -1
  78. package/Spinner/index.js +1 -1
  79. package/Spinner/index.mjs +1 -1
  80. package/SplitToggleCard/index.js +4 -4
  81. package/SplitToggleCard/index.mjs +4 -4
  82. package/Stepper/index.js +1 -1
  83. package/Stepper/index.mjs +1 -1
  84. package/TabNav/index.js +1 -1
  85. package/TabNav/index.mjs +1 -1
  86. package/TabPanels/index.js +3 -3
  87. package/TabPanels/index.mjs +3 -3
  88. package/Tabs/index.js +1 -1
  89. package/Tabs/index.mjs +1 -1
  90. package/Text/index.js +1 -1
  91. package/Text/index.mjs +1 -1
  92. package/TextField/index.js +1 -1
  93. package/TextField/index.mjs +1 -1
  94. package/Textarea/index.js +1 -1
  95. package/Textarea/index.mjs +1 -1
  96. package/Toggle/index.js +1 -1
  97. package/Toggle/index.mjs +1 -1
  98. package/ToggleCard/index.js +2 -2
  99. package/ToggleCard/index.mjs +2 -2
  100. package/Tooltip/index.js +1 -1
  101. package/Tooltip/index.mjs +1 -1
  102. package/VerticalNav/index.js +24 -24
  103. package/VerticalNav/index.mjs +24 -24
  104. package/VerticalStack/index.js +1 -1
  105. package/VerticalStack/index.mjs +1 -1
  106. package/__chunks__/{Button-BLXBu8Ta.js → Button-D_Bk7BuN.js} +17 -17
  107. package/__chunks__/{Button-KmjMp6fw.mjs → Button-Dy9idhgT.mjs} +17 -17
  108. package/__chunks__/{Card-Bn_WwYcR.js → Card-9RlZlFEC.js} +12 -12
  109. package/__chunks__/{Card-YKZzjRiK.mjs → Card-mxjU9S-F.mjs} +12 -12
  110. package/__chunks__/{Checkbox--LkvUfIF.mjs → Checkbox-BgumKMXU.mjs} +21 -20
  111. package/__chunks__/{Checkbox-CLLYuQFM.js → Checkbox-CBB8jlZw.js} +22 -21
  112. package/__chunks__/{CodeSnippet-daiUE0ZZ.mjs → CodeSnippet-BjUoaeh9.mjs} +2 -2
  113. package/__chunks__/{CodeSnippet-D5b8WTPo.js → CodeSnippet-DVrkwOg4.js} +2 -2
  114. package/__chunks__/{FocusScope-OD0PXxQI.mjs → FocusScope-C194OB-4.mjs} +83 -1
  115. package/__chunks__/{FocusScope-D5T6fKI9.js → FocusScope-DJer9ahG.js} +82 -0
  116. package/__chunks__/{HelpMenu-dUbPE3b6.js → HelpMenu-DF2Bx-bn.js} +6 -6
  117. package/__chunks__/{HelpMenu-CvYzKDPL.mjs → HelpMenu-m1qJ4EyP.mjs} +6 -6
  118. package/__chunks__/{HorizontalGrid-BZ6IHKxE.mjs → HorizontalGrid-BYR8Gr-h.mjs} +1 -1
  119. package/__chunks__/{HorizontalGrid-ijPB5iDF.js → HorizontalGrid-DuHNRhon.js} +1 -1
  120. package/__chunks__/{HorizontalStack-BhYVqGNF.js → HorizontalStack-By6XdGZh.js} +1 -1
  121. package/__chunks__/{HorizontalStack-CVOKWs2C.mjs → HorizontalStack-DaZakHYj.mjs} +1 -1
  122. package/__chunks__/{Icon-ML4td6nu.mjs → Icon-3zFwhVjn.mjs} +2 -2
  123. package/__chunks__/{Icon-DTlCtPmb.js → Icon-BB9QecRC.js} +2 -2
  124. package/__chunks__/{InputField-BVj42bl6.js → InputField-CHAxJwME.js} +3 -3
  125. package/__chunks__/{InputField-BGuPTA6X.mjs → InputField-CdEl4M4-.mjs} +3 -3
  126. package/__chunks__/{InputIcon-Ds8RTUHn.mjs → InputIcon--PdoGQOO.mjs} +25 -25
  127. package/__chunks__/{InputIcon-cgR2J0CY.js → InputIcon-oj25h1MN.js} +25 -25
  128. package/__chunks__/{KebabButton-Dwul0lCB.js → KebabButton-3bAqpgLu.js} +4 -4
  129. package/__chunks__/{KebabButton-KJLOsFVT.mjs → KebabButton-fmLpDchx.mjs} +4 -4
  130. package/__chunks__/{Menu-aW3etzMU.js → Menu--B0Fn4Ol.js} +15 -15
  131. package/__chunks__/{Menu-_F51cSwS.mjs → Menu-B95QYBVQ.mjs} +15 -15
  132. package/__chunks__/{Notification-B_EYEB85.mjs → Notification-D15awRNG.mjs} +14 -14
  133. package/__chunks__/{Notification-FLiv_7Pz.js → Notification-DTb3bJn4.js} +14 -14
  134. package/__chunks__/{Overlay-8RgU2lAl.mjs → Overlay-BtzIt9Ka.mjs} +1 -1
  135. package/__chunks__/{Overlay-B-di_dfG.js → Overlay-CUtfbILq.js} +1 -1
  136. package/__chunks__/{SelectOverlay-CE6xQN1A.mjs → SelectOverlay-D39ws5R2.mjs} +22 -22
  137. package/__chunks__/{SelectOverlay-BXUOr3V4.js → SelectOverlay-_dx1vHML.js} +22 -22
  138. package/__chunks__/{SelectorErrorTooltip-Kb6OHby6.mjs → SelectorErrorTooltip-D8y5kImH.mjs} +4 -4
  139. package/__chunks__/{SelectorErrorTooltip-CVmgS1ea.js → SelectorErrorTooltip-DhV9YtiA.js} +4 -4
  140. package/__chunks__/{Spinner-B824MsLf.js → Spinner-CVcjgzNy.js} +5 -5
  141. package/__chunks__/{Spinner-B_gLJGR4.mjs → Spinner-CfniY1TS.mjs} +5 -5
  142. package/__chunks__/{Stepper-jvJMb2AN.mjs → Stepper-D_2YRENa.mjs} +25 -25
  143. package/__chunks__/{Stepper-BsXgQ8uM.js → Stepper-E2li7kd2.js} +25 -25
  144. package/__chunks__/{TabNav-DZMmlU0F.mjs → TabNav-BgwlyiLE.mjs} +1 -1
  145. package/__chunks__/{TabNav-7zvsNpDC.js → TabNav-C7_HMIZx.js} +1 -1
  146. package/__chunks__/{Tabs-S7stbA0f.mjs → Tabs-CwxqTiAn.mjs} +17 -17
  147. package/__chunks__/{Tabs-Bno4dYlh.js → Tabs-WKn9NKJy.js} +17 -17
  148. package/__chunks__/{Text-CT2y5c8a.js → Text-CoOcI-ZA.js} +34 -34
  149. package/__chunks__/{Text-7pwgbag-.mjs → Text-Dfn-c0km.mjs} +34 -34
  150. package/__chunks__/{Toggle-DTGHrByH.js → Toggle-DYTnMD3t.js} +14 -13
  151. package/__chunks__/{Toggle-DnXlXQfM.mjs → Toggle-qa6gbH9Q.mjs} +13 -12
  152. package/__chunks__/{Tooltip-D3oH4aIj.js → Tooltip-6vJKVOnU.js} +8 -8
  153. package/__chunks__/{Tooltip-CtI3y9PC.mjs → Tooltip-DnLwtGUV.mjs} +8 -8
  154. package/__chunks__/{VerticalStack-BiBVFfHt.js → VerticalStack-BUxIVmGp.js} +3 -3
  155. package/__chunks__/{VerticalStack-BHv8i_jQ.mjs → VerticalStack-ac4iBcxE.mjs} +3 -3
  156. package/__chunks__/{ariaHideOutside-BYYnLsgt.js → ariaHideOutside-2fSu0FuJ.js} +1 -1
  157. package/__chunks__/{ariaHideOutside-CGNwwQAc.mjs → ariaHideOutside-Dhj8j6Mb.mjs} +1 -1
  158. package/__chunks__/{useDialog-BThBdiel.mjs → useDialog-CfUEt_df.mjs} +2 -2
  159. package/__chunks__/{useDialog-DIiUusMk.js → useDialog-CtMBWxF5.js} +2 -2
  160. package/__chunks__/{useEdgeInterceptors-CegFcI5C.js → useEdgeInterceptors-CQ1iontu.js} +5 -5
  161. package/__chunks__/{useEdgeInterceptors-Cg-US2Aq.mjs → useEdgeInterceptors-DYwJNXXm.mjs} +5 -5
  162. package/__chunks__/{useHasTabbableChild-DU6tKe-i.mjs → useHasTabbableChild-9rS-nuc-.mjs} +1 -1
  163. package/__chunks__/{useHasTabbableChild-4Ga1outX.js → useHasTabbableChild-BY-g4H3y.js} +1 -1
  164. package/__chunks__/{useSelectableItem-CJ5_OAlc.js → useSelectableItem-C0qCIU8l.js} +1 -1
  165. package/__chunks__/{useSelectableItem-SVHzvSUI.mjs → useSelectableItem-CHd6ksRw.mjs} +1 -1
  166. package/__chunks__/{useSelectableList-ICLJNy5q.js → useSelectableList-CnP9hXkb.js} +1 -1
  167. package/__chunks__/{useSelectableList-C-_LjaIN.mjs → useSelectableList-FvytdUu7.mjs} +1 -1
  168. package/__chunks__/{useToggle-CE4Qgz03.js → useToggle-DsYRac30.js} +0 -17
  169. package/__chunks__/{useToggle-B8pvlPQG.mjs → useToggle-YUgC8qn-.mjs} +1 -18
  170. package/__chunks__/useToggleState-CdbEMLRz.js +18 -0
  171. package/__chunks__/useToggleState-kFojjzgV.mjs +19 -0
  172. package/__chunks__/{useTriggerWidth-BhAxDRD1.mjs → useTriggerWidth-B3JINZlR.mjs} +2 -2
  173. package/__chunks__/{useTriggerWidth-CCmtSs-d.js → useTriggerWidth-CcKoLR8z.js} +2 -2
  174. package/__chunks__/utils-DXO9zsKE.js +154 -0
  175. package/__chunks__/utils-Dm-0qf_-.mjs +155 -0
  176. package/package.json +1 -1
  177. package/style.css +993 -948
@@ -34,8 +34,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const Item$1 = require("../__chunks__/Item-CfWjPrxx.js");
36
36
  const utilities_css = require("../utilities/css.js");
37
- const Icon = require("../__chunks__/Icon-DTlCtPmb.js");
38
- const Text = require("../__chunks__/Text-CT2y5c8a.js");
37
+ const Icon = require("../__chunks__/Icon-BB9QecRC.js");
38
+ const Text = require("../__chunks__/Text-CoOcI-ZA.js");
39
39
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
40
40
  const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
41
41
  const useListState = require("../__chunks__/useListState-I5rva0Fq.js");
@@ -52,11 +52,11 @@ const getCollectionNode = (props, context) => originalGetCollectionNode(__spread
52
52
  Object.assign(Item, Item$1.$c1d7fb2ec91bae71$export$6d08773d2e66f8f2, {
53
53
  getCollectionNode
54
54
  });
55
- const Container$1 = "_Container_11vsp_5";
56
- const banner = "_banner_11vsp_16";
57
- const logo = "_logo_11vsp_20";
58
- const nav = "_nav_11vsp_31";
59
- const supplementaryActionContainer = "_supplementaryActionContainer_11vsp_38";
55
+ const Container$1 = "_Container_ddybx_5";
56
+ const banner = "_banner_ddybx_16";
57
+ const logo = "_logo_ddybx_20";
58
+ const nav = "_nav_ddybx_31";
59
+ const supplementaryActionContainer = "_supplementaryActionContainer_ddybx_38";
60
60
  const styles$5 = {
61
61
  Container: Container$1,
62
62
  banner,
@@ -82,12 +82,12 @@ function Container(props) {
82
82
  className: styles$5.supplementaryActionContainer
83
83
  }, supplementaryAction));
84
84
  }
85
- const NavItem$1 = "_NavItem_1l4al_5";
86
- const hovered$1 = "_hovered_1l4al_12";
87
- const selectedTree = "_selectedTree_1l4al_16";
88
- const selectedList = "_selectedList_1l4al_20";
89
- const linkContainer = "_linkContainer_1l4al_24";
90
- const link$1 = "_link_1l4al_24";
85
+ const NavItem$1 = "_NavItem_1d1ar_5";
86
+ const hovered$1 = "_hovered_1d1ar_12";
87
+ const selectedTree = "_selectedTree_1d1ar_16";
88
+ const selectedList = "_selectedList_1d1ar_20";
89
+ const linkContainer = "_linkContainer_1d1ar_24";
90
+ const link$1 = "_link_1d1ar_24";
91
91
  const navItemStyles = {
92
92
  NavItem: NavItem$1,
93
93
  hovered: hovered$1,
@@ -147,9 +147,9 @@ function ListNavItem({ item, state }) {
147
147
  isSelected
148
148
  });
149
149
  }
150
- const SubnavItemDot$1 = "_SubnavItemDot_8g4wu_5";
151
- const cozy = "_cozy_8g4wu_17";
152
- const visible = "_visible_8g4wu_21";
150
+ const SubnavItemDot$1 = "_SubnavItemDot_ab5xt_5";
151
+ const cozy = "_cozy_ab5xt_17";
152
+ const visible = "_visible_ab5xt_21";
153
153
  const styles$4 = {
154
154
  SubnavItemDot: SubnavItemDot$1,
155
155
  cozy,
@@ -161,10 +161,10 @@ function SubnavItemDot({ isCozy, isVisible }) {
161
161
  className
162
162
  });
163
163
  }
164
- const SubnavItem$1 = "_SubnavItem_237g5_5";
165
- const link = "_link_237g5_11";
166
- const hovered = "_hovered_237g5_27";
167
- const selected = "_selected_237g5_31";
164
+ const SubnavItem$1 = "_SubnavItem_vizjn_5";
165
+ const link = "_link_vizjn_11";
166
+ const hovered = "_hovered_vizjn_27";
167
+ const selected = "_selected_vizjn_31";
168
168
  const styles$3 = {
169
169
  SubnavItem: SubnavItem$1,
170
170
  link,
@@ -194,7 +194,7 @@ function SubnavItem(props) {
194
194
  weight: isSelected && level === 1 ? "medium" : "normal"
195
195
  }, label)), item.props.children && item.rendered);
196
196
  }
197
- const Subnav$1 = "_Subnav_19bct_5";
197
+ const Subnav$1 = "_Subnav_3q0uy_5";
198
198
  const styles$2 = {
199
199
  Subnav: Subnav$1
200
200
  };
@@ -218,7 +218,7 @@ function Subnav(props) {
218
218
  item
219
219
  }))));
220
220
  }
221
- const SupplementaryAction$1 = "_SupplementaryAction_159by_5";
221
+ const SupplementaryAction$1 = "_SupplementaryAction_1117f_5";
222
222
  const styles$1 = {
223
223
  SupplementaryAction: SupplementaryAction$1
224
224
  };
@@ -235,8 +235,8 @@ const SupplementaryAction = React.forwardRef((props, ref) => {
235
235
  }));
236
236
  });
237
237
  SupplementaryAction.displayName = "SupplementaryAction";
238
- const ExpandButton$1 = "_ExpandButton_hrptn_5";
239
- const expanded = "_expanded_hrptn_9";
238
+ const ExpandButton$1 = "_ExpandButton_19t1i_5";
239
+ const expanded = "_expanded_19t1i_9";
240
240
  const styles = {
241
241
  ExpandButton: ExpandButton$1,
242
242
  expanded
@@ -32,8 +32,8 @@ var __objRest = (source, exclude) => {
32
32
  import React__default, { createContext, useContext, useMemo, forwardRef } from "react";
33
33
  import { $ as $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 } from "../__chunks__/Item-BhrTPNN2.mjs";
34
34
  import { classNames, variationName } from "../utilities/css.mjs";
35
- import { I as Icon } from "../__chunks__/Icon-ML4td6nu.mjs";
36
- import { T as Text } from "../__chunks__/Text-7pwgbag-.mjs";
35
+ import { I as Icon } from "../__chunks__/Icon-3zFwhVjn.mjs";
36
+ import { T as Text } from "../__chunks__/Text-Dfn-c0km.mjs";
37
37
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
38
38
  import { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-SJQ-f8LF.mjs";
39
39
  import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "../__chunks__/useListState-CH1PXfc5.mjs";
@@ -50,11 +50,11 @@ const getCollectionNode = (props, context) => originalGetCollectionNode(__spread
50
50
  Object.assign(Item, $c1d7fb2ec91bae71$export$6d08773d2e66f8f2, {
51
51
  getCollectionNode
52
52
  });
53
- const Container$1 = "_Container_11vsp_5";
54
- const banner = "_banner_11vsp_16";
55
- const logo = "_logo_11vsp_20";
56
- const nav = "_nav_11vsp_31";
57
- const supplementaryActionContainer = "_supplementaryActionContainer_11vsp_38";
53
+ const Container$1 = "_Container_ddybx_5";
54
+ const banner = "_banner_ddybx_16";
55
+ const logo = "_logo_ddybx_20";
56
+ const nav = "_nav_ddybx_31";
57
+ const supplementaryActionContainer = "_supplementaryActionContainer_ddybx_38";
58
58
  const styles$5 = {
59
59
  Container: Container$1,
60
60
  banner,
@@ -80,12 +80,12 @@ function Container(props) {
80
80
  className: styles$5.supplementaryActionContainer
81
81
  }, supplementaryAction));
82
82
  }
83
- const NavItem$1 = "_NavItem_1l4al_5";
84
- const hovered$1 = "_hovered_1l4al_12";
85
- const selectedTree = "_selectedTree_1l4al_16";
86
- const selectedList = "_selectedList_1l4al_20";
87
- const linkContainer = "_linkContainer_1l4al_24";
88
- const link$1 = "_link_1l4al_24";
83
+ const NavItem$1 = "_NavItem_1d1ar_5";
84
+ const hovered$1 = "_hovered_1d1ar_12";
85
+ const selectedTree = "_selectedTree_1d1ar_16";
86
+ const selectedList = "_selectedList_1d1ar_20";
87
+ const linkContainer = "_linkContainer_1d1ar_24";
88
+ const link$1 = "_link_1d1ar_24";
89
89
  const navItemStyles = {
90
90
  NavItem: NavItem$1,
91
91
  hovered: hovered$1,
@@ -145,9 +145,9 @@ function ListNavItem({ item, state }) {
145
145
  isSelected
146
146
  });
147
147
  }
148
- const SubnavItemDot$1 = "_SubnavItemDot_8g4wu_5";
149
- const cozy = "_cozy_8g4wu_17";
150
- const visible = "_visible_8g4wu_21";
148
+ const SubnavItemDot$1 = "_SubnavItemDot_ab5xt_5";
149
+ const cozy = "_cozy_ab5xt_17";
150
+ const visible = "_visible_ab5xt_21";
151
151
  const styles$4 = {
152
152
  SubnavItemDot: SubnavItemDot$1,
153
153
  cozy,
@@ -159,10 +159,10 @@ function SubnavItemDot({ isCozy, isVisible }) {
159
159
  className
160
160
  });
161
161
  }
162
- const SubnavItem$1 = "_SubnavItem_237g5_5";
163
- const link = "_link_237g5_11";
164
- const hovered = "_hovered_237g5_27";
165
- const selected = "_selected_237g5_31";
162
+ const SubnavItem$1 = "_SubnavItem_vizjn_5";
163
+ const link = "_link_vizjn_11";
164
+ const hovered = "_hovered_vizjn_27";
165
+ const selected = "_selected_vizjn_31";
166
166
  const styles$3 = {
167
167
  SubnavItem: SubnavItem$1,
168
168
  link,
@@ -192,7 +192,7 @@ function SubnavItem(props) {
192
192
  weight: isSelected && level === 1 ? "medium" : "normal"
193
193
  }, label)), item.props.children && item.rendered);
194
194
  }
195
- const Subnav$1 = "_Subnav_19bct_5";
195
+ const Subnav$1 = "_Subnav_3q0uy_5";
196
196
  const styles$2 = {
197
197
  Subnav: Subnav$1
198
198
  };
@@ -216,7 +216,7 @@ function Subnav(props) {
216
216
  item
217
217
  }))));
218
218
  }
219
- const SupplementaryAction$1 = "_SupplementaryAction_159by_5";
219
+ const SupplementaryAction$1 = "_SupplementaryAction_1117f_5";
220
220
  const styles$1 = {
221
221
  SupplementaryAction: SupplementaryAction$1
222
222
  };
@@ -233,8 +233,8 @@ const SupplementaryAction = forwardRef((props, ref) => {
233
233
  }));
234
234
  });
235
235
  SupplementaryAction.displayName = "SupplementaryAction";
236
- const ExpandButton$1 = "_ExpandButton_hrptn_5";
237
- const expanded = "_expanded_hrptn_9";
236
+ const ExpandButton$1 = "_ExpandButton_19t1i_5";
237
+ const expanded = "_expanded_19t1i_9";
238
238
  const styles = {
239
239
  ExpandButton: ExpandButton$1,
240
240
  expanded
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const VerticalStack = require("../__chunks__/VerticalStack-BiBVFfHt.js");
3
+ const VerticalStack = require("../__chunks__/VerticalStack-BUxIVmGp.js");
4
4
  exports.VerticalStack = VerticalStack.VerticalStack;
@@ -1,4 +1,4 @@
1
- import { V } from "../__chunks__/VerticalStack-BHv8i_jQ.mjs";
1
+ import { V } from "../__chunks__/VerticalStack-ac4iBcxE.mjs";
2
2
  export {
3
3
  V as VerticalStack
4
4
  };
@@ -29,24 +29,24 @@ var __objRest = (source, exclude) => {
29
29
  };
30
30
  const React = require("react");
31
31
  const UnstyledButton = require("./UnstyledButton-BfeN_d1h.js");
32
- const Icon = require("./Icon-DTlCtPmb.js");
32
+ const Icon = require("./Icon-BB9QecRC.js");
33
33
  const utilities_css = require("../utilities/css.js");
34
- const Button$1 = "_Button_1gzr0_5";
35
- const colorPrimary = "_colorPrimary_1gzr0_20";
36
- const colorSecondary = "_colorSecondary_1gzr0_28";
37
- const colorSuccess = "_colorSuccess_1gzr0_36";
38
- const colorWarning = "_colorWarning_1gzr0_44";
39
- const colorNeutral = "_colorNeutral_1gzr0_52";
40
- const colorSupport = "_colorSupport_1gzr0_60";
41
- const colorInverse = "_colorInverse_1gzr0_66";
42
- const variantFilled = "_variantFilled_1gzr0_72";
43
- const variantOutlined = "_variantOutlined_1gzr0_99";
44
- const variantLink = "_variantLink_1gzr0_127";
45
- const sizeMd = "_sizeMd_1gzr0_151";
46
- const sizeSm = "_sizeSm_1gzr0_159";
47
- const block = "_block_1gzr0_176";
48
- const iconAtStart = "_iconAtStart_1gzr0_181";
49
- const iconAtEnd = "_iconAtEnd_1gzr0_185";
34
+ const Button$1 = "_Button_yteu5_5";
35
+ const colorPrimary = "_colorPrimary_yteu5_20";
36
+ const colorSecondary = "_colorSecondary_yteu5_28";
37
+ const colorSuccess = "_colorSuccess_yteu5_36";
38
+ const colorWarning = "_colorWarning_yteu5_44";
39
+ const colorNeutral = "_colorNeutral_yteu5_52";
40
+ const colorSupport = "_colorSupport_yteu5_60";
41
+ const colorInverse = "_colorInverse_yteu5_66";
42
+ const variantFilled = "_variantFilled_yteu5_72";
43
+ const variantOutlined = "_variantOutlined_yteu5_99";
44
+ const variantLink = "_variantLink_yteu5_127";
45
+ const sizeMd = "_sizeMd_yteu5_151";
46
+ const sizeSm = "_sizeSm_yteu5_159";
47
+ const block = "_block_yteu5_176";
48
+ const iconAtStart = "_iconAtStart_yteu5_181";
49
+ const iconAtEnd = "_iconAtEnd_yteu5_185";
50
50
  const styles = {
51
51
  Button: Button$1,
52
52
  colorPrimary,
@@ -28,24 +28,24 @@ var __objRest = (source, exclude) => {
28
28
  };
29
29
  import React__default, { forwardRef } from "react";
30
30
  import { l as logWarningIfInvalidColorVariantCombination, U as UnstyledButton } from "./UnstyledButton-0v6TRjMY.mjs";
31
- import { I as Icon } from "./Icon-ML4td6nu.mjs";
31
+ import { I as Icon } from "./Icon-3zFwhVjn.mjs";
32
32
  import { classNames, variationName } from "../utilities/css.mjs";
33
- const Button$1 = "_Button_1gzr0_5";
34
- const colorPrimary = "_colorPrimary_1gzr0_20";
35
- const colorSecondary = "_colorSecondary_1gzr0_28";
36
- const colorSuccess = "_colorSuccess_1gzr0_36";
37
- const colorWarning = "_colorWarning_1gzr0_44";
38
- const colorNeutral = "_colorNeutral_1gzr0_52";
39
- const colorSupport = "_colorSupport_1gzr0_60";
40
- const colorInverse = "_colorInverse_1gzr0_66";
41
- const variantFilled = "_variantFilled_1gzr0_72";
42
- const variantOutlined = "_variantOutlined_1gzr0_99";
43
- const variantLink = "_variantLink_1gzr0_127";
44
- const sizeMd = "_sizeMd_1gzr0_151";
45
- const sizeSm = "_sizeSm_1gzr0_159";
46
- const block = "_block_1gzr0_176";
47
- const iconAtStart = "_iconAtStart_1gzr0_181";
48
- const iconAtEnd = "_iconAtEnd_1gzr0_185";
33
+ const Button$1 = "_Button_yteu5_5";
34
+ const colorPrimary = "_colorPrimary_yteu5_20";
35
+ const colorSecondary = "_colorSecondary_yteu5_28";
36
+ const colorSuccess = "_colorSuccess_yteu5_36";
37
+ const colorWarning = "_colorWarning_yteu5_44";
38
+ const colorNeutral = "_colorNeutral_yteu5_52";
39
+ const colorSupport = "_colorSupport_yteu5_60";
40
+ const colorInverse = "_colorInverse_yteu5_66";
41
+ const variantFilled = "_variantFilled_yteu5_72";
42
+ const variantOutlined = "_variantOutlined_yteu5_99";
43
+ const variantLink = "_variantLink_yteu5_127";
44
+ const sizeMd = "_sizeMd_yteu5_151";
45
+ const sizeSm = "_sizeSm_yteu5_159";
46
+ const block = "_block_yteu5_176";
47
+ const iconAtStart = "_iconAtStart_yteu5_181";
48
+ const iconAtEnd = "_iconAtEnd_yteu5_185";
49
49
  const styles = {
50
50
  Button: Button$1,
51
51
  colorPrimary,
@@ -158,18 +158,18 @@ function requirePick() {
158
158
  }
159
159
  var pickExports = requirePick();
160
160
  const pick = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(pickExports);
161
- const container = "_container_oyiws_5";
162
- const area = "_area_oyiws_25";
163
- const variantFlagged = "_variantFlagged_oyiws_219";
164
- const variantOutlined = "_variantOutlined_oyiws_226";
165
- const selected = "_selected_oyiws_231";
166
- const disabled = "_disabled_oyiws_235";
167
- const statusDanger = "_statusDanger_oyiws_239";
168
- const statusWarning = "_statusWarning_oyiws_243";
169
- const statusSuccess = "_statusSuccess_oyiws_247";
170
- const statusNeutral = "_statusNeutral_oyiws_251";
171
- const statusPrimary = "_statusPrimary_oyiws_255";
172
- const statusSecondary = "_statusSecondary_oyiws_259";
161
+ const container = "_container_ilavv_5";
162
+ const area = "_area_ilavv_25";
163
+ const variantFlagged = "_variantFlagged_ilavv_219";
164
+ const variantOutlined = "_variantOutlined_ilavv_226";
165
+ const selected = "_selected_ilavv_231";
166
+ const disabled = "_disabled_ilavv_235";
167
+ const statusDanger = "_statusDanger_ilavv_239";
168
+ const statusWarning = "_statusWarning_ilavv_243";
169
+ const statusSuccess = "_statusSuccess_ilavv_247";
170
+ const statusNeutral = "_statusNeutral_ilavv_251";
171
+ const statusPrimary = "_statusPrimary_ilavv_255";
172
+ const statusSecondary = "_statusSecondary_ilavv_259";
173
173
  const styles = {
174
174
  container,
175
175
  area,
@@ -157,18 +157,18 @@ function requirePick() {
157
157
  }
158
158
  var pickExports = requirePick();
159
159
  const pick = /* @__PURE__ */ getDefaultExportFromCjs(pickExports);
160
- const container = "_container_oyiws_5";
161
- const area = "_area_oyiws_25";
162
- const variantFlagged = "_variantFlagged_oyiws_219";
163
- const variantOutlined = "_variantOutlined_oyiws_226";
164
- const selected = "_selected_oyiws_231";
165
- const disabled = "_disabled_oyiws_235";
166
- const statusDanger = "_statusDanger_oyiws_239";
167
- const statusWarning = "_statusWarning_oyiws_243";
168
- const statusSuccess = "_statusSuccess_oyiws_247";
169
- const statusNeutral = "_statusNeutral_oyiws_251";
170
- const statusPrimary = "_statusPrimary_oyiws_255";
171
- const statusSecondary = "_statusSecondary_oyiws_259";
160
+ const container = "_container_ilavv_5";
161
+ const area = "_area_ilavv_25";
162
+ const variantFlagged = "_variantFlagged_ilavv_219";
163
+ const variantOutlined = "_variantOutlined_ilavv_226";
164
+ const selected = "_selected_ilavv_231";
165
+ const disabled = "_disabled_ilavv_235";
166
+ const statusDanger = "_statusDanger_ilavv_239";
167
+ const statusWarning = "_statusWarning_ilavv_243";
168
+ const statusSuccess = "_statusSuccess_ilavv_247";
169
+ const statusNeutral = "_statusNeutral_ilavv_251";
170
+ const statusPrimary = "_statusPrimary_ilavv_255";
171
+ const statusSecondary = "_statusSecondary_ilavv_259";
172
172
  const styles = {
173
173
  container,
174
174
  area,
@@ -33,13 +33,14 @@ import * as React from "react";
33
33
  import React__default, { useEffect, forwardRef } from "react";
34
34
  import { a as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-SJQ-f8LF.mjs";
35
35
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
36
- import { I as Icon } from "./Icon-ML4td6nu.mjs";
37
- import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-Kb6OHby6.mjs";
38
- import { T as Text } from "./Text-7pwgbag-.mjs";
36
+ import { I as Icon } from "./Icon-3zFwhVjn.mjs";
37
+ import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-D8y5kImH.mjs";
38
+ import { T as Text } from "./Text-Dfn-c0km.mjs";
39
39
  import { classNames, variationName } from "../utilities/css.mjs";
40
- import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577, a as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggle-B8pvlPQG.mjs";
40
+ import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState-kFojjzgV.mjs";
41
41
  import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-DAScndBq.mjs";
42
42
  import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-CiUDlxr6.mjs";
43
+ import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-YUgC8qn-.mjs";
43
44
  import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-dRPhwlpK.mjs";
44
45
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
45
46
  function $406796ff087fe49b$export$e375f10ce42261c5(props, state, inputRef) {
@@ -153,22 +154,22 @@ const Remove600 = (_a) => {
153
154
  d: "M185.87-440.39v-79.22H774.7v79.22H185.87Z"
154
155
  }));
155
156
  };
156
- const Checkbox$1 = "_Checkbox_jig4u_5";
157
- const label = "_label_jig4u_17";
158
- const box = "_box_jig4u_41";
159
- const check = "_check_jig4u_42";
160
- const focusVisible = "_focusVisible_jig4u_57";
161
- const text = "_text_jig4u_73";
162
- const indeterminateSvg = "_indeterminateSvg_jig4u_78";
163
- const nested = "_nested_jig4u_82";
164
- const sizeLg = "_sizeLg_jig4u_86";
165
- const standalone = "_standalone_jig4u_91";
166
- const invalid = "_invalid_jig4u_96";
167
- const disabled = "_disabled_jig4u_100";
168
- const indeterminate = "_indeterminate_jig4u_78";
169
- const selected = "_selected_jig4u_105";
170
- const hovered = "_hovered_jig4u_121";
171
- const readOnly = "_readOnly_jig4u_121";
157
+ const Checkbox$1 = "_Checkbox_pvkke_5";
158
+ const label = "_label_pvkke_17";
159
+ const box = "_box_pvkke_41";
160
+ const check = "_check_pvkke_42";
161
+ const focusVisible = "_focusVisible_pvkke_57";
162
+ const text = "_text_pvkke_73";
163
+ const indeterminateSvg = "_indeterminateSvg_pvkke_78";
164
+ const nested = "_nested_pvkke_82";
165
+ const sizeLg = "_sizeLg_pvkke_86";
166
+ const standalone = "_standalone_pvkke_91";
167
+ const invalid = "_invalid_pvkke_96";
168
+ const disabled = "_disabled_pvkke_100";
169
+ const indeterminate = "_indeterminate_pvkke_78";
170
+ const selected = "_selected_pvkke_105";
171
+ const hovered = "_hovered_pvkke_121";
172
+ const readOnly = "_readOnly_pvkke_121";
172
173
  const styles = {
173
174
  Checkbox: Checkbox$1,
174
175
  label,
@@ -33,13 +33,14 @@ var __objRest = (source, exclude) => {
33
33
  const React = require("react");
34
34
  const mergeProps = require("./mergeProps-DniMwM6P.js");
35
35
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
36
- const Icon = require("./Icon-DTlCtPmb.js");
37
- const SelectorErrorTooltip = require("./SelectorErrorTooltip-CVmgS1ea.js");
38
- const Text = require("./Text-CT2y5c8a.js");
36
+ const Icon = require("./Icon-BB9QecRC.js");
37
+ const SelectorErrorTooltip = require("./SelectorErrorTooltip-DhV9YtiA.js");
38
+ const Text = require("./Text-CoOcI-ZA.js");
39
39
  const utilities_css = require("../utilities/css.js");
40
- const useToggle = require("./useToggle-CE4Qgz03.js");
40
+ const useToggleState = require("./useToggleState-CdbEMLRz.js");
41
41
  const useFormValidation = require("./useFormValidation-C2DoIczP.js");
42
42
  const usePress = require("./usePress-BVH8whNd.js");
43
+ const useToggle = require("./useToggle-DsYRac30.js");
43
44
  const useFocusRing = require("./useFocusRing-DFRFvht_.js");
44
45
  const useHover = require("./useHover-BIKwjrCT.js");
45
46
  function _interopNamespaceDefault(e) {
@@ -170,22 +171,22 @@ const Remove600 = (_a) => {
170
171
  d: "M185.87-440.39v-79.22H774.7v79.22H185.87Z"
171
172
  }));
172
173
  };
173
- const Checkbox$1 = "_Checkbox_jig4u_5";
174
- const label = "_label_jig4u_17";
175
- const box = "_box_jig4u_41";
176
- const check = "_check_jig4u_42";
177
- const focusVisible = "_focusVisible_jig4u_57";
178
- const text = "_text_jig4u_73";
179
- const indeterminateSvg = "_indeterminateSvg_jig4u_78";
180
- const nested = "_nested_jig4u_82";
181
- const sizeLg = "_sizeLg_jig4u_86";
182
- const standalone = "_standalone_jig4u_91";
183
- const invalid = "_invalid_jig4u_96";
184
- const disabled = "_disabled_jig4u_100";
185
- const indeterminate = "_indeterminate_jig4u_78";
186
- const selected = "_selected_jig4u_105";
187
- const hovered = "_hovered_jig4u_121";
188
- const readOnly = "_readOnly_jig4u_121";
174
+ const Checkbox$1 = "_Checkbox_pvkke_5";
175
+ const label = "_label_pvkke_17";
176
+ const box = "_box_pvkke_41";
177
+ const check = "_check_pvkke_42";
178
+ const focusVisible = "_focusVisible_pvkke_57";
179
+ const text = "_text_pvkke_73";
180
+ const indeterminateSvg = "_indeterminateSvg_pvkke_78";
181
+ const nested = "_nested_pvkke_82";
182
+ const sizeLg = "_sizeLg_pvkke_86";
183
+ const standalone = "_standalone_pvkke_91";
184
+ const invalid = "_invalid_pvkke_96";
185
+ const disabled = "_disabled_pvkke_100";
186
+ const indeterminate = "_indeterminate_pvkke_78";
187
+ const selected = "_selected_pvkke_105";
188
+ const hovered = "_hovered_pvkke_121";
189
+ const readOnly = "_readOnly_pvkke_121";
189
190
  const styles = {
190
191
  Checkbox: Checkbox$1,
191
192
  label,
@@ -208,7 +209,7 @@ const DEFAULT_SIZE = "md";
208
209
  const Checkbox = React.forwardRef((props, outsideRef) => {
209
210
  const _a = props, { children, errorText, isDisabled, isIndeterminate, isReadOnly, isNested, size = DEFAULT_SIZE, validationState, defaultSelected: _defaultSelected, isSelected: _isSelected, name: _name, onChange: _onChange, value: _value } = _a, restProps = __objRest(_a, ["children", "errorText", "isDisabled", "isIndeterminate", "isReadOnly", "isNested", "size", "validationState", "defaultSelected", "isSelected", "name", "onChange", "value"]);
210
211
  const ref = React.useRef(null);
211
- const state = useToggle.$3017fa7ffdddec74$export$8042c6c013fd5226(props);
212
+ const state = useToggleState.$3017fa7ffdddec74$export$8042c6c013fd5226(props);
212
213
  const { inputProps: inputPropsFromAria } = $406796ff087fe49b$export$e375f10ce42261c5(props, state, ref);
213
214
  const { isFocusVisible, focusProps } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f();
214
215
  const { isHovered, hoverProps } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
@@ -19,7 +19,7 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
21
21
  import React__default, { useMemo, useEffect, createContext, useContext, forwardRef, useRef } from "react";
22
- import { C as Card } from "./Card-YKZzjRiK.mjs";
22
+ import { C as Card } from "./Card-mxjU9S-F.mjs";
23
23
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./_commonjsHelpers-DWwsNxpa.mjs";
24
24
  import { _ as _objectWithoutPropertiesLoose, a as _extends } from "./objectWithoutPropertiesLoose-ij10PUAf.mjs";
25
25
  import { e as ezuiTokens } from "./tokens-BolVbjJp.mjs";
@@ -5671,7 +5671,7 @@ const useCodeBlock = () => {
5671
5671
  }
5672
5672
  return codeBlock;
5673
5673
  };
5674
- const CodeSnippet$1 = "_CodeSnippet_m36ka_5";
5674
+ const CodeSnippet$1 = "_CodeSnippet_srzck_5";
5675
5675
  const styles = {
5676
5676
  CodeSnippet: CodeSnippet$1
5677
5677
  };
@@ -20,7 +20,7 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
22
22
  const React = require("react");
23
- const Card = require("./Card-Bn_WwYcR.js");
23
+ const Card = require("./Card-9RlZlFEC.js");
24
24
  const _commonjsHelpers = require("./_commonjsHelpers-Bc2YnDe1.js");
25
25
  const objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose-3GpnIKeG.js");
26
26
  const tokens = require("./tokens-BmCk-Bk0.js");
@@ -5672,7 +5672,7 @@ const useCodeBlock = () => {
5672
5672
  }
5673
5673
  return codeBlock;
5674
5674
  };
5675
- const CodeSnippet$1 = "_CodeSnippet_m36ka_5";
5675
+ const CodeSnippet$1 = "_CodeSnippet_srzck_5";
5676
5676
  const styles = {
5677
5677
  CodeSnippet: CodeSnippet$1
5678
5678
  };
@@ -544,6 +544,87 @@ function $9bf71ea28793e738$export$2d6ec8fc375ceafa(root, opts, scope) {
544
544
  if (opts === null || opts === void 0 ? void 0 : opts.from) walker.currentNode = opts.from;
545
545
  return walker;
546
546
  }
547
+ function $9bf71ea28793e738$export$c5251b9e124bf29(ref, defaultOptions = {}) {
548
+ return {
549
+ focusNext(opts = {}) {
550
+ let root = ref.current;
551
+ if (!root) return null;
552
+ let { from, tabbable = defaultOptions.tabbable, wrap = defaultOptions.wrap, accept = defaultOptions.accept } = opts;
553
+ let node = from || $431fbd86ca7dc216$export$b204af158042fbac(root).activeElement;
554
+ let walker = $9bf71ea28793e738$export$2d6ec8fc375ceafa(root, {
555
+ tabbable,
556
+ accept
557
+ });
558
+ if (root.contains(node)) walker.currentNode = node;
559
+ let nextNode = walker.nextNode();
560
+ if (!nextNode && wrap) {
561
+ walker.currentNode = root;
562
+ nextNode = walker.nextNode();
563
+ }
564
+ if (nextNode) $9bf71ea28793e738$var$focusElement(nextNode, true);
565
+ return nextNode;
566
+ },
567
+ focusPrevious(opts = defaultOptions) {
568
+ let root = ref.current;
569
+ if (!root) return null;
570
+ let { from, tabbable = defaultOptions.tabbable, wrap = defaultOptions.wrap, accept = defaultOptions.accept } = opts;
571
+ let node = from || $431fbd86ca7dc216$export$b204af158042fbac(root).activeElement;
572
+ let walker = $9bf71ea28793e738$export$2d6ec8fc375ceafa(root, {
573
+ tabbable,
574
+ accept
575
+ });
576
+ if (root.contains(node)) walker.currentNode = node;
577
+ else {
578
+ let next = $9bf71ea28793e738$var$last(walker);
579
+ if (next) $9bf71ea28793e738$var$focusElement(next, true);
580
+ return next !== null && next !== void 0 ? next : null;
581
+ }
582
+ let previousNode = walker.previousNode();
583
+ if (!previousNode && wrap) {
584
+ walker.currentNode = root;
585
+ let lastNode = $9bf71ea28793e738$var$last(walker);
586
+ if (!lastNode)
587
+ return null;
588
+ previousNode = lastNode;
589
+ }
590
+ if (previousNode) $9bf71ea28793e738$var$focusElement(previousNode, true);
591
+ return previousNode !== null && previousNode !== void 0 ? previousNode : null;
592
+ },
593
+ focusFirst(opts = defaultOptions) {
594
+ let root = ref.current;
595
+ if (!root) return null;
596
+ let { tabbable = defaultOptions.tabbable, accept = defaultOptions.accept } = opts;
597
+ let walker = $9bf71ea28793e738$export$2d6ec8fc375ceafa(root, {
598
+ tabbable,
599
+ accept
600
+ });
601
+ let nextNode = walker.nextNode();
602
+ if (nextNode) $9bf71ea28793e738$var$focusElement(nextNode, true);
603
+ return nextNode;
604
+ },
605
+ focusLast(opts = defaultOptions) {
606
+ let root = ref.current;
607
+ if (!root) return null;
608
+ let { tabbable = defaultOptions.tabbable, accept = defaultOptions.accept } = opts;
609
+ let walker = $9bf71ea28793e738$export$2d6ec8fc375ceafa(root, {
610
+ tabbable,
611
+ accept
612
+ });
613
+ let next = $9bf71ea28793e738$var$last(walker);
614
+ if (next) $9bf71ea28793e738$var$focusElement(next, true);
615
+ return next !== null && next !== void 0 ? next : null;
616
+ }
617
+ };
618
+ }
619
+ function $9bf71ea28793e738$var$last(walker) {
620
+ let next = void 0;
621
+ let last;
622
+ do {
623
+ last = walker.lastChild();
624
+ if (last) next = last;
625
+ } while (last);
626
+ return next;
627
+ }
547
628
  class $9bf71ea28793e738$var$Tree {
548
629
  get size() {
549
630
  return this.fastMap.size;
@@ -617,5 +698,6 @@ let $9bf71ea28793e738$export$d06fae2ee68b101e = new $9bf71ea28793e738$var$Tree()
617
698
  export {
618
699
  $9bf71ea28793e738$export$2d6ec8fc375ceafa as $,
619
700
  $9bf71ea28793e738$export$20e40289641fbbb6 as a,
620
- $9bf71ea28793e738$export$1258395f99bf9cbf as b
701
+ $9bf71ea28793e738$export$1258395f99bf9cbf as b,
702
+ $9bf71ea28793e738$export$c5251b9e124bf29 as c
621
703
  };