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

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 (197) 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 +12 -0
  8. package/Calendar/index.js +19 -19
  9. package/Calendar/index.mjs +18 -18
  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 +14 -14
  15. package/CodeBlock/index.mjs +14 -14
  16. package/CodeSnippet/index.js +1 -1
  17. package/CodeSnippet/index.mjs +1 -1
  18. package/DataGrid/index.js +63 -63
  19. package/DataGrid/index.mjs +63 -63
  20. package/Drawer/index.js +23 -24
  21. package/Drawer/index.mjs +21 -22
  22. package/DropdownButton/index.js +13 -13
  23. package/DropdownButton/index.mjs +13 -13
  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 +13 -13
  37. package/IconButton/index.mjs +13 -13
  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 +24 -25
  45. package/Modal/index.mjs +22 -23
  46. package/NexusLayout/index.js +30 -30
  47. package/NexusLayout/index.mjs +30 -30
  48. package/Notification/index.js +1 -1
  49. package/Notification/index.mjs +1 -1
  50. package/Pagination/index.js +8 -8
  51. package/Pagination/index.mjs +8 -8
  52. package/PillGroup/index.js +26 -139
  53. package/PillGroup/index.mjs +15 -128
  54. package/ProductLayout/index.js +26 -27
  55. package/ProductLayout/index.mjs +25 -26
  56. package/Provider/index.js +2 -2
  57. package/Provider/index.mjs +2 -2
  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 +18 -18
  69. package/RadioGroup/index.mjs +18 -18
  70. package/SearchNav/index.js +30 -30
  71. package/SearchNav/index.mjs +30 -30
  72. package/SectionCard/index.js +7 -7
  73. package/SectionCard/index.mjs +7 -7
  74. package/Select/index.js +5 -5
  75. package/Select/index.mjs +5 -5
  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 +4 -4
  87. package/TabPanels/index.mjs +4 -4
  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/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-BLXBu8Ta.js → Button-Bg19kicX.js} +18 -18
  109. package/__chunks__/{Button-KmjMp6fw.mjs → Button-vppvnDZX.mjs} +18 -18
  110. package/__chunks__/{Card-YKZzjRiK.mjs → Card-BL4ap8Im.mjs} +12 -12
  111. package/__chunks__/{Card-Bn_WwYcR.js → Card-bN2Bjyiu.js} +12 -12
  112. package/__chunks__/{Checkbox-CLLYuQFM.js → Checkbox-Bbhv57QW.js} +23 -22
  113. package/__chunks__/{Checkbox--LkvUfIF.mjs → Checkbox-D7PJfiLF.mjs} +22 -21
  114. package/__chunks__/{CodeSnippet-daiUE0ZZ.mjs → CodeSnippet-CT5SOnzT.mjs} +2 -2
  115. package/__chunks__/{CodeSnippet-D5b8WTPo.js → CodeSnippet-DMxiG1lt.js} +2 -2
  116. package/__chunks__/{FocusScope-OD0PXxQI.mjs → FocusScope-CMdrObui.mjs} +84 -2
  117. package/__chunks__/{FocusScope-D5T6fKI9.js → FocusScope-Co1hHX8R.js} +83 -1
  118. package/__chunks__/{HelpMenu-dUbPE3b6.js → HelpMenu-C4Lgr_6O.js} +7 -7
  119. package/__chunks__/{HelpMenu-CvYzKDPL.mjs → HelpMenu-Cz2v3GAo.mjs} +7 -7
  120. package/__chunks__/{HorizontalGrid-BZ6IHKxE.mjs → HorizontalGrid-BV2_WP0d.mjs} +1 -1
  121. package/__chunks__/{HorizontalGrid-ijPB5iDF.js → HorizontalGrid-sYdKXIX9.js} +1 -1
  122. package/__chunks__/{HorizontalStack-CVOKWs2C.mjs → HorizontalStack-DtOxexq4.mjs} +1 -1
  123. package/__chunks__/{HorizontalStack-BhYVqGNF.js → HorizontalStack-Jdgb1NMD.js} +1 -1
  124. package/__chunks__/{Icon-ML4td6nu.mjs → Icon-BdrQIZ7G.mjs} +2 -2
  125. package/__chunks__/{Icon-DTlCtPmb.js → Icon-ylOKybLj.js} +2 -2
  126. package/__chunks__/{InputField-BVj42bl6.js → InputField-CDopP3qd.js} +5 -5
  127. package/__chunks__/{InputField-BGuPTA6X.mjs → InputField-CmzPMEdU.mjs} +5 -5
  128. package/__chunks__/{InputIcon-Ds8RTUHn.mjs → InputIcon-C4kynRVv.mjs} +25 -25
  129. package/__chunks__/{InputIcon-cgR2J0CY.js → InputIcon-DJjhAUG8.js} +25 -25
  130. package/__chunks__/{KebabButton-Dwul0lCB.js → KebabButton-Bct1ZWZ7.js} +5 -5
  131. package/__chunks__/{KebabButton-KJLOsFVT.mjs → KebabButton-b1cJAu-k.mjs} +5 -5
  132. package/__chunks__/{Menu-_F51cSwS.mjs → Menu-Bi8Xblu3.mjs} +17 -18
  133. package/__chunks__/{Menu-aW3etzMU.js → Menu-DhjEsT6X.js} +18 -19
  134. package/__chunks__/{Notification-FLiv_7Pz.js → Notification-B7cXFkbn.js} +20 -20
  135. package/__chunks__/{Notification-B_EYEB85.mjs → Notification-DgT-Srat.mjs} +16 -16
  136. package/__chunks__/{Overlay-8RgU2lAl.mjs → Overlay-C3rJpwIX.mjs} +57 -5
  137. package/__chunks__/{Overlay-B-di_dfG.js → Overlay-ZinDp2HW.js} +54 -2
  138. package/__chunks__/{SelectOverlay-CE6xQN1A.mjs → SelectOverlay-DRYndVx9.mjs} +25 -26
  139. package/__chunks__/{SelectOverlay-BXUOr3V4.js → SelectOverlay-QlG4R4EK.js} +26 -27
  140. package/__chunks__/{SelectorErrorTooltip-Kb6OHby6.mjs → SelectorErrorTooltip-CpIinREp.mjs} +4 -4
  141. package/__chunks__/{SelectorErrorTooltip-CVmgS1ea.js → SelectorErrorTooltip-Uuj_150A.js} +4 -4
  142. package/__chunks__/{Spinner-B824MsLf.js → Spinner-BHcblUXI.js} +5 -5
  143. package/__chunks__/{Spinner-B_gLJGR4.mjs → Spinner-Cq8bw1nz.mjs} +5 -5
  144. package/__chunks__/{Stepper-jvJMb2AN.mjs → Stepper-B7UuO2-U.mjs} +26 -26
  145. package/__chunks__/{Stepper-BsXgQ8uM.js → Stepper-RX4JamiX.js} +26 -26
  146. package/__chunks__/{TabNav-DZMmlU0F.mjs → TabNav-BJEE3Rgt.mjs} +1 -1
  147. package/__chunks__/{TabNav-7zvsNpDC.js → TabNav-Cr966uUR.js} +1 -1
  148. package/__chunks__/{Tabs-S7stbA0f.mjs → Tabs-BJTPGnZs.mjs} +17 -17
  149. package/__chunks__/{Tabs-Bno4dYlh.js → Tabs-pX8dmtn1.js} +17 -17
  150. package/__chunks__/{Text-CT2y5c8a.js → Text-BP87eq_Y.js} +34 -34
  151. package/__chunks__/{Text-7pwgbag-.mjs → Text-hB1p7qnS.mjs} +34 -34
  152. package/__chunks__/{Toggle-DTGHrByH.js → Toggle-CBZgoM67.js} +14 -13
  153. package/__chunks__/{Toggle-DnXlXQfM.mjs → Toggle-CLR23YhR.mjs} +13 -12
  154. package/__chunks__/{Tooltip-D3oH4aIj.js → Tooltip-BckLAOT1.js} +14 -14
  155. package/__chunks__/{Tooltip-CtI3y9PC.mjs → Tooltip-C1JxFbtW.mjs} +12 -12
  156. package/__chunks__/{UnstyledButton-0v6TRjMY.mjs → UnstyledButton-CO7FOpAq.mjs} +1 -1
  157. package/__chunks__/{UnstyledButton-BfeN_d1h.js → UnstyledButton-Dn8KZHdh.js} +1 -1
  158. package/__chunks__/{VerticalStack-BiBVFfHt.js → VerticalStack-CDoPLDw4.js} +3 -3
  159. package/__chunks__/{VerticalStack-BHv8i_jQ.mjs → VerticalStack-CkBHjLJD.mjs} +3 -3
  160. package/__chunks__/{ariaHideOutside-CGNwwQAc.mjs → ariaHideOutside-D-yj7DXL.mjs} +2 -2
  161. package/__chunks__/{ariaHideOutside-BYYnLsgt.js → ariaHideOutside-DNGR3Fo6.js} +3 -3
  162. package/__chunks__/{runAfterTransition-DtSqibrj.js → context-C6CFGY_J.js} +7 -0
  163. package/__chunks__/{runAfterTransition-B7Bfhj0D.mjs → context-CgOWZch5.mjs} +8 -1
  164. package/__chunks__/{focusSafely-DfpH-pE9.mjs → focusSafely-8R2xSTi2.mjs} +1 -1
  165. package/__chunks__/{focusSafely-CZPj1Dug.js → focusSafely-sLifanM7.js} +4 -4
  166. package/__chunks__/{useButton-DVdJNlul.js → useButton-DvulUoU2.js} +2 -2
  167. package/__chunks__/{useButton-C6QFpa4j.mjs → useButton-s_sjr8Ix.mjs} +2 -2
  168. package/__chunks__/{useDialog-DIiUusMk.js → useDialog-Dsqz1M_N.js} +3 -3
  169. package/__chunks__/{useDialog-BThBdiel.mjs → useDialog-RxvhRzry.mjs} +3 -3
  170. package/__chunks__/{useEdgeInterceptors-CegFcI5C.js → useEdgeInterceptors-B7c--t3K.js} +5 -5
  171. package/__chunks__/{useEdgeInterceptors-Cg-US2Aq.mjs → useEdgeInterceptors-D0t_4eZ3.mjs} +5 -5
  172. package/__chunks__/{useFocusable-D0hhxIk-.js → useFocusable-BfXLORiH.js} +1 -1
  173. package/__chunks__/{useFocusable-B0naYTNU.mjs → useFocusable-CgTd-4A-.mjs} +1 -1
  174. package/__chunks__/{useHasTabbableChild-DU6tKe-i.mjs → useHasTabbableChild-BQnJycug.mjs} +1 -1
  175. package/__chunks__/{useHasTabbableChild-4Ga1outX.js → useHasTabbableChild-C34XhtMr.js} +1 -1
  176. package/__chunks__/{useModal-DajWXu6g.mjs → useOverlayPosition-CoEMr0ZL.mjs} +4 -71
  177. package/__chunks__/{useModal-QwDRNW96.js → useOverlayPosition-ucZjuzzI.js} +2 -69
  178. package/__chunks__/{usePress-BVH8whNd.js → usePress-Dz8YYpge.js} +7 -8
  179. package/__chunks__/{usePress-CiUDlxr6.mjs → usePress-qBr44_1g.mjs} +1 -2
  180. package/__chunks__/{useSelectableItem-CJ5_OAlc.js → useSelectableItem-Ca_8R3iv.js} +6 -6
  181. package/__chunks__/{useSelectableItem-SVHzvSUI.mjs → useSelectableItem-D7gxXSuA.mjs} +4 -4
  182. package/__chunks__/{useSelectableList-C-_LjaIN.mjs → useSelectableList-CWMPIUPQ.mjs} +1 -1
  183. package/__chunks__/{useSelectableList-ICLJNy5q.js → useSelectableList-uSeYGnKL.js} +1 -1
  184. package/__chunks__/{useToggle-CE4Qgz03.js → useToggle-D7gzXCXF.js} +2 -19
  185. package/__chunks__/{useToggle-B8pvlPQG.mjs → useToggle-D9D1ZDRl.mjs} +3 -20
  186. package/__chunks__/useToggleState-CdbEMLRz.js +18 -0
  187. package/__chunks__/useToggleState-kFojjzgV.mjs +19 -0
  188. package/__chunks__/{useTriggerWidth-CCmtSs-d.js → useTriggerWidth-ClsknzJh.js} +4 -4
  189. package/__chunks__/{useTriggerWidth-BhAxDRD1.mjs → useTriggerWidth-i06IegOT.mjs} +3 -3
  190. package/__chunks__/utils-DXO9zsKE.js +154 -0
  191. package/__chunks__/utils-Dm-0qf_-.mjs +155 -0
  192. package/package.json +1 -1
  193. package/style.css +993 -948
  194. package/__chunks__/context-B-c1HPQa.js +0 -8
  195. package/__chunks__/context-BzShm_W7.mjs +0 -9
  196. package/__chunks__/useCloseOnScroll-CLFhBFoo.js +0 -54
  197. package/__chunks__/useCloseOnScroll-DxZ3orlK.mjs +0 -55
@@ -32,34 +32,34 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
- const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
36
- const mergeRefs = require("../__chunks__/mergeRefs-CQsNYO0P.js");
37
- const ReactDOM = require("react-dom");
35
+ const utils = require("../__chunks__/utils-DXO9zsKE.js");
38
36
  const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CWnuIRMW.js");
37
+ const ReactDOM = require("react-dom");
38
+ const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
39
39
  const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
40
- const useButton = require("../__chunks__/useButton-DVdJNlul.js");
40
+ const useButton = require("../__chunks__/useButton-DvulUoU2.js");
41
41
  const useFocusRing = require("../__chunks__/useFocusRing-DFRFvht_.js");
42
42
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
43
43
  const index = require("../__chunks__/index-CTw89HMx.js");
44
44
  const useListState = require("../__chunks__/useListState-I5rva0Fq.js");
45
- const useSelectableList = require("../__chunks__/useSelectableList-ICLJNy5q.js");
45
+ const useSelectableList = require("../__chunks__/useSelectableList-uSeYGnKL.js");
46
46
  const useField = require("../__chunks__/useField-BJW_bXVD.js");
47
47
  const useFocusWithin = require("../__chunks__/useFocusWithin-C1ioGWec.js");
48
48
  const useHighlightSelectionDescription = require("../__chunks__/useHighlightSelectionDescription-CG5W6CIQ.js");
49
- const useHasTabbableChild = require("../__chunks__/useHasTabbableChild-4Ga1outX.js");
49
+ const useHasTabbableChild = require("../__chunks__/useHasTabbableChild-C34XhtMr.js");
50
50
  const context = require("../__chunks__/context-D3NeXov7.js");
51
- const usePress = require("../__chunks__/usePress-BVH8whNd.js");
51
+ const usePress = require("../__chunks__/usePress-Dz8YYpge.js");
52
52
  const scrollIntoView = require("../__chunks__/scrollIntoView-DkcUbB3D.js");
53
53
  const getScrollParent = require("../__chunks__/getScrollParent-DNz2ReWu.js");
54
- const FocusScope = require("../__chunks__/FocusScope-D5T6fKI9.js");
55
- const focusSafely = require("../__chunks__/focusSafely-CZPj1Dug.js");
54
+ const FocusScope = require("../__chunks__/FocusScope-Co1hHX8R.js");
55
+ const focusSafely = require("../__chunks__/focusSafely-sLifanM7.js");
56
56
  const SelectionManager = require("../__chunks__/SelectionManager-DuX6geJg.js");
57
57
  const useFocusVisible = require("../__chunks__/useFocusVisible-PBQuklI8.js");
58
- const useSelectableItem = require("../__chunks__/useSelectableItem-CJ5_OAlc.js");
58
+ const useSelectableItem = require("../__chunks__/useSelectableItem-Ca_8R3iv.js");
59
59
  const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-D74_5d4h.js");
60
60
  const Close = require("../__chunks__/Close-BQ2IlPyf.js");
61
- const Icon = require("../__chunks__/Icon-DTlCtPmb.js");
62
- const Text = require("../__chunks__/Text-CT2y5c8a.js");
61
+ const Icon = require("../__chunks__/Icon-ylOKybLj.js");
62
+ const Text = require("../__chunks__/Text-BP87eq_Y.js");
63
63
  const utilities_css = require("../utilities/css.js");
64
64
  function $0d86e9c8f07f9a7b$export$762f73dccccd255d(options) {
65
65
  let { initialItems = [], initialSelectedKeys, getKey = (item) => {
@@ -246,21 +246,6 @@ function $0d86e9c8f07f9a7b$var$move(state, indices, toIndex) {
246
246
  items: copy
247
247
  });
248
248
  }
249
- function $df56164dff5785e2$export$4338b53315abf666(forwardedRef) {
250
- const objRef = React.useRef(null);
251
- return React.useMemo(() => ({
252
- get current() {
253
- return objRef.current;
254
- },
255
- set current(value) {
256
- objRef.current = value;
257
- if (typeof forwardedRef === "function") forwardedRef(value);
258
- else if (forwardedRef) forwardedRef.current = value;
259
- }
260
- }), [
261
- forwardedRef
262
- ]);
263
- }
264
249
  const $ce9b18daab526bbd$export$5b9bb410392e3991 = /* @__PURE__ */ new WeakMap();
265
250
  function $ce9b18daab526bbd$export$f45c25170b9a99c2(state, key) {
266
251
  var _listMap_get;
@@ -1502,107 +1487,9 @@ function $7135fc7d473fd974$export$90e00781bc59d8f9(focusedKey) {
1502
1487
  focusedKey
1503
1488
  ]);
1504
1489
  }
1505
- const $64fa3d84918910a7$export$c62b8e45d58ddad9 = Symbol("default");
1506
- function $64fa3d84918910a7$export$2881499e37b75b9a({ values, children }) {
1507
- for (let [Context, value] of values)
1508
- children = /* @__PURE__ */ React.createElement(Context.Provider, {
1509
- value
1510
- }, children);
1511
- return children;
1512
- }
1513
- function $64fa3d84918910a7$export$4d86445c2cf5e3(props) {
1514
- let { className, style, children, defaultClassName, defaultChildren, defaultStyle, values } = props;
1515
- return React.useMemo(() => {
1516
- let computedClassName;
1517
- let computedStyle;
1518
- let computedChildren;
1519
- if (typeof className === "function") computedClassName = className(__spreadProps(__spreadValues({}, values), {
1520
- defaultClassName
1521
- }));
1522
- else computedClassName = className;
1523
- if (typeof style === "function") computedStyle = style(__spreadProps(__spreadValues({}, values), {
1524
- defaultStyle: defaultStyle || {}
1525
- }));
1526
- else computedStyle = style;
1527
- if (typeof children === "function") computedChildren = children(__spreadProps(__spreadValues({}, values), {
1528
- defaultChildren
1529
- }));
1530
- else if (children == null) computedChildren = defaultChildren;
1531
- else computedChildren = children;
1532
- return {
1533
- className: computedClassName !== null && computedClassName !== void 0 ? computedClassName : defaultClassName,
1534
- style: computedStyle || defaultStyle ? __spreadValues(__spreadValues({}, defaultStyle), computedStyle) : void 0,
1535
- children: computedChildren !== null && computedChildren !== void 0 ? computedChildren : defaultChildren,
1536
- "data-rac": ""
1537
- };
1538
- }, [
1539
- className,
1540
- style,
1541
- children,
1542
- defaultClassName,
1543
- defaultChildren,
1544
- defaultStyle,
1545
- values
1546
- ]);
1547
- }
1548
- function $64fa3d84918910a7$export$fabf2dc03a41866e(context2, slot) {
1549
- let ctx = React.useContext(context2);
1550
- if (slot === null)
1551
- return null;
1552
- if (ctx && typeof ctx === "object" && "slots" in ctx && ctx.slots) {
1553
- let availableSlots = new Intl.ListFormat().format(Object.keys(ctx.slots).map((p) => `"${p}"`));
1554
- if (!slot && !ctx.slots[$64fa3d84918910a7$export$c62b8e45d58ddad9]) throw new Error(`A slot prop is required. Valid slot names are ${availableSlots}.`);
1555
- let slotKey = slot || $64fa3d84918910a7$export$c62b8e45d58ddad9;
1556
- if (!ctx.slots[slotKey])
1557
- throw new Error(`Invalid slot "${slot}". Valid slot names are ${availableSlots}.`);
1558
- return ctx.slots[slotKey];
1559
- }
1560
- return ctx;
1561
- }
1562
- function $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, context2) {
1563
- let ctx = $64fa3d84918910a7$export$fabf2dc03a41866e(context2, props.slot) || {};
1564
- let _a = ctx, { ref: contextRef } = _a, contextProps = __objRest(_a, ["ref"]);
1565
- let mergedRef = $df56164dff5785e2$export$4338b53315abf666(React.useMemo(() => mergeRefs.$5dc95899b306f630$export$c9058316764c140e(ref, contextRef), [
1566
- ref,
1567
- contextRef
1568
- ]));
1569
- let mergedProps = mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(contextProps, props);
1570
- if ("style" in contextProps && contextProps.style && "style" in props && props.style) {
1571
- if (typeof contextProps.style === "function" || typeof props.style === "function")
1572
- mergedProps.style = (renderProps) => {
1573
- let contextStyle = typeof contextProps.style === "function" ? contextProps.style(renderProps) : contextProps.style;
1574
- let defaultStyle = __spreadValues(__spreadValues({}, renderProps.defaultStyle), contextStyle);
1575
- let style = typeof props.style === "function" ? props.style(__spreadProps(__spreadValues({}, renderProps), {
1576
- defaultStyle
1577
- })) : props.style;
1578
- return __spreadValues(__spreadValues({}, defaultStyle), style);
1579
- };
1580
- else
1581
- mergedProps.style = __spreadValues(__spreadValues({}, contextProps.style), props.style);
1582
- }
1583
- return [
1584
- mergedProps,
1585
- mergedRef
1586
- ];
1587
- }
1588
- function $64fa3d84918910a7$export$9d4c57ee4c6ffdd8() {
1589
- let [hasSlot, setHasSlot] = React.useState(true);
1590
- let hasRun = React.useRef(false);
1591
- let ref = React.useCallback((el) => {
1592
- hasRun.current = true;
1593
- setHasSlot(!!el);
1594
- }, []);
1595
- mergeProps.$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
1596
- if (!hasRun.current) setHasSlot(false);
1597
- }, []);
1598
- return [
1599
- ref,
1600
- hasSlot
1601
- ];
1602
- }
1603
1490
  const $01b77f81d0f07f68$export$75b6ee27786ba447 = /* @__PURE__ */ React.createContext({});
1604
1491
  function $01b77f81d0f07f68$var$Label(props, ref) {
1605
- [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $01b77f81d0f07f68$export$75b6ee27786ba447);
1492
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $01b77f81d0f07f68$export$75b6ee27786ba447);
1606
1493
  let _a = props, { elementType: ElementType = "label" } = _a, labelProps = __objRest(_a, ["elementType"]);
1607
1494
  return /* @__PURE__ */ React.createElement(ElementType, __spreadProps(__spreadValues({
1608
1495
  className: "react-aria-Label"
@@ -1624,7 +1511,7 @@ const $d2b4bc8c273e7be6$var$additionalButtonHTMLAttributes = /* @__PURE__ */ new
1624
1511
  ]);
1625
1512
  const $d2b4bc8c273e7be6$export$24d547caef80ccd1 = /* @__PURE__ */ React.createContext({});
1626
1513
  function $d2b4bc8c273e7be6$var$Button(props, ref) {
1627
- [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $d2b4bc8c273e7be6$export$24d547caef80ccd1);
1514
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $d2b4bc8c273e7be6$export$24d547caef80ccd1);
1628
1515
  props = $d2b4bc8c273e7be6$var$disablePendingProps(props);
1629
1516
  let ctx = props;
1630
1517
  let { isPending } = ctx;
@@ -1641,7 +1528,7 @@ function $d2b4bc8c273e7be6$var$Button(props, ref) {
1641
1528
  isDisabled: props.isDisabled || false,
1642
1529
  isPending: isPending !== null && isPending !== void 0 ? isPending : false
1643
1530
  };
1644
- let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
1531
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
1645
1532
  values: renderValues,
1646
1533
  defaultClassName: "react-aria-Button"
1647
1534
  }));
@@ -1706,7 +1593,7 @@ const $eed445e0843c11d0$export$7c5906fe4f1f2af2 = /* @__PURE__ */ React.createCo
1706
1593
  const $eaf9e70818b436db$export$5b07b5dd2cbd96e3 = /* @__PURE__ */ React.createContext(null);
1707
1594
  const $eaf9e70818b436db$export$e755ce3685dd0ca9 = /* @__PURE__ */ React.createContext(null);
1708
1595
  function $eaf9e70818b436db$var$TagGroup(props, ref) {
1709
- [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $eaf9e70818b436db$export$5b07b5dd2cbd96e3);
1596
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $eaf9e70818b436db$export$5b07b5dd2cbd96e3);
1710
1597
  return /* @__PURE__ */ React.createElement($e1995378a142960e$export$bf788dd355e3a401, {
1711
1598
  content: props.children
1712
1599
  }, (collection) => /* @__PURE__ */ React.createElement($eaf9e70818b436db$var$TagGroupInner, {
@@ -1717,7 +1604,7 @@ function $eaf9e70818b436db$var$TagGroup(props, ref) {
1717
1604
  }
1718
1605
  function $eaf9e70818b436db$var$TagGroupInner({ props, forwardedRef: ref, collection }) {
1719
1606
  let tagListRef = React.useRef(null);
1720
- let [labelRef, label] = $64fa3d84918910a7$export$9d4c57ee4c6ffdd8();
1607
+ let [labelRef, label] = utils.$64fa3d84918910a7$export$9d4c57ee4c6ffdd8();
1721
1608
  let state = useListState.$e72dd72e1c76a225$export$2f645645f7bca764(__spreadProps(__spreadValues({}, props), {
1722
1609
  children: void 0,
1723
1610
  collection
@@ -1736,7 +1623,7 @@ function $eaf9e70818b436db$var$TagGroupInner({ props, forwardedRef: ref, collect
1736
1623
  slot: props.slot || void 0,
1737
1624
  className: (_props_className = props.className) !== null && _props_className !== void 0 ? _props_className : "react-aria-TagGroup",
1738
1625
  style: props.style
1739
- }), /* @__PURE__ */ React.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
1626
+ }), /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
1740
1627
  values: [
1741
1628
  [
1742
1629
  $01b77f81d0f07f68$export$75b6ee27786ba447,
@@ -1778,7 +1665,7 @@ function $eaf9e70818b436db$var$TagList(props, ref) {
1778
1665
  function $eaf9e70818b436db$var$TagListInner({ props, forwardedRef }) {
1779
1666
  let state = React.useContext($eed445e0843c11d0$export$7c5906fe4f1f2af2);
1780
1667
  let { CollectionRoot } = React.useContext($7135fc7d473fd974$export$4feb769f8ddf26c5);
1781
- let [gridProps, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, forwardedRef, $eaf9e70818b436db$export$e755ce3685dd0ca9);
1668
+ let [gridProps, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, forwardedRef, $eaf9e70818b436db$export$e755ce3685dd0ca9);
1782
1669
  delete gridProps.items;
1783
1670
  delete gridProps.renderEmptyState;
1784
1671
  let { focusProps, isFocused, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f();
@@ -1788,7 +1675,7 @@ function $eaf9e70818b436db$var$TagListInner({ props, forwardedRef }) {
1788
1675
  isFocusVisible,
1789
1676
  state
1790
1677
  };
1791
- let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
1678
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3({
1792
1679
  className: props.className,
1793
1680
  style: props.style,
1794
1681
  defaultClassName: "react-aria-TagList",
@@ -1808,7 +1695,7 @@ function $eaf9e70818b436db$var$TagListInner({ props, forwardedRef }) {
1808
1695
  const $eaf9e70818b436db$export$f9fef0f55402315b = /* @__PURE__ */ React.forwardRef($eaf9e70818b436db$var$TagList);
1809
1696
  const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a142960e$export$18af5c7a9e9b3664("item", (props, forwardedRef, item) => {
1810
1697
  let state = React.useContext($eed445e0843c11d0$export$7c5906fe4f1f2af2);
1811
- let ref = $df56164dff5785e2$export$4338b53315abf666(forwardedRef);
1698
+ let ref = utils.$df56164dff5785e2$export$4338b53315abf666(forwardedRef);
1812
1699
  let { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f({
1813
1700
  within: true
1814
1701
  });
@@ -1821,7 +1708,7 @@ const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a1429
1821
1708
  onHoverChange: item.props.onHoverChange,
1822
1709
  onHoverEnd: item.props.onHoverEnd
1823
1710
  });
1824
- let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
1711
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
1825
1712
  id: void 0,
1826
1713
  children: item.rendered,
1827
1714
  defaultClassName: "react-aria-Tag",
@@ -1852,7 +1739,7 @@ const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a1429
1852
1739
  style: {
1853
1740
  display: "contents"
1854
1741
  }
1855
- }), /* @__PURE__ */ React.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
1742
+ }), /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
1856
1743
  values: [
1857
1744
  [
1858
1745
  $d2b4bc8c273e7be6$export$24d547caef80ccd1,
@@ -1869,9 +1756,9 @@ const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a1429
1869
1756
  ]
1870
1757
  }, renderProps.children)));
1871
1758
  });
1872
- const Pill$1 = "_Pill_1tdnj_5";
1873
- const remove = "_remove_1tdnj_14";
1874
- const list = "_list_1tdnj_26";
1759
+ const Pill$1 = "_Pill_1g6m9_5";
1760
+ const remove = "_remove_1g6m9_14";
1761
+ const list = "_list_1g6m9_26";
1875
1762
  const styles = {
1876
1763
  Pill: Pill$1,
1877
1764
  remove,
@@ -30,34 +30,34 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default, { useState, useMemo, useRef, useEffect, cloneElement, forwardRef, useContext, createContext, useCallback } from "react";
33
- import { d as $bdb11010cef70236$export$f680877a34711e37, a as $3ef42575df84b30b$export$9d1611c77c2fe928, $ as $bdb11010cef70236$export$b4cc09c592e8fdb8, f as $ff5963eb1fccf552$export$e08e3b67e392101e, e as $b5e257d569688ac6$export$535bd6ca7f90a273, b as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "../__chunks__/mergeProps-SJQ-f8LF.mjs";
34
- import { $ as $5dc95899b306f630$export$c9058316764c140e } from "../__chunks__/mergeRefs-CCV6itCY.mjs";
35
- import { createPortal } from "react-dom";
33
+ import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, a as $64fa3d84918910a7$export$4d86445c2cf5e3, b as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, c as $64fa3d84918910a7$export$2881499e37b75b9a, d as $df56164dff5785e2$export$4338b53315abf666 } from "../__chunks__/utils-Dm-0qf_-.mjs";
36
34
  import { a as $319e236875307eab$export$a9b970dcc4ae71a9 } from "../__chunks__/LiveAnnouncer-UhhG0KqR.mjs";
35
+ import { createPortal } from "react-dom";
36
+ import { d as $bdb11010cef70236$export$f680877a34711e37, a as $3ef42575df84b30b$export$9d1611c77c2fe928, $ as $bdb11010cef70236$export$b4cc09c592e8fdb8, f as $ff5963eb1fccf552$export$e08e3b67e392101e, e as $b5e257d569688ac6$export$535bd6ca7f90a273, b as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c } from "../__chunks__/mergeProps-SJQ-f8LF.mjs";
37
37
  import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "../__chunks__/filterDOMProps-EDDcM64A.mjs";
38
- import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "../__chunks__/useButton-C6QFpa4j.mjs";
38
+ import { $ as $701a24aa0da5b062$export$ea18c227d4417cc3 } from "../__chunks__/useButton-s_sjr8Ix.mjs";
39
39
  import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "../__chunks__/useFocusRing-dRPhwlpK.mjs";
40
40
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
41
41
  import { s as shimExports } from "../__chunks__/index-DCSYt1ke.mjs";
42
42
  import { $ as $e72dd72e1c76a225$export$2f645645f7bca764 } from "../__chunks__/useListState-CH1PXfc5.mjs";
43
- import { $ as $982254629710d113$export$b95089534ab7c1fd, b as $2a25aae57d74318e$export$a05409b8bb224a5a } from "../__chunks__/useSelectableList-C-_LjaIN.mjs";
43
+ import { $ as $982254629710d113$export$b95089534ab7c1fd, b as $2a25aae57d74318e$export$a05409b8bb224a5a } from "../__chunks__/useSelectableList-CWMPIUPQ.mjs";
44
44
  import { $ as $2baaea4c71418dea$export$294aa081a6c6f55d } from "../__chunks__/useField-DPD-La1H.mjs";
45
45
  import { $ as $9ab94262bd0047c7$export$420e68273165f4ec } from "../__chunks__/useFocusWithin-krnNAgDY.mjs";
46
46
  import { $ as $5b9b5b5723db6ae1$export$be42ebdab07ae4c2, a as $92599c3fd427b763$export$137e594ef3218a10 } from "../__chunks__/useHighlightSelectionDescription-CPtYsCSQ.mjs";
47
- import { $ as $83013635b024ae3d$export$eac1895992b9f3d6 } from "../__chunks__/useHasTabbableChild-DU6tKe-i.mjs";
47
+ import { $ as $83013635b024ae3d$export$eac1895992b9f3d6 } from "../__chunks__/useHasTabbableChild-BQnJycug.mjs";
48
48
  import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-D3I6RuRU.mjs";
49
- import { g as $ea8dcbcb9ea1b556$export$bdc77b0c0a3a85d6 } from "../__chunks__/usePress-CiUDlxr6.mjs";
49
+ import { g as $ea8dcbcb9ea1b556$export$bdc77b0c0a3a85d6 } from "../__chunks__/usePress-qBr44_1g.mjs";
50
50
  import { b as $2f04cbc44ee30ce0$export$c826860796309d1b, $ as $ef06256079686ba0$export$f8aeda7b10753fa1 } from "../__chunks__/scrollIntoView-C4vMSOYx.mjs";
51
51
  import { $ as $62d8ded9296f3872$export$cfa2225e87938781 } from "../__chunks__/getScrollParent-B5CCP-yO.mjs";
52
- import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "../__chunks__/FocusScope-OD0PXxQI.mjs";
53
- import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "../__chunks__/focusSafely-DfpH-pE9.mjs";
52
+ import { $ as $9bf71ea28793e738$export$2d6ec8fc375ceafa } from "../__chunks__/FocusScope-CMdrObui.mjs";
53
+ import { $ as $6a99195332edec8b$export$80f3e147d781571c } from "../__chunks__/focusSafely-8R2xSTi2.mjs";
54
54
  import { c as $c5a24bc478652b5f$export$7475b2c64539e4cf } from "../__chunks__/SelectionManager-IO4G_cI2.mjs";
55
55
  import { b as $507fabe10e71c6fb$export$b9b3dfddab17db27, e as $507fabe10e71c6fb$export$98e20ec92f614cfe } from "../__chunks__/useFocusVisible-BbEmluTm.mjs";
56
- import { a as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "../__chunks__/useSelectableItem-SVHzvSUI.mjs";
56
+ import { a as $880e95eb8b93ba9a$export$ecf600387e221c37 } from "../__chunks__/useSelectableItem-D7gxXSuA.mjs";
57
57
  import { $ as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "../__chunks__/useLocalizedStringFormatter-DJWWtB78.mjs";
58
58
  import { C as Close } from "../__chunks__/Close-Cq6Q6MN6.mjs";
59
- import { I as Icon } from "../__chunks__/Icon-ML4td6nu.mjs";
60
- import { T as Text } from "../__chunks__/Text-7pwgbag-.mjs";
59
+ import { I as Icon } from "../__chunks__/Icon-BdrQIZ7G.mjs";
60
+ import { T as Text } from "../__chunks__/Text-hB1p7qnS.mjs";
61
61
  import { getResponsiveDesignToken, getComponentToken } from "../utilities/css.mjs";
62
62
  function $0d86e9c8f07f9a7b$export$762f73dccccd255d(options) {
63
63
  let { initialItems = [], initialSelectedKeys, getKey = (item) => {
@@ -244,21 +244,6 @@ function $0d86e9c8f07f9a7b$var$move(state, indices, toIndex) {
244
244
  items: copy
245
245
  });
246
246
  }
247
- function $df56164dff5785e2$export$4338b53315abf666(forwardedRef) {
248
- const objRef = useRef(null);
249
- return useMemo(() => ({
250
- get current() {
251
- return objRef.current;
252
- },
253
- set current(value) {
254
- objRef.current = value;
255
- if (typeof forwardedRef === "function") forwardedRef(value);
256
- else if (forwardedRef) forwardedRef.current = value;
257
- }
258
- }), [
259
- forwardedRef
260
- ]);
261
- }
262
247
  const $ce9b18daab526bbd$export$5b9bb410392e3991 = /* @__PURE__ */ new WeakMap();
263
248
  function $ce9b18daab526bbd$export$f45c25170b9a99c2(state, key) {
264
249
  var _listMap_get;
@@ -1500,104 +1485,6 @@ function $7135fc7d473fd974$export$90e00781bc59d8f9(focusedKey) {
1500
1485
  focusedKey
1501
1486
  ]);
1502
1487
  }
1503
- const $64fa3d84918910a7$export$c62b8e45d58ddad9 = Symbol("default");
1504
- function $64fa3d84918910a7$export$2881499e37b75b9a({ values, children }) {
1505
- for (let [Context, value] of values)
1506
- children = /* @__PURE__ */ React__default.createElement(Context.Provider, {
1507
- value
1508
- }, children);
1509
- return children;
1510
- }
1511
- function $64fa3d84918910a7$export$4d86445c2cf5e3(props) {
1512
- let { className, style, children, defaultClassName, defaultChildren, defaultStyle, values } = props;
1513
- return useMemo(() => {
1514
- let computedClassName;
1515
- let computedStyle;
1516
- let computedChildren;
1517
- if (typeof className === "function") computedClassName = className(__spreadProps(__spreadValues({}, values), {
1518
- defaultClassName
1519
- }));
1520
- else computedClassName = className;
1521
- if (typeof style === "function") computedStyle = style(__spreadProps(__spreadValues({}, values), {
1522
- defaultStyle: defaultStyle || {}
1523
- }));
1524
- else computedStyle = style;
1525
- if (typeof children === "function") computedChildren = children(__spreadProps(__spreadValues({}, values), {
1526
- defaultChildren
1527
- }));
1528
- else if (children == null) computedChildren = defaultChildren;
1529
- else computedChildren = children;
1530
- return {
1531
- className: computedClassName !== null && computedClassName !== void 0 ? computedClassName : defaultClassName,
1532
- style: computedStyle || defaultStyle ? __spreadValues(__spreadValues({}, defaultStyle), computedStyle) : void 0,
1533
- children: computedChildren !== null && computedChildren !== void 0 ? computedChildren : defaultChildren,
1534
- "data-rac": ""
1535
- };
1536
- }, [
1537
- className,
1538
- style,
1539
- children,
1540
- defaultClassName,
1541
- defaultChildren,
1542
- defaultStyle,
1543
- values
1544
- ]);
1545
- }
1546
- function $64fa3d84918910a7$export$fabf2dc03a41866e(context, slot) {
1547
- let ctx = useContext(context);
1548
- if (slot === null)
1549
- return null;
1550
- if (ctx && typeof ctx === "object" && "slots" in ctx && ctx.slots) {
1551
- let availableSlots = new Intl.ListFormat().format(Object.keys(ctx.slots).map((p) => `"${p}"`));
1552
- if (!slot && !ctx.slots[$64fa3d84918910a7$export$c62b8e45d58ddad9]) throw new Error(`A slot prop is required. Valid slot names are ${availableSlots}.`);
1553
- let slotKey = slot || $64fa3d84918910a7$export$c62b8e45d58ddad9;
1554
- if (!ctx.slots[slotKey])
1555
- throw new Error(`Invalid slot "${slot}". Valid slot names are ${availableSlots}.`);
1556
- return ctx.slots[slotKey];
1557
- }
1558
- return ctx;
1559
- }
1560
- function $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, context) {
1561
- let ctx = $64fa3d84918910a7$export$fabf2dc03a41866e(context, props.slot) || {};
1562
- let _a = ctx, { ref: contextRef } = _a, contextProps = __objRest(_a, ["ref"]);
1563
- let mergedRef = $df56164dff5785e2$export$4338b53315abf666(useMemo(() => $5dc95899b306f630$export$c9058316764c140e(ref, contextRef), [
1564
- ref,
1565
- contextRef
1566
- ]));
1567
- let mergedProps = $3ef42575df84b30b$export$9d1611c77c2fe928(contextProps, props);
1568
- if ("style" in contextProps && contextProps.style && "style" in props && props.style) {
1569
- if (typeof contextProps.style === "function" || typeof props.style === "function")
1570
- mergedProps.style = (renderProps) => {
1571
- let contextStyle = typeof contextProps.style === "function" ? contextProps.style(renderProps) : contextProps.style;
1572
- let defaultStyle = __spreadValues(__spreadValues({}, renderProps.defaultStyle), contextStyle);
1573
- let style = typeof props.style === "function" ? props.style(__spreadProps(__spreadValues({}, renderProps), {
1574
- defaultStyle
1575
- })) : props.style;
1576
- return __spreadValues(__spreadValues({}, defaultStyle), style);
1577
- };
1578
- else
1579
- mergedProps.style = __spreadValues(__spreadValues({}, contextProps.style), props.style);
1580
- }
1581
- return [
1582
- mergedProps,
1583
- mergedRef
1584
- ];
1585
- }
1586
- function $64fa3d84918910a7$export$9d4c57ee4c6ffdd8() {
1587
- let [hasSlot, setHasSlot] = useState(true);
1588
- let hasRun = useRef(false);
1589
- let ref = useCallback((el) => {
1590
- hasRun.current = true;
1591
- setHasSlot(!!el);
1592
- }, []);
1593
- $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
1594
- if (!hasRun.current) setHasSlot(false);
1595
- }, []);
1596
- return [
1597
- ref,
1598
- hasSlot
1599
- ];
1600
- }
1601
1488
  const $01b77f81d0f07f68$export$75b6ee27786ba447 = /* @__PURE__ */ createContext({});
1602
1489
  function $01b77f81d0f07f68$var$Label(props, ref) {
1603
1490
  [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $01b77f81d0f07f68$export$75b6ee27786ba447);
@@ -1867,9 +1754,9 @@ const $eaf9e70818b436db$export$3288d34c523a1192 = /* @__PURE__ */ $e1995378a1429
1867
1754
  ]
1868
1755
  }, renderProps.children)));
1869
1756
  });
1870
- const Pill$1 = "_Pill_1tdnj_5";
1871
- const remove = "_remove_1tdnj_14";
1872
- const list = "_list_1tdnj_26";
1757
+ const Pill$1 = "_Pill_1g6m9_5";
1758
+ const remove = "_remove_1g6m9_14";
1759
+ const list = "_list_1g6m9_26";
1873
1760
  const styles = {
1874
1761
  Pill: Pill$1,
1875
1762
  remove,
@@ -33,20 +33,19 @@ var __objRest = (source, exclude) => {
33
33
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const Menu = require("../__chunks__/Menu-OacI_98l.js");
36
- const Button = require("../__chunks__/Button-BLXBu8Ta.js");
37
- const Icon = require("../__chunks__/Icon-DTlCtPmb.js");
38
- const Text = require("../__chunks__/Text-CT2y5c8a.js");
39
- const UnstyledButton = require("../__chunks__/UnstyledButton-BfeN_d1h.js");
36
+ const Button = require("../__chunks__/Button-Bg19kicX.js");
37
+ const Icon = require("../__chunks__/Icon-ylOKybLj.js");
38
+ const Text = require("../__chunks__/Text-BP87eq_Y.js");
39
+ const UnstyledButton = require("../__chunks__/UnstyledButton-Dn8KZHdh.js");
40
40
  const utilities_css = require("../utilities/css.js");
41
- const HelpMenu = require("../__chunks__/HelpMenu-dUbPE3b6.js");
41
+ const HelpMenu = require("../__chunks__/HelpMenu-C4Lgr_6O.js");
42
42
  const tokens = require("../__chunks__/tokens-BmCk-Bk0.js");
43
- const useDialog = require("../__chunks__/useDialog-DIiUusMk.js");
44
- const Overlay = require("../__chunks__/Overlay-B-di_dfG.js");
45
- const TabNav = require("../__chunks__/TabNav-7zvsNpDC.js");
46
- const useCloseOnScroll = require("../__chunks__/useCloseOnScroll-CLFhBFoo.js");
47
- const ariaHideOutside = require("../__chunks__/ariaHideOutside-BYYnLsgt.js");
48
- const ProductLayout$1 = "_ProductLayout_1joyo_5";
49
- const body = "_body_1joyo_11";
43
+ const useDialog = require("../__chunks__/useDialog-Dsqz1M_N.js");
44
+ const Overlay = require("../__chunks__/Overlay-ZinDp2HW.js");
45
+ const TabNav = require("../__chunks__/TabNav-Cr966uUR.js");
46
+ const ariaHideOutside = require("../__chunks__/ariaHideOutside-DNGR3Fo6.js");
47
+ const ProductLayout$1 = "_ProductLayout_1iwjr_5";
48
+ const body = "_body_1iwjr_11";
50
49
  const styles$4 = {
51
50
  ProductLayout: ProductLayout$1,
52
51
  body
@@ -58,8 +57,8 @@ function ProductLayoutContent(props) {
58
57
  }, children);
59
58
  }
60
59
  const productLayoutMediaQuery = `(min-width: ${tokens.ezuiTokens["breakpoint.lg"]})`;
61
- const largeScreen$1 = "_largeScreen_k3r1s_5";
62
- const smallScreen$1 = "_smallScreen_k3r1s_14";
60
+ const largeScreen$1 = "_largeScreen_13qa9_5";
61
+ const smallScreen$1 = "_smallScreen_13qa9_14";
63
62
  const styles$3 = {
64
63
  largeScreen: largeScreen$1,
65
64
  smallScreen: smallScreen$1
@@ -91,14 +90,14 @@ const useProductLayout = () => {
91
90
  }
92
91
  return productLayoutContext;
93
92
  };
94
- const ProductLayoutHeader$1 = "_ProductLayoutHeader_s7lcl_5";
95
- const largeScreen = "_largeScreen_s7lcl_9";
96
- const smallScreen = "_smallScreen_s7lcl_14";
97
- const smallScreenTopBar = "_smallScreenTopBar_s7lcl_19";
98
- const logoMenu = "_logoMenu_s7lcl_24";
99
- const logoMenuBtn = "_logoMenuBtn_s7lcl_30";
100
- const divider = "_divider_s7lcl_35";
101
- const actions = "_actions_s7lcl_41";
93
+ const ProductLayoutHeader$1 = "_ProductLayoutHeader_1cjuu_5";
94
+ const largeScreen = "_largeScreen_1cjuu_9";
95
+ const smallScreen = "_smallScreen_1cjuu_14";
96
+ const smallScreenTopBar = "_smallScreenTopBar_1cjuu_19";
97
+ const logoMenu = "_logoMenu_1cjuu_24";
98
+ const logoMenuBtn = "_logoMenuBtn_1cjuu_30";
99
+ const divider = "_divider_1cjuu_35";
100
+ const actions = "_actions_1cjuu_41";
102
101
  const styles$2 = {
103
102
  ProductLayoutHeader: ProductLayoutHeader$1,
104
103
  largeScreen,
@@ -171,9 +170,9 @@ function ActionDivider() {
171
170
  className: styles$2.divider
172
171
  });
173
172
  }
174
- const ProductLayoutSidebar$1 = "_ProductLayoutSidebar_1xf51_5";
175
- const open = "_open_1xf51_43";
176
- const overlay = "_overlay_1xf51_49";
173
+ const ProductLayoutSidebar$1 = "_ProductLayoutSidebar_1dmtw_5";
174
+ const open = "_open_1dmtw_43";
175
+ const overlay = "_overlay_1dmtw_49";
177
176
  const styles$1 = {
178
177
  ProductLayoutSidebar: ProductLayoutSidebar$1,
179
178
  open,
@@ -237,7 +236,7 @@ function DialogSidebarOverlay(props) {
237
236
  ref
238
237
  }, modalProps), children)));
239
238
  }
240
- const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_1p4qo_5";
239
+ const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_8mucs_5";
241
240
  const styles = {
242
241
  ProductLayoutTabbedContent: ProductLayoutTabbedContent$1
243
242
  };
@@ -250,7 +249,7 @@ function ProductLayoutTabbedContent(props) {
250
249
  function ProductLayout(props) {
251
250
  const { sidebar, header, content } = props;
252
251
  const layoutContainerRef = React.useRef(null);
253
- const state = useCloseOnScroll.$fc909762b330b746$export$61c6a8c84e605fb6({});
252
+ const state = Overlay.$fc909762b330b746$export$61c6a8c84e605fb6({});
254
253
  const { triggerProps, overlayProps } = ariaHideOutside.$628037886ba31236$export$f9d5c8beee7d008d({
255
254
  type: "dialog"
256
255
  }, state);
@@ -31,20 +31,19 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { useEffect, createContext, useContext, useCallback, useRef, useMemo } from "react";
33
33
  import { M as Menu } from "../__chunks__/Menu-qMqvSorL.mjs";
34
- import { B as Button } from "../__chunks__/Button-KmjMp6fw.mjs";
35
- import { I as Icon } from "../__chunks__/Icon-ML4td6nu.mjs";
36
- import { T as Text } from "../__chunks__/Text-7pwgbag-.mjs";
37
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-0v6TRjMY.mjs";
34
+ import { B as Button } from "../__chunks__/Button-vppvnDZX.mjs";
35
+ import { I as Icon } from "../__chunks__/Icon-BdrQIZ7G.mjs";
36
+ import { T as Text } from "../__chunks__/Text-hB1p7qnS.mjs";
37
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-CO7FOpAq.mjs";
38
38
  import { classNames } from "../utilities/css.mjs";
39
- import { H as HelpMenu } from "../__chunks__/HelpMenu-CvYzKDPL.mjs";
39
+ import { H as HelpMenu } from "../__chunks__/HelpMenu-Cz2v3GAo.mjs";
40
40
  import { e as ezuiTokens } from "../__chunks__/tokens-BolVbjJp.mjs";
41
- import { a as $40df3f8667284809$export$d55e7ee900f34e93, $ as $8ac8429251c45e4b$export$dbc0f175b25fb0fb } from "../__chunks__/useDialog-BThBdiel.mjs";
42
- import { a as $337b884510726a0d$export$c6fdb837b070b4ff } from "../__chunks__/Overlay-8RgU2lAl.mjs";
43
- import { T as TabNav } from "../__chunks__/TabNav-DZMmlU0F.mjs";
44
- import { a as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/useCloseOnScroll-DxZ3orlK.mjs";
45
- import { c as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/ariaHideOutside-CGNwwQAc.mjs";
46
- const ProductLayout$1 = "_ProductLayout_1joyo_5";
47
- const body = "_body_1joyo_11";
41
+ import { a as $40df3f8667284809$export$d55e7ee900f34e93, $ as $8ac8429251c45e4b$export$dbc0f175b25fb0fb } from "../__chunks__/useDialog-RxvhRzry.mjs";
42
+ import { c as $337b884510726a0d$export$c6fdb837b070b4ff, b as $fc909762b330b746$export$61c6a8c84e605fb6 } from "../__chunks__/Overlay-C3rJpwIX.mjs";
43
+ import { T as TabNav } from "../__chunks__/TabNav-BJEE3Rgt.mjs";
44
+ import { c as $628037886ba31236$export$f9d5c8beee7d008d } from "../__chunks__/ariaHideOutside-D-yj7DXL.mjs";
45
+ const ProductLayout$1 = "_ProductLayout_1iwjr_5";
46
+ const body = "_body_1iwjr_11";
48
47
  const styles$4 = {
49
48
  ProductLayout: ProductLayout$1,
50
49
  body
@@ -56,8 +55,8 @@ function ProductLayoutContent(props) {
56
55
  }, children);
57
56
  }
58
57
  const productLayoutMediaQuery = `(min-width: ${ezuiTokens["breakpoint.lg"]})`;
59
- const largeScreen$1 = "_largeScreen_k3r1s_5";
60
- const smallScreen$1 = "_smallScreen_k3r1s_14";
58
+ const largeScreen$1 = "_largeScreen_13qa9_5";
59
+ const smallScreen$1 = "_smallScreen_13qa9_14";
61
60
  const styles$3 = {
62
61
  largeScreen: largeScreen$1,
63
62
  smallScreen: smallScreen$1
@@ -89,14 +88,14 @@ const useProductLayout = () => {
89
88
  }
90
89
  return productLayoutContext;
91
90
  };
92
- const ProductLayoutHeader$1 = "_ProductLayoutHeader_s7lcl_5";
93
- const largeScreen = "_largeScreen_s7lcl_9";
94
- const smallScreen = "_smallScreen_s7lcl_14";
95
- const smallScreenTopBar = "_smallScreenTopBar_s7lcl_19";
96
- const logoMenu = "_logoMenu_s7lcl_24";
97
- const logoMenuBtn = "_logoMenuBtn_s7lcl_30";
98
- const divider = "_divider_s7lcl_35";
99
- const actions = "_actions_s7lcl_41";
91
+ const ProductLayoutHeader$1 = "_ProductLayoutHeader_1cjuu_5";
92
+ const largeScreen = "_largeScreen_1cjuu_9";
93
+ const smallScreen = "_smallScreen_1cjuu_14";
94
+ const smallScreenTopBar = "_smallScreenTopBar_1cjuu_19";
95
+ const logoMenu = "_logoMenu_1cjuu_24";
96
+ const logoMenuBtn = "_logoMenuBtn_1cjuu_30";
97
+ const divider = "_divider_1cjuu_35";
98
+ const actions = "_actions_1cjuu_41";
100
99
  const styles$2 = {
101
100
  ProductLayoutHeader: ProductLayoutHeader$1,
102
101
  largeScreen,
@@ -169,9 +168,9 @@ function ActionDivider() {
169
168
  className: styles$2.divider
170
169
  });
171
170
  }
172
- const ProductLayoutSidebar$1 = "_ProductLayoutSidebar_1xf51_5";
173
- const open = "_open_1xf51_43";
174
- const overlay = "_overlay_1xf51_49";
171
+ const ProductLayoutSidebar$1 = "_ProductLayoutSidebar_1dmtw_5";
172
+ const open = "_open_1dmtw_43";
173
+ const overlay = "_overlay_1dmtw_49";
175
174
  const styles$1 = {
176
175
  ProductLayoutSidebar: ProductLayoutSidebar$1,
177
176
  open,
@@ -235,7 +234,7 @@ function DialogSidebarOverlay(props) {
235
234
  ref
236
235
  }, modalProps), children)));
237
236
  }
238
- const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_1p4qo_5";
237
+ const ProductLayoutTabbedContent$1 = "_ProductLayoutTabbedContent_8mucs_5";
239
238
  const styles = {
240
239
  ProductLayoutTabbedContent: ProductLayoutTabbedContent$1
241
240
  };