@easypost/easy-ui 1.0.0-alpha.60 → 1.0.0-alpha.61

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 (243) 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/CalendarCell.d.ts.map +1 -1
  9. package/Calendar/index.js +2 -40
  10. package/Calendar/index.mjs +2 -40
  11. package/Card/index.js +1 -1
  12. package/Card/index.mjs +1 -1
  13. package/Checkbox/index.js +1 -1
  14. package/Checkbox/index.mjs +1 -1
  15. package/CodeBlock/index.js +13 -13
  16. package/CodeBlock/index.mjs +15 -15
  17. package/CodeSnippet/index.js +1 -1
  18. package/CodeSnippet/index.mjs +1 -1
  19. package/DataGrid/index.js +63 -62
  20. package/DataGrid/index.mjs +72 -71
  21. package/DatePicker/DateField.d.ts +14 -0
  22. package/DatePicker/DateField.d.ts.map +1 -0
  23. package/DatePicker/DatePicker.d.ts +91 -0
  24. package/DatePicker/DatePicker.d.ts.map +1 -0
  25. package/DatePicker/DatePicker.stories.d.ts +14 -0
  26. package/DatePicker/DatePicker.stories.d.ts.map +1 -0
  27. package/DatePicker/DatePicker.test.d.ts +2 -0
  28. package/DatePicker/DatePicker.test.d.ts.map +1 -0
  29. package/DatePicker/DatePickerBase.d.ts +32 -0
  30. package/DatePicker/DatePickerBase.d.ts.map +1 -0
  31. package/DatePicker/DatePickerOverlay.d.ts +12 -0
  32. package/DatePicker/DatePickerOverlay.d.ts.map +1 -0
  33. package/DatePicker/DatePickerTrigger.d.ts +20 -0
  34. package/DatePicker/DatePickerTrigger.d.ts.map +1 -0
  35. package/DatePicker/index.d.ts +2 -0
  36. package/DatePicker/index.d.ts.map +1 -0
  37. package/DatePicker/index.js +275 -0
  38. package/DatePicker/index.mjs +275 -0
  39. package/DateRangePicker/DateRangePicker.d.ts +89 -0
  40. package/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  41. package/DateRangePicker/DateRangePicker.stories.d.ts +14 -0
  42. package/DateRangePicker/DateRangePicker.stories.d.ts.map +1 -0
  43. package/DateRangePicker/DateRangePicker.test.d.ts +2 -0
  44. package/DateRangePicker/DateRangePicker.test.d.ts.map +1 -0
  45. package/DateRangePicker/index.d.ts +2 -0
  46. package/DateRangePicker/index.d.ts.map +1 -0
  47. package/DateRangePicker/index.js +434 -0
  48. package/DateRangePicker/index.mjs +434 -0
  49. package/Drawer/index.js +22 -22
  50. package/Drawer/index.mjs +21 -21
  51. package/DropdownButton/index.js +12 -12
  52. package/DropdownButton/index.mjs +13 -13
  53. package/EmptyStateCard/index.js +8 -8
  54. package/EmptyStateCard/index.mjs +8 -8
  55. package/FocusedProductLayout/index.js +23 -23
  56. package/FocusedProductLayout/index.mjs +23 -23
  57. package/ForgeLayout/index.js +27 -27
  58. package/ForgeLayout/index.mjs +30 -30
  59. package/FormLayout/index.js +5 -5
  60. package/FormLayout/index.mjs +5 -5
  61. package/HorizontalGrid/index.js +1 -1
  62. package/HorizontalGrid/index.mjs +1 -1
  63. package/HorizontalStack/index.js +1 -1
  64. package/HorizontalStack/index.mjs +1 -1
  65. package/Icon/index.js +1 -1
  66. package/Icon/index.mjs +1 -1
  67. package/IconButton/index.js +12 -12
  68. package/IconButton/index.mjs +13 -13
  69. package/InputField/index.js +1 -1
  70. package/InputField/index.mjs +1 -1
  71. package/KebabButton/index.js +1 -1
  72. package/KebabButton/index.mjs +1 -1
  73. package/Menu/index.js +1 -1
  74. package/Menu/index.mjs +1 -1
  75. package/Modal/index.js +23 -23
  76. package/Modal/index.mjs +22 -22
  77. package/NexusLayout/index.js +28 -28
  78. package/NexusLayout/index.mjs +31 -31
  79. package/Notification/index.js +1 -1
  80. package/Notification/index.mjs +1 -1
  81. package/Pagination/index.js +7 -7
  82. package/Pagination/index.mjs +8 -8
  83. package/PillGroup/index.js +9 -9
  84. package/PillGroup/index.mjs +19 -19
  85. package/ProductLayout/index.js +24 -24
  86. package/ProductLayout/index.mjs +25 -25
  87. package/Provider/index.js +1 -1
  88. package/Provider/index.mjs +2 -2
  89. package/RadioButtonGroup/index.js +2 -2
  90. package/RadioButtonGroup/index.mjs +5 -5
  91. package/RadioGroup/index.js +16 -16
  92. package/RadioGroup/index.mjs +21 -21
  93. package/RangeCalendar/RangeCalendar.test.d.ts +2 -1
  94. package/RangeCalendar/RangeCalendar.test.d.ts.map +1 -1
  95. package/RangeCalendar/index.js +2 -226
  96. package/RangeCalendar/index.mjs +2 -226
  97. package/SearchNav/index.js +29 -29
  98. package/SearchNav/index.mjs +30 -30
  99. package/SectionCard/index.js +7 -7
  100. package/SectionCard/index.mjs +7 -7
  101. package/Select/index.js +7 -6
  102. package/Select/index.mjs +6 -5
  103. package/SelectorErrorTooltip/index.js +1 -1
  104. package/SelectorErrorTooltip/index.mjs +1 -1
  105. package/Spinner/index.js +1 -1
  106. package/Spinner/index.mjs +1 -1
  107. package/SplitToggleCard/index.js +4 -4
  108. package/SplitToggleCard/index.mjs +4 -4
  109. package/Stepper/index.js +1 -1
  110. package/Stepper/index.mjs +1 -1
  111. package/TabNav/index.js +1 -1
  112. package/TabNav/index.mjs +1 -1
  113. package/TabPanels/index.js +1 -1
  114. package/TabPanels/index.mjs +7 -7
  115. package/Tabs/index.js +1 -1
  116. package/Tabs/index.mjs +1 -1
  117. package/Text/index.js +1 -1
  118. package/Text/index.mjs +1 -1
  119. package/TextField/index.js +1 -1
  120. package/TextField/index.mjs +1 -1
  121. package/Textarea/index.js +1 -1
  122. package/Textarea/index.mjs +1 -1
  123. package/Toggle/index.js +1 -1
  124. package/Toggle/index.mjs +1 -1
  125. package/ToggleCard/index.js +2 -2
  126. package/ToggleCard/index.mjs +2 -2
  127. package/Tooltip/index.js +1 -1
  128. package/Tooltip/index.mjs +1 -1
  129. package/UnstyledButton/index.mjs +1 -1
  130. package/VerticalNav/index.js +24 -24
  131. package/VerticalNav/index.mjs +27 -27
  132. package/VerticalStack/index.js +1 -1
  133. package/VerticalStack/index.mjs +1 -1
  134. package/__chunks__/{Button-DuqSI9GS.js → Button-BzB8v2mS.js} +17 -17
  135. package/__chunks__/{Button-D0YAQvKG.mjs → Button-DcYNVtp7.mjs} +3 -3
  136. package/__chunks__/{Button-bGGT-c6v.mjs → Button-gxCTl22H.mjs} +18 -18
  137. package/__chunks__/{Button-D8vjHIx8.js → Button-jgkOum0d.js} +1 -1
  138. package/__chunks__/Calendar-BS8zgZK8.js +41 -0
  139. package/__chunks__/Calendar-C9hD67Rz.mjs +42 -0
  140. package/__chunks__/{CalendarBase-DbXh9rhk.mjs → CalendarBase-4iGD1mPK.mjs} +99 -27
  141. package/__chunks__/{CalendarBase-CiBPzvL4.js → CalendarBase-saNix6u1.js} +94 -22
  142. package/__chunks__/{Card-DdHvpDEw.mjs → Card-Cr-bIjoN.mjs} +12 -12
  143. package/__chunks__/{Card-93kQP9IL.js → Card-DaFTIHZD.js} +12 -12
  144. package/__chunks__/{Checkbox-BRrfKcFE.mjs → Checkbox-BR4RBHLp.mjs} +23 -23
  145. package/__chunks__/{Checkbox-MbPCVxqs.js → Checkbox-BY4UkCg7.js} +20 -20
  146. package/__chunks__/{CodeSnippet-xb-psm_O.mjs → CodeSnippet-ChZIz_CO.mjs} +2 -2
  147. package/__chunks__/{CodeSnippet-D9ZZXVs3.js → CodeSnippet-H-6ta_Y8.js} +2 -2
  148. package/__chunks__/DatePickerBase-DlbnqBLN.mjs +3152 -0
  149. package/__chunks__/DatePickerBase-vorBKIfJ.js +3166 -0
  150. package/__chunks__/{FocusScope-CEeqhVmO.mjs → FocusScope-CjcZn1Rq.mjs} +4 -4
  151. package/__chunks__/{HelpMenu-E6z6tRl8.js → HelpMenu-BzUSoyPi.js} +6 -6
  152. package/__chunks__/{HelpMenu-CCHBb1Kr.mjs → HelpMenu-yEjZgR1V.mjs} +7 -7
  153. package/__chunks__/{HorizontalGrid-B7ijxURd.js → HorizontalGrid-Bhj16LbM.js} +1 -1
  154. package/__chunks__/{HorizontalGrid-vw7R2Tld.mjs → HorizontalGrid-D4bJqbQV.mjs} +1 -1
  155. package/__chunks__/{HorizontalStack-Dx9zYaH0.mjs → HorizontalStack-BDZp8p9E.mjs} +1 -1
  156. package/__chunks__/{HorizontalStack-1g4N72TF.js → HorizontalStack-_DnrRlDb.js} +1 -1
  157. package/__chunks__/{Icon-QGDwoR1f.mjs → Icon-BdtOD2WX.mjs} +2 -2
  158. package/__chunks__/{Icon-oPEVg2C8.js → Icon-DJ8CpeVT.js} +2 -2
  159. package/__chunks__/InputCaption-BBbxPdvJ.mjs +61 -0
  160. package/__chunks__/InputCaption-CEIuQ6BY.js +60 -0
  161. package/__chunks__/{InputField-BGBRvVMR.js → InputField-BUU9HZ1I.js} +7 -6
  162. package/__chunks__/{InputField-BI73lSp6.mjs → InputField-CPxOg_cd.mjs} +8 -7
  163. package/__chunks__/InputIcon-MHt_XLtO.mjs +112 -0
  164. package/__chunks__/InputIcon-nUumrcJ5.js +111 -0
  165. package/__chunks__/{KebabButton-DBLcfQI6.mjs → KebabButton-BapJTvS6.mjs} +5 -5
  166. package/__chunks__/{KebabButton-C15-V-k2.js → KebabButton-C3KI5LDA.js} +4 -4
  167. package/__chunks__/{LiveAnnouncer-Bi_Y3tfX.mjs → LiveAnnouncer-BSV5-C0m.mjs} +5 -1
  168. package/__chunks__/{LiveAnnouncer-Dwkwacle.js → LiveAnnouncer-CzeNwq2D.js} +4 -0
  169. package/__chunks__/{Menu-Cuqxc1iw.js → Menu-CkQaJJAH.js} +31 -30
  170. package/__chunks__/{Menu-BELtbX2b.mjs → Menu-LzJveIa-.mjs} +21 -20
  171. package/__chunks__/{Notification-D90-75ZN.js → Notification-C5_bwXj4.js} +15 -15
  172. package/__chunks__/{Notification-lqESwByD.mjs → Notification-CAmvbAK1.mjs} +18 -18
  173. package/__chunks__/{Spinner-D3LMSY80.js → NumberFormatter-CXW1Iqpu.js} +1 -79
  174. package/__chunks__/{Spinner-tHEG0z1g.mjs → NumberFormatter-p5KNJNTT.mjs} +1 -79
  175. package/__chunks__/{Overlay-CuhLUuXt.mjs → Overlay-d3z5W5Nn.mjs} +6 -6
  176. package/__chunks__/RangeCalendar-5enltd2P.js +227 -0
  177. package/__chunks__/RangeCalendar-Bhk32GB_.mjs +228 -0
  178. package/__chunks__/{SelectOverlay-pFcbx7UM.js → SelectOverlay-DKJvzJJ7.js} +35 -33
  179. package/__chunks__/{SelectOverlay-CadnQpV0.mjs → SelectOverlay-MLWWpDpl.mjs} +32 -30
  180. package/__chunks__/{SelectionManager-IO4G_cI2.mjs → SelectionManager-DCO_d3m1.mjs} +2 -2
  181. package/__chunks__/{SelectorErrorTooltip-CFlgzXu5.mjs → SelectorErrorTooltip-DLyZgeUf.mjs} +4 -4
  182. package/__chunks__/{SelectorErrorTooltip-Cfzpo7X3.js → SelectorErrorTooltip-DowQ2whn.js} +4 -4
  183. package/__chunks__/Spinner-BFydR08g.js +100 -0
  184. package/__chunks__/Spinner-hJoFNoHJ.mjs +101 -0
  185. package/__chunks__/{Stepper-B0w3sKYh.mjs → Stepper-BY8zQdW2.mjs} +27 -27
  186. package/__chunks__/{Stepper-Bbihngk4.js → Stepper-CxWpMLEW.js} +25 -25
  187. package/__chunks__/{TabNav-BHETvib0.js → TabNav-1cTg6TWo.js} +1 -1
  188. package/__chunks__/{TabNav-2W0d3JQ0.mjs → TabNav-burpvHrg.mjs} +1 -1
  189. package/__chunks__/{Tabs-C-D794Gi.mjs → Tabs-BzZ9w82m.mjs} +18 -18
  190. package/__chunks__/{Tabs-9dihRp0n.js → Tabs-DHXJckwb.js} +17 -17
  191. package/__chunks__/{Text-D8wg72pq.mjs → Text-CQ_8wg0t.mjs} +34 -34
  192. package/__chunks__/{Text-CEI17LPu.js → Text-Dfbyoxsz.js} +34 -34
  193. package/__chunks__/{Toggle-DlIBs_Za.mjs → Toggle-BiaALtul.mjs} +13 -13
  194. package/__chunks__/{Toggle-4oQhSggV.js → Toggle-CYKsPbEK.js} +11 -11
  195. package/__chunks__/{Tooltip-Cxv7qnVD.mjs → Tooltip-5ZgKkdk8.mjs} +12 -12
  196. package/__chunks__/{Tooltip-7wXzqEZl.js → Tooltip-Bzqm5boz.js} +8 -8
  197. package/__chunks__/{UnstyledButton-B7BScs8i.mjs → UnstyledButton-BlB066YT.mjs} +1 -1
  198. package/__chunks__/{VerticalStack-BTB8fX9P.js → VerticalStack-_gyNJbOa.js} +3 -3
  199. package/__chunks__/{VerticalStack-HnwP17N3.mjs → VerticalStack-eKUWFHU3.mjs} +3 -3
  200. package/__chunks__/{VisuallyHidden-BttNIgVC.mjs → VisuallyHidden-DmDK0fH3.mjs} +1 -1
  201. package/__chunks__/{ariaHideOutside-DcIkumuG.mjs → ariaHideOutside-B-UoCW1g.mjs} +5 -29
  202. package/__chunks__/{ariaHideOutside-DNGR3Fo6.js → ariaHideOutside-a1MUBVQF.js} +0 -24
  203. package/__chunks__/{focusSafely-Dw7K4rnX.mjs → focusSafely-DcMa3q3g.mjs} +2 -2
  204. package/__chunks__/{isVirtualEvent-BFRy7P_p.mjs → isVirtualEvent-BPCuFO54.mjs} +2 -2
  205. package/__chunks__/{useButton-B1CurEpI.mjs → useButton-BoMy_zYC.mjs} +2 -2
  206. package/__chunks__/useCollator-DGrSWVh4.js +12 -0
  207. package/__chunks__/useCollator-DXoNI6C-.mjs +13 -0
  208. package/__chunks__/{useDialog-Dsqz1M_N.js → useDialog-DILXRLSs.js} +1 -1
  209. package/__chunks__/{useDialog-DAYxqkKY.mjs → useDialog-o0QWfg2a.mjs} +3 -3
  210. package/__chunks__/{useEdgeInterceptors-BCHFmpf_.js → useEdgeInterceptors-DfiAHAYW.js} +5 -5
  211. package/__chunks__/{useEdgeInterceptors-CVxwDmQ0.mjs → useEdgeInterceptors-wWqxCUZX.mjs} +5 -5
  212. package/__chunks__/{useFocus-DDj4i8Xy.mjs → useFocus-BEhCbr7O.mjs} +2 -2
  213. package/__chunks__/{useFocusRing-BE_dgxH5.mjs → useFocusRing-BUwbt1Yv.mjs} +3 -3
  214. package/__chunks__/{useFocusVisible-CXSIZSY_.mjs → useFocusVisible-8tH_I2iV.mjs} +1 -1
  215. package/__chunks__/{useFocusWithin-CDX8m0Wu.mjs → useFocusWithin-CfhMwfXS.mjs} +1 -1
  216. package/__chunks__/{useFocusable-DD5dAIXt.mjs → useFocusable-DoNt-Wd3.mjs} +2 -2
  217. package/__chunks__/{useFormValidation-gwcVryr8.mjs → useFormValidation-D5Y_7NR2.mjs} +25 -3
  218. package/__chunks__/{useFormValidation-C2DoIczP.js → useFormValidation-DYz5WFze.js} +22 -0
  219. package/__chunks__/{useHasTabbableChild-CRCY1COZ.mjs → useHasTabbableChild-DUcbkV37.mjs} +1 -1
  220. package/__chunks__/{useHighlightSelectionDescription-CsB-ufoX.js → useHighlightSelectionDescription-CT5XKTz0.js} +2 -2
  221. package/__chunks__/{useHighlightSelectionDescription-DnW5KkSs.mjs → useHighlightSelectionDescription-DWm7Wr6h.mjs} +3 -3
  222. package/__chunks__/{useLink-B__d3N9L.mjs → useLink-B_g4ae9e.mjs} +2 -2
  223. package/__chunks__/{useListState-CH1PXfc5.mjs → useListState-AFrlkW73.mjs} +1 -1
  224. package/__chunks__/{useLocalizedStringFormatter-B5ons_mh.mjs → useLocalizedStringFormatter-CLrYoOi9.mjs} +4 -1
  225. package/__chunks__/{useLocalizedStringFormatter-D74_5d4h.js → useLocalizedStringFormatter-CaF1VsOH.js} +3 -0
  226. package/__chunks__/{useOverlayPosition-B31NgShQ.mjs → useOverlayPosition-B_X4JGFp.mjs} +2 -2
  227. package/__chunks__/useOverlayTrigger-Do68TGFi.mjs +28 -0
  228. package/__chunks__/useOverlayTrigger-MyMg5wFE.js +27 -0
  229. package/__chunks__/{usePress-lFMUra6S.mjs → usePress-BAsZaqDB.mjs} +1 -1
  230. package/__chunks__/{useSelectableItem-BdD2_J2D.mjs → useSelectableItem-DL-4kc1g.mjs} +5 -5
  231. package/__chunks__/{useSelectableList-D0uxeze4.mjs → useSelectableList-BQ06AmlV.mjs} +4 -14
  232. package/__chunks__/{useSelectableList-DlkRkps4.js → useSelectableList-F8fB4Dtg.js} +2 -12
  233. package/__chunks__/{useSingleSelectListState-BuqfjUxj.mjs → useSingleSelectListState-DuCUY6dR.mjs} +1 -1
  234. package/__chunks__/{useToggle-b0GY9dCM.mjs → useToggle-CU6aSiOx.mjs} +2 -2
  235. package/__chunks__/{useTreeState-BZxhJy4m.mjs → useTreeState-w_raYfy2.mjs} +1 -1
  236. package/__chunks__/{useTriggerWidth-DEToHKD3.mjs → useTriggerWidth-DA668KiC.mjs} +6 -335
  237. package/__chunks__/{useTriggerWidth-C7OT3WI9.js → useTriggerWidth-ROE4ZhGv.js} +3 -332
  238. package/__chunks__/utilities-DKvHenAr.js +353 -0
  239. package/__chunks__/utilities-DmLL16up.mjs +354 -0
  240. package/package.json +1 -1
  241. package/style.css +1249 -1104
  242. package/__chunks__/InputIcon-BGgFAA4L.mjs +0 -168
  243. package/__chunks__/InputIcon-CUOJRoq8.js +0 -167
@@ -32,17 +32,17 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  const useControlledState = require("./useControlledState-mnKBd6Uc.js");
34
34
  const React = require("react");
35
- const LiveAnnouncer = require("./LiveAnnouncer-Dwkwacle.js");
35
+ const LiveAnnouncer = require("./LiveAnnouncer-CzeNwq2D.js");
36
36
  const mergeProps = require("./mergeProps-DniMwM6P.js");
37
37
  const filterDOMProps = require("./filterDOMProps-D3iOHP0H.js");
38
38
  const useLabels = require("./useLabels-KmwewLTv.js");
39
39
  const useUpdateEffect = require("./useUpdateEffect-CssYIsWI.js");
40
- const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-D74_5d4h.js");
41
- const VerticalStack = require("./VerticalStack-BTB8fX9P.js");
42
- const Text = require("./Text-CEI17LPu.js");
40
+ const useLocalizedStringFormatter = require("./useLocalizedStringFormatter-CaF1VsOH.js");
41
+ const VerticalStack = require("./VerticalStack-_gyNJbOa.js");
42
+ const Text = require("./Text-Dfbyoxsz.js");
43
43
  const context = require("./context-D3NeXov7.js");
44
- const Icon = require("./Icon-oPEVg2C8.js");
45
- const HorizontalStack = require("./HorizontalStack-1g4N72TF.js");
44
+ const Icon = require("./Icon-DJ8CpeVT.js");
45
+ const HorizontalStack = require("./HorizontalStack-_DnrRlDb.js");
46
46
  const KeyboardDoubleArrowRight = require("./KeyboardDoubleArrowRight-Ber8mUIO.js");
47
47
  const VisuallyHidden = require("./VisuallyHidden-CVfjb1YY.js");
48
48
  const UnstyledButton = require("./UnstyledButton-Dn8KZHdh.js");
@@ -323,6 +323,14 @@ function $14e0f24ef4ac5c92$export$f91e89d3d0406102(date) {
323
323
  months: date.month - 1
324
324
  }));
325
325
  }
326
+ function $14e0f24ef4ac5c92$export$5412ac11713b72ad(date) {
327
+ if (date.calendar.getMinimumMonthInYear) return date.calendar.getMinimumMonthInYear(date);
328
+ return 1;
329
+ }
330
+ function $14e0f24ef4ac5c92$export$b2f4953d301981d5(date) {
331
+ if (date.calendar.getMinimumDayInMonth) return date.calendar.getMinimumDayInMonth(date);
332
+ return 1;
333
+ }
326
334
  function $14e0f24ef4ac5c92$export$42c81a444fbfb5d4(date, locale) {
327
335
  let dayOfWeek = $14e0f24ef4ac5c92$export$2061056d06d7cdf7(date, locale);
328
336
  return date.subtract({
@@ -646,6 +654,14 @@ function $735220c2d4774dd3$var$addTimeFields(time, duration) {
646
654
  time.millisecond += duration.milliseconds || 0;
647
655
  return $735220c2d4774dd3$var$balanceTime(time);
648
656
  }
657
+ function $735220c2d4774dd3$export$7ed87b6bc2506470(time, duration) {
658
+ let res = time.copy();
659
+ $735220c2d4774dd3$var$addTimeFields(res, duration);
660
+ return res;
661
+ }
662
+ function $735220c2d4774dd3$export$fe34d3a381cd7501(time, duration) {
663
+ return $735220c2d4774dd3$export$7ed87b6bc2506470(time, $735220c2d4774dd3$export$3e2544e88a25bff8(duration));
664
+ }
649
665
  function $735220c2d4774dd3$export$d52ced6badfb9a4c(value, field, amount, options) {
650
666
  let mutable = value.copy();
651
667
  switch (field) {
@@ -892,6 +908,51 @@ class $35ea8db9cb2ccb90$export$99faa760c7908e4f {
892
908
  $735220c2d4774dd3$export$c4e2ecac49351ef2(this);
893
909
  }
894
910
  }
911
+ var $35ea8db9cb2ccb90$var$_type1 = /* @__PURE__ */ new WeakMap();
912
+ class $35ea8db9cb2ccb90$export$680ea196effce5f {
913
+ /** Returns a copy of this time. */
914
+ copy() {
915
+ return new $35ea8db9cb2ccb90$export$680ea196effce5f(this.hour, this.minute, this.second, this.millisecond);
916
+ }
917
+ /** Returns a new `Time` with the given duration added to it. */
918
+ add(duration) {
919
+ return $735220c2d4774dd3$export$7ed87b6bc2506470(this, duration);
920
+ }
921
+ /** Returns a new `Time` with the given duration subtracted from it. */
922
+ subtract(duration) {
923
+ return $735220c2d4774dd3$export$fe34d3a381cd7501(this, duration);
924
+ }
925
+ /** Returns a new `Time` with the given fields set to the provided values. Other fields will be constrained accordingly. */
926
+ set(fields) {
927
+ return $735220c2d4774dd3$export$e5d5e1c1822b6e56(this, fields);
928
+ }
929
+ /**
930
+ * Returns a new `Time` with the given field adjusted by a specified amount.
931
+ * When the resulting value reaches the limits of the field, it wraps around.
932
+ */
933
+ cycle(field, amount, options) {
934
+ return $735220c2d4774dd3$export$dd02b3e0007dfe28(this, field, amount, options);
935
+ }
936
+ /** Converts the time to an ISO 8601 formatted string. */
937
+ toString() {
938
+ return $fae977aafc393c5c$export$f59dee82248f5ad4(this);
939
+ }
940
+ /** Compares this time with another. A negative result indicates that this time is before the given one, and a positive time indicates that it is after. */
941
+ compare(b) {
942
+ return $14e0f24ef4ac5c92$export$c19a80a9721b80f6(this, b);
943
+ }
944
+ constructor(hour = 0, minute = 0, second = 0, millisecond = 0) {
945
+ usePress._class_private_field_init(this, $35ea8db9cb2ccb90$var$_type1, {
946
+ writable: true,
947
+ value: void 0
948
+ });
949
+ this.hour = hour;
950
+ this.minute = minute;
951
+ this.second = second;
952
+ this.millisecond = millisecond;
953
+ $735220c2d4774dd3$export$7555de1e070510cb(this);
954
+ }
955
+ }
895
956
  var $35ea8db9cb2ccb90$var$_type2 = /* @__PURE__ */ new WeakMap();
896
957
  class $35ea8db9cb2ccb90$export$ca871e8dbb80966f {
897
958
  /** Returns a copy of this date. */
@@ -3247,7 +3308,7 @@ function $36a0ac60f04457c5$export$136073280381448e(props, state, ref) {
3247
3308
  formattedDate
3248
3309
  };
3249
3310
  }
3250
- const CalendarHeader$1 = "_CalendarHeader_684wh_5";
3311
+ const CalendarHeader$1 = "_CalendarHeader_q6fha_5";
3251
3312
  const styles$3 = {
3252
3313
  CalendarHeader: CalendarHeader$1
3253
3314
  };
@@ -3275,16 +3336,16 @@ function CalendarHeader(_a) {
3275
3336
  color: "neutral.000"
3276
3337
  }))));
3277
3338
  }
3278
- const CellContainer = "_CellContainer_egul6_5";
3279
- const rangeSelectionStart = "_rangeSelectionStart_egul6_8";
3280
- const CalendarCell$1 = "_CalendarCell_egul6_28";
3281
- const isUnavailable = "_isUnavailable_egul6_54";
3282
- const isSelected = "_isSelected_egul6_54";
3283
- const isDisabled = "_isDisabled_egul6_54";
3284
- const isReadOnly = "_isReadOnly_egul6_54";
3285
- const isOutsideCurrentMonth = "_isOutsideCurrentMonth_egul6_57";
3286
- const rangeSelection = "_rangeSelection_egul6_8";
3287
- const roundedRight = "_roundedRight_egul6_95";
3339
+ const CellContainer = "_CellContainer_4mm8q_5";
3340
+ const rangeSelectionStart = "_rangeSelectionStart_4mm8q_8";
3341
+ const CalendarCell$1 = "_CalendarCell_4mm8q_28";
3342
+ const isUnavailable = "_isUnavailable_4mm8q_54";
3343
+ const isSelected = "_isSelected_4mm8q_54";
3344
+ const isDisabled = "_isDisabled_4mm8q_54";
3345
+ const isReadOnly = "_isReadOnly_4mm8q_54";
3346
+ const isOutsideCurrentMonth = "_isOutsideCurrentMonth_4mm8q_57";
3347
+ const rangeSelection = "_rangeSelection_4mm8q_8";
3348
+ const roundedRight = "_roundedRight_4mm8q_95";
3288
3349
  const styles$2 = {
3289
3350
  CellContainer,
3290
3351
  rangeSelectionStart,
@@ -3318,7 +3379,9 @@ function CalendarCell({ state, date }) {
3318
3379
  }
3319
3380
  if (!state.isInvalid(date)) {
3320
3381
  if (isRangeCalendar) {
3321
- rangeState.setValue(rangeState.highlightedRange);
3382
+ if (!rangeState.anchorDate) {
3383
+ rangeState.setValue(rangeState.highlightedRange);
3384
+ }
3322
3385
  } else {
3323
3386
  singleState.setValue(date);
3324
3387
  }
@@ -3339,8 +3402,8 @@ function CalendarCell({ state, date }) {
3339
3402
  variant: "body1"
3340
3403
  }, formattedDate)));
3341
3404
  }
3342
- const CalendarGrid$1 = "_CalendarGrid_1cwnh_5";
3343
- const CalendarGridHeader = "_CalendarGridHeader_1cwnh_9";
3405
+ const CalendarGrid$1 = "_CalendarGrid_1l8n4_5";
3406
+ const CalendarGridHeader = "_CalendarGridHeader_1l8n4_9";
3344
3407
  const styles$1 = {
3345
3408
  CalendarGrid: CalendarGrid$1,
3346
3409
  CalendarGridHeader
@@ -3359,7 +3422,7 @@ function CalendarGrid(_g) {
3359
3422
  }), React.createElement("tr", null, weekDays.map((day, index) => React.createElement("th", {
3360
3423
  key: index
3361
3424
  }, React.createElement(Text.Text, {
3362
- variant: "overline",
3425
+ variant: "caption3",
3363
3426
  color: "neutral.000"
3364
3427
  }, day))))), React.createElement("tbody", null, [...new Array(weeksInMonth).keys()].map((weekIndex) => React.createElement("tr", {
3365
3428
  key: weekIndex
@@ -3371,7 +3434,7 @@ function CalendarGrid(_g) {
3371
3434
  key: i
3372
3435
  }))))));
3373
3436
  }
3374
- const Calendar = "_Calendar_94mjv_5";
3437
+ const Calendar = "_Calendar_cflcj_5";
3375
3438
  const styles = {
3376
3439
  Calendar
3377
3440
  };
@@ -3396,16 +3459,25 @@ function CalendarBase(props) {
3396
3459
  }, errorMessage));
3397
3460
  }
3398
3461
  exports.$11d87f3f76e88657$export$93522d1a439f3617 = $11d87f3f76e88657$export$93522d1a439f3617;
3462
+ exports.$11d87f3f76e88657$export$b21e0b124e224484 = $11d87f3f76e88657$export$b21e0b124e224484;
3399
3463
  exports.$11d87f3f76e88657$export$b4a036af3fc0b032 = $11d87f3f76e88657$export$b4a036af3fc0b032;
3400
3464
  exports.$131cf43a05231e1e$export$6d095e787d2b5e1f = $131cf43a05231e1e$export$6d095e787d2b5e1f;
3465
+ exports.$14e0f24ef4ac5c92$export$461939dd4422153 = $14e0f24ef4ac5c92$export$461939dd4422153;
3466
+ exports.$14e0f24ef4ac5c92$export$5412ac11713b72ad = $14e0f24ef4ac5c92$export$5412ac11713b72ad;
3401
3467
  exports.$14e0f24ef4ac5c92$export$5c333a116e949cdd = $14e0f24ef4ac5c92$export$5c333a116e949cdd;
3402
3468
  exports.$14e0f24ef4ac5c92$export$91b62ebf2ba703ee = $14e0f24ef4ac5c92$export$91b62ebf2ba703ee;
3403
3469
  exports.$14e0f24ef4ac5c92$export$a75f2bff57811055 = $14e0f24ef4ac5c92$export$a75f2bff57811055;
3470
+ exports.$14e0f24ef4ac5c92$export$aa8b41735afcabd2 = $14e0f24ef4ac5c92$export$aa8b41735afcabd2;
3471
+ exports.$14e0f24ef4ac5c92$export$b2f4953d301981d5 = $14e0f24ef4ac5c92$export$b2f4953d301981d5;
3472
+ exports.$35ea8db9cb2ccb90$export$680ea196effce5f = $35ea8db9cb2ccb90$export$680ea196effce5f;
3473
+ exports.$35ea8db9cb2ccb90$export$99faa760c7908e4f = $35ea8db9cb2ccb90$export$99faa760c7908e4f;
3404
3474
  exports.$3b62074eb05584b2$export$80ee6245ec4f29ec = $3b62074eb05584b2$export$80ee6245ec4f29ec;
3405
3475
  exports.$64244302c3013299$export$dd0bbc9b26defe37 = $64244302c3013299$export$dd0bbc9b26defe37;
3476
+ exports.$896ba0a80a8f4d36$export$85fd5fdf27bacc79 = $896ba0a80a8f4d36$export$85fd5fdf27bacc79;
3406
3477
  exports.$c4acc1de3ab169cf$export$d652b3ea2d672d5b = $c4acc1de3ab169cf$export$d652b3ea2d672d5b;
3407
3478
  exports.$f62d864046160412$export$4f5203c0d889109e = $f62d864046160412$export$4f5203c0d889109e;
3408
3479
  exports.$f62d864046160412$export$a1d3911297b952d7 = $f62d864046160412$export$a1d3911297b952d7;
3409
3480
  exports.$f62d864046160412$export$eac50920cf2fd59a = $f62d864046160412$export$eac50920cf2fd59a;
3410
3481
  exports.$f62d864046160412$export$f4a51ff076cc9a09 = $f62d864046160412$export$f4a51ff076cc9a09;
3482
+ exports.$fb18d541ea1ad717$export$ad991b66133851cf = $fb18d541ea1ad717$export$ad991b66133851cf;
3411
3483
  exports.CalendarBase = CalendarBase;
@@ -157,18 +157,18 @@ function requirePick() {
157
157
  }
158
158
  var pickExports = requirePick();
159
159
  const pick = /* @__PURE__ */ getDefaultExportFromCjs(pickExports);
160
- const container = "_container_ro21c_5";
161
- const area = "_area_ro21c_25";
162
- const variantFlagged = "_variantFlagged_ro21c_219";
163
- const variantOutlined = "_variantOutlined_ro21c_226";
164
- const selected = "_selected_ro21c_231";
165
- const disabled = "_disabled_ro21c_235";
166
- const statusDanger = "_statusDanger_ro21c_239";
167
- const statusWarning = "_statusWarning_ro21c_243";
168
- const statusSuccess = "_statusSuccess_ro21c_247";
169
- const statusNeutral = "_statusNeutral_ro21c_251";
170
- const statusPrimary = "_statusPrimary_ro21c_255";
171
- const statusSecondary = "_statusSecondary_ro21c_259";
160
+ const container = "_container_1tt80_5";
161
+ const area = "_area_1tt80_25";
162
+ const variantFlagged = "_variantFlagged_1tt80_219";
163
+ const variantOutlined = "_variantOutlined_1tt80_226";
164
+ const selected = "_selected_1tt80_231";
165
+ const disabled = "_disabled_1tt80_235";
166
+ const statusDanger = "_statusDanger_1tt80_239";
167
+ const statusWarning = "_statusWarning_1tt80_243";
168
+ const statusSuccess = "_statusSuccess_1tt80_247";
169
+ const statusNeutral = "_statusNeutral_1tt80_251";
170
+ const statusPrimary = "_statusPrimary_1tt80_255";
171
+ const statusSecondary = "_statusSecondary_1tt80_259";
172
172
  const styles = {
173
173
  container,
174
174
  area,
@@ -158,18 +158,18 @@ function requirePick() {
158
158
  }
159
159
  var pickExports = requirePick();
160
160
  const pick = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(pickExports);
161
- const container = "_container_ro21c_5";
162
- const area = "_area_ro21c_25";
163
- const variantFlagged = "_variantFlagged_ro21c_219";
164
- const variantOutlined = "_variantOutlined_ro21c_226";
165
- const selected = "_selected_ro21c_231";
166
- const disabled = "_disabled_ro21c_235";
167
- const statusDanger = "_statusDanger_ro21c_239";
168
- const statusWarning = "_statusWarning_ro21c_243";
169
- const statusSuccess = "_statusSuccess_ro21c_247";
170
- const statusNeutral = "_statusNeutral_ro21c_251";
171
- const statusPrimary = "_statusPrimary_ro21c_255";
172
- const statusSecondary = "_statusSecondary_ro21c_259";
161
+ const container = "_container_1tt80_5";
162
+ const area = "_area_1tt80_25";
163
+ const variantFlagged = "_variantFlagged_1tt80_219";
164
+ const variantOutlined = "_variantOutlined_1tt80_226";
165
+ const selected = "_selected_1tt80_231";
166
+ const disabled = "_disabled_1tt80_235";
167
+ const statusDanger = "_statusDanger_1tt80_239";
168
+ const statusWarning = "_statusWarning_1tt80_243";
169
+ const statusSuccess = "_statusSuccess_1tt80_247";
170
+ const statusNeutral = "_statusNeutral_1tt80_251";
171
+ const statusPrimary = "_statusPrimary_1tt80_255";
172
+ const statusSecondary = "_statusSecondary_1tt80_259";
173
173
  const styles = {
174
174
  container,
175
175
  area,
@@ -33,15 +33,15 @@ import * as React from "react";
33
33
  import React__default, { useEffect, forwardRef } from "react";
34
34
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./mergeProps-T961Q1yJ.mjs";
35
35
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
36
- import { I as Icon } from "./Icon-QGDwoR1f.mjs";
37
- import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-CFlgzXu5.mjs";
38
- import { T as Text } from "./Text-D8wg72pq.mjs";
36
+ import { I as Icon } from "./Icon-BdtOD2WX.mjs";
37
+ import { S as SelectorErrorTooltip } from "./SelectorErrorTooltip-DLyZgeUf.mjs";
38
+ import { T as Text } from "./Text-CQ_8wg0t.mjs";
39
39
  import { classNames, variationName } from "../utilities/css.mjs";
40
40
  import { $ as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState-kFojjzgV.mjs";
41
- import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, a as $e93e671b31057976$export$b8473d3665f3a75a, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-gwcVryr8.mjs";
42
- import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-lFMUra6S.mjs";
43
- import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-b0GY9dCM.mjs";
44
- import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-BE_dgxH5.mjs";
41
+ import { $ as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, d as $e93e671b31057976$export$b8473d3665f3a75a, b as $e5be200c675c3b3a$export$a763b9476acd3eb } from "./useFormValidation-D5Y_7NR2.mjs";
42
+ import { $ as $f6c31cce2adf654f$export$45712eceda6fad21 } from "./usePress-BAsZaqDB.mjs";
43
+ import { $ as $d2c8e2b0480f3f34$export$cbe85ee05b554577 } from "./useToggle-CU6aSiOx.mjs";
44
+ import { $ as $f7dceffc5ad7768b$export$4e328f61c538687f } from "./useFocusRing-BUwbt1Yv.mjs";
45
45
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "./useHover-BOYR4wqI.mjs";
46
46
  function $406796ff087fe49b$export$e375f10ce42261c5(props, state, inputRef) {
47
47
  let validationState = $e5be200c675c3b3a$export$fc1a364ae1f3ff10(__spreadProps(__spreadValues({}, props), {
@@ -154,22 +154,22 @@ const Remove600 = (_a) => {
154
154
  d: "M185.87-440.39v-79.22H774.7v79.22H185.87Z"
155
155
  }));
156
156
  };
157
- const Checkbox$1 = "_Checkbox_vks0l_5";
158
- const label = "_label_vks0l_17";
159
- const box = "_box_vks0l_41";
160
- const check = "_check_vks0l_42";
161
- const focusVisible = "_focusVisible_vks0l_57";
162
- const text = "_text_vks0l_73";
163
- const indeterminateSvg = "_indeterminateSvg_vks0l_78";
164
- const nested = "_nested_vks0l_82";
165
- const sizeLg = "_sizeLg_vks0l_86";
166
- const standalone = "_standalone_vks0l_91";
167
- const invalid = "_invalid_vks0l_96";
168
- const disabled = "_disabled_vks0l_100";
169
- const indeterminate = "_indeterminate_vks0l_78";
170
- const selected = "_selected_vks0l_105";
171
- const hovered = "_hovered_vks0l_121";
172
- const readOnly = "_readOnly_vks0l_121";
157
+ const Checkbox$1 = "_Checkbox_elhg1_5";
158
+ const label = "_label_elhg1_17";
159
+ const box = "_box_elhg1_41";
160
+ const check = "_check_elhg1_42";
161
+ const focusVisible = "_focusVisible_elhg1_57";
162
+ const text = "_text_elhg1_73";
163
+ const indeterminateSvg = "_indeterminateSvg_elhg1_78";
164
+ const nested = "_nested_elhg1_82";
165
+ const sizeLg = "_sizeLg_elhg1_86";
166
+ const standalone = "_standalone_elhg1_91";
167
+ const invalid = "_invalid_elhg1_96";
168
+ const disabled = "_disabled_elhg1_100";
169
+ const indeterminate = "_indeterminate_elhg1_78";
170
+ const selected = "_selected_elhg1_105";
171
+ const hovered = "_hovered_elhg1_121";
172
+ const readOnly = "_readOnly_elhg1_121";
173
173
  const styles = {
174
174
  Checkbox: Checkbox$1,
175
175
  label,
@@ -33,12 +33,12 @@ var __objRest = (source, exclude) => {
33
33
  const React = require("react");
34
34
  const mergeProps = require("./mergeProps-DniMwM6P.js");
35
35
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
36
- const Icon = require("./Icon-oPEVg2C8.js");
37
- const SelectorErrorTooltip = require("./SelectorErrorTooltip-Cfzpo7X3.js");
38
- const Text = require("./Text-CEI17LPu.js");
36
+ const Icon = require("./Icon-DJ8CpeVT.js");
37
+ const SelectorErrorTooltip = require("./SelectorErrorTooltip-DowQ2whn.js");
38
+ const Text = require("./Text-Dfbyoxsz.js");
39
39
  const utilities_css = require("../utilities/css.js");
40
40
  const useToggleState = require("./useToggleState-CdbEMLRz.js");
41
- const useFormValidation = require("./useFormValidation-C2DoIczP.js");
41
+ const useFormValidation = require("./useFormValidation-DYz5WFze.js");
42
42
  const usePress = require("./usePress-Dz8YYpge.js");
43
43
  const useToggle = require("./useToggle-D7gzXCXF.js");
44
44
  const useFocusRing = require("./useFocusRing-DFRFvht_.js");
@@ -171,22 +171,22 @@ const Remove600 = (_a) => {
171
171
  d: "M185.87-440.39v-79.22H774.7v79.22H185.87Z"
172
172
  }));
173
173
  };
174
- const Checkbox$1 = "_Checkbox_vks0l_5";
175
- const label = "_label_vks0l_17";
176
- const box = "_box_vks0l_41";
177
- const check = "_check_vks0l_42";
178
- const focusVisible = "_focusVisible_vks0l_57";
179
- const text = "_text_vks0l_73";
180
- const indeterminateSvg = "_indeterminateSvg_vks0l_78";
181
- const nested = "_nested_vks0l_82";
182
- const sizeLg = "_sizeLg_vks0l_86";
183
- const standalone = "_standalone_vks0l_91";
184
- const invalid = "_invalid_vks0l_96";
185
- const disabled = "_disabled_vks0l_100";
186
- const indeterminate = "_indeterminate_vks0l_78";
187
- const selected = "_selected_vks0l_105";
188
- const hovered = "_hovered_vks0l_121";
189
- const readOnly = "_readOnly_vks0l_121";
174
+ const Checkbox$1 = "_Checkbox_elhg1_5";
175
+ const label = "_label_elhg1_17";
176
+ const box = "_box_elhg1_41";
177
+ const check = "_check_elhg1_42";
178
+ const focusVisible = "_focusVisible_elhg1_57";
179
+ const text = "_text_elhg1_73";
180
+ const indeterminateSvg = "_indeterminateSvg_elhg1_78";
181
+ const nested = "_nested_elhg1_82";
182
+ const sizeLg = "_sizeLg_elhg1_86";
183
+ const standalone = "_standalone_elhg1_91";
184
+ const invalid = "_invalid_elhg1_96";
185
+ const disabled = "_disabled_elhg1_100";
186
+ const indeterminate = "_indeterminate_elhg1_78";
187
+ const selected = "_selected_elhg1_105";
188
+ const hovered = "_hovered_elhg1_121";
189
+ const readOnly = "_readOnly_elhg1_121";
190
190
  const styles = {
191
191
  Checkbox: Checkbox$1,
192
192
  label,
@@ -19,7 +19,7 @@ var __spreadValues = (a, b) => {
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  import { $ as $5dc95899b306f630$export$c9058316764c140e } from "./mergeRefs-CCV6itCY.mjs";
21
21
  import React__default, { useMemo, useEffect, createContext, useContext, forwardRef, useRef } from "react";
22
- import { C as Card } from "./Card-DdHvpDEw.mjs";
22
+ import { C as Card } from "./Card-Cr-bIjoN.mjs";
23
23
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./_commonjsHelpers-DWwsNxpa.mjs";
24
24
  import { _ as _objectWithoutPropertiesLoose, a as _extends } from "./objectWithoutPropertiesLoose-ij10PUAf.mjs";
25
25
  import { e as ezuiTokens } from "./tokens-BolVbjJp.mjs";
@@ -5671,7 +5671,7 @@ const useCodeBlock = () => {
5671
5671
  }
5672
5672
  return codeBlock;
5673
5673
  };
5674
- const CodeSnippet$1 = "_CodeSnippet_1o6ec_5";
5674
+ const CodeSnippet$1 = "_CodeSnippet_2cfbc_5";
5675
5675
  const styles = {
5676
5676
  CodeSnippet: CodeSnippet$1
5677
5677
  };
@@ -20,7 +20,7 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  const mergeRefs = require("./mergeRefs-CQsNYO0P.js");
22
22
  const React = require("react");
23
- const Card = require("./Card-93kQP9IL.js");
23
+ const Card = require("./Card-DaFTIHZD.js");
24
24
  const _commonjsHelpers = require("./_commonjsHelpers-Bc2YnDe1.js");
25
25
  const objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose-3GpnIKeG.js");
26
26
  const tokens = require("./tokens-BmCk-Bk0.js");
@@ -5672,7 +5672,7 @@ const useCodeBlock = () => {
5672
5672
  }
5673
5673
  return codeBlock;
5674
5674
  };
5675
- const CodeSnippet$1 = "_CodeSnippet_1o6ec_5";
5675
+ const CodeSnippet$1 = "_CodeSnippet_2cfbc_5";
5676
5676
  const styles = {
5677
5677
  CodeSnippet: CodeSnippet$1
5678
5678
  };