@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,41 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-default)",
|
6
|
+
"minHeight": "var(--seed-v3-unit-s10)",
|
7
|
+
"cornerRadius": "var(--seed-v3-radius-s2)",
|
8
|
+
"gap": "var(--seed-v3-unit-s1)",
|
9
|
+
"paddingX": "var(--seed-v3-unit-s5)",
|
10
|
+
"paddingY": "var(--seed-v3-unit-s2_5)",
|
11
|
+
"strokeColor": "var(--seed-v3-color-palette-gray-400)",
|
12
|
+
"strokeWidth": "1px"
|
13
|
+
},
|
14
|
+
"label": {
|
15
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
16
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
17
|
+
"fontSize": "var(--seed-v3-font-size-s4)"
|
18
|
+
},
|
19
|
+
"suffixIcon": {
|
20
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
21
|
+
"size": "var(--seed-v3-unit-s3_5)"
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"pressed": {
|
25
|
+
"root": {
|
26
|
+
"color": "var(--seed-v3-color-bg-layer-default-pressed)"
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"disabled": {
|
30
|
+
"root": {
|
31
|
+
"color": "var(--seed-v3-color-bg-disabled)"
|
32
|
+
},
|
33
|
+
"label": {
|
34
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
35
|
+
},
|
36
|
+
"suffixIcon": {
|
37
|
+
"color": "var(--seed-v3-color-fg-disabled)"
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)",
|
6
|
+
"minHeight": "52px",
|
7
|
+
"cornerRadius": "var(--seed-v3-radius-s3)",
|
8
|
+
"paddingX": "var(--seed-v3-dimension-s5)",
|
9
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
10
|
+
"gap": "var(--seed-v3-dimension-s3)"
|
11
|
+
},
|
12
|
+
"label": {
|
13
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
14
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
15
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
16
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"pressed": {
|
20
|
+
"root": {
|
21
|
+
"color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)",
|
6
|
+
"minHeight": "52px",
|
7
|
+
"cornerRadius": "var(--seed-v3-radius-s3)",
|
8
|
+
"paddingX": "var(--seed-v3-dimension-s5)",
|
9
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
10
|
+
"gap": "var(--seed-v3-dimension-s3)"
|
11
|
+
},
|
12
|
+
"label": {
|
13
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
14
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
15
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
16
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"pressed": {
|
20
|
+
"root": {
|
21
|
+
"color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)",
|
6
|
+
"minHeight": "52px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-s4)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
9
|
+
"gap": "var(--seed-v3-dimension-s3_5)"
|
10
|
+
},
|
11
|
+
"prefixIcon": {
|
12
|
+
"size": "22px"
|
13
|
+
},
|
14
|
+
"label": {
|
15
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
16
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
17
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"pressed": {
|
21
|
+
"root": {
|
22
|
+
"color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"toneNeutral": {
|
27
|
+
"enabled": {
|
28
|
+
"prefixIcon": {
|
29
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
30
|
+
},
|
31
|
+
"label": {
|
32
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"toneCritical": {
|
37
|
+
"enabled": {
|
38
|
+
"prefixIcon": {
|
39
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
40
|
+
},
|
41
|
+
"label": {
|
42
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-weak)",
|
6
|
+
"minHeight": "52px",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-s4)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3_5)",
|
9
|
+
"gap": "var(--seed-v3-dimension-s3_5)"
|
10
|
+
},
|
11
|
+
"prefixIcon": {
|
12
|
+
"size": "22px"
|
13
|
+
},
|
14
|
+
"label": {
|
15
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
16
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
17
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"pressed": {
|
21
|
+
"root": {
|
22
|
+
"color": "var(--seed-v3-color-bg-neutral-weak-pressed)"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"toneNeutral": {
|
27
|
+
"enabled": {
|
28
|
+
"prefixIcon": {
|
29
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
30
|
+
},
|
31
|
+
"label": {
|
32
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"toneCritical": {
|
37
|
+
"enabled": {
|
38
|
+
"prefixIcon": {
|
39
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
40
|
+
},
|
41
|
+
"label": {
|
42
|
+
"color": "var(--seed-v3-color-fg-critical)"
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
@@ -0,0 +1,48 @@
|
|
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
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
16
|
+
"paddingY": "var(--seed-v3-dimension-s4)",
|
17
|
+
"cornerTopRadius": "var(--seed-v3-radius-s5)",
|
18
|
+
"enterDuration": "var(--seed-v3-duration-s6)",
|
19
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter-expressive)",
|
20
|
+
"exitDuration": "var(--seed-v3-duration-s4)",
|
21
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)"
|
22
|
+
},
|
23
|
+
"header": {
|
24
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
25
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
26
|
+
},
|
27
|
+
"title": {
|
28
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
29
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
30
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
31
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
32
|
+
},
|
33
|
+
"list": {
|
34
|
+
"gap": "var(--seed-v3-dimension-s2_5)"
|
35
|
+
},
|
36
|
+
"group": {
|
37
|
+
"cornerRadius": "var(--seed-v3-radius-s4)"
|
38
|
+
},
|
39
|
+
"divider": {
|
40
|
+
"strokeBottomWidth": "1px",
|
41
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)"
|
42
|
+
},
|
43
|
+
"footer": {
|
44
|
+
"paddingTop": "var(--seed-v3-dimension-s2_5)"
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
@@ -0,0 +1,48 @@
|
|
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
|
+
"paddingX": "var(--seed-v3-dimension-spacing-x-global-gutter)",
|
16
|
+
"paddingY": "var(--seed-v3-dimension-s4)",
|
17
|
+
"cornerTopRadius": "var(--seed-v3-radius-s5)",
|
18
|
+
"enterDuration": "var(--seed-v3-duration-s6)",
|
19
|
+
"enterTimingFunction": "var(--seed-v3-timing-function-enter-expressive)",
|
20
|
+
"exitDuration": "var(--seed-v3-duration-s4)",
|
21
|
+
"exitTimingFunction": "var(--seed-v3-timing-function-exit)"
|
22
|
+
},
|
23
|
+
"header": {
|
24
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
25
|
+
"paddingBottom": "var(--seed-v3-dimension-s4)"
|
26
|
+
},
|
27
|
+
"title": {
|
28
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
29
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
30
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)",
|
31
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
32
|
+
},
|
33
|
+
"list": {
|
34
|
+
"gap": "var(--seed-v3-dimension-s2_5)"
|
35
|
+
},
|
36
|
+
"group": {
|
37
|
+
"cornerRadius": "var(--seed-v3-radius-s4)"
|
38
|
+
},
|
39
|
+
"divider": {
|
40
|
+
"strokeBottomWidth": "1px",
|
41
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral)"
|
42
|
+
},
|
43
|
+
"footer": {
|
44
|
+
"paddingTop": "var(--seed-v3-dimension-s2_5)"
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
6
|
+
"shadow": "0px 2px 6px 0px #00000026"
|
7
|
+
}
|
8
|
+
}
|
9
|
+
},
|
10
|
+
"variantNeutralSolid": {
|
11
|
+
"enabled": {
|
12
|
+
"root": {
|
13
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted)"
|
14
|
+
},
|
15
|
+
"label": {
|
16
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
17
|
+
},
|
18
|
+
"prefixIcon": {
|
19
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"pressed": {
|
23
|
+
"root": {
|
24
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted-pressed)"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"variantLayerFloating": {
|
29
|
+
"enabled": {
|
30
|
+
"root": {
|
31
|
+
"color": "var(--seed-v3-color-bg-layer-floating)"
|
32
|
+
},
|
33
|
+
"label": {
|
34
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
35
|
+
},
|
36
|
+
"prefixIcon": {
|
37
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"pressed": {
|
41
|
+
"root": {
|
42
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
43
|
+
}
|
44
|
+
}
|
45
|
+
},
|
46
|
+
"sizeSmall": {
|
47
|
+
"enabled": {
|
48
|
+
"root": {
|
49
|
+
"minHeight": "40px",
|
50
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
51
|
+
"paddingX": "var(--seed-v3-dimension-s3_5)",
|
52
|
+
"paddingY": "var(--seed-v3-dimension-s2_5)"
|
53
|
+
},
|
54
|
+
"prefixIcon": {
|
55
|
+
"size": "16px"
|
56
|
+
},
|
57
|
+
"label": {
|
58
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
59
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
60
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
},
|
64
|
+
"sizeMedium": {
|
65
|
+
"enabled": {
|
66
|
+
"root": {
|
67
|
+
"minHeight": "48px",
|
68
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
69
|
+
"paddingX": "var(--seed-v3-dimension-s4)",
|
70
|
+
"paddingY": "var(--seed-v3-dimension-s3)"
|
71
|
+
},
|
72
|
+
"prefixIcon": {
|
73
|
+
"size": "16px"
|
74
|
+
},
|
75
|
+
"label": {
|
76
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
77
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
78
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
6
|
+
"shadow": "0px 2px 6px 0px #00000026"
|
7
|
+
}
|
8
|
+
}
|
9
|
+
},
|
10
|
+
"variantNeutralSolid": {
|
11
|
+
"enabled": {
|
12
|
+
"root": {
|
13
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted)"
|
14
|
+
},
|
15
|
+
"label": {
|
16
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
17
|
+
},
|
18
|
+
"prefixIcon": {
|
19
|
+
"color": "var(--seed-v3-color-fg-neutral-inverted)"
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"pressed": {
|
23
|
+
"root": {
|
24
|
+
"color": "var(--seed-v3-color-bg-neutral-inverted-pressed)"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"variantLayerFloating": {
|
29
|
+
"enabled": {
|
30
|
+
"root": {
|
31
|
+
"color": "var(--seed-v3-color-bg-layer-floating)"
|
32
|
+
},
|
33
|
+
"label": {
|
34
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
35
|
+
},
|
36
|
+
"prefixIcon": {
|
37
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"pressed": {
|
41
|
+
"root": {
|
42
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
43
|
+
}
|
44
|
+
}
|
45
|
+
},
|
46
|
+
"sizeSmall": {
|
47
|
+
"enabled": {
|
48
|
+
"root": {
|
49
|
+
"minHeight": "40px",
|
50
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
51
|
+
"paddingX": "var(--seed-v3-dimension-s3_5)",
|
52
|
+
"paddingY": "var(--seed-v3-dimension-s2_5)"
|
53
|
+
},
|
54
|
+
"prefixIcon": {
|
55
|
+
"size": "16px"
|
56
|
+
},
|
57
|
+
"label": {
|
58
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
59
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
60
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
61
|
+
}
|
62
|
+
}
|
63
|
+
},
|
64
|
+
"sizeMedium": {
|
65
|
+
"enabled": {
|
66
|
+
"root": {
|
67
|
+
"minHeight": "48px",
|
68
|
+
"gap": "var(--seed-v3-dimension-s1)",
|
69
|
+
"paddingX": "var(--seed-v3-dimension-s4)",
|
70
|
+
"paddingY": "var(--seed-v3-dimension-s3)"
|
71
|
+
},
|
72
|
+
"prefixIcon": {
|
73
|
+
"size": "16px"
|
74
|
+
},
|
75
|
+
"label": {
|
76
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
77
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
78
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
7
|
+
"size": "44px",
|
8
|
+
"shadow": "0px 2px 6px 0px #00000026"
|
9
|
+
},
|
10
|
+
"icon": {
|
11
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
12
|
+
"size": "22px"
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"pressed": {
|
16
|
+
"root": {
|
17
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-layer-floating)",
|
6
|
+
"cornerRadius": "var(--seed-v3-radius-full)",
|
7
|
+
"size": "44px",
|
8
|
+
"shadow": "0px 2px 6px 0px #00000026"
|
9
|
+
},
|
10
|
+
"icon": {
|
11
|
+
"color": "var(--seed-v3-color-fg-neutral)",
|
12
|
+
"size": "22px"
|
13
|
+
}
|
14
|
+
},
|
15
|
+
"pressed": {
|
16
|
+
"root": {
|
17
|
+
"color": "var(--seed-v3-color-bg-layer-floating-pressed)"
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"base": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"color": "var(--seed-v3-color-bg-neutral-solid)",
|
6
|
+
"cornerRadius": "var(--seed-v3-radius-s3)",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-s3)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3)"
|
9
|
+
},
|
10
|
+
"arrow": {
|
11
|
+
"color": "var(--seed-v3-color-bg-neutral-solid)",
|
12
|
+
"size": "var(--seed-v3-dimension-s2_5)"
|
13
|
+
},
|
14
|
+
"title": {
|
15
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
16
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
17
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
18
|
+
},
|
19
|
+
"description": {
|
20
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
21
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
22
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
23
|
+
},
|
24
|
+
"closeButton": {
|
25
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
26
|
+
"fromRight": "4px",
|
27
|
+
"fromTop": "4px",
|
28
|
+
"size": "14px",
|
29
|
+
"targetSize": "32px"
|
30
|
+
},
|
31
|
+
"backdrop": {
|
32
|
+
"color": "var(--seed-v3-color-bg-overlay)"
|
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-neutral-solid)",
|
6
|
+
"cornerRadius": "var(--seed-v3-radius-s3)",
|
7
|
+
"paddingX": "var(--seed-v3-dimension-s3)",
|
8
|
+
"paddingY": "var(--seed-v3-dimension-s3)"
|
9
|
+
},
|
10
|
+
"arrow": {
|
11
|
+
"color": "var(--seed-v3-color-bg-neutral-solid)",
|
12
|
+
"size": "var(--seed-v3-dimension-s2_5)"
|
13
|
+
},
|
14
|
+
"title": {
|
15
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
16
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
17
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
18
|
+
},
|
19
|
+
"description": {
|
20
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
21
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
22
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
23
|
+
},
|
24
|
+
"closeButton": {
|
25
|
+
"color": "var(--seed-v3-color-palette-static-white)",
|
26
|
+
"fromRight": "4px",
|
27
|
+
"fromTop": "4px",
|
28
|
+
"size": "14px",
|
29
|
+
"targetSize": "32px"
|
30
|
+
},
|
31
|
+
"backdrop": {
|
32
|
+
"color": "var(--seed-v3-color-bg-overlay)"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
36
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
export { vars as actionButton } from "./action-button";
|
2
|
+
export { vars as actionChip } from "./action-chip";
|
3
|
+
export { vars as actionSheetCloseButton } from "./action-sheet-close-button";
|
4
|
+
export { vars as actionSheetItem } from "./action-sheet-item";
|
5
|
+
export { vars as actionSheet } from "./action-sheet";
|
6
|
+
export { vars as avatarStack } from "./avatar-stack";
|
7
|
+
export { vars as avatar } from "./avatar";
|
8
|
+
export { vars as badge } from "./badge";
|
9
|
+
export { vars as bottomSheet } from "./bottom-sheet";
|
10
|
+
export { vars as callout } from "./callout";
|
11
|
+
export { vars as checkbox } from "./checkbox";
|
12
|
+
export { vars as chipTab } from "./chip-tab";
|
13
|
+
export { vars as chipTablist } from "./chip-tablist";
|
14
|
+
export { vars as controlChip } from "./control-chip";
|
15
|
+
export { vars as dialog } from "./dialog";
|
16
|
+
export { vars as extendedActionSheetCloseButton } from "./extended-action-sheet-close-button";
|
17
|
+
export { vars as extendedActionSheetItem } from "./extended-action-sheet-item";
|
18
|
+
export { vars as extendedActionSheet } from "./extended-action-sheet";
|
19
|
+
export { vars as extendedFab } from "./extended-fab";
|
20
|
+
export { vars as fab } from "./fab";
|
21
|
+
export { vars as helpBubble } from "./help-bubble";
|
22
|
+
export { vars as identityPlaceholder } from "./identity-placeholder";
|
23
|
+
export { vars as inlineBanner } from "./inline-banner";
|
24
|
+
export { vars as mannerTempBadge } from "./manner-temp-badge";
|
25
|
+
export { vars as progressCircle } from "./progress-circle";
|
26
|
+
export { vars as radio } from "./radio";
|
27
|
+
export { vars as reactionButton } from "./reaction-button";
|
28
|
+
export { vars as segmentedControlItem } from "./segmented-control-item";
|
29
|
+
export { vars as segmentedControl } from "./segmented-control";
|
30
|
+
export { vars as selectBox } from "./select-box";
|
31
|
+
export { vars as skeleton } from "./skeleton";
|
32
|
+
export { vars as snackbar } from "./snackbar";
|
33
|
+
export { vars as switch } from "./switch";
|
34
|
+
export { vars as tab } from "./tab";
|
35
|
+
export { vars as tablist } from "./tablist";
|
36
|
+
export { vars as textButton } from "./text-button";
|
37
|
+
export { vars as textField } from "./text-field";
|
38
|
+
export { vars as toggleButton } from "./toggle-button";
|
39
|
+
export { vars as topNavigation } from "./top-navigation";
|
40
|
+
export { vars as typography } from "./typography";
|