@easypost/easy-ui 1.0.0-alpha.65 → 1.0.0-alpha.67

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 (219) 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 +13 -0
  8. package/Calendar/index.js +1 -1
  9. package/Calendar/index.mjs +1 -1
  10. package/Card/index.js +1 -1
  11. package/Card/index.mjs +1 -1
  12. package/Checkbox/index.js +1 -1
  13. package/Checkbox/index.mjs +1 -1
  14. package/CodeBlock/index.js +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 +57 -57
  19. package/DataGrid/index.mjs +58 -58
  20. package/DatePicker/index.js +3 -3
  21. package/DatePicker/index.mjs +5 -5
  22. package/DateRangePicker/index.js +3 -3
  23. package/DateRangePicker/index.mjs +5 -5
  24. package/Drawer/index.js +18 -18
  25. package/Drawer/index.mjs +22 -22
  26. package/DropdownButton/index.js +12 -12
  27. package/DropdownButton/index.mjs +12 -12
  28. package/EmptyStateCard/index.js +8 -8
  29. package/EmptyStateCard/index.mjs +8 -8
  30. package/FocusedProductLayout/index.js +23 -23
  31. package/FocusedProductLayout/index.mjs +23 -23
  32. package/ForgeLayout/index.js +41 -231
  33. package/ForgeLayout/index.mjs +40 -230
  34. package/FormLayout/index.js +5 -5
  35. package/FormLayout/index.mjs +5 -5
  36. package/HorizontalGrid/index.js +1 -1
  37. package/HorizontalGrid/index.mjs +1 -1
  38. package/HorizontalStack/index.js +1 -1
  39. package/HorizontalStack/index.mjs +1 -1
  40. package/Icon/index.js +1 -1
  41. package/Icon/index.mjs +1 -1
  42. package/IconButton/index.js +12 -12
  43. package/IconButton/index.mjs +12 -12
  44. package/InputField/index.js +1 -1
  45. package/InputField/index.mjs +1 -1
  46. package/KebabButton/index.js +1 -1
  47. package/KebabButton/index.mjs +1 -1
  48. package/Menu/MenuOverlay.d.ts.map +1 -1
  49. package/Menu/index.js +1 -1
  50. package/Menu/index.mjs +1 -1
  51. package/Menu/utilities.d.ts +3 -0
  52. package/Menu/utilities.d.ts.map +1 -1
  53. package/Modal/index.js +19 -19
  54. package/Modal/index.mjs +23 -23
  55. package/MultiSelect/MultiSelect.d.ts +123 -0
  56. package/MultiSelect/MultiSelect.d.ts.map +1 -0
  57. package/MultiSelect/MultiSelect.stories.d.ts +11 -0
  58. package/MultiSelect/MultiSelect.stories.d.ts.map +1 -0
  59. package/MultiSelect/MultiSelect.test.d.ts +2 -0
  60. package/MultiSelect/MultiSelect.test.d.ts.map +1 -0
  61. package/MultiSelect/MultiSelectDropdown.d.ts +22 -0
  62. package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -0
  63. package/MultiSelect/index.d.ts +2 -0
  64. package/MultiSelect/index.d.ts.map +1 -0
  65. package/MultiSelect/index.js +1989 -0
  66. package/MultiSelect/index.mjs +1974 -0
  67. package/MultiSelect/utilities.d.ts +3 -0
  68. package/MultiSelect/utilities.d.ts.map +1 -0
  69. package/NexusLayout/index.js +28 -28
  70. package/NexusLayout/index.mjs +28 -28
  71. package/Notification/index.js +1 -1
  72. package/Notification/index.mjs +1 -1
  73. package/Pagination/index.js +7 -7
  74. package/Pagination/index.mjs +7 -7
  75. package/PillGroup/index.js +3 -1681
  76. package/PillGroup/index.mjs +3 -1681
  77. package/ProductLayout/index.js +21 -21
  78. package/ProductLayout/index.mjs +25 -25
  79. package/Provider/index.js +1 -1
  80. package/Provider/index.mjs +1 -1
  81. package/RadioButtonGroup/index.js +3 -3
  82. package/RadioButtonGroup/index.mjs +3 -3
  83. package/RadioGroup/index.js +1 -1
  84. package/RadioGroup/index.mjs +1 -1
  85. package/RangeCalendar/index.js +1 -1
  86. package/RangeCalendar/index.mjs +1 -1
  87. package/SearchNav/index.js +29 -29
  88. package/SearchNav/index.mjs +29 -29
  89. package/SectionCard/index.js +7 -7
  90. package/SectionCard/index.mjs +7 -7
  91. package/Select/index.js +5 -5
  92. package/Select/index.mjs +5 -5
  93. package/SelectorErrorTooltip/index.js +1 -1
  94. package/SelectorErrorTooltip/index.mjs +1 -1
  95. package/Spinner/index.js +1 -1
  96. package/Spinner/index.mjs +1 -1
  97. package/SplitToggleCard/index.js +4 -4
  98. package/SplitToggleCard/index.mjs +4 -4
  99. package/Stepper/index.js +1 -1
  100. package/Stepper/index.mjs +1 -1
  101. package/TabNav/index.js +1 -1
  102. package/TabNav/index.mjs +1 -1
  103. package/TabPanels/index.js +1 -1
  104. package/TabPanels/index.mjs +2 -2
  105. package/Tabs/index.js +1 -1
  106. package/Tabs/index.mjs +1 -1
  107. package/Text/index.js +1 -1
  108. package/Text/index.mjs +1 -1
  109. package/TextField/index.js +1 -1
  110. package/TextField/index.mjs +1 -1
  111. package/Textarea/index.js +1 -1
  112. package/Textarea/index.mjs +1 -1
  113. package/Toggle/index.js +1 -1
  114. package/Toggle/index.mjs +1 -1
  115. package/ToggleCard/index.js +2 -2
  116. package/ToggleCard/index.mjs +2 -2
  117. package/Tooltip/index.js +1 -1
  118. package/Tooltip/index.mjs +1 -1
  119. package/VerticalNav/index.js +24 -24
  120. package/VerticalNav/index.mjs +24 -24
  121. package/VerticalStack/index.js +1 -1
  122. package/VerticalStack/index.mjs +1 -1
  123. package/__chunks__/{Button-lb6KY-VK.mjs → Button-10mhxReQ.mjs} +18 -18
  124. package/__chunks__/{Button-CDRssWxC.mjs → Button-BqogJAQ3.mjs} +3 -3
  125. package/__chunks__/{Button-DXhw-VUb.js → Button-BxncM-fm.js} +18 -18
  126. package/__chunks__/{Button-BvLvcmfd.js → Button-Y550ybuK.js} +1 -1
  127. package/__chunks__/{Calendar-ChbA9Ste.mjs → Calendar-D0ysbR2X.mjs} +1 -1
  128. package/__chunks__/{Calendar-D-oFF4f4.js → Calendar-SdcIIg8-.js} +1 -1
  129. package/__chunks__/{CalendarBase-oPvH2YM1.js → CalendarBase-Vw2pBuuE.js} +18 -18
  130. package/__chunks__/{CalendarBase-DC8WR7md.mjs → CalendarBase-ncItGlBS.mjs} +18 -18
  131. package/__chunks__/{Card-CWv2re8Z.mjs → Card-B1cXTObc.mjs} +12 -12
  132. package/__chunks__/{Card-CRFM7MOD.js → Card-DaX-ZuLu.js} +12 -12
  133. package/__chunks__/{Checkbox-B7eahvPN.js → Checkbox-DSYdN5fC.js} +19 -19
  134. package/__chunks__/{Checkbox-XDmnzjIx.mjs → Checkbox-DdAWbHpa.mjs} +20 -20
  135. package/__chunks__/{CodeSnippet-CnjYkoJo.mjs → CodeSnippet-BbIqouQg.mjs} +2 -2
  136. package/__chunks__/{CodeSnippet-FCgb2RfQ.js → CodeSnippet-CPuuHMuI.js} +2 -2
  137. package/__chunks__/{DatePickerBase-DMmeUEou.js → DatePickerBase-D8v7yMaR.js} +18 -62
  138. package/__chunks__/{DatePickerBase-B9g5PeHi.mjs → DatePickerBase-DVA3ya0P.mjs} +20 -64
  139. package/__chunks__/Dialog-CFyC5TFs.js +232 -0
  140. package/__chunks__/Dialog-DnCSZh3s.mjs +233 -0
  141. package/__chunks__/{HelpMenu-BjEMVfGE.js → HelpMenu-CJK_EziM.js} +6 -6
  142. package/__chunks__/{HelpMenu-DWvUM5hz.mjs → HelpMenu-DeTGhGis.mjs} +6 -6
  143. package/__chunks__/{HorizontalGrid-BZX-WluO.js → HorizontalGrid-BYnV-Dy9.js} +1 -1
  144. package/__chunks__/{HorizontalGrid-DGrPEAhQ.mjs → HorizontalGrid-N2NkjG0P.mjs} +1 -1
  145. package/__chunks__/{HorizontalStack--Qc3cVBd.mjs → HorizontalStack-BjMnJAXd.mjs} +1 -1
  146. package/__chunks__/{HorizontalStack-VtCu2VMx.js → HorizontalStack-DqPlOkSw.js} +1 -1
  147. package/__chunks__/{Icon-BD88DLNr.mjs → Icon-QpfeMf4x.mjs} +2 -2
  148. package/__chunks__/{Icon-BDa4XL_V.js → Icon-SeXHAWa2.js} +2 -2
  149. package/__chunks__/{InputCaption-DYFfypKt.mjs → InputCaption-Bcjaxvqr.mjs} +2 -2
  150. package/__chunks__/{InputCaption-DKZRO84o.js → InputCaption-peDy98l4.js} +2 -2
  151. package/__chunks__/{InputField-Bv1SfmUB.mjs → InputField-CmJ6SAKl.mjs} +6 -89
  152. package/__chunks__/{InputField-C7Ti5JNz.js → InputField-DvSIzId4.js} +6 -89
  153. package/__chunks__/{InputIcon-VzRxuUky.mjs → InputIcon-BNR3_LeL.mjs} +31 -31
  154. package/__chunks__/{InputIcon-c-x0Whak.js → InputIcon-szDt09pM.js} +31 -31
  155. package/__chunks__/{KebabButton-TgeYkgj5.mjs → KebabButton-BcKtZQv2.mjs} +4 -4
  156. package/__chunks__/{KebabButton-CdlmuIRm.js → KebabButton-C4QJla9Y.js} +4 -4
  157. package/__chunks__/{Menu-C1Q0RfOp.js → Menu-C45BBC1Y.js} +22 -62
  158. package/__chunks__/{Menu-BL0okgwD.mjs → Menu-CW11-o2X.mjs} +22 -62
  159. package/__chunks__/{Notification-CZS59-s8.mjs → Notification-BJKPFSzJ.mjs} +14 -14
  160. package/__chunks__/{Notification-D7fRjiAH.js → Notification-CxrDF_Pg.js} +14 -14
  161. package/__chunks__/{Overlay-DyfvFsGi.mjs → Overlay-BEmOdNIB.mjs} +3 -3
  162. package/__chunks__/PillGroup-BUMKmU-f.js +2061 -0
  163. package/__chunks__/PillGroup-BtvBL5fM.mjs +2062 -0
  164. package/__chunks__/{RadioGroup-CYlZvoxh.js → RadioGroup-C0py9A-2.js} +15 -15
  165. package/__chunks__/{RadioGroup-D3RN5LLn.mjs → RadioGroup-DZXOUSXN.mjs} +16 -16
  166. package/__chunks__/{RangeCalendar-0Zt6GJAs.js → RangeCalendar-DBiN8Tu8.js} +1 -1
  167. package/__chunks__/{RangeCalendar-D5t6FuZp.mjs → RangeCalendar-DSEwJpHw.mjs} +1 -1
  168. package/__chunks__/{SelectOverlay-DAJ9-Wye.mjs → SelectOverlay-Cy3-vsZK.mjs} +29 -189
  169. package/__chunks__/{SelectOverlay-XRIcujy9.js → SelectOverlay-DBo4MARx.js} +28 -188
  170. package/__chunks__/{SelectorErrorTooltip-r2APVg60.js → SelectorErrorTooltip-DkECS0nt.js} +4 -4
  171. package/__chunks__/{SelectorErrorTooltip-BSNUFpGD.mjs → SelectorErrorTooltip-fPBKPgvD.mjs} +4 -4
  172. package/__chunks__/{Spinner-D9lZ3erf.js → Spinner-BadWfHqn.js} +5 -5
  173. package/__chunks__/{Spinner-C6CoASxe.mjs → Spinner-BjlaHcou.mjs} +5 -5
  174. package/__chunks__/{Stepper-BRecUCpd.mjs → Stepper-BB_ESAbw.mjs} +25 -25
  175. package/__chunks__/{Stepper-D0YDhoPF.js → Stepper-BqgzsSzg.js} +25 -25
  176. package/__chunks__/{TabNav-BzeG4JrK.mjs → TabNav-D77kh-Xx.mjs} +1 -1
  177. package/__chunks__/{TabNav-ipa33NIM.js → TabNav-DnnHglAy.js} +1 -1
  178. package/__chunks__/{Tabs-CsOlVyHJ.mjs → Tabs-C2FPFWA4.mjs} +17 -17
  179. package/__chunks__/{Tabs-CDUhh-Bz.js → Tabs-Y2WlJlna.js} +17 -17
  180. package/__chunks__/{Text-CntV2Frc.js → Text-Crcy_R7t.js} +34 -34
  181. package/__chunks__/{Text-BHyjSBcd.mjs → Text-V-yZP2s7.mjs} +34 -34
  182. package/__chunks__/{TextField-CBWpUHdy.js → TextField-D847huaI.js} +1 -1
  183. package/__chunks__/{TextField-Ca_M-pak.mjs → TextField-EkC5gsJ8.mjs} +1 -1
  184. package/__chunks__/{Toggle-C6ICkaF-.js → Toggle-CQIvcPcu.js} +11 -11
  185. package/__chunks__/{Toggle-BxtpUTDA.mjs → Toggle-H4aOxdc8.mjs} +11 -11
  186. package/__chunks__/{Tooltip-BK6l0C3n.mjs → Tooltip-CIS6DQEh.mjs} +10 -10
  187. package/__chunks__/{Tooltip-cqSETep4.js → Tooltip-DKFYEVdG.js} +8 -8
  188. package/__chunks__/{VerticalStack-BVtgNZrG.mjs → VerticalStack-Djj29NqV.mjs} +3 -3
  189. package/__chunks__/{VerticalStack-B7auhieq.js → VerticalStack-DjuWiMXF.js} +3 -3
  190. package/__chunks__/{useDialog-c-C07qhw.mjs → useDialog-h-MPfyGr.mjs} +1 -1
  191. package/__chunks__/{useEdgeInterceptors-DrJ9MQmY.mjs → useEdgeInterceptors-CJs5WRkG.mjs} +5 -5
  192. package/__chunks__/{useEdgeInterceptors-Bvg1fK8h.js → useEdgeInterceptors-ClXj8z7M.js} +5 -5
  193. package/__chunks__/useFilter-D-K0Oj-7.mjs +65 -0
  194. package/__chunks__/useFilter-DpnZ54nd.js +64 -0
  195. package/__chunks__/{useFormValidation-v2O6VL2V.mjs → useFormValidation-B3euLzzR.mjs} +4 -4
  196. package/__chunks__/useListBoxSection-BlFRlBZy.js +192 -0
  197. package/__chunks__/useListBoxSection-BsSdeGKp.mjs +193 -0
  198. package/__chunks__/{useTriggerWidth-CRz8zSDa.mjs → useMenuTrigger-D4pQ727R.mjs} +3 -130
  199. package/__chunks__/{useTriggerWidth-Dj7C0lza.js → useMenuTrigger-qbIPy-fg.js} +0 -127
  200. package/__chunks__/useMenuTriggerState-Cf_X36NC.mjs +67 -0
  201. package/__chunks__/useMenuTriggerState-Dai3rheB.js +66 -0
  202. package/__chunks__/{useModalOverlay-S0R2uVTX.mjs → useModalOverlay-CkOujl0G.mjs} +1 -1
  203. package/__chunks__/{useOverlayPosition-BjK7cu6U.mjs → useOverlayPosition-dua8TTSS.mjs} +1 -1
  204. package/__chunks__/{useOverlayTrigger-DDcXdZOM.mjs → useOverlayTrigger-BS8c6XEz.mjs} +1 -1
  205. package/__chunks__/{useSelectableItem-D61t76J1.mjs → useSelectableItem-B8l2VAQ8.mjs} +2 -2
  206. package/__chunks__/{useSelectableList-UkBCcTuC.js → useSelectableList-CzTJAukw.js} +15 -0
  207. package/__chunks__/{useSelectableList-BdG5I7cy.mjs → useSelectableList-DsUuWr0P.mjs} +18 -3
  208. package/__chunks__/useTextField-CErFc3WZ.js +106 -0
  209. package/__chunks__/useTextField-Dd-YTxI4.mjs +107 -0
  210. package/__chunks__/useTriggerWidth-B-IM2wNY.js +132 -0
  211. package/__chunks__/useTriggerWidth-CAYuGPNq.mjs +133 -0
  212. package/__chunks__/{utilities-CaBPUKEB.js → utilities-BDABIMDb.js} +4 -0
  213. package/__chunks__/{utilities-DASknbaa.mjs → utilities-DpKIaDkW.mjs} +5 -1
  214. package/__chunks__/{utils-D4ddhsBL.mjs → utils-Dt6xdGol.mjs} +10 -2
  215. package/__chunks__/{utils-DIF5XAA2.js → utils-eHk7b-OB.js} +8 -0
  216. package/package.json +2 -2
  217. package/style.css +1609 -1445
  218. package/utilities/storybook.d.ts +1 -0
  219. package/utilities/storybook.d.ts.map +1 -1
@@ -0,0 +1,232 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
+ var __objRest = (source, exclude) => {
22
+ var target = {};
23
+ for (var prop in source)
24
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
25
+ target[prop] = source[prop];
26
+ if (source != null && __getOwnPropSymbols)
27
+ for (var prop of __getOwnPropSymbols(source)) {
28
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
29
+ target[prop] = source[prop];
30
+ }
31
+ return target;
32
+ };
33
+ const Button = require("./Button-Y550ybuK.js");
34
+ const utils = require("./utils-eHk7b-OB.js");
35
+ const React = require("react");
36
+ const mergeProps = require("./mergeProps-DniMwM6P.js");
37
+ const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
38
+ const Overlay = require("./Overlay-Dmwy9VjC.js");
39
+ const useMenuTriggerState = require("./useMenuTriggerState-Dai3rheB.js");
40
+ const useOverlayTrigger = require("./useOverlayTrigger-Dp7RXQ9B.js");
41
+ const useDialog = require("./useDialog-wy_ru95P.js");
42
+ const utilities = require("./utilities-BDABIMDb.js");
43
+ React.createContext(null);
44
+ React.createContext(null);
45
+ React.createContext(null);
46
+ React.createContext(null);
47
+ React.createContext(null);
48
+ const $4e85f108e88277b8$export$d688439359537581 = React.createContext({});
49
+ const $44f671af83e7d9e0$export$2de4954e8ae13b9f = /* @__PURE__ */ React.createContext({
50
+ placement: "bottom"
51
+ });
52
+ const $07b14b47974efb58$export$9b9a0cd73afb7ca4 = /* @__PURE__ */ React.createContext(null);
53
+ function $07b14b47974efb58$var$Popover(props, ref) {
54
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $07b14b47974efb58$export$9b9a0cd73afb7ca4);
55
+ let contextState = React.useContext($de32f1b87079253c$export$d2f961adcb0afbe);
56
+ let localState = Overlay.$fc909762b330b746$export$61c6a8c84e605fb6(props);
57
+ let state = props.isOpen != null || props.defaultOpen != null || !contextState ? localState : contextState;
58
+ let isExiting = utils.$64fa3d84918910a7$export$45fda7c47f93fd48(ref, state.isOpen) || props.isExiting || false;
59
+ let isHidden = Button.$f39a9eba43920ace$export$b5d7cc18bb8d2b59();
60
+ if (isHidden) {
61
+ let children = props.children;
62
+ if (typeof children === "function") children = children({
63
+ trigger: props.trigger || null,
64
+ placement: "bottom",
65
+ isEntering: false,
66
+ isExiting: false,
67
+ defaultChildren: null
68
+ });
69
+ return /* @__PURE__ */ React.createElement(React.Fragment, null, children);
70
+ }
71
+ if (state && !state.isOpen && !isExiting) return null;
72
+ return /* @__PURE__ */ React.createElement($07b14b47974efb58$var$PopoverInner, __spreadProps(__spreadValues({}, props), {
73
+ triggerRef: props.triggerRef,
74
+ state,
75
+ popoverRef: ref,
76
+ isExiting
77
+ }));
78
+ }
79
+ const $07b14b47974efb58$export$5b6b19405a83ff9d = /* @__PURE__ */ React.forwardRef($07b14b47974efb58$var$Popover);
80
+ function $07b14b47974efb58$var$PopoverInner(_a) {
81
+ var _b = _a, { state, isExiting, UNSTABLE_portalContainer } = _b, props = __objRest(_b, ["state", "isExiting", "UNSTABLE_portalContainer"]);
82
+ let arrowRef = React.useRef(null);
83
+ let [arrowWidth, setArrowWidth] = React.useState(0);
84
+ mergeProps.$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
85
+ if (arrowRef.current && state.isOpen) setArrowWidth(arrowRef.current.getBoundingClientRect().width);
86
+ }, [
87
+ state.isOpen,
88
+ arrowRef
89
+ ]);
90
+ var _props_offset;
91
+ let { popoverProps, underlayProps, arrowProps, placement } = utilities.$f2f8a6077418541e$export$542a6fd13ac93354(__spreadProps(__spreadValues({}, props), {
92
+ offset: (_props_offset = props.offset) !== null && _props_offset !== void 0 ? _props_offset : 8,
93
+ arrowSize: arrowWidth
94
+ }), state);
95
+ let ref = props.popoverRef;
96
+ let isEntering = utils.$64fa3d84918910a7$export$6d3443f2c48bfc20(ref, !!placement) || props.isEntering || false;
97
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
98
+ defaultClassName: "react-aria-Popover",
99
+ values: {
100
+ trigger: props.trigger || null,
101
+ placement,
102
+ isEntering,
103
+ isExiting
104
+ }
105
+ }));
106
+ let style = __spreadValues(__spreadValues({}, popoverProps.style), renderProps.style);
107
+ return /* @__PURE__ */ React.createElement(Overlay.$337b884510726a0d$export$c6fdb837b070b4ff, __spreadProps(__spreadValues({}, props), {
108
+ isExiting,
109
+ portalContainer: UNSTABLE_portalContainer
110
+ }), !props.isNonModal && state.isOpen && /* @__PURE__ */ React.createElement("div", __spreadProps(__spreadValues({
111
+ "data-testid": "underlay"
112
+ }, underlayProps), {
113
+ style: {
114
+ position: "fixed",
115
+ inset: 0
116
+ }
117
+ })), /* @__PURE__ */ React.createElement("div", __spreadProps(__spreadValues(__spreadValues({}, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props), popoverProps)), renderProps), {
118
+ ref,
119
+ slot: props.slot || void 0,
120
+ style,
121
+ "data-trigger": props.trigger,
122
+ "data-placement": placement,
123
+ "data-entering": isEntering || void 0,
124
+ "data-exiting": isExiting || void 0
125
+ }), !props.isNonModal && /* @__PURE__ */ React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
126
+ onDismiss: state.close
127
+ }), /* @__PURE__ */ React.createElement($44f671af83e7d9e0$export$2de4954e8ae13b9f.Provider, {
128
+ value: __spreadProps(__spreadValues({}, arrowProps), {
129
+ placement,
130
+ ref: arrowRef
131
+ })
132
+ }, renderProps.children), /* @__PURE__ */ React.createElement(utilities.$86ea4cb521eb2e37$export$2317d149ed6f78c4, {
133
+ onDismiss: state.close
134
+ })));
135
+ }
136
+ const $3674c52c6b3c5bce$export$795aec4671cbae19 = /* @__PURE__ */ React.createContext(null);
137
+ const $de32f1b87079253c$export$8b93a07348a7730c = /* @__PURE__ */ React.createContext(null);
138
+ const $de32f1b87079253c$export$d2f961adcb0afbe = /* @__PURE__ */ React.createContext(null);
139
+ function $de32f1b87079253c$export$2e1e1122cf0cba88(props) {
140
+ let state = useMenuTriggerState.$a28c903ee9ad8dc5$export$79fefeb1c2091ac3(props);
141
+ let buttonRef = React.useRef(null);
142
+ let { triggerProps, overlayProps } = useOverlayTrigger.$628037886ba31236$export$f9d5c8beee7d008d({
143
+ type: "dialog"
144
+ }, state, buttonRef);
145
+ triggerProps.id = mergeProps.$bdb11010cef70236$export$f680877a34711e37();
146
+ overlayProps["aria-labelledby"] = triggerProps.id;
147
+ return /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
148
+ values: [
149
+ [
150
+ $de32f1b87079253c$export$d2f961adcb0afbe,
151
+ state
152
+ ],
153
+ [
154
+ $3674c52c6b3c5bce$export$795aec4671cbae19,
155
+ state
156
+ ],
157
+ [
158
+ $de32f1b87079253c$export$8b93a07348a7730c,
159
+ overlayProps
160
+ ],
161
+ [
162
+ $07b14b47974efb58$export$9b9a0cd73afb7ca4,
163
+ {
164
+ trigger: "DialogTrigger",
165
+ triggerRef: buttonRef
166
+ }
167
+ ]
168
+ ]
169
+ }, /* @__PURE__ */ React.createElement(Overlay.$f1ab8c75478c6f73$export$3351871ee4b288b8, __spreadProps(__spreadValues({}, triggerProps), {
170
+ ref: buttonRef,
171
+ isPressed: state.isOpen
172
+ }), props.children));
173
+ }
174
+ function $de32f1b87079253c$var$Dialog(props, ref) {
175
+ let originalAriaLabelledby = props["aria-labelledby"];
176
+ [props, ref] = utils.$64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $de32f1b87079253c$export$8b93a07348a7730c);
177
+ let { dialogProps, titleProps } = useDialog.$40df3f8667284809$export$d55e7ee900f34e93(__spreadProps(__spreadValues({}, props), {
178
+ // Only pass aria-labelledby from props, not context.
179
+ // Context is used as a fallback below.
180
+ "aria-labelledby": originalAriaLabelledby
181
+ }), ref);
182
+ let state = React.useContext($de32f1b87079253c$export$d2f961adcb0afbe);
183
+ if (!dialogProps["aria-label"] && !dialogProps["aria-labelledby"]) {
184
+ if (props["aria-labelledby"]) dialogProps["aria-labelledby"] = props["aria-labelledby"];
185
+ else console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.');
186
+ }
187
+ let renderProps = utils.$64fa3d84918910a7$export$4d86445c2cf5e3({
188
+ defaultClassName: "react-aria-Dialog",
189
+ className: props.className,
190
+ style: props.style,
191
+ children: props.children,
192
+ values: {
193
+ close: (state === null || state === void 0 ? void 0 : state.close) || (() => {
194
+ })
195
+ }
196
+ });
197
+ return /* @__PURE__ */ React.createElement("section", __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, filterDOMProps.$65484d02dcb7eb3e$export$457c3d6518dd4c6f(props)), dialogProps), renderProps), {
198
+ ref,
199
+ slot: props.slot || void 0
200
+ }), /* @__PURE__ */ React.createElement(utils.$64fa3d84918910a7$export$2881499e37b75b9a, {
201
+ values: [
202
+ [
203
+ $4e85f108e88277b8$export$d688439359537581,
204
+ {
205
+ slots: {
206
+ [utils.$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
207
+ title: __spreadProps(__spreadValues({}, titleProps), {
208
+ level: 2
209
+ })
210
+ }
211
+ }
212
+ ],
213
+ [
214
+ Button.$d2b4bc8c273e7be6$export$24d547caef80ccd1,
215
+ {
216
+ slots: {
217
+ [utils.$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
218
+ close: {
219
+ onPress: () => state === null || state === void 0 ? void 0 : state.close()
220
+ }
221
+ }
222
+ }
223
+ ]
224
+ ]
225
+ }, renderProps.children));
226
+ }
227
+ const $de32f1b87079253c$export$3ddf2d174ce01153 = /* @__PURE__ */ React.forwardRef($de32f1b87079253c$var$Dialog);
228
+ exports.$07b14b47974efb58$export$5b6b19405a83ff9d = $07b14b47974efb58$export$5b6b19405a83ff9d;
229
+ exports.$07b14b47974efb58$export$9b9a0cd73afb7ca4 = $07b14b47974efb58$export$9b9a0cd73afb7ca4;
230
+ exports.$de32f1b87079253c$export$2e1e1122cf0cba88 = $de32f1b87079253c$export$2e1e1122cf0cba88;
231
+ exports.$de32f1b87079253c$export$3ddf2d174ce01153 = $de32f1b87079253c$export$3ddf2d174ce01153;
232
+ exports.$de32f1b87079253c$export$d2f961adcb0afbe = $de32f1b87079253c$export$d2f961adcb0afbe;
@@ -0,0 +1,233 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ var __objRest = (source, exclude) => {
21
+ var target = {};
22
+ for (var prop in source)
23
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
+ target[prop] = source[prop];
25
+ if (source != null && __getOwnPropSymbols)
26
+ for (var prop of __getOwnPropSymbols(source)) {
27
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
+ target[prop] = source[prop];
29
+ }
30
+ return target;
31
+ };
32
+ import { $ as $f39a9eba43920ace$export$b5d7cc18bb8d2b59, a as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "./Button-BqogJAQ3.mjs";
33
+ import { $ as $64fa3d84918910a7$export$29f1550f4b0d4415, b as $64fa3d84918910a7$export$45fda7c47f93fd48, c as $64fa3d84918910a7$export$6d3443f2c48bfc20, a as $64fa3d84918910a7$export$4d86445c2cf5e3, d as $64fa3d84918910a7$export$2881499e37b75b9a, e as $64fa3d84918910a7$export$c62b8e45d58ddad9 } from "./utils-Dt6xdGol.mjs";
34
+ import React__default, { createContext, forwardRef, useContext, useRef, useState } from "react";
35
+ import { d as $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c, $ as $3ef42575df84b30b$export$9d1611c77c2fe928, c as $bdb11010cef70236$export$f680877a34711e37 } from "./mergeProps-DSi85raC.mjs";
36
+ import { $ as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-EDDcM64A.mjs";
37
+ import { a as $fc909762b330b746$export$61c6a8c84e605fb6, d as $337b884510726a0d$export$c6fdb837b070b4ff, e as $f1ab8c75478c6f73$export$3351871ee4b288b8 } from "./Overlay-BEmOdNIB.mjs";
38
+ import { $ as $a28c903ee9ad8dc5$export$79fefeb1c2091ac3 } from "./useMenuTriggerState-Cf_X36NC.mjs";
39
+ import { $ as $628037886ba31236$export$f9d5c8beee7d008d } from "./useOverlayTrigger-BS8c6XEz.mjs";
40
+ import { $ as $40df3f8667284809$export$d55e7ee900f34e93 } from "./useDialog-h-MPfyGr.mjs";
41
+ import { $ as $f2f8a6077418541e$export$542a6fd13ac93354, a as $86ea4cb521eb2e37$export$2317d149ed6f78c4 } from "./utilities-DpKIaDkW.mjs";
42
+ createContext(null);
43
+ createContext(null);
44
+ createContext(null);
45
+ createContext(null);
46
+ createContext(null);
47
+ const $4e85f108e88277b8$export$d688439359537581 = createContext({});
48
+ const $44f671af83e7d9e0$export$2de4954e8ae13b9f = /* @__PURE__ */ createContext({
49
+ placement: "bottom"
50
+ });
51
+ const $07b14b47974efb58$export$9b9a0cd73afb7ca4 = /* @__PURE__ */ createContext(null);
52
+ function $07b14b47974efb58$var$Popover(props, ref) {
53
+ [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $07b14b47974efb58$export$9b9a0cd73afb7ca4);
54
+ let contextState = useContext($de32f1b87079253c$export$d2f961adcb0afbe);
55
+ let localState = $fc909762b330b746$export$61c6a8c84e605fb6(props);
56
+ let state = props.isOpen != null || props.defaultOpen != null || !contextState ? localState : contextState;
57
+ let isExiting = $64fa3d84918910a7$export$45fda7c47f93fd48(ref, state.isOpen) || props.isExiting || false;
58
+ let isHidden = $f39a9eba43920ace$export$b5d7cc18bb8d2b59();
59
+ if (isHidden) {
60
+ let children = props.children;
61
+ if (typeof children === "function") children = children({
62
+ trigger: props.trigger || null,
63
+ placement: "bottom",
64
+ isEntering: false,
65
+ isExiting: false,
66
+ defaultChildren: null
67
+ });
68
+ return /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, children);
69
+ }
70
+ if (state && !state.isOpen && !isExiting) return null;
71
+ return /* @__PURE__ */ React__default.createElement($07b14b47974efb58$var$PopoverInner, __spreadProps(__spreadValues({}, props), {
72
+ triggerRef: props.triggerRef,
73
+ state,
74
+ popoverRef: ref,
75
+ isExiting
76
+ }));
77
+ }
78
+ const $07b14b47974efb58$export$5b6b19405a83ff9d = /* @__PURE__ */ forwardRef($07b14b47974efb58$var$Popover);
79
+ function $07b14b47974efb58$var$PopoverInner(_a) {
80
+ var _b = _a, { state, isExiting, UNSTABLE_portalContainer } = _b, props = __objRest(_b, ["state", "isExiting", "UNSTABLE_portalContainer"]);
81
+ let arrowRef = useRef(null);
82
+ let [arrowWidth, setArrowWidth] = useState(0);
83
+ $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
84
+ if (arrowRef.current && state.isOpen) setArrowWidth(arrowRef.current.getBoundingClientRect().width);
85
+ }, [
86
+ state.isOpen,
87
+ arrowRef
88
+ ]);
89
+ var _props_offset;
90
+ let { popoverProps, underlayProps, arrowProps, placement } = $f2f8a6077418541e$export$542a6fd13ac93354(__spreadProps(__spreadValues({}, props), {
91
+ offset: (_props_offset = props.offset) !== null && _props_offset !== void 0 ? _props_offset : 8,
92
+ arrowSize: arrowWidth
93
+ }), state);
94
+ let ref = props.popoverRef;
95
+ let isEntering = $64fa3d84918910a7$export$6d3443f2c48bfc20(ref, !!placement) || props.isEntering || false;
96
+ let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3(__spreadProps(__spreadValues({}, props), {
97
+ defaultClassName: "react-aria-Popover",
98
+ values: {
99
+ trigger: props.trigger || null,
100
+ placement,
101
+ isEntering,
102
+ isExiting
103
+ }
104
+ }));
105
+ let style = __spreadValues(__spreadValues({}, popoverProps.style), renderProps.style);
106
+ return /* @__PURE__ */ React__default.createElement($337b884510726a0d$export$c6fdb837b070b4ff, __spreadProps(__spreadValues({}, props), {
107
+ isExiting,
108
+ portalContainer: UNSTABLE_portalContainer
109
+ }), !props.isNonModal && state.isOpen && /* @__PURE__ */ React__default.createElement("div", __spreadProps(__spreadValues({
110
+ "data-testid": "underlay"
111
+ }, underlayProps), {
112
+ style: {
113
+ position: "fixed",
114
+ inset: 0
115
+ }
116
+ })), /* @__PURE__ */ React__default.createElement("div", __spreadProps(__spreadValues(__spreadValues({}, $3ef42575df84b30b$export$9d1611c77c2fe928($65484d02dcb7eb3e$export$457c3d6518dd4c6f(props), popoverProps)), renderProps), {
117
+ ref,
118
+ slot: props.slot || void 0,
119
+ style,
120
+ "data-trigger": props.trigger,
121
+ "data-placement": placement,
122
+ "data-entering": isEntering || void 0,
123
+ "data-exiting": isExiting || void 0
124
+ }), !props.isNonModal && /* @__PURE__ */ React__default.createElement($86ea4cb521eb2e37$export$2317d149ed6f78c4, {
125
+ onDismiss: state.close
126
+ }), /* @__PURE__ */ React__default.createElement($44f671af83e7d9e0$export$2de4954e8ae13b9f.Provider, {
127
+ value: __spreadProps(__spreadValues({}, arrowProps), {
128
+ placement,
129
+ ref: arrowRef
130
+ })
131
+ }, renderProps.children), /* @__PURE__ */ React__default.createElement($86ea4cb521eb2e37$export$2317d149ed6f78c4, {
132
+ onDismiss: state.close
133
+ })));
134
+ }
135
+ const $3674c52c6b3c5bce$export$795aec4671cbae19 = /* @__PURE__ */ createContext(null);
136
+ const $de32f1b87079253c$export$8b93a07348a7730c = /* @__PURE__ */ createContext(null);
137
+ const $de32f1b87079253c$export$d2f961adcb0afbe = /* @__PURE__ */ createContext(null);
138
+ function $de32f1b87079253c$export$2e1e1122cf0cba88(props) {
139
+ let state = $a28c903ee9ad8dc5$export$79fefeb1c2091ac3(props);
140
+ let buttonRef = useRef(null);
141
+ let { triggerProps, overlayProps } = $628037886ba31236$export$f9d5c8beee7d008d({
142
+ type: "dialog"
143
+ }, state, buttonRef);
144
+ triggerProps.id = $bdb11010cef70236$export$f680877a34711e37();
145
+ overlayProps["aria-labelledby"] = triggerProps.id;
146
+ return /* @__PURE__ */ React__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
147
+ values: [
148
+ [
149
+ $de32f1b87079253c$export$d2f961adcb0afbe,
150
+ state
151
+ ],
152
+ [
153
+ $3674c52c6b3c5bce$export$795aec4671cbae19,
154
+ state
155
+ ],
156
+ [
157
+ $de32f1b87079253c$export$8b93a07348a7730c,
158
+ overlayProps
159
+ ],
160
+ [
161
+ $07b14b47974efb58$export$9b9a0cd73afb7ca4,
162
+ {
163
+ trigger: "DialogTrigger",
164
+ triggerRef: buttonRef
165
+ }
166
+ ]
167
+ ]
168
+ }, /* @__PURE__ */ React__default.createElement($f1ab8c75478c6f73$export$3351871ee4b288b8, __spreadProps(__spreadValues({}, triggerProps), {
169
+ ref: buttonRef,
170
+ isPressed: state.isOpen
171
+ }), props.children));
172
+ }
173
+ function $de32f1b87079253c$var$Dialog(props, ref) {
174
+ let originalAriaLabelledby = props["aria-labelledby"];
175
+ [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $de32f1b87079253c$export$8b93a07348a7730c);
176
+ let { dialogProps, titleProps } = $40df3f8667284809$export$d55e7ee900f34e93(__spreadProps(__spreadValues({}, props), {
177
+ // Only pass aria-labelledby from props, not context.
178
+ // Context is used as a fallback below.
179
+ "aria-labelledby": originalAriaLabelledby
180
+ }), ref);
181
+ let state = useContext($de32f1b87079253c$export$d2f961adcb0afbe);
182
+ if (!dialogProps["aria-label"] && !dialogProps["aria-labelledby"]) {
183
+ if (props["aria-labelledby"]) dialogProps["aria-labelledby"] = props["aria-labelledby"];
184
+ else console.warn('If a Dialog does not contain a <Heading slot="title">, it must have an aria-label or aria-labelledby attribute for accessibility.');
185
+ }
186
+ let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
187
+ defaultClassName: "react-aria-Dialog",
188
+ className: props.className,
189
+ style: props.style,
190
+ children: props.children,
191
+ values: {
192
+ close: (state === null || state === void 0 ? void 0 : state.close) || (() => {
193
+ })
194
+ }
195
+ });
196
+ return /* @__PURE__ */ React__default.createElement("section", __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props)), dialogProps), renderProps), {
197
+ ref,
198
+ slot: props.slot || void 0
199
+ }), /* @__PURE__ */ React__default.createElement($64fa3d84918910a7$export$2881499e37b75b9a, {
200
+ values: [
201
+ [
202
+ $4e85f108e88277b8$export$d688439359537581,
203
+ {
204
+ slots: {
205
+ [$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
206
+ title: __spreadProps(__spreadValues({}, titleProps), {
207
+ level: 2
208
+ })
209
+ }
210
+ }
211
+ ],
212
+ [
213
+ $d2b4bc8c273e7be6$export$24d547caef80ccd1,
214
+ {
215
+ slots: {
216
+ [$64fa3d84918910a7$export$c62b8e45d58ddad9]: {},
217
+ close: {
218
+ onPress: () => state === null || state === void 0 ? void 0 : state.close()
219
+ }
220
+ }
221
+ }
222
+ ]
223
+ ]
224
+ }, renderProps.children));
225
+ }
226
+ const $de32f1b87079253c$export$3ddf2d174ce01153 = /* @__PURE__ */ forwardRef($de32f1b87079253c$var$Dialog);
227
+ export {
228
+ $de32f1b87079253c$export$2e1e1122cf0cba88 as $,
229
+ $07b14b47974efb58$export$5b6b19405a83ff9d as a,
230
+ $de32f1b87079253c$export$3ddf2d174ce01153 as b,
231
+ $de32f1b87079253c$export$d2f961adcb0afbe as c,
232
+ $07b14b47974efb58$export$9b9a0cd73afb7ca4 as d
233
+ };
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  const React = require("react");
3
- const Icon = require("./Icon-BDa4XL_V.js");
4
- const Menu = require("./Menu-C1Q0RfOp.js");
5
- const Text = require("./Text-CntV2Frc.js");
3
+ const Icon = require("./Icon-SeXHAWa2.js");
4
+ const Menu = require("./Menu-C45BBC1Y.js");
5
+ const Text = require("./Text-Crcy_R7t.js");
6
6
  const UnstyledButton = require("./UnstyledButton-Dmq9K7Jv.js");
7
7
  function _interopNamespaceDefault(e) {
8
8
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
@@ -95,9 +95,9 @@ const Support = (_a) => {
95
95
  d: "M480.07-100q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-119.53-65.77 69.54-163.08q-34.61-11.99-61-37.53t-39.46-62.31L165-362.54q29.46 69.46 79.69 120.31 50.23 50.84 115.85 76.46ZM329-530.69q12.54-36.77 38.85-62.31 26.3-25.54 60.84-37.38L362.54-795Q289.85-765.54 239-714.19q-50.85 51.34-74 117.34l164 66.16Zm150.91 164.54q47.4 0 80.67-33.18t33.27-80.58q0-47.4-33.18-80.67t-80.58-33.27q-47.4 0-80.67 33.18t-33.27 80.58q0 47.4 33.18 80.67t80.58 33.27Zm119.94 200.38q67.07-27.23 117.11-77.58 50.04-50.34 77.27-117.19l-163.08-68.92q-12.69 37.38-39.11 63-26.43 25.61-60.96 36.84l68.77 163.85Zm30.53-366.31 163.85-67.77q-27.23-66.46-77.58-116.8-50.34-50.35-116.8-77.58l-67.16 163.85q33.39 12.23 58.5 37.27 25.12 25.03 39.19 61.03Z"
96
96
  }));
97
97
  };
98
- const button = "_button_p5595_5";
99
- const buttonContent = "_buttonContent_p5595_10";
100
- const arrow = "_arrow_p5595_17";
98
+ const button = "_button_5r1ex_5";
99
+ const buttonContent = "_buttonContent_5r1ex_10";
100
+ const arrow = "_arrow_5r1ex_17";
101
101
  const styles = {
102
102
  button,
103
103
  buttonContent,
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import React__default from "react";
3
- import { I as Icon } from "./Icon-BD88DLNr.mjs";
4
- import { M as Menu } from "./Menu-BL0okgwD.mjs";
5
- import { T as Text } from "./Text-BHyjSBcd.mjs";
3
+ import { I as Icon } from "./Icon-QpfeMf4x.mjs";
4
+ import { M as Menu } from "./Menu-CW11-o2X.mjs";
5
+ import { T as Text } from "./Text-V-yZP2s7.mjs";
6
6
  import { U as UnstyledButton } from "./UnstyledButton-Ctqv-3bt.mjs";
7
7
  var __defProp$1 = Object.defineProperty;
8
8
  var __getOwnPropSymbols$1 = Object.getOwnPropertySymbols;
@@ -78,9 +78,9 @@ const Support = (_a) => {
78
78
  d: "M480.07-100q-78.84 0-148.21-29.92t-120.68-81.21q-51.31-51.29-81.25-120.63Q100-401.1 100-479.93q0-78.84 29.92-148.21t81.21-120.68q51.29-51.31 120.63-81.25Q401.1-860 479.93-860q78.84 0 148.21 29.92t120.68 81.21q51.31 51.29 81.25 120.63Q860-558.9 860-480.07q0 78.84-29.92 148.21t-81.21 120.68q-51.29 51.31-120.63 81.25Q558.9-100 480.07-100Zm-119.53-65.77 69.54-163.08q-34.61-11.99-61-37.53t-39.46-62.31L165-362.54q29.46 69.46 79.69 120.31 50.23 50.84 115.85 76.46ZM329-530.69q12.54-36.77 38.85-62.31 26.3-25.54 60.84-37.38L362.54-795Q289.85-765.54 239-714.19q-50.85 51.34-74 117.34l164 66.16Zm150.91 164.54q47.4 0 80.67-33.18t33.27-80.58q0-47.4-33.18-80.67t-80.58-33.27q-47.4 0-80.67 33.18t-33.27 80.58q0 47.4 33.18 80.67t80.58 33.27Zm119.94 200.38q67.07-27.23 117.11-77.58 50.04-50.34 77.27-117.19l-163.08-68.92q-12.69 37.38-39.11 63-26.43 25.61-60.96 36.84l68.77 163.85Zm30.53-366.31 163.85-67.77q-27.23-66.46-77.58-116.8-50.34-50.35-116.8-77.58l-67.16 163.85q33.39 12.23 58.5 37.27 25.12 25.03 39.19 61.03Z"
79
79
  }));
80
80
  };
81
- const button = "_button_p5595_5";
82
- const buttonContent = "_buttonContent_p5595_10";
83
- const arrow = "_arrow_p5595_17";
81
+ const button = "_button_5r1ex_5";
82
+ const buttonContent = "_buttonContent_5r1ex_10";
83
+ const arrow = "_arrow_5r1ex_17";
84
84
  const styles = {
85
85
  button,
86
86
  buttonContent,
@@ -44,7 +44,7 @@ function getColumnValue(columns) {
44
44
  }
45
45
  }).join(" ");
46
46
  }
47
- const HorizontalGrid$1 = "_HorizontalGrid_19bev_5";
47
+ const HorizontalGrid$1 = "_HorizontalGrid_1bct7_5";
48
48
  const styles = {
49
49
  HorizontalGrid: HorizontalGrid$1
50
50
  };
@@ -43,7 +43,7 @@ function getColumnValue(columns) {
43
43
  }
44
44
  }).join(" ");
45
45
  }
46
- const HorizontalGrid$1 = "_HorizontalGrid_19bev_5";
46
+ const HorizontalGrid$1 = "_HorizontalGrid_1bct7_5";
47
47
  const styles = {
48
48
  HorizontalGrid: HorizontalGrid$1
49
49
  };
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { forwardRef } from "react";
33
33
  import { getResponsiveDesignToken, getComponentToken } from "../utilities/css.mjs";
34
- const HorizontalStack$1 = "_HorizontalStack_1yc8a_5";
34
+ const HorizontalStack$1 = "_HorizontalStack_fb2m9_5";
35
35
  const styles = {
36
36
  HorizontalStack: HorizontalStack$1
37
37
  };
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const React = require("react");
34
34
  const utilities_css = require("../utilities/css.js");
35
- const HorizontalStack$1 = "_HorizontalStack_1yc8a_5";
35
+ const HorizontalStack$1 = "_HorizontalStack_fb2m9_5";
36
36
  const styles = {
37
37
  HorizontalStack: HorizontalStack$1
38
38
  };
@@ -16,8 +16,8 @@ var __spreadValues = (a, b) => {
16
16
  };
17
17
  import React__default from "react";
18
18
  import { getComponentThemeToken, backwardsCompatibleColorToken, getResponsiveDesignToken } from "../utilities/css.mjs";
19
- const Icon$1 = "_Icon_aitpr_5";
20
- const symbol = "_symbol_aitpr_69";
19
+ const Icon$1 = "_Icon_9e3ro_5";
20
+ const symbol = "_symbol_9e3ro_69";
21
21
  const styles = {
22
22
  Icon: Icon$1,
23
23
  symbol
@@ -17,8 +17,8 @@ var __spreadValues = (a, b) => {
17
17
  };
18
18
  const React = require("react");
19
19
  const utilities_css = require("../utilities/css.js");
20
- const Icon$1 = "_Icon_aitpr_5";
21
- const symbol = "_symbol_aitpr_69";
20
+ const Icon$1 = "_Icon_9e3ro_5";
21
+ const symbol = "_symbol_9e3ro_69";
22
22
  const styles = {
23
23
  Icon: Icon$1,
24
24
  symbol
@@ -30,8 +30,8 @@ var __objRest = (source, exclude) => {
30
30
  return target;
31
31
  };
32
32
  import React__default from "react";
33
- import { T as Text } from "./Text-BHyjSBcd.mjs";
34
- import { s as styles } from "./InputIcon-VzRxuUky.mjs";
33
+ import { T as Text } from "./Text-V-yZP2s7.mjs";
34
+ import { s as styles } from "./InputIcon-BNR3_LeL.mjs";
35
35
  import { classNames } from "../utilities/css.mjs";
36
36
  function Label(props) {
37
37
  const _a = props, { isLabelEmphasized = false, fieldSize = "md", hasError = false, children } = _a, labelProps = __objRest(_a, ["isLabelEmphasized", "fieldSize", "hasError", "children"]);
@@ -31,8 +31,8 @@ var __objRest = (source, exclude) => {
31
31
  return target;
32
32
  };
33
33
  const React = require("react");
34
- const Text = require("./Text-CntV2Frc.js");
35
- const InputIcon = require("./InputIcon-c-x0Whak.js");
34
+ const Text = require("./Text-Crcy_R7t.js");
35
+ const InputIcon = require("./InputIcon-szDt09pM.js");
36
36
  const utilities_css = require("../utilities/css.js");
37
37
  function Label(props) {
38
38
  const _a = props, { isLabelEmphasized = false, fieldSize = "md", hasError = false, children } = _a, labelProps = __objRest(_a, ["isLabelEmphasized", "fieldSize", "hasError", "children"]);