@easypost/easy-ui 1.0.0-alpha.7 → 1.0.0-alpha.8
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.
- package/Badge/index.js +12 -12
- package/Badge/index.mjs +12 -12
- package/Banner/index.js +4 -4
- package/Banner/index.mjs +4 -4
- package/Button/index.js +16 -16
- package/Button/index.mjs +16 -16
- package/CHANGELOG.md +7 -0
- package/Card/index.js +9 -9
- package/Card/index.mjs +9 -9
- package/Checkbox/index.js +16 -16
- package/Checkbox/index.mjs +16 -16
- package/CodeBlock/index.js +9 -9
- package/CodeBlock/index.mjs +9 -9
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/DropdownButton/index.js +11 -11
- package/DropdownButton/index.mjs +11 -11
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +2 -2
- package/Icon/index.mjs +2 -2
- package/IconButton/index.js +10 -10
- package/IconButton/index.mjs +10 -10
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/Menu/index.js +8 -8
- package/Menu/index.mjs +8 -8
- package/Notification/index.js +12 -12
- package/Notification/index.mjs +12 -12
- package/RadioGroup/index.js +13 -13
- package/RadioGroup/index.mjs +13 -13
- package/Select/index.js +19 -19
- package/Select/index.mjs +19 -19
- package/SelectorErrorTooltip/index.js +2 -2
- package/SelectorErrorTooltip/index.mjs +2 -2
- package/Text/index.js +27 -27
- package/Text/index.mjs +27 -27
- package/TextField/index.js +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +1 -1
- package/Textarea/index.mjs +1 -1
- package/Toggle/index.js +10 -10
- package/Toggle/index.mjs +10 -10
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/VerticalStack/index.js +3 -3
- package/VerticalStack/index.mjs +3 -3
- package/__chunks__/{InputIcon-1f2ed127.mjs → InputIcon-db15c32a.mjs} +24 -24
- package/__chunks__/{InputIcon-f456e366.js → InputIcon-e721be51.js} +24 -24
- package/__chunks__/{index-72137376.mjs → index-0c519caa.mjs} +1 -1
- package/__chunks__/{index-affe5510.js → index-12ba1ea7.js} +7 -7
- package/__chunks__/{index-e989a741.mjs → index-766f8373.mjs} +7 -7
- package/__chunks__/{index-a7b6b429.js → index-9964b6cd.js} +1 -1
- package/package.json +3 -3
- package/style.css +406 -406
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 = "
|
|
41
|
-
const focusVisible = "
|
|
42
|
-
const track = "
|
|
43
|
-
const thumb = "
|
|
44
|
-
const hovered = "
|
|
45
|
-
const disabled = "
|
|
46
|
-
const selected = "
|
|
40
|
+
const Switch$1 = "_Switch_7blzy_5";
|
|
41
|
+
const focusVisible = "_focusVisible_7blzy_13";
|
|
42
|
+
const track = "_track_7blzy_25";
|
|
43
|
+
const thumb = "_thumb_7blzy_29";
|
|
44
|
+
const hovered = "_hovered_7blzy_33";
|
|
45
|
+
const disabled = "_disabled_7blzy_33";
|
|
46
|
+
const selected = "_selected_7blzy_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 = "
|
|
80
|
-
const text = "
|
|
81
|
-
const input = "
|
|
79
|
+
const Toggle$1 = "_Toggle_1py8t_5";
|
|
80
|
+
const text = "_text_1py8t_25";
|
|
81
|
+
const input = "_input_1py8t_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-
|
|
3
|
+
const Tooltip_index = require("../__chunks__/index-12ba1ea7.js");
|
|
4
4
|
require("react");
|
|
5
5
|
require("../Text/index.js");
|
|
6
6
|
require("../utilities/css.js");
|
package/Tooltip/index.mjs
CHANGED
package/VerticalStack/index.js
CHANGED
|
@@ -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 = "
|
|
37
|
-
const listReset = "
|
|
38
|
-
const fieldsetReset = "
|
|
36
|
+
const VerticalStack$1 = "_VerticalStack_9jcuu_5";
|
|
37
|
+
const listReset = "_listReset_9jcuu_44";
|
|
38
|
+
const fieldsetReset = "_fieldsetReset_9jcuu_51";
|
|
39
39
|
const styles = {
|
|
40
40
|
VerticalStack: VerticalStack$1,
|
|
41
41
|
listReset,
|
package/VerticalStack/index.mjs
CHANGED
|
@@ -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 = "
|
|
35
|
-
const listReset = "
|
|
36
|
-
const fieldsetReset = "
|
|
34
|
+
const VerticalStack$1 = "_VerticalStack_9jcuu_5";
|
|
35
|
+
const listReset = "_listReset_9jcuu_44";
|
|
36
|
+
const fieldsetReset = "_fieldsetReset_9jcuu_51";
|
|
37
37
|
const styles = {
|
|
38
38
|
VerticalStack: VerticalStack$1,
|
|
39
39
|
listReset,
|
|
@@ -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 = "
|
|
37
|
-
const inputIconContainer = "
|
|
38
|
-
const label = "
|
|
39
|
-
const labelHidden = "
|
|
40
|
-
const input = "
|
|
41
|
-
const errorInput = "
|
|
42
|
-
const inputSizeSm = "
|
|
43
|
-
const inputSizeLg = "
|
|
44
|
-
const passwordInput = "
|
|
45
|
-
const passwordBtn = "
|
|
46
|
-
const hovered = "
|
|
47
|
-
const textArea = "
|
|
48
|
-
const passwordBtnError = "
|
|
49
|
-
const passwordBtnSm = "
|
|
50
|
-
const passwordBtnLg = "
|
|
51
|
-
const icon = "
|
|
52
|
-
const iconDisabled = "
|
|
53
|
-
const iconStart = "
|
|
54
|
-
const iconEnd = "
|
|
55
|
-
const iconStartInput = "
|
|
56
|
-
const iconEndInput = "
|
|
57
|
-
const inputIconPlacementSm = "
|
|
58
|
-
const inputIconPlacementLg = "
|
|
59
|
-
const caption = "
|
|
36
|
+
const root = "_root_15yc8_5";
|
|
37
|
+
const inputIconContainer = "_inputIconContainer_15yc8_26";
|
|
38
|
+
const label = "_label_15yc8_32";
|
|
39
|
+
const labelHidden = "_labelHidden_15yc8_36";
|
|
40
|
+
const input = "_input_15yc8_26";
|
|
41
|
+
const errorInput = "_errorInput_15yc8_74";
|
|
42
|
+
const inputSizeSm = "_inputSizeSm_15yc8_82";
|
|
43
|
+
const inputSizeLg = "_inputSizeLg_15yc8_96";
|
|
44
|
+
const passwordInput = "_passwordInput_15yc8_104";
|
|
45
|
+
const passwordBtn = "_passwordBtn_15yc8_114";
|
|
46
|
+
const hovered = "_hovered_15yc8_145";
|
|
47
|
+
const textArea = "_textArea_15yc8_154";
|
|
48
|
+
const passwordBtnError = "_passwordBtnError_15yc8_159";
|
|
49
|
+
const passwordBtnSm = "_passwordBtnSm_15yc8_165";
|
|
50
|
+
const passwordBtnLg = "_passwordBtnLg_15yc8_174";
|
|
51
|
+
const icon = "_icon_15yc8_183";
|
|
52
|
+
const iconDisabled = "_iconDisabled_15yc8_193";
|
|
53
|
+
const iconStart = "_iconStart_15yc8_197";
|
|
54
|
+
const iconEnd = "_iconEnd_15yc8_201";
|
|
55
|
+
const iconStartInput = "_iconStartInput_15yc8_205";
|
|
56
|
+
const iconEndInput = "_iconEndInput_15yc8_209";
|
|
57
|
+
const inputIconPlacementSm = "_inputIconPlacementSm_15yc8_213";
|
|
58
|
+
const inputIconPlacementLg = "_inputIconPlacementLg_15yc8_217";
|
|
59
|
+
const caption = "_caption_15yc8_221";
|
|
60
60
|
const styles = {
|
|
61
61
|
root,
|
|
62
62
|
inputIconContainer,
|
|
@@ -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 = "
|
|
38
|
-
const inputIconContainer = "
|
|
39
|
-
const label = "
|
|
40
|
-
const labelHidden = "
|
|
41
|
-
const input = "
|
|
42
|
-
const errorInput = "
|
|
43
|
-
const inputSizeSm = "
|
|
44
|
-
const inputSizeLg = "
|
|
45
|
-
const passwordInput = "
|
|
46
|
-
const passwordBtn = "
|
|
47
|
-
const hovered = "
|
|
48
|
-
const textArea = "
|
|
49
|
-
const passwordBtnError = "
|
|
50
|
-
const passwordBtnSm = "
|
|
51
|
-
const passwordBtnLg = "
|
|
52
|
-
const icon = "
|
|
53
|
-
const iconDisabled = "
|
|
54
|
-
const iconStart = "
|
|
55
|
-
const iconEnd = "
|
|
56
|
-
const iconStartInput = "
|
|
57
|
-
const iconEndInput = "
|
|
58
|
-
const inputIconPlacementSm = "
|
|
59
|
-
const inputIconPlacementLg = "
|
|
60
|
-
const caption = "
|
|
37
|
+
const root = "_root_15yc8_5";
|
|
38
|
+
const inputIconContainer = "_inputIconContainer_15yc8_26";
|
|
39
|
+
const label = "_label_15yc8_32";
|
|
40
|
+
const labelHidden = "_labelHidden_15yc8_36";
|
|
41
|
+
const input = "_input_15yc8_26";
|
|
42
|
+
const errorInput = "_errorInput_15yc8_74";
|
|
43
|
+
const inputSizeSm = "_inputSizeSm_15yc8_82";
|
|
44
|
+
const inputSizeLg = "_inputSizeLg_15yc8_96";
|
|
45
|
+
const passwordInput = "_passwordInput_15yc8_104";
|
|
46
|
+
const passwordBtn = "_passwordBtn_15yc8_114";
|
|
47
|
+
const hovered = "_hovered_15yc8_145";
|
|
48
|
+
const textArea = "_textArea_15yc8_154";
|
|
49
|
+
const passwordBtnError = "_passwordBtnError_15yc8_159";
|
|
50
|
+
const passwordBtnSm = "_passwordBtnSm_15yc8_165";
|
|
51
|
+
const passwordBtnLg = "_passwordBtnLg_15yc8_174";
|
|
52
|
+
const icon = "_icon_15yc8_183";
|
|
53
|
+
const iconDisabled = "_iconDisabled_15yc8_193";
|
|
54
|
+
const iconStart = "_iconStart_15yc8_197";
|
|
55
|
+
const iconEnd = "_iconEnd_15yc8_201";
|
|
56
|
+
const iconStartInput = "_iconStartInput_15yc8_205";
|
|
57
|
+
const iconEndInput = "_iconEndInput_15yc8_209";
|
|
58
|
+
const inputIconPlacementSm = "_inputIconPlacementSm_15yc8_213";
|
|
59
|
+
const inputIconPlacementLg = "_inputIconPlacementLg_15yc8_217";
|
|
60
|
+
const caption = "_caption_15yc8_221";
|
|
61
61
|
const styles = {
|
|
62
62
|
root,
|
|
63
63
|
inputIconContainer,
|
|
@@ -224,13 +224,13 @@ function $8796f90736e175cb$export$4d40659c25ecb50b(props = {}) {
|
|
|
224
224
|
close: hideTooltip
|
|
225
225
|
};
|
|
226
226
|
}
|
|
227
|
-
const Tooltip$1 = "
|
|
228
|
-
const text = "
|
|
229
|
-
const arrow = "
|
|
230
|
-
const top = "
|
|
231
|
-
const bottom = "
|
|
232
|
-
const left = "
|
|
233
|
-
const right = "
|
|
227
|
+
const Tooltip$1 = "_Tooltip_pckwe_5";
|
|
228
|
+
const text = "_text_pckwe_24";
|
|
229
|
+
const arrow = "_arrow_pckwe_30";
|
|
230
|
+
const top = "_top_pckwe_39";
|
|
231
|
+
const bottom = "_bottom_pckwe_40";
|
|
232
|
+
const left = "_left_pckwe_44";
|
|
233
|
+
const right = "_right_pckwe_45";
|
|
234
234
|
const styles = {
|
|
235
235
|
Tooltip: Tooltip$1,
|
|
236
236
|
text,
|
|
@@ -223,13 +223,13 @@ function $8796f90736e175cb$export$4d40659c25ecb50b(props = {}) {
|
|
|
223
223
|
close: hideTooltip
|
|
224
224
|
};
|
|
225
225
|
}
|
|
226
|
-
const Tooltip$1 = "
|
|
227
|
-
const text = "
|
|
228
|
-
const arrow = "
|
|
229
|
-
const top = "
|
|
230
|
-
const bottom = "
|
|
231
|
-
const left = "
|
|
232
|
-
const right = "
|
|
226
|
+
const Tooltip$1 = "_Tooltip_pckwe_5";
|
|
227
|
+
const text = "_text_pckwe_24";
|
|
228
|
+
const arrow = "_arrow_pckwe_30";
|
|
229
|
+
const top = "_top_pckwe_39";
|
|
230
|
+
const bottom = "_bottom_pckwe_40";
|
|
231
|
+
const left = "_left_pckwe_44";
|
|
232
|
+
const right = "_right_pckwe_45";
|
|
233
233
|
const styles = {
|
|
234
234
|
Tooltip: Tooltip$1,
|
|
235
235
|
text,
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easypost/easy-ui",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.8",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"**/*.css"
|
|
6
6
|
],
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@easypost/easy-ui-icons": "1.0.0-alpha.
|
|
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.
|
|
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",
|