@covalent/tokens 0.0.0-COVALENT
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 +83 -0
- package/config.json +58 -0
- package/package.json +25 -0
- package/project.json +28 -0
- package/src/color/code.json +24 -0
- package/src/color/covalent-m3.json +4082 -0
- package/src/color/deprecated/base.json +118 -0
- package/src/color/deprecated/surface.json +234 -0
- package/src/color/deprecated/teradata.json +57 -0
- package/src/color/deprecated/text.json +128 -0
- package/src/color/material.json +276 -0
- package/src/typography.json +109 -0
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
{
|
|
2
|
+
"material": {
|
|
3
|
+
"red-50": { "value": "#ffebee", "type": "color" },
|
|
4
|
+
"red-100": { "value": "#ffcdd2", "type": "color" },
|
|
5
|
+
"red-200": { "value": "#ef9a9a", "type": "color" },
|
|
6
|
+
"red-300": { "value": "#e57373", "type": "color" },
|
|
7
|
+
"red-400": { "value": "#ef5350", "type": "color" },
|
|
8
|
+
"red-500": { "value": "#f44336", "type": "color" },
|
|
9
|
+
"red-600": { "value": "#e53935", "type": "color" },
|
|
10
|
+
"red-700": { "value": "#d32f2f", "type": "color" },
|
|
11
|
+
"red-800": { "value": "#c62828", "type": "color" },
|
|
12
|
+
"red-900": { "value": "#b71c1c", "type": "color" },
|
|
13
|
+
"red-a100": { "value": "#ff8a80", "type": "color" },
|
|
14
|
+
"red-a200": { "value": "#ff5252", "type": "color" },
|
|
15
|
+
"red-a400": { "value": "#ff1744", "type": "color" },
|
|
16
|
+
"red-a700": { "value": "#d50000", "type": "color" },
|
|
17
|
+
|
|
18
|
+
"pink-50": { "value": "#fce4ec", "type": "color" },
|
|
19
|
+
"pink-100": { "value": "#f8bbd0", "type": "color" },
|
|
20
|
+
"pink-200": { "value": "#f48fb1", "type": "color" },
|
|
21
|
+
"pink-300": { "value": "#f06292", "type": "color" },
|
|
22
|
+
"pink-400": { "value": "#ec407a", "type": "color" },
|
|
23
|
+
"pink-500": { "value": "#e91e63", "type": "color" },
|
|
24
|
+
"pink-600": { "value": "#d81b60", "type": "color" },
|
|
25
|
+
"pink-700": { "value": "#c2185b", "type": "color" },
|
|
26
|
+
"pink-800": { "value": "#ad1457", "type": "color" },
|
|
27
|
+
"pink-900": { "value": "#880e4f", "type": "color" },
|
|
28
|
+
"pink-a100": { "value": "#ff80ab", "type": "color" },
|
|
29
|
+
"pink-a200": { "value": "#ff4081", "type": "color" },
|
|
30
|
+
"pink-a400": { "value": "#f50057", "type": "color" },
|
|
31
|
+
"pink-a700": { "value": "#c51162", "type": "color" },
|
|
32
|
+
|
|
33
|
+
"purple-50": { "value": "#f3e5f5", "type": "color" },
|
|
34
|
+
"purple-100": { "value": "#e1bee7", "type": "color" },
|
|
35
|
+
"purple-200": { "value": "#ce93d8", "type": "color" },
|
|
36
|
+
"purple-300": { "value": "#ba68c8", "type": "color" },
|
|
37
|
+
"purple-400": { "value": "#ab47bc", "type": "color" },
|
|
38
|
+
"purple-500": { "value": "#9c27b0", "type": "color" },
|
|
39
|
+
"purple-600": { "value": "#8e24aa", "type": "color" },
|
|
40
|
+
"purple-700": { "value": "#7b1fa2", "type": "color" },
|
|
41
|
+
"purple-800": { "value": "#6a1b9a", "type": "color" },
|
|
42
|
+
"purple-900": { "value": "#4a148c", "type": "color" },
|
|
43
|
+
"purple-a100": { "value": "#ea80fc", "type": "color" },
|
|
44
|
+
"purple-a200": { "value": "#e040fb", "type": "color" },
|
|
45
|
+
"purple-a400": { "value": "#d500f9", "type": "color" },
|
|
46
|
+
"purple-a700": { "value": "#a0f", "type": "color" },
|
|
47
|
+
|
|
48
|
+
"deep-purple-50": { "value": "#ede7f6", "type": "color" },
|
|
49
|
+
"deep-purple-100": { "value": "#d1c4e9", "type": "color" },
|
|
50
|
+
"deep-purple-200": { "value": "#b39ddb", "type": "color" },
|
|
51
|
+
"deep-purple-300": { "value": "#9575cd", "type": "color" },
|
|
52
|
+
"deep-purple-400": { "value": "#7e57c2", "type": "color" },
|
|
53
|
+
"deep-purple-500": { "value": "#673ab7", "type": "color" },
|
|
54
|
+
"deep-purple-600": { "value": "#5e35b1", "type": "color" },
|
|
55
|
+
"deep-purple-700": { "value": "#512da8", "type": "color" },
|
|
56
|
+
"deep-purple-800": { "value": "#4527a0", "type": "color" },
|
|
57
|
+
"deep-purple-900": { "value": "#311b92", "type": "color" },
|
|
58
|
+
"deep-purple-a100": { "value": "#b388ff", "type": "color" },
|
|
59
|
+
"deep-purple-a200": { "value": "#7c4dff", "type": "color" },
|
|
60
|
+
"deep-purple-a400": { "value": "#651fff", "type": "color" },
|
|
61
|
+
"deep-purple-a700": { "value": "#6200ea", "type": "color" },
|
|
62
|
+
|
|
63
|
+
"indigo-50": { "value": "#e8eaf6", "type": "color" },
|
|
64
|
+
"indigo-100": { "value": "#c5cae9", "type": "color" },
|
|
65
|
+
"indigo-200": { "value": "#9fa8da", "type": "color" },
|
|
66
|
+
"indigo-300": { "value": "#7986cb", "type": "color" },
|
|
67
|
+
"indigo-400": { "value": "#5c6bc0", "type": "color" },
|
|
68
|
+
"indigo-500": { "value": "#3f51b5", "type": "color" },
|
|
69
|
+
"indigo-600": { "value": "#3949ab", "type": "color" },
|
|
70
|
+
"indigo-700": { "value": "#303f9f", "type": "color" },
|
|
71
|
+
"indigo-800": { "value": "#283593", "type": "color" },
|
|
72
|
+
"indigo-900": { "value": "#1a237e", "type": "color" },
|
|
73
|
+
"indigo-a100": { "value": "#8c9eff", "type": "color" },
|
|
74
|
+
"indigo-a200": { "value": "#536dfe", "type": "color" },
|
|
75
|
+
"indigo-a400": { "value": "#3d5afe", "type": "color" },
|
|
76
|
+
"indigo-a700": { "value": "#304ffe", "type": "color" },
|
|
77
|
+
|
|
78
|
+
"blue-50": { "value": "#e3f2fd", "type": "color" },
|
|
79
|
+
"blue-100": { "value": "#bbdefb", "type": "color" },
|
|
80
|
+
"blue-200": { "value": "#90caf9", "type": "color" },
|
|
81
|
+
"blue-300": { "value": "#64b5f6", "type": "color" },
|
|
82
|
+
"blue-400": { "value": "#42a5f5", "type": "color" },
|
|
83
|
+
"blue-500": { "value": "#2196f3", "type": "color" },
|
|
84
|
+
"blue-600": { "value": "#1e88e5", "type": "color" },
|
|
85
|
+
"blue-700": { "value": "#1976d2", "type": "color" },
|
|
86
|
+
"blue-800": { "value": "#1565c0", "type": "color" },
|
|
87
|
+
"blue-900": { "value": "#0d47a1", "type": "color" },
|
|
88
|
+
"blue-a100": { "value": "#82b1ff", "type": "color" },
|
|
89
|
+
"blue-a200": { "value": "#448aff", "type": "color" },
|
|
90
|
+
"blue-a400": { "value": "#2979ff", "type": "color" },
|
|
91
|
+
"blue-a700": { "value": "#2962ff", "type": "color" },
|
|
92
|
+
|
|
93
|
+
"light-blue-50": { "value": "#e1f5fe", "type": "color" },
|
|
94
|
+
"light-blue-100": { "value": "#b3e5fc", "type": "color" },
|
|
95
|
+
"light-blue-200": { "value": "#81d4fa", "type": "color" },
|
|
96
|
+
"light-blue-300": { "value": "#4fc3f7", "type": "color" },
|
|
97
|
+
"light-blue-400": { "value": "#29b6f6", "type": "color" },
|
|
98
|
+
"light-blue-500": { "value": "#03a9f4", "type": "color" },
|
|
99
|
+
"light-blue-600": { "value": "#039be5", "type": "color" },
|
|
100
|
+
"light-blue-700": { "value": "#0288d1", "type": "color" },
|
|
101
|
+
"light-blue-800": { "value": "#0277bd", "type": "color" },
|
|
102
|
+
"light-blue-900": { "value": "#01579b", "type": "color" },
|
|
103
|
+
"light-blue-a100": { "value": "#80d8ff", "type": "color" },
|
|
104
|
+
"light-blue-a200": { "value": "#40c4ff", "type": "color" },
|
|
105
|
+
"light-blue-a400": { "value": "#00b0ff", "type": "color" },
|
|
106
|
+
"light-blue-a700": { "value": "#0091ea", "type": "color" },
|
|
107
|
+
|
|
108
|
+
"cyan-50": { "value": "#e0f7fa", "type": "color" },
|
|
109
|
+
"cyan-100": { "value": "#b2ebf2", "type": "color" },
|
|
110
|
+
"cyan-200": { "value": "#80deea", "type": "color" },
|
|
111
|
+
"cyan-300": { "value": "#4dd0e1", "type": "color" },
|
|
112
|
+
"cyan-400": { "value": "#26c6da", "type": "color" },
|
|
113
|
+
"cyan-500": { "value": "#00bcd4", "type": "color" },
|
|
114
|
+
"cyan-600": { "value": "#00acc1", "type": "color" },
|
|
115
|
+
"cyan-700": { "value": "#0097a7", "type": "color" },
|
|
116
|
+
"cyan-800": { "value": "#00838f", "type": "color" },
|
|
117
|
+
"cyan-900": { "value": "#006064", "type": "color" },
|
|
118
|
+
"cyan-a100": { "value": "#84ffff", "type": "color" },
|
|
119
|
+
"cyan-a200": { "value": "#18ffff", "type": "color" },
|
|
120
|
+
"cyan-a400": { "value": "#00e5ff", "type": "color" },
|
|
121
|
+
"cyan-a700": { "value": "#00b8d4", "type": "color" },
|
|
122
|
+
|
|
123
|
+
"teal-50": { "value": "#e0f2f1", "type": "color" },
|
|
124
|
+
"teal-100": { "value": "#b2dfdb", "type": "color" },
|
|
125
|
+
"teal-200": { "value": "#80cbc4", "type": "color" },
|
|
126
|
+
"teal-300": { "value": "#4db6ac", "type": "color" },
|
|
127
|
+
"teal-400": { "value": "#26a69a", "type": "color" },
|
|
128
|
+
"teal-500": { "value": "#009688", "type": "color" },
|
|
129
|
+
"teal-600": { "value": "#00897b", "type": "color" },
|
|
130
|
+
"teal-700": { "value": "#00796b", "type": "color" },
|
|
131
|
+
"teal-800": { "value": "#00695c", "type": "color" },
|
|
132
|
+
"teal-900": { "value": "#004d40", "type": "color" },
|
|
133
|
+
"teal-a100": { "value": "#a7ffeb", "type": "color" },
|
|
134
|
+
"teal-a200": { "value": "#64ffda", "type": "color" },
|
|
135
|
+
"teal-a400": { "value": "#1de9b6", "type": "color" },
|
|
136
|
+
"teal-a700": { "value": "#00bfa5", "type": "color" },
|
|
137
|
+
|
|
138
|
+
"green-50": { "value": "#e8f5e9", "type": "color" },
|
|
139
|
+
"green-100": { "value": "#c8e6c9", "type": "color" },
|
|
140
|
+
"green-200": { "value": "#a5d6a7", "type": "color" },
|
|
141
|
+
"green-300": { "value": "#81c784", "type": "color" },
|
|
142
|
+
"green-400": { "value": "#66bb6a", "type": "color" },
|
|
143
|
+
"green-500": { "value": "#4caf50", "type": "color" },
|
|
144
|
+
"green-600": { "value": "#43a047", "type": "color" },
|
|
145
|
+
"green-700": { "value": "#388e3c", "type": "color" },
|
|
146
|
+
"green-800": { "value": "#2e7d32", "type": "color" },
|
|
147
|
+
"green-900": { "value": "#1b5e20", "type": "color" },
|
|
148
|
+
"green-a100": { "value": "#b9f6ca", "type": "color" },
|
|
149
|
+
"green-a200": { "value": "#69f0ae", "type": "color" },
|
|
150
|
+
"green-a400": { "value": "#00e676", "type": "color" },
|
|
151
|
+
"green-a700": { "value": "#00c853", "type": "color" },
|
|
152
|
+
|
|
153
|
+
"light-green-50": { "value": "#f1f8e9", "type": "color" },
|
|
154
|
+
"light-green-100": { "value": "#dcedc8", "type": "color" },
|
|
155
|
+
"light-green-200": { "value": "#c5e1a5", "type": "color" },
|
|
156
|
+
"light-green-300": { "value": "#aed581", "type": "color" },
|
|
157
|
+
"light-green-400": { "value": "#9ccc65", "type": "color" },
|
|
158
|
+
"light-green-500": { "value": "#8bc34a", "type": "color" },
|
|
159
|
+
"light-green-600": { "value": "#7cb342", "type": "color" },
|
|
160
|
+
"light-green-700": { "value": "#689f38", "type": "color" },
|
|
161
|
+
"light-green-800": { "value": "#558b2f", "type": "color" },
|
|
162
|
+
"light-green-900": { "value": "#33691e", "type": "color" },
|
|
163
|
+
"light-green-a100": { "value": "#ccff90", "type": "color" },
|
|
164
|
+
"light-green-a200": { "value": "#b2ff59", "type": "color" },
|
|
165
|
+
"light-green-a400": { "value": "#76ff03", "type": "color" },
|
|
166
|
+
"light-green-a700": { "value": "#64dd17", "type": "color" },
|
|
167
|
+
|
|
168
|
+
"lime-50": { "value": "#f9fbe7", "type": "color" },
|
|
169
|
+
"lime-100": { "value": "#f0f4c3", "type": "color" },
|
|
170
|
+
"lime-200": { "value": "#e6ee9c", "type": "color" },
|
|
171
|
+
"lime-300": { "value": "#dce775", "type": "color" },
|
|
172
|
+
"lime-400": { "value": "#d4e157", "type": "color" },
|
|
173
|
+
"lime-500": { "value": "#cddc39", "type": "color" },
|
|
174
|
+
"lime-600": { "value": "#c0ca33", "type": "color" },
|
|
175
|
+
"lime-700": { "value": "#afb42b", "type": "color" },
|
|
176
|
+
"lime-800": { "value": "#9e9d24", "type": "color" },
|
|
177
|
+
"lime-900": { "value": "#827717", "type": "color" },
|
|
178
|
+
"lime-a100": { "value": "#f4ff81", "type": "color" },
|
|
179
|
+
"lime-a200": { "value": "#eeff41", "type": "color" },
|
|
180
|
+
"lime-a400": { "value": "#c6ff00", "type": "color" },
|
|
181
|
+
"lime-a700": { "value": "#aeea00", "type": "color" },
|
|
182
|
+
|
|
183
|
+
"yellow-50": { "value": "#fffde7", "type": "color" },
|
|
184
|
+
"yellow-100": { "value": "#fff9c4", "type": "color" },
|
|
185
|
+
"yellow-200": { "value": "#fff59d", "type": "color" },
|
|
186
|
+
"yellow-300": { "value": "#fff176", "type": "color" },
|
|
187
|
+
"yellow-400": { "value": "#ffee58", "type": "color" },
|
|
188
|
+
"yellow-500": { "value": "#ffeb3b", "type": "color" },
|
|
189
|
+
"yellow-600": { "value": "#fdd835", "type": "color" },
|
|
190
|
+
"yellow-700": { "value": "#fbc02d", "type": "color" },
|
|
191
|
+
"yellow-800": { "value": "#f9a825", "type": "color" },
|
|
192
|
+
"yellow-900": { "value": "#f57f17", "type": "color" },
|
|
193
|
+
"yellow-a100": { "value": "#ffff8d", "type": "color" },
|
|
194
|
+
"yellow-a200": { "value": "#ff0", "type": "color" },
|
|
195
|
+
"yellow-a400": { "value": "#ffea00", "type": "color" },
|
|
196
|
+
"yellow-a700": { "value": "#ffd600", "type": "color" },
|
|
197
|
+
|
|
198
|
+
"amber-50": { "value": "#fff8e1", "type": "color" },
|
|
199
|
+
"amber-100": { "value": "#ffecb3", "type": "color" },
|
|
200
|
+
"amber-200": { "value": "#ffe082", "type": "color" },
|
|
201
|
+
"amber-300": { "value": "#ffd54f", "type": "color" },
|
|
202
|
+
"amber-400": { "value": "#ffca28", "type": "color" },
|
|
203
|
+
"amber-500": { "value": "#ffc107", "type": "color" },
|
|
204
|
+
"amber-600": { "value": "#ffb300", "type": "color" },
|
|
205
|
+
"amber-700": { "value": "#ffa000", "type": "color" },
|
|
206
|
+
"amber-800": { "value": "#ff8f00", "type": "color" },
|
|
207
|
+
"amber-900": { "value": "#ff6f00", "type": "color" },
|
|
208
|
+
"amber-a100": { "value": "#ffe57f", "type": "color" },
|
|
209
|
+
"amber-a200": { "value": "#ffd740", "type": "color" },
|
|
210
|
+
"amber-a400": { "value": "#ffc400", "type": "color" },
|
|
211
|
+
"amber-a700": { "value": "#ffab00", "type": "color" },
|
|
212
|
+
|
|
213
|
+
"orange-50": { "value": "#fff3e0", "type": "color" },
|
|
214
|
+
"orange-100": { "value": "#ffe0b2", "type": "color" },
|
|
215
|
+
"orange-200": { "value": "#ffcc80", "type": "color" },
|
|
216
|
+
"orange-300": { "value": "#ffb74d", "type": "color" },
|
|
217
|
+
"orange-400": { "value": "#ffa726", "type": "color" },
|
|
218
|
+
"orange-500": { "value": "#ff9800", "type": "color" },
|
|
219
|
+
"orange-600": { "value": "#fb8c00", "type": "color" },
|
|
220
|
+
"orange-700": { "value": "#f57c00", "type": "color" },
|
|
221
|
+
"orange-800": { "value": "#ef6c00", "type": "color" },
|
|
222
|
+
"orange-900": { "value": "#e65100", "type": "color" },
|
|
223
|
+
"orange-a100": { "value": "#ffd180", "type": "color" },
|
|
224
|
+
"orange-a200": { "value": "#ffab40", "type": "color" },
|
|
225
|
+
"orange-a400": { "value": "#ff9100", "type": "color" },
|
|
226
|
+
"orange-a700": { "value": "#ff6d00", "type": "color" },
|
|
227
|
+
|
|
228
|
+
"deep-orange-50": { "value": "#fbe9e7", "type": "color" },
|
|
229
|
+
"deep-orange-100": { "value": "#ffccbc", "type": "color" },
|
|
230
|
+
"deep-orange-200": { "value": "#ffab91", "type": "color" },
|
|
231
|
+
"deep-orange-300": { "value": "#ff8a65", "type": "color" },
|
|
232
|
+
"deep-orange-400": { "value": "#ff7043", "type": "color" },
|
|
233
|
+
"deep-orange-500": { "value": "#ff5722", "type": "color" },
|
|
234
|
+
"deep-orange-600": { "value": "#f4511e", "type": "color" },
|
|
235
|
+
"deep-orange-700": { "value": "#e64a19", "type": "color" },
|
|
236
|
+
"deep-orange-800": { "value": "#d84315", "type": "color" },
|
|
237
|
+
"deep-orange-900": { "value": "#bf360c", "type": "color" },
|
|
238
|
+
"deep-orange-a100": { "value": "#ff9e80", "type": "color" },
|
|
239
|
+
"deep-orange-a200": { "value": "#ff6e40", "type": "color" },
|
|
240
|
+
"deep-orange-a400": { "value": "#ff3d00", "type": "color" },
|
|
241
|
+
"deep-orange-a700": { "value": "#dd2c00", "type": "color" },
|
|
242
|
+
|
|
243
|
+
"brown-50": { "value": "#efebe9", "type": "color" },
|
|
244
|
+
"brown-100": { "value": "#d7ccc8", "type": "color" },
|
|
245
|
+
"brown-200": { "value": "#bcaaa4", "type": "color" },
|
|
246
|
+
"brown-300": { "value": "#a1887f", "type": "color" },
|
|
247
|
+
"brown-400": { "value": "#8d6e63", "type": "color" },
|
|
248
|
+
"brown-500": { "value": "#795548", "type": "color" },
|
|
249
|
+
"brown-600": { "value": "#6d4c41", "type": "color" },
|
|
250
|
+
"brown-700": { "value": "#5d4037", "type": "color" },
|
|
251
|
+
"brown-800": { "value": "#4e342e", "type": "color" },
|
|
252
|
+
"brown-900": { "value": "#3e2723", "type": "color" },
|
|
253
|
+
|
|
254
|
+
"grey-50": { "value": "#fafafa", "type": "color" },
|
|
255
|
+
"grey-100": { "value": "#f5f5f5", "type": "color" },
|
|
256
|
+
"grey-200": { "value": "#eee", "type": "color" },
|
|
257
|
+
"grey-300": { "value": "#e0e0e0", "type": "color" },
|
|
258
|
+
"grey-400": { "value": "#bdbdbd", "type": "color" },
|
|
259
|
+
"grey-500": { "value": "#9e9e9e", "type": "color" },
|
|
260
|
+
"grey-600": { "value": "#757575", "type": "color" },
|
|
261
|
+
"grey-700": { "value": "#616161", "type": "color" },
|
|
262
|
+
"grey-800": { "value": "#424242", "type": "color" },
|
|
263
|
+
"grey-900": { "value": "#212121", "type": "color" },
|
|
264
|
+
|
|
265
|
+
"blue-grey-50": { "value": "#eceff1", "type": "color" },
|
|
266
|
+
"blue-grey-100": { "value": "#cfd8dc", "type": "color" },
|
|
267
|
+
"blue-grey-200": { "value": "#b0bec5", "type": "color" },
|
|
268
|
+
"blue-grey-300": { "value": "#90a4ae", "type": "color" },
|
|
269
|
+
"blue-grey-400": { "value": "#78909c", "type": "color" },
|
|
270
|
+
"blue-grey-500": { "value": "#607d8b", "type": "color" },
|
|
271
|
+
"blue-grey-600": { "value": "#546e7a", "type": "color" },
|
|
272
|
+
"blue-grey-700": { "value": "#455a64", "type": "color" },
|
|
273
|
+
"blue-grey-800": { "value": "#37474f", "type": "color" },
|
|
274
|
+
"blue-grey-900": { "value": "#263238", "type": "color" }
|
|
275
|
+
}
|
|
276
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"typography": {
|
|
3
|
+
"font-family": { "value": "Arial, sans-serif", "type": "fontFamilies" },
|
|
4
|
+
|
|
5
|
+
"headline1-font-family": {
|
|
6
|
+
"value": "'Inter', sans-serif",
|
|
7
|
+
"type": "fontFamilies"
|
|
8
|
+
},
|
|
9
|
+
"headline1-font-size": { "value": "96px", "type": "fontSizes" },
|
|
10
|
+
"headline1-font-weight": { "value": "500", "type": "fontWeights" },
|
|
11
|
+
"headline1-line-height": { "value": "112px", "type": "lineHeights" },
|
|
12
|
+
|
|
13
|
+
"headline2-font-family": {
|
|
14
|
+
"value": "'Inter', sans-serif",
|
|
15
|
+
"type": "fontFamilies"
|
|
16
|
+
},
|
|
17
|
+
"headline2-font-size": { "value": "60px", "type": "fontSizes" },
|
|
18
|
+
"headline2-font-weight": { "value": "600", "type": "fontWeights" },
|
|
19
|
+
"headline2-line-height": { "value": "84px", "type": "lineHeights" },
|
|
20
|
+
|
|
21
|
+
"headline3-font-family": {
|
|
22
|
+
"value": "'Inter', sans-serif",
|
|
23
|
+
"type": "fontFamilies"
|
|
24
|
+
},
|
|
25
|
+
"headline3-font-size": { "value": "48px", "type": "fontSizes" },
|
|
26
|
+
"headline3-font-weight": { "value": "600", "type": "fontWeights" },
|
|
27
|
+
"headline3-line-height": { "value": "64px", "type": "lineHeights" },
|
|
28
|
+
|
|
29
|
+
"headline4-font-family": {
|
|
30
|
+
"value": "'Inter', sans-serif",
|
|
31
|
+
"type": "fontFamilies"
|
|
32
|
+
},
|
|
33
|
+
"headline4-font-size": { "value": "34px", "type": "fontSizes" },
|
|
34
|
+
"headline4-font-weight": { "value": "700", "type": "fontWeights" },
|
|
35
|
+
"headline4-line-height": { "value": "48px", "type": "lineHeights" },
|
|
36
|
+
|
|
37
|
+
"headline5-font-family": {
|
|
38
|
+
"value": "'Inter', sans-serif",
|
|
39
|
+
"type": "fontFamilies"
|
|
40
|
+
},
|
|
41
|
+
"headline5-font-size": { "value": "24px", "type": "fontSizes" },
|
|
42
|
+
"headline5-font-weight": { "value": "700", "type": "fontWeights" },
|
|
43
|
+
"headline5-line-height": { "value": "36px", "type": "lineHeights" },
|
|
44
|
+
|
|
45
|
+
"headline6-font-family": {
|
|
46
|
+
"value": "'Inter', sans-serif",
|
|
47
|
+
"type": "fontFamilies"
|
|
48
|
+
},
|
|
49
|
+
"headline6-font-size": { "value": "20px", "type": "fontSizes" },
|
|
50
|
+
"headline6-font-weight": { "value": "700", "type": "fontWeights" },
|
|
51
|
+
"headline6-line-height": { "value": "28px", "type": "lineHeights" },
|
|
52
|
+
|
|
53
|
+
"subtitle1-font-family": {
|
|
54
|
+
"value": "'Inter', sans-serif",
|
|
55
|
+
"type": "fontFamilies"
|
|
56
|
+
},
|
|
57
|
+
"subtitle1-font-size": { "value": "14px", "type": "fontSizes" },
|
|
58
|
+
"subtitle1-font-weight": { "value": "600", "type": "fontWeights" },
|
|
59
|
+
"subtitle1-line-height": { "value": "20px", "type": "lineHeights" },
|
|
60
|
+
|
|
61
|
+
"subtitle2-font-family": {
|
|
62
|
+
"value": "'Inter', sans-serif",
|
|
63
|
+
"type": "fontFamilies"
|
|
64
|
+
},
|
|
65
|
+
"subtitle2-font-size": { "value": "16px", "type": "fontSizes" },
|
|
66
|
+
"subtitle2-font-weight": { "value": "600", "type": "fontWeights" },
|
|
67
|
+
"subtitle2-line-height": { "value": "24px", "type": "lineHeights" },
|
|
68
|
+
|
|
69
|
+
"body1-font-family": {
|
|
70
|
+
"value": "{typography.font-family}",
|
|
71
|
+
"type": "fontFamilies"
|
|
72
|
+
},
|
|
73
|
+
"body1-font-size": { "value": "16px", "type": "fontSizes" },
|
|
74
|
+
"body1-font-weight": { "value": "400", "type": "fontWeights" },
|
|
75
|
+
"body1-line-height": { "value": "24px", "type": "lineHeights" },
|
|
76
|
+
|
|
77
|
+
"body2-font-family": {
|
|
78
|
+
"value": "{typography.font-family}",
|
|
79
|
+
"type": "fontFamilies"
|
|
80
|
+
},
|
|
81
|
+
"body2-font-size": { "value": "14px", "type": "fontSizes" },
|
|
82
|
+
"body2-font-weight": { "value": "400", "type": "fontWeights" },
|
|
83
|
+
"body2-line-height": { "value": "20px", "type": "lineHeights" },
|
|
84
|
+
|
|
85
|
+
"button-font-family": {
|
|
86
|
+
"value": "'Inter', sans-serif",
|
|
87
|
+
"type": "fontFamilies"
|
|
88
|
+
},
|
|
89
|
+
"button-font-size": { "value": "14px", "type": "fontSizes" },
|
|
90
|
+
"button-font-weight": { "value": "600", "type": "fontWeights" },
|
|
91
|
+
"button-line-height": { "value": "16px", "type": "lineHeights" },
|
|
92
|
+
|
|
93
|
+
"caption-font-family": {
|
|
94
|
+
"value": "{typography.font-family}",
|
|
95
|
+
"type": "fontFamilies"
|
|
96
|
+
},
|
|
97
|
+
"caption-font-size": { "value": "12px", "type": "fontSizes" },
|
|
98
|
+
"caption-font-weight": { "value": "400", "type": "fontWeights" },
|
|
99
|
+
"caption-line-height": { "value": "16px", "type": "lineHeights" },
|
|
100
|
+
|
|
101
|
+
"code-font-family": {
|
|
102
|
+
"value": "Menlo",
|
|
103
|
+
"type": "fontFamilies"
|
|
104
|
+
},
|
|
105
|
+
"code-font-size": { "value": "12px", "type": "fontSizes" },
|
|
106
|
+
"code-font-weight": { "value": "400", "type": "fontWeights" },
|
|
107
|
+
"code-line-height": { "value": "20px", "type": "lineHeights" }
|
|
108
|
+
}
|
|
109
|
+
}
|