@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,86 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"themeCupertino": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"minHeight": "44px",
|
6
|
+
"paddingX": "var(--seed-v3-dimension-s4)"
|
7
|
+
},
|
8
|
+
"icon": {
|
9
|
+
"size": "24px",
|
10
|
+
"targetSize": "40px"
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
"themeAndroid": {
|
15
|
+
"enabled": {
|
16
|
+
"root": {
|
17
|
+
"minHeight": "56px",
|
18
|
+
"paddingX": "var(--seed-v3-dimension-s4)"
|
19
|
+
},
|
20
|
+
"icon": {
|
21
|
+
"size": "24px",
|
22
|
+
"targetSize": "40px"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"toneLayer": {
|
27
|
+
"enabled": {
|
28
|
+
"root": {
|
29
|
+
"color": "var(--seed-v3-color-bg-layer-default)"
|
30
|
+
},
|
31
|
+
"title": {
|
32
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
33
|
+
},
|
34
|
+
"subtitle": {
|
35
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
36
|
+
},
|
37
|
+
"icon": {
|
38
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"toneTransparent": {
|
43
|
+
"enabled": {
|
44
|
+
"root": {
|
45
|
+
"color": "#00000000"
|
46
|
+
},
|
47
|
+
"title": {
|
48
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
49
|
+
},
|
50
|
+
"subtitle": {
|
51
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
52
|
+
},
|
53
|
+
"icon": {
|
54
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
55
|
+
}
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"dividerTrue": {
|
59
|
+
"enabled": {
|
60
|
+
"root": {
|
61
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral-muted)",
|
62
|
+
"strokeWidth": "1px"
|
63
|
+
}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"titleLayoutTitleOnly": {
|
67
|
+
"enabled": {
|
68
|
+
"title": {
|
69
|
+
"fontSize": "var(--seed-v3-font-size-s6-static)",
|
70
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"titleLayoutWithSubtitle": {
|
75
|
+
"enabled": {
|
76
|
+
"title": {
|
77
|
+
"fontSize": "var(--seed-v3-font-size-s5-static)",
|
78
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
79
|
+
},
|
80
|
+
"subtitle": {
|
81
|
+
"fontSize": "var(--seed-v3-font-size-s2-static)",
|
82
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
@@ -0,0 +1,86 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"themeCupertino": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"minHeight": "44px",
|
6
|
+
"paddingX": "var(--seed-v3-dimension-s4)"
|
7
|
+
},
|
8
|
+
"icon": {
|
9
|
+
"size": "24px",
|
10
|
+
"targetSize": "40px"
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
"themeAndroid": {
|
15
|
+
"enabled": {
|
16
|
+
"root": {
|
17
|
+
"minHeight": "56px",
|
18
|
+
"paddingX": "var(--seed-v3-dimension-s4)"
|
19
|
+
},
|
20
|
+
"icon": {
|
21
|
+
"size": "24px",
|
22
|
+
"targetSize": "40px"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"toneLayer": {
|
27
|
+
"enabled": {
|
28
|
+
"root": {
|
29
|
+
"color": "var(--seed-v3-color-bg-layer-default)"
|
30
|
+
},
|
31
|
+
"title": {
|
32
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
33
|
+
},
|
34
|
+
"subtitle": {
|
35
|
+
"color": "var(--seed-v3-color-fg-neutral-muted)"
|
36
|
+
},
|
37
|
+
"icon": {
|
38
|
+
"color": "var(--seed-v3-color-fg-neutral)"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"toneTransparent": {
|
43
|
+
"enabled": {
|
44
|
+
"root": {
|
45
|
+
"color": "#00000000"
|
46
|
+
},
|
47
|
+
"title": {
|
48
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
49
|
+
},
|
50
|
+
"subtitle": {
|
51
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
52
|
+
},
|
53
|
+
"icon": {
|
54
|
+
"color": "var(--seed-v3-color-palette-static-white)"
|
55
|
+
}
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"dividerTrue": {
|
59
|
+
"enabled": {
|
60
|
+
"root": {
|
61
|
+
"strokeColor": "var(--seed-v3-color-stroke-neutral-muted)",
|
62
|
+
"strokeWidth": "1px"
|
63
|
+
}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"titleLayoutTitleOnly": {
|
67
|
+
"enabled": {
|
68
|
+
"title": {
|
69
|
+
"fontSize": "var(--seed-v3-font-size-s6-static)",
|
70
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"titleLayoutWithSubtitle": {
|
75
|
+
"enabled": {
|
76
|
+
"title": {
|
77
|
+
"fontSize": "var(--seed-v3-font-size-s5-static)",
|
78
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
79
|
+
},
|
80
|
+
"subtitle": {
|
81
|
+
"fontSize": "var(--seed-v3-font-size-s2-static)",
|
82
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
@@ -0,0 +1,209 @@
|
|
1
|
+
export declare const vars: {
|
2
|
+
"textStyleLabelSmallDefault": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
6
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
7
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
8
|
+
}
|
9
|
+
}
|
10
|
+
},
|
11
|
+
"textStyleLabelSmallStrong": {
|
12
|
+
"enabled": {
|
13
|
+
"root": {
|
14
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
15
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
16
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"textStyleLabelSmallStronger": {
|
21
|
+
"enabled": {
|
22
|
+
"root": {
|
23
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
24
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
25
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"textStyleLabelMediumDefault": {
|
30
|
+
"enabled": {
|
31
|
+
"root": {
|
32
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
33
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
34
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
},
|
38
|
+
"textStyleLabelMediumStrong": {
|
39
|
+
"enabled": {
|
40
|
+
"root": {
|
41
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
42
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
43
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"textStyleLabelMediumStronger": {
|
48
|
+
"enabled": {
|
49
|
+
"root": {
|
50
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
51
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
52
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"textStyleLabelLargeDefault": {
|
57
|
+
"enabled": {
|
58
|
+
"root": {
|
59
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
60
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
61
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"textStyleLabelLargeStrong": {
|
66
|
+
"enabled": {
|
67
|
+
"root": {
|
68
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
69
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
70
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"textStyleLabelLargeStronger": {
|
75
|
+
"enabled": {
|
76
|
+
"root": {
|
77
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
78
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
79
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"textStyleBodySmallDefault": {
|
84
|
+
"enabled": {
|
85
|
+
"root": {
|
86
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
87
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
88
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
89
|
+
}
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"textStyleBodySmallReadingDefault": {
|
93
|
+
"enabled": {
|
94
|
+
"root": {
|
95
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
96
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
97
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"textStyleBodySmallStrong": {
|
102
|
+
"enabled": {
|
103
|
+
"root": {
|
104
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
105
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
106
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"textStyleBodySmallStronger": {
|
111
|
+
"enabled": {
|
112
|
+
"root": {
|
113
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
114
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
115
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
116
|
+
}
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"textStyleBodyMediumDefault": {
|
120
|
+
"enabled": {
|
121
|
+
"root": {
|
122
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
123
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
124
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
125
|
+
}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"textStyleBodyMediumReadingDefault": {
|
129
|
+
"enabled": {
|
130
|
+
"root": {
|
131
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
132
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
133
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
134
|
+
}
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"textStyleBodyMediumStrong": {
|
138
|
+
"enabled": {
|
139
|
+
"root": {
|
140
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
141
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
142
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
143
|
+
}
|
144
|
+
}
|
145
|
+
},
|
146
|
+
"textStyleBodyMediumStronger": {
|
147
|
+
"enabled": {
|
148
|
+
"root": {
|
149
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
150
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
151
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
152
|
+
}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"textStyleTitleSmallDefault": {
|
156
|
+
"enabled": {
|
157
|
+
"root": {
|
158
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
159
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
160
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
161
|
+
}
|
162
|
+
}
|
163
|
+
},
|
164
|
+
"textStyleTitleMediumDefault": {
|
165
|
+
"enabled": {
|
166
|
+
"root": {
|
167
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
168
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
169
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
},
|
173
|
+
"textStyleTitleLargeDefault": {
|
174
|
+
"enabled": {
|
175
|
+
"root": {
|
176
|
+
"fontSize": "var(--seed-v3-font-size-s7)",
|
177
|
+
"lineHeight": "var(--seed-v3-line-height-s7)",
|
178
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
179
|
+
}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"textStyleHeadingSmallDefault": {
|
183
|
+
"enabled": {
|
184
|
+
"root": {
|
185
|
+
"fontSize": "var(--seed-v3-font-size-s8)",
|
186
|
+
"lineHeight": "var(--seed-v3-line-height-s8)",
|
187
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
188
|
+
}
|
189
|
+
}
|
190
|
+
},
|
191
|
+
"textStyleHeadingMediumDefault": {
|
192
|
+
"enabled": {
|
193
|
+
"root": {
|
194
|
+
"fontSize": "var(--seed-v3-font-size-s9)",
|
195
|
+
"lineHeight": "var(--seed-v3-line-height-s9)",
|
196
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
197
|
+
}
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"textStyleHeadingLargeDefault": {
|
201
|
+
"enabled": {
|
202
|
+
"root": {
|
203
|
+
"fontSize": "var(--seed-v3-font-size-s10)",
|
204
|
+
"lineHeight": "var(--seed-v3-line-height-s10)",
|
205
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
}
|
@@ -0,0 +1,209 @@
|
|
1
|
+
export const vars = {
|
2
|
+
"textStyleLabelSmallDefault": {
|
3
|
+
"enabled": {
|
4
|
+
"root": {
|
5
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
6
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
7
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
8
|
+
}
|
9
|
+
}
|
10
|
+
},
|
11
|
+
"textStyleLabelSmallStrong": {
|
12
|
+
"enabled": {
|
13
|
+
"root": {
|
14
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
15
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
16
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"textStyleLabelSmallStronger": {
|
21
|
+
"enabled": {
|
22
|
+
"root": {
|
23
|
+
"fontSize": "var(--seed-v3-font-size-s1)",
|
24
|
+
"lineHeight": "var(--seed-v3-line-height-s1)",
|
25
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"textStyleLabelMediumDefault": {
|
30
|
+
"enabled": {
|
31
|
+
"root": {
|
32
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
33
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
34
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
},
|
38
|
+
"textStyleLabelMediumStrong": {
|
39
|
+
"enabled": {
|
40
|
+
"root": {
|
41
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
42
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
43
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"textStyleLabelMediumStronger": {
|
48
|
+
"enabled": {
|
49
|
+
"root": {
|
50
|
+
"fontSize": "var(--seed-v3-font-size-s2)",
|
51
|
+
"lineHeight": "var(--seed-v3-line-height-s2)",
|
52
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"textStyleLabelLargeDefault": {
|
57
|
+
"enabled": {
|
58
|
+
"root": {
|
59
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
60
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
61
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"textStyleLabelLargeStrong": {
|
66
|
+
"enabled": {
|
67
|
+
"root": {
|
68
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
69
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
70
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"textStyleLabelLargeStronger": {
|
75
|
+
"enabled": {
|
76
|
+
"root": {
|
77
|
+
"fontSize": "var(--seed-v3-font-size-s3)",
|
78
|
+
"lineHeight": "var(--seed-v3-line-height-s3)",
|
79
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"textStyleBodySmallDefault": {
|
84
|
+
"enabled": {
|
85
|
+
"root": {
|
86
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
87
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
88
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
89
|
+
}
|
90
|
+
}
|
91
|
+
},
|
92
|
+
"textStyleBodySmallReadingDefault": {
|
93
|
+
"enabled": {
|
94
|
+
"root": {
|
95
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
96
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
97
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"textStyleBodySmallStrong": {
|
102
|
+
"enabled": {
|
103
|
+
"root": {
|
104
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
105
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
106
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"textStyleBodySmallStronger": {
|
111
|
+
"enabled": {
|
112
|
+
"root": {
|
113
|
+
"fontSize": "var(--seed-v3-font-size-s4)",
|
114
|
+
"lineHeight": "var(--seed-v3-line-height-s4)",
|
115
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
116
|
+
}
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"textStyleBodyMediumDefault": {
|
120
|
+
"enabled": {
|
121
|
+
"root": {
|
122
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
123
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
124
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
125
|
+
}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"textStyleBodyMediumReadingDefault": {
|
129
|
+
"enabled": {
|
130
|
+
"root": {
|
131
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
132
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
133
|
+
"fontWeight": "var(--seed-v3-font-weight-regular)"
|
134
|
+
}
|
135
|
+
}
|
136
|
+
},
|
137
|
+
"textStyleBodyMediumStrong": {
|
138
|
+
"enabled": {
|
139
|
+
"root": {
|
140
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
141
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
142
|
+
"fontWeight": "var(--seed-v3-font-weight-medium)"
|
143
|
+
}
|
144
|
+
}
|
145
|
+
},
|
146
|
+
"textStyleBodyMediumStronger": {
|
147
|
+
"enabled": {
|
148
|
+
"root": {
|
149
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
150
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
151
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
152
|
+
}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"textStyleTitleSmallDefault": {
|
156
|
+
"enabled": {
|
157
|
+
"root": {
|
158
|
+
"fontSize": "var(--seed-v3-font-size-s5)",
|
159
|
+
"lineHeight": "var(--seed-v3-line-height-s5)",
|
160
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
161
|
+
}
|
162
|
+
}
|
163
|
+
},
|
164
|
+
"textStyleTitleMediumDefault": {
|
165
|
+
"enabled": {
|
166
|
+
"root": {
|
167
|
+
"fontSize": "var(--seed-v3-font-size-s6)",
|
168
|
+
"lineHeight": "var(--seed-v3-line-height-s6)",
|
169
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
170
|
+
}
|
171
|
+
}
|
172
|
+
},
|
173
|
+
"textStyleTitleLargeDefault": {
|
174
|
+
"enabled": {
|
175
|
+
"root": {
|
176
|
+
"fontSize": "var(--seed-v3-font-size-s7)",
|
177
|
+
"lineHeight": "var(--seed-v3-line-height-s7)",
|
178
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
179
|
+
}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"textStyleHeadingSmallDefault": {
|
183
|
+
"enabled": {
|
184
|
+
"root": {
|
185
|
+
"fontSize": "var(--seed-v3-font-size-s8)",
|
186
|
+
"lineHeight": "var(--seed-v3-line-height-s8)",
|
187
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
188
|
+
}
|
189
|
+
}
|
190
|
+
},
|
191
|
+
"textStyleHeadingMediumDefault": {
|
192
|
+
"enabled": {
|
193
|
+
"root": {
|
194
|
+
"fontSize": "var(--seed-v3-font-size-s9)",
|
195
|
+
"lineHeight": "var(--seed-v3-line-height-s9)",
|
196
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
197
|
+
}
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"textStyleHeadingLargeDefault": {
|
201
|
+
"enabled": {
|
202
|
+
"root": {
|
203
|
+
"fontSize": "var(--seed-v3-font-size-s10)",
|
204
|
+
"lineHeight": "var(--seed-v3-line-height-s10)",
|
205
|
+
"fontWeight": "var(--seed-v3-font-weight-bold)"
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
export declare const s0_5 = "var(--seed-v3-dimension-s0_5)";
|
2
|
+
export declare const s1 = "var(--seed-v3-dimension-s1)";
|
3
|
+
export declare const s1_5 = "var(--seed-v3-dimension-s1_5)";
|
4
|
+
export declare const s2 = "var(--seed-v3-dimension-s2)";
|
5
|
+
export declare const s2_5 = "var(--seed-v3-dimension-s2_5)";
|
6
|
+
export declare const s3 = "var(--seed-v3-dimension-s3)";
|
7
|
+
export declare const s3_5 = "var(--seed-v3-dimension-s3_5)";
|
8
|
+
export declare const s4 = "var(--seed-v3-dimension-s4)";
|
9
|
+
export declare const s4_5 = "var(--seed-v3-dimension-s4_5)";
|
10
|
+
export declare const s5 = "var(--seed-v3-dimension-s5)";
|
11
|
+
export declare const s6 = "var(--seed-v3-dimension-s6)";
|
12
|
+
export declare const s7 = "var(--seed-v3-dimension-s7)";
|
13
|
+
export declare const s8 = "var(--seed-v3-dimension-s8)";
|
14
|
+
export declare const s9 = "var(--seed-v3-dimension-s9)";
|
15
|
+
export declare const s10 = "var(--seed-v3-dimension-s10)";
|
16
|
+
export declare const s12 = "var(--seed-v3-dimension-s12)";
|
17
|
+
export declare const s13 = "var(--seed-v3-dimension-s13)";
|
18
|
+
export declare const s14 = "var(--seed-v3-dimension-s14)";
|
19
|
+
export declare const s16 = "var(--seed-v3-dimension-s16)";
|
20
|
+
|
21
|
+
export * as spacingX from "./spacing-x";
|
22
|
+
export * as spacingY from "./spacing-y";
|
@@ -0,0 +1,22 @@
|
|
1
|
+
export const s0_5 = "var(--seed-v3-dimension-s0_5)";
|
2
|
+
export const s1 = "var(--seed-v3-dimension-s1)";
|
3
|
+
export const s1_5 = "var(--seed-v3-dimension-s1_5)";
|
4
|
+
export const s2 = "var(--seed-v3-dimension-s2)";
|
5
|
+
export const s2_5 = "var(--seed-v3-dimension-s2_5)";
|
6
|
+
export const s3 = "var(--seed-v3-dimension-s3)";
|
7
|
+
export const s3_5 = "var(--seed-v3-dimension-s3_5)";
|
8
|
+
export const s4 = "var(--seed-v3-dimension-s4)";
|
9
|
+
export const s4_5 = "var(--seed-v3-dimension-s4_5)";
|
10
|
+
export const s5 = "var(--seed-v3-dimension-s5)";
|
11
|
+
export const s6 = "var(--seed-v3-dimension-s6)";
|
12
|
+
export const s7 = "var(--seed-v3-dimension-s7)";
|
13
|
+
export const s8 = "var(--seed-v3-dimension-s8)";
|
14
|
+
export const s9 = "var(--seed-v3-dimension-s9)";
|
15
|
+
export const s10 = "var(--seed-v3-dimension-s10)";
|
16
|
+
export const s12 = "var(--seed-v3-dimension-s12)";
|
17
|
+
export const s13 = "var(--seed-v3-dimension-s13)";
|
18
|
+
export const s14 = "var(--seed-v3-dimension-s14)";
|
19
|
+
export const s16 = "var(--seed-v3-dimension-s16)";
|
20
|
+
|
21
|
+
export * as spacingX from "./spacing-x.mjs";
|
22
|
+
export * as spacingY from "./spacing-y.mjs";
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export declare const s1 = "var(--seed-v3-duration-s1)";
|
2
|
+
export declare const s2 = "var(--seed-v3-duration-s2)";
|
3
|
+
export declare const s3 = "var(--seed-v3-duration-s3)";
|
4
|
+
export declare const s4 = "var(--seed-v3-duration-s4)";
|
5
|
+
export declare const s5 = "var(--seed-v3-duration-s5)";
|
6
|
+
export declare const s6 = "var(--seed-v3-duration-s6)";
|
package/lib/duration.mjs
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
export const s1 = "var(--seed-v3-duration-s1)";
|
2
|
+
export const s2 = "var(--seed-v3-duration-s2)";
|
3
|
+
export const s3 = "var(--seed-v3-duration-s3)";
|
4
|
+
export const s4 = "var(--seed-v3-duration-s4)";
|
5
|
+
export const s5 = "var(--seed-v3-duration-s5)";
|
6
|
+
export const s6 = "var(--seed-v3-duration-s6)";
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare const s1 = "var(--seed-v3-font-size-s1)";
|
2
|
+
export declare const s2 = "var(--seed-v3-font-size-s2)";
|
3
|
+
export declare const s3 = "var(--seed-v3-font-size-s3)";
|
4
|
+
export declare const s4 = "var(--seed-v3-font-size-s4)";
|
5
|
+
export declare const s5 = "var(--seed-v3-font-size-s5)";
|
6
|
+
export declare const s6 = "var(--seed-v3-font-size-s6)";
|
7
|
+
export declare const s7 = "var(--seed-v3-font-size-s7)";
|
8
|
+
export declare const s8 = "var(--seed-v3-font-size-s8)";
|
9
|
+
export declare const s9 = "var(--seed-v3-font-size-s9)";
|
10
|
+
export declare const s10 = "var(--seed-v3-font-size-s10)";
|
11
|
+
export declare const s2Static = "var(--seed-v3-font-size-s2-static)";
|
12
|
+
export declare const s5Static = "var(--seed-v3-font-size-s5-static)";
|
13
|
+
export declare const s6Static = "var(--seed-v3-font-size-s6-static)";
|