@easypost/easy-ui 1.0.0-alpha.56 → 1.0.0-alpha.58

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 (175) 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 +19 -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 +56 -56
  19. package/DataGrid/index.mjs +59 -59
  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 +145 -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 +38 -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 +295 -0
  41. package/ForgeLayout/index.mjs +295 -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 +5 -5
  67. package/PillGroup/index.mjs +9 -9
  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-D6onI-kJ.mjs → Button-B9ps6Qqj.mjs} +18 -18
  116. package/__chunks__/{Button-DQ2NkvB7.js → Button-CTjxLq7c.js} +17 -17
  117. package/__chunks__/{CalendarBase-DaXcE0Vl.js → CalendarBase-5ZdafuyJ.js} +18 -18
  118. package/__chunks__/{CalendarBase-DkLU-xxk.mjs → CalendarBase-cmKpMOa7.mjs} +20 -20
  119. package/__chunks__/{Card-CYdEo89C.mjs → Card-BJvHldl4.mjs} +12 -12
  120. package/__chunks__/{Card-Cw9W0Zvm.js → Card-suxDpINg.js} +12 -12
  121. package/__chunks__/{Checkbox-DMIaBIMX.js → Checkbox-BjU_6WhC.js} +19 -19
  122. package/__chunks__/{Checkbox-DTX_wDBB.mjs → Checkbox-DUWTMPiq.mjs} +21 -21
  123. package/__chunks__/{CodeSnippet-CBDtqnFn.mjs → CodeSnippet-0Aslr4R3.mjs} +2 -2
  124. package/__chunks__/{CodeSnippet-Dg-w1ncw.js → CodeSnippet-C_-Xqrjt.js} +2 -2
  125. package/__chunks__/{HelpMenu-DCIr7b5K.mjs → HelpMenu-Db-3x2vD.mjs} +7 -7
  126. package/__chunks__/{HelpMenu-br4uY5D7.js → HelpMenu-yYnen7gk.js} +6 -6
  127. package/__chunks__/{HorizontalGrid--W2GD8lN.mjs → HorizontalGrid-BxKte6DW.mjs} +1 -1
  128. package/__chunks__/{HorizontalGrid-BUpw5nwO.js → HorizontalGrid-CSEN-Ftp.js} +1 -1
  129. package/__chunks__/{HorizontalStack-CXhmbQu4.js → HorizontalStack-C9uEUNz4.js} +1 -1
  130. package/__chunks__/{HorizontalStack-x4HGqgsU.mjs → HorizontalStack-DPFOJvIL.mjs} +1 -1
  131. package/__chunks__/{Icon-BCBvOy-b.js → Icon-BltKX0qA.js} +2 -2
  132. package/__chunks__/{Icon-CDgix2Sz.mjs → Icon-C_aZ3bUF.mjs} +2 -2
  133. package/__chunks__/{InputField-Bj22Z9om.mjs → InputField-DAInzp-q.mjs} +4 -4
  134. package/__chunks__/{InputField-C86b2081.js → InputField-JQV6aEy9.js} +3 -3
  135. package/__chunks__/{InputIcon-zjySEVjo.mjs → InputIcon-BKMOWHfb.mjs} +32 -32
  136. package/__chunks__/{InputIcon-BLzlQuQq.js → InputIcon-hd7CFoFQ.js} +32 -32
  137. package/__chunks__/{KebabButton-DDDKfSUI.mjs → KebabButton-kiEjenAw.mjs} +5 -5
  138. package/__chunks__/{KebabButton-ClU7vgEf.js → KebabButton-sMaKsOF1.js} +4 -4
  139. package/__chunks__/{Menu-B4KcJbMm.mjs → Menu-BfJt2bW6.mjs} +15 -15
  140. package/__chunks__/{Menu-anVQErb9.js → Menu-D-xzSQyq.js} +11 -11
  141. package/__chunks__/{Notification-BCLsclpu.js → Notification-BdiFNurm.js} +14 -14
  142. package/__chunks__/{Notification-BoMoXyLI.mjs → Notification-C51tAXv7.mjs} +15 -15
  143. package/__chunks__/{SelectOverlay-BAFmxwi9.js → SelectOverlay-CF9kQiSl.js} +19 -19
  144. package/__chunks__/{SelectOverlay-C5Kk7H2z.mjs → SelectOverlay-DXxRTVuO.mjs} +23 -23
  145. package/__chunks__/{SelectorErrorTooltip-C3BApHSk.mjs → SelectorErrorTooltip-B9Yfjlfm.mjs} +4 -4
  146. package/__chunks__/{SelectorErrorTooltip-B1tkBijI.js → SelectorErrorTooltip-DVFnKHQl.js} +4 -4
  147. package/__chunks__/{Spinner-0AHyjbiK.js → Spinner-C06_jHgK.js} +5 -5
  148. package/__chunks__/{Spinner-DCi-JKIV.mjs → Spinner-Dvh6KwwC.mjs} +5 -5
  149. package/__chunks__/{Stepper-CgF1pSNE.mjs → Stepper-BEoHs7Pt.mjs} +26 -26
  150. package/__chunks__/{Stepper-Ds60cKSk.js → Stepper-CP4kB190.js} +25 -25
  151. package/__chunks__/{TabNav-BpsdF4EQ.js → TabNav-B8Okm_SD.js} +1 -1
  152. package/__chunks__/{TabNav-BVyJkGz0.mjs → TabNav-eepvuh_0.mjs} +1 -1
  153. package/__chunks__/{Tabs-N3WVqQTL.mjs → Tabs-CW4P6bIN.mjs} +17 -17
  154. package/__chunks__/{Tabs-BTr3Uoym.js → Tabs-YJ1YfMD1.js} +17 -17
  155. package/__chunks__/{Text-Sv_euunS.mjs → Text-Bb9mublr.mjs} +34 -34
  156. package/__chunks__/{Text-Bo5ZXIKu.js → Text-DUFawl6R.js} +34 -34
  157. package/__chunks__/{Toggle-CHXljwk6.js → Toggle-03lk7ryY.js} +11 -11
  158. package/__chunks__/{Toggle-Dj6H2veI.mjs → Toggle-J3vST_b2.mjs} +12 -12
  159. package/__chunks__/{Tooltip-C0qyP5jK.js → Tooltip-BAfq-EKQ.js} +8 -8
  160. package/__chunks__/{Tooltip-DMLWZU15.mjs → Tooltip-BNl9vyrh.mjs} +8 -8
  161. package/__chunks__/{UnstyledButton-6seSbTV1.mjs → UnstyledButton-B7BScs8i.mjs} +1 -1
  162. package/__chunks__/{VerticalStack-BGcflJsS.mjs → VerticalStack-DB6pCsfC.mjs} +3 -3
  163. package/__chunks__/{VerticalStack-DYStFa7Z.js → VerticalStack-kSb8Fi5S.js} +3 -3
  164. package/__chunks__/{useButton-DEhs-Rkj.mjs → useButton-B1CurEpI.mjs} +1 -1
  165. package/__chunks__/{useEdgeInterceptors-B-WQYXsP.mjs → useEdgeInterceptors-BSgabpah.mjs} +5 -5
  166. package/__chunks__/{useEdgeInterceptors-CuD3aTAb.js → useEdgeInterceptors-D1y8iMfS.js} +5 -5
  167. package/__chunks__/useLink-BOdtE_Mk.js +94 -0
  168. package/__chunks__/useLink-B__d3N9L.mjs +95 -0
  169. package/__chunks__/{usePress-DV7a17gG.mjs → usePress-lFMUra6S.mjs} +6 -6
  170. package/__chunks__/{useSelectableItem-BDZ5pN_C.mjs → useSelectableItem-BdD2_J2D.mjs} +1 -1
  171. package/__chunks__/{useSelectableList-Bj35aLZH.mjs → useSelectableList-D0uxeze4.mjs} +1 -1
  172. package/__chunks__/{useToggle-BfGkPrAg.mjs → useToggle-b0GY9dCM.mjs} +1 -1
  173. package/__chunks__/{useTriggerWidth-BC_zeUJ5.mjs → useTriggerWidth-DEToHKD3.mjs} +1 -1
  174. package/package.json +2 -2
  175. package/style.css +1163 -970
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-BCBvOy-b.js");
5
- const Text = require("../__chunks__/Text-Bo5ZXIKu.js");
4
+ const Icon = require("../__chunks__/Icon-BltKX0qA.js");
5
+ const Text = require("../__chunks__/Text-DUFawl6R.js");
6
6
  const utilities_css = require("../utilities/css.js");
7
- const root = "_root_16lms_5";
8
- const primary = "_primary_16lms_16";
9
- const secondary = "_secondary_16lms_17";
10
- const text = "_text_16lms_32";
11
- const variantPrimary = "_variantPrimary_16lms_37";
12
- const variantSecondary = "_variantSecondary_16lms_44";
13
- const variantBlack = "_variantBlack_16lms_51";
14
- const variantInverse = "_variantInverse_16lms_58";
15
- const variantGray = "_variantGray_16lms_65";
16
- const variantSuccess = "_variantSuccess_16lms_72";
17
- const variantWarning = "_variantWarning_16lms_79";
18
- const variantDanger = "_variantDanger_16lms_86";
7
+ const root = "_root_1i3ao_5";
8
+ const primary = "_primary_1i3ao_16";
9
+ const secondary = "_secondary_1i3ao_17";
10
+ const text = "_text_1i3ao_32";
11
+ const variantPrimary = "_variantPrimary_1i3ao_37";
12
+ const variantSecondary = "_variantSecondary_1i3ao_44";
13
+ const variantBlack = "_variantBlack_1i3ao_51";
14
+ const variantInverse = "_variantInverse_1i3ao_58";
15
+ const variantGray = "_variantGray_1i3ao_65";
16
+ const variantSuccess = "_variantSuccess_1i3ao_72";
17
+ const variantWarning = "_variantWarning_1i3ao_79";
18
+ const variantDanger = "_variantDanger_1i3ao_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-CDgix2Sz.mjs";
3
- import { T as Text } from "../__chunks__/Text-Sv_euunS.mjs";
2
+ import { I as Icon } from "../__chunks__/Icon-C_aZ3bUF.mjs";
3
+ import { T as Text } from "../__chunks__/Text-Bb9mublr.mjs";
4
4
  import { classNames, variationName } from "../utilities/css.mjs";
5
- const root = "_root_16lms_5";
6
- const primary = "_primary_16lms_16";
7
- const secondary = "_secondary_16lms_17";
8
- const text = "_text_16lms_32";
9
- const variantPrimary = "_variantPrimary_16lms_37";
10
- const variantSecondary = "_variantSecondary_16lms_44";
11
- const variantBlack = "_variantBlack_16lms_51";
12
- const variantInverse = "_variantInverse_16lms_58";
13
- const variantGray = "_variantGray_16lms_65";
14
- const variantSuccess = "_variantSuccess_16lms_72";
15
- const variantWarning = "_variantWarning_16lms_79";
16
- const variantDanger = "_variantDanger_16lms_86";
5
+ const root = "_root_1i3ao_5";
6
+ const primary = "_primary_1i3ao_16";
7
+ const secondary = "_secondary_1i3ao_17";
8
+ const text = "_text_1i3ao_32";
9
+ const variantPrimary = "_variantPrimary_1i3ao_37";
10
+ const variantSecondary = "_variantSecondary_1i3ao_44";
11
+ const variantBlack = "_variantBlack_1i3ao_51";
12
+ const variantInverse = "_variantInverse_1i3ao_58";
13
+ const variantGray = "_variantGray_1i3ao_65";
14
+ const variantSuccess = "_variantSuccess_1i3ao_72";
15
+ const variantWarning = "_variantWarning_1i3ao_79";
16
+ const variantDanger = "_variantDanger_1i3ao_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-Bo5ZXIKu.js");
4
+ const Text = require("../__chunks__/Text-DUFawl6R.js");
5
5
  const utilities_css = require("../utilities/css.js");
6
- const colorSuccess = "_colorSuccess_1xlk9_5";
7
- const colorPrimary = "_colorPrimary_1xlk9_10";
8
- const colorNeutral = "_colorNeutral_1xlk9_11";
9
- const Banner$1 = "_Banner_1xlk9_23";
6
+ const colorSuccess = "_colorSuccess_11lju_5";
7
+ const colorPrimary = "_colorPrimary_11lju_10";
8
+ const colorNeutral = "_colorNeutral_11lju_11";
9
+ const Banner$1 = "_Banner_11lju_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-Sv_euunS.mjs";
2
+ import { T as Text } from "../__chunks__/Text-Bb9mublr.mjs";
3
3
  import { classNames, variationName } from "../utilities/css.mjs";
4
- const colorSuccess = "_colorSuccess_1xlk9_5";
5
- const colorPrimary = "_colorPrimary_1xlk9_10";
6
- const colorNeutral = "_colorNeutral_1xlk9_11";
7
- const Banner$1 = "_Banner_1xlk9_23";
4
+ const colorSuccess = "_colorSuccess_11lju_5";
5
+ const colorPrimary = "_colorPrimary_11lju_10";
6
+ const colorNeutral = "_colorNeutral_11lju_11";
7
+ const Banner$1 = "_Banner_11lju_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-DQ2NkvB7.js");
3
+ const Button = require("../__chunks__/Button-CTjxLq7c.js");
4
4
  exports.Button = Button.Button;
package/Button/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { B } from "../__chunks__/Button-D6onI-kJ.mjs";
1
+ import { B } from "../__chunks__/Button-B9ps6Qqj.mjs";
2
2
  export {
3
3
  B as Button
4
4
  };
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @easypost/easy-ui
2
2
 
3
+ ## 1.0.0-alpha.58
4
+
5
+ ### Minor Changes
6
+
7
+ - 72816da: feat: ForgeLayout
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [72816da]
12
+ - @easypost/easy-ui-icons@1.0.0-alpha.32
13
+
14
+ ## 1.0.0-alpha.57
15
+
16
+ ### Patch Changes
17
+
18
+ - 1b5a813: fix(RadioButtonGroup): add focus state
19
+ - Updated dependencies [6029410]
20
+ - @easypost/easy-ui-icons@1.0.0-alpha.31
21
+
3
22
  ## 1.0.0-alpha.56
4
23
 
5
24
  ### Minor 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-DaXcE0Vl.js");
23
+ const CalendarBase = require("../__chunks__/CalendarBase-5ZdafuyJ.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-DkLU-xxk.mjs";
21
+ import { $ as $c4acc1de3ab169cf$export$d652b3ea2d672d5b, a as $131cf43a05231e1e$export$6d095e787d2b5e1f, b as $64244302c3013299$export$dd0bbc9b26defe37, C as CalendarBase } from "../__chunks__/CalendarBase-cmKpMOa7.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-Cw9W0Zvm.js");
3
+ const Card = require("../__chunks__/Card-suxDpINg.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-CYdEo89C.mjs";
1
+ import { C, p } from "../__chunks__/Card-BJvHldl4.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-DMIaBIMX.js");
3
+ const Checkbox = require("../__chunks__/Checkbox-BjU_6WhC.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-DTX_wDBB.mjs";
1
+ import { C, D } from "../__chunks__/Checkbox-DUWTMPiq.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-Dg-w1ncw.js");
21
- const HorizontalStack = require("../__chunks__/HorizontalStack-CXhmbQu4.js");
20
+ const CodeSnippet = require("../__chunks__/CodeSnippet-C_-Xqrjt.js");
21
+ const HorizontalStack = require("../__chunks__/HorizontalStack-C9uEUNz4.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-BCBvOy-b.js");
25
- const Text = require("../__chunks__/Text-Bo5ZXIKu.js");
26
- const Tooltip = require("../__chunks__/Tooltip-C0qyP5jK.js");
24
+ const Icon = require("../__chunks__/Icon-BltKX0qA.js");
25
+ const Text = require("../__chunks__/Text-DUFawl6R.js");
26
+ const Tooltip = require("../__chunks__/Tooltip-BAfq-EKQ.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-anVQErb9.js");
31
+ const Menu = require("../__chunks__/Menu-D-xzSQyq.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_1awxj_5";
221
+ const CopyButton$1 = "_CopyButton_1m1gc_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_cejmu_5";
288
- const header = "_header_cejmu_13";
289
- const headerTitle = "_headerTitle_cejmu_20";
290
- const divider = "_divider_cejmu_29";
291
- const colorPrimary = "_colorPrimary_cejmu_36";
292
- const colorSecondary = "_colorSecondary_cejmu_41";
287
+ const CodeBlock$1 = "_CodeBlock_1idik_5";
288
+ const header = "_header_1idik_13";
289
+ const headerTitle = "_headerTitle_1idik_20";
290
+ const divider = "_divider_1idik_29";
291
+ const colorPrimary = "_colorPrimary_1idik_36";
292
+ const colorSecondary = "_colorSecondary_1idik_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-CBDtqnFn.mjs";
20
- import { H as HorizontalStack } from "../__chunks__/HorizontalStack-x4HGqgsU.mjs";
19
+ import { f as friendlySnippetLanguageNames, a as CodeBlockContext, u as useCodeBlock, C as CodeSnippet } from "../__chunks__/CodeSnippet-0Aslr4R3.mjs";
20
+ import { H as HorizontalStack } from "../__chunks__/HorizontalStack-DPFOJvIL.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-CDgix2Sz.mjs";
24
- import { T as Text } from "../__chunks__/Text-Sv_euunS.mjs";
25
- import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-DMLWZU15.mjs";
23
+ import { I as Icon } from "../__chunks__/Icon-C_aZ3bUF.mjs";
24
+ import { T as Text } from "../__chunks__/Text-Bb9mublr.mjs";
25
+ import { T as Tooltip, $ as $8796f90736e175cb$export$4d40659c25ecb50b } from "../__chunks__/Tooltip-BNl9vyrh.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-B4KcJbMm.mjs";
31
- import { U as UnstyledButton } from "../__chunks__/UnstyledButton-6seSbTV1.mjs";
30
+ import { M as Menu } from "../__chunks__/Menu-BfJt2bW6.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_1awxj_5";
203
+ const CopyButton$1 = "_CopyButton_1m1gc_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_cejmu_5";
270
- const header = "_header_cejmu_13";
271
- const headerTitle = "_headerTitle_cejmu_20";
272
- const divider = "_divider_cejmu_29";
273
- const colorPrimary = "_colorPrimary_cejmu_36";
274
- const colorSecondary = "_colorSecondary_cejmu_41";
269
+ const CodeBlock$1 = "_CodeBlock_1idik_5";
270
+ const header = "_header_1idik_13";
271
+ const headerTitle = "_headerTitle_1idik_20";
272
+ const divider = "_divider_1idik_29";
273
+ const colorPrimary = "_colorPrimary_1idik_36";
274
+ const colorSecondary = "_colorSecondary_1idik_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-Dg-w1ncw.js");
3
+ const CodeSnippet = require("../__chunks__/CodeSnippet-C_-Xqrjt.js");
4
4
  exports.CodeSnippet = CodeSnippet.CodeSnippet;
@@ -1,4 +1,4 @@
1
- import { C } from "../__chunks__/CodeSnippet-CBDtqnFn.mjs";
1
+ import { C } from "../__chunks__/CodeSnippet-0Aslr4R3.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-BCBvOy-b.js");
72
- const Menu = require("../__chunks__/Menu-anVQErb9.js");
73
- const Text = require("../__chunks__/Text-Bo5ZXIKu.js");
74
- const KebabButton = require("../__chunks__/KebabButton-ClU7vgEf.js");
71
+ const Icon = require("../__chunks__/Icon-BltKX0qA.js");
72
+ const Menu = require("../__chunks__/Menu-D-xzSQyq.js");
73
+ const Text = require("../__chunks__/Text-DUFawl6R.js");
74
+ const KebabButton = require("../__chunks__/KebabButton-sMaKsOF1.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-DMIaBIMX.js");
77
+ const Checkbox = require("../__chunks__/Checkbox-BjU_6WhC.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");
@@ -92,9 +92,9 @@ 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-CuD3aTAb.js");
95
+ const useEdgeInterceptors = require("../__chunks__/useEdgeInterceptors-D1y8iMfS.js");
96
96
  const useResizeObserver = require("../__chunks__/useResizeObserver-BsbT3mjh.js");
97
- const Spinner = require("../__chunks__/Spinner-0AHyjbiK.js");
97
+ const Spinner = require("../__chunks__/Spinner-C06_jHgK.js");
98
98
  const useSelectableList = require("../__chunks__/useSelectableList-DlkRkps4.js");
99
99
  const LiveAnnouncer = require("../__chunks__/LiveAnnouncer-CWnuIRMW.js");
100
100
  const filterDOMProps = require("../__chunks__/filterDOMProps-D3iOHP0H.js");
@@ -2134,7 +2134,7 @@ const useDataGridRow = () => {
2134
2134
  }
2135
2135
  return dataGridRowContext;
2136
2136
  };
2137
- const ActionsCellContent$1 = "_ActionsCellContent_1h8mz_5";
2137
+ const ActionsCellContent$1 = "_ActionsCellContent_1sd5t_5";
2138
2138
  const styles$7 = {
2139
2139
  ActionsCellContent: ActionsCellContent$1
2140
2140
  };
@@ -2180,8 +2180,8 @@ function ActionRowAction({ rowAction }) {
2180
2180
  symbol: rowAction.iconSymbol
2181
2181
  }));
2182
2182
  }
2183
- const button = "_button_fkmx0_5";
2184
- const expanded$2 = "_expanded_fkmx0_23";
2183
+ const button = "_button_1fbpu_5";
2184
+ const expanded$2 = "_expanded_1fbpu_23";
2185
2185
  const styles$6 = {
2186
2186
  button,
2187
2187
  expanded: expanded$2
@@ -2202,20 +2202,20 @@ function ExpandCellContent({ isExpanded, toggleExpanded }) {
2202
2202
  size: "xs"
2203
2203
  }));
2204
2204
  }
2205
- const Cell$1 = "_Cell_vk75i_5";
2206
- const content$1 = "_content_vk75i_14";
2207
- const lastRow = "_lastRow_vk75i_25";
2208
- const focused$1 = "_focused_vk75i_29";
2209
- const rowFocused = "_rowFocused_vk75i_30";
2210
- const expanded$1 = "_expanded_vk75i_34";
2211
- const first$1 = "_first_vk75i_38";
2212
- const firstWithActions$1 = "_firstWithActions_vk75i_45";
2213
- const secondWithActions$1 = "_secondWithActions_vk75i_51";
2214
- const last$1 = "_last_vk75i_25";
2215
- const lastWithActions$1 = "_lastWithActions_vk75i_62";
2216
- const secondToLastWithActions$1 = "_secondToLastWithActions_vk75i_70";
2217
- const shadowLeft$1 = "_shadowLeft_vk75i_74";
2218
- const shadowRight$1 = "_shadowRight_vk75i_93";
2205
+ const Cell$1 = "_Cell_2923g_5";
2206
+ const content$1 = "_content_2923g_14";
2207
+ const lastRow = "_lastRow_2923g_25";
2208
+ const focused$1 = "_focused_2923g_29";
2209
+ const rowFocused = "_rowFocused_2923g_30";
2210
+ const expanded$1 = "_expanded_2923g_34";
2211
+ const first$1 = "_first_2923g_38";
2212
+ const firstWithActions$1 = "_firstWithActions_2923g_45";
2213
+ const secondWithActions$1 = "_secondWithActions_2923g_51";
2214
+ const last$1 = "_last_2923g_25";
2215
+ const lastWithActions$1 = "_lastWithActions_2923g_62";
2216
+ const secondToLastWithActions$1 = "_secondToLastWithActions_2923g_70";
2217
+ const shadowLeft$1 = "_shadowLeft_2923g_74";
2218
+ const shadowRight$1 = "_shadowRight_2923g_93";
2219
2219
  const styles$5 = {
2220
2220
  Cell: Cell$1,
2221
2221
  content: content$1,
@@ -2231,7 +2231,7 @@ const styles$5 = {
2231
2231
  secondToLastWithActions: secondToLastWithActions$1,
2232
2232
  shadowLeft: shadowLeft$1,
2233
2233
  shadowRight: shadowRight$1,
2234
- "static": "_static_vk75i_112"
2234
+ "static": "_static_2923g_112"
2235
2235
  };
2236
2236
  function Cell({ cell, state }) {
2237
2237
  const table2 = useDataGridTable();
@@ -2283,10 +2283,10 @@ function StaticCell({ children, colSpan }) {
2283
2283
  "data-ezui-data-grid-shadow": true
2284
2284
  })));
2285
2285
  }
2286
- const SortIndicator$1 = "_SortIndicator_1yua4_5";
2287
- const arrow = "_arrow_1yua4_10";
2288
- const sorted = "_sorted_1yua4_14";
2289
- const onHeaderSecondary = "_onHeaderSecondary_1yua4_18";
2286
+ const SortIndicator$1 = "_SortIndicator_13nyh_5";
2287
+ const arrow = "_arrow_13nyh_10";
2288
+ const sorted = "_sorted_13nyh_14";
2289
+ const onHeaderSecondary = "_onHeaderSecondary_13nyh_18";
2290
2290
  const styles$4 = {
2291
2291
  SortIndicator: SortIndicator$1,
2292
2292
  arrow,
@@ -2319,19 +2319,19 @@ function Arrow(props) {
2319
2319
  d: "M12 0.344238L0 0.344238L6 7.561L12 0.344238Z"
2320
2320
  }));
2321
2321
  }
2322
- const ColumnHeader$1 = "_ColumnHeader_1u71z_5";
2323
- const content = "_content_1u71z_15";
2324
- const allowsSorting = "_allowsSorting_1u71z_26";
2325
- const focused = "_focused_1u71z_31";
2326
- const first = "_first_1u71z_44";
2327
- const firstWithActions = "_firstWithActions_1u71z_50";
2328
- const secondWithActions = "_secondWithActions_1u71z_57";
2329
- const last = "_last_1u71z_63";
2330
- const lastWithActions = "_lastWithActions_1u71z_67";
2331
- const secondToLastWithActions = "_secondToLastWithActions_1u71z_74";
2332
- const shadowBottom = "_shadowBottom_1u71z_78";
2333
- const shadowRight = "_shadowRight_1u71z_100";
2334
- const shadowLeft = "_shadowLeft_1u71z_119";
2322
+ const ColumnHeader$1 = "_ColumnHeader_c9ctn_5";
2323
+ const content = "_content_c9ctn_15";
2324
+ const allowsSorting = "_allowsSorting_c9ctn_26";
2325
+ const focused = "_focused_c9ctn_31";
2326
+ const first = "_first_c9ctn_44";
2327
+ const firstWithActions = "_firstWithActions_c9ctn_50";
2328
+ const secondWithActions = "_secondWithActions_c9ctn_57";
2329
+ const last = "_last_c9ctn_63";
2330
+ const lastWithActions = "_lastWithActions_c9ctn_67";
2331
+ const secondToLastWithActions = "_secondToLastWithActions_c9ctn_74";
2332
+ const shadowBottom = "_shadowBottom_c9ctn_78";
2333
+ const shadowRight = "_shadowRight_c9ctn_100";
2334
+ const shadowLeft = "_shadowLeft_c9ctn_119";
2335
2335
  const styles$3 = {
2336
2336
  ColumnHeader: ColumnHeader$1,
2337
2337
  content,
@@ -2390,8 +2390,8 @@ function SelectAllColumnHeaderContent({ state }) {
2390
2390
  }
2391
2391
  return React.createElement(Checkbox.Checkbox, __spreadValues({}, checkboxProps));
2392
2392
  }
2393
- const ExpandedRowContent$1 = "_ExpandedRowContent_7ijx5_5";
2394
- const inner = "_inner_7ijx5_17";
2393
+ const ExpandedRowContent$1 = "_ExpandedRowContent_sieyy_5";
2394
+ const inner = "_inner_sieyy_17";
2395
2395
  const styles$2 = {
2396
2396
  ExpandedRowContent: ExpandedRowContent$1,
2397
2397
  inner
@@ -2404,10 +2404,10 @@ function ExpandedRowContent({ children }) {
2404
2404
  className: utilities_css.classNames(styles$2.inner)
2405
2405
  }, children));
2406
2406
  }
2407
- const Row$1 = "_Row_1b0tv_5";
2408
- const expanded = "_expanded_1b0tv_12";
2409
- const hovered = "_hovered_1b0tv_18";
2410
- const selected = "_selected_1b0tv_22";
2407
+ const Row$1 = "_Row_pmsl4_5";
2408
+ const expanded = "_expanded_pmsl4_12";
2409
+ const hovered = "_hovered_pmsl4_18";
2410
+ const selected = "_selected_pmsl4_22";
2411
2411
  const styles$1 = {
2412
2412
  Row: Row$1,
2413
2413
  expanded,
@@ -2475,14 +2475,14 @@ function StaticRow({ children }) {
2475
2475
  className: styles$1.Row
2476
2476
  }, children);
2477
2477
  }
2478
- const DataGrid$1 = "_DataGrid_1cb9y_5";
2479
- const sizeSm = "_sizeSm_1cb9y_42";
2480
- const sizeLg = "_sizeLg_1cb9y_47";
2481
- const innerContainer = "_innerContainer_1cb9y_51";
2482
- const contents = "_contents_1cb9y_56";
2483
- const table = "_table_1cb9y_60";
2484
- const headerSecondary = "_headerSecondary_1cb9y_68";
2485
- const headerEmphasized = "_headerEmphasized_1cb9y_73";
2478
+ const DataGrid$1 = "_DataGrid_19ytw_5";
2479
+ const sizeSm = "_sizeSm_19ytw_42";
2480
+ const sizeLg = "_sizeLg_19ytw_47";
2481
+ const innerContainer = "_innerContainer_19ytw_51";
2482
+ const contents = "_contents_19ytw_56";
2483
+ const table = "_table_19ytw_60";
2484
+ const headerSecondary = "_headerSecondary_19ytw_68";
2485
+ const headerEmphasized = "_headerEmphasized_19ytw_73";
2486
2486
  const styles = {
2487
2487
  DataGrid: DataGrid$1,
2488
2488
  sizeSm,