@seed-design/css 1.0.7 → 1.1.0
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/all.css +874 -512
- package/all.min.css +1 -1
- package/base.css +32 -0
- package/base.min.css +1 -1
- package/package.json +1 -1
- package/recipes/action-button.css +8 -1
- package/recipes/app-screen.css +16 -0
- package/recipes/app-screen.d.ts +4 -0
- package/recipes/app-screen.mjs +6 -1
- package/recipes/bottom-sheet-handle.css +24 -0
- package/recipes/bottom-sheet-handle.d.ts +21 -0
- package/recipes/bottom-sheet-handle.mjs +36 -0
- package/recipes/bottom-sheet.css +55 -32
- package/recipes/field-label.css +29 -0
- package/recipes/field-label.d.ts +24 -0
- package/recipes/field-label.mjs +47 -0
- package/recipes/field.css +63 -0
- package/recipes/field.d.ts +21 -0
- package/recipes/field.mjs +60 -0
- package/recipes/input-button.css +98 -0
- package/recipes/input-button.d.ts +21 -0
- package/recipes/input-button.mjs +64 -0
- package/recipes/page-banner.css +5 -4
- package/recipes/page-banner.d.ts +1 -1
- package/recipes/page-banner.mjs +6 -2
- package/recipes/slider-marker.css +42 -0
- package/recipes/slider-marker.d.ts +22 -0
- package/recipes/slider-marker.mjs +30 -0
- package/recipes/slider-tick.css +19 -0
- package/recipes/slider-tick.d.ts +22 -0
- package/recipes/slider-tick.mjs +29 -0
- package/recipes/slider.css +174 -0
- package/recipes/slider.d.ts +21 -0
- package/recipes/slider.mjs +68 -0
- package/recipes/text-input.css +156 -0
- package/recipes/text-input.d.ts +24 -0
- package/recipes/text-input.mjs +59 -0
- package/vars/component/bottom-sheet-handle.d.ts +24 -0
- package/vars/component/bottom-sheet-handle.mjs +24 -0
- package/vars/component/bottom-sheet.d.ts +2 -2
- package/vars/component/bottom-sheet.mjs +2 -2
- package/vars/component/field-label.d.ts +25 -0
- package/vars/component/field-label.mjs +25 -0
- package/vars/component/field.d.ts +72 -0
- package/vars/component/field.mjs +72 -0
- package/vars/component/index.d.ts +8 -1
- package/vars/component/index.mjs +8 -1
- package/vars/component/input-button.d.ts +78 -0
- package/vars/component/input-button.mjs +78 -0
- package/vars/component/page-banner.d.ts +1 -1
- package/vars/component/page-banner.mjs +1 -1
- package/vars/component/slider-thumb.d.ts +25 -0
- package/vars/component/slider-thumb.mjs +25 -0
- package/vars/component/slider-tick.d.ts +23 -0
- package/vars/component/slider-tick.mjs +23 -0
- package/vars/component/slider.d.ts +74 -0
- package/vars/component/slider.mjs +74 -0
- package/vars/component/text-input.d.ts +162 -0
- package/vars/component/text-input.mjs +162 -0
- package/recipes/text-field.css +0 -385
- package/recipes/text-field.d.ts +0 -24
- package/recipes/text-field.mjs +0 -104
- package/vars/component/text-field.d.ts +0 -294
- package/vars/component/text-field.mjs +0 -294
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"gap": "var(--seed-dimension-x2)"
|
|
6
|
+
},
|
|
7
|
+
"header": {
|
|
8
|
+
"paddingX": "var(--seed-dimension-x0_5)",
|
|
9
|
+
"gap": "var(--seed-dimension-x2_5)"
|
|
10
|
+
},
|
|
11
|
+
"indicatorIcon": {
|
|
12
|
+
"color": "var(--seed-color-fg-critical)",
|
|
13
|
+
"size": "0.375rem",
|
|
14
|
+
"paddingTop": "0.25rem",
|
|
15
|
+
"paddingLeft": "0.125rem"
|
|
16
|
+
},
|
|
17
|
+
"indicatorText": {
|
|
18
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
19
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
20
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
21
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
22
|
+
"paddingLeft": "0.25rem"
|
|
23
|
+
},
|
|
24
|
+
"footer": {
|
|
25
|
+
"paddingX": "var(--seed-dimension-x0_5)",
|
|
26
|
+
"gap": "var(--seed-dimension-x2)"
|
|
27
|
+
},
|
|
28
|
+
"description": {
|
|
29
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
30
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
31
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
32
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
33
|
+
},
|
|
34
|
+
"descriptionIcon": {
|
|
35
|
+
"paddingRight": "var(--seed-dimension-x1_5)",
|
|
36
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
37
|
+
"size": "var(--seed-dimension-x4)"
|
|
38
|
+
},
|
|
39
|
+
"errorMessage": {
|
|
40
|
+
"color": "var(--seed-color-fg-critical)",
|
|
41
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
42
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
43
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
44
|
+
},
|
|
45
|
+
"errorIcon": {
|
|
46
|
+
"paddingRight": "var(--seed-dimension-x1_5)",
|
|
47
|
+
"color": "var(--seed-color-fg-critical)",
|
|
48
|
+
"size": "var(--seed-dimension-x4)"
|
|
49
|
+
},
|
|
50
|
+
"characterCount": {
|
|
51
|
+
"color": "var(--seed-color-fg-neutral)",
|
|
52
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
53
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
54
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
55
|
+
},
|
|
56
|
+
"maxCharacterCount": {
|
|
57
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
58
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
59
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
60
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"invalid": {
|
|
64
|
+
"characterCount": {
|
|
65
|
+
"color": "var(--seed-color-fg-critical)"
|
|
66
|
+
},
|
|
67
|
+
"maxCharacterCount": {
|
|
68
|
+
"color": "var(--seed-color-fg-critical)"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"gap": "var(--seed-dimension-x2)"
|
|
6
|
+
},
|
|
7
|
+
"header": {
|
|
8
|
+
"paddingX": "var(--seed-dimension-x0_5)",
|
|
9
|
+
"gap": "var(--seed-dimension-x2_5)"
|
|
10
|
+
},
|
|
11
|
+
"indicatorIcon": {
|
|
12
|
+
"color": "var(--seed-color-fg-critical)",
|
|
13
|
+
"size": "0.375rem",
|
|
14
|
+
"paddingTop": "0.25rem",
|
|
15
|
+
"paddingLeft": "0.125rem"
|
|
16
|
+
},
|
|
17
|
+
"indicatorText": {
|
|
18
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
19
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
20
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
21
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
22
|
+
"paddingLeft": "0.25rem"
|
|
23
|
+
},
|
|
24
|
+
"footer": {
|
|
25
|
+
"paddingX": "var(--seed-dimension-x0_5)",
|
|
26
|
+
"gap": "var(--seed-dimension-x2)"
|
|
27
|
+
},
|
|
28
|
+
"description": {
|
|
29
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
30
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
31
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
32
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
33
|
+
},
|
|
34
|
+
"descriptionIcon": {
|
|
35
|
+
"paddingRight": "var(--seed-dimension-x1_5)",
|
|
36
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
37
|
+
"size": "var(--seed-dimension-x4)"
|
|
38
|
+
},
|
|
39
|
+
"errorMessage": {
|
|
40
|
+
"color": "var(--seed-color-fg-critical)",
|
|
41
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
42
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
43
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
44
|
+
},
|
|
45
|
+
"errorIcon": {
|
|
46
|
+
"paddingRight": "var(--seed-dimension-x1_5)",
|
|
47
|
+
"color": "var(--seed-color-fg-critical)",
|
|
48
|
+
"size": "var(--seed-dimension-x4)"
|
|
49
|
+
},
|
|
50
|
+
"characterCount": {
|
|
51
|
+
"color": "var(--seed-color-fg-neutral)",
|
|
52
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
53
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
54
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
55
|
+
},
|
|
56
|
+
"maxCharacterCount": {
|
|
57
|
+
"color": "var(--seed-color-fg-neutral-subtle)",
|
|
58
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
59
|
+
"fontSize": "var(--seed-font-size-t4)",
|
|
60
|
+
"lineHeight": "var(--seed-line-height-t4)"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"invalid": {
|
|
64
|
+
"characterCount": {
|
|
65
|
+
"color": "var(--seed-color-fg-critical)"
|
|
66
|
+
},
|
|
67
|
+
"maxCharacterCount": {
|
|
68
|
+
"color": "var(--seed-color-fg-critical)"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -7,6 +7,7 @@ export { vars as avatarStack } from "./avatar-stack";
|
|
|
7
7
|
export { vars as avatar } from "./avatar";
|
|
8
8
|
export { vars as badge } from "./badge";
|
|
9
9
|
export { vars as bottomSheetCloseButton } from "./bottom-sheet-close-button";
|
|
10
|
+
export { vars as bottomSheetHandle } from "./bottom-sheet-handle";
|
|
10
11
|
export { vars as bottomSheet } from "./bottom-sheet";
|
|
11
12
|
export { vars as callout } from "./callout";
|
|
12
13
|
export { vars as checkbox } from "./checkbox";
|
|
@@ -23,10 +24,13 @@ export { vars as extendedActionSheetItem } from "./extended-action-sheet-item";
|
|
|
23
24
|
export { vars as extendedActionSheet } from "./extended-action-sheet";
|
|
24
25
|
export { vars as extendedFab } from "./extended-fab";
|
|
25
26
|
export { vars as fab } from "./fab";
|
|
27
|
+
export { vars as fieldLabel } from "./field-label";
|
|
28
|
+
export { vars as field } from "./field";
|
|
26
29
|
export { vars as floatingActionButton } from "./floating-action-button";
|
|
27
30
|
export { vars as helpBubble } from "./help-bubble";
|
|
28
31
|
export { vars as identityPlaceholder } from "./identity-placeholder";
|
|
29
32
|
export { vars as inlineBanner } from "./inline-banner";
|
|
33
|
+
export { vars as inputButton } from "./input-button";
|
|
30
34
|
export { vars as linkContent } from "./link-content";
|
|
31
35
|
export { vars as listHeader } from "./list-header";
|
|
32
36
|
export { vars as listItem } from "./list-item";
|
|
@@ -45,6 +49,9 @@ export { vars as segmentedControlItem } from "./segmented-control-item";
|
|
|
45
49
|
export { vars as segmentedControl } from "./segmented-control";
|
|
46
50
|
export { vars as selectBox } from "./select-box";
|
|
47
51
|
export { vars as skeleton } from "./skeleton";
|
|
52
|
+
export { vars as sliderThumb } from "./slider-thumb";
|
|
53
|
+
export { vars as sliderTick } from "./slider-tick";
|
|
54
|
+
export { vars as slider } from "./slider";
|
|
48
55
|
export { vars as snackbar } from "./snackbar";
|
|
49
56
|
export { vars as switchMark } from "./switch-mark";
|
|
50
57
|
export { vars as switch } from "./switch";
|
|
@@ -53,7 +60,7 @@ export { vars as tablist } from "./tablist";
|
|
|
53
60
|
export { vars as tagGroupItem } from "./tag-group-item";
|
|
54
61
|
export { vars as tagGroup } from "./tag-group";
|
|
55
62
|
export { vars as textButton } from "./text-button";
|
|
56
|
-
export { vars as
|
|
63
|
+
export { vars as textInput } from "./text-input";
|
|
57
64
|
export { vars as toggleButton } from "./toggle-button";
|
|
58
65
|
export { vars as topNavigation } from "./top-navigation";
|
|
59
66
|
export { vars as typography } from "./typography";
|
package/vars/component/index.mjs
CHANGED
|
@@ -7,6 +7,7 @@ export { vars as avatarStack } from "./avatar-stack.mjs";
|
|
|
7
7
|
export { vars as avatar } from "./avatar.mjs";
|
|
8
8
|
export { vars as badge } from "./badge.mjs";
|
|
9
9
|
export { vars as bottomSheetCloseButton } from "./bottom-sheet-close-button.mjs";
|
|
10
|
+
export { vars as bottomSheetHandle } from "./bottom-sheet-handle.mjs";
|
|
10
11
|
export { vars as bottomSheet } from "./bottom-sheet.mjs";
|
|
11
12
|
export { vars as callout } from "./callout.mjs";
|
|
12
13
|
export { vars as checkbox } from "./checkbox.mjs";
|
|
@@ -23,10 +24,13 @@ export { vars as extendedActionSheetItem } from "./extended-action-sheet-item.mj
|
|
|
23
24
|
export { vars as extendedActionSheet } from "./extended-action-sheet.mjs";
|
|
24
25
|
export { vars as extendedFab } from "./extended-fab.mjs";
|
|
25
26
|
export { vars as fab } from "./fab.mjs";
|
|
27
|
+
export { vars as fieldLabel } from "./field-label.mjs";
|
|
28
|
+
export { vars as field } from "./field.mjs";
|
|
26
29
|
export { vars as floatingActionButton } from "./floating-action-button.mjs";
|
|
27
30
|
export { vars as helpBubble } from "./help-bubble.mjs";
|
|
28
31
|
export { vars as identityPlaceholder } from "./identity-placeholder.mjs";
|
|
29
32
|
export { vars as inlineBanner } from "./inline-banner.mjs";
|
|
33
|
+
export { vars as inputButton } from "./input-button.mjs";
|
|
30
34
|
export { vars as linkContent } from "./link-content.mjs";
|
|
31
35
|
export { vars as listHeader } from "./list-header.mjs";
|
|
32
36
|
export { vars as listItem } from "./list-item.mjs";
|
|
@@ -45,6 +49,9 @@ export { vars as segmentedControlItem } from "./segmented-control-item.mjs";
|
|
|
45
49
|
export { vars as segmentedControl } from "./segmented-control.mjs";
|
|
46
50
|
export { vars as selectBox } from "./select-box.mjs";
|
|
47
51
|
export { vars as skeleton } from "./skeleton.mjs";
|
|
52
|
+
export { vars as sliderThumb } from "./slider-thumb.mjs";
|
|
53
|
+
export { vars as sliderTick } from "./slider-tick.mjs";
|
|
54
|
+
export { vars as slider } from "./slider.mjs";
|
|
48
55
|
export { vars as snackbar } from "./snackbar.mjs";
|
|
49
56
|
export { vars as switchMark } from "./switch-mark.mjs";
|
|
50
57
|
export { vars as switch } from "./switch.mjs";
|
|
@@ -53,7 +60,7 @@ export { vars as tablist } from "./tablist.mjs";
|
|
|
53
60
|
export { vars as tagGroupItem } from "./tag-group-item.mjs";
|
|
54
61
|
export { vars as tagGroup } from "./tag-group.mjs";
|
|
55
62
|
export { vars as textButton } from "./text-button.mjs";
|
|
56
|
-
export { vars as
|
|
63
|
+
export { vars as textInput } from "./text-input.mjs";
|
|
57
64
|
export { vars as toggleButton } from "./toggle-button.mjs";
|
|
58
65
|
export { vars as topNavigation } from "./top-navigation.mjs";
|
|
59
66
|
export { vars as typography } from "./typography.mjs";
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"height": "var(--seed-dimension-x13)",
|
|
6
|
+
"cornerRadius": "var(--seed-radius-r3)",
|
|
7
|
+
"gap": "var(--seed-dimension-x2_5)",
|
|
8
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
9
|
+
"strokeWidth": "1px",
|
|
10
|
+
"strokeColor": "var(--seed-color-stroke-neutral-weak)",
|
|
11
|
+
"colorDuration": "var(--seed-duration-d3)",
|
|
12
|
+
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
13
|
+
"strokeColorDuration": "var(--seed-duration-d3)",
|
|
14
|
+
"strokeColorTimingFunction": "var(--seed-timing-function-easing)",
|
|
15
|
+
"strokeWidthDuration": "var(--seed-duration-d3)",
|
|
16
|
+
"strokeWidthTimingFunction": "var(--seed-timing-function-easing)"
|
|
17
|
+
},
|
|
18
|
+
"value": {
|
|
19
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
20
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
21
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
22
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
23
|
+
},
|
|
24
|
+
"placeholder": {
|
|
25
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
26
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
27
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
28
|
+
"color": "var(--seed-color-fg-placeholder)"
|
|
29
|
+
},
|
|
30
|
+
"prefixText": {
|
|
31
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
32
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
33
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
34
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
35
|
+
},
|
|
36
|
+
"prefixIcon": {
|
|
37
|
+
"size": "var(--seed-dimension-x5)",
|
|
38
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
39
|
+
},
|
|
40
|
+
"suffixText": {
|
|
41
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
42
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
43
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
44
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
45
|
+
},
|
|
46
|
+
"suffixIcon": {
|
|
47
|
+
"size": "var(--seed-dimension-x5)",
|
|
48
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
49
|
+
},
|
|
50
|
+
"clearButton": {
|
|
51
|
+
"size": "22px",
|
|
52
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"pressed": {
|
|
56
|
+
"root": {
|
|
57
|
+
"color": "var(--seed-color-bg-layer-default-pressed)"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"invalid": {
|
|
61
|
+
"root": {
|
|
62
|
+
"strokeWidth": "2px",
|
|
63
|
+
"strokeColor": "var(--seed-color-stroke-critical-solid)"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"disabled": {
|
|
67
|
+
"root": {
|
|
68
|
+
"color": "var(--seed-color-bg-disabled)"
|
|
69
|
+
},
|
|
70
|
+
"value": {
|
|
71
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
72
|
+
},
|
|
73
|
+
"placeholder": {
|
|
74
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"height": "var(--seed-dimension-x13)",
|
|
6
|
+
"cornerRadius": "var(--seed-radius-r3)",
|
|
7
|
+
"gap": "var(--seed-dimension-x2_5)",
|
|
8
|
+
"paddingX": "var(--seed-dimension-x4)",
|
|
9
|
+
"strokeWidth": "1px",
|
|
10
|
+
"strokeColor": "var(--seed-color-stroke-neutral-weak)",
|
|
11
|
+
"colorDuration": "var(--seed-duration-d3)",
|
|
12
|
+
"colorTimingFunction": "var(--seed-timing-function-easing)",
|
|
13
|
+
"strokeColorDuration": "var(--seed-duration-d3)",
|
|
14
|
+
"strokeColorTimingFunction": "var(--seed-timing-function-easing)",
|
|
15
|
+
"strokeWidthDuration": "var(--seed-duration-d3)",
|
|
16
|
+
"strokeWidthTimingFunction": "var(--seed-timing-function-easing)"
|
|
17
|
+
},
|
|
18
|
+
"value": {
|
|
19
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
20
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
21
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
22
|
+
"color": "var(--seed-color-fg-neutral)"
|
|
23
|
+
},
|
|
24
|
+
"placeholder": {
|
|
25
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
26
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
27
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
28
|
+
"color": "var(--seed-color-fg-placeholder)"
|
|
29
|
+
},
|
|
30
|
+
"prefixText": {
|
|
31
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
32
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
33
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
34
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
35
|
+
},
|
|
36
|
+
"prefixIcon": {
|
|
37
|
+
"size": "var(--seed-dimension-x5)",
|
|
38
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
39
|
+
},
|
|
40
|
+
"suffixText": {
|
|
41
|
+
"fontSize": "var(--seed-font-size-t5)",
|
|
42
|
+
"lineHeight": "var(--seed-line-height-t5)",
|
|
43
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
44
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
45
|
+
},
|
|
46
|
+
"suffixIcon": {
|
|
47
|
+
"size": "var(--seed-dimension-x5)",
|
|
48
|
+
"color": "var(--seed-color-fg-neutral-muted)"
|
|
49
|
+
},
|
|
50
|
+
"clearButton": {
|
|
51
|
+
"size": "22px",
|
|
52
|
+
"color": "var(--seed-color-fg-neutral-subtle)"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"pressed": {
|
|
56
|
+
"root": {
|
|
57
|
+
"color": "var(--seed-color-bg-layer-default-pressed)"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"invalid": {
|
|
61
|
+
"root": {
|
|
62
|
+
"strokeWidth": "2px",
|
|
63
|
+
"strokeColor": "var(--seed-color-stroke-critical-solid)"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"disabled": {
|
|
67
|
+
"root": {
|
|
68
|
+
"color": "var(--seed-color-bg-disabled)"
|
|
69
|
+
},
|
|
70
|
+
"value": {
|
|
71
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
72
|
+
},
|
|
73
|
+
"placeholder": {
|
|
74
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"size": "var(--seed-dimension-x5)",
|
|
6
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
7
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
8
|
+
"scaleDuration": "var(--seed-duration-d3)",
|
|
9
|
+
"scaleTimingFunction": "var(--seed-timing-function-easing)",
|
|
10
|
+
"translateDuration": "var(--seed-duration-d3)",
|
|
11
|
+
"translateTimingFunction": "var(--seed-timing-function-easing)"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"disabled": {
|
|
15
|
+
"root": {
|
|
16
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"pressed": {
|
|
20
|
+
"root": {
|
|
21
|
+
"scale": "1.2"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"size": "var(--seed-dimension-x5)",
|
|
6
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
7
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
8
|
+
"scaleDuration": "var(--seed-duration-d3)",
|
|
9
|
+
"scaleTimingFunction": "var(--seed-timing-function-easing)",
|
|
10
|
+
"translateDuration": "var(--seed-duration-d3)",
|
|
11
|
+
"translateTimingFunction": "var(--seed-timing-function-easing)"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"disabled": {
|
|
15
|
+
"root": {
|
|
16
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"pressed": {
|
|
20
|
+
"root": {
|
|
21
|
+
"scale": "1.2"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"color": "var(--seed-color-fg-neutral-inverted)"
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"weightThin": {
|
|
10
|
+
"enabled": {
|
|
11
|
+
"root": {
|
|
12
|
+
"width": "1px"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"weightThick": {
|
|
17
|
+
"enabled": {
|
|
18
|
+
"root": {
|
|
19
|
+
"width": "var(--seed-dimension-x1)"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"color": "var(--seed-color-fg-neutral-inverted)"
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"weightThin": {
|
|
10
|
+
"enabled": {
|
|
11
|
+
"root": {
|
|
12
|
+
"width": "1px"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"weightThick": {
|
|
17
|
+
"enabled": {
|
|
18
|
+
"root": {
|
|
19
|
+
"width": "var(--seed-dimension-x1)"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare const vars: {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"gap": "var(--seed-dimension-x0_5)"
|
|
6
|
+
},
|
|
7
|
+
"control": {
|
|
8
|
+
"height": "26px"
|
|
9
|
+
},
|
|
10
|
+
"track": {
|
|
11
|
+
"height": "var(--seed-dimension-x1)",
|
|
12
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
13
|
+
"color": "var(--seed-color-palette-gray-400)"
|
|
14
|
+
},
|
|
15
|
+
"range": {
|
|
16
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
17
|
+
"color": "var(--seed-color-fg-neutral)",
|
|
18
|
+
"widthDuration": "var(--seed-duration-d3)",
|
|
19
|
+
"widthTimingFunction": "var(--seed-timing-function-easing)"
|
|
20
|
+
},
|
|
21
|
+
"thumb": {
|
|
22
|
+
"size": "var(--seed-dimension-x5)",
|
|
23
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
24
|
+
"color": "var(--seed-color-bg-neutral-inverted)"
|
|
25
|
+
},
|
|
26
|
+
"valueIndicatorRoot": {
|
|
27
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
28
|
+
"cornerRadius": "var(--seed-radius-r1)",
|
|
29
|
+
"paddingX": "var(--seed-dimension-x1_5)",
|
|
30
|
+
"paddingY": "var(--seed-dimension-x0_5)",
|
|
31
|
+
"offsetY": "var(--seed-dimension-x3)",
|
|
32
|
+
"enterScale": "0.9",
|
|
33
|
+
"enterOpacity": "0",
|
|
34
|
+
"enterDuration": "var(--seed-duration-d4)",
|
|
35
|
+
"enterTimingFunction": "var(--seed-timing-function-enter)",
|
|
36
|
+
"exitScale": "1",
|
|
37
|
+
"exitOpacity": "0",
|
|
38
|
+
"exitDuration": "var(--seed-duration-d4)",
|
|
39
|
+
"exitTimingFunction": "var(--seed-timing-function-easing)"
|
|
40
|
+
},
|
|
41
|
+
"valueIndicatorArrow": {
|
|
42
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
43
|
+
"width": "var(--seed-dimension-x2_5)",
|
|
44
|
+
"height": "7px",
|
|
45
|
+
"cornerRadius": "var(--seed-radius-r0_5)",
|
|
46
|
+
"gutter": "var(--seed-dimension-x0_5)",
|
|
47
|
+
"padding": "var(--seed-dimension-x0_5)"
|
|
48
|
+
},
|
|
49
|
+
"valueIndicatorLabel": {
|
|
50
|
+
"color": "var(--seed-color-fg-neutral-inverted)",
|
|
51
|
+
"fontSize": "var(--seed-font-size-t1)",
|
|
52
|
+
"lineHeight": "var(--seed-line-height-t1)",
|
|
53
|
+
"fontWeight": "var(--seed-font-weight-medium)"
|
|
54
|
+
},
|
|
55
|
+
"marker": {
|
|
56
|
+
"color": "var(--seed-color-fg-neutral-muted)",
|
|
57
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
58
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
59
|
+
"lineHeight": "var(--seed-line-height-t3)"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"disabled": {
|
|
63
|
+
"range": {
|
|
64
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
65
|
+
},
|
|
66
|
+
"thumb": {
|
|
67
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
68
|
+
},
|
|
69
|
+
"marker": {
|
|
70
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export const vars = {
|
|
2
|
+
"base": {
|
|
3
|
+
"enabled": {
|
|
4
|
+
"root": {
|
|
5
|
+
"gap": "var(--seed-dimension-x0_5)"
|
|
6
|
+
},
|
|
7
|
+
"control": {
|
|
8
|
+
"height": "26px"
|
|
9
|
+
},
|
|
10
|
+
"track": {
|
|
11
|
+
"height": "var(--seed-dimension-x1)",
|
|
12
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
13
|
+
"color": "var(--seed-color-palette-gray-400)"
|
|
14
|
+
},
|
|
15
|
+
"range": {
|
|
16
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
17
|
+
"color": "var(--seed-color-fg-neutral)",
|
|
18
|
+
"widthDuration": "var(--seed-duration-d3)",
|
|
19
|
+
"widthTimingFunction": "var(--seed-timing-function-easing)"
|
|
20
|
+
},
|
|
21
|
+
"thumb": {
|
|
22
|
+
"size": "var(--seed-dimension-x5)",
|
|
23
|
+
"cornerRadius": "var(--seed-radius-full)",
|
|
24
|
+
"color": "var(--seed-color-bg-neutral-inverted)"
|
|
25
|
+
},
|
|
26
|
+
"valueIndicatorRoot": {
|
|
27
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
28
|
+
"cornerRadius": "var(--seed-radius-r1)",
|
|
29
|
+
"paddingX": "var(--seed-dimension-x1_5)",
|
|
30
|
+
"paddingY": "var(--seed-dimension-x0_5)",
|
|
31
|
+
"offsetY": "var(--seed-dimension-x3)",
|
|
32
|
+
"enterScale": "0.9",
|
|
33
|
+
"enterOpacity": "0",
|
|
34
|
+
"enterDuration": "var(--seed-duration-d4)",
|
|
35
|
+
"enterTimingFunction": "var(--seed-timing-function-enter)",
|
|
36
|
+
"exitScale": "1",
|
|
37
|
+
"exitOpacity": "0",
|
|
38
|
+
"exitDuration": "var(--seed-duration-d4)",
|
|
39
|
+
"exitTimingFunction": "var(--seed-timing-function-easing)"
|
|
40
|
+
},
|
|
41
|
+
"valueIndicatorArrow": {
|
|
42
|
+
"color": "var(--seed-color-bg-neutral-inverted)",
|
|
43
|
+
"width": "var(--seed-dimension-x2_5)",
|
|
44
|
+
"height": "7px",
|
|
45
|
+
"cornerRadius": "var(--seed-radius-r0_5)",
|
|
46
|
+
"gutter": "var(--seed-dimension-x0_5)",
|
|
47
|
+
"padding": "var(--seed-dimension-x0_5)"
|
|
48
|
+
},
|
|
49
|
+
"valueIndicatorLabel": {
|
|
50
|
+
"color": "var(--seed-color-fg-neutral-inverted)",
|
|
51
|
+
"fontSize": "var(--seed-font-size-t1)",
|
|
52
|
+
"lineHeight": "var(--seed-line-height-t1)",
|
|
53
|
+
"fontWeight": "var(--seed-font-weight-medium)"
|
|
54
|
+
},
|
|
55
|
+
"marker": {
|
|
56
|
+
"color": "var(--seed-color-fg-neutral-muted)",
|
|
57
|
+
"fontWeight": "var(--seed-font-weight-regular)",
|
|
58
|
+
"fontSize": "var(--seed-font-size-t3)",
|
|
59
|
+
"lineHeight": "var(--seed-line-height-t3)"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"disabled": {
|
|
63
|
+
"range": {
|
|
64
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
65
|
+
},
|
|
66
|
+
"thumb": {
|
|
67
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
68
|
+
},
|
|
69
|
+
"marker": {
|
|
70
|
+
"color": "var(--seed-color-fg-disabled)"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|