@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,223 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"sizeLarge": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"minHeight": "var(--seed-v3-dimension-s6)",
|
6
|
+
"paddingX": "var(--seed-v3-dimension-s2)",
|
7
|
+
"paddingY": "var(--seed-v3-dimension-s1)"
|
8
|
+
},
|
9
|
+
"label": {
|
10
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
11
|
+
"lineHeight": "var(--seed-v3-line-height-s2)"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"sizeMedium": {
|
16
|
+
"enabled": {
|
17
|
+
"root": {
|
18
|
+
"minHeight": "var(--seed-v3-dimension-s5)",
|
19
|
+
"paddingX": "var(--seed-v3-dimension-s1_5)",
|
20
|
+
"paddingY": "var(--seed-v3-dimension-s0_5)"
|
21
|
+
},
|
22
|
+
"label": {
|
23
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
24
|
+
"lineHeight": "var(--seed-v3-line-height-s1)"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"shapePill": {
|
29
|
+
"enabled": {
|
30
|
+
"root": {
|
31
|
+
"borderRadius": "var(--seed-v3-radius-full)"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"shapeRectangleSizeLarge": {
|
36
|
+
"enabled": {
|
37
|
+
"root": {
|
38
|
+
"borderRadius": "var(--seed-v3-radius-s1_5)"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"shapeRectangleSizeMedium": {
|
43
|
+
"enabled": {
|
44
|
+
"root": {
|
45
|
+
"borderRadius": "var(--seed-v3-radius-s1)"
|
46
|
+
}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"variantWeak": {
|
50
|
+
"enabled": {
|
51
|
+
"label": {
|
52
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"variantSolid": {
|
57
|
+
"enabled": {
|
58
|
+
"label": {
|
59
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"variantOutline": {
|
64
|
+
"enabled": {
|
65
|
+
"root": {
|
66
|
+
"strokeWidth": "1px"
|
67
|
+
},
|
68
|
+
"label": {
|
69
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"toneNeutralVariantWeak": {
|
74
|
+
"enabled": {
|
75
|
+
"root": {
|
76
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)"
|
77
|
+
},
|
78
|
+
"label": {
|
79
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"toneNeutralVariantSolid": {
|
84
|
+
"enabled": {
|
85
|
+
"root": {
|
86
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted)"
|
87
|
+
},
|
88
|
+
"label": {
|
89
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
90
|
+
}
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"toneNeutralVariantOutline": {
|
94
|
+
"enabled": {
|
95
|
+
"root": {
|
96
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)"
|
97
|
+
},
|
98
|
+
"label": {
|
99
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
100
|
+
}
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"toneBrandVariantWeak": {
|
104
|
+
"enabled": {
|
105
|
+
"root": {
|
106
|
+
"color": "var(--seed-v3-color-bg-brand-weak)"
|
107
|
+
},
|
108
|
+
"label": {
|
109
|
+
"color": "var(--seed-v3-color-fg-brand-contrast)"
|
110
|
+
}
|
111
|
+
}
|
112
|
+
},
|
113
|
+
"toneBrandVariantSolid": {
|
114
|
+
"enabled": {
|
115
|
+
"root": {
|
116
|
+
"color": "var(--seed-v3-color-bg-brand-solid)"
|
117
|
+
},
|
118
|
+
"label": {
|
119
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
120
|
+
}
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"toneBrandVariantOutline": {
|
124
|
+
"enabled": {
|
125
|
+
"root": {
|
126
|
+
"strokeColor": "var(--seed-v3-color-stroke-brand)"
|
127
|
+
},
|
128
|
+
"label": {
|
129
|
+
"color": "var(--seed-v3-color-fg-brand)"
|
130
|
+
}
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"toneInformativeVariantWeak": {
|
134
|
+
"enabled": {
|
135
|
+
"root": {
|
136
|
+
"color": "var(--seed-v3-color-bg-informative-weak)"
|
137
|
+
},
|
138
|
+
"label": {
|
139
|
+
"color": "var(--seed-v3-color-fg-informative-contrast)"
|
140
|
+
}
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"toneInformativeVariantSolid": {
|
144
|
+
"enabled": {
|
145
|
+
"root": {
|
146
|
+
"color": "var(--seed-v3-color-bg-informative-solid)"
|
147
|
+
},
|
148
|
+
"label": {
|
149
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
150
|
+
}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"toneInformativeVariantOutline": {
|
154
|
+
"enabled": {
|
155
|
+
"root": {
|
156
|
+
"strokeColor": "var(--seed-v3-color-stroke-informative)"
|
157
|
+
},
|
158
|
+
"label": {
|
159
|
+
"color": "var(--seed-v3-color-fg-informative)"
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"tonePositiveVariantWeak": {
|
164
|
+
"enabled": {
|
165
|
+
"root": {
|
166
|
+
"color": "var(--seed-v3-color-bg-positive-weak)"
|
167
|
+
},
|
168
|
+
"label": {
|
169
|
+
"color": "var(--seed-v3-color-fg-positive-contrast)"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
},
|
173
|
+
"tonePositiveVariantSolid": {
|
174
|
+
"enabled": {
|
175
|
+
"root": {
|
176
|
+
"color": "var(--seed-v3-color-bg-positive-solid)"
|
177
|
+
},
|
178
|
+
"label": {
|
179
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
180
|
+
}
|
181
|
+
}
|
182
|
+
},
|
183
|
+
"tonePositiveVariantOutline": {
|
184
|
+
"enabled": {
|
185
|
+
"root": {
|
186
|
+
"strokeColor": "var(--seed-v3-color-stroke-positive)"
|
187
|
+
},
|
188
|
+
"label": {
|
189
|
+
"color": "var(--seed-v3-color-fg-positive)"
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
"toneCriticalVariantWeak": {
|
194
|
+
"enabled": {
|
195
|
+
"root": {
|
196
|
+
"color": "var(--seed-v3-color-bg-critical-weak)"
|
197
|
+
},
|
198
|
+
"label": {
|
199
|
+
"color": "var(--seed-v3-color-fg-critical-contrast)"
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"toneCriticalVariantSolid": {
|
204
|
+
"enabled": {
|
205
|
+
"root": {
|
206
|
+
"color": "var(--seed-v3-color-bg-critical-solid)"
|
207
|
+
},
|
208
|
+
"label": {
|
209
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
210
|
+
}
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"toneCriticalVariantOutline": {
|
214
|
+
"enabled": {
|
215
|
+
"root": {
|
216
|
+
"strokeColor": "var(--seed-v3-color-stroke-critical)"
|
217
|
+
},
|
218
|
+
"label": {
|
219
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
220
|
+
}
|
221
|
+
}
|
222
|
+
}
|
223
|
+
}
|
@@ -0,0 +1,223 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"sizeLarge": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"minHeight": "var(--seed-v3-dimension-s6)",
|
6
|
+
"paddingX": "var(--seed-v3-dimension-s2)",
|
7
|
+
"paddingY": "var(--seed-v3-dimension-s1)"
|
8
|
+
},
|
9
|
+
"label": {
|
10
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
11
|
+
"lineHeight": "var(--seed-v3-line-height-s2)"
|
12
|
+
}
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"sizeMedium": {
|
16
|
+
"enabled": {
|
17
|
+
"root": {
|
18
|
+
"minHeight": "var(--seed-v3-dimension-s5)",
|
19
|
+
"paddingX": "var(--seed-v3-dimension-s1_5)",
|
20
|
+
"paddingY": "var(--seed-v3-dimension-s0_5)"
|
21
|
+
},
|
22
|
+
"label": {
|
23
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
24
|
+
"lineHeight": "var(--seed-v3-line-height-s1)"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"shapePill": {
|
29
|
+
"enabled": {
|
30
|
+
"root": {
|
31
|
+
"borderRadius": "var(--seed-v3-radius-full)"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"shapeRectangleSizeLarge": {
|
36
|
+
"enabled": {
|
37
|
+
"root": {
|
38
|
+
"borderRadius": "var(--seed-v3-radius-s1_5)"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"shapeRectangleSizeMedium": {
|
43
|
+
"enabled": {
|
44
|
+
"root": {
|
45
|
+
"borderRadius": "var(--seed-v3-radius-s1)"
|
46
|
+
}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
"variantWeak": {
|
50
|
+
"enabled": {
|
51
|
+
"label": {
|
52
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"variantSolid": {
|
57
|
+
"enabled": {
|
58
|
+
"label": {
|
59
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"variantOutline": {
|
64
|
+
"enabled": {
|
65
|
+
"root": {
|
66
|
+
"strokeWidth": "1px"
|
67
|
+
},
|
68
|
+
"label": {
|
69
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
},
|
73
|
+
"toneNeutralVariantWeak": {
|
74
|
+
"enabled": {
|
75
|
+
"root": {
|
76
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)"
|
77
|
+
},
|
78
|
+
"label": {
|
79
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"toneNeutralVariantSolid": {
|
84
|
+
"enabled": {
|
85
|
+
"root": {
|
86
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted)"
|
87
|
+
},
|
88
|
+
"label": {
|
89
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
90
|
+
}
|
91
|
+
}
|
92
|
+
},
|
93
|
+
"toneNeutralVariantOutline": {
|
94
|
+
"enabled": {
|
95
|
+
"root": {
|
96
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)"
|
97
|
+
},
|
98
|
+
"label": {
|
99
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
100
|
+
}
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"toneBrandVariantWeak": {
|
104
|
+
"enabled": {
|
105
|
+
"root": {
|
106
|
+
"color": "var(--seed-v3-color-bg-brand-weak)"
|
107
|
+
},
|
108
|
+
"label": {
|
109
|
+
"color": "var(--seed-v3-color-fg-brand-contrast)"
|
110
|
+
}
|
111
|
+
}
|
112
|
+
},
|
113
|
+
"toneBrandVariantSolid": {
|
114
|
+
"enabled": {
|
115
|
+
"root": {
|
116
|
+
"color": "var(--seed-v3-color-bg-brand-solid)"
|
117
|
+
},
|
118
|
+
"label": {
|
119
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
120
|
+
}
|
121
|
+
}
|
122
|
+
},
|
123
|
+
"toneBrandVariantOutline": {
|
124
|
+
"enabled": {
|
125
|
+
"root": {
|
126
|
+
"strokeColor": "var(--seed-v3-color-stroke-brand)"
|
127
|
+
},
|
128
|
+
"label": {
|
129
|
+
"color": "var(--seed-v3-color-fg-brand)"
|
130
|
+
}
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"toneInformativeVariantWeak": {
|
134
|
+
"enabled": {
|
135
|
+
"root": {
|
136
|
+
"color": "var(--seed-v3-color-bg-informative-weak)"
|
137
|
+
},
|
138
|
+
"label": {
|
139
|
+
"color": "var(--seed-v3-color-fg-informative-contrast)"
|
140
|
+
}
|
141
|
+
}
|
142
|
+
},
|
143
|
+
"toneInformativeVariantSolid": {
|
144
|
+
"enabled": {
|
145
|
+
"root": {
|
146
|
+
"color": "var(--seed-v3-color-bg-informative-solid)"
|
147
|
+
},
|
148
|
+
"label": {
|
149
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
150
|
+
}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"toneInformativeVariantOutline": {
|
154
|
+
"enabled": {
|
155
|
+
"root": {
|
156
|
+
"strokeColor": "var(--seed-v3-color-stroke-informative)"
|
157
|
+
},
|
158
|
+
"label": {
|
159
|
+
"color": "var(--seed-v3-color-fg-informative)"
|
160
|
+
}
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"tonePositiveVariantWeak": {
|
164
|
+
"enabled": {
|
165
|
+
"root": {
|
166
|
+
"color": "var(--seed-v3-color-bg-positive-weak)"
|
167
|
+
},
|
168
|
+
"label": {
|
169
|
+
"color": "var(--seed-v3-color-fg-positive-contrast)"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
},
|
173
|
+
"tonePositiveVariantSolid": {
|
174
|
+
"enabled": {
|
175
|
+
"root": {
|
176
|
+
"color": "var(--seed-v3-color-bg-positive-solid)"
|
177
|
+
},
|
178
|
+
"label": {
|
179
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
180
|
+
}
|
181
|
+
}
|
182
|
+
},
|
183
|
+
"tonePositiveVariantOutline": {
|
184
|
+
"enabled": {
|
185
|
+
"root": {
|
186
|
+
"strokeColor": "var(--seed-v3-color-stroke-positive)"
|
187
|
+
},
|
188
|
+
"label": {
|
189
|
+
"color": "var(--seed-v3-color-fg-positive)"
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
"toneCriticalVariantWeak": {
|
194
|
+
"enabled": {
|
195
|
+
"root": {
|
196
|
+
"color": "var(--seed-v3-color-bg-critical-weak)"
|
197
|
+
},
|
198
|
+
"label": {
|
199
|
+
"color": "var(--seed-v3-color-fg-critical-contrast)"
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"toneCriticalVariantSolid": {
|
204
|
+
"enabled": {
|
205
|
+
"root": {
|
206
|
+
"color": "var(--seed-v3-color-bg-critical-solid)"
|
207
|
+
},
|
208
|
+
"label": {
|
209
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
210
|
+
}
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"toneCriticalVariantOutline": {
|
214
|
+
"enabled": {
|
215
|
+
"root": {
|
216
|
+
"strokeColor": "var(--seed-v3-color-stroke-critical)"
|
217
|
+
},
|
218
|
+
"label": {
|
219
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
220
|
+
}
|
221
|
+
}
|
222
|
+
}
|
223
|
+
}
|
@@ -0,0 +1,61 @@
|
|
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-default)",
|
15
|
+
"cornerTopRadius": "var(--seed-v3-radius-s6)",
|
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
|
+
"gap": "var(--seed-v3-dimension-s2)",
|
23
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
24
|
+
"paddingTop": "var(--seed-v3-dimension-s6)",
|
25
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
26
|
+
},
|
27
|
+
"body": {
|
28
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)"
|
29
|
+
},
|
30
|
+
"footer": {
|
31
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
32
|
+
"paddingTop": "var(--seed-v3-dimension-s3)",
|
33
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
34
|
+
},
|
35
|
+
"title": {
|
36
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
37
|
+
"fontSize": "var(--seed-v3-font-size-s8)",
|
38
|
+
"lineHeight": "var(--seed-v3-line-height-s8)",
|
39
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
40
|
+
},
|
41
|
+
"description": {
|
42
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)",
|
43
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
44
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
45
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
46
|
+
},
|
47
|
+
"closeButton": {
|
48
|
+
"color": "var(--seed-v3-color-palette-gray-300)",
|
49
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
50
|
+
"targetSize": "44px",
|
51
|
+
"size": "28px",
|
52
|
+
"fromTop": "var(--seed-v3-dimension-s5)",
|
53
|
+
"fromRight": "var(--seed-v3-dimension-s5)"
|
54
|
+
},
|
55
|
+
"closeIcon": {
|
56
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
57
|
+
"size": "14px"
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
@@ -0,0 +1,61 @@
|
|
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-default)",
|
15
|
+
"cornerTopRadius": "var(--seed-v3-radius-s6)",
|
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
|
+
"gap": "var(--seed-v3-dimension-s2)",
|
23
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
24
|
+
"paddingTop": "var(--seed-v3-dimension-s6)",
|
25
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
26
|
+
},
|
27
|
+
"body": {
|
28
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)"
|
29
|
+
},
|
30
|
+
"footer": {
|
31
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
32
|
+
"paddingTop": "var(--seed-v3-dimension-s3)",
|
33
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
34
|
+
},
|
35
|
+
"title": {
|
36
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
37
|
+
"fontSize": "var(--seed-v3-font-size-s8)",
|
38
|
+
"lineHeight": "var(--seed-v3-line-height-s8)",
|
39
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
40
|
+
},
|
41
|
+
"description": {
|
42
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)",
|
43
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
44
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
45
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
46
|
+
},
|
47
|
+
"closeButton": {
|
48
|
+
"color": "var(--seed-v3-color-palette-gray-300)",
|
49
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
50
|
+
"targetSize": "44px",
|
51
|
+
"size": "28px",
|
52
|
+
"fromTop": "var(--seed-v3-dimension-s5)",
|
53
|
+
"fromRight": "var(--seed-v3-dimension-s5)"
|
54
|
+
},
|
55
|
+
"closeIcon": {
|
56
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
57
|
+
"size": "14px"
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|