@seed-design/vars 0.0.1-alpha-20250210081704
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/README.md +2 -0
- package/lib/color/bg.d.ts +39 -0
- package/lib/color/bg.mjs +39 -0
- package/lib/color/fg.d.ts +17 -0
- package/lib/color/fg.mjs +17 -0
- package/lib/color/index.d.ts +5 -0
- package/lib/color/index.mjs +5 -0
- package/lib/color/manner-temp/index.d.ts +6 -0
- package/lib/color/manner-temp/index.mjs +6 -0
- package/lib/color/manner-temp/l1.d.ts +2 -0
- package/lib/color/manner-temp/l1.mjs +2 -0
- package/lib/color/manner-temp/l2.d.ts +2 -0
- package/lib/color/manner-temp/l2.mjs +2 -0
- package/lib/color/manner-temp/l3.d.ts +2 -0
- package/lib/color/manner-temp/l3.mjs +2 -0
- package/lib/color/manner-temp/l4.d.ts +2 -0
- package/lib/color/manner-temp/l4.mjs +2 -0
- package/lib/color/manner-temp/l5.d.ts +2 -0
- package/lib/color/manner-temp/l5.mjs +2 -0
- package/lib/color/manner-temp/l6.d.ts +2 -0
- package/lib/color/manner-temp/l6.mjs +2 -0
- package/lib/color/palette.d.ts +78 -0
- package/lib/color/palette.mjs +78 -0
- package/lib/color/stroke.d.ts +10 -0
- package/lib/color/stroke.mjs +10 -0
- package/lib/component/action-button.d.ts +491 -0
- package/lib/component/action-button.mjs +491 -0
- package/lib/component/action-chip.d.ts +128 -0
- package/lib/component/action-chip.mjs +128 -0
- package/lib/component/action-sheet-close-button.d.ts +23 -0
- package/lib/component/action-sheet-close-button.mjs +23 -0
- package/lib/component/action-sheet-item.d.ts +36 -0
- package/lib/component/action-sheet-item.mjs +36 -0
- package/lib/component/action-sheet.d.ts +45 -0
- package/lib/component/action-sheet.mjs +45 -0
- package/lib/component/avatar-stack.d.ts +60 -0
- package/lib/component/avatar-stack.mjs +60 -0
- package/lib/component/avatar.d.ts +83 -0
- package/lib/component/avatar.mjs +83 -0
- package/lib/component/badge.d.ts +223 -0
- package/lib/component/badge.mjs +223 -0
- package/lib/component/bottom-sheet.d.ts +61 -0
- package/lib/component/bottom-sheet.mjs +61 -0
- package/lib/component/callout.d.ts +185 -0
- package/lib/component/callout.mjs +185 -0
- package/lib/component/checkbox.d.ts +171 -0
- package/lib/component/checkbox.mjs +171 -0
- package/lib/component/chip-tab.d.ts +98 -0
- package/lib/component/chip-tab.mjs +98 -0
- package/lib/component/chip-tablist.d.ts +23 -0
- package/lib/component/chip-tablist.mjs +23 -0
- package/lib/component/control-chip.d.ts +156 -0
- package/lib/component/control-chip.mjs +156 -0
- package/lib/component/dialog.d.ts +49 -0
- package/lib/component/dialog.mjs +49 -0
- package/lib/component/expand-button.d.ts +41 -0
- package/lib/component/expand-button.mjs +41 -0
- package/lib/component/extended-action-sheet-close-button.d.ts +25 -0
- package/lib/component/extended-action-sheet-close-button.mjs +25 -0
- package/lib/component/extended-action-sheet-item.d.ts +46 -0
- package/lib/component/extended-action-sheet-item.mjs +46 -0
- package/lib/component/extended-action-sheet.d.ts +48 -0
- package/lib/component/extended-action-sheet.mjs +48 -0
- package/lib/component/extended-fab.d.ts +82 -0
- package/lib/component/extended-fab.mjs +82 -0
- package/lib/component/fab.d.ts +21 -0
- package/lib/component/fab.mjs +21 -0
- package/lib/component/help-bubble.d.ts +36 -0
- package/lib/component/help-bubble.mjs +36 -0
- package/lib/component/identity-placeholder.d.ts +12 -0
- package/lib/component/identity-placeholder.mjs +12 -0
- package/lib/component/index.d.ts +40 -0
- package/lib/component/index.mjs +40 -0
- package/lib/component/inline-banner.d.ts +211 -0
- package/lib/component/inline-banner.mjs +211 -0
- package/lib/component/manner-temp-badge.d.ts +77 -0
- package/lib/component/manner-temp-badge.mjs +77 -0
- package/lib/component/progress-circle.d.ts +67 -0
- package/lib/component/progress-circle.mjs +67 -0
- package/lib/component/radio.d.ts +77 -0
- package/lib/component/radio.mjs +77 -0
- package/lib/component/reaction-button.d.ts +134 -0
- package/lib/component/reaction-button.mjs +134 -0
- package/lib/component/segment.d.ts +34 -0
- package/lib/component/segment.mjs +34 -0
- package/lib/component/segmented-control-item.d.ts +34 -0
- package/lib/component/segmented-control-item.mjs +34 -0
- package/lib/component/segmented-control.d.ts +18 -0
- package/lib/component/segmented-control.mjs +18 -0
- package/lib/component/select-box-group.d.ts +9 -0
- package/lib/component/select-box-group.mjs +9 -0
- package/lib/component/select-box.d.ts +92 -0
- package/lib/component/select-box.mjs +92 -0
- package/lib/component/skeleton.d.ts +42 -0
- package/lib/component/skeleton.mjs +42 -0
- package/lib/component/snackbar.d.ts +58 -0
- package/lib/component/snackbar.mjs +58 -0
- package/lib/component/switch.d.ts +65 -0
- package/lib/component/switch.mjs +65 -0
- package/lib/component/tab.d.ts +53 -0
- package/lib/component/tab.mjs +53 -0
- package/lib/component/tablist.d.ts +51 -0
- package/lib/component/tablist.mjs +51 -0
- package/lib/component/text-button.d.ts +107 -0
- package/lib/component/text-button.mjs +107 -0
- package/lib/component/text-field.d.ts +295 -0
- package/lib/component/text-field.mjs +295 -0
- package/lib/component/toggle-button.d.ts +205 -0
- package/lib/component/toggle-button.mjs +205 -0
- package/lib/component/top-navigation.d.ts +86 -0
- package/lib/component/top-navigation.mjs +86 -0
- package/lib/component/typography.d.ts +209 -0
- package/lib/component/typography.mjs +209 -0
- package/lib/dimension/index.d.ts +22 -0
- package/lib/dimension/index.mjs +22 -0
- package/lib/dimension/spacing-x.d.ts +2 -0
- package/lib/dimension/spacing-x.mjs +2 -0
- package/lib/dimension/spacing-y.d.ts +2 -0
- package/lib/dimension/spacing-y.mjs +2 -0
- package/lib/duration.d.ts +6 -0
- package/lib/duration.mjs +6 -0
- package/lib/font-size.d.ts +13 -0
- package/lib/font-size.mjs +13 -0
- package/lib/font-weight.d.ts +3 -0
- package/lib/font-weight.mjs +3 -0
- package/lib/gradient.d.ts +1 -0
- package/lib/gradient.mjs +1 -0
- package/lib/index.d.ts +32 -0
- package/lib/index.mjs +1 -0
- package/lib/line-height.d.ts +10 -0
- package/lib/line-height.mjs +10 -0
- package/lib/radius.d.ts +11 -0
- package/lib/radius.mjs +11 -0
- package/lib/timing-function.d.ts +6 -0
- package/lib/timing-function.mjs +6 -0
- package/lib/vars.d.ts +9 -0
- package/lib/vars.mjs +9 -0
- package/package.json +43 -0
@@ -0,0 +1,128 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)",
|
6
|
+
"cornerRadius": "var(--seed-v3-radius-full)"
|
7
|
+
},
|
8
|
+
"label": {
|
9
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
10
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
11
|
+
},
|
12
|
+
"prefixIcon": {
|
13
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
14
|
+
},
|
15
|
+
"suffixIcon": {
|
16
|
+
"color": "var(--seed-v3-color-fg-neutral-subtle)"
|
17
|
+
},
|
18
|
+
"icon": {
|
19
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
20
|
+
},
|
21
|
+
"count": {
|
22
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)",
|
23
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"pressed": {
|
27
|
+
"root": {
|
28
|
+
"color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"disabled": {
|
32
|
+
"root": {
|
33
|
+
"color": "var(--seed-v3-color-bg-disabled)"
|
34
|
+
},
|
35
|
+
"label": {
|
36
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
37
|
+
},
|
38
|
+
"prefixIcon": {
|
39
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
40
|
+
},
|
41
|
+
"suffixIcon": {
|
42
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
43
|
+
},
|
44
|
+
"icon": {
|
45
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
46
|
+
},
|
47
|
+
"count": {
|
48
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
49
|
+
}
|
50
|
+
}
|
51
|
+
},
|
52
|
+
"sizeSmall": {
|
53
|
+
"enabled": {
|
54
|
+
"root": {
|
55
|
+
"minHeight": "var(--seed-v3-dimension-s8)",
|
56
|
+
"paddingY": "var(--seed-v3-dimension-s1_5)",
|
57
|
+
"gap": "var(--seed-v3-dimension-s1)"
|
58
|
+
},
|
59
|
+
"label": {
|
60
|
+
"fontSize": "var(--seed-v3-font-size-s4)"
|
61
|
+
},
|
62
|
+
"prefixIcon": {
|
63
|
+
"size": "var(--seed-v3-dimension-s4)"
|
64
|
+
},
|
65
|
+
"suffixIcon": {
|
66
|
+
"size": "var(--seed-v3-dimension-s3_5)"
|
67
|
+
},
|
68
|
+
"count": {
|
69
|
+
"fontSize": "var(--seed-v3-font-size-s4)"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"sizeMedium": {
|
74
|
+
"enabled": {
|
75
|
+
"root": {
|
76
|
+
"minHeight": "var(--seed-v3-dimension-s9)",
|
77
|
+
"paddingY": "var(--seed-v3-dimension-s2)",
|
78
|
+
"gap": "var(--seed-v3-dimension-s1)"
|
79
|
+
},
|
80
|
+
"label": {
|
81
|
+
"fontSize": "var(--seed-v3-font-size-s4)"
|
82
|
+
},
|
83
|
+
"prefixIcon": {
|
84
|
+
"size": "var(--seed-v3-dimension-s4)"
|
85
|
+
},
|
86
|
+
"suffixIcon": {
|
87
|
+
"size": "var(--seed-v3-dimension-s3_5)"
|
88
|
+
},
|
89
|
+
"count": {
|
90
|
+
"fontSize": "var(--seed-v3-font-size-s4)"
|
91
|
+
}
|
92
|
+
}
|
93
|
+
},
|
94
|
+
"sizeSmallLayoutWithText": {
|
95
|
+
"enabled": {
|
96
|
+
"root": {
|
97
|
+
"paddingX": "var(--seed-v3-dimension-s3)"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"sizeSmallLayoutIconOnly": {
|
102
|
+
"enabled": {
|
103
|
+
"root": {
|
104
|
+
"minWidth": "var(--seed-v3-dimension-s8)"
|
105
|
+
},
|
106
|
+
"icon": {
|
107
|
+
"size": "var(--seed-v3-dimension-s4)"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"sizeMediumLayoutWithText": {
|
112
|
+
"enabled": {
|
113
|
+
"root": {
|
114
|
+
"paddingX": "var(--seed-v3-dimension-s3_5)"
|
115
|
+
}
|
116
|
+
}
|
117
|
+
},
|
118
|
+
"sizeMediumLayoutIconOnly": {
|
119
|
+
"enabled": {
|
120
|
+
"root": {
|
121
|
+
"minWidth": "var(--seed-v3-dimension-s9)"
|
122
|
+
},
|
123
|
+
"icon": {
|
124
|
+
"size": "var(--seed-v3-dimension-s4)"
|
125
|
+
}
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"minHeight": "50px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)"
|
9
|
+
},
|
10
|
+
"label": {
|
11
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
12
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
13
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
14
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"pressed": {
|
18
|
+
"root": {
|
19
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"minHeight": "50px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)"
|
9
|
+
},
|
10
|
+
"label": {
|
11
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
12
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
13
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
14
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"pressed": {
|
18
|
+
"root": {
|
19
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"minHeight": "50px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)"
|
9
|
+
},
|
10
|
+
"label": {
|
11
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
12
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
13
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
14
|
+
}
|
15
|
+
},
|
16
|
+
"pressed": {
|
17
|
+
"root": {
|
18
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
19
|
+
}
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"toneNeutral": {
|
23
|
+
"enabled": {
|
24
|
+
"label": {
|
25
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"toneCritical": {
|
30
|
+
"enabled": {
|
31
|
+
"label": {
|
32
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"minHeight": "50px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)"
|
9
|
+
},
|
10
|
+
"label": {
|
11
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
12
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
13
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
14
|
+
}
|
15
|
+
},
|
16
|
+
"pressed": {
|
17
|
+
"root": {
|
18
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
19
|
+
}
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"toneNeutral": {
|
23
|
+
"enabled": {
|
24
|
+
"label": {
|
25
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"toneCritical": {
|
30
|
+
"enabled": {
|
31
|
+
"label": {
|
32
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"backdrop": {
|
5
|
+
"color": "var(--seed-v3-color-bg-overlay)",
|
6
|
+
"enterDuration": "var(--seed-v3-duration-s2)",
|
7
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter)",
|
8
|
+
"enterOpacity": "0",
|
9
|
+
"exitDuration": "var(--seed-v3-duration-s2)",
|
10
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)",
|
11
|
+
"exitOpacity": "0"
|
12
|
+
},
|
13
|
+
"content": {
|
14
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
15
|
+
"cornerTopRadius": "var(--seed-v3-radius-s5)",
|
16
|
+
"enterDuration": "var(--seed-v3-duration-s6)",
|
17
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter-expressive)",
|
18
|
+
"exitDuration": "var(--seed-v3-duration-s4)",
|
19
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)"
|
20
|
+
},
|
21
|
+
"header": {
|
22
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
23
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
24
|
+
"gap": "var(--seed-v3-dimension-s1)"
|
25
|
+
},
|
26
|
+
"title": {
|
27
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
28
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
29
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
30
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
31
|
+
},
|
32
|
+
"description": {
|
33
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
34
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
35
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)",
|
36
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
37
|
+
},
|
38
|
+
"divider": {
|
39
|
+
"strokeWidth": "1px",
|
40
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)",
|
41
|
+
"marginX": "var(--seed-v3-dimension-spacing-x-global-gutter)"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"backdrop": {
|
5
|
+
"color": "var(--seed-v3-color-bg-overlay)",
|
6
|
+
"enterDuration": "var(--seed-v3-duration-s2)",
|
7
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter)",
|
8
|
+
"enterOpacity": "0",
|
9
|
+
"exitDuration": "var(--seed-v3-duration-s2)",
|
10
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)",
|
11
|
+
"exitOpacity": "0"
|
12
|
+
},
|
13
|
+
"content": {
|
14
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
15
|
+
"cornerTopRadius": "var(--seed-v3-radius-s5)",
|
16
|
+
"enterDuration": "var(--seed-v3-duration-s6)",
|
17
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter-expressive)",
|
18
|
+
"exitDuration": "var(--seed-v3-duration-s4)",
|
19
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)"
|
20
|
+
},
|
21
|
+
"header": {
|
22
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
23
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
24
|
+
"gap": "var(--seed-v3-dimension-s1)"
|
25
|
+
},
|
26
|
+
"title": {
|
27
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
28
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
29
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
30
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
31
|
+
},
|
32
|
+
"description": {
|
33
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
34
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
35
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)",
|
36
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
37
|
+
},
|
38
|
+
"divider": {
|
39
|
+
"strokeWidth": "1px",
|
40
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)",
|
41
|
+
"marginX": "var(--seed-v3-dimension-spacing-x-global-gutter)"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"item": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
6
|
+
"strokeColor": "var(--seed-v3-color-bg-layer-default)"
|
7
|
+
}
|
8
|
+
}
|
9
|
+
},
|
10
|
+
"size20": {
|
11
|
+
"enabled": {
|
12
|
+
"root": {
|
13
|
+
"gap": "-5px"
|
14
|
+
},
|
15
|
+
"item": {
|
16
|
+
"strokeWidth": "2px"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"size24": {
|
21
|
+
"enabled": {
|
22
|
+
"root": {
|
23
|
+
"gap": "-6px"
|
24
|
+
},
|
25
|
+
"item": {
|
26
|
+
"strokeWidth": "2px"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
},
|
30
|
+
"size36": {
|
31
|
+
"enabled": {
|
32
|
+
"root": {
|
33
|
+
"gap": "-8px"
|
34
|
+
},
|
35
|
+
"item": {
|
36
|
+
"strokeWidth": "3px"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"size48": {
|
41
|
+
"enabled": {
|
42
|
+
"root": {
|
43
|
+
"gap": "-10px"
|
44
|
+
},
|
45
|
+
"item": {
|
46
|
+
"strokeWidth": "4px"
|
47
|
+
}
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"size64": {
|
51
|
+
"enabled": {
|
52
|
+
"root": {
|
53
|
+
"gap": "-10px"
|
54
|
+
},
|
55
|
+
"item": {
|
56
|
+
"strokeWidth": "4px"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"item": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
6
|
+
"strokeColor": "var(--seed-v3-color-bg-layer-default)"
|
7
|
+
}
|
8
|
+
}
|
9
|
+
},
|
10
|
+
"size20": {
|
11
|
+
"enabled": {
|
12
|
+
"root": {
|
13
|
+
"gap": "-5px"
|
14
|
+
},
|
15
|
+
"item": {
|
16
|
+
"strokeWidth": "2px"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"size24": {
|
21
|
+
"enabled": {
|
22
|
+
"root": {
|
23
|
+
"gap": "-6px"
|
24
|
+
},
|
25
|
+
"item": {
|
26
|
+
"strokeWidth": "2px"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
},
|
30
|
+
"size36": {
|
31
|
+
"enabled": {
|
32
|
+
"root": {
|
33
|
+
"gap": "-8px"
|
34
|
+
},
|
35
|
+
"item": {
|
36
|
+
"strokeWidth": "3px"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"size48": {
|
41
|
+
"enabled": {
|
42
|
+
"root": {
|
43
|
+
"gap": "-10px"
|
44
|
+
},
|
45
|
+
"item": {
|
46
|
+
"strokeWidth": "4px"
|
47
|
+
}
|
48
|
+
}
|
49
|
+
},
|
50
|
+
"size64": {
|
51
|
+
"enabled": {
|
52
|
+
"root": {
|
53
|
+
"gap": "-10px"
|
54
|
+
},
|
55
|
+
"item": {
|
56
|
+
"strokeWidth": "4px"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)"
|
6
|
+
},
|
7
|
+
"badge": {
|
8
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
9
|
+
"color": "var(--seed-v3-color-bg-layer-default)"
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"size20": {
|
14
|
+
"enabled": {
|
15
|
+
"root": {
|
16
|
+
"size": "20px"
|
17
|
+
},
|
18
|
+
"badge": {
|
19
|
+
"size": "10px"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"size24": {
|
24
|
+
"enabled": {
|
25
|
+
"root": {
|
26
|
+
"size": "24px"
|
27
|
+
},
|
28
|
+
"badge": {
|
29
|
+
"size": "12px"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"size36": {
|
34
|
+
"enabled": {
|
35
|
+
"root": {
|
36
|
+
"size": "36px"
|
37
|
+
},
|
38
|
+
"badge": {
|
39
|
+
"size": "16px"
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"size48": {
|
44
|
+
"enabled": {
|
45
|
+
"root": {
|
46
|
+
"size": "48px"
|
47
|
+
},
|
48
|
+
"badge": {
|
49
|
+
"size": "24px"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"size64": {
|
54
|
+
"enabled": {
|
55
|
+
"root": {
|
56
|
+
"size": "64px"
|
57
|
+
},
|
58
|
+
"badge": {
|
59
|
+
"size": "24px"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"size80": {
|
64
|
+
"enabled": {
|
65
|
+
"root": {
|
66
|
+
"size": "80px"
|
67
|
+
},
|
68
|
+
"badge": {
|
69
|
+
"size": "24px"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"size96": {
|
74
|
+
"enabled": {
|
75
|
+
"root": {
|
76
|
+
"size": "96px"
|
77
|
+
},
|
78
|
+
"badge": {
|
79
|
+
"size": "32px"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)"
|
6
|
+
},
|
7
|
+
"badge": {
|
8
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
9
|
+
"color": "var(--seed-v3-color-bg-layer-default)"
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"size20": {
|
14
|
+
"enabled": {
|
15
|
+
"root": {
|
16
|
+
"size": "20px"
|
17
|
+
},
|
18
|
+
"badge": {
|
19
|
+
"size": "10px"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"size24": {
|
24
|
+
"enabled": {
|
25
|
+
"root": {
|
26
|
+
"size": "24px"
|
27
|
+
},
|
28
|
+
"badge": {
|
29
|
+
"size": "12px"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"size36": {
|
34
|
+
"enabled": {
|
35
|
+
"root": {
|
36
|
+
"size": "36px"
|
37
|
+
},
|
38
|
+
"badge": {
|
39
|
+
"size": "16px"
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"size48": {
|
44
|
+
"enabled": {
|
45
|
+
"root": {
|
46
|
+
"size": "48px"
|
47
|
+
},
|
48
|
+
"badge": {
|
49
|
+
"size": "24px"
|
50
|
+
}
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"size64": {
|
54
|
+
"enabled": {
|
55
|
+
"root": {
|
56
|
+
"size": "64px"
|
57
|
+
},
|
58
|
+
"badge": {
|
59
|
+
"size": "24px"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"size80": {
|
64
|
+
"enabled": {
|
65
|
+
"root": {
|
66
|
+
"size": "80px"
|
67
|
+
},
|
68
|
+
"badge": {
|
69
|
+
"size": "24px"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"size96": {
|
74
|
+
"enabled": {
|
75
|
+
"root": {
|
76
|
+
"size": "96px"
|
77
|
+
},
|
78
|
+
"badge": {
|
79
|
+
"size": "32px"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
}
|