@easypost/easy-ui 1.0.0-alpha.112 → 1.0.0-alpha.113

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 (244) hide show
  1. package/AlertBadge/AlertBadge.d.ts +1 -1
  2. package/AlertBadge/AlertBadge.d.ts.map +1 -1
  3. package/AlertBadge/index.js +20 -16
  4. package/AlertBadge/index.mjs +20 -16
  5. package/Badge/index.js +29 -19
  6. package/Badge/index.mjs +29 -19
  7. package/Banner/index.js +19 -12
  8. package/Banner/index.mjs +19 -12
  9. package/Button/index.js +1 -1
  10. package/Button/index.mjs +1 -1
  11. package/CHANGELOG.md +6 -0
  12. package/Calendar/index.js +1 -1
  13. package/Calendar/index.mjs +1 -1
  14. package/Card/index.js +1 -1
  15. package/Card/index.mjs +1 -1
  16. package/CheckableCard/index.js +33 -24
  17. package/CheckableCard/index.mjs +33 -24
  18. package/Checkbox/index.js +1 -1
  19. package/Checkbox/index.mjs +1 -1
  20. package/CodeBlock/CodeBlock.d.ts.map +1 -1
  21. package/CodeBlock/context.d.ts +2 -1
  22. package/CodeBlock/context.d.ts.map +1 -1
  23. package/CodeBlock/index.js +81 -59
  24. package/CodeBlock/index.mjs +81 -59
  25. package/CodeSnippet/index.js +1 -1
  26. package/CodeSnippet/index.mjs +1 -1
  27. package/ColorPicker/index.js +71 -54
  28. package/ColorPicker/index.mjs +71 -54
  29. package/CustomerPortalLayout/index.js +101 -72
  30. package/CustomerPortalLayout/index.mjs +101 -72
  31. package/DataGrid/index.js +229 -173
  32. package/DataGrid/index.mjs +229 -173
  33. package/DatePicker/index.js +10 -8
  34. package/DatePicker/index.mjs +10 -8
  35. package/DateRangePicker/index.js +10 -8
  36. package/DateRangePicker/index.mjs +10 -8
  37. package/Drawer/context.d.ts +2 -2
  38. package/Drawer/context.d.ts.map +1 -1
  39. package/Drawer/index.js +99 -78
  40. package/Drawer/index.mjs +99 -78
  41. package/Drawer/useIntersectionDetection.d.ts +1 -1
  42. package/Drawer/useIntersectionDetection.d.ts.map +1 -1
  43. package/DropdownButton/index.js +15 -7
  44. package/DropdownButton/index.mjs +16 -8
  45. package/EmptyStateCard/index.js +53 -33
  46. package/EmptyStateCard/index.mjs +53 -33
  47. package/FocusedProductLayout/index.js +104 -76
  48. package/FocusedProductLayout/index.mjs +104 -76
  49. package/ForgeLayout/index.js +283 -217
  50. package/ForgeLayout/index.mjs +283 -217
  51. package/FormLayout/index.js +38 -24
  52. package/FormLayout/index.mjs +38 -24
  53. package/HorizontalGrid/index.js +1 -1
  54. package/HorizontalGrid/index.mjs +1 -1
  55. package/HorizontalStack/index.js +1 -1
  56. package/HorizontalStack/index.mjs +1 -1
  57. package/Icon/index.js +1 -1
  58. package/Icon/index.mjs +1 -1
  59. package/IconButton/index.js +16 -9
  60. package/IconButton/index.mjs +17 -10
  61. package/InputField/index.js +1 -1
  62. package/InputField/index.mjs +1 -1
  63. package/KebabButton/index.js +1 -1
  64. package/KebabButton/index.mjs +1 -1
  65. package/Menu/MenuTrigger.d.ts +1 -1
  66. package/Menu/MenuTrigger.d.ts.map +1 -1
  67. package/Menu/index.js +1 -1
  68. package/Menu/index.mjs +1 -1
  69. package/Modal/context.d.ts +3 -3
  70. package/Modal/context.d.ts.map +1 -1
  71. package/Modal/index.js +124 -93
  72. package/Modal/index.mjs +124 -93
  73. package/Modal/useIntersectionDetection.d.ts +1 -1
  74. package/Modal/useIntersectionDetection.d.ts.map +1 -1
  75. package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
  76. package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
  77. package/MultiSelect/index.js +106 -83
  78. package/MultiSelect/index.mjs +107 -84
  79. package/MultiSelect/utilities.d.ts +1 -1
  80. package/MultiSelect/utilities.d.ts.map +1 -1
  81. package/MultipageSection/index.js +94 -71
  82. package/MultipageSection/index.mjs +94 -71
  83. package/NexusLayout/index.js +136 -102
  84. package/NexusLayout/index.mjs +136 -102
  85. package/Notification/NotificationTransition.d.ts +1 -1
  86. package/Notification/NotificationTransition.d.ts.map +1 -1
  87. package/Notification/index.js +1 -1
  88. package/Notification/index.mjs +1 -1
  89. package/Pagination/index.js +62 -50
  90. package/Pagination/index.mjs +63 -51
  91. package/PillGroup/index.js +1 -1
  92. package/PillGroup/index.mjs +1 -1
  93. package/PlanCard/illustrations/Building01/index.js +532 -531
  94. package/PlanCard/illustrations/Building01/index.mjs +532 -531
  95. package/PlanCard/illustrations/Building02/index.js +206 -205
  96. package/PlanCard/illustrations/Building02/index.mjs +206 -205
  97. package/PlanCard/illustrations/Building03/index.js +773 -772
  98. package/PlanCard/illustrations/Building03/index.mjs +773 -772
  99. package/PlanCard/illustrations/Building04/index.js +1528 -1527
  100. package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
  101. package/PlanCard/index.js +59 -36
  102. package/PlanCard/index.mjs +60 -37
  103. package/ProductLayout/index.js +132 -91
  104. package/ProductLayout/index.mjs +132 -91
  105. package/Provider/index.js +18 -14
  106. package/Provider/index.mjs +18 -14
  107. package/RadioButtonGroup/index.js +14 -10
  108. package/RadioButtonGroup/index.mjs +14 -10
  109. package/RadioGroup/index.js +1 -1
  110. package/RadioGroup/index.mjs +1 -1
  111. package/RangeCalendar/index.js +1 -1
  112. package/RangeCalendar/index.mjs +1 -1
  113. package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
  114. package/SearchNav/index.js +197 -141
  115. package/SearchNav/index.mjs +197 -141
  116. package/SearchNav/utilities.d.ts +3 -3
  117. package/SearchNav/utilities.d.ts.map +1 -1
  118. package/SectionCard/index.js +43 -25
  119. package/SectionCard/index.mjs +43 -25
  120. package/Select/index.js +74 -62
  121. package/Select/index.mjs +74 -62
  122. package/SelectorErrorTooltip/index.js +1 -1
  123. package/SelectorErrorTooltip/index.mjs +1 -1
  124. package/Spinner/index.js +1 -1
  125. package/Spinner/index.mjs +1 -1
  126. package/SplitToggleCard/index.js +22 -16
  127. package/SplitToggleCard/index.mjs +22 -16
  128. package/Stepper/index.js +1 -1
  129. package/Stepper/index.mjs +1 -1
  130. package/TabNav/index.js +1 -1
  131. package/TabNav/index.mjs +1 -1
  132. package/TabPanels/index.js +22 -16
  133. package/TabPanels/index.mjs +24 -18
  134. package/Tabs/index.js +1 -1
  135. package/Tabs/index.mjs +1 -1
  136. package/Text/index.js +1 -1
  137. package/Text/index.mjs +1 -1
  138. package/TextField/index.js +1 -1
  139. package/TextField/index.mjs +1 -1
  140. package/Textarea/index.js +3 -3
  141. package/Textarea/index.mjs +3 -3
  142. package/Theme/index.js +1 -1
  143. package/Theme/index.mjs +1 -1
  144. package/Toggle/index.js +1 -1
  145. package/Toggle/index.mjs +1 -1
  146. package/ToggleCard/index.js +20 -15
  147. package/ToggleCard/index.mjs +21 -16
  148. package/Tooltip/index.js +1 -1
  149. package/Tooltip/index.mjs +1 -1
  150. package/UnstyledButton/index.js +1 -1
  151. package/UnstyledButton/index.mjs +1 -1
  152. package/VerticalNav/index.js +115 -88
  153. package/VerticalNav/index.mjs +115 -88
  154. package/VerticalStack/index.js +1 -1
  155. package/VerticalStack/index.mjs +1 -1
  156. package/__chunks__/{Button-5AuHgwU3.js → Button-C3vDXJsJ.js} +15 -12
  157. package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
  158. package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
  159. package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
  160. package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
  161. package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
  162. package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
  163. package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
  164. package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
  165. package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
  166. package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
  167. package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
  168. package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
  169. package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
  170. package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
  171. package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
  172. package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
  173. package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
  174. package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
  175. package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
  176. package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
  177. package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
  178. package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
  179. package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
  180. package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
  181. package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
  182. package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
  183. package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
  184. package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
  185. package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
  186. package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
  187. package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
  188. package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
  189. package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
  190. package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
  191. package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
  192. package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
  193. package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
  194. package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
  195. package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
  196. package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
  197. package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
  198. package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
  199. package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
  200. package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
  201. package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
  202. package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
  203. package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
  204. package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
  205. package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
  206. package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
  207. package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
  208. package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
  209. package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
  210. package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
  211. package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
  212. package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
  213. package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
  214. package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
  215. package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
  216. package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
  217. package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
  218. package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
  219. package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
  220. package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
  221. package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
  222. package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
  223. package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
  224. package/__chunks__/index-CqNUlUoB.js +217 -0
  225. package/__chunks__/index-ee-P7jQr.mjs +218 -0
  226. package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
  227. package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
  228. package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
  229. package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.js} +16 -13
  230. package/package.json +4 -6
  231. package/types.d.ts +1 -1
  232. package/types.d.ts.map +1 -1
  233. package/utilities/Noop.d.ts +1 -1
  234. package/utilities/Noop.d.ts.map +1 -1
  235. package/utilities/react.d.ts +1 -1
  236. package/utilities/react.d.ts.map +1 -1
  237. package/utilities/react.js +1 -1
  238. package/utilities/react.mjs +1 -1
  239. package/utilities/test.d.ts +1 -0
  240. package/utilities/test.d.ts.map +1 -1
  241. package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
  242. package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
  243. package/__chunks__/index-CUcRN4NO.js +0 -311
  244. package/__chunks__/index-Izk6uvQC.mjs +0 -312
@@ -19,19 +19,20 @@ var __spreadValues = (a, b) => {
19
19
  };
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
- const React = require("react");
22
+ const jsxRuntime = require("../__chunks__/jsx-runtime-CH1d66I3.js");
23
23
  const utilities_css = require("../utilities/css.js");
24
- const EasyPostLogo = require("../__chunks__/EasyPostLogo-DQt5KlFX.js");
25
- const HorizontalStack = require("../__chunks__/HorizontalStack-CXpjASZi.js");
26
- const Icon = require("../__chunks__/Icon-W8F9w-jS.js");
27
- const Menu = require("../__chunks__/Menu-Kfc6nxFP.js");
28
- const Text = require("../__chunks__/Text-CSESKR_s.js");
24
+ const EasyPostLogo = require("../__chunks__/EasyPostLogo-D3WNdZ29.js");
25
+ const React = require("react");
26
+ const HorizontalStack = require("../__chunks__/HorizontalStack-DidoI4Ks.js");
27
+ const Icon = require("../__chunks__/Icon-BVa5ddiD.js");
28
+ const Menu = require("../__chunks__/Menu-Du8SsMeJ.js");
29
+ const Text = require("../__chunks__/Text-C4CEsglh.js");
29
30
  const useFocusRing = require("../__chunks__/useFocusRing-DbC9E5wC.js");
30
31
  const mergeProps = require("../__chunks__/mergeProps-DLPcevok.js");
31
32
  const useHover = require("../__chunks__/useHover-Ck1otl-j.js");
32
33
  const usePress = require("../__chunks__/usePress-B5G5CgVn.js");
33
34
  const useLink = require("../__chunks__/useLink-CChqhQkC.js");
34
- const VerticalStack = require("../__chunks__/VerticalStack-Dzpv3O67.js");
35
+ const VerticalStack = require("../__chunks__/VerticalStack-CunLpHRv.js");
35
36
  const button = "_button_14248_4";
36
37
  const focused$2 = "_focused_14248_25";
37
38
  const hovered$2 = "_hovered_14248_37";
@@ -50,11 +51,12 @@ const styles$4 = {
50
51
  };
51
52
  function NexusLayoutActions(props) {
52
53
  const { children } = props;
53
- return React.createElement(HorizontalStack.HorizontalStack, {
54
+ return jsxRuntime.jsxRuntimeExports.jsx(HorizontalStack.HorizontalStack, {
54
55
  wrap: false,
55
56
  gap: "0.5",
56
- align: "end"
57
- }, children);
57
+ align: "end",
58
+ children
59
+ });
58
60
  }
59
61
  function NexusLayoutMenuAction(props) {
60
62
  const { accessibilityLabel = "Actions", iconSymbol, children, renderBadge } = props;
@@ -65,18 +67,25 @@ function NexusLayoutMenuAction(props) {
65
67
  const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f({});
66
68
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456({});
67
69
  const className = utilities_css.classNames(styles$4.button, isFocusVisible && styles$4.focused, isHovered && styles$4.hovered, isOpen && styles$4.open);
68
- return React.createElement(Menu.Menu, {
70
+ return jsxRuntime.jsxRuntimeExports.jsxs(Menu.Menu, {
69
71
  isOpen,
70
- onOpenChange: handleOpenChange
71
- }, React.createElement(Menu.Menu.Trigger, null, React.createElement(PressableButton, __spreadValues({
72
- className
73
- }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(focusProps, hoverProps)), React.createElement(Text.Text, {
74
- visuallyHidden: true
75
- }, accessibilityLabel), React.createElement(Icon.Icon, {
76
- symbol: iconSymbol
77
- }), renderBadge && React.createElement("div", {
78
- className: styles$4.badgeContainer
79
- }, renderBadge()))), children);
72
+ onOpenChange: handleOpenChange,
73
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Menu.Menu.Trigger, {
74
+ children: jsxRuntime.jsxRuntimeExports.jsxs(PressableButton, __spreadProps(__spreadValues({
75
+ className
76
+ }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(focusProps, hoverProps)), {
77
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
78
+ visuallyHidden: true,
79
+ children: accessibilityLabel
80
+ }), jsxRuntime.jsxRuntimeExports.jsx(Icon.Icon, {
81
+ symbol: iconSymbol
82
+ }), renderBadge && jsxRuntime.jsxRuntimeExports.jsx("div", {
83
+ className: styles$4.badgeContainer,
84
+ children: renderBadge()
85
+ })]
86
+ }))
87
+ }), children]
88
+ });
80
89
  }
81
90
  function NexusLayoutLinkAction(props) {
82
91
  const { accessibilityLabel = "Actions", iconSymbol, renderBadge, isSelected } = props;
@@ -85,28 +94,32 @@ function NexusLayoutLinkAction(props) {
85
94
  const { focusProps, isFocusVisible } = useFocusRing.$f7dceffc5ad7768b$export$4e328f61c538687f(props);
86
95
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
87
96
  const className = utilities_css.classNames(styles$4.button, isFocusVisible && styles$4.focused, isHovered && styles$4.hovered, isSelected && styles$4.selected);
88
- return React.createElement("a", __spreadProps(__spreadValues({
97
+ return jsxRuntime.jsxRuntimeExports.jsxs("a", __spreadProps(__spreadValues({
89
98
  ref,
90
99
  className
91
100
  }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(hoverProps, focusProps, linkProps)), {
92
- "aria-current": isSelected ? "true" : void 0
93
- }), React.createElement(Text.Text, {
94
- visuallyHidden: true
95
- }, accessibilityLabel), React.createElement(Icon.Icon, {
96
- symbol: iconSymbol
97
- }), renderBadge && React.createElement("div", {
98
- className: styles$4.badgeContainer
99
- }, renderBadge()));
101
+ "aria-current": isSelected ? "true" : void 0,
102
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
103
+ visuallyHidden: true,
104
+ children: accessibilityLabel
105
+ }), jsxRuntime.jsxRuntimeExports.jsx(Icon.Icon, {
106
+ symbol: iconSymbol
107
+ }), renderBadge && jsxRuntime.jsxRuntimeExports.jsx("div", {
108
+ className: styles$4.badgeContainer,
109
+ children: renderBadge()
110
+ })]
111
+ }));
100
112
  }
101
113
  function NexusLayoutActionBadge(props) {
102
114
  const { children } = props;
103
- return React.createElement("div", {
104
- className: styles$4.badge
105
- }, children);
115
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
116
+ className: styles$4.badge,
117
+ children
118
+ });
106
119
  }
107
120
  const PressableButton = React.forwardRef((props, ref) => {
108
121
  const { pressProps } = usePress.$f6c31cce2adf654f$export$45712eceda6fad21(props);
109
- return React.createElement("button", __spreadProps(__spreadValues({}, pressProps), {
122
+ return jsxRuntime.jsxRuntimeExports.jsx("button", __spreadProps(__spreadValues({}, pressProps), {
110
123
  ref,
111
124
  className: utilities_css.classNames(pressProps.className)
112
125
  }));
@@ -122,39 +135,45 @@ const styles$3 = {
122
135
  };
123
136
  function NexusLayoutMultipageContainer(props) {
124
137
  const { children } = props;
125
- return React.createElement("div", {
126
- className: styles$3.container
127
- }, children);
138
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
139
+ className: styles$3.container,
140
+ children
141
+ });
128
142
  }
129
143
  function NexusLayoutMultipageSidebar(props) {
130
144
  const { children } = props;
131
- return React.createElement("div", {
145
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
132
146
  role: "region",
133
- className: styles$3.sidebar
134
- }, children);
147
+ className: styles$3.sidebar,
148
+ children
149
+ });
135
150
  }
136
151
  function NexusLayoutMultipageContent(props) {
137
152
  const { children } = props;
138
- return React.createElement("div", {
139
- className: styles$3.content
140
- }, React.createElement(VerticalStack.VerticalStack, {
141
- gap: "2"
142
- }, children));
153
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
154
+ className: styles$3.content,
155
+ children: jsxRuntime.jsxRuntimeExports.jsx(VerticalStack.VerticalStack, {
156
+ gap: "2",
157
+ children
158
+ })
159
+ });
143
160
  }
144
161
  function NexusLayoutMultipageHeader(props) {
145
162
  const { children } = props;
146
- return React.createElement(HorizontalStack.HorizontalStack, {
163
+ return jsxRuntime.jsxRuntimeExports.jsx(HorizontalStack.HorizontalStack, {
147
164
  as: "header",
148
165
  blockAlign: "center",
149
- align: "space-between"
150
- }, children);
166
+ align: "space-between",
167
+ children
168
+ });
151
169
  }
152
170
  function NexusLayoutMultipageTitle(props) {
153
171
  const { children } = props;
154
- return React.createElement(Text.Text, {
172
+ return jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
155
173
  as: "h3",
156
- variant: "heading5"
157
- }, children);
174
+ variant: "heading5",
175
+ children
176
+ });
158
177
  }
159
178
  const link$1 = "_link_os35m_4";
160
179
  const focused$1 = "_focused_os35m_13";
@@ -182,26 +201,31 @@ function NexusLayoutMultipageSidebarNav(props) {
182
201
  selectedHref
183
202
  };
184
203
  }, [selectedHref]);
185
- return React.createElement(SidebarNavContext.Provider, {
186
- value: context
187
- }, React.createElement(VerticalStack.VerticalStack, {
188
- as: "nav",
189
- gap: "2",
190
- "aria-labelledby": titleId
191
- }, React.createElement(Text.Text, {
192
- as: "h2",
193
- variant: "heading4",
194
- id: titleId
195
- }, title), children));
204
+ return jsxRuntime.jsxRuntimeExports.jsx(SidebarNavContext.Provider, {
205
+ value: context,
206
+ children: jsxRuntime.jsxRuntimeExports.jsxs(VerticalStack.VerticalStack, {
207
+ as: "nav",
208
+ gap: "2",
209
+ "aria-labelledby": titleId,
210
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
211
+ as: "h2",
212
+ variant: "heading4",
213
+ id: titleId,
214
+ children: title
215
+ }), children]
216
+ })
217
+ });
196
218
  }
197
219
  function NexusLayoutMultipageSidebarNavSection(props) {
198
220
  const { title, children } = props;
199
- return React.createElement(VerticalStack.VerticalStack, {
221
+ return jsxRuntime.jsxRuntimeExports.jsxs(VerticalStack.VerticalStack, {
200
222
  gap: "2",
201
- inlineAlign: "start"
202
- }, React.createElement(Text.Text, {
203
- variant: "overline"
204
- }, title), children);
223
+ inlineAlign: "start",
224
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
225
+ variant: "overline",
226
+ children: title
227
+ }), children]
228
+ });
205
229
  }
206
230
  function NexusLayoutMultipageSidebarNavLink(props) {
207
231
  const { href, iconSymbol, children } = props;
@@ -212,17 +236,19 @@ function NexusLayoutMultipageSidebarNavLink(props) {
212
236
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
213
237
  const isSelected = href === selectedHref;
214
238
  const className = utilities_css.classNames(styles$2.link, isFocusVisible && styles$2.focused, isHovered && styles$2.hovered, isSelected && styles$2.selected);
215
- return React.createElement("a", __spreadProps(__spreadValues({
239
+ return jsxRuntime.jsxRuntimeExports.jsxs("a", __spreadProps(__spreadValues({
216
240
  ref,
217
241
  className
218
242
  }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(hoverProps, focusProps, linkProps)), {
219
- "aria-current": isSelected ? "page" : void 0
220
- }), React.createElement(Icon.Icon, {
221
- symbol: iconSymbol
222
- }), React.createElement(Text.Text, {
223
- variant: "body2",
224
- weight: isSelected ? "semibold" : void 0
225
- }, children));
243
+ "aria-current": isSelected ? "page" : void 0,
244
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Icon.Icon, {
245
+ symbol: iconSymbol
246
+ }), jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
247
+ variant: "body2",
248
+ weight: isSelected ? "semibold" : void 0,
249
+ children
250
+ })]
251
+ }));
226
252
  }
227
253
  const link = "_link_q3unw_4";
228
254
  const focused = "_focused_q3unw_23";
@@ -249,12 +275,14 @@ function NexusLayoutNav(props) {
249
275
  selectedHref
250
276
  };
251
277
  }, [selectedHref]);
252
- return React.createElement(NexusLayoutNavContext.Provider, {
253
- value: context
254
- }, React.createElement(HorizontalStack.HorizontalStack, {
255
- as: "nav",
256
- "aria-label": ariaLabel
257
- }, children));
278
+ return jsxRuntime.jsxRuntimeExports.jsx(NexusLayoutNavContext.Provider, {
279
+ value: context,
280
+ children: jsxRuntime.jsxRuntimeExports.jsx(HorizontalStack.HorizontalStack, {
281
+ as: "nav",
282
+ "aria-label": ariaLabel,
283
+ children
284
+ })
285
+ });
258
286
  }
259
287
  function NexusLayoutNavLink(props) {
260
288
  const { href, iconSymbol, children } = props;
@@ -265,17 +293,19 @@ function NexusLayoutNavLink(props) {
265
293
  const { hoverProps, isHovered } = useHover.$6179b936705e76d3$export$ae780daf29e6d456(props);
266
294
  const isSelected = href === selectedHref;
267
295
  const className = utilities_css.classNames(styles$1.link, isFocusVisible && styles$1.focused, isHovered && styles$1.hovered, isSelected && styles$1.selected);
268
- return React.createElement("a", __spreadProps(__spreadValues({
296
+ return jsxRuntime.jsxRuntimeExports.jsxs("a", __spreadProps(__spreadValues({
269
297
  ref,
270
298
  className
271
299
  }, mergeProps.$3ef42575df84b30b$export$9d1611c77c2fe928(hoverProps, focusProps, linkProps)), {
272
- "aria-current": isSelected ? "page" : void 0
273
- }), React.createElement(Icon.Icon, {
274
- symbol: iconSymbol
275
- }), React.createElement(Text.Text, {
276
- variant: "subtitle2",
277
- weight: "semibold"
278
- }, children));
300
+ "aria-current": isSelected ? "page" : void 0,
301
+ children: [jsxRuntime.jsxRuntimeExports.jsx(Icon.Icon, {
302
+ symbol: iconSymbol
303
+ }), jsxRuntime.jsxRuntimeExports.jsx(Text.Text, {
304
+ variant: "subtitle2",
305
+ weight: "semibold",
306
+ children
307
+ })]
308
+ }));
279
309
  }
280
310
  const NexusLayout$1 = "_NexusLayout_1gn4l_4";
281
311
  const backgroundDecoration01 = "_backgroundDecoration01_1gn4l_13";
@@ -292,27 +322,31 @@ const styles = {
292
322
  function NexusLayout(props) {
293
323
  const { backgroundDecoration = "01", children } = props;
294
324
  const className = utilities_css.classNames(styles.NexusLayout, styles[utilities_css.variationName("backgroundDecoration", backgroundDecoration)]);
295
- return React.createElement("div", {
296
- className
297
- }, children);
325
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
326
+ className,
327
+ children
328
+ });
298
329
  }
299
330
  function NexusLayoutHeader(props) {
300
331
  const { children } = props;
301
- return React.createElement("header", {
302
- className: styles.header
303
- }, children);
332
+ return jsxRuntime.jsxRuntimeExports.jsx("header", {
333
+ className: styles.header,
334
+ children
335
+ });
304
336
  }
305
337
  function NexusLayoutLogo(props) {
306
- const { children = React.createElement(EasyPostLogo.EasyPostLogo, null) } = props;
307
- return React.createElement("div", {
308
- className: styles.logo
309
- }, children);
338
+ const { children = jsxRuntime.jsxRuntimeExports.jsx(EasyPostLogo.EasyPostLogo, {}) } = props;
339
+ return jsxRuntime.jsxRuntimeExports.jsx("div", {
340
+ className: styles.logo,
341
+ children
342
+ });
310
343
  }
311
344
  function NexusLayoutContent(props) {
312
345
  const { children } = props;
313
- return React.createElement("main", {
314
- className: styles.content
315
- }, children);
346
+ return jsxRuntime.jsxRuntimeExports.jsx("main", {
347
+ className: styles.content,
348
+ children
349
+ });
316
350
  }
317
351
  NexusLayout.Header = NexusLayoutHeader;
318
352
  NexusLayout.Logo = NexusLayoutLogo;