@easypost/easy-ui 1.0.0-alpha.68 → 1.0.0-alpha.69

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 (229) hide show
  1. package/Badge/index.js +14 -14
  2. package/Badge/index.mjs +14 -14
  3. package/Banner/index.js +5 -5
  4. package/Banner/index.mjs +5 -5
  5. package/Button/index.js +1 -1
  6. package/Button/index.mjs +1 -1
  7. package/CHANGELOG.md +6 -0
  8. package/Calendar/index.js +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/CheckableCard/CheckableCard.d.ts +28 -0
  13. package/CheckableCard/CheckableCard.d.ts.map +1 -0
  14. package/CheckableCard/CheckableCard.stories.d.ts +7 -0
  15. package/CheckableCard/CheckableCard.stories.d.ts.map +1 -0
  16. package/CheckableCard/CheckableCard.test.d.ts +2 -0
  17. package/CheckableCard/CheckableCard.test.d.ts.map +1 -0
  18. package/CheckableCard/index.d.ts +2 -0
  19. package/CheckableCard/index.d.ts.map +1 -0
  20. package/CheckableCard/index.js +65 -0
  21. package/CheckableCard/index.mjs +65 -0
  22. package/Checkbox/index.js +1 -1
  23. package/Checkbox/index.mjs +1 -1
  24. package/CodeBlock/index.js +14 -14
  25. package/CodeBlock/index.mjs +15 -15
  26. package/CodeSnippet/index.js +1 -1
  27. package/CodeSnippet/index.mjs +1 -1
  28. package/DataGrid/index.js +56 -56
  29. package/DataGrid/index.mjs +67 -67
  30. package/DatePicker/index.js +3 -3
  31. package/DatePicker/index.mjs +7 -7
  32. package/DateRangePicker/index.js +3 -3
  33. package/DateRangePicker/index.mjs +7 -7
  34. package/Drawer/index.js +17 -19
  35. package/Drawer/index.mjs +21 -23
  36. package/DropdownButton/index.js +13 -13
  37. package/DropdownButton/index.mjs +13 -13
  38. package/EmptyStateCard/index.js +8 -8
  39. package/EmptyStateCard/index.mjs +8 -8
  40. package/FocusedProductLayout/index.js +23 -23
  41. package/FocusedProductLayout/index.mjs +23 -23
  42. package/ForgeLayout/index.js +37 -37
  43. package/ForgeLayout/index.mjs +43 -43
  44. package/FormLayout/index.js +5 -5
  45. package/FormLayout/index.mjs +5 -5
  46. package/HorizontalGrid/index.js +1 -1
  47. package/HorizontalGrid/index.mjs +1 -1
  48. package/HorizontalStack/index.js +1 -1
  49. package/HorizontalStack/index.mjs +1 -1
  50. package/Icon/index.js +1 -1
  51. package/Icon/index.mjs +1 -1
  52. package/IconButton/index.js +13 -13
  53. package/IconButton/index.mjs +13 -13
  54. package/InputField/index.js +1 -1
  55. package/InputField/index.mjs +1 -1
  56. package/KebabButton/index.js +1 -1
  57. package/KebabButton/index.mjs +1 -1
  58. package/Menu/index.js +1 -1
  59. package/Menu/index.mjs +1 -1
  60. package/Modal/index.js +19 -19
  61. package/Modal/index.mjs +23 -23
  62. package/MultiSelect/index.js +16 -16
  63. package/MultiSelect/index.mjs +31 -31
  64. package/NexusLayout/index.js +28 -28
  65. package/NexusLayout/index.mjs +32 -32
  66. package/Notification/index.js +1 -1
  67. package/Notification/index.mjs +1 -1
  68. package/Pagination/index.js +9 -9
  69. package/Pagination/index.mjs +9 -9
  70. package/PillGroup/index.js +1 -1
  71. package/PillGroup/index.mjs +1 -1
  72. package/ProductLayout/index.js +23 -23
  73. package/ProductLayout/index.mjs +26 -26
  74. package/Provider/index.js +1 -1
  75. package/Provider/index.mjs +3 -3
  76. package/RadioButtonGroup/index.js +2 -2
  77. package/RadioButtonGroup/index.mjs +5 -5
  78. package/RadioGroup/index.js +1 -1
  79. package/RadioGroup/index.mjs +1 -1
  80. package/RangeCalendar/index.js +1 -1
  81. package/RangeCalendar/index.mjs +1 -1
  82. package/SearchNav/index.js +29 -29
  83. package/SearchNav/index.mjs +30 -30
  84. package/SectionCard/index.js +8 -8
  85. package/SectionCard/index.mjs +8 -8
  86. package/Select/index.js +5 -5
  87. package/Select/index.mjs +6 -6
  88. package/SelectorErrorTooltip/index.js +1 -1
  89. package/SelectorErrorTooltip/index.mjs +1 -1
  90. package/Spinner/index.js +1 -1
  91. package/Spinner/index.mjs +1 -1
  92. package/SplitToggleCard/SplitToggleCard.d.ts.map +1 -1
  93. package/SplitToggleCard/index.js +4 -4
  94. package/SplitToggleCard/index.mjs +4 -4
  95. package/Stepper/index.js +1 -1
  96. package/Stepper/index.mjs +1 -1
  97. package/TabNav/index.js +1 -1
  98. package/TabNav/index.mjs +1 -1
  99. package/TabPanels/index.js +1 -1
  100. package/TabPanels/index.mjs +4 -4
  101. package/Tabs/index.js +1 -1
  102. package/Tabs/index.mjs +1 -1
  103. package/Text/index.js +1 -1
  104. package/Text/index.mjs +1 -1
  105. package/TextField/index.js +1 -1
  106. package/TextField/index.mjs +1 -1
  107. package/Textarea/index.js +1 -1
  108. package/Textarea/index.mjs +1 -1
  109. package/Theme/index.mjs +1 -1
  110. package/Toggle/index.js +1 -1
  111. package/Toggle/index.mjs +1 -1
  112. package/ToggleCard/index.js +2 -2
  113. package/ToggleCard/index.mjs +2 -2
  114. package/Tooltip/index.js +1 -1
  115. package/Tooltip/index.mjs +1 -1
  116. package/UnstyledButton/index.js +1 -1
  117. package/UnstyledButton/index.mjs +1 -1
  118. package/VerticalNav/index.js +25 -25
  119. package/VerticalNav/index.mjs +25 -25
  120. package/VerticalStack/index.js +1 -1
  121. package/VerticalStack/index.mjs +1 -1
  122. package/__chunks__/{Button-DnLoaSJr.js → Button-5ySni8Hh.js} +19 -19
  123. package/__chunks__/{Button-DShBPWIF.mjs → Button-DHEZ4A2s.mjs} +2 -2
  124. package/__chunks__/{Button-C2XjH0To.mjs → Button-pgrX3do0.mjs} +19 -19
  125. package/__chunks__/{Calendar-CE1me5kU.mjs → Calendar-CRF4AZno.mjs} +1 -1
  126. package/__chunks__/{Calendar-DDwEgLvp.js → Calendar-CaPbfdfI.js} +1 -1
  127. package/__chunks__/{CalendarBase-C3ZpOlSV.js → CalendarBase-2ZQWqtoJ.js} +20 -20
  128. package/__chunks__/{CalendarBase-BaIRHctl.mjs → CalendarBase-C5U2z_dE.mjs} +23 -23
  129. package/__chunks__/{Card-C6wAxtdL.mjs → Card-BDwEhe4v.mjs} +13 -13
  130. package/__chunks__/{Card-Dd-q1bh8.js → Card-BglJr0kt.js} +13 -13
  131. package/__chunks__/{Checkbox-CNu0kM51.js → Checkbox-DZQ5HskZ.js} +19 -19
  132. package/__chunks__/{Checkbox-DxVLox7u.mjs → Checkbox-ukdXVfAE.mjs} +23 -23
  133. package/__chunks__/{CodeSnippet-Duhq5nHT.mjs → CodeSnippet-CNO4caRz.mjs} +4 -4
  134. package/__chunks__/{CodeSnippet-BT2hkAfu.js → CodeSnippet-DzSaE0NF.js} +4 -4
  135. package/__chunks__/{DatePickerBase-BeCCGUnY.mjs → DatePickerBase-DVa8mIxi.mjs} +26 -26
  136. package/__chunks__/{DatePickerBase-L-HoCUep.js → DatePickerBase-Dn6y6xs8.js} +16 -16
  137. package/__chunks__/{Dialog-Dhrf3s5u.mjs → Dialog-D9aIj4DH.mjs} +6 -6
  138. package/__chunks__/{FocusScope-Bwm5pVEe.mjs → FocusScope-CUJV-jWH.mjs} +2 -2
  139. package/__chunks__/{HelpMenu-D1cDon5L.js → HelpMenu-DCAISGya.js} +7 -7
  140. package/__chunks__/{HelpMenu-BAmSNUnC.mjs → HelpMenu-o_hQKn4r.mjs} +7 -7
  141. package/__chunks__/{HorizontalGrid-kfsspHih.js → HorizontalGrid-DbUUnstP.js} +1 -1
  142. package/__chunks__/{HorizontalGrid-Ch9ENxEo.mjs → HorizontalGrid-RdSsoPeC.mjs} +2 -2
  143. package/__chunks__/{HorizontalStack-Dyv-5-kh.mjs → HorizontalStack-WaIa_On_.mjs} +2 -2
  144. package/__chunks__/{HorizontalStack-B1uZiaNX.js → HorizontalStack-vmmevfre.js} +1 -1
  145. package/__chunks__/{Icon-BEiJGivA.js → Icon-CYsmNchv.js} +2 -2
  146. package/__chunks__/{Icon-DOHoWHbH.mjs → Icon-CcUj4MVY.mjs} +3 -3
  147. package/__chunks__/{InputCaption-CySYnmNV.mjs → InputCaption-CxxltDAs.mjs} +2 -2
  148. package/__chunks__/{InputCaption-Dj5fHEqX.js → InputCaption-bYqI7fXg.js} +2 -2
  149. package/__chunks__/{InputField-DA7g3X1G.mjs → InputField-Ca7qeLiO.mjs} +6 -6
  150. package/__chunks__/{InputField-DHwzYUj5.js → InputField-buf5D3ld.js} +5 -5
  151. package/__chunks__/{InputIcon-UgLsMyoE.js → InputIcon-Cyg4utaN.js} +31 -31
  152. package/__chunks__/{InputIcon-DuUwLnBp.mjs → InputIcon-DfLwYU9w.mjs} +31 -31
  153. package/__chunks__/{KebabButton-C-bMU56U.js → KebabButton-BPEfCygq.js} +4 -4
  154. package/__chunks__/{KebabButton-BIAHO0Cj.mjs → KebabButton-Bj7-5IMa.mjs} +5 -5
  155. package/__chunks__/{Menu-7hcIonxF.js → Menu-BElR0RBK.js} +13 -13
  156. package/__chunks__/{Menu-BhWR0nq_.mjs → Menu-i28maspp.mjs} +24 -24
  157. package/__chunks__/{Notification-CsAZEegz.js → Notification-DXHN4vv_.js} +15 -15
  158. package/__chunks__/{Notification-BHHczfET.mjs → Notification-DiJldjM9.mjs} +17 -17
  159. package/__chunks__/{Overlay-kQ6Q7dIG.mjs → Overlay-zuiAML3I.mjs} +1 -1
  160. package/__chunks__/{PillGroup-CNUAWSR0.mjs → PillGroup-BRYeG6Od.mjs} +20 -20
  161. package/__chunks__/{PillGroup-DJbLolMZ.js → PillGroup-Cn8E8E4P.js} +6 -6
  162. package/__chunks__/{RadioGroup-Cxj8sLXq.mjs → RadioGroup-CPEyf5hC.mjs} +21 -23
  163. package/__chunks__/{RadioGroup-CeV2gCqE.js → RadioGroup-DJK8z1vF.js} +15 -17
  164. package/__chunks__/{RangeCalendar-CzkbWcll.mjs → RangeCalendar-BPHbgsZ0.mjs} +1 -1
  165. package/__chunks__/{RangeCalendar-GePc_84N.js → RangeCalendar-Bs9IeXPy.js} +1 -1
  166. package/__chunks__/{SelectOverlay-BduwEfhI.js → SelectOverlay-Db5VJkmw.js} +20 -20
  167. package/__chunks__/{SelectOverlay-XpPaiSFA.mjs → SelectOverlay-PEm5Tl8A.mjs} +29 -29
  168. package/__chunks__/{SelectorErrorTooltip-Dh0VAxiG.mjs → SelectorErrorTooltip-Boqc65Yy.mjs} +4 -4
  169. package/__chunks__/{SelectorErrorTooltip-CKfb04-I.js → SelectorErrorTooltip-DDNm75nL.js} +4 -4
  170. package/__chunks__/{Spinner-nrWHZuaA.mjs → Spinner-CBomPNoI.mjs} +6 -7
  171. package/__chunks__/{Spinner-BKXdBoJJ.js → Spinner-m8qMSR1F.js} +5 -6
  172. package/__chunks__/{Stepper-DJoTq-8d.mjs → Stepper-BEPd-fky.mjs} +27 -27
  173. package/__chunks__/{Stepper-Dsu6ZQmh.js → Stepper-_2jbaW9J.js} +26 -26
  174. package/__chunks__/{TabNav-Cdy2fWSb.js → TabNav-Bf-77rib.js} +1 -1
  175. package/__chunks__/{TabNav-BPVFmoVS.mjs → TabNav-CGZ4r4PS.mjs} +1 -1
  176. package/__chunks__/{Tabs-MOd7gGYp.mjs → Tabs-CxYgTX5o.mjs} +19 -19
  177. package/__chunks__/{Tabs-BwwFqtnK.js → Tabs-tyZA8KaR.js} +18 -18
  178. package/__chunks__/{Text-FQhZrmyS.mjs → Text-BAiVIBZd.mjs} +34 -34
  179. package/__chunks__/{Text-Bi6LyLI0.js → Text-hP_Y9mSJ.js} +34 -34
  180. package/__chunks__/{TextField-Beqw4ytb.mjs → TextField-CCjc76fv.mjs} +1 -1
  181. package/__chunks__/{TextField-DcwzlNPF.js → TextField-dE7TispK.js} +1 -1
  182. package/__chunks__/{Theme-CKTfAcvs.mjs → Theme-ByVPHaBx.mjs} +1 -1
  183. package/__chunks__/{Toggle-t9mfqH-0.mjs → Toggle-Crbwuw_5.mjs} +13 -13
  184. package/__chunks__/{Toggle-DDgvulcD.js → Toggle-OHMRIrIs.js} +11 -11
  185. package/__chunks__/{Tooltip-BB9vKUHa.js → Tooltip-D3SlLoJf.js} +8 -8
  186. package/__chunks__/{Tooltip-C30mSvZB.mjs → Tooltip-DGSCicRM.mjs} +12 -12
  187. package/__chunks__/{UnstyledButton-_Fv2Zvnn.mjs → UnstyledButton-D_DzFe67.mjs} +2 -2
  188. package/__chunks__/{UnstyledButton-BNpFL1WV.js → UnstyledButton-yd6ZL2Yi.js} +1 -1
  189. package/__chunks__/{VerticalStack-D5juweSg.js → VerticalStack-C-yspCsz.js} +3 -3
  190. package/__chunks__/{VerticalStack-Cth39m-n.mjs → VerticalStack-CtaqI7n3.mjs} +4 -4
  191. package/__chunks__/{VisuallyHidden-BM6BpKe-.mjs → VisuallyHidden-cQCgS6_a.mjs} +1 -1
  192. package/__chunks__/{ariaHideOutside-DzT8L09V.mjs → ariaHideOutside-CvJKAP9c.mjs} +2 -2
  193. package/__chunks__/{focusSafely-DByEWahg.mjs → focusSafely-CCOEuEpK.mjs} +1 -1
  194. package/__chunks__/{lodash-Cu2-TIbX.mjs → lodash-B19QVK6q.mjs} +8 -8
  195. package/__chunks__/{lodash-DfTCP3Dk.js → lodash-CS8bkZ7S.js} +8 -8
  196. package/__chunks__/{omit-jjOwwbdQ.js → omit-CC3uE8z5.js} +2 -4
  197. package/__chunks__/{omit-B_jU3Uog.mjs → omit-CYoLXTjq.mjs} +4 -6
  198. package/__chunks__/{overlayscrollbars-react-D154NPCl.js → overlayscrollbars-react-BFy4nomP.js} +1 -1
  199. package/__chunks__/{overlayscrollbars-react-0TIZYR5k.mjs → overlayscrollbars-react-BiRJpzDY.mjs} +1 -1
  200. package/__chunks__/{useButton-CAB58gzb.mjs → useButton-CdgRb7pd.mjs} +2 -2
  201. package/__chunks__/{useDialog-IOP1VbOS.mjs → useDialog-Bxep5NaV.mjs} +2 -2
  202. package/__chunks__/{useEdgeInterceptors-BPijGinK.js → useEdgeInterceptors--Trr_tJl.js} +5 -5
  203. package/__chunks__/{useEdgeInterceptors-DD-Z8qkB.mjs → useEdgeInterceptors-BougedeY.mjs} +5 -5
  204. package/__chunks__/{useFocus-CK70xB5-.mjs → useFocus-lnK5BCt2.mjs} +1 -1
  205. package/__chunks__/{useFocusRing-DE2KtVaT.mjs → useFocusRing-KIEn23AD.mjs} +3 -3
  206. package/__chunks__/{useFocusVisible-BWsOm7z5.mjs → useFocusVisible-Bb3k4_O_.mjs} +1 -1
  207. package/__chunks__/{useFocusWithin-C1nTntXX.mjs → useFocusWithin-BGNdxo9d.mjs} +1 -1
  208. package/__chunks__/{useFocusable-DFWO-r50.mjs → useFocusable-DxcU91xN.mjs} +2 -2
  209. package/__chunks__/{useFormValidation-DfzAl9pN.mjs → useFormValidation-CCe1AoIX.mjs} +2 -2
  210. package/__chunks__/{useHasTabbableChild-YC8W7aRx.mjs → useHasTabbableChild-DOO1szWv.mjs} +1 -1
  211. package/__chunks__/{useHighlightSelectionDescription-DjuXbVSH.mjs → useHighlightSelectionDescription-B_YjQEPD.mjs} +1 -1
  212. package/__chunks__/{useLink-D-4bwjAt.mjs → useLink-BGK9UEQW.mjs} +2 -2
  213. package/__chunks__/{useListBoxSection-CAwVEYPF.mjs → useListBoxSection-Dl15OiHe.mjs} +5 -5
  214. package/__chunks__/{useMenuTrigger-sRmDwcBp.mjs → useMenuTrigger-DDKy3dcp.mjs} +2 -2
  215. package/__chunks__/{useMenuTriggerState-cQf7L0mT.mjs → useMenuTriggerState-BJJ3WdLH.mjs} +1 -1
  216. package/__chunks__/{useModalOverlay-DyHdFvmT.mjs → useModalOverlay-BeCxNyVY.mjs} +2 -2
  217. package/__chunks__/{useOverlayPosition-VlLR-wFE.mjs → useOverlayPosition-CTTQ0gZN.mjs} +1 -1
  218. package/__chunks__/{useOverlayTrigger-BDiptZUo.mjs → useOverlayTrigger-BvP35sYf.mjs} +1 -1
  219. package/__chunks__/{usePress-U7SFXdpv.mjs → usePress-CqfuY_T7.mjs} +1 -1
  220. package/__chunks__/{useSelectableItem-BB067hsf.mjs → useSelectableItem-DeFiKyU1.mjs} +4 -4
  221. package/__chunks__/{useSelectableList-DDqgQiaE.mjs → useSelectableList-DPJUwWwV.mjs} +1 -1
  222. package/__chunks__/{useTextField-DmLS2Qbm.mjs → useTextField-CspDdKaL.mjs} +2 -2
  223. package/__chunks__/{useToggle-infPUFau.mjs → useToggle-CbrJW7jr.mjs} +2 -2
  224. package/__chunks__/{useTriggerWidth-CAYuGPNq.mjs → useTriggerWidth-74VNM0k9.mjs} +2 -2
  225. package/__chunks__/{utilities-BXDJP7Yh.mjs → utilities-CczOI9Hn.mjs} +11 -11
  226. package/package.json +1 -1
  227. package/style.css +1062 -1056
  228. package/utilities/useScrollbar.js +1 -1
  229. package/utilities/useScrollbar.mjs +1 -1
package/Badge/index.js CHANGED
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const React = require("react");
4
- const Icon = require("../__chunks__/Icon-BEiJGivA.js");
5
- const Text = require("../__chunks__/Text-Bi6LyLI0.js");
4
+ const Icon = require("../__chunks__/Icon-CYsmNchv.js");
5
+ const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
6
6
  const utilities_css = require("../utilities/css.js");
7
- const root = "_root_qg9fv_5";
8
- const primary = "_primary_qg9fv_16";
9
- const secondary = "_secondary_qg9fv_17";
10
- const text = "_text_qg9fv_32";
11
- const variantPrimary = "_variantPrimary_qg9fv_37";
12
- const variantSecondary = "_variantSecondary_qg9fv_44";
13
- const variantBlack = "_variantBlack_qg9fv_51";
14
- const variantInverse = "_variantInverse_qg9fv_58";
15
- const variantGray = "_variantGray_qg9fv_65";
16
- const variantSuccess = "_variantSuccess_qg9fv_72";
17
- const variantWarning = "_variantWarning_qg9fv_79";
18
- const variantDanger = "_variantDanger_qg9fv_86";
7
+ const root = "_root_6zznh_5";
8
+ const primary = "_primary_6zznh_16";
9
+ const secondary = "_secondary_6zznh_17";
10
+ const text = "_text_6zznh_32";
11
+ const variantPrimary = "_variantPrimary_6zznh_37";
12
+ const variantSecondary = "_variantSecondary_6zznh_44";
13
+ const variantBlack = "_variantBlack_6zznh_51";
14
+ const variantInverse = "_variantInverse_6zznh_58";
15
+ const variantGray = "_variantGray_6zznh_65";
16
+ const variantSuccess = "_variantSuccess_6zznh_72";
17
+ const variantWarning = "_variantWarning_6zznh_79";
18
+ const variantDanger = "_variantDanger_6zznh_86";
19
19
  const styles = {
20
20
  root,
21
21
  primary,
package/Badge/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
1
  import React__default from "react";
2
- import { I as Icon } from "../__chunks__/Icon-DOHoWHbH.mjs";
3
- import { T as Text } from "../__chunks__/Text-FQhZrmyS.mjs";
2
+ import { I as Icon } from "../__chunks__/Icon-CcUj4MVY.mjs";
3
+ import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
4
4
  import { classNames, variationName } from "../utilities/css.mjs";
5
- const root = "_root_qg9fv_5";
6
- const primary = "_primary_qg9fv_16";
7
- const secondary = "_secondary_qg9fv_17";
8
- const text = "_text_qg9fv_32";
9
- const variantPrimary = "_variantPrimary_qg9fv_37";
10
- const variantSecondary = "_variantSecondary_qg9fv_44";
11
- const variantBlack = "_variantBlack_qg9fv_51";
12
- const variantInverse = "_variantInverse_qg9fv_58";
13
- const variantGray = "_variantGray_qg9fv_65";
14
- const variantSuccess = "_variantSuccess_qg9fv_72";
15
- const variantWarning = "_variantWarning_qg9fv_79";
16
- const variantDanger = "_variantDanger_qg9fv_86";
5
+ const root = "_root_6zznh_5";
6
+ const primary = "_primary_6zznh_16";
7
+ const secondary = "_secondary_6zznh_17";
8
+ const text = "_text_6zznh_32";
9
+ const variantPrimary = "_variantPrimary_6zznh_37";
10
+ const variantSecondary = "_variantSecondary_6zznh_44";
11
+ const variantBlack = "_variantBlack_6zznh_51";
12
+ const variantInverse = "_variantInverse_6zznh_58";
13
+ const variantGray = "_variantGray_6zznh_65";
14
+ const variantSuccess = "_variantSuccess_6zznh_72";
15
+ const variantWarning = "_variantWarning_6zznh_79";
16
+ const variantDanger = "_variantDanger_6zznh_86";
17
17
  const styles = {
18
18
  root,
19
19
  primary,
package/Banner/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const React = require("react");
4
- const Text = require("../__chunks__/Text-Bi6LyLI0.js");
4
+ const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
5
5
  const utilities_css = require("../utilities/css.js");
6
- const colorSuccess = "_colorSuccess_eygt6_5";
7
- const colorPrimary = "_colorPrimary_eygt6_10";
8
- const colorNeutral = "_colorNeutral_eygt6_11";
9
- const Banner$1 = "_Banner_eygt6_23";
6
+ const colorSuccess = "_colorSuccess_4pljs_5";
7
+ const colorPrimary = "_colorPrimary_4pljs_10";
8
+ const colorNeutral = "_colorNeutral_4pljs_11";
9
+ const Banner$1 = "_Banner_4pljs_23";
10
10
  const styles = {
11
11
  colorSuccess,
12
12
  colorPrimary,
package/Banner/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import React__default from "react";
2
- import { T as Text } from "../__chunks__/Text-FQhZrmyS.mjs";
2
+ import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
3
3
  import { classNames, variationName } from "../utilities/css.mjs";
4
- const colorSuccess = "_colorSuccess_eygt6_5";
5
- const colorPrimary = "_colorPrimary_eygt6_10";
6
- const colorNeutral = "_colorNeutral_eygt6_11";
7
- const Banner$1 = "_Banner_eygt6_23";
4
+ const colorSuccess = "_colorSuccess_4pljs_5";
5
+ const colorPrimary = "_colorPrimary_4pljs_10";
6
+ const colorNeutral = "_colorNeutral_4pljs_11";
7
+ const Banner$1 = "_Banner_4pljs_23";
8
8
  const styles = {
9
9
  colorSuccess,
10
10
  colorPrimary,
package/Button/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Button = require("../__chunks__/Button-DnLoaSJr.js");
3
+ const Button = require("../__chunks__/Button-5ySni8Hh.js");
4
4
  exports.Button = Button.Button;
package/Button/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { B } from "../__chunks__/Button-C2XjH0To.mjs";
1
+ import { B } from "../__chunks__/Button-pgrX3do0.mjs";
2
2
  export {
3
3
  B as Button
4
4
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @easypost/easy-ui
2
2
 
3
+ ## 1.0.0-alpha.69
4
+
5
+ ### Minor Changes
6
+
7
+ - 4314cde: feat: CheckableCard component
8
+
3
9
  ## 1.0.0-alpha.68
4
10
 
5
11
  ### Patch Changes
package/Calendar/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Calendar = require("../__chunks__/Calendar-DDwEgLvp.js");
3
+ const Calendar = require("../__chunks__/Calendar-CaPbfdfI.js");
4
4
  exports.Calendar = Calendar.Calendar;
@@ -1,4 +1,4 @@
1
- import { C } from "../__chunks__/Calendar-CE1me5kU.mjs";
1
+ import { C } from "../__chunks__/Calendar-CRF4AZno.mjs";
2
2
  export {
3
3
  C as Calendar
4
4
  };
package/Card/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Card = require("../__chunks__/Card-Dd-q1bh8.js");
3
+ const Card = require("../__chunks__/Card-BglJr0kt.js");
4
4
  exports.Card = Card.Card;
5
5
  exports.pickCardAreaProps = Card.pickCardAreaProps;
package/Card/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { C, p } from "../__chunks__/Card-C6wAxtdL.mjs";
1
+ import { C, p } from "../__chunks__/Card-BDwEhe4v.mjs";
2
2
  export {
3
3
  C as Card,
4
4
  p as pickCardAreaProps
@@ -0,0 +1,28 @@
1
+ import React, { ReactNode } from "react";
2
+ import { CheckboxProps } from "../Checkbox";
3
+ export type CheckableCardProps = Omit<CheckboxProps, "size"> & {
4
+ /**
5
+ * The header for the checkable card.
6
+ */
7
+ header: ReactNode;
8
+ /**
9
+ * The content for the checkable card.
10
+ */
11
+ children: ReactNode;
12
+ };
13
+ /**
14
+ * A styled container with a `Checkbox` form element.
15
+ *
16
+ * @example
17
+ * ```tsx
18
+ * <CheckableCard
19
+ * isSelected={isSelected}
20
+ * onChange={(isSelected) => setIsSelected(isSelected)}
21
+ * header="Header"
22
+ * >
23
+ * Content
24
+ * </CheckableCard>
25
+ * ```
26
+ */
27
+ export declare function CheckableCard(props: CheckableCardProps): React.JSX.Element;
28
+ //# sourceMappingURL=CheckableCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckableCard.d.ts","sourceRoot":"","sources":["../../src/CheckableCard/CheckableCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAY,aAAa,EAAE,MAAM,aAAa,CAAC;AAOtD,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG;IAC7D;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBAsBtD"}
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { CheckableCard } from "./CheckableCard";
3
+ type Story = StoryObj<typeof CheckableCard>;
4
+ declare const meta: Meta<typeof CheckableCard>;
5
+ export default meta;
6
+ export declare const Default: Story;
7
+ //# sourceMappingURL=CheckableCard.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckableCard.stories.d.ts","sourceRoot":"","sources":["../../src/CheckableCard/CheckableCard.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAsB,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEpE,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAI5C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAGpC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CheckableCard.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckableCard.test.d.ts","sourceRoot":"","sources":["../../src/CheckableCard/CheckableCard.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./CheckableCard";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/CheckableCard/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,65 @@
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
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
+ const React = require("react");
35
+ const Card = require("../__chunks__/Card-BglJr0kt.js");
36
+ const Checkbox = require("../__chunks__/Checkbox-DZQ5HskZ.js");
37
+ const HorizontalStack = require("../__chunks__/HorizontalStack-vmmevfre.js");
38
+ const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
39
+ const VerticalStack = require("../__chunks__/VerticalStack-C-yspCsz.js");
40
+ const textContainer = "_textContainer_1ukue_5";
41
+ const styles = {
42
+ textContainer
43
+ };
44
+ function CheckableCard(props) {
45
+ const _a = props, { header, children } = _a, checkboxProps = __objRest(_a, ["header", "children"]);
46
+ return React.createElement(Card.Card, null, React.createElement(VerticalStack.VerticalStack, {
47
+ gap: "2"
48
+ }, React.createElement(HorizontalStack.HorizontalStack, {
49
+ gap: "1.5",
50
+ blockAlign: "center"
51
+ }, React.createElement(VerticalStack.VerticalStack, {
52
+ gap: "1"
53
+ }, React.createElement(Checkbox.Checkbox, __spreadProps(__spreadValues({}, checkboxProps), {
54
+ size: "lg"
55
+ }), React.createElement(Text.Text, {
56
+ weight: "semibold",
57
+ as: "h3"
58
+ }, header)), React.createElement("div", {
59
+ className: styles.textContainer
60
+ }, React.createElement(Text.Text, {
61
+ weight: "medium",
62
+ color: "neutral.500"
63
+ }, children))))));
64
+ }
65
+ exports.CheckableCard = CheckableCard;
@@ -0,0 +1,65 @@
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 React__default from "react";
33
+ import { C as Card } from "../__chunks__/Card-BDwEhe4v.mjs";
34
+ import { C as Checkbox } from "../__chunks__/Checkbox-ukdXVfAE.mjs";
35
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-WaIa_On_.mjs";
36
+ import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
37
+ import { V as VerticalStack } from "../__chunks__/VerticalStack-CtaqI7n3.mjs";
38
+ const textContainer = "_textContainer_1ukue_5";
39
+ const styles = {
40
+ textContainer
41
+ };
42
+ function CheckableCard(props) {
43
+ const _a = props, { header, children } = _a, checkboxProps = __objRest(_a, ["header", "children"]);
44
+ return React__default.createElement(Card, null, React__default.createElement(VerticalStack, {
45
+ gap: "2"
46
+ }, React__default.createElement(HorizontalStack, {
47
+ gap: "1.5",
48
+ blockAlign: "center"
49
+ }, React__default.createElement(VerticalStack, {
50
+ gap: "1"
51
+ }, React__default.createElement(Checkbox, __spreadProps(__spreadValues({}, checkboxProps), {
52
+ size: "lg"
53
+ }), React__default.createElement(Text, {
54
+ weight: "semibold",
55
+ as: "h3"
56
+ }, header)), React__default.createElement("div", {
57
+ className: styles.textContainer
58
+ }, React__default.createElement(Text, {
59
+ weight: "medium",
60
+ color: "neutral.500"
61
+ }, children))))));
62
+ }
63
+ export {
64
+ CheckableCard
65
+ };
package/Checkbox/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Checkbox = require("../__chunks__/Checkbox-CNu0kM51.js");
3
+ const Checkbox = require("../__chunks__/Checkbox-DZQ5HskZ.js");
4
4
  exports.Checkbox = Checkbox.Checkbox;
5
5
  exports.DEFAULT_SIZE = Checkbox.DEFAULT_SIZE;
@@ -1,4 +1,4 @@
1
- import { C, D } from "../__chunks__/Checkbox-DxVLox7u.mjs";
1
+ import { C, D } from "../__chunks__/Checkbox-ukdXVfAE.mjs";
2
2
  export {
3
3
  C as Checkbox,
4
4
  D as DEFAULT_SIZE
@@ -17,19 +17,19 @@ var __spreadValues = (a, b) => {
17
17
  };
18
18
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
19
19
  const React = require("react");
20
- const CodeSnippet = require("../__chunks__/CodeSnippet-BT2hkAfu.js");
21
- const HorizontalStack = require("../__chunks__/HorizontalStack-B1uZiaNX.js");
20
+ const CodeSnippet = require("../__chunks__/CodeSnippet-DzSaE0NF.js");
21
+ const HorizontalStack = require("../__chunks__/HorizontalStack-vmmevfre.js");
22
22
  const utilities_css = require("../utilities/css.js");
23
23
  const utilities_react = require("../utilities/react.js");
24
- const Icon = require("../__chunks__/Icon-BEiJGivA.js");
25
- const Text = require("../__chunks__/Text-Bi6LyLI0.js");
26
- const Tooltip = require("../__chunks__/Tooltip-BB9vKUHa.js");
24
+ const Icon = require("../__chunks__/Icon-CYsmNchv.js");
25
+ const Text = require("../__chunks__/Text-hP_Y9mSJ.js");
26
+ const Tooltip = require("../__chunks__/Tooltip-D3SlLoJf.js");
27
27
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
28
28
  const useFocus = require("../__chunks__/useFocus-l6ZlVMHW.js");
29
29
  const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
30
30
  const ExpandMore400 = require("../__chunks__/ExpandMore400-CJpvxyJm.js");
31
- const Menu = require("../__chunks__/Menu-7hcIonxF.js");
32
- const UnstyledButton = require("../__chunks__/UnstyledButton-BNpFL1WV.js");
31
+ const Menu = require("../__chunks__/Menu-BElR0RBK.js");
32
+ const UnstyledButton = require("../__chunks__/UnstyledButton-yd6ZL2Yi.js");
33
33
  function _interopNamespaceDefault(e) {
34
34
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
35
35
  if (e) {
@@ -218,7 +218,7 @@ function requireDist() {
218
218
  return dist;
219
219
  }
220
220
  var distExports = requireDist();
221
- const CopyButton$1 = "_CopyButton_dvy87_5";
221
+ const CopyButton$1 = "_CopyButton_q8ls6_5";
222
222
  const styles$1 = {
223
223
  CopyButton: CopyButton$1
224
224
  };
@@ -284,12 +284,12 @@ function LanguageMenu(props) {
284
284
  key: language2
285
285
  }, CodeSnippet.friendlySnippetLanguageNames[language2]))));
286
286
  }
287
- const CodeBlock$1 = "_CodeBlock_1q4fp_5";
288
- const header = "_header_1q4fp_13";
289
- const headerTitle = "_headerTitle_1q4fp_20";
290
- const divider = "_divider_1q4fp_29";
291
- const colorPrimary = "_colorPrimary_1q4fp_36";
292
- const colorSecondary = "_colorSecondary_1q4fp_41";
287
+ const CodeBlock$1 = "_CodeBlock_m7yxh_5";
288
+ const header = "_header_m7yxh_13";
289
+ const headerTitle = "_headerTitle_m7yxh_20";
290
+ const divider = "_divider_m7yxh_29";
291
+ const colorPrimary = "_colorPrimary_m7yxh_36";
292
+ const colorSecondary = "_colorSecondary_m7yxh_41";
293
293
  const styles = {
294
294
  CodeBlock: CodeBlock$1,
295
295
  header,
@@ -16,19 +16,19 @@ var __spreadValues = (a, b) => {
16
16
  };
17
17
  import * as React from "react";
18
18
  import React__default, { useCallback, useMemo } from "react";
19
- import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-Duhq5nHT.mjs";
20
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Dyv-5-kh.mjs";
19
+ import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-CNO4caRz.mjs";
20
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-WaIa_On_.mjs";
21
21
  import { classNames, variationName } from "../utilities/css.mjs";
22
22
  import { filterChildrenByDisplayName } from "../utilities/react.mjs";
23
- import { I as Icon } from "../__chunks__/Icon-DOHoWHbH.mjs";
24
- import { T as Text } from "../__chunks__/Text-FQhZrmyS.mjs";
25
- import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-C30mSvZB.mjs";
23
+ import { I as Icon } from "../__chunks__/Icon-CcUj4MVY.mjs";
24
+ import { T as Text } from "../__chunks__/Text-BAiVIBZd.mjs";
25
+ import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-DGSCicRM.mjs";
26
26
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
27
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-CK70xB5-.mjs";
27
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-lnK5BCt2.mjs";
28
28
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-DSi85raC.mjs";
29
29
  import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
30
- import { M as Menu } from "../__chunks__/Menu-BhWR0nq_.mjs";
31
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-_Fv2Zvnn.mjs";
30
+ import { M as Menu } from "../__chunks__/Menu-i28maspp.mjs";
31
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-D_DzFe67.mjs";
32
32
  var __defProp2 = Object.defineProperty;
33
33
  var __getOwnPropSymbols2 = Object.getOwnPropertySymbols;
34
34
  var __hasOwnProp2 = Object.prototype.hasOwnProperty;
@@ -200,7 +200,7 @@ function requireDist() {
200
200
  return dist;
201
201
  }
202
202
  var distExports = requireDist();
203
- const CopyButton$1 = "_CopyButton_dvy87_5";
203
+ const CopyButton$1 = "_CopyButton_q8ls6_5";
204
204
  const styles$1 = {
205
205
  CopyButton: CopyButton$1
206
206
  };
@@ -266,12 +266,12 @@ function LanguageMenu(props) {
266
266
  key: language2
267
267
  }, friendlySnippetLanguageNames[language2]))));
268
268
  }
269
- const CodeBlock$1 = "_CodeBlock_1q4fp_5";
270
- const header = "_header_1q4fp_13";
271
- const headerTitle = "_headerTitle_1q4fp_20";
272
- const divider = "_divider_1q4fp_29";
273
- const colorPrimary = "_colorPrimary_1q4fp_36";
274
- const colorSecondary = "_colorSecondary_1q4fp_41";
269
+ const CodeBlock$1 = "_CodeBlock_m7yxh_5";
270
+ const header = "_header_m7yxh_13";
271
+ const headerTitle = "_headerTitle_m7yxh_20";
272
+ const divider = "_divider_m7yxh_29";
273
+ const colorPrimary = "_colorPrimary_m7yxh_36";
274
+ const colorSecondary = "_colorSecondary_m7yxh_41";
275
275
  const styles = {
276
276
  CodeBlock: CodeBlock$1,
277
277
  header,
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const CodeSnippet = require("../__chunks__/CodeSnippet-BT2hkAfu.js");
3
+ const CodeSnippet = require("../__chunks__/CodeSnippet-DzSaE0NF.js");
4
4
  exports.CodeSnippet = CodeSnippet.CodeSnippet;
@@ -1,4 +1,4 @@
1
- import { C } from "../__chunks__/CodeSnippet-Duhq5nHT.mjs";
1
+ import { C } from "../__chunks__/CodeSnippet-CNO4caRz.mjs";
2
2
  export {
3
3
  C as CodeSnippet
4
4
  };