@easypost/easy-ui 1.0.0-alpha.7 → 1.0.0-alpha.9

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 (59) hide show
  1. package/Badge/index.js +12 -12
  2. package/Badge/index.mjs +12 -12
  3. package/Banner/index.js +4 -4
  4. package/Banner/index.mjs +4 -4
  5. package/Button/index.js +16 -16
  6. package/Button/index.mjs +16 -16
  7. package/CHANGELOG.md +13 -0
  8. package/Card/index.js +9 -9
  9. package/Card/index.mjs +9 -9
  10. package/Checkbox/index.js +16 -16
  11. package/Checkbox/index.mjs +16 -16
  12. package/CodeBlock/index.js +9 -9
  13. package/CodeBlock/index.mjs +9 -9
  14. package/CodeSnippet/index.js +1 -1
  15. package/CodeSnippet/index.mjs +1 -1
  16. package/DropdownButton/index.js +11 -11
  17. package/DropdownButton/index.mjs +11 -11
  18. package/HorizontalGrid/index.js +1 -1
  19. package/HorizontalGrid/index.mjs +1 -1
  20. package/HorizontalStack/index.js +1 -1
  21. package/HorizontalStack/index.mjs +1 -1
  22. package/Icon/index.js +2 -2
  23. package/Icon/index.mjs +2 -2
  24. package/IconButton/index.js +10 -10
  25. package/IconButton/index.mjs +10 -10
  26. package/InputField/index.js +1 -1
  27. package/InputField/index.mjs +1 -1
  28. package/Menu/index.js +8 -8
  29. package/Menu/index.mjs +8 -8
  30. package/Notification/index.js +12 -12
  31. package/Notification/index.mjs +12 -12
  32. package/RadioGroup/index.js +13 -13
  33. package/RadioGroup/index.mjs +13 -13
  34. package/Select/index.js +19 -19
  35. package/Select/index.mjs +19 -19
  36. package/SelectorErrorTooltip/index.js +2 -2
  37. package/SelectorErrorTooltip/index.mjs +2 -2
  38. package/Text/index.js +27 -27
  39. package/Text/index.mjs +27 -27
  40. package/TextField/TextField.d.ts.map +1 -1
  41. package/TextField/index.js +33 -13
  42. package/TextField/index.mjs +33 -13
  43. package/Textarea/Textarea.d.ts.map +1 -1
  44. package/Textarea/index.js +32 -10
  45. package/Textarea/index.mjs +32 -10
  46. package/Toggle/index.js +10 -10
  47. package/Toggle/index.mjs +10 -10
  48. package/Tooltip/index.js +1 -1
  49. package/Tooltip/index.mjs +1 -1
  50. package/VerticalStack/index.js +3 -3
  51. package/VerticalStack/index.mjs +3 -3
  52. package/__chunks__/{InputIcon-f456e366.js → InputIcon-271d86df.js} +24 -24
  53. package/__chunks__/{InputIcon-1f2ed127.mjs → InputIcon-49499c9e.mjs} +24 -24
  54. package/__chunks__/{index-e989a741.mjs → index-47683f16.mjs} +7 -7
  55. package/__chunks__/{index-72137376.mjs → index-f1992973.mjs} +1 -1
  56. package/__chunks__/{index-a7b6b429.js → index-f3d4a4c1.js} +1 -1
  57. package/__chunks__/{index-affe5510.js → index-f435a274.js} +7 -7
  58. package/package.json +3 -3
  59. package/style.css +406 -406
@@ -1,7 +1,35 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a, b) => {
7
+ for (var prop in b || (b = {}))
8
+ if (__hasOwnProp.call(b, prop))
9
+ __defNormalProp(a, prop, b[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b)) {
12
+ if (__propIsEnum.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ }
15
+ return a;
16
+ };
17
+ var __objRest = (source, exclude) => {
18
+ var target = {};
19
+ for (var prop in source)
20
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
21
+ target[prop] = source[prop];
22
+ if (source != null && __getOwnPropSymbols)
23
+ for (var prop of __getOwnPropSymbols(source)) {
24
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
25
+ target[prop] = source[prop];
26
+ }
27
+ return target;
28
+ };
1
29
  import React__default from "react";
2
30
  import { InputField } from "../InputField/index.mjs";
3
31
  import "../utilities/css.mjs";
4
- import "../__chunks__/InputIcon-1f2ed127.mjs";
32
+ import "../__chunks__/InputIcon-49499c9e.mjs";
5
33
  import "../Text/index.mjs";
6
34
  import "../Icon/index.mjs";
7
35
  import "../__chunks__/index-45f05366.mjs";
@@ -10,8 +38,8 @@ import "../__chunks__/omit-f17deb8f.mjs";
10
38
  import "../__chunks__/import-3faba3a6.mjs";
11
39
  import "../__chunks__/import-29af6941.mjs";
12
40
  function TextField(props) {
13
- const { type = "text", size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false, label, errorText, helperText, placeholder, value, defaultValue, iconAtStart, iconAtEnd } = props;
14
- return React__default.createElement(InputField, {
41
+ const _a = props, { type = "text", size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false } = _a, restProps = __objRest(_a, ["type", "size", "isLabelVisuallyHidden", "isDisabled", "isRequired", "validationState", "isLabelEmphasized", "autoFocus"]);
42
+ return React__default.createElement(InputField, __spreadValues({
15
43
  type,
16
44
  size,
17
45
  isLabelVisuallyHidden,
@@ -19,16 +47,8 @@ function TextField(props) {
19
47
  isRequired,
20
48
  validationState,
21
49
  isLabelEmphasized,
22
- autoFocus,
23
- label,
24
- errorText,
25
- helperText,
26
- placeholder,
27
- value,
28
- defaultValue,
29
- iconAtStart,
30
- iconAtEnd
31
- });
50
+ autoFocus
51
+ }, restProps));
32
52
  }
33
53
  export {
34
54
  TextField
@@ -1 +1 @@
1
- {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../src/Textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvC,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,eAAe,EACf,MAAM,GAAG,aAAa,GAAG,WAAW,CACrC,GAAG;IACF;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAoC5C"}
1
+ {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../src/Textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvC,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,eAAe,EACf,MAAM,GAAG,aAAa,GAAG,WAAW,CACrC,GAAG;IACF;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;CACrB,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBA0B5C"}
package/Textarea/index.js CHANGED
@@ -1,9 +1,37 @@
1
1
  "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
6
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
7
+ var __spreadValues = (a, b) => {
8
+ for (var prop in b || (b = {}))
9
+ if (__hasOwnProp.call(b, prop))
10
+ __defNormalProp(a, prop, b[prop]);
11
+ if (__getOwnPropSymbols)
12
+ for (var prop of __getOwnPropSymbols(b)) {
13
+ if (__propIsEnum.call(b, prop))
14
+ __defNormalProp(a, prop, b[prop]);
15
+ }
16
+ return a;
17
+ };
18
+ var __objRest = (source, exclude) => {
19
+ var target = {};
20
+ for (var prop in source)
21
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
22
+ target[prop] = source[prop];
23
+ if (source != null && __getOwnPropSymbols)
24
+ for (var prop of __getOwnPropSymbols(source)) {
25
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
26
+ target[prop] = source[prop];
27
+ }
28
+ return target;
29
+ };
2
30
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
31
  const React = require("react");
4
32
  const InputField_index = require("../InputField/index.js");
5
33
  require("../utilities/css.js");
6
- require("../__chunks__/InputIcon-f456e366.js");
34
+ require("../__chunks__/InputIcon-271d86df.js");
7
35
  require("../Text/index.js");
8
36
  require("../Icon/index.js");
9
37
  require("../__chunks__/index-5f429325.js");
@@ -12,8 +40,8 @@ require("../__chunks__/omit-fca26542.js");
12
40
  require("../__chunks__/import-26676303.js");
13
41
  require("../__chunks__/import-24a482e1.js");
14
42
  function Textarea(props) {
15
- const { size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false, label, errorText, helperText, placeholder, value, defaultValue, rows = 1 } = props;
16
- return React.createElement(InputField_index.InputField, {
43
+ const _a = props, { size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false, rows = 1 } = _a, restProps = __objRest(_a, ["size", "isLabelVisuallyHidden", "isDisabled", "isRequired", "validationState", "isLabelEmphasized", "autoFocus", "rows"]);
44
+ return React.createElement(InputField_index.InputField, __spreadValues({
17
45
  isMultiline: true,
18
46
  size,
19
47
  isLabelVisuallyHidden,
@@ -22,13 +50,7 @@ function Textarea(props) {
22
50
  validationState,
23
51
  isLabelEmphasized,
24
52
  autoFocus,
25
- label,
26
- errorText,
27
- helperText,
28
- placeholder,
29
- value,
30
- defaultValue,
31
53
  rows
32
- });
54
+ }, restProps));
33
55
  }
34
56
  exports.Textarea = Textarea;
@@ -1,7 +1,35 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a, b) => {
7
+ for (var prop in b || (b = {}))
8
+ if (__hasOwnProp.call(b, prop))
9
+ __defNormalProp(a, prop, b[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b)) {
12
+ if (__propIsEnum.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ }
15
+ return a;
16
+ };
17
+ var __objRest = (source, exclude) => {
18
+ var target = {};
19
+ for (var prop in source)
20
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
21
+ target[prop] = source[prop];
22
+ if (source != null && __getOwnPropSymbols)
23
+ for (var prop of __getOwnPropSymbols(source)) {
24
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
25
+ target[prop] = source[prop];
26
+ }
27
+ return target;
28
+ };
1
29
  import React__default from "react";
2
30
  import { InputField } from "../InputField/index.mjs";
3
31
  import "../utilities/css.mjs";
4
- import "../__chunks__/InputIcon-1f2ed127.mjs";
32
+ import "../__chunks__/InputIcon-49499c9e.mjs";
5
33
  import "../Text/index.mjs";
6
34
  import "../Icon/index.mjs";
7
35
  import "../__chunks__/index-45f05366.mjs";
@@ -10,8 +38,8 @@ import "../__chunks__/omit-f17deb8f.mjs";
10
38
  import "../__chunks__/import-3faba3a6.mjs";
11
39
  import "../__chunks__/import-29af6941.mjs";
12
40
  function Textarea(props) {
13
- const { size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false, label, errorText, helperText, placeholder, value, defaultValue, rows = 1 } = props;
14
- return React__default.createElement(InputField, {
41
+ const _a = props, { size = "md", isLabelVisuallyHidden = false, isDisabled = false, isRequired = false, validationState = "valid", isLabelEmphasized = false, autoFocus = false, rows = 1 } = _a, restProps = __objRest(_a, ["size", "isLabelVisuallyHidden", "isDisabled", "isRequired", "validationState", "isLabelEmphasized", "autoFocus", "rows"]);
42
+ return React__default.createElement(InputField, __spreadValues({
15
43
  isMultiline: true,
16
44
  size,
17
45
  isLabelVisuallyHidden,
@@ -20,14 +48,8 @@ function Textarea(props) {
20
48
  validationState,
21
49
  isLabelEmphasized,
22
50
  autoFocus,
23
- label,
24
- errorText,
25
- helperText,
26
- placeholder,
27
- value,
28
- defaultValue,
29
51
  rows
30
- });
52
+ }, restProps));
31
53
  }
32
54
  export {
33
55
  Textarea
package/Toggle/index.js CHANGED
@@ -39,13 +39,13 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
39
39
  isReadOnly
40
40
  };
41
41
  }
42
- const Switch$1 = "_Switch_90k8g_5";
43
- const focusVisible = "_focusVisible_90k8g_13";
44
- const track = "_track_90k8g_25";
45
- const thumb = "_thumb_90k8g_29";
46
- const hovered = "_hovered_90k8g_33";
47
- const disabled = "_disabled_90k8g_33";
48
- const selected = "_selected_90k8g_37";
42
+ const Switch$1 = "_Switch_dzbo5_5";
43
+ const focusVisible = "_focusVisible_dzbo5_13";
44
+ const track = "_track_dzbo5_25";
45
+ const thumb = "_thumb_dzbo5_29";
46
+ const hovered = "_hovered_dzbo5_33";
47
+ const disabled = "_disabled_dzbo5_33";
48
+ const selected = "_selected_dzbo5_37";
49
49
  const styles$1 = {
50
50
  Switch: Switch$1,
51
51
  focusVisible,
@@ -78,9 +78,9 @@ function Switch(props) {
78
78
  r: 6
79
79
  })));
80
80
  }
81
- const Toggle$1 = "_Toggle_14qt2_5";
82
- const text = "_text_14qt2_25";
83
- const input = "_input_14qt2_26";
81
+ const Toggle$1 = "_Toggle_ypoxq_5";
82
+ const text = "_text_ypoxq_25";
83
+ const input = "_input_ypoxq_26";
84
84
  const styles = {
85
85
  Toggle: Toggle$1,
86
86
  text,
package/Toggle/index.mjs CHANGED
@@ -37,13 +37,13 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
37
37
  isReadOnly
38
38
  };
39
39
  }
40
- const Switch$1 = "_Switch_90k8g_5";
41
- const focusVisible = "_focusVisible_90k8g_13";
42
- const track = "_track_90k8g_25";
43
- const thumb = "_thumb_90k8g_29";
44
- const hovered = "_hovered_90k8g_33";
45
- const disabled = "_disabled_90k8g_33";
46
- const selected = "_selected_90k8g_37";
40
+ const Switch$1 = "_Switch_dzbo5_5";
41
+ const focusVisible = "_focusVisible_dzbo5_13";
42
+ const track = "_track_dzbo5_25";
43
+ const thumb = "_thumb_dzbo5_29";
44
+ const hovered = "_hovered_dzbo5_33";
45
+ const disabled = "_disabled_dzbo5_33";
46
+ const selected = "_selected_dzbo5_37";
47
47
  const styles$1 = {
48
48
  Switch: Switch$1,
49
49
  focusVisible,
@@ -76,9 +76,9 @@ function Switch(props) {
76
76
  r: 6
77
77
  })));
78
78
  }
79
- const Toggle$1 = "_Toggle_14qt2_5";
80
- const text = "_text_14qt2_25";
81
- const input = "_input_14qt2_26";
79
+ const Toggle$1 = "_Toggle_ypoxq_5";
80
+ const text = "_text_ypoxq_25";
81
+ const input = "_input_ypoxq_26";
82
82
  const styles = {
83
83
  Toggle: Toggle$1,
84
84
  text,
package/Tooltip/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const Tooltip_index = require("../__chunks__/index-affe5510.js");
3
+ const Tooltip_index = require("../__chunks__/index-f435a274.js");
4
4
  require("react");
5
5
  require("../Text/index.js");
6
6
  require("../utilities/css.js");
package/Tooltip/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { T } from "../__chunks__/index-e989a741.mjs";
1
+ import { T } from "../__chunks__/index-47683f16.mjs";
2
2
  import "react";
3
3
  import "../Text/index.mjs";
4
4
  import "../utilities/css.mjs";
@@ -33,9 +33,9 @@ var __objRest = (source, exclude) => {
33
33
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
34
34
  const React = require("react");
35
35
  const utilities_css = require("../utilities/css.js");
36
- const VerticalStack$1 = "_VerticalStack_1s219_5";
37
- const listReset = "_listReset_1s219_44";
38
- const fieldsetReset = "_fieldsetReset_1s219_51";
36
+ const VerticalStack$1 = "_VerticalStack_o6smo_5";
37
+ const listReset = "_listReset_o6smo_44";
38
+ const fieldsetReset = "_fieldsetReset_o6smo_51";
39
39
  const styles = {
40
40
  VerticalStack: VerticalStack$1,
41
41
  listReset,
@@ -31,9 +31,9 @@ var __objRest = (source, exclude) => {
31
31
  };
32
32
  import React__default, { forwardRef } from "react";
33
33
  import { classNames, getResponsiveDesignToken, getComponentToken, sanitizeCustomProperties } from "../utilities/css.mjs";
34
- const VerticalStack$1 = "_VerticalStack_1s219_5";
35
- const listReset = "_listReset_1s219_44";
36
- const fieldsetReset = "_fieldsetReset_1s219_51";
34
+ const VerticalStack$1 = "_VerticalStack_o6smo_5";
35
+ const listReset = "_listReset_o6smo_44";
36
+ const fieldsetReset = "_fieldsetReset_o6smo_51";
37
37
  const styles = {
38
38
  VerticalStack: VerticalStack$1,
39
39
  listReset,
@@ -34,30 +34,30 @@ const React = require("react");
34
34
  const Text_index = require("../Text/index.js");
35
35
  const utilities_css = require("../utilities/css.js");
36
36
  const Icon_index = require("../Icon/index.js");
37
- const root = "_root_ljrev_5";
38
- const inputIconContainer = "_inputIconContainer_ljrev_26";
39
- const label = "_label_ljrev_32";
40
- const labelHidden = "_labelHidden_ljrev_36";
41
- const input = "_input_ljrev_26";
42
- const errorInput = "_errorInput_ljrev_74";
43
- const inputSizeSm = "_inputSizeSm_ljrev_82";
44
- const inputSizeLg = "_inputSizeLg_ljrev_96";
45
- const passwordInput = "_passwordInput_ljrev_104";
46
- const passwordBtn = "_passwordBtn_ljrev_114";
47
- const hovered = "_hovered_ljrev_145";
48
- const textArea = "_textArea_ljrev_154";
49
- const passwordBtnError = "_passwordBtnError_ljrev_159";
50
- const passwordBtnSm = "_passwordBtnSm_ljrev_165";
51
- const passwordBtnLg = "_passwordBtnLg_ljrev_174";
52
- const icon = "_icon_ljrev_183";
53
- const iconDisabled = "_iconDisabled_ljrev_193";
54
- const iconStart = "_iconStart_ljrev_197";
55
- const iconEnd = "_iconEnd_ljrev_201";
56
- const iconStartInput = "_iconStartInput_ljrev_205";
57
- const iconEndInput = "_iconEndInput_ljrev_209";
58
- const inputIconPlacementSm = "_inputIconPlacementSm_ljrev_213";
59
- const inputIconPlacementLg = "_inputIconPlacementLg_ljrev_217";
60
- const caption = "_caption_ljrev_221";
37
+ const root = "_root_1rgxx_5";
38
+ const inputIconContainer = "_inputIconContainer_1rgxx_26";
39
+ const label = "_label_1rgxx_32";
40
+ const labelHidden = "_labelHidden_1rgxx_36";
41
+ const input = "_input_1rgxx_26";
42
+ const errorInput = "_errorInput_1rgxx_74";
43
+ const inputSizeSm = "_inputSizeSm_1rgxx_82";
44
+ const inputSizeLg = "_inputSizeLg_1rgxx_96";
45
+ const passwordInput = "_passwordInput_1rgxx_104";
46
+ const passwordBtn = "_passwordBtn_1rgxx_114";
47
+ const hovered = "_hovered_1rgxx_145";
48
+ const textArea = "_textArea_1rgxx_154";
49
+ const passwordBtnError = "_passwordBtnError_1rgxx_159";
50
+ const passwordBtnSm = "_passwordBtnSm_1rgxx_165";
51
+ const passwordBtnLg = "_passwordBtnLg_1rgxx_174";
52
+ const icon = "_icon_1rgxx_183";
53
+ const iconDisabled = "_iconDisabled_1rgxx_193";
54
+ const iconStart = "_iconStart_1rgxx_197";
55
+ const iconEnd = "_iconEnd_1rgxx_201";
56
+ const iconStartInput = "_iconStartInput_1rgxx_205";
57
+ const iconEndInput = "_iconEndInput_1rgxx_209";
58
+ const inputIconPlacementSm = "_inputIconPlacementSm_1rgxx_213";
59
+ const inputIconPlacementLg = "_inputIconPlacementLg_1rgxx_217";
60
+ const caption = "_caption_1rgxx_221";
61
61
  const styles = {
62
62
  root,
63
63
  inputIconContainer,
@@ -33,30 +33,30 @@ import React__default from "react";
33
33
  import { Text } from "../Text/index.mjs";
34
34
  import { classNames, variationName } from "../utilities/css.mjs";
35
35
  import { Icon } from "../Icon/index.mjs";
36
- const root = "_root_ljrev_5";
37
- const inputIconContainer = "_inputIconContainer_ljrev_26";
38
- const label = "_label_ljrev_32";
39
- const labelHidden = "_labelHidden_ljrev_36";
40
- const input = "_input_ljrev_26";
41
- const errorInput = "_errorInput_ljrev_74";
42
- const inputSizeSm = "_inputSizeSm_ljrev_82";
43
- const inputSizeLg = "_inputSizeLg_ljrev_96";
44
- const passwordInput = "_passwordInput_ljrev_104";
45
- const passwordBtn = "_passwordBtn_ljrev_114";
46
- const hovered = "_hovered_ljrev_145";
47
- const textArea = "_textArea_ljrev_154";
48
- const passwordBtnError = "_passwordBtnError_ljrev_159";
49
- const passwordBtnSm = "_passwordBtnSm_ljrev_165";
50
- const passwordBtnLg = "_passwordBtnLg_ljrev_174";
51
- const icon = "_icon_ljrev_183";
52
- const iconDisabled = "_iconDisabled_ljrev_193";
53
- const iconStart = "_iconStart_ljrev_197";
54
- const iconEnd = "_iconEnd_ljrev_201";
55
- const iconStartInput = "_iconStartInput_ljrev_205";
56
- const iconEndInput = "_iconEndInput_ljrev_209";
57
- const inputIconPlacementSm = "_inputIconPlacementSm_ljrev_213";
58
- const inputIconPlacementLg = "_inputIconPlacementLg_ljrev_217";
59
- const caption = "_caption_ljrev_221";
36
+ const root = "_root_1rgxx_5";
37
+ const inputIconContainer = "_inputIconContainer_1rgxx_26";
38
+ const label = "_label_1rgxx_32";
39
+ const labelHidden = "_labelHidden_1rgxx_36";
40
+ const input = "_input_1rgxx_26";
41
+ const errorInput = "_errorInput_1rgxx_74";
42
+ const inputSizeSm = "_inputSizeSm_1rgxx_82";
43
+ const inputSizeLg = "_inputSizeLg_1rgxx_96";
44
+ const passwordInput = "_passwordInput_1rgxx_104";
45
+ const passwordBtn = "_passwordBtn_1rgxx_114";
46
+ const hovered = "_hovered_1rgxx_145";
47
+ const textArea = "_textArea_1rgxx_154";
48
+ const passwordBtnError = "_passwordBtnError_1rgxx_159";
49
+ const passwordBtnSm = "_passwordBtnSm_1rgxx_165";
50
+ const passwordBtnLg = "_passwordBtnLg_1rgxx_174";
51
+ const icon = "_icon_1rgxx_183";
52
+ const iconDisabled = "_iconDisabled_1rgxx_193";
53
+ const iconStart = "_iconStart_1rgxx_197";
54
+ const iconEnd = "_iconEnd_1rgxx_201";
55
+ const iconStartInput = "_iconStartInput_1rgxx_205";
56
+ const iconEndInput = "_iconEndInput_1rgxx_209";
57
+ const inputIconPlacementSm = "_inputIconPlacementSm_1rgxx_213";
58
+ const inputIconPlacementLg = "_inputIconPlacementLg_1rgxx_217";
59
+ const caption = "_caption_1rgxx_221";
60
60
  const styles = {
61
61
  root,
62
62
  inputIconContainer,
@@ -223,13 +223,13 @@ function $8796f90736e175cb$export$4d40659c25ecb50b(props = {}) {
223
223
  close: hideTooltip
224
224
  };
225
225
  }
226
- const Tooltip$1 = "_Tooltip_o5oku_5";
227
- const text = "_text_o5oku_24";
228
- const arrow = "_arrow_o5oku_30";
229
- const top = "_top_o5oku_39";
230
- const bottom = "_bottom_o5oku_40";
231
- const left = "_left_o5oku_44";
232
- const right = "_right_o5oku_45";
226
+ const Tooltip$1 = "_Tooltip_1xusy_5";
227
+ const text = "_text_1xusy_24";
228
+ const arrow = "_arrow_1xusy_30";
229
+ const top = "_top_1xusy_39";
230
+ const bottom = "_bottom_1xusy_40";
231
+ const left = "_left_1xusy_44";
232
+ const right = "_right_1xusy_45";
233
233
  const styles = {
234
234
  Tooltip: Tooltip$1,
235
235
  text,
@@ -5388,7 +5388,7 @@ const useCodeBlock = () => {
5388
5388
  }
5389
5389
  return codeBlock;
5390
5390
  };
5391
- const CodeSnippet$1 = "_CodeSnippet_18p3v_5";
5391
+ const CodeSnippet$1 = "_CodeSnippet_3bu56_5";
5392
5392
  const styles = {
5393
5393
  CodeSnippet: CodeSnippet$1
5394
5394
  };
@@ -5389,7 +5389,7 @@ const useCodeBlock = () => {
5389
5389
  }
5390
5390
  return codeBlock;
5391
5391
  };
5392
- const CodeSnippet$1 = "_CodeSnippet_18p3v_5";
5392
+ const CodeSnippet$1 = "_CodeSnippet_3bu56_5";
5393
5393
  const styles = {
5394
5394
  CodeSnippet: CodeSnippet$1
5395
5395
  };
@@ -224,13 +224,13 @@ function $8796f90736e175cb$export$4d40659c25ecb50b(props = {}) {
224
224
  close: hideTooltip
225
225
  };
226
226
  }
227
- const Tooltip$1 = "_Tooltip_o5oku_5";
228
- const text = "_text_o5oku_24";
229
- const arrow = "_arrow_o5oku_30";
230
- const top = "_top_o5oku_39";
231
- const bottom = "_bottom_o5oku_40";
232
- const left = "_left_o5oku_44";
233
- const right = "_right_o5oku_45";
227
+ const Tooltip$1 = "_Tooltip_1xusy_5";
228
+ const text = "_text_1xusy_24";
229
+ const arrow = "_arrow_1xusy_30";
230
+ const top = "_top_1xusy_39";
231
+ const bottom = "_bottom_1xusy_40";
232
+ const left = "_left_1xusy_44";
233
+ const right = "_right_1xusy_45";
234
234
  const styles = {
235
235
  Tooltip: Tooltip$1,
236
236
  text,
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@easypost/easy-ui",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.9",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
7
7
  "dependencies": {
8
- "@easypost/easy-ui-icons": "1.0.0-alpha.7",
8
+ "@easypost/easy-ui-icons": "1.0.0-alpha.8",
9
9
  "@easypost/easy-ui-tokens": "1.0.0-alpha.4",
10
10
  "@react-aria/toast": "^3.0.0-beta.2",
11
11
  "@react-aria/utils": "^3.18.0",
12
12
  "@react-stately/toast": "^3.0.0-beta.1",
13
13
  "@react-types/shared": "^3.18.0",
14
- "@types/react": "^18.2.17",
14
+ "@types/react": "^18.2.18",
15
15
  "@types/react-dom": "^18.2.7",
16
16
  "lodash": "^4.17.21",
17
17
  "overlayscrollbars": "^2.2.1",