@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
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-oPEVg2C8.js");
5
- const Text = require("../__chunks__/Text-CEI17LPu.js");
4
+ const Icon = require("../__chunks__/Icon-DJ8CpeVT.js");
5
+ const Text = require("../__chunks__/Text-Dfbyoxsz.js");
6
6
  const utilities_css = require("../utilities/css.js");
7
- const root = "_root_1xr71_5";
8
- const primary = "_primary_1xr71_16";
9
- const secondary = "_secondary_1xr71_17";
10
- const text = "_text_1xr71_32";
11
- const variantPrimary = "_variantPrimary_1xr71_37";
12
- const variantSecondary = "_variantSecondary_1xr71_44";
13
- const variantBlack = "_variantBlack_1xr71_51";
14
- const variantInverse = "_variantInverse_1xr71_58";
15
- const variantGray = "_variantGray_1xr71_65";
16
- const variantSuccess = "_variantSuccess_1xr71_72";
17
- const variantWarning = "_variantWarning_1xr71_79";
18
- const variantDanger = "_variantDanger_1xr71_86";
7
+ const root = "_root_j5o2c_5";
8
+ const primary = "_primary_j5o2c_16";
9
+ const secondary = "_secondary_j5o2c_17";
10
+ const text = "_text_j5o2c_32";
11
+ const variantPrimary = "_variantPrimary_j5o2c_37";
12
+ const variantSecondary = "_variantSecondary_j5o2c_44";
13
+ const variantBlack = "_variantBlack_j5o2c_51";
14
+ const variantInverse = "_variantInverse_j5o2c_58";
15
+ const variantGray = "_variantGray_j5o2c_65";
16
+ const variantSuccess = "_variantSuccess_j5o2c_72";
17
+ const variantWarning = "_variantWarning_j5o2c_79";
18
+ const variantDanger = "_variantDanger_j5o2c_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-QGDwoR1f.mjs";
3
- import { T as Text } from "../__chunks__/Text-D8wg72pq.mjs";
2
+ import { I as Icon } from "../__chunks__/Icon-BdtOD2WX.mjs";
3
+ import { T as Text } from "../__chunks__/Text-CQ_8wg0t.mjs";
4
4
  import { classNames, variationName } from "../utilities/css.mjs";
5
- const root = "_root_1xr71_5";
6
- const primary = "_primary_1xr71_16";
7
- const secondary = "_secondary_1xr71_17";
8
- const text = "_text_1xr71_32";
9
- const variantPrimary = "_variantPrimary_1xr71_37";
10
- const variantSecondary = "_variantSecondary_1xr71_44";
11
- const variantBlack = "_variantBlack_1xr71_51";
12
- const variantInverse = "_variantInverse_1xr71_58";
13
- const variantGray = "_variantGray_1xr71_65";
14
- const variantSuccess = "_variantSuccess_1xr71_72";
15
- const variantWarning = "_variantWarning_1xr71_79";
16
- const variantDanger = "_variantDanger_1xr71_86";
5
+ const root = "_root_j5o2c_5";
6
+ const primary = "_primary_j5o2c_16";
7
+ const secondary = "_secondary_j5o2c_17";
8
+ const text = "_text_j5o2c_32";
9
+ const variantPrimary = "_variantPrimary_j5o2c_37";
10
+ const variantSecondary = "_variantSecondary_j5o2c_44";
11
+ const variantBlack = "_variantBlack_j5o2c_51";
12
+ const variantInverse = "_variantInverse_j5o2c_58";
13
+ const variantGray = "_variantGray_j5o2c_65";
14
+ const variantSuccess = "_variantSuccess_j5o2c_72";
15
+ const variantWarning = "_variantWarning_j5o2c_79";
16
+ const variantDanger = "_variantDanger_j5o2c_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-CEI17LPu.js");
4
+ const Text = require("../__chunks__/Text-Dfbyoxsz.js");
5
5
  const utilities_css = require("../utilities/css.js");
6
- const colorSuccess = "_colorSuccess_1wb76_5";
7
- const colorPrimary = "_colorPrimary_1wb76_10";
8
- const colorNeutral = "_colorNeutral_1wb76_11";
9
- const Banner$1 = "_Banner_1wb76_23";
6
+ const colorSuccess = "_colorSuccess_8758y_5";
7
+ const colorPrimary = "_colorPrimary_8758y_10";
8
+ const colorNeutral = "_colorNeutral_8758y_11";
9
+ const Banner$1 = "_Banner_8758y_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-D8wg72pq.mjs";
2
+ import { T as Text } from "../__chunks__/Text-CQ_8wg0t.mjs";
3
3
  import { classNames, variationName } from "../utilities/css.mjs";
4
- const colorSuccess = "_colorSuccess_1wb76_5";
5
- const colorPrimary = "_colorPrimary_1wb76_10";
6
- const colorNeutral = "_colorNeutral_1wb76_11";
7
- const Banner$1 = "_Banner_1wb76_23";
4
+ const colorSuccess = "_colorSuccess_8758y_5";
5
+ const colorPrimary = "_colorPrimary_8758y_10";
6
+ const colorNeutral = "_colorNeutral_8758y_11";
7
+ const Banner$1 = "_Banner_8758y_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-DuqSI9GS.js");
3
+ const Button = require("../__chunks__/Button-BzB8v2mS.js");
4
4
  exports.Button = Button.Button;
package/Button/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { B } from "../__chunks__/Button-bGGT-c6v.mjs";
1
+ import { B } from "../__chunks__/Button-gxCTl22H.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.61
4
+
5
+ ### Minor Changes
6
+
7
+ - 15a0b00: feat: Create DatePicker and DaterangePicker
8
+
3
9
  ## 1.0.0-alpha.60
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarCell.d.ts","sourceRoot":"","sources":["../../src/Calendar/CalendarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAA2B,MAAM,yBAAyB,CAAC;AAMhF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,aAAa,GAAG,kBAAkB,CAAC;IAC1C;;OAEG;IACH,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,iBAAiB,qBA4E9D"}
1
+ {"version":3,"file":"CalendarCell.d.ts","sourceRoot":"","sources":["../../src/Calendar/CalendarCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAA2B,MAAM,yBAAyB,CAAC;AAMhF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,aAAa,GAAG,kBAAkB,CAAC;IAC1C;;OAEG;IACH,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,iBAAiB,qBA8E9D"}
package/Calendar/index.js CHANGED
@@ -1,42 +1,4 @@
1
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
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
- const React = require("react");
23
- const CalendarBase = require("../__chunks__/CalendarBase-CiBPzvL4.js");
24
- const context = require("../__chunks__/context-D3NeXov7.js");
25
- function $9942cad8a072a530$export$3ee915f8151bd4f1(props, state) {
26
- return CalendarBase.$c4acc1de3ab169cf$export$d652b3ea2d672d5b(props, state);
27
- }
28
- function Calendar(props) {
29
- const { locale } = context.$18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
30
- const calendarRef = React.useRef(null);
31
- const state = CalendarBase.$131cf43a05231e1e$export$6d095e787d2b5e1f(__spreadProps(__spreadValues({}, props), {
32
- locale,
33
- createCalendar: CalendarBase.$64244302c3013299$export$dd0bbc9b26defe37
34
- }));
35
- const calendarProps = $9942cad8a072a530$export$3ee915f8151bd4f1(props, state);
36
- return React.createElement(CalendarBase.CalendarBase, __spreadProps(__spreadValues(__spreadValues({}, props), calendarProps), {
37
- state,
38
- calendarRef
39
- }));
40
- }
41
- Calendar.displayName = "Calendar";
42
- exports.Calendar = Calendar;
3
+ const Calendar = require("../__chunks__/Calendar-BS8zgZK8.js");
4
+ exports.Calendar = Calendar.Calendar;
@@ -1,42 +1,4 @@
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
- import React__default from "react";
21
- import { $ as $c4acc1de3ab169cf$export$d652b3ea2d672d5b, a as $131cf43a05231e1e$export$6d095e787d2b5e1f, b as $64244302c3013299$export$dd0bbc9b26defe37, C as CalendarBase } from "../__chunks__/CalendarBase-DbXh9rhk.mjs";
22
- import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-DEwqildc.mjs";
23
- function $9942cad8a072a530$export$3ee915f8151bd4f1(props, state) {
24
- return $c4acc1de3ab169cf$export$d652b3ea2d672d5b(props, state);
25
- }
26
- function Calendar(props) {
27
- const { locale } = $18f2051aff69b9bf$export$43bb16f9c6d9e3f7();
28
- const calendarRef = React__default.useRef(null);
29
- const state = $131cf43a05231e1e$export$6d095e787d2b5e1f(__spreadProps(__spreadValues({}, props), {
30
- locale,
31
- createCalendar: $64244302c3013299$export$dd0bbc9b26defe37
32
- }));
33
- const calendarProps = $9942cad8a072a530$export$3ee915f8151bd4f1(props, state);
34
- return React__default.createElement(CalendarBase, __spreadProps(__spreadValues(__spreadValues({}, props), calendarProps), {
35
- state,
36
- calendarRef
37
- }));
38
- }
39
- Calendar.displayName = "Calendar";
1
+ import { C } from "../__chunks__/Calendar-C9hD67Rz.mjs";
40
2
  export {
41
- Calendar
3
+ C as Calendar
42
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-93kQP9IL.js");
3
+ const Card = require("../__chunks__/Card-DaFTIHZD.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-DdHvpDEw.mjs";
1
+ import { C, p } from "../__chunks__/Card-Cr-bIjoN.mjs";
2
2
  export {
3
3
  C as Card,
4
4
  p as pickCardAreaProps
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-MbPCVxqs.js");
3
+ const Checkbox = require("../__chunks__/Checkbox-BY4UkCg7.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-BRrfKcFE.mjs";
1
+ import { C, D } from "../__chunks__/Checkbox-BR4RBHLp.mjs";
2
2
  export {
3
3
  C as Checkbox,
4
4
  D as DEFAULT_SIZE
@@ -17,18 +17,18 @@ 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-D9ZZXVs3.js");
21
- const HorizontalStack = require("../__chunks__/HorizontalStack-1g4N72TF.js");
20
+ const CodeSnippet = require("../__chunks__/CodeSnippet-H-6ta_Y8.js");
21
+ const HorizontalStack = require("../__chunks__/HorizontalStack-_DnrRlDb.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-oPEVg2C8.js");
25
- const Text = require("../__chunks__/Text-CEI17LPu.js");
26
- const Tooltip = require("../__chunks__/Tooltip-7wXzqEZl.js");
24
+ const Icon = require("../__chunks__/Icon-DJ8CpeVT.js");
25
+ const Text = require("../__chunks__/Text-Dfbyoxsz.js");
26
+ const Tooltip = require("../__chunks__/Tooltip-Bzqm5boz.js");
27
27
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
28
28
  const useFocus = require("../__chunks__/useFocus-B4oRb1dU.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-Cuqxc1iw.js");
31
+ const Menu = require("../__chunks__/Menu-CkQaJJAH.js");
32
32
  const UnstyledButton = require("../__chunks__/UnstyledButton-Dn8KZHdh.js");
33
33
  function _interopNamespaceDefault(e) {
34
34
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
@@ -218,7 +218,7 @@ function requireDist() {
218
218
  return dist;
219
219
  }
220
220
  var distExports = requireDist();
221
- const CopyButton$1 = "_CopyButton_hdllu_5";
221
+ const CopyButton$1 = "_CopyButton_6a0ur_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_mkw9a_5";
288
- const header = "_header_mkw9a_13";
289
- const headerTitle = "_headerTitle_mkw9a_20";
290
- const divider = "_divider_mkw9a_29";
291
- const colorPrimary = "_colorPrimary_mkw9a_36";
292
- const colorSecondary = "_colorSecondary_mkw9a_41";
287
+ const CodeBlock$1 = "_CodeBlock_1lhcx_5";
288
+ const header = "_header_1lhcx_13";
289
+ const headerTitle = "_headerTitle_1lhcx_20";
290
+ const divider = "_divider_1lhcx_29";
291
+ const colorPrimary = "_colorPrimary_1lhcx_36";
292
+ const colorSecondary = "_colorSecondary_1lhcx_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-xb-psm_O.mjs";
20
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Dx9zYaH0.mjs";
19
+ import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-ChZIz_CO.mjs";
20
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-BDZp8p9E.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-QGDwoR1f.mjs";
24
- import { T as Text } from "../__chunks__/Text-D8wg72pq.mjs";
25
- import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-Cxv7qnVD.mjs";
23
+ import { I as Icon } from "../__chunks__/Icon-BdtOD2WX.mjs";
24
+ import { T as Text } from "../__chunks__/Text-CQ_8wg0t.mjs";
25
+ import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-5ZgKkdk8.mjs";
26
26
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
27
- import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-DDj4i8Xy.mjs";
27
+ import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-BEhCbr7O.mjs";
28
28
  import { $ as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "../__chunks__/mergeProps-T961Q1yJ.mjs";
29
29
  import { E as ExpandMore400 } from "../__chunks__/ExpandMore400-CH7GNxqk.mjs";
30
- import { M as Menu } from "../__chunks__/Menu-BELtbX2b.mjs";
31
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-B7BScs8i.mjs";
30
+ import { M as Menu } from "../__chunks__/Menu-LzJveIa-.mjs";
31
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-BlB066YT.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_hdllu_5";
203
+ const CopyButton$1 = "_CopyButton_6a0ur_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_mkw9a_5";
270
- const header = "_header_mkw9a_13";
271
- const headerTitle = "_headerTitle_mkw9a_20";
272
- const divider = "_divider_mkw9a_29";
273
- const colorPrimary = "_colorPrimary_mkw9a_36";
274
- const colorSecondary = "_colorSecondary_mkw9a_41";
269
+ const CodeBlock$1 = "_CodeBlock_1lhcx_5";
270
+ const header = "_header_1lhcx_13";
271
+ const headerTitle = "_headerTitle_1lhcx_20";
272
+ const divider = "_divider_1lhcx_29";
273
+ const colorPrimary = "_colorPrimary_1lhcx_36";
274
+ const colorSecondary = "_colorSecondary_1lhcx_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-D9ZZXVs3.js");
3
+ const CodeSnippet = require("../__chunks__/CodeSnippet-H-6ta_Y8.js");
4
4
  exports.CodeSnippet = CodeSnippet.CodeSnippet;
@@ -1,4 +1,4 @@
1
- import { C } from "../__chunks__/CodeSnippet-xb-psm_O.mjs";
1
+ import { C } from "../__chunks__/CodeSnippet-ChZIz_CO.mjs";
2
2
  export {
3
3
  C as CodeSnippet
4
4
  };
package/DataGrid/index.js CHANGED
@@ -68,13 +68,13 @@ var __yieldStar = (value) => {
68
68
  };
69
69
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
70
70
  const React = require("react");
71
- const Icon = require("../__chunks__/Icon-oPEVg2C8.js");
72
- const Menu = require("../__chunks__/Menu-Cuqxc1iw.js");
73
- const Text = require("../__chunks__/Text-CEI17LPu.js");
74
- const KebabButton = require("../__chunks__/KebabButton-C15-V-k2.js");
71
+ const Icon = require("../__chunks__/Icon-DJ8CpeVT.js");
72
+ const Menu = require("../__chunks__/Menu-CkQaJJAH.js");
73
+ const Text = require("../__chunks__/Text-Dfbyoxsz.js");
74
+ const KebabButton = require("../__chunks__/KebabButton-C3KI5LDA.js");
75
75
  const ArrowForwardIos = require("../__chunks__/ArrowForwardIos-DpRiDPNZ.js");
76
76
  const utilities_css = require("../utilities/css.js");
77
- const Checkbox = require("../__chunks__/Checkbox-MbPCVxqs.js");
77
+ const Checkbox = require("../__chunks__/Checkbox-BY4UkCg7.js");
78
78
  const FocusScope = require("../__chunks__/FocusScope-Co1hHX8R.js");
79
79
  const focusSafely = require("../__chunks__/focusSafely-sLifanM7.js");
80
80
  const mergeProps = require("../__chunks__/mergeProps-DniMwM6P.js");
@@ -83,8 +83,8 @@ const scrollIntoView = require("../__chunks__/scrollIntoView-DkcUbB3D.js");
83
83
  const useFocusVisible = require("../__chunks__/useFocusVisible-PBQuklI8.js");
84
84
  const context = require("../__chunks__/context-D3NeXov7.js");
85
85
  const useSelectableItem = require("../__chunks__/useSelectableItem-BGvBbIwY.js");
86
- const useHighlightSelectionDescription = require("../__chunks__/useHighlightSelectionDescription-CsB-ufoX.js");
87
- const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-D74_5d4h.js");
86
+ const useHighlightSelectionDescription = require("../__chunks__/useHighlightSelectionDescription-CT5XKTz0.js");
87
+ const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-CaF1VsOH.js");
88
88
  const useFocusRing = require("../__chunks__/useFocusRing-DFRFvht_.js");
89
89
  const isVirtualEvent = require("../__chunks__/isVirtualEvent-DwoP1rNI.js");
90
90
  const useFocusable = require("../__chunks__/useFocusable-BfXLORiH.js");
@@ -92,12 +92,13 @@ const usePress = require("../__chunks__/usePress-Dz8YYpge.js");
92
92
  const VisuallyHidden = require("../__chunks__/VisuallyHidden-CVfjb1YY.js");
93
93
  const SelectionManager = require("../__chunks__/SelectionManager-DuX6geJg.js");
94
94
  const useHover = require("../__chunks__/useHover-BIKwjrCT.js");
95
- const useEdgeInterceptors = require("../__chunks__/useEdgeInterceptors-BCHFmpf_.js");
95
+ const useEdgeInterceptors = require("../__chunks__/useEdgeInterceptors-DfiAHAYW.js");
96
96
  const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
97
- const Spinner = require("../__chunks__/Spinner-D3LMSY80.js");
98
- const useSelectableList = require("../__chunks__/useSelectableList-DlkRkps4.js");
99
- const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-Dwkwacle.js");
97
+ const Spinner = require("../__chunks__/Spinner-BFydR08g.js");
98
+ const useSelectableList = require("../__chunks__/useSelectableList-F8fB4Dtg.js");
99
+ const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CzeNwq2D.js");
100
100
  const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
101
+ const useCollator = require("../__chunks__/useCollator-DGrSWVh4.js");
101
102
  const useHasTabbableChild = require("../__chunks__/useHasTabbableChild-C34XhtMr.js");
102
103
  const useUpdateEffect = require("../__chunks__/useUpdateEffect-CssYIsWI.js");
103
104
  function $62967d126f3aa823$export$4007ac09ff9c68ed(props) {
@@ -1027,7 +1028,7 @@ function $83c6e2eafa584c67$export$f6b86a04e5d66d90(props, state, ref) {
1027
1028
  let { isVirtualized, keyboardDelegate, focusMode, scrollRef, getRowText, onRowAction, onCellAction } = props;
1028
1029
  let { selectionManager: manager } = state;
1029
1030
  if (!props["aria-label"] && !props["aria-labelledby"]) console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
1030
- let collator = useSelectableList.$325a3faab7a68acd$export$a16aca283550c30d({
1031
+ let collator = useCollator.$325a3faab7a68acd$export$a16aca283550c30d({
1031
1032
  usage: "search",
1032
1033
  sensitivity: "base"
1033
1034
  });
@@ -1899,7 +1900,7 @@ function $parcel$interopDefault$2(a) {
1899
1900
  }
1900
1901
  function $6e31608fbba75bab$export$25bceaac3c7e4dc7(props, state, ref) {
1901
1902
  let { keyboardDelegate, isVirtualized, layoutDelegate, layout } = props;
1902
- let collator = useSelectableList.$325a3faab7a68acd$export$a16aca283550c30d({
1903
+ let collator = useCollator.$325a3faab7a68acd$export$a16aca283550c30d({
1903
1904
  usage: "search",
1904
1905
  sensitivity: "base"
1905
1906
  });
@@ -2135,7 +2136,7 @@ const useDataGridRow = () => {
2135
2136
  }
2136
2137
  return dataGridRowContext;
2137
2138
  };
2138
- const ActionsCellContent$1 = "_ActionsCellContent_npb23_5";
2139
+ const ActionsCellContent$1 = "_ActionsCellContent_clqb0_5";
2139
2140
  const styles$7 = {
2140
2141
  ActionsCellContent: ActionsCellContent$1
2141
2142
  };
@@ -2181,8 +2182,8 @@ function ActionRowAction({ rowAction }) {
2181
2182
  symbol: rowAction.iconSymbol
2182
2183
  }));
2183
2184
  }
2184
- const button = "_button_1r69l_5";
2185
- const expanded$2 = "_expanded_1r69l_23";
2185
+ const button = "_button_t3lbv_5";
2186
+ const expanded$2 = "_expanded_t3lbv_23";
2186
2187
  const styles$6 = {
2187
2188
  button,
2188
2189
  expanded: expanded$2
@@ -2203,20 +2204,20 @@ function ExpandCellContent({ isExpanded, toggleExpanded }) {
2203
2204
  size: "xs"
2204
2205
  }));
2205
2206
  }
2206
- const Cell$1 = "_Cell_mcf17_5";
2207
- const content$1 = "_content_mcf17_14";
2208
- const lastRow = "_lastRow_mcf17_25";
2209
- const focused$1 = "_focused_mcf17_29";
2210
- const rowFocused = "_rowFocused_mcf17_30";
2211
- const expanded$1 = "_expanded_mcf17_34";
2212
- const first$1 = "_first_mcf17_38";
2213
- const firstWithActions$1 = "_firstWithActions_mcf17_45";
2214
- const secondWithActions$1 = "_secondWithActions_mcf17_51";
2215
- const last$1 = "_last_mcf17_25";
2216
- const lastWithActions$1 = "_lastWithActions_mcf17_62";
2217
- const secondToLastWithActions$1 = "_secondToLastWithActions_mcf17_70";
2218
- const shadowLeft$1 = "_shadowLeft_mcf17_74";
2219
- const shadowRight$1 = "_shadowRight_mcf17_93";
2207
+ const Cell$1 = "_Cell_1rfbj_5";
2208
+ const content$1 = "_content_1rfbj_14";
2209
+ const lastRow = "_lastRow_1rfbj_25";
2210
+ const focused$1 = "_focused_1rfbj_29";
2211
+ const rowFocused = "_rowFocused_1rfbj_30";
2212
+ const expanded$1 = "_expanded_1rfbj_34";
2213
+ const first$1 = "_first_1rfbj_38";
2214
+ const firstWithActions$1 = "_firstWithActions_1rfbj_45";
2215
+ const secondWithActions$1 = "_secondWithActions_1rfbj_51";
2216
+ const last$1 = "_last_1rfbj_25";
2217
+ const lastWithActions$1 = "_lastWithActions_1rfbj_62";
2218
+ const secondToLastWithActions$1 = "_secondToLastWithActions_1rfbj_70";
2219
+ const shadowLeft$1 = "_shadowLeft_1rfbj_74";
2220
+ const shadowRight$1 = "_shadowRight_1rfbj_93";
2220
2221
  const styles$5 = {
2221
2222
  Cell: Cell$1,
2222
2223
  content: content$1,
@@ -2232,7 +2233,7 @@ const styles$5 = {
2232
2233
  secondToLastWithActions: secondToLastWithActions$1,
2233
2234
  shadowLeft: shadowLeft$1,
2234
2235
  shadowRight: shadowRight$1,
2235
- "static": "_static_mcf17_112"
2236
+ "static": "_static_1rfbj_112"
2236
2237
  };
2237
2238
  function Cell({ cell, state }) {
2238
2239
  const table2 = useDataGridTable();
@@ -2284,10 +2285,10 @@ function StaticCell({ children, colSpan }) {
2284
2285
  "data-ezui-data-grid-shadow": true
2285
2286
  })));
2286
2287
  }
2287
- const SortIndicator$1 = "_SortIndicator_1v2qm_5";
2288
- const arrow = "_arrow_1v2qm_10";
2289
- const sorted = "_sorted_1v2qm_14";
2290
- const onHeaderSecondary = "_onHeaderSecondary_1v2qm_18";
2288
+ const SortIndicator$1 = "_SortIndicator_f0bwq_5";
2289
+ const arrow = "_arrow_f0bwq_10";
2290
+ const sorted = "_sorted_f0bwq_14";
2291
+ const onHeaderSecondary = "_onHeaderSecondary_f0bwq_18";
2291
2292
  const styles$4 = {
2292
2293
  SortIndicator: SortIndicator$1,
2293
2294
  arrow,
@@ -2320,19 +2321,19 @@ function Arrow(props) {
2320
2321
  d: "M12 0.344238L0 0.344238L6 7.561L12 0.344238Z"
2321
2322
  }));
2322
2323
  }
2323
- const ColumnHeader$1 = "_ColumnHeader_1evfb_5";
2324
- const content = "_content_1evfb_15";
2325
- const allowsSorting = "_allowsSorting_1evfb_26";
2326
- const focused = "_focused_1evfb_31";
2327
- const first = "_first_1evfb_44";
2328
- const firstWithActions = "_firstWithActions_1evfb_50";
2329
- const secondWithActions = "_secondWithActions_1evfb_57";
2330
- const last = "_last_1evfb_63";
2331
- const lastWithActions = "_lastWithActions_1evfb_67";
2332
- const secondToLastWithActions = "_secondToLastWithActions_1evfb_74";
2333
- const shadowBottom = "_shadowBottom_1evfb_78";
2334
- const shadowRight = "_shadowRight_1evfb_100";
2335
- const shadowLeft = "_shadowLeft_1evfb_119";
2324
+ const ColumnHeader$1 = "_ColumnHeader_17wba_5";
2325
+ const content = "_content_17wba_15";
2326
+ const allowsSorting = "_allowsSorting_17wba_26";
2327
+ const focused = "_focused_17wba_31";
2328
+ const first = "_first_17wba_44";
2329
+ const firstWithActions = "_firstWithActions_17wba_50";
2330
+ const secondWithActions = "_secondWithActions_17wba_57";
2331
+ const last = "_last_17wba_63";
2332
+ const lastWithActions = "_lastWithActions_17wba_67";
2333
+ const secondToLastWithActions = "_secondToLastWithActions_17wba_74";
2334
+ const shadowBottom = "_shadowBottom_17wba_78";
2335
+ const shadowRight = "_shadowRight_17wba_100";
2336
+ const shadowLeft = "_shadowLeft_17wba_119";
2336
2337
  const styles$3 = {
2337
2338
  ColumnHeader: ColumnHeader$1,
2338
2339
  content,
@@ -2391,8 +2392,8 @@ function SelectAllColumnHeaderContent({ state }) {
2391
2392
  }
2392
2393
  return React.createElement(Checkbox.Checkbox, __spreadValues({}, checkboxProps));
2393
2394
  }
2394
- const ExpandedRowContent$1 = "_ExpandedRowContent_1219c_5";
2395
- const inner = "_inner_1219c_17";
2395
+ const ExpandedRowContent$1 = "_ExpandedRowContent_1x5yg_5";
2396
+ const inner = "_inner_1x5yg_17";
2396
2397
  const styles$2 = {
2397
2398
  ExpandedRowContent: ExpandedRowContent$1,
2398
2399
  inner
@@ -2405,10 +2406,10 @@ function ExpandedRowContent({ children }) {
2405
2406
  className: utilities_css.classNames(styles$2.inner)
2406
2407
  }, children));
2407
2408
  }
2408
- const Row$1 = "_Row_13t63_5";
2409
- const expanded = "_expanded_13t63_12";
2410
- const hovered = "_hovered_13t63_18";
2411
- const selected = "_selected_13t63_22";
2409
+ const Row$1 = "_Row_95scx_5";
2410
+ const expanded = "_expanded_95scx_12";
2411
+ const hovered = "_hovered_95scx_18";
2412
+ const selected = "_selected_95scx_22";
2412
2413
  const styles$1 = {
2413
2414
  Row: Row$1,
2414
2415
  expanded,
@@ -2476,14 +2477,14 @@ function StaticRow({ children }) {
2476
2477
  className: styles$1.Row
2477
2478
  }, children);
2478
2479
  }
2479
- const DataGrid$1 = "_DataGrid_kh1l3_5";
2480
- const sizeSm = "_sizeSm_kh1l3_42";
2481
- const sizeLg = "_sizeLg_kh1l3_47";
2482
- const innerContainer = "_innerContainer_kh1l3_51";
2483
- const contents = "_contents_kh1l3_56";
2484
- const table = "_table_kh1l3_60";
2485
- const headerSecondary = "_headerSecondary_kh1l3_68";
2486
- const headerEmphasized = "_headerEmphasized_kh1l3_73";
2480
+ const DataGrid$1 = "_DataGrid_1n0up_5";
2481
+ const sizeSm = "_sizeSm_1n0up_42";
2482
+ const sizeLg = "_sizeLg_1n0up_47";
2483
+ const innerContainer = "_innerContainer_1n0up_51";
2484
+ const contents = "_contents_1n0up_56";
2485
+ const table = "_table_1n0up_60";
2486
+ const headerSecondary = "_headerSecondary_1n0up_68";
2487
+ const headerEmphasized = "_headerEmphasized_1n0up_73";
2487
2488
  const styles = {
2488
2489
  DataGrid: DataGrid$1,
2489
2490
  sizeSm,