-
Notifications
You must be signed in to change notification settings - Fork 0
/
figma-sds.json
410 lines (410 loc) · 14.9 KB
/
figma-sds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
{
"color": {
"$type": "color",
"black": {
"100": { "$value": "#0c0c0d0d" },
"200": { "$value": "#0c0c0d1a" },
"300": { "$value": "#0c0c0d33" },
"400": { "$value": "#0c0c0d66" },
"500": { "$value": "#0c0c0db2" },
"600": { "$value": "#0c0c0dcc" },
"700": { "$value": "#0c0c0dd9" },
"800": { "$value": "#0c0c0de5" },
"900": { "$value": "#0c0c0df2" },
"1000": { "$value": "#0c0c0d" }
},
"brand": {
"100": { "$value": "#f5f5f5" },
"200": { "$value": "#e6e6e6" },
"300": { "$value": "#d9d9d9" },
"400": { "$value": "#b3b3b3" },
"500": { "$value": "#757575" },
"600": { "$value": "#444444" },
"700": { "$value": "#383838" },
"800": { "$value": "#2c2c2c" },
"900": { "$value": "#1e1e1e" },
"1000": { "$value": "#111111" }
},
"gray": {
"100": { "$value": "#f5f5f5" },
"200": { "$value": "#e6e6e6" },
"300": { "$value": "#d9d9d9" },
"400": { "$value": "#b3b3b3" },
"500": { "$value": "#757575" },
"600": { "$value": "#444444" },
"700": { "$value": "#383838" },
"800": { "$value": "#2c2c2c" },
"900": { "$value": "#1e1e1e" },
"1000": { "$value": "#111111" }
},
"green": {
"100": { "$value": "#ebffee" },
"200": { "$value": "#cff7d3" },
"300": { "$value": "#aff4c6" },
"400": { "$value": "#85e0a3" },
"500": { "$value": "#14ae5c" },
"600": { "$value": "#009951" },
"700": { "$value": "#008043" },
"800": { "$value": "#02542d" },
"900": { "$value": "#024023" },
"1000": { "$value": "#062d1b" }
},
"pink": {
"100": { "$value": "#fcf1fd" },
"200": { "$value": "#fae1fa" },
"300": { "$value": "#f5c0ef" },
"400": { "$value": "#f19edc" },
"500": { "$value": "#ea3fb8" },
"600": { "$value": "#d732a8" },
"700": { "$value": "#ba2a92" },
"800": { "$value": "#8a226f" },
"900": { "$value": "#57184a" },
"1000": { "$value": "#3f1536" }
},
"red": {
"100": { "$value": "#fee9e7" },
"200": { "$value": "#fdd3d0" },
"300": { "$value": "#fcb3ad" },
"400": { "$value": "#f4776a" },
"500": { "$value": "#ec221f" },
"600": { "$value": "#c00f0c" },
"700": { "$value": "#900b09" },
"800": { "$value": "#690807" },
"900": { "$value": "#4d0b0a" },
"1000": { "$value": "#300603" }
},
"slate": {
"100": { "$value": "#f3f3f3" },
"200": { "$value": "#e3e3e3" },
"300": { "$value": "#cdcdcd" },
"400": { "$value": "#b2b2b2" },
"500": { "$value": "#949494" },
"600": { "$value": "#767676" },
"700": { "$value": "#5a5a5a" },
"800": { "$value": "#434343" },
"900": { "$value": "#303030" },
"1000": { "$value": "#242424" }
},
"white": {
"100": { "$value": "#ffffff0d" },
"200": { "$value": "#ffffff1a" },
"300": { "$value": "#ffffff33" },
"400": { "$value": "#ffffff66" },
"500": { "$value": "#ffffffb2" },
"600": { "$value": "#ffffffcc" },
"700": { "$value": "#ffffffd9" },
"800": { "$value": "#ffffffe5" },
"900": { "$value": "#fffffff2" },
"1000": { "$value": "#ffffff" }
},
"yellow": {
"100": { "$value": "#fffbeb" },
"200": { "$value": "#fff1c2" },
"300": { "$value": "#ffe8a3" },
"400": { "$value": "#e8b931" },
"500": { "$value": "#e5a000" },
"600": { "$value": "#bf6a02" },
"700": { "$value": "#975102" },
"800": { "$value": "#682d03" },
"900": { "$value": "#522504" },
"1000": { "$value": "#401b01" }
},
"background": {
"brand": {
"default": { "$value": "{color.brand.800}" },
"hover": { "$value": "{color.brand.900}" },
"secondary": { "$value": "{color.brand.200}" },
"secondary-hover": { "$value": "{color.brand.300}" },
"tertiary": { "$value": "{color.brand.100}" },
"tertiary-hover": { "$value": "{color.brand.200}" }
},
"danger": {
"default": { "$value": "{color.red.500}" },
"hover": { "$value": "{color.red.600}" },
"secondary": { "$value": "{color.red.200}" },
"secondary-hover": { "$value": "{color.red.300}" },
"tertiary": { "$value": "{color.red.100}" },
"tertiary-hover": { "$value": "{color.red.200}" }
},
"default": {
"default": { "$value": "{color.white.1000}" },
"hover": { "$value": "{color.gray.100}" },
"secondary": { "$value": "{color.gray.100}" },
"secondary-hover": { "$value": "{color.gray.200}" },
"tertiary": { "$value": "{color.gray.300}" },
"tertiary-hover": { "$value": "{color.gray.400}" }
},
"disabled": {
"default": { "$value": "{color.brand.300}" }
},
"neutral": {
"default": { "$value": "{color.slate.700}" },
"hover": { "$value": "{color.slate.800}" },
"secondary": { "$value": "{color.slate.300}" },
"secondary-hover": { "$value": "{color.slate.400}" },
"tertiary": { "$value": "{color.slate.200}" },
"tertiary-hover": { "$value": "{color.slate.300}" }
},
"positive": {
"default": { "$value": "{color.green.500}" },
"hover": { "$value": "{color.green.600}" },
"secondary": { "$value": "{color.green.200}" },
"secondary-hover": { "$value": "{color.green.300}" },
"tertiary": { "$value": "{color.green.100}" },
"tertiary-hover": { "$value": "{color.green.200}" }
},
"utilities": {
"blanket": { "$value": "#000000b2" },
"measurement": { "$value": "{color.pink.200}" },
"overlay": { "$value": "#00000080" },
"scrim": { "$value": "#ffffffcc" }
},
"warning": {
"default": { "$value": "{color.yellow.400}" },
"hover": { "$value": "{color.yellow.500}" },
"secondary": { "$value": "{color.yellow.200}" },
"secondary-hover": { "$value": "{color.yellow.300}" },
"tertiary": { "$value": "{color.yellow.100}" },
"tertiary-hover": { "$value": "{color.yellow.200}" }
}
},
"border": {
"brand": {
"default": { "$value": "{color.brand.800}" },
"secondary": { "$value": "{color.brand.600}" },
"tertiary": { "$value": "{color.brand.500}" }
},
"danger": {
"default": { "$value": "{color.red.700}" },
"secondary": { "$value": "{color.red.600}" },
"tertiary": { "$value": "{color.red.500}" }
},
"default": {
"default": { "$value": "{color.gray.300}" },
"secondary": { "$value": "{color.gray.500}" },
"tertiary": { "$value": "{color.gray.700}" }
},
"disabled": {
"default": { "$value": "{color.brand.400}" }
},
"neutral": {
"default": { "$value": "{color.slate.900}" },
"secondary": { "$value": "{color.slate.600}" },
"tertiary": { "$value": "{color.slate.400}" }
},
"positive": {
"default": { "$value": "{color.green.800}" },
"secondary": { "$value": "{color.green.600}" },
"tertiary": { "$value": "{color.green.500}" }
},
"utilities": {
"measurement": { "$value": "{color.pink.400}" },
"swatch": { "$value": "#0000003d" }
},
"warning": {
"default": { "$value": "{color.yellow.900}" },
"secondary": { "$value": "{color.yellow.700}" },
"tertiary": { "$value": "{color.yellow.600}" }
}
},
"icon": {
"brand": {
"default": { "$value": "{color.brand.800}" },
"on-brand": { "$value": "{color.brand.100}" },
"on-brand-secondary": { "$value": "{color.brand.900}" },
"on-brand-tertiary": { "$value": "{color.brand.800}" },
"secondary": { "$value": "{color.brand.600}" },
"tertiary": { "$value": "{color.brand.500}" }
},
"danger": {
"default": { "$value": "{color.red.700}" },
"on-danger": { "$value": "{color.red.100}" },
"on-danger-secondary": { "$value": "{color.red.700}" },
"on-danger-tertiary": { "$value": "{color.red.700}" },
"secondary": { "$value": "{color.red.600}" },
"tertiary": { "$value": "{color.red.500}" }
},
"default": {
"default": { "$value": "{color.gray.900}" },
"secondary": { "$value": "{color.gray.500}" },
"tertiary": { "$value": "{color.gray.400}" }
},
"disabled": {
"default": { "$value": "{color.brand.400}" },
"on-disabled": { "$value": "{color.brand.400}" }
},
"neutral": {
"default": { "$value": "{color.slate.900}" },
"on-neutral": { "$value": "{color.slate.100}" },
"on-neutral-secondary": { "$value": "{color.slate.900}" },
"on-neutral-tertiary": { "$value": "{color.slate.800}" },
"secondary": { "$value": "{color.slate.700}" },
"tertiary": { "$value": "{color.slate.600}" }
},
"positive": {
"default": { "$value": "{color.green.800}" },
"on-positive": { "$value": "{color.green.100}" },
"on-positive-secondary": { "$value": "{color.green.800}" },
"on-positive-tertiary": { "$value": "{color.green.900}" },
"secondary": { "$value": "{color.green.600}" },
"tertiary": { "$value": "{color.green.500}" }
},
"utilities": {
"icon": { "$value": "{color.pink.600}" },
"icon-on-measurement": { "$value": "{color.pink.800}" }
},
"warning": {
"default": { "$value": "{color.yellow.900}" },
"on-warning": { "$value": "{color.yellow.1000}" },
"on-warning-secondary": { "$value": "{color.yellow.800}" },
"on-warning-tertiary": { "$value": "{color.yellow.900}" },
"secondary": { "$value": "{color.yellow.700}" },
"tertiary": { "$value": "{color.yellow.600}" }
}
},
"text": {
"brand": {
"default": { "$value": "{color.brand.800}" },
"on-brand": { "$value": "{color.brand.100}" },
"on-brand-secondary": { "$value": "{color.brand.900}" },
"on-brand-tertiary": { "$value": "{color.brand.800}" },
"secondary": { "$value": "{color.brand.600}" },
"tertiary": { "$value": "{color.brand.500}" }
},
"danger": {
"default": { "$value": "{color.red.700}" },
"on-danger": { "$value": "{color.red.100}" },
"on-danger-secondary": { "$value": "{color.red.700}" },
"on-danger-tertiary": { "$value": "{color.red.700}" },
"secondary": { "$value": "{color.red.600}" },
"tertiary": { "$value": "{color.red.500}" }
},
"default": {
"default": { "$value": "{color.gray.900}" },
"secondary": { "$value": "{color.gray.500}" },
"tertiary": { "$value": "{color.gray.400}" }
},
"disabled": {
"default": { "$value": "{color.brand.400}" },
"on-disabled": { "$value": "{color.brand.400}" }
},
"neutral": {
"default": { "$value": "{color.slate.900}" },
"on-neutral": { "$value": "{color.slate.1000}" },
"on-neutral-secondary": { "$value": "{color.slate.100}" },
"on-neutral-tertiary": { "$value": "{color.slate.100}" },
"secondary": { "$value": "{color.slate.300}" },
"tertiary": { "$value": "{color.slate.400}" }
},
"positive": {
"default": { "$value": "{color.green.800}" },
"on-positive": { "$value": "{color.green.100}" },
"on-positive-secondary": { "$value": "{color.green.800}" },
"on-positive-tertiary": { "$value": "{color.green.800}" },
"secondary": { "$value": "{color.green.600}" },
"tertiary": { "$value": "{color.green.500}" }
},
"utilities": {
"text-on-measurement": { "$value": "{color.pink.800}" },
"text-on-overlay": { "$value": "{color.black.1000}" }
},
"warning": {
"default": { "$value": "{color.yellow.900}" },
"on-warning": { "$value": "{color.yellow.1000}" },
"on-warning-secondary": { "$value": "{color.yellow.800}" },
"on-warning-tertiary": { "$value": "{color.yellow.900}" },
"secondary": { "$value": "{color.yellow.700}" },
"tertiary": { "$value": "{color.yellow.600}" }
}
}
},
"size": {
"$type": "dimension",
"blur": {
"100": { "$value": "0.25rem" }
},
"depth": {
"0": { "$value": "0rem" },
"025": { "$value": "0.0625rem" },
"100": { "$value": "0.25rem" },
"200": { "$value": "0.5rem" },
"400": { "$value": "1rem" },
"800": { "$value": "2rem" },
"1200": { "$value": "3rem" },
"negative-025": { "$value": "-0.0625rem" },
"negative-100": { "$value": "-0.25rem" },
"negative-200": { "$value": "-0.5rem" },
"negative-400": { "$value": "-1rem" },
"negative-800": { "$value": "-2rem" },
"negative-1200": { "$value": "-3rem" }
},
"icon": {
"small": { "$value": "1.5rem" },
"medium": { "$value": "2rem" },
"large": { "$value": "2.5rem" }
},
"radius": {
"100": { "$value": "0.25rem" },
"200": { "$value": "0.5rem" },
"400": { "$value": "1rem" },
"full": { "$value": "624.9375rem" }
},
"space": {
"0": { "$value": "0rem" },
"050": { "$value": "0.125rem" },
"100": { "$value": "0.25rem" },
"150": { "$value": "0.375rem" },
"200": { "$value": "0.5rem" },
"300": { "$value": "0.75rem" },
"400": { "$value": "1rem" },
"600": { "$value": "1.5rem" },
"800": { "$value": "2rem" },
"1200": { "$value": "3rem" },
"1600": { "$value": "4rem" },
"2400": { "$value": "6rem" },
"4000": { "$value": "10rem" },
"negative-100": { "$value": "-0.25rem" },
"negative-200": { "$value": "-0.5rem" },
"negative-300": { "$value": "-0.75rem" },
"negative-400": { "$value": "-1rem" },
"negative-600": { "$value": "-1.5rem" }
},
"stroke": {
"border": { "$value": "0.0625rem" },
"focus-ring": { "$value": "0.125rem" }
}
},
"typography": {
"family": {
"$type": "fontFamily",
"mono": { "$value": ["roboto mono", "monospace"] },
"sans": { "$value": ["inter", "sans-serif"] },
"serif": { "$value": ["noto serif", "serif"] }
},
"scale": {
"$type": "dimension",
"01": { "$value": "0.75rem" },
"02": { "$value": "0.875rem" },
"03": { "$value": "1rem" },
"04": { "$value": "1.25rem" },
"05": { "$value": "1.5rem" },
"06": { "$value": "2rem" },
"07": { "$value": "2.5rem" },
"08": { "$value": "3rem" },
"09": { "$value": "4rem" },
"10": { "$value": "4.5rem" }
},
"weight": {
"$type": "fontWeight",
"thin": { "$value": 100 },
"extra-light": { "$value": 200 },
"light": { "$value": 300 },
"regular": { "$value": 400 },
"medium": { "$value": 500 },
"semi-bold": { "$value": 600 },
"bold": { "$value": 700 },
"extra-bold": { "$value": 800 },
"black": { "$value": 900 }
}
}
}