onecart-ui 1.0.1

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.
Files changed (82) hide show
  1. package/README.md +351 -0
  2. package/dist/components/Button/Button.d.ts +4 -0
  3. package/dist/components/Button/Button.d.ts.map +1 -0
  4. package/dist/components/Button/index.d.ts +3 -0
  5. package/dist/components/Button/index.d.ts.map +1 -0
  6. package/dist/components/Heading/Heading.d.ts +5 -0
  7. package/dist/components/Heading/Heading.d.ts.map +1 -0
  8. package/dist/components/Heading/index.d.ts +3 -0
  9. package/dist/components/Heading/index.d.ts.map +1 -0
  10. package/dist/components/Paragraph/Paragraph.d.ts +5 -0
  11. package/dist/components/Paragraph/Paragraph.d.ts.map +1 -0
  12. package/dist/components/Paragraph/index.d.ts +3 -0
  13. package/dist/components/Paragraph/index.d.ts.map +1 -0
  14. package/dist/components/Text/Text.d.ts +5 -0
  15. package/dist/components/Text/Text.d.ts.map +1 -0
  16. package/dist/components/Text/index.d.ts +3 -0
  17. package/dist/components/Text/index.d.ts.map +1 -0
  18. package/dist/components/Typography/Typography.d.ts +5 -0
  19. package/dist/components/Typography/Typography.d.ts.map +1 -0
  20. package/dist/components/Typography/index.d.ts +3 -0
  21. package/dist/components/Typography/index.d.ts.map +1 -0
  22. package/dist/index.d.ts +13 -0
  23. package/dist/index.d.ts.map +1 -0
  24. package/dist/index.esm.js +2 -0
  25. package/dist/index.esm.js.map +1 -0
  26. package/dist/index.js +2 -0
  27. package/dist/index.js.map +1 -0
  28. package/dist/styles/tokens/index.d.ts +107 -0
  29. package/dist/styles/tokens/index.d.ts.map +1 -0
  30. package/dist/styles/tokens/tokens.d.ts +350 -0
  31. package/dist/styles/tokens/tokens.d.ts.map +1 -0
  32. package/dist/styles/tokens/typography.d.ts +154 -0
  33. package/dist/styles/tokens/typography.d.ts.map +1 -0
  34. package/dist/styles/tokens/utils/fontUtils.d.ts +26 -0
  35. package/dist/styles/tokens/utils/fontUtils.d.ts.map +1 -0
  36. package/dist/styles/tokens/utils/utils.d.ts +13 -0
  37. package/dist/styles/tokens/utils/utils.d.ts.map +1 -0
  38. package/dist/theme/ThemeProvider.d.ts +14 -0
  39. package/dist/theme/ThemeProvider.d.ts.map +1 -0
  40. package/dist/theme/index.d.ts +55 -0
  41. package/dist/theme/index.d.ts.map +1 -0
  42. package/dist/types/Button.d.ts +47 -0
  43. package/dist/types/Button.d.ts.map +1 -0
  44. package/dist/types/Heading.d.ts +24 -0
  45. package/dist/types/Heading.d.ts.map +1 -0
  46. package/dist/types/Paragraph.d.ts +35 -0
  47. package/dist/types/Paragraph.d.ts.map +1 -0
  48. package/dist/types/Text.d.ts +32 -0
  49. package/dist/types/Text.d.ts.map +1 -0
  50. package/dist/types/Typography.d.ts +64 -0
  51. package/dist/types/Typography.d.ts.map +1 -0
  52. package/package.json +72 -0
  53. package/src/components/Button/Button.tsx +155 -0
  54. package/src/components/Button/index.ts +2 -0
  55. package/src/components/Heading/Heading.tsx +48 -0
  56. package/src/components/Heading/index.ts +2 -0
  57. package/src/components/Paragraph/Paragraph.tsx +93 -0
  58. package/src/components/Paragraph/index.ts +6 -0
  59. package/src/components/Text/Text.tsx +96 -0
  60. package/src/components/Text/index.ts +2 -0
  61. package/src/components/Typography/Typography.tsx +123 -0
  62. package/src/components/Typography/index.ts +7 -0
  63. package/src/index.ts +34 -0
  64. package/src/styles/tokens/index.ts +130 -0
  65. package/src/styles/tokens/tokens-autocomplete-config.json +2417 -0
  66. package/src/styles/tokens/tokens.css +352 -0
  67. package/src/styles/tokens/tokens.js +350 -0
  68. package/src/styles/tokens/tokens.json +427 -0
  69. package/src/styles/tokens/tokens.less +349 -0
  70. package/src/styles/tokens/tokens.scss +349 -0
  71. package/src/styles/tokens/tokens.ts +350 -0
  72. package/src/styles/tokens/tokensMap.scss +353 -0
  73. package/src/styles/tokens/typography.ts +172 -0
  74. package/src/styles/tokens/utils/fontUtils.ts +63 -0
  75. package/src/styles/tokens/utils/utils.ts +19 -0
  76. package/src/theme/ThemeProvider.tsx +71 -0
  77. package/src/theme/index.ts +107 -0
  78. package/src/types/Button.ts +56 -0
  79. package/src/types/Heading.ts +27 -0
  80. package/src/types/Paragraph.ts +40 -0
  81. package/src/types/Text.ts +40 -0
  82. package/src/types/Typography.ts +94 -0
@@ -0,0 +1,2417 @@
1
+ {
2
+ "--2xl": {
3
+ "prefix": "--2xl",
4
+ "body": [
5
+ "var(--2xl)"
6
+ ],
7
+ "description": "Value: 2rem\\nUnder size category."
8
+ },
9
+ "--action-destructive-active": {
10
+ "prefix": "--action-destructive-active",
11
+ "body": [
12
+ "var(--action-destructive-active)"
13
+ ],
14
+ "description": "Value: #fed8d8\\nUnder color category."
15
+ },
16
+ "--action-destructive-default": {
17
+ "prefix": "--action-destructive-default",
18
+ "body": [
19
+ "var(--action-destructive-default)"
20
+ ],
21
+ "description": "Value: #d60000\\nUnder color category."
22
+ },
23
+ "--action-destructive-disable": {
24
+ "prefix": "--action-destructive-disable",
25
+ "body": [
26
+ "var(--action-destructive-disable)"
27
+ ],
28
+ "description": "Value: #feecec\\nUnder color category."
29
+ },
30
+ "--action-destructive-hover": {
31
+ "prefix": "--action-destructive-hover",
32
+ "body": [
33
+ "var(--action-destructive-hover)"
34
+ ],
35
+ "description": "Value: #a90000\\nUnder color category."
36
+ },
37
+ "--action-primary-active": {
38
+ "prefix": "--action-primary-active",
39
+ "body": [
40
+ "var(--action-primary-active)"
41
+ ],
42
+ "description": "Value: #98f2cf\\nUnder color category."
43
+ },
44
+ "--action-primary-default": {
45
+ "prefix": "--action-primary-default",
46
+ "body": [
47
+ "var(--action-primary-default)"
48
+ ],
49
+ "description": "Value: #00df88\\nUnder color category."
50
+ },
51
+ "--action-primary-disabled": {
52
+ "prefix": "--action-primary-disabled",
53
+ "body": [
54
+ "var(--action-primary-disabled)"
55
+ ],
56
+ "description": "Value: #E5FCF3\\nUnder color category."
57
+ },
58
+ "--action-primary-hover": {
59
+ "prefix": "--action-primary-hover",
60
+ "body": [
61
+ "var(--action-primary-hover)"
62
+ ],
63
+ "description": "Value: #4ce9ac\\nUnder color category."
64
+ },
65
+ "--action-secondary-active": {
66
+ "prefix": "--action-secondary-active",
67
+ "body": [
68
+ "var(--action-secondary-active)"
69
+ ],
70
+ "description": "Value: #9ec1ff\\nUnder color category."
71
+ },
72
+ "--action-secondary-default": {
73
+ "prefix": "--action-secondary-default",
74
+ "body": [
75
+ "var(--action-secondary-default)"
76
+ ],
77
+ "description": "Value: #0053e2\\nUnder color category."
78
+ },
79
+ "--action-secondary-disabled": {
80
+ "prefix": "--action-secondary-disabled",
81
+ "body": [
82
+ "var(--action-secondary-disabled)"
83
+ ],
84
+ "description": "Value: #e3ebff\\nUnder color category."
85
+ },
86
+ "--action-secondary-hover": {
87
+ "prefix": "--action-secondary-hover",
88
+ "body": [
89
+ "var(--action-secondary-hover)"
90
+ ],
91
+ "description": "Value: #254cac\\nUnder color category."
92
+ },
93
+ "--action-tertiary-active": {
94
+ "prefix": "--action-tertiary-active",
95
+ "body": [
96
+ "var(--action-tertiary-active)"
97
+ ],
98
+ "description": "Value: #ababab\\nUnder color category."
99
+ },
100
+ "--action-tertiary-default": {
101
+ "prefix": "--action-tertiary-default",
102
+ "body": [
103
+ "var(--action-tertiary-default)"
104
+ ],
105
+ "description": "Value: #3b3b3b\\nUnder color category."
106
+ },
107
+ "--action-tertiary-disable": {
108
+ "prefix": "--action-tertiary-disable",
109
+ "body": [
110
+ "var(--action-tertiary-disable)"
111
+ ],
112
+ "description": "Value: #f1f1f1\\nUnder color category."
113
+ },
114
+ "--action-tertiary-hover": {
115
+ "prefix": "--action-tertiary-hover",
116
+ "body": [
117
+ "var(--action-tertiary-hover)"
118
+ ],
119
+ "description": "Value: #111\\nUnder color category."
120
+ },
121
+ "--background-blue-light": {
122
+ "prefix": "--background-blue-light",
123
+ "body": [
124
+ "var(--background-blue-light)"
125
+ ],
126
+ "description": "Value: #e3ebff\\nUnder color category."
127
+ },
128
+ "--background-blue-medium": {
129
+ "prefix": "--background-blue-medium",
130
+ "body": [
131
+ "var(--background-blue-medium)"
132
+ ],
133
+ "description": "Value: #c3deff\\nUnder color category."
134
+ },
135
+ "--background-green-dark": {
136
+ "prefix": "--background-green-dark",
137
+ "body": [
138
+ "var(--background-green-dark)"
139
+ ],
140
+ "description": "Value: #00df88\\nUnder color category."
141
+ },
142
+ "--background-green-light": {
143
+ "prefix": "--background-green-light",
144
+ "body": [
145
+ "var(--background-green-light)"
146
+ ],
147
+ "description": "Value: #E5FCF3\\nUnder color category."
148
+ },
149
+ "--background-green-medium": {
150
+ "prefix": "--background-green-medium",
151
+ "body": [
152
+ "var(--background-green-medium)"
153
+ ],
154
+ "description": "Value: #ccf9e7\\nUnder color category."
155
+ },
156
+ "--background-neutral-dark": {
157
+ "prefix": "--background-neutral-dark",
158
+ "body": [
159
+ "var(--background-neutral-dark)"
160
+ ],
161
+ "description": "Value: #111\\nUnder color category."
162
+ },
163
+ "--background-neutral-grey": {
164
+ "prefix": "--background-neutral-grey",
165
+ "body": [
166
+ "var(--background-neutral-grey)"
167
+ ],
168
+ "description": "Value: #e2e2e2\\nUnder color category."
169
+ },
170
+ "--background-neutral-light": {
171
+ "prefix": "--background-neutral-light",
172
+ "body": [
173
+ "var(--background-neutral-light)"
174
+ ],
175
+ "description": "Value: #f1f1f1\\nUnder color category."
176
+ },
177
+ "--background-red-light": {
178
+ "prefix": "--background-red-light",
179
+ "body": [
180
+ "var(--background-red-light)"
181
+ ],
182
+ "description": "Value: #feecec\\nUnder color category."
183
+ },
184
+ "--background-red-medium": {
185
+ "prefix": "--background-red-medium",
186
+ "body": [
187
+ "var(--background-red-medium)"
188
+ ],
189
+ "description": "Value: #fed8d8\\nUnder color category."
190
+ },
191
+ "--background-white-light": {
192
+ "prefix": "--background-white-light",
193
+ "body": [
194
+ "var(--background-white-light)"
195
+ ],
196
+ "description": "Value: #ffffff\\nUnder color category."
197
+ },
198
+ "--background-yellow-light": {
199
+ "prefix": "--background-yellow-light",
200
+ "body": [
201
+ "var(--background-yellow-light)"
202
+ ],
203
+ "description": "Value: #fff5d9\\nUnder color category."
204
+ },
205
+ "--background-yellow-medium": {
206
+ "prefix": "--background-yellow-medium",
207
+ "body": [
208
+ "var(--background-yellow-medium)"
209
+ ],
210
+ "description": "Value: #ffe7a5\\nUnder color category."
211
+ },
212
+ "--blue-10": {
213
+ "prefix": "--blue-10",
214
+ "body": [
215
+ "var(--blue-10)"
216
+ ],
217
+ "description": "Value: #e3ebff\\nUnder color category."
218
+ },
219
+ "--blue-100": {
220
+ "prefix": "--blue-100",
221
+ "body": [
222
+ "var(--blue-100)"
223
+ ],
224
+ "description": "Value: #071e3c\\nUnder color category."
225
+ },
226
+ "--blue-20": {
227
+ "prefix": "--blue-20",
228
+ "body": [
229
+ "var(--blue-20)"
230
+ ],
231
+ "description": "Value: #c3deff\\nUnder color category."
232
+ },
233
+ "--blue-30": {
234
+ "prefix": "--blue-30",
235
+ "body": [
236
+ "var(--blue-30)"
237
+ ],
238
+ "description": "Value: #9ec1ff\\nUnder color category."
239
+ },
240
+ "--blue-40": {
241
+ "prefix": "--blue-40",
242
+ "body": [
243
+ "var(--blue-40)"
244
+ ],
245
+ "description": "Value: #5c83fd\\nUnder color category."
246
+ },
247
+ "--blue-50": {
248
+ "prefix": "--blue-50",
249
+ "body": [
250
+ "var(--blue-50)"
251
+ ],
252
+ "description": "Value: #446ef5\\nUnder color category."
253
+ },
254
+ "--blue-60": {
255
+ "prefix": "--blue-60",
256
+ "body": [
257
+ "var(--blue-60)"
258
+ ],
259
+ "description": "Value: #0053e2\\nUnder color category."
260
+ },
261
+ "--blue-70": {
262
+ "prefix": "--blue-70",
263
+ "body": [
264
+ "var(--blue-70)"
265
+ ],
266
+ "description": "Value: #254cac\\nUnder color category."
267
+ },
268
+ "--blue-80": {
269
+ "prefix": "--blue-80",
270
+ "body": [
271
+ "var(--blue-80)"
272
+ ],
273
+ "description": "Value: #14328d\\nUnder color category."
274
+ },
275
+ "--blue-90": {
276
+ "prefix": "--blue-90",
277
+ "body": [
278
+ "var(--blue-90)"
279
+ ],
280
+ "description": "Value: #0c285f\\nUnder color category."
281
+ },
282
+ "--body-lg-font-family": {
283
+ "prefix": "--body-lg-font-family",
284
+ "body": [
285
+ "var(--body-lg-font-family)"
286
+ ],
287
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
288
+ },
289
+ "--body-lg-font-size": {
290
+ "prefix": "--body-lg-font-size",
291
+ "body": [
292
+ "var(--body-lg-font-size)"
293
+ ],
294
+ "description": "Value: 16px\\nUnder size category."
295
+ },
296
+ "--body-lg-font-weight": {
297
+ "prefix": "--body-lg-font-weight",
298
+ "body": [
299
+ "var(--body-lg-font-weight)"
300
+ ],
301
+ "description": "Value: book\\nUnder fontWeight category."
302
+ },
303
+ "--body-lg-letter-spacing": {
304
+ "prefix": "--body-lg-letter-spacing",
305
+ "body": [
306
+ "var(--body-lg-letter-spacing)"
307
+ ],
308
+ "description": "Value: 0%\\nUnder size category."
309
+ },
310
+ "--body-lg-line-height": {
311
+ "prefix": "--body-lg-line-height",
312
+ "body": [
313
+ "var(--body-lg-line-height)"
314
+ ],
315
+ "description": "Value: 24px\\nUnder size category."
316
+ },
317
+ "--body-lg-paragraph-indent": {
318
+ "prefix": "--body-lg-paragraph-indent",
319
+ "body": [
320
+ "var(--body-lg-paragraph-indent)"
321
+ ],
322
+ "description": "Value: 0px\\nUnder paragraphIndent category."
323
+ },
324
+ "--body-lg-text-case": {
325
+ "prefix": "--body-lg-text-case",
326
+ "body": [
327
+ "var(--body-lg-text-case)"
328
+ ],
329
+ "description": "Value: none\\nUnder textTransform category."
330
+ },
331
+ "--body-lg-text-decoration": {
332
+ "prefix": "--body-lg-text-decoration",
333
+ "body": [
334
+ "var(--body-lg-text-decoration)"
335
+ ],
336
+ "description": "Value: none\\nUnder textDecoration category."
337
+ },
338
+ "--body-md-font-family": {
339
+ "prefix": "--body-md-font-family",
340
+ "body": [
341
+ "var(--body-md-font-family)"
342
+ ],
343
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
344
+ },
345
+ "--body-md-font-size": {
346
+ "prefix": "--body-md-font-size",
347
+ "body": [
348
+ "var(--body-md-font-size)"
349
+ ],
350
+ "description": "Value: 14px\\nUnder size category."
351
+ },
352
+ "--body-md-font-weight": {
353
+ "prefix": "--body-md-font-weight",
354
+ "body": [
355
+ "var(--body-md-font-weight)"
356
+ ],
357
+ "description": "Value: book\\nUnder fontWeight category."
358
+ },
359
+ "--body-md-letter-spacing": {
360
+ "prefix": "--body-md-letter-spacing",
361
+ "body": [
362
+ "var(--body-md-letter-spacing)"
363
+ ],
364
+ "description": "Value: 0%\\nUnder size category."
365
+ },
366
+ "--body-md-line-height": {
367
+ "prefix": "--body-md-line-height",
368
+ "body": [
369
+ "var(--body-md-line-height)"
370
+ ],
371
+ "description": "Value: 20px\\nUnder size category."
372
+ },
373
+ "--body-md-paragraph-indent": {
374
+ "prefix": "--body-md-paragraph-indent",
375
+ "body": [
376
+ "var(--body-md-paragraph-indent)"
377
+ ],
378
+ "description": "Value: 0px\\nUnder paragraphIndent category."
379
+ },
380
+ "--body-md-text-case": {
381
+ "prefix": "--body-md-text-case",
382
+ "body": [
383
+ "var(--body-md-text-case)"
384
+ ],
385
+ "description": "Value: none\\nUnder textTransform category."
386
+ },
387
+ "--body-md-text-decoration": {
388
+ "prefix": "--body-md-text-decoration",
389
+ "body": [
390
+ "var(--body-md-text-decoration)"
391
+ ],
392
+ "description": "Value: none\\nUnder textDecoration category."
393
+ },
394
+ "--body-sm-font-family": {
395
+ "prefix": "--body-sm-font-family",
396
+ "body": [
397
+ "var(--body-sm-font-family)"
398
+ ],
399
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
400
+ },
401
+ "--body-sm-font-size": {
402
+ "prefix": "--body-sm-font-size",
403
+ "body": [
404
+ "var(--body-sm-font-size)"
405
+ ],
406
+ "description": "Value: 12px\\nUnder size category."
407
+ },
408
+ "--body-sm-font-weight": {
409
+ "prefix": "--body-sm-font-weight",
410
+ "body": [
411
+ "var(--body-sm-font-weight)"
412
+ ],
413
+ "description": "Value: book\\nUnder fontWeight category."
414
+ },
415
+ "--body-sm-letter-spacing": {
416
+ "prefix": "--body-sm-letter-spacing",
417
+ "body": [
418
+ "var(--body-sm-letter-spacing)"
419
+ ],
420
+ "description": "Value: 0%\\nUnder size category."
421
+ },
422
+ "--body-sm-line-height": {
423
+ "prefix": "--body-sm-line-height",
424
+ "body": [
425
+ "var(--body-sm-line-height)"
426
+ ],
427
+ "description": "Value: 20px\\nUnder size category."
428
+ },
429
+ "--body-sm-paragraph-indent": {
430
+ "prefix": "--body-sm-paragraph-indent",
431
+ "body": [
432
+ "var(--body-sm-paragraph-indent)"
433
+ ],
434
+ "description": "Value: 0px\\nUnder paragraphIndent category."
435
+ },
436
+ "--body-sm-text-case": {
437
+ "prefix": "--body-sm-text-case",
438
+ "body": [
439
+ "var(--body-sm-text-case)"
440
+ ],
441
+ "description": "Value: none\\nUnder textTransform category."
442
+ },
443
+ "--body-sm-text-decoration": {
444
+ "prefix": "--body-sm-text-decoration",
445
+ "body": [
446
+ "var(--body-sm-text-decoration)"
447
+ ],
448
+ "description": "Value: none\\nUnder textDecoration category."
449
+ },
450
+ "--body-xl-font-family": {
451
+ "prefix": "--body-xl-font-family",
452
+ "body": [
453
+ "var(--body-xl-font-family)"
454
+ ],
455
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
456
+ },
457
+ "--body-xl-font-size": {
458
+ "prefix": "--body-xl-font-size",
459
+ "body": [
460
+ "var(--body-xl-font-size)"
461
+ ],
462
+ "description": "Value: 18px\\nUnder size category."
463
+ },
464
+ "--body-xl-font-weight": {
465
+ "prefix": "--body-xl-font-weight",
466
+ "body": [
467
+ "var(--body-xl-font-weight)"
468
+ ],
469
+ "description": "Value: book\\nUnder fontWeight category."
470
+ },
471
+ "--body-xl-letter-spacing": {
472
+ "prefix": "--body-xl-letter-spacing",
473
+ "body": [
474
+ "var(--body-xl-letter-spacing)"
475
+ ],
476
+ "description": "Value: 0%\\nUnder size category."
477
+ },
478
+ "--body-xl-line-height": {
479
+ "prefix": "--body-xl-line-height",
480
+ "body": [
481
+ "var(--body-xl-line-height)"
482
+ ],
483
+ "description": "Value: 28px\\nUnder size category."
484
+ },
485
+ "--body-xl-paragraph-indent": {
486
+ "prefix": "--body-xl-paragraph-indent",
487
+ "body": [
488
+ "var(--body-xl-paragraph-indent)"
489
+ ],
490
+ "description": "Value: 0px\\nUnder paragraphIndent category."
491
+ },
492
+ "--body-xl-text-case": {
493
+ "prefix": "--body-xl-text-case",
494
+ "body": [
495
+ "var(--body-xl-text-case)"
496
+ ],
497
+ "description": "Value: none\\nUnder textTransform category."
498
+ },
499
+ "--body-xl-text-decoration": {
500
+ "prefix": "--body-xl-text-decoration",
501
+ "body": [
502
+ "var(--body-xl-text-decoration)"
503
+ ],
504
+ "description": "Value: none\\nUnder textDecoration category."
505
+ },
506
+ "--book": {
507
+ "prefix": "--book",
508
+ "body": [
509
+ "var(--book)"
510
+ ],
511
+ "description": "Value: book\\nUnder fontWeight category."
512
+ },
513
+ "--border-radius-button-full": {
514
+ "prefix": "--border-radius-button-full",
515
+ "body": [
516
+ "var(--border-radius-button-full)"
517
+ ],
518
+ "description": "Value: 62.4rem\\nUnder size category."
519
+ },
520
+ "--border-radius-button-sm": {
521
+ "prefix": "--border-radius-button-sm",
522
+ "body": [
523
+ "var(--border-radius-button-sm)"
524
+ ],
525
+ "description": "Value: 0.25rem\\nUnder size category."
526
+ },
527
+ "--border-radius-card-lg": {
528
+ "prefix": "--border-radius-card-lg",
529
+ "body": [
530
+ "var(--border-radius-card-lg)"
531
+ ],
532
+ "description": "Value: 0.75rem\\nUnder size category."
533
+ },
534
+ "--border-radius-card-md": {
535
+ "prefix": "--border-radius-card-md",
536
+ "body": [
537
+ "var(--border-radius-card-md)"
538
+ ],
539
+ "description": "Value: 0.5rem\\nUnder size category."
540
+ },
541
+ "--border-radius-card-sm": {
542
+ "prefix": "--border-radius-card-sm",
543
+ "body": [
544
+ "var(--border-radius-card-sm)"
545
+ ],
546
+ "description": "Value: 0.25rem\\nUnder size category."
547
+ },
548
+ "--border-radius-input-lg": {
549
+ "prefix": "--border-radius-input-lg",
550
+ "body": [
551
+ "var(--border-radius-input-lg)"
552
+ ],
553
+ "description": "Value: 0.5rem\\nUnder size category."
554
+ },
555
+ "--border-radius-input-sm": {
556
+ "prefix": "--border-radius-input-sm",
557
+ "body": [
558
+ "var(--border-radius-input-sm)"
559
+ ],
560
+ "description": "Value: 0.25rem\\nUnder size category."
561
+ },
562
+ "--border-radius-modal-lg": {
563
+ "prefix": "--border-radius-modal-lg",
564
+ "body": [
565
+ "var(--border-radius-modal-lg)"
566
+ ],
567
+ "description": "Value: 0.75rem\\nUnder size category."
568
+ },
569
+ "--border-radius-modal-xl": {
570
+ "prefix": "--border-radius-modal-xl",
571
+ "body": [
572
+ "var(--border-radius-modal-xl)"
573
+ ],
574
+ "description": "Value: 1rem\\nUnder size category."
575
+ },
576
+ "--border-radius-popover-default": {
577
+ "prefix": "--border-radius-popover-default",
578
+ "body": [
579
+ "var(--border-radius-popover-default)"
580
+ ],
581
+ "description": "Value: 0.5rem\\nUnder size category."
582
+ },
583
+ "--border-radius-tag-sm": {
584
+ "prefix": "--border-radius-tag-sm",
585
+ "body": [
586
+ "var(--border-radius-tag-sm)"
587
+ ],
588
+ "description": "Value: 0.25rem\\nUnder size category."
589
+ },
590
+ "--border-radius-tag-xl": {
591
+ "prefix": "--border-radius-tag-xl",
592
+ "body": [
593
+ "var(--border-radius-tag-xl)"
594
+ ],
595
+ "description": "Value: 62.4rem\\nUnder size category."
596
+ },
597
+ "--border-radius-tooltip-default": {
598
+ "prefix": "--border-radius-tooltip-default",
599
+ "body": [
600
+ "var(--border-radius-tooltip-default)"
601
+ ],
602
+ "description": "Value: 0.25rem\\nUnder size category."
603
+ },
604
+ "--border-blue": {
605
+ "prefix": "--border-blue",
606
+ "body": [
607
+ "var(--border-blue)"
608
+ ],
609
+ "description": "Value: #0053e2\\nUnder color category."
610
+ },
611
+ "--border-dark": {
612
+ "prefix": "--border-dark",
613
+ "body": [
614
+ "var(--border-dark)"
615
+ ],
616
+ "description": "Value: #111\\nUnder color category."
617
+ },
618
+ "--border-green": {
619
+ "prefix": "--border-green",
620
+ "body": [
621
+ "var(--border-green)"
622
+ ],
623
+ "description": "Value: #00df88\\nUnder color category."
624
+ },
625
+ "--border-light": {
626
+ "prefix": "--border-light",
627
+ "body": [
628
+ "var(--border-light)"
629
+ ],
630
+ "description": "Value: #e2e2e2\\nUnder color category."
631
+ },
632
+ "--border-lighter": {
633
+ "prefix": "--border-lighter",
634
+ "body": [
635
+ "var(--border-lighter)"
636
+ ],
637
+ "description": "Value: #f1f1f1\\nUnder color category."
638
+ },
639
+ "--border-radius-2xl": {
640
+ "prefix": "--border-radius-2xl",
641
+ "body": [
642
+ "var(--border-radius-2xl)"
643
+ ],
644
+ "description": "Value: 1.5rem\\nUnder size category."
645
+ },
646
+ "--border-radius-3xl": {
647
+ "prefix": "--border-radius-3xl",
648
+ "body": [
649
+ "var(--border-radius-3xl)"
650
+ ],
651
+ "description": "Value: 1.75rem\\nUnder size category."
652
+ },
653
+ "--border-radius-full": {
654
+ "prefix": "--border-radius-full",
655
+ "body": [
656
+ "var(--border-radius-full)"
657
+ ],
658
+ "description": "Value: 62.4rem\\nUnder size category."
659
+ },
660
+ "--border-radius-lg": {
661
+ "prefix": "--border-radius-lg",
662
+ "body": [
663
+ "var(--border-radius-lg)"
664
+ ],
665
+ "description": "Value: 1rem\\nUnder size category."
666
+ },
667
+ "--border-radius-md": {
668
+ "prefix": "--border-radius-md",
669
+ "body": [
670
+ "var(--border-radius-md)"
671
+ ],
672
+ "description": "Value: 0.75rem\\nUnder size category."
673
+ },
674
+ "--border-radius-none": {
675
+ "prefix": "--border-radius-none",
676
+ "body": [
677
+ "var(--border-radius-none)"
678
+ ],
679
+ "description": "Value: 0\\nUnder size category."
680
+ },
681
+ "--border-radius-sm": {
682
+ "prefix": "--border-radius-sm",
683
+ "body": [
684
+ "var(--border-radius-sm)"
685
+ ],
686
+ "description": "Value: 0.5rem\\nUnder size category."
687
+ },
688
+ "--border-radius-xl": {
689
+ "prefix": "--border-radius-xl",
690
+ "body": [
691
+ "var(--border-radius-xl)"
692
+ ],
693
+ "description": "Value: 1.25rem\\nUnder size category."
694
+ },
695
+ "--border-radius-xs": {
696
+ "prefix": "--border-radius-xs",
697
+ "body": [
698
+ "var(--border-radius-xs)"
699
+ ],
700
+ "description": "Value: 0.25rem\\nUnder size category."
701
+ },
702
+ "--border-red": {
703
+ "prefix": "--border-red",
704
+ "body": [
705
+ "var(--border-red)"
706
+ ],
707
+ "description": "Value: #a90000\\nUnder color category."
708
+ },
709
+ "--border-width-button-default": {
710
+ "prefix": "--border-width-button-default",
711
+ "body": [
712
+ "var(--border-width-button-default)"
713
+ ],
714
+ "description": "Value: 0.0625rem\\nUnder borderWidth category."
715
+ },
716
+ "--border-width-button-hover": {
717
+ "prefix": "--border-width-button-hover",
718
+ "body": [
719
+ "var(--border-width-button-hover)"
720
+ ],
721
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
722
+ },
723
+ "--border-width-button-pressed": {
724
+ "prefix": "--border-width-button-pressed",
725
+ "body": [
726
+ "var(--border-width-button-pressed)"
727
+ ],
728
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
729
+ },
730
+ "--border-width-card-default": {
731
+ "prefix": "--border-width-card-default",
732
+ "body": [
733
+ "var(--border-width-card-default)"
734
+ ],
735
+ "description": "Value: 0.0625rem\\nUnder borderWidth category."
736
+ },
737
+ "--border-width-card-hover": {
738
+ "prefix": "--border-width-card-hover",
739
+ "body": [
740
+ "var(--border-width-card-hover)"
741
+ ],
742
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
743
+ },
744
+ "--border-width-input-default": {
745
+ "prefix": "--border-width-input-default",
746
+ "body": [
747
+ "var(--border-width-input-default)"
748
+ ],
749
+ "description": "Value: 0.0625rem\\nUnder borderWidth category."
750
+ },
751
+ "--border-width-input-error": {
752
+ "prefix": "--border-width-input-error",
753
+ "body": [
754
+ "var(--border-width-input-error)"
755
+ ],
756
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
757
+ },
758
+ "--border-width-input-focus": {
759
+ "prefix": "--border-width-input-focus",
760
+ "body": [
761
+ "var(--border-width-input-focus)"
762
+ ],
763
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
764
+ },
765
+ "--border-width-md": {
766
+ "prefix": "--border-width-md",
767
+ "body": [
768
+ "var(--border-width-md)"
769
+ ],
770
+ "description": "Value: 0.25rem\\nUnder borderWidth category."
771
+ },
772
+ "--border-width-none": {
773
+ "prefix": "--border-width-none",
774
+ "body": [
775
+ "var(--border-width-none)"
776
+ ],
777
+ "description": "Value: 0\\nUnder borderWidth category."
778
+ },
779
+ "--border-width-sm": {
780
+ "prefix": "--border-width-sm",
781
+ "body": [
782
+ "var(--border-width-sm)"
783
+ ],
784
+ "description": "Value: 0.125rem\\nUnder borderWidth category."
785
+ },
786
+ "--border-width-xs": {
787
+ "prefix": "--border-width-xs",
788
+ "body": [
789
+ "var(--border-width-xs)"
790
+ ],
791
+ "description": "Value: 0.0625rem\\nUnder borderWidth category."
792
+ },
793
+ "--border-yellow": {
794
+ "prefix": "--border-yellow",
795
+ "body": [
796
+ "var(--border-yellow)"
797
+ ],
798
+ "description": "Value: #f4b400\\nUnder color category."
799
+ },
800
+ "--component-card-2xl": {
801
+ "prefix": "--component-card-2xl",
802
+ "body": [
803
+ "var(--component-card-2xl)"
804
+ ],
805
+ "description": "Value: 2.5rem\\nUnder size category."
806
+ },
807
+ "--component-card-lg": {
808
+ "prefix": "--component-card-lg",
809
+ "body": [
810
+ "var(--component-card-lg)"
811
+ ],
812
+ "description": "Value: 1.5rem\\nUnder size category."
813
+ },
814
+ "--component-card-md": {
815
+ "prefix": "--component-card-md",
816
+ "body": [
817
+ "var(--component-card-md)"
818
+ ],
819
+ "description": "Value: 1.25rem\\nUnder size category."
820
+ },
821
+ "--component-card-sm": {
822
+ "prefix": "--component-card-sm",
823
+ "body": [
824
+ "var(--component-card-sm)"
825
+ ],
826
+ "description": "Value: 0.75rem\\nUnder size category."
827
+ },
828
+ "--component-card-xl": {
829
+ "prefix": "--component-card-xl",
830
+ "body": [
831
+ "var(--component-card-xl)"
832
+ ],
833
+ "description": "Value: 2rem\\nUnder size category."
834
+ },
835
+ "--component-modal-lg": {
836
+ "prefix": "--component-modal-lg",
837
+ "body": [
838
+ "var(--component-modal-lg)"
839
+ ],
840
+ "description": "Value: 1.75rem\\nUnder size category."
841
+ },
842
+ "--component-modal-md": {
843
+ "prefix": "--component-modal-md",
844
+ "body": [
845
+ "var(--component-modal-md)"
846
+ ],
847
+ "description": "Value: 1.5rem\\nUnder size category."
848
+ },
849
+ "--component-modal-sm": {
850
+ "prefix": "--component-modal-sm",
851
+ "body": [
852
+ "var(--component-modal-sm)"
853
+ ],
854
+ "description": "Value: 1.25rem\\nUnder size category."
855
+ },
856
+ "--display-2xl-font-family": {
857
+ "prefix": "--display-2xl-font-family",
858
+ "body": [
859
+ "var(--display-2xl-font-family)"
860
+ ],
861
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
862
+ },
863
+ "--display-2xl-font-size": {
864
+ "prefix": "--display-2xl-font-size",
865
+ "body": [
866
+ "var(--display-2xl-font-size)"
867
+ ],
868
+ "description": "Value: 52px\\nUnder size category."
869
+ },
870
+ "--display-2xl-font-weight": {
871
+ "prefix": "--display-2xl-font-weight",
872
+ "body": [
873
+ "var(--display-2xl-font-weight)"
874
+ ],
875
+ "description": "Value: 500\\nUnder fontWeight category."
876
+ },
877
+ "--display-2xl-letter-spacing": {
878
+ "prefix": "--display-2xl-letter-spacing",
879
+ "body": [
880
+ "var(--display-2xl-letter-spacing)"
881
+ ],
882
+ "description": "Value: 0%\\nUnder size category."
883
+ },
884
+ "--display-2xl-line-height": {
885
+ "prefix": "--display-2xl-line-height",
886
+ "body": [
887
+ "var(--display-2xl-line-height)"
888
+ ],
889
+ "description": "Value: 56px\\nUnder size category."
890
+ },
891
+ "--display-2xl-paragraph-indent": {
892
+ "prefix": "--display-2xl-paragraph-indent",
893
+ "body": [
894
+ "var(--display-2xl-paragraph-indent)"
895
+ ],
896
+ "description": "Value: 0px\\nUnder paragraphIndent category."
897
+ },
898
+ "--display-2xl-text-case": {
899
+ "prefix": "--display-2xl-text-case",
900
+ "body": [
901
+ "var(--display-2xl-text-case)"
902
+ ],
903
+ "description": "Value: none\\nUnder textTransform category."
904
+ },
905
+ "--display-2xl-text-decoration": {
906
+ "prefix": "--display-2xl-text-decoration",
907
+ "body": [
908
+ "var(--display-2xl-text-decoration)"
909
+ ],
910
+ "description": "Value: none\\nUnder textDecoration category."
911
+ },
912
+ "--display-xl-font-family": {
913
+ "prefix": "--display-xl-font-family",
914
+ "body": [
915
+ "var(--display-xl-font-family)"
916
+ ],
917
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
918
+ },
919
+ "--display-xl-font-size": {
920
+ "prefix": "--display-xl-font-size",
921
+ "body": [
922
+ "var(--display-xl-font-size)"
923
+ ],
924
+ "description": "Value: 44px\\nUnder size category."
925
+ },
926
+ "--display-xl-font-weight": {
927
+ "prefix": "--display-xl-font-weight",
928
+ "body": [
929
+ "var(--display-xl-font-weight)"
930
+ ],
931
+ "description": "Value: 500\\nUnder fontWeight category."
932
+ },
933
+ "--display-xl-letter-spacing": {
934
+ "prefix": "--display-xl-letter-spacing",
935
+ "body": [
936
+ "var(--display-xl-letter-spacing)"
937
+ ],
938
+ "description": "Value: 0%\\nUnder size category."
939
+ },
940
+ "--display-xl-line-height": {
941
+ "prefix": "--display-xl-line-height",
942
+ "body": [
943
+ "var(--display-xl-line-height)"
944
+ ],
945
+ "description": "Value: 48px\\nUnder size category."
946
+ },
947
+ "--display-xl-paragraph-indent": {
948
+ "prefix": "--display-xl-paragraph-indent",
949
+ "body": [
950
+ "var(--display-xl-paragraph-indent)"
951
+ ],
952
+ "description": "Value: 0px\\nUnder paragraphIndent category."
953
+ },
954
+ "--display-xl-text-case": {
955
+ "prefix": "--display-xl-text-case",
956
+ "body": [
957
+ "var(--display-xl-text-case)"
958
+ ],
959
+ "description": "Value: none\\nUnder textTransform category."
960
+ },
961
+ "--display-xl-text-decoration": {
962
+ "prefix": "--display-xl-text-decoration",
963
+ "body": [
964
+ "var(--display-xl-text-decoration)"
965
+ ],
966
+ "description": "Value: none\\nUnder textDecoration category."
967
+ },
968
+ "--feedback-alert-error": {
969
+ "prefix": "--feedback-alert-error",
970
+ "body": [
971
+ "var(--feedback-alert-error)"
972
+ ],
973
+ "description": "Value: #a90000\\nUnder color category."
974
+ },
975
+ "--feedback-alert-neutral": {
976
+ "prefix": "--feedback-alert-neutral",
977
+ "body": [
978
+ "var(--feedback-alert-neutral)"
979
+ ],
980
+ "description": "Value: #111\\nUnder color category."
981
+ },
982
+ "--feedback-alert-success": {
983
+ "prefix": "--feedback-alert-success",
984
+ "body": [
985
+ "var(--feedback-alert-success)"
986
+ ],
987
+ "description": "Value: #00df88\\nUnder color category."
988
+ },
989
+ "--feedback-alert-warning": {
990
+ "prefix": "--feedback-alert-warning",
991
+ "body": [
992
+ "var(--feedback-alert-warning)"
993
+ ],
994
+ "description": "Value: #fff5d9\\nUnder color category."
995
+ },
996
+ "--font-size-2xl": {
997
+ "prefix": "--font-size-2xl",
998
+ "body": [
999
+ "var(--font-size-2xl)"
1000
+ ],
1001
+ "description": "Value: 32px\\nUnder size category."
1002
+ },
1003
+ "--font-size-2xs": {
1004
+ "prefix": "--font-size-2xs",
1005
+ "body": [
1006
+ "var(--font-size-2xs)"
1007
+ ],
1008
+ "description": "Value: 14px\\nUnder size category."
1009
+ },
1010
+ "--font-size-3xl": {
1011
+ "prefix": "--font-size-3xl",
1012
+ "body": [
1013
+ "var(--font-size-3xl)"
1014
+ ],
1015
+ "description": "Value: 36px\\nUnder size category."
1016
+ },
1017
+ "--font-size-3xs": {
1018
+ "prefix": "--font-size-3xs",
1019
+ "body": [
1020
+ "var(--font-size-3xs)"
1021
+ ],
1022
+ "description": "Value: 12px\\nUnder size category."
1023
+ },
1024
+ "--font-size-4xl": {
1025
+ "prefix": "--font-size-4xl",
1026
+ "body": [
1027
+ "var(--font-size-4xl)"
1028
+ ],
1029
+ "description": "Value: 40px\\nUnder size category."
1030
+ },
1031
+ "--font-size-5xl": {
1032
+ "prefix": "--font-size-5xl",
1033
+ "body": [
1034
+ "var(--font-size-5xl)"
1035
+ ],
1036
+ "description": "Value: 44px\\nUnder size category."
1037
+ },
1038
+ "--font-size-6xl": {
1039
+ "prefix": "--font-size-6xl",
1040
+ "body": [
1041
+ "var(--font-size-6xl)"
1042
+ ],
1043
+ "description": "Value: 52px\\nUnder size category."
1044
+ },
1045
+ "--font-size-lg": {
1046
+ "prefix": "--font-size-lg",
1047
+ "body": [
1048
+ "var(--font-size-lg)"
1049
+ ],
1050
+ "description": "Value: 20px\\nUnder size category."
1051
+ },
1052
+ "--font-size-md": {
1053
+ "prefix": "--font-size-md",
1054
+ "body": [
1055
+ "var(--font-size-md)"
1056
+ ],
1057
+ "description": "Value: 18px\\nUnder size category."
1058
+ },
1059
+ "--font-size-xl": {
1060
+ "prefix": "--font-size-xl",
1061
+ "body": [
1062
+ "var(--font-size-xl)"
1063
+ ],
1064
+ "description": "Value: 28px\\nUnder size category."
1065
+ },
1066
+ "--font-size-xs": {
1067
+ "prefix": "--font-size-xs",
1068
+ "body": [
1069
+ "var(--font-size-xs)"
1070
+ ],
1071
+ "description": "Value: 16px\\nUnder size category."
1072
+ },
1073
+ "--font-families-campton": {
1074
+ "prefix": "--font-families-campton",
1075
+ "body": [
1076
+ "var(--font-families-campton)"
1077
+ ],
1078
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1079
+ },
1080
+ "--green-10": {
1081
+ "prefix": "--green-10",
1082
+ "body": [
1083
+ "var(--green-10)"
1084
+ ],
1085
+ "description": "Value: #E5FCF3\\nUnder color category."
1086
+ },
1087
+ "--green-100": {
1088
+ "prefix": "--green-100",
1089
+ "body": [
1090
+ "var(--green-100)"
1091
+ ],
1092
+ "description": "Value: #00df88\\nUnder color category."
1093
+ },
1094
+ "--green-20": {
1095
+ "prefix": "--green-20",
1096
+ "body": [
1097
+ "var(--green-20)"
1098
+ ],
1099
+ "description": "Value: #ccf9e7\\nUnder color category."
1100
+ },
1101
+ "--green-30": {
1102
+ "prefix": "--green-30",
1103
+ "body": [
1104
+ "var(--green-30)"
1105
+ ],
1106
+ "description": "Value: #B2F5DB\\nUnder color category."
1107
+ },
1108
+ "--green-40": {
1109
+ "prefix": "--green-40",
1110
+ "body": [
1111
+ "var(--green-40)"
1112
+ ],
1113
+ "description": "Value: #98f2cf\\nUnder color category."
1114
+ },
1115
+ "--green-50": {
1116
+ "prefix": "--green-50",
1117
+ "body": [
1118
+ "var(--green-50)"
1119
+ ],
1120
+ "description": "Value: #81efc3\\nUnder color category."
1121
+ },
1122
+ "--green-60": {
1123
+ "prefix": "--green-60",
1124
+ "body": [
1125
+ "var(--green-60)"
1126
+ ],
1127
+ "description": "Value: #66ecb8\\nUnder color category."
1128
+ },
1129
+ "--green-70": {
1130
+ "prefix": "--green-70",
1131
+ "body": [
1132
+ "var(--green-70)"
1133
+ ],
1134
+ "description": "Value: #4ce9ac\\nUnder color category."
1135
+ },
1136
+ "--green-80": {
1137
+ "prefix": "--green-80",
1138
+ "body": [
1139
+ "var(--green-80)"
1140
+ ],
1141
+ "description": "Value: #31e5a0\\nUnder color category."
1142
+ },
1143
+ "--green-90": {
1144
+ "prefix": "--green-90",
1145
+ "body": [
1146
+ "var(--green-90)"
1147
+ ],
1148
+ "description": "Value: #1ae294\\nUnder color category."
1149
+ },
1150
+ "--heading-2xs-font-family": {
1151
+ "prefix": "--heading-2xs-font-family",
1152
+ "body": [
1153
+ "var(--heading-2xs-font-family)"
1154
+ ],
1155
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1156
+ },
1157
+ "--heading-2xs-font-size": {
1158
+ "prefix": "--heading-2xs-font-size",
1159
+ "body": [
1160
+ "var(--heading-2xs-font-size)"
1161
+ ],
1162
+ "description": "Value: 18px\\nUnder size category."
1163
+ },
1164
+ "--heading-2xs-font-weight": {
1165
+ "prefix": "--heading-2xs-font-weight",
1166
+ "body": [
1167
+ "var(--heading-2xs-font-weight)"
1168
+ ],
1169
+ "description": "Value: 600\\nUnder fontWeight category."
1170
+ },
1171
+ "--heading-2xs-letter-spacing": {
1172
+ "prefix": "--heading-2xs-letter-spacing",
1173
+ "body": [
1174
+ "var(--heading-2xs-letter-spacing)"
1175
+ ],
1176
+ "description": "Value: 0%\\nUnder size category."
1177
+ },
1178
+ "--heading-2xs-line-height": {
1179
+ "prefix": "--heading-2xs-line-height",
1180
+ "body": [
1181
+ "var(--heading-2xs-line-height)"
1182
+ ],
1183
+ "description": "Value: 24px\\nUnder size category."
1184
+ },
1185
+ "--heading-2xs-paragraph-indent": {
1186
+ "prefix": "--heading-2xs-paragraph-indent",
1187
+ "body": [
1188
+ "var(--heading-2xs-paragraph-indent)"
1189
+ ],
1190
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1191
+ },
1192
+ "--heading-2xs-text-case": {
1193
+ "prefix": "--heading-2xs-text-case",
1194
+ "body": [
1195
+ "var(--heading-2xs-text-case)"
1196
+ ],
1197
+ "description": "Value: none\\nUnder textTransform category."
1198
+ },
1199
+ "--heading-2xs-text-decoration": {
1200
+ "prefix": "--heading-2xs-text-decoration",
1201
+ "body": [
1202
+ "var(--heading-2xs-text-decoration)"
1203
+ ],
1204
+ "description": "Value: none\\nUnder textDecoration category."
1205
+ },
1206
+ "--heading-lg-font-family": {
1207
+ "prefix": "--heading-lg-font-family",
1208
+ "body": [
1209
+ "var(--heading-lg-font-family)"
1210
+ ],
1211
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1212
+ },
1213
+ "--heading-lg-font-size": {
1214
+ "prefix": "--heading-lg-font-size",
1215
+ "body": [
1216
+ "var(--heading-lg-font-size)"
1217
+ ],
1218
+ "description": "Value: 36px\\nUnder size category."
1219
+ },
1220
+ "--heading-lg-font-weight": {
1221
+ "prefix": "--heading-lg-font-weight",
1222
+ "body": [
1223
+ "var(--heading-lg-font-weight)"
1224
+ ],
1225
+ "description": "Value: 600\\nUnder fontWeight category."
1226
+ },
1227
+ "--heading-lg-letter-spacing": {
1228
+ "prefix": "--heading-lg-letter-spacing",
1229
+ "body": [
1230
+ "var(--heading-lg-letter-spacing)"
1231
+ ],
1232
+ "description": "Value: 0%\\nUnder size category."
1233
+ },
1234
+ "--heading-lg-line-height": {
1235
+ "prefix": "--heading-lg-line-height",
1236
+ "body": [
1237
+ "var(--heading-lg-line-height)"
1238
+ ],
1239
+ "description": "Value: 44px\\nUnder size category."
1240
+ },
1241
+ "--heading-lg-paragraph-indent": {
1242
+ "prefix": "--heading-lg-paragraph-indent",
1243
+ "body": [
1244
+ "var(--heading-lg-paragraph-indent)"
1245
+ ],
1246
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1247
+ },
1248
+ "--heading-lg-text-case": {
1249
+ "prefix": "--heading-lg-text-case",
1250
+ "body": [
1251
+ "var(--heading-lg-text-case)"
1252
+ ],
1253
+ "description": "Value: none\\nUnder textTransform category."
1254
+ },
1255
+ "--heading-lg-text-decoration": {
1256
+ "prefix": "--heading-lg-text-decoration",
1257
+ "body": [
1258
+ "var(--heading-lg-text-decoration)"
1259
+ ],
1260
+ "description": "Value: none\\nUnder textDecoration category."
1261
+ },
1262
+ "--heading-md-font-family": {
1263
+ "prefix": "--heading-md-font-family",
1264
+ "body": [
1265
+ "var(--heading-md-font-family)"
1266
+ ],
1267
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1268
+ },
1269
+ "--heading-md-font-size": {
1270
+ "prefix": "--heading-md-font-size",
1271
+ "body": [
1272
+ "var(--heading-md-font-size)"
1273
+ ],
1274
+ "description": "Value: 32px\\nUnder size category."
1275
+ },
1276
+ "--heading-md-font-weight": {
1277
+ "prefix": "--heading-md-font-weight",
1278
+ "body": [
1279
+ "var(--heading-md-font-weight)"
1280
+ ],
1281
+ "description": "Value: 600\\nUnder fontWeight category."
1282
+ },
1283
+ "--heading-md-letter-spacing": {
1284
+ "prefix": "--heading-md-letter-spacing",
1285
+ "body": [
1286
+ "var(--heading-md-letter-spacing)"
1287
+ ],
1288
+ "description": "Value: 0%\\nUnder size category."
1289
+ },
1290
+ "--heading-md-line-height": {
1291
+ "prefix": "--heading-md-line-height",
1292
+ "body": [
1293
+ "var(--heading-md-line-height)"
1294
+ ],
1295
+ "description": "Value: 40px\\nUnder size category."
1296
+ },
1297
+ "--heading-md-paragraph-indent": {
1298
+ "prefix": "--heading-md-paragraph-indent",
1299
+ "body": [
1300
+ "var(--heading-md-paragraph-indent)"
1301
+ ],
1302
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1303
+ },
1304
+ "--heading-md-text-case": {
1305
+ "prefix": "--heading-md-text-case",
1306
+ "body": [
1307
+ "var(--heading-md-text-case)"
1308
+ ],
1309
+ "description": "Value: none\\nUnder textTransform category."
1310
+ },
1311
+ "--heading-md-text-decoration": {
1312
+ "prefix": "--heading-md-text-decoration",
1313
+ "body": [
1314
+ "var(--heading-md-text-decoration)"
1315
+ ],
1316
+ "description": "Value: none\\nUnder textDecoration category."
1317
+ },
1318
+ "--heading-sm-font-family": {
1319
+ "prefix": "--heading-sm-font-family",
1320
+ "body": [
1321
+ "var(--heading-sm-font-family)"
1322
+ ],
1323
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1324
+ },
1325
+ "--heading-sm-font-size": {
1326
+ "prefix": "--heading-sm-font-size",
1327
+ "body": [
1328
+ "var(--heading-sm-font-size)"
1329
+ ],
1330
+ "description": "Value: 28px\\nUnder size category."
1331
+ },
1332
+ "--heading-sm-font-weight": {
1333
+ "prefix": "--heading-sm-font-weight",
1334
+ "body": [
1335
+ "var(--heading-sm-font-weight)"
1336
+ ],
1337
+ "description": "Value: 600\\nUnder fontWeight category."
1338
+ },
1339
+ "--heading-sm-letter-spacing": {
1340
+ "prefix": "--heading-sm-letter-spacing",
1341
+ "body": [
1342
+ "var(--heading-sm-letter-spacing)"
1343
+ ],
1344
+ "description": "Value: 0%\\nUnder size category."
1345
+ },
1346
+ "--heading-sm-line-height": {
1347
+ "prefix": "--heading-sm-line-height",
1348
+ "body": [
1349
+ "var(--heading-sm-line-height)"
1350
+ ],
1351
+ "description": "Value: 36px\\nUnder size category."
1352
+ },
1353
+ "--heading-sm-paragraph-indent": {
1354
+ "prefix": "--heading-sm-paragraph-indent",
1355
+ "body": [
1356
+ "var(--heading-sm-paragraph-indent)"
1357
+ ],
1358
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1359
+ },
1360
+ "--heading-sm-text-case": {
1361
+ "prefix": "--heading-sm-text-case",
1362
+ "body": [
1363
+ "var(--heading-sm-text-case)"
1364
+ ],
1365
+ "description": "Value: none\\nUnder textTransform category."
1366
+ },
1367
+ "--heading-sm-text-decoration": {
1368
+ "prefix": "--heading-sm-text-decoration",
1369
+ "body": [
1370
+ "var(--heading-sm-text-decoration)"
1371
+ ],
1372
+ "description": "Value: none\\nUnder textDecoration category."
1373
+ },
1374
+ "--heading-xl-font-family": {
1375
+ "prefix": "--heading-xl-font-family",
1376
+ "body": [
1377
+ "var(--heading-xl-font-family)"
1378
+ ],
1379
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1380
+ },
1381
+ "--heading-xl-font-size": {
1382
+ "prefix": "--heading-xl-font-size",
1383
+ "body": [
1384
+ "var(--heading-xl-font-size)"
1385
+ ],
1386
+ "description": "Value: 40px\\nUnder size category."
1387
+ },
1388
+ "--heading-xl-font-weight": {
1389
+ "prefix": "--heading-xl-font-weight",
1390
+ "body": [
1391
+ "var(--heading-xl-font-weight)"
1392
+ ],
1393
+ "description": "Value: 600\\nUnder fontWeight category."
1394
+ },
1395
+ "--heading-xl-letter-spacing": {
1396
+ "prefix": "--heading-xl-letter-spacing",
1397
+ "body": [
1398
+ "var(--heading-xl-letter-spacing)"
1399
+ ],
1400
+ "description": "Value: 0%\\nUnder size category."
1401
+ },
1402
+ "--heading-xl-line-height": {
1403
+ "prefix": "--heading-xl-line-height",
1404
+ "body": [
1405
+ "var(--heading-xl-line-height)"
1406
+ ],
1407
+ "description": "Value: 48px\\nUnder size category."
1408
+ },
1409
+ "--heading-xl-paragraph-indent": {
1410
+ "prefix": "--heading-xl-paragraph-indent",
1411
+ "body": [
1412
+ "var(--heading-xl-paragraph-indent)"
1413
+ ],
1414
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1415
+ },
1416
+ "--heading-xl-text-case": {
1417
+ "prefix": "--heading-xl-text-case",
1418
+ "body": [
1419
+ "var(--heading-xl-text-case)"
1420
+ ],
1421
+ "description": "Value: none\\nUnder textTransform category."
1422
+ },
1423
+ "--heading-xl-text-decoration": {
1424
+ "prefix": "--heading-xl-text-decoration",
1425
+ "body": [
1426
+ "var(--heading-xl-text-decoration)"
1427
+ ],
1428
+ "description": "Value: none\\nUnder textDecoration category."
1429
+ },
1430
+ "--heading-xs-font-family": {
1431
+ "prefix": "--heading-xs-font-family",
1432
+ "body": [
1433
+ "var(--heading-xs-font-family)"
1434
+ ],
1435
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
1436
+ },
1437
+ "--heading-xs-font-size": {
1438
+ "prefix": "--heading-xs-font-size",
1439
+ "body": [
1440
+ "var(--heading-xs-font-size)"
1441
+ ],
1442
+ "description": "Value: 20px\\nUnder size category."
1443
+ },
1444
+ "--heading-xs-font-weight": {
1445
+ "prefix": "--heading-xs-font-weight",
1446
+ "body": [
1447
+ "var(--heading-xs-font-weight)"
1448
+ ],
1449
+ "description": "Value: 600\\nUnder fontWeight category."
1450
+ },
1451
+ "--heading-xs-letter-spacing": {
1452
+ "prefix": "--heading-xs-letter-spacing",
1453
+ "body": [
1454
+ "var(--heading-xs-letter-spacing)"
1455
+ ],
1456
+ "description": "Value: 0%\\nUnder size category."
1457
+ },
1458
+ "--heading-xs-line-height": {
1459
+ "prefix": "--heading-xs-line-height",
1460
+ "body": [
1461
+ "var(--heading-xs-line-height)"
1462
+ ],
1463
+ "description": "Value: 28px\\nUnder size category."
1464
+ },
1465
+ "--heading-xs-paragraph-indent": {
1466
+ "prefix": "--heading-xs-paragraph-indent",
1467
+ "body": [
1468
+ "var(--heading-xs-paragraph-indent)"
1469
+ ],
1470
+ "description": "Value: 0px\\nUnder paragraphIndent category."
1471
+ },
1472
+ "--heading-xs-text-case": {
1473
+ "prefix": "--heading-xs-text-case",
1474
+ "body": [
1475
+ "var(--heading-xs-text-case)"
1476
+ ],
1477
+ "description": "Value: none\\nUnder textTransform category."
1478
+ },
1479
+ "--heading-xs-text-decoration": {
1480
+ "prefix": "--heading-xs-text-decoration",
1481
+ "body": [
1482
+ "var(--heading-xs-text-decoration)"
1483
+ ],
1484
+ "description": "Value: none\\nUnder textDecoration category."
1485
+ },
1486
+ "--icon-blue": {
1487
+ "prefix": "--icon-blue",
1488
+ "body": [
1489
+ "var(--icon-blue)"
1490
+ ],
1491
+ "description": "Value: #0053e2\\nUnder color category."
1492
+ },
1493
+ "--icon-green": {
1494
+ "prefix": "--icon-green",
1495
+ "body": [
1496
+ "var(--icon-green)"
1497
+ ],
1498
+ "description": "Value: #00df88\\nUnder color category."
1499
+ },
1500
+ "--icon-light": {
1501
+ "prefix": "--icon-light",
1502
+ "body": [
1503
+ "var(--icon-light)"
1504
+ ],
1505
+ "description": "Value: #e2e2e2\\nUnder color category."
1506
+ },
1507
+ "--icon-lighter": {
1508
+ "prefix": "--icon-lighter",
1509
+ "body": [
1510
+ "var(--icon-lighter)"
1511
+ ],
1512
+ "description": "Value: #f1f1f1\\nUnder color category."
1513
+ },
1514
+ "--icon-neutral": {
1515
+ "prefix": "--icon-neutral",
1516
+ "body": [
1517
+ "var(--icon-neutral)"
1518
+ ],
1519
+ "description": "Value: #111\\nUnder color category."
1520
+ },
1521
+ "--icon-red": {
1522
+ "prefix": "--icon-red",
1523
+ "body": [
1524
+ "var(--icon-red)"
1525
+ ],
1526
+ "description": "Value: #a90000\\nUnder color category."
1527
+ },
1528
+ "--icon-yellow": {
1529
+ "prefix": "--icon-yellow",
1530
+ "body": [
1531
+ "var(--icon-yellow)"
1532
+ ],
1533
+ "description": "Value: #f4b400\\nUnder color category."
1534
+ },
1535
+ "--layout-spacing-inline-2xl": {
1536
+ "prefix": "--layout-spacing-inline-2xl",
1537
+ "body": [
1538
+ "var(--layout-spacing-inline-2xl)"
1539
+ ],
1540
+ "description": "Value: 5rem\\nUnder size category."
1541
+ },
1542
+ "--layout-spacing-inline-2xs": {
1543
+ "prefix": "--layout-spacing-inline-2xs",
1544
+ "body": [
1545
+ "var(--layout-spacing-inline-2xs)"
1546
+ ],
1547
+ "description": "Value: 0.25rem\\nUnder size category."
1548
+ },
1549
+ "--layout-spacing-inline-3xs": {
1550
+ "prefix": "--layout-spacing-inline-3xs",
1551
+ "body": [
1552
+ "var(--layout-spacing-inline-3xs)"
1553
+ ],
1554
+ "description": "Value: 0.125rem\\nUnder size category."
1555
+ },
1556
+ "--layout-spacing-inline-lg": {
1557
+ "prefix": "--layout-spacing-inline-lg",
1558
+ "body": [
1559
+ "var(--layout-spacing-inline-lg)"
1560
+ ],
1561
+ "description": "Value: 2rem\\nUnder size category."
1562
+ },
1563
+ "--layout-spacing-inline-md": {
1564
+ "prefix": "--layout-spacing-inline-md",
1565
+ "body": [
1566
+ "var(--layout-spacing-inline-md)"
1567
+ ],
1568
+ "description": "Value: 1rem\\nUnder size category."
1569
+ },
1570
+ "--layout-spacing-inline-none": {
1571
+ "prefix": "--layout-spacing-inline-none",
1572
+ "body": [
1573
+ "var(--layout-spacing-inline-none)"
1574
+ ],
1575
+ "description": "Value: 0\\nUnder size category."
1576
+ },
1577
+ "--layout-spacing-inline-sm": {
1578
+ "prefix": "--layout-spacing-inline-sm",
1579
+ "body": [
1580
+ "var(--layout-spacing-inline-sm)"
1581
+ ],
1582
+ "description": "Value: 0.75rem\\nUnder size category."
1583
+ },
1584
+ "--layout-spacing-inline-xl": {
1585
+ "prefix": "--layout-spacing-inline-xl",
1586
+ "body": [
1587
+ "var(--layout-spacing-inline-xl)"
1588
+ ],
1589
+ "description": "Value: 2.5rem\\nUnder size category."
1590
+ },
1591
+ "--layout-spacing-inline-xs": {
1592
+ "prefix": "--layout-spacing-inline-xs",
1593
+ "body": [
1594
+ "var(--layout-spacing-inline-xs)"
1595
+ ],
1596
+ "description": "Value: 0.5rem\\nUnder size category."
1597
+ },
1598
+ "--layout-spacing-stack-2xl": {
1599
+ "prefix": "--layout-spacing-stack-2xl",
1600
+ "body": [
1601
+ "var(--layout-spacing-stack-2xl)"
1602
+ ],
1603
+ "description": "Value: 5rem\\nUnder size category."
1604
+ },
1605
+ "--layout-spacing-stack-2xs": {
1606
+ "prefix": "--layout-spacing-stack-2xs",
1607
+ "body": [
1608
+ "var(--layout-spacing-stack-2xs)"
1609
+ ],
1610
+ "description": "Value: 0.25rem\\nUnder size category."
1611
+ },
1612
+ "--layout-spacing-stack-3xs": {
1613
+ "prefix": "--layout-spacing-stack-3xs",
1614
+ "body": [
1615
+ "var(--layout-spacing-stack-3xs)"
1616
+ ],
1617
+ "description": "Value: 0.125rem\\nUnder size category."
1618
+ },
1619
+ "--layout-spacing-stack-lg": {
1620
+ "prefix": "--layout-spacing-stack-lg",
1621
+ "body": [
1622
+ "var(--layout-spacing-stack-lg)"
1623
+ ],
1624
+ "description": "Value: 2rem\\nUnder size category."
1625
+ },
1626
+ "--layout-spacing-stack-md": {
1627
+ "prefix": "--layout-spacing-stack-md",
1628
+ "body": [
1629
+ "var(--layout-spacing-stack-md)"
1630
+ ],
1631
+ "description": "Value: 1rem\\nUnder size category."
1632
+ },
1633
+ "--layout-spacing-stack-none": {
1634
+ "prefix": "--layout-spacing-stack-none",
1635
+ "body": [
1636
+ "var(--layout-spacing-stack-none)"
1637
+ ],
1638
+ "description": "Value: 0\\nUnder size category."
1639
+ },
1640
+ "--layout-spacing-stack-sm": {
1641
+ "prefix": "--layout-spacing-stack-sm",
1642
+ "body": [
1643
+ "var(--layout-spacing-stack-sm)"
1644
+ ],
1645
+ "description": "Value: 0.75rem\\nUnder size category."
1646
+ },
1647
+ "--layout-spacing-stack-xl": {
1648
+ "prefix": "--layout-spacing-stack-xl",
1649
+ "body": [
1650
+ "var(--layout-spacing-stack-xl)"
1651
+ ],
1652
+ "description": "Value: 2.5rem\\nUnder size category."
1653
+ },
1654
+ "--layout-spacing-stack-xs": {
1655
+ "prefix": "--layout-spacing-stack-xs",
1656
+ "body": [
1657
+ "var(--layout-spacing-stack-xs)"
1658
+ ],
1659
+ "description": "Value: 0.5rem\\nUnder size category."
1660
+ },
1661
+ "--letter-spacing-0": {
1662
+ "prefix": "--letter-spacing-0",
1663
+ "body": [
1664
+ "var(--letter-spacing-0)"
1665
+ ],
1666
+ "description": "Value: 0%\\nUnder size category."
1667
+ },
1668
+ "--lg": {
1669
+ "prefix": "--lg",
1670
+ "body": [
1671
+ "var(--lg)"
1672
+ ],
1673
+ "description": "Value: 1.5rem\\nUnder size category."
1674
+ },
1675
+ "--line-height-2xl": {
1676
+ "prefix": "--line-height-2xl",
1677
+ "body": [
1678
+ "var(--line-height-2xl)"
1679
+ ],
1680
+ "description": "Value: 36px\\nUnder size category."
1681
+ },
1682
+ "--line-height-3xl": {
1683
+ "prefix": "--line-height-3xl",
1684
+ "body": [
1685
+ "var(--line-height-3xl)"
1686
+ ],
1687
+ "description": "Value: 40px\\nUnder size category."
1688
+ },
1689
+ "--line-height-4xl": {
1690
+ "prefix": "--line-height-4xl",
1691
+ "body": [
1692
+ "var(--line-height-4xl)"
1693
+ ],
1694
+ "description": "Value: 44px\\nUnder size category."
1695
+ },
1696
+ "--line-height-5xl": {
1697
+ "prefix": "--line-height-5xl",
1698
+ "body": [
1699
+ "var(--line-height-5xl)"
1700
+ ],
1701
+ "description": "Value: 48px\\nUnder size category."
1702
+ },
1703
+ "--line-height-6xl": {
1704
+ "prefix": "--line-height-6xl",
1705
+ "body": [
1706
+ "var(--line-height-6xl)"
1707
+ ],
1708
+ "description": "Value: 56px\\nUnder size category."
1709
+ },
1710
+ "--line-height-lg": {
1711
+ "prefix": "--line-height-lg",
1712
+ "body": [
1713
+ "var(--line-height-lg)"
1714
+ ],
1715
+ "description": "Value: 28px\\nUnder size category."
1716
+ },
1717
+ "--line-height-md": {
1718
+ "prefix": "--line-height-md",
1719
+ "body": [
1720
+ "var(--line-height-md)"
1721
+ ],
1722
+ "description": "Value: 24px\\nUnder size category."
1723
+ },
1724
+ "--line-height-s": {
1725
+ "prefix": "--line-height-s",
1726
+ "body": [
1727
+ "var(--line-height-s)"
1728
+ ],
1729
+ "description": "Value: 20px\\nUnder size category."
1730
+ },
1731
+ "--line-height-xl": {
1732
+ "prefix": "--line-height-xl",
1733
+ "body": [
1734
+ "var(--line-height-xl)"
1735
+ ],
1736
+ "description": "Value: 32px\\nUnder size category."
1737
+ },
1738
+ "--line-height-xs": {
1739
+ "prefix": "--line-height-xs",
1740
+ "body": [
1741
+ "var(--line-height-xs)"
1742
+ ],
1743
+ "description": "Value: 16px\\nUnder size category."
1744
+ },
1745
+ "--md": {
1746
+ "prefix": "--md",
1747
+ "body": [
1748
+ "var(--md)"
1749
+ ],
1750
+ "description": "Value: 1.25rem\\nUnder size category."
1751
+ },
1752
+ "--medium": {
1753
+ "prefix": "--medium",
1754
+ "body": [
1755
+ "var(--medium)"
1756
+ ],
1757
+ "description": "Value: 500\\nUnder fontWeight category."
1758
+ },
1759
+ "--neutral-10": {
1760
+ "prefix": "--neutral-10",
1761
+ "body": [
1762
+ "var(--neutral-10)"
1763
+ ],
1764
+ "description": "Value: #f1f1f1\\nUnder color category."
1765
+ },
1766
+ "--neutral-100": {
1767
+ "prefix": "--neutral-100",
1768
+ "body": [
1769
+ "var(--neutral-100)"
1770
+ ],
1771
+ "description": "Value: #111\\nUnder color category."
1772
+ },
1773
+ "--neutral-20": {
1774
+ "prefix": "--neutral-20",
1775
+ "body": [
1776
+ "var(--neutral-20)"
1777
+ ],
1778
+ "description": "Value: #e2e2e2\\nUnder color category."
1779
+ },
1780
+ "--neutral-30": {
1781
+ "prefix": "--neutral-30",
1782
+ "body": [
1783
+ "var(--neutral-30)"
1784
+ ],
1785
+ "description": "Value: #c6c6c6\\nUnder color category."
1786
+ },
1787
+ "--neutral-40": {
1788
+ "prefix": "--neutral-40",
1789
+ "body": [
1790
+ "var(--neutral-40)"
1791
+ ],
1792
+ "description": "Value: #ababab\\nUnder color category."
1793
+ },
1794
+ "--neutral-50": {
1795
+ "prefix": "--neutral-50",
1796
+ "body": [
1797
+ "var(--neutral-50)"
1798
+ ],
1799
+ "description": "Value: #919191\\nUnder color category."
1800
+ },
1801
+ "--neutral-60": {
1802
+ "prefix": "--neutral-60",
1803
+ "body": [
1804
+ "var(--neutral-60)"
1805
+ ],
1806
+ "description": "Value: #6a6a6a\\nUnder color category."
1807
+ },
1808
+ "--neutral-70": {
1809
+ "prefix": "--neutral-70",
1810
+ "body": [
1811
+ "var(--neutral-70)"
1812
+ ],
1813
+ "description": "Value: #525252\\nUnder color category."
1814
+ },
1815
+ "--neutral-80": {
1816
+ "prefix": "--neutral-80",
1817
+ "body": [
1818
+ "var(--neutral-80)"
1819
+ ],
1820
+ "description": "Value: #3b3b3b\\nUnder color category."
1821
+ },
1822
+ "--neutral-90": {
1823
+ "prefix": "--neutral-90",
1824
+ "body": [
1825
+ "var(--neutral-90)"
1826
+ ],
1827
+ "description": "Value: #262626\\nUnder color category."
1828
+ },
1829
+ "--paragraph-indent-0": {
1830
+ "prefix": "--paragraph-indent-0",
1831
+ "body": [
1832
+ "var(--paragraph-indent-0)"
1833
+ ],
1834
+ "description": "Value: 0px\\nUnder size category."
1835
+ },
1836
+ "--red-10": {
1837
+ "prefix": "--red-10",
1838
+ "body": [
1839
+ "var(--red-10)"
1840
+ ],
1841
+ "description": "Value: #feecec\\nUnder color category."
1842
+ },
1843
+ "--red-100": {
1844
+ "prefix": "--red-100",
1845
+ "body": [
1846
+ "var(--red-100)"
1847
+ ],
1848
+ "description": "Value: #3a0000\\nUnder color category."
1849
+ },
1850
+ "--red-20": {
1851
+ "prefix": "--red-20",
1852
+ "body": [
1853
+ "var(--red-20)"
1854
+ ],
1855
+ "description": "Value: #fed8d8\\nUnder color category."
1856
+ },
1857
+ "--red-30": {
1858
+ "prefix": "--red-30",
1859
+ "body": [
1860
+ "var(--red-30)"
1861
+ ],
1862
+ "description": "Value: #feb3b3\\nUnder color category."
1863
+ },
1864
+ "--red-40": {
1865
+ "prefix": "--red-40",
1866
+ "body": [
1867
+ "var(--red-40)"
1868
+ ],
1869
+ "description": "Value: #fe8888\\nUnder color category."
1870
+ },
1871
+ "--red-50": {
1872
+ "prefix": "--red-50",
1873
+ "body": [
1874
+ "var(--red-50)"
1875
+ ],
1876
+ "description": "Value: #fb5959\\nUnder color category."
1877
+ },
1878
+ "--red-60": {
1879
+ "prefix": "--red-60",
1880
+ "body": [
1881
+ "var(--red-60)"
1882
+ ],
1883
+ "description": "Value: #d60000\\nUnder color category."
1884
+ },
1885
+ "--red-70": {
1886
+ "prefix": "--red-70",
1887
+ "body": [
1888
+ "var(--red-70)"
1889
+ ],
1890
+ "description": "Value: #a90000\\nUnder color category."
1891
+ },
1892
+ "--red-80": {
1893
+ "prefix": "--red-80",
1894
+ "body": [
1895
+ "var(--red-80)"
1896
+ ],
1897
+ "description": "Value: #820000\\nUnder color category."
1898
+ },
1899
+ "--red-90": {
1900
+ "prefix": "--red-90",
1901
+ "body": [
1902
+ "var(--red-90)"
1903
+ ],
1904
+ "description": "Value: #550000\\nUnder color category."
1905
+ },
1906
+ "--s": {
1907
+ "prefix": "--s",
1908
+ "body": [
1909
+ "var(--s)"
1910
+ ],
1911
+ "description": "Value: 1rem\\nUnder size category."
1912
+ },
1913
+ "--section-spacing-2xl": {
1914
+ "prefix": "--section-spacing-2xl",
1915
+ "body": [
1916
+ "var(--section-spacing-2xl)"
1917
+ ],
1918
+ "description": "Value: 3.5rem\\nUnder size category."
1919
+ },
1920
+ "--section-spacing-3xl": {
1921
+ "prefix": "--section-spacing-3xl",
1922
+ "body": [
1923
+ "var(--section-spacing-3xl)"
1924
+ ],
1925
+ "description": "Value: 5rem\\nUnder size category."
1926
+ },
1927
+ "--section-spacing-lg": {
1928
+ "prefix": "--section-spacing-lg",
1929
+ "body": [
1930
+ "var(--section-spacing-lg)"
1931
+ ],
1932
+ "description": "Value: 2rem\\nUnder size category."
1933
+ },
1934
+ "--section-spacing-md": {
1935
+ "prefix": "--section-spacing-md",
1936
+ "body": [
1937
+ "var(--section-spacing-md)"
1938
+ ],
1939
+ "description": "Value: 1.75rem\\nUnder size category."
1940
+ },
1941
+ "--section-spacing-sm": {
1942
+ "prefix": "--section-spacing-sm",
1943
+ "body": [
1944
+ "var(--section-spacing-sm)"
1945
+ ],
1946
+ "description": "Value: 1.5rem\\nUnder size category."
1947
+ },
1948
+ "--section-spacing-xl": {
1949
+ "prefix": "--section-spacing-xl",
1950
+ "body": [
1951
+ "var(--section-spacing-xl)"
1952
+ ],
1953
+ "description": "Value: 2.5rem\\nUnder size category."
1954
+ },
1955
+ "--semi-bold": {
1956
+ "prefix": "--semi-bold",
1957
+ "body": [
1958
+ "var(--semi-bold)"
1959
+ ],
1960
+ "description": "Value: 600\\nUnder fontWeight category."
1961
+ },
1962
+ "--space-0": {
1963
+ "prefix": "--space-0",
1964
+ "body": [
1965
+ "var(--space-0)"
1966
+ ],
1967
+ "description": "Value: 0\\nUnder size category."
1968
+ },
1969
+ "--space-2xl": {
1970
+ "prefix": "--space-2xl",
1971
+ "body": [
1972
+ "var(--space-2xl)"
1973
+ ],
1974
+ "description": "Value: 1.75rem\\nUnder size category."
1975
+ },
1976
+ "--space-2xs": {
1977
+ "prefix": "--space-2xs",
1978
+ "body": [
1979
+ "var(--space-2xs)"
1980
+ ],
1981
+ "description": "Value: 0.25rem\\nUnder size category."
1982
+ },
1983
+ "--space-3xl": {
1984
+ "prefix": "--space-3xl",
1985
+ "body": [
1986
+ "var(--space-3xl)"
1987
+ ],
1988
+ "description": "Value: 2rem\\nUnder size category."
1989
+ },
1990
+ "--space-3xs": {
1991
+ "prefix": "--space-3xs",
1992
+ "body": [
1993
+ "var(--space-3xs)"
1994
+ ],
1995
+ "description": "Value: 0.125rem\\nUnder size category."
1996
+ },
1997
+ "--space-4xl": {
1998
+ "prefix": "--space-4xl",
1999
+ "body": [
2000
+ "var(--space-4xl)"
2001
+ ],
2002
+ "description": "Value: 2.5rem\\nUnder size category."
2003
+ },
2004
+ "--space-5xl": {
2005
+ "prefix": "--space-5xl",
2006
+ "body": [
2007
+ "var(--space-5xl)"
2008
+ ],
2009
+ "description": "Value: 3rem\\nUnder size category."
2010
+ },
2011
+ "--space-6xl": {
2012
+ "prefix": "--space-6xl",
2013
+ "body": [
2014
+ "var(--space-6xl)"
2015
+ ],
2016
+ "description": "Value: 3.5rem\\nUnder size category."
2017
+ },
2018
+ "--space-7xl": {
2019
+ "prefix": "--space-7xl",
2020
+ "body": [
2021
+ "var(--space-7xl)"
2022
+ ],
2023
+ "description": "Value: 4rem\\nUnder size category."
2024
+ },
2025
+ "--space-8xl": {
2026
+ "prefix": "--space-8xl",
2027
+ "body": [
2028
+ "var(--space-8xl)"
2029
+ ],
2030
+ "description": "Value: 5rem\\nUnder size category."
2031
+ },
2032
+ "--space-lg": {
2033
+ "prefix": "--space-lg",
2034
+ "body": [
2035
+ "var(--space-lg)"
2036
+ ],
2037
+ "description": "Value: 1.25rem\\nUnder size category."
2038
+ },
2039
+ "--space-md": {
2040
+ "prefix": "--space-md",
2041
+ "body": [
2042
+ "var(--space-md)"
2043
+ ],
2044
+ "description": "Value: 1rem\\nUnder size category."
2045
+ },
2046
+ "--space-sm": {
2047
+ "prefix": "--space-sm",
2048
+ "body": [
2049
+ "var(--space-sm)"
2050
+ ],
2051
+ "description": "Value: 0.75rem\\nUnder size category."
2052
+ },
2053
+ "--space-xl": {
2054
+ "prefix": "--space-xl",
2055
+ "body": [
2056
+ "var(--space-xl)"
2057
+ ],
2058
+ "description": "Value: 1.5rem\\nUnder size category."
2059
+ },
2060
+ "--space-xs": {
2061
+ "prefix": "--space-xs",
2062
+ "body": [
2063
+ "var(--space-xs)"
2064
+ ],
2065
+ "description": "Value: 0.5rem\\nUnder size category."
2066
+ },
2067
+ "--text-case-none": {
2068
+ "prefix": "--text-case-none",
2069
+ "body": [
2070
+ "var(--text-case-none)"
2071
+ ],
2072
+ "description": "Value: none\\nUnder textTransform category."
2073
+ },
2074
+ "--text-decoration-none": {
2075
+ "prefix": "--text-decoration-none",
2076
+ "body": [
2077
+ "var(--text-decoration-none)"
2078
+ ],
2079
+ "description": "Value: none\\nUnder textDecoration category."
2080
+ },
2081
+ "--text-decoration-underline": {
2082
+ "prefix": "--text-decoration-underline",
2083
+ "body": [
2084
+ "var(--text-decoration-underline)"
2085
+ ],
2086
+ "description": "Value: underline\\nUnder textDecoration category."
2087
+ },
2088
+ "--text-blue": {
2089
+ "prefix": "--text-blue",
2090
+ "body": [
2091
+ "var(--text-blue)"
2092
+ ],
2093
+ "description": "Value: #0053e2\\nUnder color category."
2094
+ },
2095
+ "--text-body": {
2096
+ "prefix": "--text-body",
2097
+ "body": [
2098
+ "var(--text-body)"
2099
+ ],
2100
+ "description": "Value: #3b3b3b\\nUnder color category."
2101
+ },
2102
+ "--text-disabled": {
2103
+ "prefix": "--text-disabled",
2104
+ "body": [
2105
+ "var(--text-disabled)"
2106
+ ],
2107
+ "description": "Value: #ababab\\nUnder color category."
2108
+ },
2109
+ "--text-error": {
2110
+ "prefix": "--text-error",
2111
+ "body": [
2112
+ "var(--text-error)"
2113
+ ],
2114
+ "description": "Value: #a90000\\nUnder color category."
2115
+ },
2116
+ "--text-green": {
2117
+ "prefix": "--text-green",
2118
+ "body": [
2119
+ "var(--text-green)"
2120
+ ],
2121
+ "description": "Value: #00df88\\nUnder color category."
2122
+ },
2123
+ "--text-header": {
2124
+ "prefix": "--text-header",
2125
+ "body": [
2126
+ "var(--text-header)"
2127
+ ],
2128
+ "description": "Value: #111\\nUnder color category."
2129
+ },
2130
+ "--text-inverse": {
2131
+ "prefix": "--text-inverse",
2132
+ "body": [
2133
+ "var(--text-inverse)"
2134
+ ],
2135
+ "description": "Value: #ffffff\\nUnder color category."
2136
+ },
2137
+ "--text-placeholder": {
2138
+ "prefix": "--text-placeholder",
2139
+ "body": [
2140
+ "var(--text-placeholder)"
2141
+ ],
2142
+ "description": "Value: #919191\\nUnder color category."
2143
+ },
2144
+ "--text-tertiary": {
2145
+ "prefix": "--text-tertiary",
2146
+ "body": [
2147
+ "var(--text-tertiary)"
2148
+ ],
2149
+ "description": "Value: #525252\\nUnder color category."
2150
+ },
2151
+ "--text-yellow": {
2152
+ "prefix": "--text-yellow",
2153
+ "body": [
2154
+ "var(--text-yellow)"
2155
+ ],
2156
+ "description": "Value: #f4b400\\nUnder color category."
2157
+ },
2158
+ "--utility-button-font-family": {
2159
+ "prefix": "--utility-button-font-family",
2160
+ "body": [
2161
+ "var(--utility-button-font-family)"
2162
+ ],
2163
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
2164
+ },
2165
+ "--utility-button-font-size": {
2166
+ "prefix": "--utility-button-font-size",
2167
+ "body": [
2168
+ "var(--utility-button-font-size)"
2169
+ ],
2170
+ "description": "Value: 16px\\nUnder size category."
2171
+ },
2172
+ "--utility-button-font-weight": {
2173
+ "prefix": "--utility-button-font-weight",
2174
+ "body": [
2175
+ "var(--utility-button-font-weight)"
2176
+ ],
2177
+ "description": "Value: 500\\nUnder fontWeight category."
2178
+ },
2179
+ "--utility-button-letter-spacing": {
2180
+ "prefix": "--utility-button-letter-spacing",
2181
+ "body": [
2182
+ "var(--utility-button-letter-spacing)"
2183
+ ],
2184
+ "description": "Value: 0%\\nUnder size category."
2185
+ },
2186
+ "--utility-button-line-height": {
2187
+ "prefix": "--utility-button-line-height",
2188
+ "body": [
2189
+ "var(--utility-button-line-height)"
2190
+ ],
2191
+ "description": "Value: 16px\\nUnder size category."
2192
+ },
2193
+ "--utility-button-paragraph-indent": {
2194
+ "prefix": "--utility-button-paragraph-indent",
2195
+ "body": [
2196
+ "var(--utility-button-paragraph-indent)"
2197
+ ],
2198
+ "description": "Value: 0px\\nUnder paragraphIndent category."
2199
+ },
2200
+ "--utility-button-text-case": {
2201
+ "prefix": "--utility-button-text-case",
2202
+ "body": [
2203
+ "var(--utility-button-text-case)"
2204
+ ],
2205
+ "description": "Value: none\\nUnder textTransform category."
2206
+ },
2207
+ "--utility-button-text-decoration": {
2208
+ "prefix": "--utility-button-text-decoration",
2209
+ "body": [
2210
+ "var(--utility-button-text-decoration)"
2211
+ ],
2212
+ "description": "Value: none\\nUnder textDecoration category."
2213
+ },
2214
+ "--utility-caption-font-family": {
2215
+ "prefix": "--utility-caption-font-family",
2216
+ "body": [
2217
+ "var(--utility-caption-font-family)"
2218
+ ],
2219
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
2220
+ },
2221
+ "--utility-caption-font-size": {
2222
+ "prefix": "--utility-caption-font-size",
2223
+ "body": [
2224
+ "var(--utility-caption-font-size)"
2225
+ ],
2226
+ "description": "Value: 12px\\nUnder size category."
2227
+ },
2228
+ "--utility-caption-font-weight": {
2229
+ "prefix": "--utility-caption-font-weight",
2230
+ "body": [
2231
+ "var(--utility-caption-font-weight)"
2232
+ ],
2233
+ "description": "Value: book\\nUnder fontWeight category."
2234
+ },
2235
+ "--utility-caption-letter-spacing": {
2236
+ "prefix": "--utility-caption-letter-spacing",
2237
+ "body": [
2238
+ "var(--utility-caption-letter-spacing)"
2239
+ ],
2240
+ "description": "Value: 0%\\nUnder size category."
2241
+ },
2242
+ "--utility-caption-line-height": {
2243
+ "prefix": "--utility-caption-line-height",
2244
+ "body": [
2245
+ "var(--utility-caption-line-height)"
2246
+ ],
2247
+ "description": "Value: 16px\\nUnder size category."
2248
+ },
2249
+ "--utility-caption-paragraph-indent": {
2250
+ "prefix": "--utility-caption-paragraph-indent",
2251
+ "body": [
2252
+ "var(--utility-caption-paragraph-indent)"
2253
+ ],
2254
+ "description": "Value: 0px\\nUnder paragraphIndent category."
2255
+ },
2256
+ "--utility-caption-text-case": {
2257
+ "prefix": "--utility-caption-text-case",
2258
+ "body": [
2259
+ "var(--utility-caption-text-case)"
2260
+ ],
2261
+ "description": "Value: none\\nUnder textTransform category."
2262
+ },
2263
+ "--utility-caption-text-decoration": {
2264
+ "prefix": "--utility-caption-text-decoration",
2265
+ "body": [
2266
+ "var(--utility-caption-text-decoration)"
2267
+ ],
2268
+ "description": "Value: none\\nUnder textDecoration category."
2269
+ },
2270
+ "--utility-link-font-family": {
2271
+ "prefix": "--utility-link-font-family",
2272
+ "body": [
2273
+ "var(--utility-link-font-family)"
2274
+ ],
2275
+ "description": "Value: 'Campton'\\nUnder fontFamily category."
2276
+ },
2277
+ "--utility-link-font-size": {
2278
+ "prefix": "--utility-link-font-size",
2279
+ "body": [
2280
+ "var(--utility-link-font-size)"
2281
+ ],
2282
+ "description": "Value: 14px\\nUnder size category."
2283
+ },
2284
+ "--utility-link-font-weight": {
2285
+ "prefix": "--utility-link-font-weight",
2286
+ "body": [
2287
+ "var(--utility-link-font-weight)"
2288
+ ],
2289
+ "description": "Value: 500\\nUnder fontWeight category."
2290
+ },
2291
+ "--utility-link-letter-spacing": {
2292
+ "prefix": "--utility-link-letter-spacing",
2293
+ "body": [
2294
+ "var(--utility-link-letter-spacing)"
2295
+ ],
2296
+ "description": "Value: 0%\\nUnder size category."
2297
+ },
2298
+ "--utility-link-line-height": {
2299
+ "prefix": "--utility-link-line-height",
2300
+ "body": [
2301
+ "var(--utility-link-line-height)"
2302
+ ],
2303
+ "description": "Value: 20px\\nUnder size category."
2304
+ },
2305
+ "--utility-link-paragraph-indent": {
2306
+ "prefix": "--utility-link-paragraph-indent",
2307
+ "body": [
2308
+ "var(--utility-link-paragraph-indent)"
2309
+ ],
2310
+ "description": "Value: 0px\\nUnder paragraphIndent category."
2311
+ },
2312
+ "--utility-link-text-case": {
2313
+ "prefix": "--utility-link-text-case",
2314
+ "body": [
2315
+ "var(--utility-link-text-case)"
2316
+ ],
2317
+ "description": "Value: none\\nUnder textTransform category."
2318
+ },
2319
+ "--utility-link-text-decoration": {
2320
+ "prefix": "--utility-link-text-decoration",
2321
+ "body": [
2322
+ "var(--utility-link-text-decoration)"
2323
+ ],
2324
+ "description": "Value: underline\\nUnder textDecoration category."
2325
+ },
2326
+ "--white-10": {
2327
+ "prefix": "--white-10",
2328
+ "body": [
2329
+ "var(--white-10)"
2330
+ ],
2331
+ "description": "Value: #ffffff\\nUnder color category."
2332
+ },
2333
+ "--xl": {
2334
+ "prefix": "--xl",
2335
+ "body": [
2336
+ "var(--xl)"
2337
+ ],
2338
+ "description": "Value: 1.75rem\\nUnder size category."
2339
+ },
2340
+ "--xs": {
2341
+ "prefix": "--xs",
2342
+ "body": [
2343
+ "var(--xs)"
2344
+ ],
2345
+ "description": "Value: 0.75rem\\nUnder size category."
2346
+ },
2347
+ "--yellow-10": {
2348
+ "prefix": "--yellow-10",
2349
+ "body": [
2350
+ "var(--yellow-10)"
2351
+ ],
2352
+ "description": "Value: #fff5d9\\nUnder color category."
2353
+ },
2354
+ "--yellow-100": {
2355
+ "prefix": "--yellow-100",
2356
+ "body": [
2357
+ "var(--yellow-100)"
2358
+ ],
2359
+ "description": "Value: #9a7100\\nUnder color category."
2360
+ },
2361
+ "--yellow-20": {
2362
+ "prefix": "--yellow-20",
2363
+ "body": [
2364
+ "var(--yellow-20)"
2365
+ ],
2366
+ "description": "Value: #ffe7a5\\nUnder color category."
2367
+ },
2368
+ "--yellow-30": {
2369
+ "prefix": "--yellow-30",
2370
+ "body": [
2371
+ "var(--yellow-30)"
2372
+ ],
2373
+ "description": "Value: #ffd86b\\nUnder color category."
2374
+ },
2375
+ "--yellow-40": {
2376
+ "prefix": "--yellow-40",
2377
+ "body": [
2378
+ "var(--yellow-40)"
2379
+ ],
2380
+ "description": "Value: #ffce46\\nUnder color category."
2381
+ },
2382
+ "--yellow-50": {
2383
+ "prefix": "--yellow-50",
2384
+ "body": [
2385
+ "var(--yellow-50)"
2386
+ ],
2387
+ "description": "Value: #ffc420\\nUnder color category."
2388
+ },
2389
+ "--yellow-60": {
2390
+ "prefix": "--yellow-60",
2391
+ "body": [
2392
+ "var(--yellow-60)"
2393
+ ],
2394
+ "description": "Value: #f4b400\\nUnder color category."
2395
+ },
2396
+ "--yellow-70": {
2397
+ "prefix": "--yellow-70",
2398
+ "body": [
2399
+ "var(--yellow-70)"
2400
+ ],
2401
+ "description": "Value: #dba200\\nUnder color category."
2402
+ },
2403
+ "--yellow-80": {
2404
+ "prefix": "--yellow-80",
2405
+ "body": [
2406
+ "var(--yellow-80)"
2407
+ ],
2408
+ "description": "Value: #c69200\\nUnder color category."
2409
+ },
2410
+ "--yellow-90": {
2411
+ "prefix": "--yellow-90",
2412
+ "body": [
2413
+ "var(--yellow-90)"
2414
+ ],
2415
+ "description": "Value: #b38400\\nUnder color category."
2416
+ }
2417
+ }