@easypost/easy-ui 1.0.0-alpha.57 → 1.0.0-alpha.59

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 (183) 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 +17 -0
  8. package/Calendar/index.js +1 -1
  9. package/Calendar/index.mjs +1 -1
  10. package/Card/index.js +1 -1
  11. package/Card/index.mjs +1 -1
  12. package/Checkbox/index.js +1 -1
  13. package/Checkbox/index.mjs +1 -1
  14. package/CodeBlock/index.js +13 -13
  15. package/CodeBlock/index.mjs +14 -14
  16. package/CodeSnippet/index.js +1 -1
  17. package/CodeSnippet/index.mjs +1 -1
  18. package/DataGrid/index.js +60 -59
  19. package/DataGrid/index.mjs +62 -61
  20. package/Drawer/index.js +18 -18
  21. package/Drawer/index.mjs +18 -18
  22. package/DropdownButton/index.js +12 -12
  23. package/DropdownButton/index.mjs +13 -13
  24. package/EmptyStateCard/index.js +8 -8
  25. package/EmptyStateCard/index.mjs +8 -8
  26. package/FocusedProductLayout/index.js +23 -23
  27. package/FocusedProductLayout/index.mjs +23 -23
  28. package/ForgeLayout/ForgeLayout.d.ts +146 -0
  29. package/ForgeLayout/ForgeLayout.d.ts.map +1 -0
  30. package/ForgeLayout/ForgeLayout.stories.d.ts +9 -0
  31. package/ForgeLayout/ForgeLayout.stories.d.ts.map +1 -0
  32. package/ForgeLayout/ForgeLayout.test.d.ts +2 -0
  33. package/ForgeLayout/ForgeLayout.test.d.ts.map +1 -0
  34. package/ForgeLayout/ForgeLayoutActions.d.ts +50 -0
  35. package/ForgeLayout/ForgeLayoutActions.d.ts.map +1 -0
  36. package/ForgeLayout/ForgeLayoutNav.d.ts +35 -0
  37. package/ForgeLayout/ForgeLayoutNav.d.ts.map +1 -0
  38. package/ForgeLayout/index.d.ts +2 -0
  39. package/ForgeLayout/index.d.ts.map +1 -0
  40. package/ForgeLayout/index.js +325 -0
  41. package/ForgeLayout/index.mjs +325 -0
  42. package/FormLayout/index.js +5 -5
  43. package/FormLayout/index.mjs +5 -5
  44. package/HorizontalGrid/index.js +1 -1
  45. package/HorizontalGrid/index.mjs +1 -1
  46. package/HorizontalStack/index.js +1 -1
  47. package/HorizontalStack/index.mjs +1 -1
  48. package/Icon/index.js +1 -1
  49. package/Icon/index.mjs +1 -1
  50. package/IconButton/index.js +12 -12
  51. package/IconButton/index.mjs +13 -13
  52. package/InputField/index.js +1 -1
  53. package/InputField/index.mjs +1 -1
  54. package/KebabButton/index.js +1 -1
  55. package/KebabButton/index.mjs +1 -1
  56. package/Menu/index.js +1 -1
  57. package/Menu/index.mjs +1 -1
  58. package/Modal/index.js +19 -19
  59. package/Modal/index.mjs +19 -19
  60. package/NexusLayout/index.js +32 -102
  61. package/NexusLayout/index.mjs +30 -100
  62. package/Notification/index.js +1 -1
  63. package/Notification/index.mjs +1 -1
  64. package/Pagination/index.js +7 -7
  65. package/Pagination/index.mjs +8 -8
  66. package/PillGroup/index.js +14 -139
  67. package/PillGroup/index.mjs +16 -141
  68. package/ProductLayout/index.js +21 -21
  69. package/ProductLayout/index.mjs +22 -22
  70. package/Provider/index.js +1 -1
  71. package/Provider/index.mjs +2 -2
  72. package/RadioButtonGroup/index.js +2 -2
  73. package/RadioButtonGroup/index.mjs +3 -3
  74. package/RadioGroup/index.js +15 -15
  75. package/RadioGroup/index.mjs +16 -16
  76. package/RangeCalendar/index.js +1 -1
  77. package/RangeCalendar/index.mjs +1 -1
  78. package/SearchNav/index.js +28 -28
  79. package/SearchNav/index.mjs +30 -30
  80. package/SectionCard/index.js +7 -7
  81. package/SectionCard/index.mjs +7 -7
  82. package/Select/index.js +3 -3
  83. package/Select/index.mjs +5 -5
  84. package/SelectorErrorTooltip/index.js +1 -1
  85. package/SelectorErrorTooltip/index.mjs +1 -1
  86. package/Spinner/index.js +1 -1
  87. package/Spinner/index.mjs +1 -1
  88. package/SplitToggleCard/index.js +4 -4
  89. package/SplitToggleCard/index.mjs +4 -4
  90. package/Stepper/index.js +1 -1
  91. package/Stepper/index.mjs +1 -1
  92. package/TabNav/index.js +1 -1
  93. package/TabNav/index.mjs +1 -1
  94. package/TabPanels/index.js +1 -1
  95. package/TabPanels/index.mjs +3 -3
  96. package/Tabs/index.js +1 -1
  97. package/Tabs/index.mjs +1 -1
  98. package/Text/index.js +1 -1
  99. package/Text/index.mjs +1 -1
  100. package/TextField/index.js +1 -1
  101. package/TextField/index.mjs +1 -1
  102. package/Textarea/index.js +1 -1
  103. package/Textarea/index.mjs +1 -1
  104. package/Toggle/index.js +1 -1
  105. package/Toggle/index.mjs +1 -1
  106. package/ToggleCard/index.js +2 -2
  107. package/ToggleCard/index.mjs +2 -2
  108. package/Tooltip/index.js +1 -1
  109. package/Tooltip/index.mjs +1 -1
  110. package/UnstyledButton/index.mjs +1 -1
  111. package/VerticalNav/index.js +24 -24
  112. package/VerticalNav/index.mjs +25 -25
  113. package/VerticalStack/index.js +1 -1
  114. package/VerticalStack/index.mjs +1 -1
  115. package/__chunks__/Button-D0YAQvKG.mjs +158 -0
  116. package/__chunks__/Button-D8vjHIx8.js +157 -0
  117. package/__chunks__/{Button-DXoSy3zj.js → Button-DsgPV70V.js} +17 -17
  118. package/__chunks__/{Button-gZA_VW7t.mjs → Button-nhScczXe.mjs} +18 -18
  119. package/__chunks__/{CalendarBase-BE9ZXuNU.js → CalendarBase-COZL3vmv.js} +22 -21
  120. package/__chunks__/{CalendarBase-lJhsIoGb.mjs → CalendarBase-DpfZFxvp.mjs} +22 -21
  121. package/__chunks__/{Card-CaqAaP9M.mjs → Card-DK0LHpne.mjs} +12 -12
  122. package/__chunks__/{Card-oCF38dRM.js → Card-FVmxJOcR.js} +12 -12
  123. package/__chunks__/{Checkbox-CPNUyyaQ.mjs → Checkbox-Cg_A5y96.mjs} +21 -21
  124. package/__chunks__/{Checkbox-_9mEf5j8.js → Checkbox-DJT9VDSu.js} +19 -19
  125. package/__chunks__/{CodeSnippet-CFE2GaJ2.js → CodeSnippet-BF7UHk22.js} +2 -2
  126. package/__chunks__/{CodeSnippet-BibgES4Z.mjs → CodeSnippet-CA8MoHur.mjs} +2 -2
  127. package/__chunks__/{HelpMenu-LuIjOYz2.js → HelpMenu-BRNTWyCt.js} +6 -6
  128. package/__chunks__/{HelpMenu-BRbEO3Ze.mjs → HelpMenu-CTSyucIL.mjs} +7 -7
  129. package/__chunks__/{HorizontalGrid-Dd92y3Kh.mjs → HorizontalGrid-CnrWIJji.mjs} +1 -1
  130. package/__chunks__/{HorizontalGrid-MV4O5akl.js → HorizontalGrid-DgRlJbrw.js} +1 -1
  131. package/__chunks__/{HorizontalStack-BYjFVogz.js → HorizontalStack-C4je061M.js} +1 -1
  132. package/__chunks__/{HorizontalStack-Cm2RPfec.mjs → HorizontalStack-glUdBZkV.mjs} +1 -1
  133. package/__chunks__/{Icon-BuiRCbBA.js → Icon-BQ_ekXxq.js} +2 -2
  134. package/__chunks__/{Icon-BBvP9A5e.mjs → Icon-Da5JhGe8.mjs} +2 -2
  135. package/__chunks__/{InputField-BfGOYdX5.mjs → InputField-DCH8cZgZ.mjs} +4 -4
  136. package/__chunks__/{InputField-ClRUBF3T.js → InputField-DLI_aJEO.js} +3 -3
  137. package/__chunks__/{InputIcon-B5dopBYO.mjs → InputIcon-1P31bLRD.mjs} +32 -32
  138. package/__chunks__/{InputIcon-NC2haFw-.js → InputIcon-CoRkYgBL.js} +32 -32
  139. package/__chunks__/{KebabButton-Dc7S9JW3.mjs → KebabButton-AZrk4oea.mjs} +5 -5
  140. package/__chunks__/{KebabButton-QYOAjHz2.js → KebabButton-BRPceR3I.js} +4 -4
  141. package/__chunks__/{LiveAnnouncer-UhhG0KqR.mjs → LiveAnnouncer-Bi_Y3tfX.mjs} +1 -18
  142. package/__chunks__/{LiveAnnouncer-CWnuIRMW.js → LiveAnnouncer-Dwkwacle.js} +0 -17
  143. package/__chunks__/{Menu-DhBaiElA.js → Menu-BVMUk8Eo.js} +11 -11
  144. package/__chunks__/{Menu-DcYM5Xw7.mjs → Menu-m8AKLpJf.mjs} +15 -15
  145. package/__chunks__/{Notification-89cftfIG.mjs → Notification-DoOu4R83.mjs} +15 -15
  146. package/__chunks__/{Notification-BbgRry-H.js → Notification-mRQm2_pL.js} +14 -14
  147. package/__chunks__/{SelectOverlay-BfEs_osJ.mjs → SelectOverlay-BYVAaUPz.mjs} +23 -23
  148. package/__chunks__/{SelectOverlay-D_FXlFlT.js → SelectOverlay-DLsLeoBs.js} +19 -19
  149. package/__chunks__/{SelectorErrorTooltip-BpTIeFfk.js → SelectorErrorTooltip-Dfrrxf_2.js} +4 -4
  150. package/__chunks__/{SelectorErrorTooltip-CzboXZ17.mjs → SelectorErrorTooltip-Zmdp14RS.mjs} +4 -4
  151. package/__chunks__/{Spinner-BmlnOdPA.mjs → Spinner-AF4OzKw8.mjs} +5 -5
  152. package/__chunks__/{Spinner-Baquxz7j.js → Spinner-VxD8NZH-.js} +5 -5
  153. package/__chunks__/{Stepper-C4qgpGYm.js → Stepper-CehKCK04.js} +25 -25
  154. package/__chunks__/{Stepper-D_1c37D4.mjs → Stepper-Ct3PCNLG.mjs} +26 -26
  155. package/__chunks__/{TabNav-DbqEdKB2.mjs → TabNav-BRWg0e4j.mjs} +1 -1
  156. package/__chunks__/{TabNav-CrY7roYg.js → TabNav-CK6tv3ta.js} +1 -1
  157. package/__chunks__/{Tabs-B4GLceul.mjs → Tabs-BQZ127Va.mjs} +17 -17
  158. package/__chunks__/{Tabs-B3jZ0zO-.js → Tabs-DZGBYJKo.js} +17 -17
  159. package/__chunks__/{Text-DjxTQAjU.js → Text-Bb_q50kn.js} +34 -34
  160. package/__chunks__/{Text-BCY2taAk.mjs → Text-Bno_zBqc.mjs} +34 -34
  161. package/__chunks__/{Toggle-ZJsaI7fk.mjs → Toggle-BbxaX1M7.mjs} +12 -12
  162. package/__chunks__/{Toggle-sNte2miv.js → Toggle-CANpEwDn.js} +11 -11
  163. package/__chunks__/{Tooltip-BKa9QieQ.mjs → Tooltip-Bx8s4oeT.mjs} +8 -8
  164. package/__chunks__/{Tooltip-D8wkj76H.js → Tooltip-DC8z24sP.js} +8 -8
  165. package/__chunks__/{UnstyledButton-6seSbTV1.mjs → UnstyledButton-B7BScs8i.mjs} +1 -1
  166. package/__chunks__/{VerticalStack-BTe0o39p.mjs → VerticalStack-BAcbezBY.mjs} +3 -3
  167. package/__chunks__/{VerticalStack-loS6ZJn3.js → VerticalStack-BlMnVvdU.js} +3 -3
  168. package/__chunks__/{useButton-DEhs-Rkj.mjs → useButton-B1CurEpI.mjs} +1 -1
  169. package/__chunks__/{useEdgeInterceptors-CCflfRiK.js → useEdgeInterceptors-BJOGJUBf.js} +5 -5
  170. package/__chunks__/{useEdgeInterceptors-DiEyVe00.mjs → useEdgeInterceptors-D5GUQcmv.mjs} +5 -5
  171. package/__chunks__/{useHighlightSelectionDescription-CG5W6CIQ.js → useHighlightSelectionDescription-CsB-ufoX.js} +3 -2
  172. package/__chunks__/{useHighlightSelectionDescription-DCgFgP4G.mjs → useHighlightSelectionDescription-DnW5KkSs.mjs} +2 -1
  173. package/__chunks__/useLink-BOdtE_Mk.js +94 -0
  174. package/__chunks__/useLink-B__d3N9L.mjs +95 -0
  175. package/__chunks__/{usePress-DV7a17gG.mjs → usePress-lFMUra6S.mjs} +6 -6
  176. package/__chunks__/{useSelectableItem-BDZ5pN_C.mjs → useSelectableItem-BdD2_J2D.mjs} +1 -1
  177. package/__chunks__/{useSelectableList-Bj35aLZH.mjs → useSelectableList-D0uxeze4.mjs} +1 -1
  178. package/__chunks__/{useToggle-BfGkPrAg.mjs → useToggle-b0GY9dCM.mjs} +1 -1
  179. package/__chunks__/{useTriggerWidth-BC_zeUJ5.mjs → useTriggerWidth-DEToHKD3.mjs} +1 -1
  180. package/__chunks__/useUpdateEffect-BLgGnNgL.mjs +19 -0
  181. package/__chunks__/useUpdateEffect-CssYIsWI.js +18 -0
  182. package/package.json +2 -2
  183. package/style.css +1163 -971
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-BuiRCbBA.js");
5
- const Text = require("../__chunks__/Text-DjxTQAjU.js");
4
+ const Icon = require("../__chunks__/Icon-BQ_ekXxq.js");
5
+ const Text = require("../__chunks__/Text-Bb_q50kn.js");
6
6
  const utilities_css = require("../utilities/css.js");
7
- const root = "_root_kck4e_5";
8
- const primary = "_primary_kck4e_16";
9
- const secondary = "_secondary_kck4e_17";
10
- const text = "_text_kck4e_32";
11
- const variantPrimary = "_variantPrimary_kck4e_37";
12
- const variantSecondary = "_variantSecondary_kck4e_44";
13
- const variantBlack = "_variantBlack_kck4e_51";
14
- const variantInverse = "_variantInverse_kck4e_58";
15
- const variantGray = "_variantGray_kck4e_65";
16
- const variantSuccess = "_variantSuccess_kck4e_72";
17
- const variantWarning = "_variantWarning_kck4e_79";
18
- const variantDanger = "_variantDanger_kck4e_86";
7
+ const root = "_root_1bmx9_5";
8
+ const primary = "_primary_1bmx9_16";
9
+ const secondary = "_secondary_1bmx9_17";
10
+ const text = "_text_1bmx9_32";
11
+ const variantPrimary = "_variantPrimary_1bmx9_37";
12
+ const variantSecondary = "_variantSecondary_1bmx9_44";
13
+ const variantBlack = "_variantBlack_1bmx9_51";
14
+ const variantInverse = "_variantInverse_1bmx9_58";
15
+ const variantGray = "_variantGray_1bmx9_65";
16
+ const variantSuccess = "_variantSuccess_1bmx9_72";
17
+ const variantWarning = "_variantWarning_1bmx9_79";
18
+ const variantDanger = "_variantDanger_1bmx9_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-BBvP9A5e.mjs";
3
- import { T as Text } from "../__chunks__/Text-BCY2taAk.mjs";
2
+ import { I as Icon } from "../__chunks__/Icon-Da5JhGe8.mjs";
3
+ import { T as Text } from "../__chunks__/Text-Bno_zBqc.mjs";
4
4
  import { classNames, variationName } from "../utilities/css.mjs";
5
- const root = "_root_kck4e_5";
6
- const primary = "_primary_kck4e_16";
7
- const secondary = "_secondary_kck4e_17";
8
- const text = "_text_kck4e_32";
9
- const variantPrimary = "_variantPrimary_kck4e_37";
10
- const variantSecondary = "_variantSecondary_kck4e_44";
11
- const variantBlack = "_variantBlack_kck4e_51";
12
- const variantInverse = "_variantInverse_kck4e_58";
13
- const variantGray = "_variantGray_kck4e_65";
14
- const variantSuccess = "_variantSuccess_kck4e_72";
15
- const variantWarning = "_variantWarning_kck4e_79";
16
- const variantDanger = "_variantDanger_kck4e_86";
5
+ const root = "_root_1bmx9_5";
6
+ const primary = "_primary_1bmx9_16";
7
+ const secondary = "_secondary_1bmx9_17";
8
+ const text = "_text_1bmx9_32";
9
+ const variantPrimary = "_variantPrimary_1bmx9_37";
10
+ const variantSecondary = "_variantSecondary_1bmx9_44";
11
+ const variantBlack = "_variantBlack_1bmx9_51";
12
+ const variantInverse = "_variantInverse_1bmx9_58";
13
+ const variantGray = "_variantGray_1bmx9_65";
14
+ const variantSuccess = "_variantSuccess_1bmx9_72";
15
+ const variantWarning = "_variantWarning_1bmx9_79";
16
+ const variantDanger = "_variantDanger_1bmx9_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-DjxTQAjU.js");
4
+ const Text = require("../__chunks__/Text-Bb_q50kn.js");
5
5
  const utilities_css = require("../utilities/css.js");
6
- const colorSuccess = "_colorSuccess_4u6hz_5";
7
- const colorPrimary = "_colorPrimary_4u6hz_10";
8
- const colorNeutral = "_colorNeutral_4u6hz_11";
9
- const Banner$1 = "_Banner_4u6hz_23";
6
+ const colorSuccess = "_colorSuccess_zcctl_5";
7
+ const colorPrimary = "_colorPrimary_zcctl_10";
8
+ const colorNeutral = "_colorNeutral_zcctl_11";
9
+ const Banner$1 = "_Banner_zcctl_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-BCY2taAk.mjs";
2
+ import { T as Text } from "../__chunks__/Text-Bno_zBqc.mjs";
3
3
  import { classNames, variationName } from "../utilities/css.mjs";
4
- const colorSuccess = "_colorSuccess_4u6hz_5";
5
- const colorPrimary = "_colorPrimary_4u6hz_10";
6
- const colorNeutral = "_colorNeutral_4u6hz_11";
7
- const Banner$1 = "_Banner_4u6hz_23";
4
+ const colorSuccess = "_colorSuccess_zcctl_5";
5
+ const colorPrimary = "_colorPrimary_zcctl_10";
6
+ const colorNeutral = "_colorNeutral_zcctl_11";
7
+ const Banner$1 = "_Banner_zcctl_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-DXoSy3zj.js");
3
+ const Button = require("../__chunks__/Button-DsgPV70V.js");
4
4
  exports.Button = Button.Button;
package/Button/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { B } from "../__chunks__/Button-gZA_VW7t.mjs";
1
+ import { B } from "../__chunks__/Button-nhScczXe.mjs";
2
2
  export {
3
3
  B as Button
4
4
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @easypost/easy-ui
2
2
 
3
+ ## 1.0.0-alpha.59
4
+
5
+ ### Minor Changes
6
+
7
+ - 5e76576: feat(ForgeLayout): add button action
8
+
9
+ ## 1.0.0-alpha.58
10
+
11
+ ### Minor Changes
12
+
13
+ - 72816da: feat: ForgeLayout
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [72816da]
18
+ - @easypost/easy-ui-icons@1.0.0-alpha.32
19
+
3
20
  ## 1.0.0-alpha.57
4
21
 
5
22
  ### Patch Changes
package/Calendar/index.js CHANGED
@@ -20,7 +20,7 @@ var __spreadValues = (a, b) => {
20
20
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
21
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
22
  const React = require("react");
23
- const CalendarBase = require("../__chunks__/CalendarBase-BE9ZXuNU.js");
23
+ const CalendarBase = require("../__chunks__/CalendarBase-COZL3vmv.js");
24
24
  const context = require("../__chunks__/context-D3NeXov7.js");
25
25
  function $9942cad8a072a530$export$3ee915f8151bd4f1(props, state) {
26
26
  return CalendarBase.$c4acc1de3ab169cf$export$d652b3ea2d672d5b(props, state);
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
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-lJhsIoGb.mjs";
21
+ import { $ as $c4acc1de3ab169cf$export$d652b3ea2d672d5b, a as $131cf43a05231e1e$export$6d095e787d2b5e1f, b as $64244302c3013299$export$dd0bbc9b26defe37, C as CalendarBase } from "../__chunks__/CalendarBase-DpfZFxvp.mjs";
22
22
  import { $ as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "../__chunks__/context-DEwqildc.mjs";
23
23
  function $9942cad8a072a530$export$3ee915f8151bd4f1(props, state) {
24
24
  return $c4acc1de3ab169cf$export$d652b3ea2d672d5b(props, state);
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-oCF38dRM.js");
3
+ const Card = require("../__chunks__/Card-FVmxJOcR.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-CaqAaP9M.mjs";
1
+ import { C, p } from "../__chunks__/Card-DK0LHpne.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-_9mEf5j8.js");
3
+ const Checkbox = require("../__chunks__/Checkbox-DJT9VDSu.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-CPNUyyaQ.mjs";
1
+ import { C, D } from "../__chunks__/Checkbox-Cg_A5y96.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-CFE2GaJ2.js");
21
- const HorizontalStack = require("../__chunks__/HorizontalStack-BYjFVogz.js");
20
+ const CodeSnippet = require("../__chunks__/CodeSnippet-BF7UHk22.js");
21
+ const HorizontalStack = require("../__chunks__/HorizontalStack-C4je061M.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-BuiRCbBA.js");
25
- const Text = require("../__chunks__/Text-DjxTQAjU.js");
26
- const Tooltip = require("../__chunks__/Tooltip-D8wkj76H.js");
24
+ const Icon = require("../__chunks__/Icon-BQ_ekXxq.js");
25
+ const Text = require("../__chunks__/Text-Bb_q50kn.js");
26
+ const Tooltip = require("../__chunks__/Tooltip-DC8z24sP.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-DhBaiElA.js");
31
+ const Menu = require("../__chunks__/Menu-BVMUk8Eo.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_5civd_5";
221
+ const CopyButton$1 = "_CopyButton_1pvl5_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_1yeiq_5";
288
- const header = "_header_1yeiq_13";
289
- const headerTitle = "_headerTitle_1yeiq_20";
290
- const divider = "_divider_1yeiq_29";
291
- const colorPrimary = "_colorPrimary_1yeiq_36";
292
- const colorSecondary = "_colorSecondary_1yeiq_41";
287
+ const CodeBlock$1 = "_CodeBlock_x2qif_5";
288
+ const header = "_header_x2qif_13";
289
+ const headerTitle = "_headerTitle_x2qif_20";
290
+ const divider = "_divider_x2qif_29";
291
+ const colorPrimary = "_colorPrimary_x2qif_36";
292
+ const colorSecondary = "_colorSecondary_x2qif_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-BibgES4Z.mjs";
20
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-Cm2RPfec.mjs";
19
+ import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-CA8MoHur.mjs";
20
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-glUdBZkV.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-BBvP9A5e.mjs";
24
- import { T as Text } from "../__chunks__/Text-BCY2taAk.mjs";
25
- import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-BKa9QieQ.mjs";
23
+ import { I as Icon } from "../__chunks__/Icon-Da5JhGe8.mjs";
24
+ import { T as Text } from "../__chunks__/Text-Bno_zBqc.mjs";
25
+ import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-Bx8s4oeT.mjs";
26
26
  import { $ as $6179b936705e76d3$export$ae780daf29e6d456 } from "../__chunks__/useHover-BOYR4wqI.mjs";
27
27
  import { $ as $a1ea59d68270f0dd$export$f8168d8dd8fd66e6 } from "../__chunks__/useFocus-DDj4i8Xy.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-DcYM5Xw7.mjs";
31
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-6seSbTV1.mjs";
30
+ import { M as Menu } from "../__chunks__/Menu-m8AKLpJf.mjs";
31
+ import { U as UnstyledButton } from "../__chunks__/UnstyledButton-B7BScs8i.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_5civd_5";
203
+ const CopyButton$1 = "_CopyButton_1pvl5_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_1yeiq_5";
270
- const header = "_header_1yeiq_13";
271
- const headerTitle = "_headerTitle_1yeiq_20";
272
- const divider = "_divider_1yeiq_29";
273
- const colorPrimary = "_colorPrimary_1yeiq_36";
274
- const colorSecondary = "_colorSecondary_1yeiq_41";
269
+ const CodeBlock$1 = "_CodeBlock_x2qif_5";
270
+ const header = "_header_x2qif_13";
271
+ const headerTitle = "_headerTitle_x2qif_20";
272
+ const divider = "_divider_x2qif_29";
273
+ const colorPrimary = "_colorPrimary_x2qif_36";
274
+ const colorSecondary = "_colorSecondary_x2qif_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-CFE2GaJ2.js");
3
+ const CodeSnippet = require("../__chunks__/CodeSnippet-BF7UHk22.js");
4
4
  exports.CodeSnippet = CodeSnippet.CodeSnippet;
@@ -1,4 +1,4 @@
1
- import { C } from "../__chunks__/CodeSnippet-BibgES4Z.mjs";
1
+ import { C } from "../__chunks__/CodeSnippet-CA8MoHur.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-BuiRCbBA.js");
72
- const Menu = require("../__chunks__/Menu-DhBaiElA.js");
73
- const Text = require("../__chunks__/Text-DjxTQAjU.js");
74
- const KebabButton = require("../__chunks__/KebabButton-QYOAjHz2.js");
71
+ const Icon = require("../__chunks__/Icon-BQ_ekXxq.js");
72
+ const Menu = require("../__chunks__/Menu-BVMUk8Eo.js");
73
+ const Text = require("../__chunks__/Text-Bb_q50kn.js");
74
+ const KebabButton = require("../__chunks__/KebabButton-BRPceR3I.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-_9mEf5j8.js");
77
+ const Checkbox = require("../__chunks__/Checkbox-DJT9VDSu.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,7 +83,7 @@ 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-CG5W6CIQ.js");
86
+ const useHighlightSelectionDescription = require("../__chunks__/useHighlightSelectionDescription-CsB-ufoX.js");
87
87
  const useLocalizedStringFormatter = require("../__chunks__/useLocalizedStringFormatter-D74_5d4h.js");
88
88
  const useFocusRing = require("../__chunks__/useFocusRing-DFRFvht_.js");
89
89
  const isVirtualEvent = require("../__chunks__/isVirtualEvent-DwoP1rNI.js");
@@ -92,13 +92,14 @@ 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-CCflfRiK.js");
95
+ const useEdgeInterceptors = require("../__chunks__/useEdgeInterceptors-BJOGJUBf.js");
96
96
  const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
97
- const Spinner = require("../__chunks__/Spinner-Baquxz7j.js");
97
+ const Spinner = require("../__chunks__/Spinner-VxD8NZH-.js");
98
98
  const useSelectableList = require("../__chunks__/useSelectableList-DlkRkps4.js");
99
- const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CWnuIRMW.js");
99
+ const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-Dwkwacle.js");
100
100
  const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
101
101
  const useHasTabbableChild = require("../__chunks__/useHasTabbableChild-C34XhtMr.js");
102
+ const useUpdateEffect = require("../__chunks__/useUpdateEffect-CssYIsWI.js");
102
103
  function $62967d126f3aa823$export$4007ac09ff9c68ed(props) {
103
104
  let { collection, focusMode } = props;
104
105
  let selectionState = props.UNSAFE_selectionState || SelectionManager.$7af3f5b51489e0b5$export$253fe78d46329472(props);
@@ -1947,7 +1948,7 @@ function $6e31608fbba75bab$export$25bceaac3c7e4dc7(props, state, ref) {
1947
1948
  state.collection.columns
1948
1949
  ]);
1949
1950
  let descriptionProps = scrollIntoView.$ef06256079686ba0$export$f8aeda7b10753fa1(sortDescription);
1950
- LiveAnnouncer.$4f58c5f72bcf79f7$export$496315a1608d9602(() => {
1951
+ useUpdateEffect.$4f58c5f72bcf79f7$export$496315a1608d9602(() => {
1951
1952
  if (sortDescription) LiveAnnouncer.$319e236875307eab$export$a9b970dcc4ae71a9(sortDescription, "assertive", 500);
1952
1953
  }, [
1953
1954
  sortDescription
@@ -2134,7 +2135,7 @@ const useDataGridRow = () => {
2134
2135
  }
2135
2136
  return dataGridRowContext;
2136
2137
  };
2137
- const ActionsCellContent$1 = "_ActionsCellContent_bo8bm_5";
2138
+ const ActionsCellContent$1 = "_ActionsCellContent_1w7al_5";
2138
2139
  const styles$7 = {
2139
2140
  ActionsCellContent: ActionsCellContent$1
2140
2141
  };
@@ -2180,8 +2181,8 @@ function ActionRowAction({ rowAction }) {
2180
2181
  symbol: rowAction.iconSymbol
2181
2182
  }));
2182
2183
  }
2183
- const button = "_button_ozmau_5";
2184
- const expanded$2 = "_expanded_ozmau_23";
2184
+ const button = "_button_1a1du_5";
2185
+ const expanded$2 = "_expanded_1a1du_23";
2185
2186
  const styles$6 = {
2186
2187
  button,
2187
2188
  expanded: expanded$2
@@ -2202,20 +2203,20 @@ function ExpandCellContent({ isExpanded, toggleExpanded }) {
2202
2203
  size: "xs"
2203
2204
  }));
2204
2205
  }
2205
- const Cell$1 = "_Cell_gcuum_5";
2206
- const content$1 = "_content_gcuum_14";
2207
- const lastRow = "_lastRow_gcuum_25";
2208
- const focused$1 = "_focused_gcuum_29";
2209
- const rowFocused = "_rowFocused_gcuum_30";
2210
- const expanded$1 = "_expanded_gcuum_34";
2211
- const first$1 = "_first_gcuum_38";
2212
- const firstWithActions$1 = "_firstWithActions_gcuum_45";
2213
- const secondWithActions$1 = "_secondWithActions_gcuum_51";
2214
- const last$1 = "_last_gcuum_25";
2215
- const lastWithActions$1 = "_lastWithActions_gcuum_62";
2216
- const secondToLastWithActions$1 = "_secondToLastWithActions_gcuum_70";
2217
- const shadowLeft$1 = "_shadowLeft_gcuum_74";
2218
- const shadowRight$1 = "_shadowRight_gcuum_93";
2206
+ const Cell$1 = "_Cell_uex2u_5";
2207
+ const content$1 = "_content_uex2u_14";
2208
+ const lastRow = "_lastRow_uex2u_25";
2209
+ const focused$1 = "_focused_uex2u_29";
2210
+ const rowFocused = "_rowFocused_uex2u_30";
2211
+ const expanded$1 = "_expanded_uex2u_34";
2212
+ const first$1 = "_first_uex2u_38";
2213
+ const firstWithActions$1 = "_firstWithActions_uex2u_45";
2214
+ const secondWithActions$1 = "_secondWithActions_uex2u_51";
2215
+ const last$1 = "_last_uex2u_25";
2216
+ const lastWithActions$1 = "_lastWithActions_uex2u_62";
2217
+ const secondToLastWithActions$1 = "_secondToLastWithActions_uex2u_70";
2218
+ const shadowLeft$1 = "_shadowLeft_uex2u_74";
2219
+ const shadowRight$1 = "_shadowRight_uex2u_93";
2219
2220
  const styles$5 = {
2220
2221
  Cell: Cell$1,
2221
2222
  content: content$1,
@@ -2231,7 +2232,7 @@ const styles$5 = {
2231
2232
  secondToLastWithActions: secondToLastWithActions$1,
2232
2233
  shadowLeft: shadowLeft$1,
2233
2234
  shadowRight: shadowRight$1,
2234
- "static": "_static_gcuum_112"
2235
+ "static": "_static_uex2u_112"
2235
2236
  };
2236
2237
  function Cell({ cell, state }) {
2237
2238
  const table2 = useDataGridTable();
@@ -2283,10 +2284,10 @@ function StaticCell({ children, colSpan }) {
2283
2284
  "data-ezui-data-grid-shadow": true
2284
2285
  })));
2285
2286
  }
2286
- const SortIndicator$1 = "_SortIndicator_lk6y6_5";
2287
- const arrow = "_arrow_lk6y6_10";
2288
- const sorted = "_sorted_lk6y6_14";
2289
- const onHeaderSecondary = "_onHeaderSecondary_lk6y6_18";
2287
+ const SortIndicator$1 = "_SortIndicator_1iwfb_5";
2288
+ const arrow = "_arrow_1iwfb_10";
2289
+ const sorted = "_sorted_1iwfb_14";
2290
+ const onHeaderSecondary = "_onHeaderSecondary_1iwfb_18";
2290
2291
  const styles$4 = {
2291
2292
  SortIndicator: SortIndicator$1,
2292
2293
  arrow,
@@ -2319,19 +2320,19 @@ function Arrow(props) {
2319
2320
  d: "M12 0.344238L0 0.344238L6 7.561L12 0.344238Z"
2320
2321
  }));
2321
2322
  }
2322
- const ColumnHeader$1 = "_ColumnHeader_bnfd_5";
2323
- const content = "_content_bnfd_15";
2324
- const allowsSorting = "_allowsSorting_bnfd_26";
2325
- const focused = "_focused_bnfd_31";
2326
- const first = "_first_bnfd_44";
2327
- const firstWithActions = "_firstWithActions_bnfd_50";
2328
- const secondWithActions = "_secondWithActions_bnfd_57";
2329
- const last = "_last_bnfd_63";
2330
- const lastWithActions = "_lastWithActions_bnfd_67";
2331
- const secondToLastWithActions = "_secondToLastWithActions_bnfd_74";
2332
- const shadowBottom = "_shadowBottom_bnfd_78";
2333
- const shadowRight = "_shadowRight_bnfd_100";
2334
- const shadowLeft = "_shadowLeft_bnfd_119";
2323
+ const ColumnHeader$1 = "_ColumnHeader_1djol_5";
2324
+ const content = "_content_1djol_15";
2325
+ const allowsSorting = "_allowsSorting_1djol_26";
2326
+ const focused = "_focused_1djol_31";
2327
+ const first = "_first_1djol_44";
2328
+ const firstWithActions = "_firstWithActions_1djol_50";
2329
+ const secondWithActions = "_secondWithActions_1djol_57";
2330
+ const last = "_last_1djol_63";
2331
+ const lastWithActions = "_lastWithActions_1djol_67";
2332
+ const secondToLastWithActions = "_secondToLastWithActions_1djol_74";
2333
+ const shadowBottom = "_shadowBottom_1djol_78";
2334
+ const shadowRight = "_shadowRight_1djol_100";
2335
+ const shadowLeft = "_shadowLeft_1djol_119";
2335
2336
  const styles$3 = {
2336
2337
  ColumnHeader: ColumnHeader$1,
2337
2338
  content,
@@ -2390,8 +2391,8 @@ function SelectAllColumnHeaderContent({ state }) {
2390
2391
  }
2391
2392
  return React.createElement(Checkbox.Checkbox, __spreadValues({}, checkboxProps));
2392
2393
  }
2393
- const ExpandedRowContent$1 = "_ExpandedRowContent_ov0sx_5";
2394
- const inner = "_inner_ov0sx_17";
2394
+ const ExpandedRowContent$1 = "_ExpandedRowContent_1de7s_5";
2395
+ const inner = "_inner_1de7s_17";
2395
2396
  const styles$2 = {
2396
2397
  ExpandedRowContent: ExpandedRowContent$1,
2397
2398
  inner
@@ -2404,10 +2405,10 @@ function ExpandedRowContent({ children }) {
2404
2405
  className: utilities_css.classNames(styles$2.inner)
2405
2406
  }, children));
2406
2407
  }
2407
- const Row$1 = "_Row_1fz1e_5";
2408
- const expanded = "_expanded_1fz1e_12";
2409
- const hovered = "_hovered_1fz1e_18";
2410
- const selected = "_selected_1fz1e_22";
2408
+ const Row$1 = "_Row_azqrs_5";
2409
+ const expanded = "_expanded_azqrs_12";
2410
+ const hovered = "_hovered_azqrs_18";
2411
+ const selected = "_selected_azqrs_22";
2411
2412
  const styles$1 = {
2412
2413
  Row: Row$1,
2413
2414
  expanded,
@@ -2475,14 +2476,14 @@ function StaticRow({ children }) {
2475
2476
  className: styles$1.Row
2476
2477
  }, children);
2477
2478
  }
2478
- const DataGrid$1 = "_DataGrid_17sm4_5";
2479
- const sizeSm = "_sizeSm_17sm4_42";
2480
- const sizeLg = "_sizeLg_17sm4_47";
2481
- const innerContainer = "_innerContainer_17sm4_51";
2482
- const contents = "_contents_17sm4_56";
2483
- const table = "_table_17sm4_60";
2484
- const headerSecondary = "_headerSecondary_17sm4_68";
2485
- const headerEmphasized = "_headerEmphasized_17sm4_73";
2479
+ const DataGrid$1 = "_DataGrid_1h85x_5";
2480
+ const sizeSm = "_sizeSm_1h85x_42";
2481
+ const sizeLg = "_sizeLg_1h85x_47";
2482
+ const innerContainer = "_innerContainer_1h85x_51";
2483
+ const contents = "_contents_1h85x_56";
2484
+ const table = "_table_1h85x_60";
2485
+ const headerSecondary = "_headerSecondary_1h85x_68";
2486
+ const headerEmphasized = "_headerEmphasized_1h85x_73";
2486
2487
  const styles = {
2487
2488
  DataGrid: DataGrid$1,
2488
2489
  sizeSm,