@correlaid/design-tokens 1.0.0
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 +111 -0
- package/build/css/variables.css +98 -0
- package/build/js/tokens.cjs +1577 -0
- package/build/js/tokens.js +107 -0
- package/build/json/tokens.json +124 -0
- package/build/scss/_variables.scss +95 -0
- package/package.json +37 -0
- package/tokens/border.json +11 -0
- package/tokens/color.json +52 -0
- package/tokens/gradient.json +6 -0
- package/tokens/shadow.json +10 -0
- package/tokens/spacing.json +15 -0
- package/tokens/typography.json +40 -0
|
@@ -0,0 +1,1577 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
module.exports = {
|
|
6
|
+
radius: {
|
|
7
|
+
sm: {
|
|
8
|
+
key: "{radius.sm}",
|
|
9
|
+
value: "0.125rem",
|
|
10
|
+
filePath: "tokens/border.json",
|
|
11
|
+
isSource: true,
|
|
12
|
+
original: {
|
|
13
|
+
value: "0.125rem",
|
|
14
|
+
key: "{radius.sm}",
|
|
15
|
+
},
|
|
16
|
+
name: "RadiusSm",
|
|
17
|
+
attributes: {
|
|
18
|
+
category: "radius",
|
|
19
|
+
type: "sm",
|
|
20
|
+
},
|
|
21
|
+
path: ["radius", "sm"],
|
|
22
|
+
},
|
|
23
|
+
base: {
|
|
24
|
+
key: "{radius.base}",
|
|
25
|
+
value: "0.25rem",
|
|
26
|
+
filePath: "tokens/border.json",
|
|
27
|
+
isSource: true,
|
|
28
|
+
original: {
|
|
29
|
+
value: "0.25rem",
|
|
30
|
+
key: "{radius.base}",
|
|
31
|
+
},
|
|
32
|
+
name: "RadiusBase",
|
|
33
|
+
attributes: {
|
|
34
|
+
category: "radius",
|
|
35
|
+
type: "base",
|
|
36
|
+
},
|
|
37
|
+
path: ["radius", "base"],
|
|
38
|
+
},
|
|
39
|
+
md: {
|
|
40
|
+
key: "{radius.md}",
|
|
41
|
+
value: "0.375rem",
|
|
42
|
+
filePath: "tokens/border.json",
|
|
43
|
+
isSource: true,
|
|
44
|
+
original: {
|
|
45
|
+
value: "0.375rem",
|
|
46
|
+
key: "{radius.md}",
|
|
47
|
+
},
|
|
48
|
+
name: "RadiusMd",
|
|
49
|
+
attributes: {
|
|
50
|
+
category: "radius",
|
|
51
|
+
type: "md",
|
|
52
|
+
},
|
|
53
|
+
path: ["radius", "md"],
|
|
54
|
+
},
|
|
55
|
+
lg: {
|
|
56
|
+
key: "{radius.lg}",
|
|
57
|
+
value: "0.5rem",
|
|
58
|
+
filePath: "tokens/border.json",
|
|
59
|
+
isSource: true,
|
|
60
|
+
original: {
|
|
61
|
+
value: "0.5rem",
|
|
62
|
+
key: "{radius.lg}",
|
|
63
|
+
},
|
|
64
|
+
name: "RadiusLg",
|
|
65
|
+
attributes: {
|
|
66
|
+
category: "radius",
|
|
67
|
+
type: "lg",
|
|
68
|
+
},
|
|
69
|
+
path: ["radius", "lg"],
|
|
70
|
+
},
|
|
71
|
+
xl: {
|
|
72
|
+
key: "{radius.xl}",
|
|
73
|
+
value: "0.75rem",
|
|
74
|
+
filePath: "tokens/border.json",
|
|
75
|
+
isSource: true,
|
|
76
|
+
original: {
|
|
77
|
+
value: "0.75rem",
|
|
78
|
+
key: "{radius.xl}",
|
|
79
|
+
},
|
|
80
|
+
name: "RadiusXl",
|
|
81
|
+
attributes: {
|
|
82
|
+
category: "radius",
|
|
83
|
+
type: "xl",
|
|
84
|
+
},
|
|
85
|
+
path: ["radius", "xl"],
|
|
86
|
+
},
|
|
87
|
+
"2xl": {
|
|
88
|
+
key: "{radius.2xl}",
|
|
89
|
+
value: "1rem",
|
|
90
|
+
filePath: "tokens/border.json",
|
|
91
|
+
isSource: true,
|
|
92
|
+
original: {
|
|
93
|
+
value: "1rem",
|
|
94
|
+
key: "{radius.2xl}",
|
|
95
|
+
},
|
|
96
|
+
name: "Radius2xl",
|
|
97
|
+
attributes: {
|
|
98
|
+
category: "radius",
|
|
99
|
+
type: "2xl",
|
|
100
|
+
},
|
|
101
|
+
path: ["radius", "2xl"],
|
|
102
|
+
},
|
|
103
|
+
full: {
|
|
104
|
+
key: "{radius.full}",
|
|
105
|
+
value: "9999px",
|
|
106
|
+
filePath: "tokens/border.json",
|
|
107
|
+
isSource: true,
|
|
108
|
+
original: {
|
|
109
|
+
value: "9999px",
|
|
110
|
+
key: "{radius.full}",
|
|
111
|
+
},
|
|
112
|
+
name: "RadiusFull",
|
|
113
|
+
attributes: {
|
|
114
|
+
category: "radius",
|
|
115
|
+
type: "full",
|
|
116
|
+
},
|
|
117
|
+
path: ["radius", "full"],
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
color: {
|
|
121
|
+
white: {
|
|
122
|
+
key: "{color.white}",
|
|
123
|
+
value: "#fff",
|
|
124
|
+
filePath: "tokens/color.json",
|
|
125
|
+
isSource: true,
|
|
126
|
+
original: {
|
|
127
|
+
value: "#fff",
|
|
128
|
+
key: "{color.white}",
|
|
129
|
+
},
|
|
130
|
+
name: "ColorWhite",
|
|
131
|
+
attributes: {
|
|
132
|
+
category: "color",
|
|
133
|
+
type: "white",
|
|
134
|
+
},
|
|
135
|
+
path: ["color", "white"],
|
|
136
|
+
},
|
|
137
|
+
primary: {
|
|
138
|
+
50: {
|
|
139
|
+
key: "{color.primary.50}",
|
|
140
|
+
value: "#eff6ff",
|
|
141
|
+
filePath: "tokens/color.json",
|
|
142
|
+
isSource: true,
|
|
143
|
+
original: {
|
|
144
|
+
value: "#eff6ff",
|
|
145
|
+
key: "{color.primary.50}",
|
|
146
|
+
},
|
|
147
|
+
name: "ColorPrimary50",
|
|
148
|
+
attributes: {
|
|
149
|
+
category: "color",
|
|
150
|
+
type: "primary",
|
|
151
|
+
item: "50",
|
|
152
|
+
},
|
|
153
|
+
path: ["color", "primary", "50"],
|
|
154
|
+
},
|
|
155
|
+
100: {
|
|
156
|
+
key: "{color.primary.100}",
|
|
157
|
+
value: "#dbeafe",
|
|
158
|
+
filePath: "tokens/color.json",
|
|
159
|
+
isSource: true,
|
|
160
|
+
original: {
|
|
161
|
+
value: "#dbeafe",
|
|
162
|
+
key: "{color.primary.100}",
|
|
163
|
+
},
|
|
164
|
+
name: "ColorPrimary100",
|
|
165
|
+
attributes: {
|
|
166
|
+
category: "color",
|
|
167
|
+
type: "primary",
|
|
168
|
+
item: "100",
|
|
169
|
+
},
|
|
170
|
+
path: ["color", "primary", "100"],
|
|
171
|
+
},
|
|
172
|
+
200: {
|
|
173
|
+
key: "{color.primary.200}",
|
|
174
|
+
value: "#bfdbfe",
|
|
175
|
+
filePath: "tokens/color.json",
|
|
176
|
+
isSource: true,
|
|
177
|
+
original: {
|
|
178
|
+
value: "#bfdbfe",
|
|
179
|
+
key: "{color.primary.200}",
|
|
180
|
+
},
|
|
181
|
+
name: "ColorPrimary200",
|
|
182
|
+
attributes: {
|
|
183
|
+
category: "color",
|
|
184
|
+
type: "primary",
|
|
185
|
+
item: "200",
|
|
186
|
+
},
|
|
187
|
+
path: ["color", "primary", "200"],
|
|
188
|
+
},
|
|
189
|
+
300: {
|
|
190
|
+
key: "{color.primary.300}",
|
|
191
|
+
value: "#93c5fd",
|
|
192
|
+
filePath: "tokens/color.json",
|
|
193
|
+
isSource: true,
|
|
194
|
+
original: {
|
|
195
|
+
value: "#93c5fd",
|
|
196
|
+
key: "{color.primary.300}",
|
|
197
|
+
},
|
|
198
|
+
name: "ColorPrimary300",
|
|
199
|
+
attributes: {
|
|
200
|
+
category: "color",
|
|
201
|
+
type: "primary",
|
|
202
|
+
item: "300",
|
|
203
|
+
},
|
|
204
|
+
path: ["color", "primary", "300"],
|
|
205
|
+
},
|
|
206
|
+
400: {
|
|
207
|
+
key: "{color.primary.400}",
|
|
208
|
+
value: "#60a5fa",
|
|
209
|
+
filePath: "tokens/color.json",
|
|
210
|
+
isSource: true,
|
|
211
|
+
original: {
|
|
212
|
+
value: "#60a5fa",
|
|
213
|
+
key: "{color.primary.400}",
|
|
214
|
+
},
|
|
215
|
+
name: "ColorPrimary400",
|
|
216
|
+
attributes: {
|
|
217
|
+
category: "color",
|
|
218
|
+
type: "primary",
|
|
219
|
+
item: "400",
|
|
220
|
+
},
|
|
221
|
+
path: ["color", "primary", "400"],
|
|
222
|
+
},
|
|
223
|
+
500: {
|
|
224
|
+
key: "{color.primary.500}",
|
|
225
|
+
value: "#1e40af",
|
|
226
|
+
filePath: "tokens/color.json",
|
|
227
|
+
isSource: true,
|
|
228
|
+
original: {
|
|
229
|
+
value: "{color.primary.800}",
|
|
230
|
+
key: "{color.primary.500}",
|
|
231
|
+
},
|
|
232
|
+
name: "ColorPrimary500",
|
|
233
|
+
attributes: {
|
|
234
|
+
category: "color",
|
|
235
|
+
type: "primary",
|
|
236
|
+
item: "500",
|
|
237
|
+
},
|
|
238
|
+
path: ["color", "primary", "500"],
|
|
239
|
+
},
|
|
240
|
+
600: {
|
|
241
|
+
key: "{color.primary.600}",
|
|
242
|
+
value: "#2563eb",
|
|
243
|
+
filePath: "tokens/color.json",
|
|
244
|
+
isSource: true,
|
|
245
|
+
original: {
|
|
246
|
+
value: "#2563eb",
|
|
247
|
+
key: "{color.primary.600}",
|
|
248
|
+
},
|
|
249
|
+
name: "ColorPrimary600",
|
|
250
|
+
attributes: {
|
|
251
|
+
category: "color",
|
|
252
|
+
type: "primary",
|
|
253
|
+
item: "600",
|
|
254
|
+
},
|
|
255
|
+
path: ["color", "primary", "600"],
|
|
256
|
+
},
|
|
257
|
+
700: {
|
|
258
|
+
key: "{color.primary.700}",
|
|
259
|
+
value: "#1d4ed8",
|
|
260
|
+
filePath: "tokens/color.json",
|
|
261
|
+
isSource: true,
|
|
262
|
+
original: {
|
|
263
|
+
value: "#1d4ed8",
|
|
264
|
+
key: "{color.primary.700}",
|
|
265
|
+
},
|
|
266
|
+
name: "ColorPrimary700",
|
|
267
|
+
attributes: {
|
|
268
|
+
category: "color",
|
|
269
|
+
type: "primary",
|
|
270
|
+
item: "700",
|
|
271
|
+
},
|
|
272
|
+
path: ["color", "primary", "700"],
|
|
273
|
+
},
|
|
274
|
+
800: {
|
|
275
|
+
key: "{color.primary.800}",
|
|
276
|
+
value: "#1e40af",
|
|
277
|
+
filePath: "tokens/color.json",
|
|
278
|
+
isSource: true,
|
|
279
|
+
original: {
|
|
280
|
+
value: "#1e40af",
|
|
281
|
+
key: "{color.primary.800}",
|
|
282
|
+
},
|
|
283
|
+
name: "ColorPrimary800",
|
|
284
|
+
attributes: {
|
|
285
|
+
category: "color",
|
|
286
|
+
type: "primary",
|
|
287
|
+
item: "800",
|
|
288
|
+
},
|
|
289
|
+
path: ["color", "primary", "800"],
|
|
290
|
+
},
|
|
291
|
+
900: {
|
|
292
|
+
key: "{color.primary.900}",
|
|
293
|
+
value: "#0f4799",
|
|
294
|
+
filePath: "tokens/color.json",
|
|
295
|
+
isSource: true,
|
|
296
|
+
original: {
|
|
297
|
+
value: "#0f4799",
|
|
298
|
+
key: "{color.primary.900}",
|
|
299
|
+
},
|
|
300
|
+
name: "ColorPrimary900",
|
|
301
|
+
attributes: {
|
|
302
|
+
category: "color",
|
|
303
|
+
type: "primary",
|
|
304
|
+
item: "900",
|
|
305
|
+
},
|
|
306
|
+
path: ["color", "primary", "900"],
|
|
307
|
+
},
|
|
308
|
+
},
|
|
309
|
+
gray: {
|
|
310
|
+
50: {
|
|
311
|
+
key: "{color.gray.50}",
|
|
312
|
+
value: "#f9fafb",
|
|
313
|
+
filePath: "tokens/color.json",
|
|
314
|
+
isSource: true,
|
|
315
|
+
original: {
|
|
316
|
+
value: "#f9fafb",
|
|
317
|
+
key: "{color.gray.50}",
|
|
318
|
+
},
|
|
319
|
+
name: "ColorGray50",
|
|
320
|
+
attributes: {
|
|
321
|
+
category: "color",
|
|
322
|
+
type: "gray",
|
|
323
|
+
item: "50",
|
|
324
|
+
},
|
|
325
|
+
path: ["color", "gray", "50"],
|
|
326
|
+
},
|
|
327
|
+
100: {
|
|
328
|
+
key: "{color.gray.100}",
|
|
329
|
+
value: "#f3f4f6",
|
|
330
|
+
filePath: "tokens/color.json",
|
|
331
|
+
isSource: true,
|
|
332
|
+
original: {
|
|
333
|
+
value: "#f3f4f6",
|
|
334
|
+
key: "{color.gray.100}",
|
|
335
|
+
},
|
|
336
|
+
name: "ColorGray100",
|
|
337
|
+
attributes: {
|
|
338
|
+
category: "color",
|
|
339
|
+
type: "gray",
|
|
340
|
+
item: "100",
|
|
341
|
+
},
|
|
342
|
+
path: ["color", "gray", "100"],
|
|
343
|
+
},
|
|
344
|
+
200: {
|
|
345
|
+
key: "{color.gray.200}",
|
|
346
|
+
value: "#e5e7eb",
|
|
347
|
+
filePath: "tokens/color.json",
|
|
348
|
+
isSource: true,
|
|
349
|
+
original: {
|
|
350
|
+
value: "#e5e7eb",
|
|
351
|
+
key: "{color.gray.200}",
|
|
352
|
+
},
|
|
353
|
+
name: "ColorGray200",
|
|
354
|
+
attributes: {
|
|
355
|
+
category: "color",
|
|
356
|
+
type: "gray",
|
|
357
|
+
item: "200",
|
|
358
|
+
},
|
|
359
|
+
path: ["color", "gray", "200"],
|
|
360
|
+
},
|
|
361
|
+
300: {
|
|
362
|
+
key: "{color.gray.300}",
|
|
363
|
+
value: "#d1d5db",
|
|
364
|
+
filePath: "tokens/color.json",
|
|
365
|
+
isSource: true,
|
|
366
|
+
original: {
|
|
367
|
+
value: "#d1d5db",
|
|
368
|
+
key: "{color.gray.300}",
|
|
369
|
+
},
|
|
370
|
+
name: "ColorGray300",
|
|
371
|
+
attributes: {
|
|
372
|
+
category: "color",
|
|
373
|
+
type: "gray",
|
|
374
|
+
item: "300",
|
|
375
|
+
},
|
|
376
|
+
path: ["color", "gray", "300"],
|
|
377
|
+
},
|
|
378
|
+
400: {
|
|
379
|
+
key: "{color.gray.400}",
|
|
380
|
+
value: "#9ca3af",
|
|
381
|
+
filePath: "tokens/color.json",
|
|
382
|
+
isSource: true,
|
|
383
|
+
original: {
|
|
384
|
+
value: "#9ca3af",
|
|
385
|
+
key: "{color.gray.400}",
|
|
386
|
+
},
|
|
387
|
+
name: "ColorGray400",
|
|
388
|
+
attributes: {
|
|
389
|
+
category: "color",
|
|
390
|
+
type: "gray",
|
|
391
|
+
item: "400",
|
|
392
|
+
},
|
|
393
|
+
path: ["color", "gray", "400"],
|
|
394
|
+
},
|
|
395
|
+
500: {
|
|
396
|
+
key: "{color.gray.500}",
|
|
397
|
+
value: "#6b7280",
|
|
398
|
+
filePath: "tokens/color.json",
|
|
399
|
+
isSource: true,
|
|
400
|
+
original: {
|
|
401
|
+
value: "#6b7280",
|
|
402
|
+
key: "{color.gray.500}",
|
|
403
|
+
},
|
|
404
|
+
name: "ColorGray500",
|
|
405
|
+
attributes: {
|
|
406
|
+
category: "color",
|
|
407
|
+
type: "gray",
|
|
408
|
+
item: "500",
|
|
409
|
+
},
|
|
410
|
+
path: ["color", "gray", "500"],
|
|
411
|
+
},
|
|
412
|
+
600: {
|
|
413
|
+
key: "{color.gray.600}",
|
|
414
|
+
value: "#4b5563",
|
|
415
|
+
filePath: "tokens/color.json",
|
|
416
|
+
isSource: true,
|
|
417
|
+
original: {
|
|
418
|
+
value: "#4b5563",
|
|
419
|
+
key: "{color.gray.600}",
|
|
420
|
+
},
|
|
421
|
+
name: "ColorGray600",
|
|
422
|
+
attributes: {
|
|
423
|
+
category: "color",
|
|
424
|
+
type: "gray",
|
|
425
|
+
item: "600",
|
|
426
|
+
},
|
|
427
|
+
path: ["color", "gray", "600"],
|
|
428
|
+
},
|
|
429
|
+
700: {
|
|
430
|
+
key: "{color.gray.700}",
|
|
431
|
+
value: "#374151",
|
|
432
|
+
filePath: "tokens/color.json",
|
|
433
|
+
isSource: true,
|
|
434
|
+
original: {
|
|
435
|
+
value: "#374151",
|
|
436
|
+
key: "{color.gray.700}",
|
|
437
|
+
},
|
|
438
|
+
name: "ColorGray700",
|
|
439
|
+
attributes: {
|
|
440
|
+
category: "color",
|
|
441
|
+
type: "gray",
|
|
442
|
+
item: "700",
|
|
443
|
+
},
|
|
444
|
+
path: ["color", "gray", "700"],
|
|
445
|
+
},
|
|
446
|
+
800: {
|
|
447
|
+
key: "{color.gray.800}",
|
|
448
|
+
value: "#1f2937",
|
|
449
|
+
filePath: "tokens/color.json",
|
|
450
|
+
isSource: true,
|
|
451
|
+
original: {
|
|
452
|
+
value: "#1f2937",
|
|
453
|
+
key: "{color.gray.800}",
|
|
454
|
+
},
|
|
455
|
+
name: "ColorGray800",
|
|
456
|
+
attributes: {
|
|
457
|
+
category: "color",
|
|
458
|
+
type: "gray",
|
|
459
|
+
item: "800",
|
|
460
|
+
},
|
|
461
|
+
path: ["color", "gray", "800"],
|
|
462
|
+
},
|
|
463
|
+
900: {
|
|
464
|
+
key: "{color.gray.900}",
|
|
465
|
+
value: "#111827",
|
|
466
|
+
filePath: "tokens/color.json",
|
|
467
|
+
isSource: true,
|
|
468
|
+
original: {
|
|
469
|
+
value: "#111827",
|
|
470
|
+
key: "{color.gray.900}",
|
|
471
|
+
},
|
|
472
|
+
name: "ColorGray900",
|
|
473
|
+
attributes: {
|
|
474
|
+
category: "color",
|
|
475
|
+
type: "gray",
|
|
476
|
+
item: "900",
|
|
477
|
+
},
|
|
478
|
+
path: ["color", "gray", "900"],
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
|
+
green: {
|
|
482
|
+
"extra-light": {
|
|
483
|
+
key: "{color.green.extra-light}",
|
|
484
|
+
value: "#e4f3e7",
|
|
485
|
+
filePath: "tokens/color.json",
|
|
486
|
+
isSource: true,
|
|
487
|
+
original: {
|
|
488
|
+
value: "#e4f3e7",
|
|
489
|
+
key: "{color.green.extra-light}",
|
|
490
|
+
},
|
|
491
|
+
name: "ColorGreenExtraLight",
|
|
492
|
+
attributes: {
|
|
493
|
+
category: "color",
|
|
494
|
+
type: "green",
|
|
495
|
+
item: "extra-light",
|
|
496
|
+
},
|
|
497
|
+
path: ["color", "green", "extra-light"],
|
|
498
|
+
},
|
|
499
|
+
light: {
|
|
500
|
+
key: "{color.green.light}",
|
|
501
|
+
value: "#c4e38a",
|
|
502
|
+
filePath: "tokens/color.json",
|
|
503
|
+
isSource: true,
|
|
504
|
+
original: {
|
|
505
|
+
value: "#c4e38a",
|
|
506
|
+
key: "{color.green.light}",
|
|
507
|
+
},
|
|
508
|
+
name: "ColorGreenLight",
|
|
509
|
+
attributes: {
|
|
510
|
+
category: "color",
|
|
511
|
+
type: "green",
|
|
512
|
+
item: "light",
|
|
513
|
+
},
|
|
514
|
+
path: ["color", "green", "light"],
|
|
515
|
+
},
|
|
516
|
+
base: {
|
|
517
|
+
key: "{color.green.base}",
|
|
518
|
+
value: "#89cc96",
|
|
519
|
+
filePath: "tokens/color.json",
|
|
520
|
+
isSource: true,
|
|
521
|
+
original: {
|
|
522
|
+
value: "#89cc96",
|
|
523
|
+
key: "{color.green.base}",
|
|
524
|
+
},
|
|
525
|
+
name: "ColorGreenBase",
|
|
526
|
+
attributes: {
|
|
527
|
+
category: "color",
|
|
528
|
+
type: "green",
|
|
529
|
+
item: "base",
|
|
530
|
+
},
|
|
531
|
+
path: ["color", "green", "base"],
|
|
532
|
+
},
|
|
533
|
+
dark: {
|
|
534
|
+
key: "{color.green.dark}",
|
|
535
|
+
value: "#26541b",
|
|
536
|
+
filePath: "tokens/color.json",
|
|
537
|
+
isSource: true,
|
|
538
|
+
original: {
|
|
539
|
+
value: "#26541b",
|
|
540
|
+
key: "{color.green.dark}",
|
|
541
|
+
},
|
|
542
|
+
name: "ColorGreenDark",
|
|
543
|
+
attributes: {
|
|
544
|
+
category: "color",
|
|
545
|
+
type: "green",
|
|
546
|
+
item: "dark",
|
|
547
|
+
},
|
|
548
|
+
path: ["color", "green", "dark"],
|
|
549
|
+
},
|
|
550
|
+
},
|
|
551
|
+
key: {
|
|
552
|
+
key: "{color.key}",
|
|
553
|
+
value: "#1e40af",
|
|
554
|
+
filePath: "tokens/color.json",
|
|
555
|
+
isSource: true,
|
|
556
|
+
original: {
|
|
557
|
+
value: "{color.primary.800}",
|
|
558
|
+
key: "{color.key}",
|
|
559
|
+
},
|
|
560
|
+
name: "ColorKey",
|
|
561
|
+
attributes: {
|
|
562
|
+
category: "color",
|
|
563
|
+
type: "key",
|
|
564
|
+
},
|
|
565
|
+
path: ["color", "key"],
|
|
566
|
+
},
|
|
567
|
+
"bg-light": {
|
|
568
|
+
key: "{color.bg-light}",
|
|
569
|
+
value: "#f2f7fd",
|
|
570
|
+
filePath: "tokens/color.json",
|
|
571
|
+
isSource: true,
|
|
572
|
+
original: {
|
|
573
|
+
value: "#f2f7fd",
|
|
574
|
+
key: "{color.bg-light}",
|
|
575
|
+
},
|
|
576
|
+
name: "ColorBgLight",
|
|
577
|
+
attributes: {
|
|
578
|
+
category: "color",
|
|
579
|
+
type: "bg-light",
|
|
580
|
+
},
|
|
581
|
+
path: ["color", "bg-light"],
|
|
582
|
+
},
|
|
583
|
+
"lab-blue-light": {
|
|
584
|
+
key: "{color.lab-blue-light}",
|
|
585
|
+
value: "#4787e5",
|
|
586
|
+
filePath: "tokens/color.json",
|
|
587
|
+
isSource: true,
|
|
588
|
+
original: {
|
|
589
|
+
value: "#4787e5",
|
|
590
|
+
key: "{color.lab-blue-light}",
|
|
591
|
+
},
|
|
592
|
+
name: "ColorLabBlueLight",
|
|
593
|
+
attributes: {
|
|
594
|
+
category: "color",
|
|
595
|
+
type: "lab-blue-light",
|
|
596
|
+
},
|
|
597
|
+
path: ["color", "lab-blue-light"],
|
|
598
|
+
},
|
|
599
|
+
"lab-blue-medium": {
|
|
600
|
+
key: "{color.lab-blue-medium}",
|
|
601
|
+
value: "#5582dc",
|
|
602
|
+
filePath: "tokens/color.json",
|
|
603
|
+
isSource: true,
|
|
604
|
+
original: {
|
|
605
|
+
value: "#5582dc",
|
|
606
|
+
key: "{color.lab-blue-medium}",
|
|
607
|
+
},
|
|
608
|
+
name: "ColorLabBlueMedium",
|
|
609
|
+
attributes: {
|
|
610
|
+
category: "color",
|
|
611
|
+
type: "lab-blue-medium",
|
|
612
|
+
},
|
|
613
|
+
path: ["color", "lab-blue-medium"],
|
|
614
|
+
},
|
|
615
|
+
"lab-blue-dark": {
|
|
616
|
+
key: "{color.lab-blue-dark}",
|
|
617
|
+
value: "#0f4799",
|
|
618
|
+
filePath: "tokens/color.json",
|
|
619
|
+
isSource: true,
|
|
620
|
+
original: {
|
|
621
|
+
value: "{color.primary.900}",
|
|
622
|
+
key: "{color.lab-blue-dark}",
|
|
623
|
+
},
|
|
624
|
+
name: "ColorLabBlueDark",
|
|
625
|
+
attributes: {
|
|
626
|
+
category: "color",
|
|
627
|
+
type: "lab-blue-dark",
|
|
628
|
+
},
|
|
629
|
+
path: ["color", "lab-blue-dark"],
|
|
630
|
+
},
|
|
631
|
+
"lab-pink-medium": {
|
|
632
|
+
key: "{color.lab-pink-medium}",
|
|
633
|
+
value: "#ffa4be",
|
|
634
|
+
filePath: "tokens/color.json",
|
|
635
|
+
isSource: true,
|
|
636
|
+
original: {
|
|
637
|
+
value: "#ffa4be",
|
|
638
|
+
key: "{color.lab-pink-medium}",
|
|
639
|
+
},
|
|
640
|
+
name: "ColorLabPinkMedium",
|
|
641
|
+
attributes: {
|
|
642
|
+
category: "color",
|
|
643
|
+
type: "lab-pink-medium",
|
|
644
|
+
},
|
|
645
|
+
path: ["color", "lab-pink-medium"],
|
|
646
|
+
},
|
|
647
|
+
"lab-pink-light": {
|
|
648
|
+
key: "{color.lab-pink-light}",
|
|
649
|
+
value: "#f6f2ff",
|
|
650
|
+
filePath: "tokens/color.json",
|
|
651
|
+
isSource: true,
|
|
652
|
+
original: {
|
|
653
|
+
value: "#f6f2ff",
|
|
654
|
+
key: "{color.lab-pink-light}",
|
|
655
|
+
},
|
|
656
|
+
name: "ColorLabPinkLight",
|
|
657
|
+
attributes: {
|
|
658
|
+
category: "color",
|
|
659
|
+
type: "lab-pink-light",
|
|
660
|
+
},
|
|
661
|
+
path: ["color", "lab-pink-light"],
|
|
662
|
+
},
|
|
663
|
+
black: {
|
|
664
|
+
key: "{color.black}",
|
|
665
|
+
value: "#111827",
|
|
666
|
+
filePath: "tokens/color.json",
|
|
667
|
+
isSource: true,
|
|
668
|
+
original: {
|
|
669
|
+
value: "{color.gray.900}",
|
|
670
|
+
key: "{color.black}",
|
|
671
|
+
},
|
|
672
|
+
name: "ColorBlack",
|
|
673
|
+
attributes: {
|
|
674
|
+
category: "color",
|
|
675
|
+
type: "black",
|
|
676
|
+
},
|
|
677
|
+
path: ["color", "black"],
|
|
678
|
+
},
|
|
679
|
+
"black-light": {
|
|
680
|
+
key: "{color.black-light}",
|
|
681
|
+
value: "#1f2937",
|
|
682
|
+
filePath: "tokens/color.json",
|
|
683
|
+
isSource: true,
|
|
684
|
+
original: {
|
|
685
|
+
value: "{color.gray.800}",
|
|
686
|
+
key: "{color.black-light}",
|
|
687
|
+
},
|
|
688
|
+
name: "ColorBlackLight",
|
|
689
|
+
attributes: {
|
|
690
|
+
category: "color",
|
|
691
|
+
type: "black-light",
|
|
692
|
+
},
|
|
693
|
+
path: ["color", "black-light"],
|
|
694
|
+
},
|
|
695
|
+
"black-muted": {
|
|
696
|
+
key: "{color.black-muted}",
|
|
697
|
+
value: "#374151",
|
|
698
|
+
filePath: "tokens/color.json",
|
|
699
|
+
isSource: true,
|
|
700
|
+
original: {
|
|
701
|
+
value: "{color.gray.700}",
|
|
702
|
+
key: "{color.black-muted}",
|
|
703
|
+
},
|
|
704
|
+
name: "ColorBlackMuted",
|
|
705
|
+
attributes: {
|
|
706
|
+
category: "color",
|
|
707
|
+
type: "black-muted",
|
|
708
|
+
},
|
|
709
|
+
path: ["color", "black-muted"],
|
|
710
|
+
},
|
|
711
|
+
"lab-muted": {
|
|
712
|
+
key: "{color.lab-muted}",
|
|
713
|
+
value: "#6f91c2",
|
|
714
|
+
filePath: "tokens/color.json",
|
|
715
|
+
isSource: true,
|
|
716
|
+
original: {
|
|
717
|
+
value: "#6f91c2",
|
|
718
|
+
key: "{color.lab-muted}",
|
|
719
|
+
},
|
|
720
|
+
name: "ColorLabMuted",
|
|
721
|
+
attributes: {
|
|
722
|
+
category: "color",
|
|
723
|
+
type: "lab-muted",
|
|
724
|
+
},
|
|
725
|
+
path: ["color", "lab-muted"],
|
|
726
|
+
},
|
|
727
|
+
"gray-muted": {
|
|
728
|
+
key: "{color.gray-muted}",
|
|
729
|
+
value: "#6b7280",
|
|
730
|
+
filePath: "tokens/color.json",
|
|
731
|
+
isSource: true,
|
|
732
|
+
original: {
|
|
733
|
+
value: "{color.gray.500}",
|
|
734
|
+
key: "{color.gray-muted}",
|
|
735
|
+
},
|
|
736
|
+
name: "ColorGrayMuted",
|
|
737
|
+
attributes: {
|
|
738
|
+
category: "color",
|
|
739
|
+
type: "gray-muted",
|
|
740
|
+
},
|
|
741
|
+
path: ["color", "gray-muted"],
|
|
742
|
+
},
|
|
743
|
+
text: {
|
|
744
|
+
key: "{color.text}",
|
|
745
|
+
value: "#1f2937",
|
|
746
|
+
filePath: "tokens/color.json",
|
|
747
|
+
isSource: true,
|
|
748
|
+
original: {
|
|
749
|
+
value: "{color.black-light}",
|
|
750
|
+
key: "{color.text}",
|
|
751
|
+
},
|
|
752
|
+
name: "ColorText",
|
|
753
|
+
attributes: {
|
|
754
|
+
category: "color",
|
|
755
|
+
type: "text",
|
|
756
|
+
},
|
|
757
|
+
path: ["color", "text"],
|
|
758
|
+
},
|
|
759
|
+
success: {
|
|
760
|
+
key: "{color.success}",
|
|
761
|
+
value: "#10b981",
|
|
762
|
+
filePath: "tokens/color.json",
|
|
763
|
+
isSource: true,
|
|
764
|
+
original: {
|
|
765
|
+
value: "#10b981",
|
|
766
|
+
key: "{color.success}",
|
|
767
|
+
},
|
|
768
|
+
name: "ColorSuccess",
|
|
769
|
+
attributes: {
|
|
770
|
+
category: "color",
|
|
771
|
+
type: "success",
|
|
772
|
+
},
|
|
773
|
+
path: ["color", "success"],
|
|
774
|
+
},
|
|
775
|
+
warning: {
|
|
776
|
+
key: "{color.warning}",
|
|
777
|
+
value: "#f59e0b",
|
|
778
|
+
filePath: "tokens/color.json",
|
|
779
|
+
isSource: true,
|
|
780
|
+
original: {
|
|
781
|
+
value: "#f59e0b",
|
|
782
|
+
key: "{color.warning}",
|
|
783
|
+
},
|
|
784
|
+
name: "ColorWarning",
|
|
785
|
+
attributes: {
|
|
786
|
+
category: "color",
|
|
787
|
+
type: "warning",
|
|
788
|
+
},
|
|
789
|
+
path: ["color", "warning"],
|
|
790
|
+
},
|
|
791
|
+
error: {
|
|
792
|
+
key: "{color.error}",
|
|
793
|
+
value: "#ef4444",
|
|
794
|
+
filePath: "tokens/color.json",
|
|
795
|
+
isSource: true,
|
|
796
|
+
original: {
|
|
797
|
+
value: "#ef4444",
|
|
798
|
+
key: "{color.error}",
|
|
799
|
+
},
|
|
800
|
+
name: "ColorError",
|
|
801
|
+
attributes: {
|
|
802
|
+
category: "color",
|
|
803
|
+
type: "error",
|
|
804
|
+
},
|
|
805
|
+
path: ["color", "error"],
|
|
806
|
+
},
|
|
807
|
+
info: {
|
|
808
|
+
key: "{color.info}",
|
|
809
|
+
value: "#1e40af",
|
|
810
|
+
filePath: "tokens/color.json",
|
|
811
|
+
isSource: true,
|
|
812
|
+
original: {
|
|
813
|
+
value: "{color.key}",
|
|
814
|
+
key: "{color.info}",
|
|
815
|
+
},
|
|
816
|
+
name: "ColorInfo",
|
|
817
|
+
attributes: {
|
|
818
|
+
category: "color",
|
|
819
|
+
type: "info",
|
|
820
|
+
},
|
|
821
|
+
path: ["color", "info"],
|
|
822
|
+
},
|
|
823
|
+
},
|
|
824
|
+
gradient: {
|
|
825
|
+
lr: {
|
|
826
|
+
key: "{gradient.lr}",
|
|
827
|
+
value:
|
|
828
|
+
"linear-gradient(to right, hsl(0deg, 0%, 100%) 0%, hsla(0deg, 0%, 100%, 0.738) 19%, hsla(0deg, 0%, 100%, 0.541) 34%, hsla(0deg, 0%, 100%, 0.382) 47%, hsla(0deg, 0%, 100%, 0.278) 56.5%, hsla(0deg, 0%, 100%, 0.194) 65%, hsla(0deg, 0%, 100%, 0.126) 73%, hsla(0deg, 0%, 100%, 0.075) 80.2%, hsla(0deg, 0%, 100%, 0.042) 86.1%, hsla(0deg, 0%, 100%, 0.021) 91%, hsla(0deg, 0%, 100%, 0.008) 95.2%, hsla(0deg, 0%, 100%, 0.002) 98.2%, hsla(0deg, 0%, 100%, 0) 100%)",
|
|
829
|
+
filePath: "tokens/gradient.json",
|
|
830
|
+
isSource: true,
|
|
831
|
+
original: {
|
|
832
|
+
value:
|
|
833
|
+
"linear-gradient(to right, hsl(0deg, 0%, 100%) 0%, hsla(0deg, 0%, 100%, 0.738) 19%, hsla(0deg, 0%, 100%, 0.541) 34%, hsla(0deg, 0%, 100%, 0.382) 47%, hsla(0deg, 0%, 100%, 0.278) 56.5%, hsla(0deg, 0%, 100%, 0.194) 65%, hsla(0deg, 0%, 100%, 0.126) 73%, hsla(0deg, 0%, 100%, 0.075) 80.2%, hsla(0deg, 0%, 100%, 0.042) 86.1%, hsla(0deg, 0%, 100%, 0.021) 91%, hsla(0deg, 0%, 100%, 0.008) 95.2%, hsla(0deg, 0%, 100%, 0.002) 98.2%, hsla(0deg, 0%, 100%, 0) 100%)",
|
|
834
|
+
key: "{gradient.lr}",
|
|
835
|
+
},
|
|
836
|
+
name: "GradientLr",
|
|
837
|
+
attributes: {
|
|
838
|
+
category: "gradient",
|
|
839
|
+
type: "lr",
|
|
840
|
+
},
|
|
841
|
+
path: ["gradient", "lr"],
|
|
842
|
+
},
|
|
843
|
+
rl: {
|
|
844
|
+
key: "{gradient.rl}",
|
|
845
|
+
value:
|
|
846
|
+
"linear-gradient(to left, hsl(0deg, 0%, 100%) 0%, hsla(0deg, 0%, 100%, 0.738) 19%, hsla(0deg, 0%, 100%, 0.541) 34%, hsla(0deg, 0%, 100%, 0.382) 47%, hsla(0deg, 0%, 100%, 0.278) 56.5%, hsla(0deg, 0%, 100%, 0.194) 65%, hsla(0deg, 0%, 100%, 0.126) 73%, hsla(0deg, 0%, 100%, 0.075) 80.2%, hsla(0deg, 0%, 100%, 0.042) 86.1%, hsla(0deg, 0%, 100%, 0.021) 91%, hsla(0deg, 0%, 100%, 0.008) 95.2%, hsla(0deg, 0%, 100%, 0.002) 98.2%, hsla(0deg, 0%, 100%, 0) 100%)",
|
|
847
|
+
filePath: "tokens/gradient.json",
|
|
848
|
+
isSource: true,
|
|
849
|
+
original: {
|
|
850
|
+
value:
|
|
851
|
+
"linear-gradient(to left, hsl(0deg, 0%, 100%) 0%, hsla(0deg, 0%, 100%, 0.738) 19%, hsla(0deg, 0%, 100%, 0.541) 34%, hsla(0deg, 0%, 100%, 0.382) 47%, hsla(0deg, 0%, 100%, 0.278) 56.5%, hsla(0deg, 0%, 100%, 0.194) 65%, hsla(0deg, 0%, 100%, 0.126) 73%, hsla(0deg, 0%, 100%, 0.075) 80.2%, hsla(0deg, 0%, 100%, 0.042) 86.1%, hsla(0deg, 0%, 100%, 0.021) 91%, hsla(0deg, 0%, 100%, 0.008) 95.2%, hsla(0deg, 0%, 100%, 0.002) 98.2%, hsla(0deg, 0%, 100%, 0) 100%)",
|
|
852
|
+
key: "{gradient.rl}",
|
|
853
|
+
},
|
|
854
|
+
name: "GradientRl",
|
|
855
|
+
attributes: {
|
|
856
|
+
category: "gradient",
|
|
857
|
+
type: "rl",
|
|
858
|
+
},
|
|
859
|
+
path: ["gradient", "rl"],
|
|
860
|
+
},
|
|
861
|
+
},
|
|
862
|
+
shadow: {
|
|
863
|
+
sm: {
|
|
864
|
+
key: "{shadow.sm}",
|
|
865
|
+
value: "0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.03)",
|
|
866
|
+
filePath: "tokens/shadow.json",
|
|
867
|
+
isSource: true,
|
|
868
|
+
original: {
|
|
869
|
+
value:
|
|
870
|
+
"0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.03)",
|
|
871
|
+
key: "{shadow.sm}",
|
|
872
|
+
},
|
|
873
|
+
name: "ShadowSm",
|
|
874
|
+
attributes: {
|
|
875
|
+
category: "shadow",
|
|
876
|
+
type: "sm",
|
|
877
|
+
},
|
|
878
|
+
path: ["shadow", "sm"],
|
|
879
|
+
},
|
|
880
|
+
base: {
|
|
881
|
+
key: "{shadow.base}",
|
|
882
|
+
value:
|
|
883
|
+
"0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02)",
|
|
884
|
+
filePath: "tokens/shadow.json",
|
|
885
|
+
isSource: true,
|
|
886
|
+
original: {
|
|
887
|
+
value:
|
|
888
|
+
"0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02)",
|
|
889
|
+
key: "{shadow.base}",
|
|
890
|
+
},
|
|
891
|
+
name: "ShadowBase",
|
|
892
|
+
attributes: {
|
|
893
|
+
category: "shadow",
|
|
894
|
+
type: "base",
|
|
895
|
+
},
|
|
896
|
+
path: ["shadow", "base"],
|
|
897
|
+
},
|
|
898
|
+
md: {
|
|
899
|
+
key: "{shadow.md}",
|
|
900
|
+
value:
|
|
901
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 12px -2px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02)",
|
|
902
|
+
filePath: "tokens/shadow.json",
|
|
903
|
+
isSource: true,
|
|
904
|
+
original: {
|
|
905
|
+
value:
|
|
906
|
+
"0 4px 6px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -2px rgba(0, 0, 0, 0.08), 0 8px 12px -2px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02)",
|
|
907
|
+
key: "{shadow.md}",
|
|
908
|
+
},
|
|
909
|
+
name: "ShadowMd",
|
|
910
|
+
attributes: {
|
|
911
|
+
category: "shadow",
|
|
912
|
+
type: "md",
|
|
913
|
+
},
|
|
914
|
+
path: ["shadow", "md"],
|
|
915
|
+
},
|
|
916
|
+
lg: {
|
|
917
|
+
key: "{shadow.lg}",
|
|
918
|
+
value:
|
|
919
|
+
"0 10px 15px -3px rgba(0, 0, 0, 0.12), 0 4px 6px -4px rgba(0, 0, 0, 0.08), 0 16px 24px -4px rgba(0, 0, 0, 0.06), 0 2px 8px 0 rgba(0, 0, 0, 0.04)",
|
|
920
|
+
filePath: "tokens/shadow.json",
|
|
921
|
+
isSource: true,
|
|
922
|
+
original: {
|
|
923
|
+
value:
|
|
924
|
+
"0 10px 15px -3px rgba(0, 0, 0, 0.12), 0 4px 6px -4px rgba(0, 0, 0, 0.08), 0 16px 24px -4px rgba(0, 0, 0, 0.06), 0 2px 8px 0 rgba(0, 0, 0, 0.04)",
|
|
925
|
+
key: "{shadow.lg}",
|
|
926
|
+
},
|
|
927
|
+
name: "ShadowLg",
|
|
928
|
+
attributes: {
|
|
929
|
+
category: "shadow",
|
|
930
|
+
type: "lg",
|
|
931
|
+
},
|
|
932
|
+
path: ["shadow", "lg"],
|
|
933
|
+
},
|
|
934
|
+
xl: {
|
|
935
|
+
key: "{shadow.xl}",
|
|
936
|
+
value:
|
|
937
|
+
"0 20px 25px -5px rgba(0, 0, 0, 0.14), 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 32px 48px -8px rgba(0, 0, 0, 0.08), 0 4px 12px 0 rgba(0, 0, 0, 0.05)",
|
|
938
|
+
filePath: "tokens/shadow.json",
|
|
939
|
+
isSource: true,
|
|
940
|
+
original: {
|
|
941
|
+
value:
|
|
942
|
+
"0 20px 25px -5px rgba(0, 0, 0, 0.14), 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 32px 48px -8px rgba(0, 0, 0, 0.08), 0 4px 12px 0 rgba(0, 0, 0, 0.05)",
|
|
943
|
+
key: "{shadow.xl}",
|
|
944
|
+
},
|
|
945
|
+
name: "ShadowXl",
|
|
946
|
+
attributes: {
|
|
947
|
+
category: "shadow",
|
|
948
|
+
type: "xl",
|
|
949
|
+
},
|
|
950
|
+
path: ["shadow", "xl"],
|
|
951
|
+
},
|
|
952
|
+
"2xl": {
|
|
953
|
+
key: "{shadow.2xl}",
|
|
954
|
+
value:
|
|
955
|
+
"0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 12px 24px -8px rgba(0, 0, 0, 0.12), 0 48px 64px -12px rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.06)",
|
|
956
|
+
filePath: "tokens/shadow.json",
|
|
957
|
+
isSource: true,
|
|
958
|
+
original: {
|
|
959
|
+
value:
|
|
960
|
+
"0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 12px 24px -8px rgba(0, 0, 0, 0.12), 0 48px 64px -12px rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.06)",
|
|
961
|
+
key: "{shadow.2xl}",
|
|
962
|
+
},
|
|
963
|
+
name: "Shadow2xl",
|
|
964
|
+
attributes: {
|
|
965
|
+
category: "shadow",
|
|
966
|
+
type: "2xl",
|
|
967
|
+
},
|
|
968
|
+
path: ["shadow", "2xl"],
|
|
969
|
+
},
|
|
970
|
+
},
|
|
971
|
+
space: {
|
|
972
|
+
1: {
|
|
973
|
+
key: "{space.1}",
|
|
974
|
+
value: "0.25rem",
|
|
975
|
+
filePath: "tokens/spacing.json",
|
|
976
|
+
isSource: true,
|
|
977
|
+
original: {
|
|
978
|
+
value: "0.25rem",
|
|
979
|
+
key: "{space.1}",
|
|
980
|
+
},
|
|
981
|
+
name: "Space1",
|
|
982
|
+
attributes: {
|
|
983
|
+
category: "space",
|
|
984
|
+
type: "1",
|
|
985
|
+
},
|
|
986
|
+
path: ["space", "1"],
|
|
987
|
+
},
|
|
988
|
+
2: {
|
|
989
|
+
key: "{space.2}",
|
|
990
|
+
value: "0.5rem",
|
|
991
|
+
filePath: "tokens/spacing.json",
|
|
992
|
+
isSource: true,
|
|
993
|
+
original: {
|
|
994
|
+
value: "0.5rem",
|
|
995
|
+
key: "{space.2}",
|
|
996
|
+
},
|
|
997
|
+
name: "Space2",
|
|
998
|
+
attributes: {
|
|
999
|
+
category: "space",
|
|
1000
|
+
type: "2",
|
|
1001
|
+
},
|
|
1002
|
+
path: ["space", "2"],
|
|
1003
|
+
},
|
|
1004
|
+
3: {
|
|
1005
|
+
key: "{space.3}",
|
|
1006
|
+
value: "0.75rem",
|
|
1007
|
+
filePath: "tokens/spacing.json",
|
|
1008
|
+
isSource: true,
|
|
1009
|
+
original: {
|
|
1010
|
+
value: "0.75rem",
|
|
1011
|
+
key: "{space.3}",
|
|
1012
|
+
},
|
|
1013
|
+
name: "Space3",
|
|
1014
|
+
attributes: {
|
|
1015
|
+
category: "space",
|
|
1016
|
+
type: "3",
|
|
1017
|
+
},
|
|
1018
|
+
path: ["space", "3"],
|
|
1019
|
+
},
|
|
1020
|
+
4: {
|
|
1021
|
+
key: "{space.4}",
|
|
1022
|
+
value: "1rem",
|
|
1023
|
+
filePath: "tokens/spacing.json",
|
|
1024
|
+
isSource: true,
|
|
1025
|
+
original: {
|
|
1026
|
+
value: "1rem",
|
|
1027
|
+
key: "{space.4}",
|
|
1028
|
+
},
|
|
1029
|
+
name: "Space4",
|
|
1030
|
+
attributes: {
|
|
1031
|
+
category: "space",
|
|
1032
|
+
type: "4",
|
|
1033
|
+
},
|
|
1034
|
+
path: ["space", "4"],
|
|
1035
|
+
},
|
|
1036
|
+
5: {
|
|
1037
|
+
key: "{space.5}",
|
|
1038
|
+
value: "1.25rem",
|
|
1039
|
+
filePath: "tokens/spacing.json",
|
|
1040
|
+
isSource: true,
|
|
1041
|
+
original: {
|
|
1042
|
+
value: "1.25rem",
|
|
1043
|
+
key: "{space.5}",
|
|
1044
|
+
},
|
|
1045
|
+
name: "Space5",
|
|
1046
|
+
attributes: {
|
|
1047
|
+
category: "space",
|
|
1048
|
+
type: "5",
|
|
1049
|
+
},
|
|
1050
|
+
path: ["space", "5"],
|
|
1051
|
+
},
|
|
1052
|
+
6: {
|
|
1053
|
+
key: "{space.6}",
|
|
1054
|
+
value: "1.5rem",
|
|
1055
|
+
filePath: "tokens/spacing.json",
|
|
1056
|
+
isSource: true,
|
|
1057
|
+
original: {
|
|
1058
|
+
value: "1.5rem",
|
|
1059
|
+
key: "{space.6}",
|
|
1060
|
+
},
|
|
1061
|
+
name: "Space6",
|
|
1062
|
+
attributes: {
|
|
1063
|
+
category: "space",
|
|
1064
|
+
type: "6",
|
|
1065
|
+
},
|
|
1066
|
+
path: ["space", "6"],
|
|
1067
|
+
},
|
|
1068
|
+
8: {
|
|
1069
|
+
key: "{space.8}",
|
|
1070
|
+
value: "2rem",
|
|
1071
|
+
filePath: "tokens/spacing.json",
|
|
1072
|
+
isSource: true,
|
|
1073
|
+
original: {
|
|
1074
|
+
value: "2rem",
|
|
1075
|
+
key: "{space.8}",
|
|
1076
|
+
},
|
|
1077
|
+
name: "Space8",
|
|
1078
|
+
attributes: {
|
|
1079
|
+
category: "space",
|
|
1080
|
+
type: "8",
|
|
1081
|
+
},
|
|
1082
|
+
path: ["space", "8"],
|
|
1083
|
+
},
|
|
1084
|
+
10: {
|
|
1085
|
+
key: "{space.10}",
|
|
1086
|
+
value: "2.5rem",
|
|
1087
|
+
filePath: "tokens/spacing.json",
|
|
1088
|
+
isSource: true,
|
|
1089
|
+
original: {
|
|
1090
|
+
value: "2.5rem",
|
|
1091
|
+
key: "{space.10}",
|
|
1092
|
+
},
|
|
1093
|
+
name: "Space10",
|
|
1094
|
+
attributes: {
|
|
1095
|
+
category: "space",
|
|
1096
|
+
type: "10",
|
|
1097
|
+
},
|
|
1098
|
+
path: ["space", "10"],
|
|
1099
|
+
},
|
|
1100
|
+
12: {
|
|
1101
|
+
key: "{space.12}",
|
|
1102
|
+
value: "3rem",
|
|
1103
|
+
filePath: "tokens/spacing.json",
|
|
1104
|
+
isSource: true,
|
|
1105
|
+
original: {
|
|
1106
|
+
value: "3rem",
|
|
1107
|
+
key: "{space.12}",
|
|
1108
|
+
},
|
|
1109
|
+
name: "Space12",
|
|
1110
|
+
attributes: {
|
|
1111
|
+
category: "space",
|
|
1112
|
+
type: "12",
|
|
1113
|
+
},
|
|
1114
|
+
path: ["space", "12"],
|
|
1115
|
+
},
|
|
1116
|
+
16: {
|
|
1117
|
+
key: "{space.16}",
|
|
1118
|
+
value: "4rem",
|
|
1119
|
+
filePath: "tokens/spacing.json",
|
|
1120
|
+
isSource: true,
|
|
1121
|
+
original: {
|
|
1122
|
+
value: "4rem",
|
|
1123
|
+
key: "{space.16}",
|
|
1124
|
+
},
|
|
1125
|
+
name: "Space16",
|
|
1126
|
+
attributes: {
|
|
1127
|
+
category: "space",
|
|
1128
|
+
type: "16",
|
|
1129
|
+
},
|
|
1130
|
+
path: ["space", "16"],
|
|
1131
|
+
},
|
|
1132
|
+
20: {
|
|
1133
|
+
key: "{space.20}",
|
|
1134
|
+
value: "5rem",
|
|
1135
|
+
filePath: "tokens/spacing.json",
|
|
1136
|
+
isSource: true,
|
|
1137
|
+
original: {
|
|
1138
|
+
value: "5rem",
|
|
1139
|
+
key: "{space.20}",
|
|
1140
|
+
},
|
|
1141
|
+
name: "Space20",
|
|
1142
|
+
attributes: {
|
|
1143
|
+
category: "space",
|
|
1144
|
+
type: "20",
|
|
1145
|
+
},
|
|
1146
|
+
path: ["space", "20"],
|
|
1147
|
+
},
|
|
1148
|
+
},
|
|
1149
|
+
font: {
|
|
1150
|
+
family: {
|
|
1151
|
+
main: {
|
|
1152
|
+
key: "{font.family.main}",
|
|
1153
|
+
value:
|
|
1154
|
+
"var(--font-roboto), -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, sans-serif",
|
|
1155
|
+
filePath: "tokens/typography.json",
|
|
1156
|
+
isSource: true,
|
|
1157
|
+
original: {
|
|
1158
|
+
value:
|
|
1159
|
+
"var(--font-roboto), -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, sans-serif",
|
|
1160
|
+
key: "{font.family.main}",
|
|
1161
|
+
},
|
|
1162
|
+
name: "FontFamilyMain",
|
|
1163
|
+
attributes: {
|
|
1164
|
+
category: "font",
|
|
1165
|
+
type: "family",
|
|
1166
|
+
item: "main",
|
|
1167
|
+
},
|
|
1168
|
+
path: ["font", "family", "main"],
|
|
1169
|
+
},
|
|
1170
|
+
accent: {
|
|
1171
|
+
key: "{font.family.accent}",
|
|
1172
|
+
value:
|
|
1173
|
+
"var(--font-inter), -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, sans-serif",
|
|
1174
|
+
filePath: "tokens/typography.json",
|
|
1175
|
+
isSource: true,
|
|
1176
|
+
original: {
|
|
1177
|
+
value:
|
|
1178
|
+
"var(--font-inter), -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, oxygen, ubuntu, cantarell, sans-serif",
|
|
1179
|
+
key: "{font.family.accent}",
|
|
1180
|
+
},
|
|
1181
|
+
name: "FontFamilyAccent",
|
|
1182
|
+
attributes: {
|
|
1183
|
+
category: "font",
|
|
1184
|
+
type: "family",
|
|
1185
|
+
item: "accent",
|
|
1186
|
+
},
|
|
1187
|
+
path: ["font", "family", "accent"],
|
|
1188
|
+
},
|
|
1189
|
+
mono: {
|
|
1190
|
+
key: "{font.family.mono}",
|
|
1191
|
+
value:
|
|
1192
|
+
"ui-monospace, 'Cascadia Code', 'Source Code Pro', menlo, consolas, 'DejaVu Sans Mono', monospace",
|
|
1193
|
+
filePath: "tokens/typography.json",
|
|
1194
|
+
isSource: true,
|
|
1195
|
+
original: {
|
|
1196
|
+
value:
|
|
1197
|
+
"ui-monospace, 'Cascadia Code', 'Source Code Pro', menlo, consolas, 'DejaVu Sans Mono', monospace",
|
|
1198
|
+
key: "{font.family.mono}",
|
|
1199
|
+
},
|
|
1200
|
+
name: "FontFamilyMono",
|
|
1201
|
+
attributes: {
|
|
1202
|
+
category: "font",
|
|
1203
|
+
type: "family",
|
|
1204
|
+
item: "mono",
|
|
1205
|
+
},
|
|
1206
|
+
path: ["font", "family", "mono"],
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
size: {
|
|
1210
|
+
xs: {
|
|
1211
|
+
key: "{font.size.xs}",
|
|
1212
|
+
value: "0.75rem",
|
|
1213
|
+
filePath: "tokens/typography.json",
|
|
1214
|
+
isSource: true,
|
|
1215
|
+
original: {
|
|
1216
|
+
value: "0.75rem",
|
|
1217
|
+
key: "{font.size.xs}",
|
|
1218
|
+
},
|
|
1219
|
+
name: "FontSizeXs",
|
|
1220
|
+
attributes: {
|
|
1221
|
+
category: "font",
|
|
1222
|
+
type: "size",
|
|
1223
|
+
item: "xs",
|
|
1224
|
+
},
|
|
1225
|
+
path: ["font", "size", "xs"],
|
|
1226
|
+
},
|
|
1227
|
+
sm: {
|
|
1228
|
+
key: "{font.size.sm}",
|
|
1229
|
+
value: "0.875rem",
|
|
1230
|
+
filePath: "tokens/typography.json",
|
|
1231
|
+
isSource: true,
|
|
1232
|
+
original: {
|
|
1233
|
+
value: "0.875rem",
|
|
1234
|
+
key: "{font.size.sm}",
|
|
1235
|
+
},
|
|
1236
|
+
name: "FontSizeSm",
|
|
1237
|
+
attributes: {
|
|
1238
|
+
category: "font",
|
|
1239
|
+
type: "size",
|
|
1240
|
+
item: "sm",
|
|
1241
|
+
},
|
|
1242
|
+
path: ["font", "size", "sm"],
|
|
1243
|
+
},
|
|
1244
|
+
base: {
|
|
1245
|
+
key: "{font.size.base}",
|
|
1246
|
+
value: "18px",
|
|
1247
|
+
filePath: "tokens/typography.json",
|
|
1248
|
+
isSource: true,
|
|
1249
|
+
original: {
|
|
1250
|
+
value: "18px",
|
|
1251
|
+
key: "{font.size.base}",
|
|
1252
|
+
},
|
|
1253
|
+
name: "FontSizeBase",
|
|
1254
|
+
attributes: {
|
|
1255
|
+
category: "font",
|
|
1256
|
+
type: "size",
|
|
1257
|
+
item: "base",
|
|
1258
|
+
},
|
|
1259
|
+
path: ["font", "size", "base"],
|
|
1260
|
+
},
|
|
1261
|
+
lg: {
|
|
1262
|
+
key: "{font.size.lg}",
|
|
1263
|
+
value: "1.125rem",
|
|
1264
|
+
filePath: "tokens/typography.json",
|
|
1265
|
+
isSource: true,
|
|
1266
|
+
original: {
|
|
1267
|
+
value: "1.125rem",
|
|
1268
|
+
key: "{font.size.lg}",
|
|
1269
|
+
},
|
|
1270
|
+
name: "FontSizeLg",
|
|
1271
|
+
attributes: {
|
|
1272
|
+
category: "font",
|
|
1273
|
+
type: "size",
|
|
1274
|
+
item: "lg",
|
|
1275
|
+
},
|
|
1276
|
+
path: ["font", "size", "lg"],
|
|
1277
|
+
},
|
|
1278
|
+
xl: {
|
|
1279
|
+
key: "{font.size.xl}",
|
|
1280
|
+
value: "1.25rem",
|
|
1281
|
+
filePath: "tokens/typography.json",
|
|
1282
|
+
isSource: true,
|
|
1283
|
+
original: {
|
|
1284
|
+
value: "1.25rem",
|
|
1285
|
+
key: "{font.size.xl}",
|
|
1286
|
+
},
|
|
1287
|
+
name: "FontSizeXl",
|
|
1288
|
+
attributes: {
|
|
1289
|
+
category: "font",
|
|
1290
|
+
type: "size",
|
|
1291
|
+
item: "xl",
|
|
1292
|
+
},
|
|
1293
|
+
path: ["font", "size", "xl"],
|
|
1294
|
+
},
|
|
1295
|
+
"2xl": {
|
|
1296
|
+
key: "{font.size.2xl}",
|
|
1297
|
+
value: "1.5rem",
|
|
1298
|
+
filePath: "tokens/typography.json",
|
|
1299
|
+
isSource: true,
|
|
1300
|
+
original: {
|
|
1301
|
+
value: "1.5rem",
|
|
1302
|
+
key: "{font.size.2xl}",
|
|
1303
|
+
},
|
|
1304
|
+
name: "FontSize2xl",
|
|
1305
|
+
attributes: {
|
|
1306
|
+
category: "font",
|
|
1307
|
+
type: "size",
|
|
1308
|
+
item: "2xl",
|
|
1309
|
+
},
|
|
1310
|
+
path: ["font", "size", "2xl"],
|
|
1311
|
+
},
|
|
1312
|
+
"3xl": {
|
|
1313
|
+
key: "{font.size.3xl}",
|
|
1314
|
+
value: "1.875rem",
|
|
1315
|
+
filePath: "tokens/typography.json",
|
|
1316
|
+
isSource: true,
|
|
1317
|
+
original: {
|
|
1318
|
+
value: "1.875rem",
|
|
1319
|
+
key: "{font.size.3xl}",
|
|
1320
|
+
},
|
|
1321
|
+
name: "FontSize3xl",
|
|
1322
|
+
attributes: {
|
|
1323
|
+
category: "font",
|
|
1324
|
+
type: "size",
|
|
1325
|
+
item: "3xl",
|
|
1326
|
+
},
|
|
1327
|
+
path: ["font", "size", "3xl"],
|
|
1328
|
+
},
|
|
1329
|
+
"4xl": {
|
|
1330
|
+
key: "{font.size.4xl}",
|
|
1331
|
+
value: "2.25rem",
|
|
1332
|
+
filePath: "tokens/typography.json",
|
|
1333
|
+
isSource: true,
|
|
1334
|
+
original: {
|
|
1335
|
+
value: "2.25rem",
|
|
1336
|
+
key: "{font.size.4xl}",
|
|
1337
|
+
},
|
|
1338
|
+
name: "FontSize4xl",
|
|
1339
|
+
attributes: {
|
|
1340
|
+
category: "font",
|
|
1341
|
+
type: "size",
|
|
1342
|
+
item: "4xl",
|
|
1343
|
+
},
|
|
1344
|
+
path: ["font", "size", "4xl"],
|
|
1345
|
+
},
|
|
1346
|
+
"5xl": {
|
|
1347
|
+
key: "{font.size.5xl}",
|
|
1348
|
+
value: "3rem",
|
|
1349
|
+
filePath: "tokens/typography.json",
|
|
1350
|
+
isSource: true,
|
|
1351
|
+
original: {
|
|
1352
|
+
value: "3rem",
|
|
1353
|
+
key: "{font.size.5xl}",
|
|
1354
|
+
},
|
|
1355
|
+
name: "FontSize5xl",
|
|
1356
|
+
attributes: {
|
|
1357
|
+
category: "font",
|
|
1358
|
+
type: "size",
|
|
1359
|
+
item: "5xl",
|
|
1360
|
+
},
|
|
1361
|
+
path: ["font", "size", "5xl"],
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
weight: {
|
|
1365
|
+
light: {
|
|
1366
|
+
key: "{font.weight.light}",
|
|
1367
|
+
value: "300",
|
|
1368
|
+
filePath: "tokens/typography.json",
|
|
1369
|
+
isSource: true,
|
|
1370
|
+
original: {
|
|
1371
|
+
value: "300",
|
|
1372
|
+
key: "{font.weight.light}",
|
|
1373
|
+
},
|
|
1374
|
+
name: "FontWeightLight",
|
|
1375
|
+
attributes: {
|
|
1376
|
+
category: "font",
|
|
1377
|
+
type: "weight",
|
|
1378
|
+
item: "light",
|
|
1379
|
+
},
|
|
1380
|
+
path: ["font", "weight", "light"],
|
|
1381
|
+
},
|
|
1382
|
+
normal: {
|
|
1383
|
+
key: "{font.weight.normal}",
|
|
1384
|
+
value: "400",
|
|
1385
|
+
filePath: "tokens/typography.json",
|
|
1386
|
+
isSource: true,
|
|
1387
|
+
original: {
|
|
1388
|
+
value: "400",
|
|
1389
|
+
key: "{font.weight.normal}",
|
|
1390
|
+
},
|
|
1391
|
+
name: "FontWeightNormal",
|
|
1392
|
+
attributes: {
|
|
1393
|
+
category: "font",
|
|
1394
|
+
type: "weight",
|
|
1395
|
+
item: "normal",
|
|
1396
|
+
},
|
|
1397
|
+
path: ["font", "weight", "normal"],
|
|
1398
|
+
},
|
|
1399
|
+
medium: {
|
|
1400
|
+
key: "{font.weight.medium}",
|
|
1401
|
+
value: "500",
|
|
1402
|
+
filePath: "tokens/typography.json",
|
|
1403
|
+
isSource: true,
|
|
1404
|
+
original: {
|
|
1405
|
+
value: "500",
|
|
1406
|
+
key: "{font.weight.medium}",
|
|
1407
|
+
},
|
|
1408
|
+
name: "FontWeightMedium",
|
|
1409
|
+
attributes: {
|
|
1410
|
+
category: "font",
|
|
1411
|
+
type: "weight",
|
|
1412
|
+
item: "medium",
|
|
1413
|
+
},
|
|
1414
|
+
path: ["font", "weight", "medium"],
|
|
1415
|
+
},
|
|
1416
|
+
semibold: {
|
|
1417
|
+
key: "{font.weight.semibold}",
|
|
1418
|
+
value: "600",
|
|
1419
|
+
filePath: "tokens/typography.json",
|
|
1420
|
+
isSource: true,
|
|
1421
|
+
original: {
|
|
1422
|
+
value: "600",
|
|
1423
|
+
key: "{font.weight.semibold}",
|
|
1424
|
+
},
|
|
1425
|
+
name: "FontWeightSemibold",
|
|
1426
|
+
attributes: {
|
|
1427
|
+
category: "font",
|
|
1428
|
+
type: "weight",
|
|
1429
|
+
item: "semibold",
|
|
1430
|
+
},
|
|
1431
|
+
path: ["font", "weight", "semibold"],
|
|
1432
|
+
},
|
|
1433
|
+
bold: {
|
|
1434
|
+
key: "{font.weight.bold}",
|
|
1435
|
+
value: "700",
|
|
1436
|
+
filePath: "tokens/typography.json",
|
|
1437
|
+
isSource: true,
|
|
1438
|
+
original: {
|
|
1439
|
+
value: "700",
|
|
1440
|
+
key: "{font.weight.bold}",
|
|
1441
|
+
},
|
|
1442
|
+
name: "FontWeightBold",
|
|
1443
|
+
attributes: {
|
|
1444
|
+
category: "font",
|
|
1445
|
+
type: "weight",
|
|
1446
|
+
item: "bold",
|
|
1447
|
+
},
|
|
1448
|
+
path: ["font", "weight", "bold"],
|
|
1449
|
+
},
|
|
1450
|
+
black: {
|
|
1451
|
+
key: "{font.weight.black}",
|
|
1452
|
+
value: "800",
|
|
1453
|
+
filePath: "tokens/typography.json",
|
|
1454
|
+
isSource: true,
|
|
1455
|
+
original: {
|
|
1456
|
+
value: "800",
|
|
1457
|
+
key: "{font.weight.black}",
|
|
1458
|
+
},
|
|
1459
|
+
name: "FontWeightBlack",
|
|
1460
|
+
attributes: {
|
|
1461
|
+
category: "font",
|
|
1462
|
+
type: "weight",
|
|
1463
|
+
item: "black",
|
|
1464
|
+
},
|
|
1465
|
+
path: ["font", "weight", "black"],
|
|
1466
|
+
},
|
|
1467
|
+
heavy: {
|
|
1468
|
+
key: "{font.weight.heavy}",
|
|
1469
|
+
value: "900",
|
|
1470
|
+
filePath: "tokens/typography.json",
|
|
1471
|
+
isSource: true,
|
|
1472
|
+
original: {
|
|
1473
|
+
value: "900",
|
|
1474
|
+
key: "{font.weight.heavy}",
|
|
1475
|
+
},
|
|
1476
|
+
name: "FontWeightHeavy",
|
|
1477
|
+
attributes: {
|
|
1478
|
+
category: "font",
|
|
1479
|
+
type: "weight",
|
|
1480
|
+
item: "heavy",
|
|
1481
|
+
},
|
|
1482
|
+
path: ["font", "weight", "heavy"],
|
|
1483
|
+
},
|
|
1484
|
+
},
|
|
1485
|
+
"line-height": {
|
|
1486
|
+
tight: {
|
|
1487
|
+
key: "{font.line-height.tight}",
|
|
1488
|
+
value: "1.25",
|
|
1489
|
+
filePath: "tokens/typography.json",
|
|
1490
|
+
isSource: true,
|
|
1491
|
+
original: {
|
|
1492
|
+
value: "1.25",
|
|
1493
|
+
key: "{font.line-height.tight}",
|
|
1494
|
+
},
|
|
1495
|
+
name: "FontLineHeightTight",
|
|
1496
|
+
attributes: {
|
|
1497
|
+
category: "font",
|
|
1498
|
+
type: "line-height",
|
|
1499
|
+
item: "tight",
|
|
1500
|
+
},
|
|
1501
|
+
path: ["font", "line-height", "tight"],
|
|
1502
|
+
},
|
|
1503
|
+
normal: {
|
|
1504
|
+
key: "{font.line-height.normal}",
|
|
1505
|
+
value: "1.5",
|
|
1506
|
+
filePath: "tokens/typography.json",
|
|
1507
|
+
isSource: true,
|
|
1508
|
+
original: {
|
|
1509
|
+
value: "1.5",
|
|
1510
|
+
key: "{font.line-height.normal}",
|
|
1511
|
+
},
|
|
1512
|
+
name: "FontLineHeightNormal",
|
|
1513
|
+
attributes: {
|
|
1514
|
+
category: "font",
|
|
1515
|
+
type: "line-height",
|
|
1516
|
+
item: "normal",
|
|
1517
|
+
},
|
|
1518
|
+
path: ["font", "line-height", "normal"],
|
|
1519
|
+
},
|
|
1520
|
+
relaxed: {
|
|
1521
|
+
key: "{font.line-height.relaxed}",
|
|
1522
|
+
value: "1.75",
|
|
1523
|
+
filePath: "tokens/typography.json",
|
|
1524
|
+
isSource: true,
|
|
1525
|
+
original: {
|
|
1526
|
+
value: "1.75",
|
|
1527
|
+
key: "{font.line-height.relaxed}",
|
|
1528
|
+
},
|
|
1529
|
+
name: "FontLineHeightRelaxed",
|
|
1530
|
+
attributes: {
|
|
1531
|
+
category: "font",
|
|
1532
|
+
type: "line-height",
|
|
1533
|
+
item: "relaxed",
|
|
1534
|
+
},
|
|
1535
|
+
path: ["font", "line-height", "relaxed"],
|
|
1536
|
+
},
|
|
1537
|
+
loose: {
|
|
1538
|
+
key: "{font.line-height.loose}",
|
|
1539
|
+
value: "2",
|
|
1540
|
+
filePath: "tokens/typography.json",
|
|
1541
|
+
isSource: true,
|
|
1542
|
+
original: {
|
|
1543
|
+
value: "2",
|
|
1544
|
+
key: "{font.line-height.loose}",
|
|
1545
|
+
},
|
|
1546
|
+
name: "FontLineHeightLoose",
|
|
1547
|
+
attributes: {
|
|
1548
|
+
category: "font",
|
|
1549
|
+
type: "line-height",
|
|
1550
|
+
item: "loose",
|
|
1551
|
+
},
|
|
1552
|
+
path: ["font", "line-height", "loose"],
|
|
1553
|
+
},
|
|
1554
|
+
},
|
|
1555
|
+
},
|
|
1556
|
+
card: {
|
|
1557
|
+
title: {
|
|
1558
|
+
size: {
|
|
1559
|
+
key: "{card.title.size}",
|
|
1560
|
+
value: "1.25rem",
|
|
1561
|
+
filePath: "tokens/typography.json",
|
|
1562
|
+
isSource: true,
|
|
1563
|
+
original: {
|
|
1564
|
+
value: "{font.size.xl}",
|
|
1565
|
+
key: "{card.title.size}",
|
|
1566
|
+
},
|
|
1567
|
+
name: "CardTitleSize",
|
|
1568
|
+
attributes: {
|
|
1569
|
+
category: "card",
|
|
1570
|
+
type: "title",
|
|
1571
|
+
item: "size",
|
|
1572
|
+
},
|
|
1573
|
+
path: ["card", "title", "size"],
|
|
1574
|
+
},
|
|
1575
|
+
},
|
|
1576
|
+
},
|
|
1577
|
+
};
|