@yahoo/uds 0.2.2 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. package/cli/README.md +78 -131
  2. package/cli/commands/purge.ts +7 -3
  3. package/cli/env.d.ts +1 -0
  4. package/cli/preload.ts +10 -0
  5. package/cli/utils/purgeCSS.test.ts +88 -8
  6. package/cli/utils/purgeCSS.ts +165 -15
  7. package/dist/Image.native-B3I4JoH3.d.cts +38 -0
  8. package/dist/Image.native-DUAFJodS.d.ts +38 -0
  9. package/dist/VStack-BHlRUsOR.d.cts +103 -0
  10. package/dist/VStack-DMb_RGRS.d.ts +103 -0
  11. package/dist/experimental/index.cjs +1 -1
  12. package/dist/experimental/index.d.cts +8 -8
  13. package/dist/experimental/index.d.ts +8 -8
  14. package/dist/experimental/index.js +1 -1
  15. package/dist/experimental/index.native.cjs +1 -1
  16. package/dist/experimental/index.native.d.cts +3 -3
  17. package/dist/experimental/index.native.d.ts +3 -3
  18. package/dist/experimental/index.native.js +1 -1
  19. package/dist/fixtures.cjs +1946 -0
  20. package/dist/fixtures.d.ts +81 -0
  21. package/dist/fixtures.js +1910 -0
  22. package/dist/index.cjs +1 -1
  23. package/dist/index.d.cts +41 -236
  24. package/dist/index.d.ts +41 -236
  25. package/dist/index.js +1 -1
  26. package/dist/{index.native-CisPq4BI.d.ts → index.native-BTfOSmUx.d.ts} +1 -1
  27. package/dist/{index.native-DJlx-bfM.d.cts → index.native-Bm-r2Dpa.d.cts} +1 -1
  28. package/dist/index.native.cjs +1 -1
  29. package/dist/index.native.d.cts +20 -83
  30. package/dist/index.native.d.ts +20 -83
  31. package/dist/index.native.js +1 -1
  32. package/dist/styles/globals.css +0 -1
  33. package/dist/styles/toast.css +1 -0
  34. package/dist/styles/toast.d.cts +2 -0
  35. package/dist/styles/toast.d.ts +2 -0
  36. package/dist/tailwindPlugin.cjs +1 -1
  37. package/dist/tailwindPlugin.d.cts +8 -2
  38. package/dist/tailwindPlugin.d.ts +8 -2
  39. package/dist/tailwindPlugin.js +1 -1
  40. package/dist/tailwindPurge/utils.cjs +1 -0
  41. package/dist/tailwindPurge/utils.d.cts +25 -0
  42. package/dist/tailwindPurge/utils.d.ts +25 -0
  43. package/dist/tailwindPurge/utils.js +1 -0
  44. package/dist/tailwindPurge.cjs +1 -1
  45. package/dist/tailwindPurge.d.cts +5 -1
  46. package/dist/tailwindPurge.d.ts +5 -1
  47. package/dist/tailwindPurge.js +1 -1
  48. package/dist/tokens/index.cjs +1 -1
  49. package/dist/tokens/index.d.cts +2 -2
  50. package/dist/tokens/index.d.ts +2 -2
  51. package/dist/tokens/index.js +1 -1
  52. package/dist/tokens/index.native.cjs +1 -1
  53. package/dist/tokens/index.native.d.cts +2 -2
  54. package/dist/tokens/index.native.d.ts +2 -2
  55. package/dist/tokens/index.native.js +1 -1
  56. package/dist/tokens/parseTokens.cjs +1 -1
  57. package/dist/tokens/parseTokens.d.cts +8 -18
  58. package/dist/tokens/parseTokens.d.ts +8 -18
  59. package/dist/tokens/parseTokens.js +1 -1
  60. package/dist/tokens/parseTokens.native.cjs +1 -1
  61. package/dist/tokens/parseTokens.native.d.cts +4 -21
  62. package/dist/tokens/parseTokens.native.d.ts +4 -21
  63. package/dist/tokens/parseTokens.native.js +1 -1
  64. package/dist/{types-CzJpH_Oi.d.cts → types-COiuE8XK.d.cts} +49 -138
  65. package/dist/{types-CzJpH_Oi.d.ts → types-COiuE8XK.d.ts} +49 -138
  66. package/package.json +26 -11
  67. package/dist/Image.native-C6kOWgnf.d.ts +0 -38
  68. package/dist/Image.native-VeXt5aeI.d.cts +0 -38
  69. package/dist/VStack-BSD9TbBd.d.cts +0 -114
  70. package/dist/VStack-Dk3-8IyU.d.ts +0 -114
  71. package/dist/fixtures/index.cjs +0 -1
  72. package/dist/fixtures/index.d.cts +0 -154
  73. package/dist/fixtures/index.d.ts +0 -154
  74. package/dist/fixtures/index.js +0 -1
@@ -0,0 +1,1910 @@
1
+ // src/fixtures/index.ts
2
+ var colorModes = [
3
+ "light",
4
+ "dark"
5
+ ];
6
+ var scaleModes = [
7
+ "xSmall",
8
+ "small",
9
+ "medium",
10
+ "large",
11
+ "xLarge",
12
+ "xxLarge",
13
+ "xxxLarge"
14
+ ];
15
+ var regionModes = [
16
+ "\uD83C\uDDFA\uD83C\uDDF8 US",
17
+ "\uD83C\uDDE9\uD83C\uDDEA DE",
18
+ "\uD83C\uDDEB\uD83C\uDDF7 FR",
19
+ "\uD83C\uDDE8\uD83C\uDDF3 CN"
20
+ ];
21
+ var hues = [
22
+ "gray",
23
+ "purple",
24
+ "indigo",
25
+ "blue",
26
+ "cyan",
27
+ "teal",
28
+ "mint",
29
+ "green",
30
+ "lime",
31
+ "citron",
32
+ "yellow",
33
+ "brown",
34
+ "nude",
35
+ "orange",
36
+ "sunset",
37
+ "red",
38
+ "rose",
39
+ "pink",
40
+ "magenta",
41
+ "carbon"
42
+ ];
43
+ var hueSteps = [
44
+ "0",
45
+ "1",
46
+ "2",
47
+ "3",
48
+ "4",
49
+ "5",
50
+ "6",
51
+ "7",
52
+ "8",
53
+ "9",
54
+ "10",
55
+ "11",
56
+ "12",
57
+ "13",
58
+ "14",
59
+ "15"
60
+ ];
61
+ var spectrumColors = [
62
+ "gray-0",
63
+ "gray-1",
64
+ "gray-2",
65
+ "gray-3",
66
+ "gray-4",
67
+ "gray-5",
68
+ "gray-6",
69
+ "gray-7",
70
+ "gray-8",
71
+ "gray-9",
72
+ "gray-10",
73
+ "gray-11",
74
+ "gray-12",
75
+ "gray-13",
76
+ "gray-14",
77
+ "gray-15",
78
+ "purple-0",
79
+ "purple-1",
80
+ "purple-2",
81
+ "purple-3",
82
+ "purple-4",
83
+ "purple-5",
84
+ "purple-6",
85
+ "purple-7",
86
+ "purple-8",
87
+ "purple-9",
88
+ "purple-10",
89
+ "purple-11",
90
+ "purple-12",
91
+ "purple-13",
92
+ "purple-14",
93
+ "purple-15",
94
+ "indigo-0",
95
+ "indigo-1",
96
+ "indigo-2",
97
+ "indigo-3",
98
+ "indigo-4",
99
+ "indigo-5",
100
+ "indigo-6",
101
+ "indigo-7",
102
+ "indigo-8",
103
+ "indigo-9",
104
+ "indigo-10",
105
+ "indigo-11",
106
+ "indigo-12",
107
+ "indigo-13",
108
+ "indigo-14",
109
+ "indigo-15",
110
+ "blue-0",
111
+ "blue-1",
112
+ "blue-2",
113
+ "blue-3",
114
+ "blue-4",
115
+ "blue-5",
116
+ "blue-6",
117
+ "blue-7",
118
+ "blue-8",
119
+ "blue-9",
120
+ "blue-10",
121
+ "blue-11",
122
+ "blue-12",
123
+ "blue-13",
124
+ "blue-14",
125
+ "blue-15",
126
+ "cyan-0",
127
+ "cyan-1",
128
+ "cyan-2",
129
+ "cyan-3",
130
+ "cyan-4",
131
+ "cyan-5",
132
+ "cyan-6",
133
+ "cyan-7",
134
+ "cyan-8",
135
+ "cyan-9",
136
+ "cyan-10",
137
+ "cyan-11",
138
+ "cyan-12",
139
+ "cyan-13",
140
+ "cyan-14",
141
+ "cyan-15",
142
+ "teal-0",
143
+ "teal-1",
144
+ "teal-2",
145
+ "teal-3",
146
+ "teal-4",
147
+ "teal-5",
148
+ "teal-6",
149
+ "teal-7",
150
+ "teal-8",
151
+ "teal-9",
152
+ "teal-10",
153
+ "teal-11",
154
+ "teal-12",
155
+ "teal-13",
156
+ "teal-14",
157
+ "teal-15",
158
+ "mint-0",
159
+ "mint-1",
160
+ "mint-2",
161
+ "mint-3",
162
+ "mint-4",
163
+ "mint-5",
164
+ "mint-6",
165
+ "mint-7",
166
+ "mint-8",
167
+ "mint-9",
168
+ "mint-10",
169
+ "mint-11",
170
+ "mint-12",
171
+ "mint-13",
172
+ "mint-14",
173
+ "mint-15",
174
+ "green-0",
175
+ "green-1",
176
+ "green-2",
177
+ "green-3",
178
+ "green-4",
179
+ "green-5",
180
+ "green-6",
181
+ "green-7",
182
+ "green-8",
183
+ "green-9",
184
+ "green-10",
185
+ "green-11",
186
+ "green-12",
187
+ "green-13",
188
+ "green-14",
189
+ "green-15",
190
+ "lime-0",
191
+ "lime-1",
192
+ "lime-2",
193
+ "lime-3",
194
+ "lime-4",
195
+ "lime-5",
196
+ "lime-6",
197
+ "lime-7",
198
+ "lime-8",
199
+ "lime-9",
200
+ "lime-10",
201
+ "lime-11",
202
+ "lime-12",
203
+ "lime-13",
204
+ "lime-14",
205
+ "lime-15",
206
+ "citron-0",
207
+ "citron-1",
208
+ "citron-2",
209
+ "citron-3",
210
+ "citron-4",
211
+ "citron-5",
212
+ "citron-6",
213
+ "citron-7",
214
+ "citron-8",
215
+ "citron-9",
216
+ "citron-10",
217
+ "citron-11",
218
+ "citron-12",
219
+ "citron-13",
220
+ "citron-14",
221
+ "citron-15",
222
+ "yellow-0",
223
+ "yellow-1",
224
+ "yellow-2",
225
+ "yellow-3",
226
+ "yellow-4",
227
+ "yellow-5",
228
+ "yellow-6",
229
+ "yellow-7",
230
+ "yellow-8",
231
+ "yellow-9",
232
+ "yellow-10",
233
+ "yellow-11",
234
+ "yellow-12",
235
+ "yellow-13",
236
+ "yellow-14",
237
+ "yellow-15",
238
+ "brown-0",
239
+ "brown-1",
240
+ "brown-2",
241
+ "brown-3",
242
+ "brown-4",
243
+ "brown-5",
244
+ "brown-6",
245
+ "brown-7",
246
+ "brown-8",
247
+ "brown-9",
248
+ "brown-10",
249
+ "brown-11",
250
+ "brown-12",
251
+ "brown-13",
252
+ "brown-14",
253
+ "brown-15",
254
+ "nude-0",
255
+ "nude-1",
256
+ "nude-2",
257
+ "nude-3",
258
+ "nude-4",
259
+ "nude-5",
260
+ "nude-6",
261
+ "nude-7",
262
+ "nude-8",
263
+ "nude-9",
264
+ "nude-10",
265
+ "nude-11",
266
+ "nude-12",
267
+ "nude-13",
268
+ "nude-14",
269
+ "nude-15",
270
+ "orange-0",
271
+ "orange-1",
272
+ "orange-2",
273
+ "orange-3",
274
+ "orange-4",
275
+ "orange-5",
276
+ "orange-6",
277
+ "orange-7",
278
+ "orange-8",
279
+ "orange-9",
280
+ "orange-10",
281
+ "orange-11",
282
+ "orange-12",
283
+ "orange-13",
284
+ "orange-14",
285
+ "orange-15",
286
+ "sunset-0",
287
+ "sunset-1",
288
+ "sunset-2",
289
+ "sunset-3",
290
+ "sunset-4",
291
+ "sunset-5",
292
+ "sunset-6",
293
+ "sunset-7",
294
+ "sunset-8",
295
+ "sunset-9",
296
+ "sunset-10",
297
+ "sunset-11",
298
+ "sunset-12",
299
+ "sunset-13",
300
+ "sunset-14",
301
+ "sunset-15",
302
+ "red-0",
303
+ "red-1",
304
+ "red-2",
305
+ "red-3",
306
+ "red-4",
307
+ "red-5",
308
+ "red-6",
309
+ "red-7",
310
+ "red-8",
311
+ "red-9",
312
+ "red-10",
313
+ "red-11",
314
+ "red-12",
315
+ "red-13",
316
+ "red-14",
317
+ "red-15",
318
+ "rose-0",
319
+ "rose-1",
320
+ "rose-2",
321
+ "rose-3",
322
+ "rose-4",
323
+ "rose-5",
324
+ "rose-6",
325
+ "rose-7",
326
+ "rose-8",
327
+ "rose-9",
328
+ "rose-10",
329
+ "rose-11",
330
+ "rose-12",
331
+ "rose-13",
332
+ "rose-14",
333
+ "rose-15",
334
+ "pink-0",
335
+ "pink-1",
336
+ "pink-2",
337
+ "pink-3",
338
+ "pink-4",
339
+ "pink-5",
340
+ "pink-6",
341
+ "pink-7",
342
+ "pink-8",
343
+ "pink-9",
344
+ "pink-10",
345
+ "pink-11",
346
+ "pink-12",
347
+ "pink-13",
348
+ "pink-14",
349
+ "pink-15",
350
+ "magenta-0",
351
+ "magenta-1",
352
+ "magenta-2",
353
+ "magenta-3",
354
+ "magenta-4",
355
+ "magenta-5",
356
+ "magenta-6",
357
+ "magenta-7",
358
+ "magenta-8",
359
+ "magenta-9",
360
+ "magenta-10",
361
+ "magenta-11",
362
+ "magenta-12",
363
+ "magenta-13",
364
+ "magenta-14",
365
+ "magenta-15",
366
+ "carbon-0",
367
+ "carbon-1",
368
+ "carbon-2",
369
+ "carbon-3",
370
+ "carbon-4",
371
+ "carbon-5",
372
+ "carbon-6",
373
+ "carbon-7",
374
+ "carbon-8",
375
+ "carbon-9",
376
+ "carbon-10",
377
+ "carbon-11",
378
+ "carbon-12",
379
+ "carbon-13",
380
+ "carbon-14",
381
+ "carbon-15"
382
+ ];
383
+ var corePaletteColors = [
384
+ "accent",
385
+ "alert",
386
+ "brand",
387
+ "positive",
388
+ "warning"
389
+ ];
390
+ var backgroundPaletteColors = [
391
+ "primary",
392
+ "secondary"
393
+ ];
394
+ var foregroundPaletteColors = [
395
+ "primary",
396
+ "secondary",
397
+ "tertiary",
398
+ "muted",
399
+ "on-color"
400
+ ];
401
+ var linePaletteColors = [
402
+ "primary",
403
+ "secondary",
404
+ "tertiary",
405
+ "muted"
406
+ ];
407
+ var alwaysPaletteAliases = [
408
+ "transparent",
409
+ "white",
410
+ "black"
411
+ ];
412
+ var backgroundColors = [
413
+ ...corePaletteColors,
414
+ ...backgroundPaletteColors,
415
+ ...alwaysPaletteAliases
416
+ ];
417
+ var foregroundColors = [
418
+ ...corePaletteColors,
419
+ ...foregroundPaletteColors,
420
+ ...alwaysPaletteAliases
421
+ ];
422
+ var lineColors = [...corePaletteColors, ...linePaletteColors, ...alwaysPaletteAliases];
423
+ var palette = {
424
+ core: corePaletteColors,
425
+ background: backgroundPaletteColors,
426
+ foreground: foregroundPaletteColors,
427
+ line: linePaletteColors
428
+ };
429
+ var tailwindColorsAsUds = {
430
+ "slate-50": "rgb(var(--uds-spectrum-color-gray-1))",
431
+ "slate-100": "rgb(var(--uds-spectrum-color-gray-2))",
432
+ "slate-200": "rgb(var(--uds-spectrum-color-gray-3))",
433
+ "slate-300": "rgb(var(--uds-spectrum-color-gray-4))",
434
+ "slate-400": "rgb(var(--uds-spectrum-color-gray-6))",
435
+ "slate-500": "rgb(var(--uds-spectrum-color-gray-8))",
436
+ "slate-600": "rgb(var(--uds-spectrum-color-gray-10))",
437
+ "slate-700": "rgb(var(--uds-spectrum-color-gray-10))",
438
+ "slate-800": "rgb(var(--uds-spectrum-color-gray-12))",
439
+ "slate-900": "rgb(var(--uds-spectrum-color-cyan-14))",
440
+ "slate-950": "rgb(var(--uds-spectrum-color-cyan-15))",
441
+ "gray-50": "rgb(var(--uds-spectrum-color-carbon-1))",
442
+ "gray-100": "rgb(var(--uds-spectrum-color-carbon-2))",
443
+ "gray-200": "rgb(var(--uds-spectrum-color-gray-3))",
444
+ "gray-300": "rgb(var(--uds-spectrum-color-gray-4))",
445
+ "gray-400": "rgb(var(--uds-spectrum-color-gray-6))",
446
+ "gray-500": "rgb(var(--uds-spectrum-color-gray-8))",
447
+ "gray-600": "rgb(var(--uds-spectrum-color-gray-10))",
448
+ "gray-700": "rgb(var(--uds-spectrum-color-carbon-9))",
449
+ "gray-800": "rgb(var(--uds-spectrum-color-gray-12))",
450
+ "gray-900": "rgb(var(--uds-spectrum-color-cyan-14))",
451
+ "gray-950": "rgb(var(--uds-spectrum-color-carbon-14))",
452
+ "zinc-50": "rgb(var(--uds-spectrum-color-carbon-1))",
453
+ "zinc-100": "rgb(var(--uds-spectrum-color-carbon-2))",
454
+ "zinc-200": "rgb(var(--uds-spectrum-color-carbon-3))",
455
+ "zinc-300": "rgb(var(--uds-spectrum-color-carbon-4))",
456
+ "zinc-400": "rgb(var(--uds-spectrum-color-gray-6))",
457
+ "zinc-500": "rgb(var(--uds-spectrum-color-gray-8))",
458
+ "zinc-600": "rgb(var(--uds-spectrum-color-carbon-8))",
459
+ "zinc-700": "rgb(var(--uds-spectrum-color-carbon-9))",
460
+ "zinc-800": "rgb(var(--uds-spectrum-color-carbon-11))",
461
+ "zinc-900": "rgb(var(--uds-spectrum-color-carbon-13))",
462
+ "zinc-950": "rgb(var(--uds-spectrum-color-carbon-14))",
463
+ "neutral-50": "rgb(var(--uds-spectrum-color-carbon-1))",
464
+ "neutral-100": "rgb(var(--uds-spectrum-color-carbon-2))",
465
+ "neutral-200": "rgb(var(--uds-spectrum-color-carbon-3))",
466
+ "neutral-300": "rgb(var(--uds-spectrum-color-carbon-4))",
467
+ "neutral-400": "rgb(var(--uds-spectrum-color-gray-6))",
468
+ "neutral-500": "rgb(var(--uds-spectrum-color-gray-8))",
469
+ "neutral-600": "rgb(var(--uds-spectrum-color-gray-10))",
470
+ "neutral-700": "rgb(var(--uds-spectrum-color-carbon-9))",
471
+ "neutral-800": "rgb(var(--uds-spectrum-color-carbon-11))",
472
+ "neutral-900": "rgb(var(--uds-spectrum-color-carbon-13))",
473
+ "neutral-950": "rgb(var(--uds-spectrum-color-carbon-14))",
474
+ "stone-50": "rgb(var(--uds-spectrum-color-carbon-1))",
475
+ "stone-100": "rgb(var(--uds-spectrum-color-carbon-2))",
476
+ "stone-200": "rgb(var(--uds-spectrum-color-carbon-3))",
477
+ "stone-300": "rgb(var(--uds-spectrum-color-carbon-4))",
478
+ "stone-400": "rgb(var(--uds-spectrum-color-gray-6))",
479
+ "stone-500": "rgb(var(--uds-spectrum-color-carbon-7))",
480
+ "stone-600": "rgb(var(--uds-spectrum-color-carbon-8))",
481
+ "stone-700": "rgb(var(--uds-spectrum-color-carbon-9))",
482
+ "stone-800": "rgb(var(--uds-spectrum-color-carbon-11))",
483
+ "stone-900": "rgb(var(--uds-spectrum-color-carbon-13))",
484
+ "stone-950": "rgb(var(--uds-spectrum-color-carbon-14))",
485
+ "red-50": "rgb(var(--uds-spectrum-color-red-1))",
486
+ "red-100": "rgb(var(--uds-spectrum-color-nude-1))",
487
+ "red-200": "rgb(var(--uds-spectrum-color-sunset-2))",
488
+ "red-300": "rgb(var(--uds-spectrum-color-red-5))",
489
+ "red-400": "rgb(var(--uds-spectrum-color-red-6))",
490
+ "red-500": "rgb(var(--uds-spectrum-color-red-7))",
491
+ "red-600": "rgb(var(--uds-spectrum-color-red-9))",
492
+ "red-700": "rgb(var(--uds-spectrum-color-sunset-8))",
493
+ "red-800": "rgb(var(--uds-spectrum-color-sunset-9))",
494
+ "red-900": "rgb(var(--uds-spectrum-color-sunset-10))",
495
+ "red-950": "rgb(var(--uds-spectrum-color-red-14))",
496
+ "orange-50": "rgb(var(--uds-spectrum-color-orange-0))",
497
+ "orange-100": "rgb(var(--uds-spectrum-color-brown-2))",
498
+ "orange-200": "rgb(var(--uds-spectrum-color-orange-3))",
499
+ "orange-300": "rgb(var(--uds-spectrum-color-orange-4))",
500
+ "orange-400": "rgb(var(--uds-spectrum-color-orange-5))",
501
+ "orange-500": "rgb(var(--uds-spectrum-color-orange-6))",
502
+ "orange-600": "rgb(var(--uds-spectrum-color-orange-7))",
503
+ "orange-700": "rgb(var(--uds-spectrum-color-orange-9))",
504
+ "orange-800": "rgb(var(--uds-spectrum-color-sunset-9))",
505
+ "orange-900": "rgb(var(--uds-spectrum-color-orange-12))",
506
+ "orange-950": "rgb(var(--uds-spectrum-color-orange-14))",
507
+ "amber-50": "rgb(var(--uds-spectrum-color-yellow-0))",
508
+ "amber-100": "rgb(var(--uds-spectrum-color-yellow-1))",
509
+ "amber-200": "rgb(var(--uds-spectrum-color-yellow-3))",
510
+ "amber-300": "rgb(var(--uds-spectrum-color-yellow-4))",
511
+ "amber-400": "rgb(var(--uds-spectrum-color-yellow-5))",
512
+ "amber-500": "rgb(var(--uds-spectrum-color-orange-6))",
513
+ "amber-600": "rgb(var(--uds-spectrum-color-orange-7))",
514
+ "amber-700": "rgb(var(--uds-spectrum-color-orange-9))",
515
+ "amber-800": "rgb(var(--uds-spectrum-color-orange-11))",
516
+ "amber-900": "rgb(var(--uds-spectrum-color-orange-12))",
517
+ "amber-950": "rgb(var(--uds-spectrum-color-orange-14))",
518
+ "yellow-50": "rgb(var(--uds-spectrum-color-citron-0))",
519
+ "yellow-100": "rgb(var(--uds-spectrum-color-citron-1))",
520
+ "yellow-200": "rgb(var(--uds-spectrum-color-yellow-3))",
521
+ "yellow-300": "rgb(var(--uds-spectrum-color-yellow-4))",
522
+ "yellow-400": "rgb(var(--uds-spectrum-color-yellow-6))",
523
+ "yellow-500": "rgb(var(--uds-spectrum-color-yellow-6))",
524
+ "yellow-600": "rgb(var(--uds-spectrum-color-orange-7))",
525
+ "yellow-700": "rgb(var(--uds-spectrum-color-yellow-7))",
526
+ "yellow-800": "rgb(var(--uds-spectrum-color-brown-9))",
527
+ "yellow-900": "rgb(var(--uds-spectrum-color-brown-9))",
528
+ "yellow-950": "rgb(var(--uds-spectrum-color-orange-14))",
529
+ "lime-50": "rgb(var(--uds-spectrum-color-citron-0))",
530
+ "lime-100": "rgb(var(--uds-spectrum-color-lime-2))",
531
+ "lime-200": "rgb(var(--uds-spectrum-color-lime-4))",
532
+ "lime-300": "rgb(var(--uds-spectrum-color-lime-5))",
533
+ "lime-400": "rgb(var(--uds-spectrum-color-lime-6))",
534
+ "lime-500": "rgb(var(--uds-spectrum-color-lime-7))",
535
+ "lime-600": "rgb(var(--uds-spectrum-color-lime-7))",
536
+ "lime-700": "rgb(var(--uds-spectrum-color-lime-9))",
537
+ "lime-800": "rgb(var(--uds-spectrum-color-lime-10))",
538
+ "lime-900": "rgb(var(--uds-spectrum-color-lime-11))",
539
+ "lime-950": "rgb(var(--uds-spectrum-color-lime-14))",
540
+ "green-50": "rgb(var(--uds-spectrum-color-green-0))",
541
+ "green-100": "rgb(var(--uds-spectrum-color-mint-2))",
542
+ "green-200": "rgb(var(--uds-spectrum-color-green-2))",
543
+ "green-300": "rgb(var(--uds-spectrum-color-green-3))",
544
+ "green-400": "rgb(var(--uds-spectrum-color-green-5))",
545
+ "green-500": "rgb(var(--uds-spectrum-color-green-6))",
546
+ "green-600": "rgb(var(--uds-spectrum-color-green-6))",
547
+ "green-700": "rgb(var(--uds-spectrum-color-green-8))",
548
+ "green-800": "rgb(var(--uds-spectrum-color-green-10))",
549
+ "green-900": "rgb(var(--uds-spectrum-color-green-11))",
550
+ "green-950": "rgb(var(--uds-spectrum-color-green-14))",
551
+ "emerald-50": "rgb(var(--uds-spectrum-color-mint-1))",
552
+ "emerald-100": "rgb(var(--uds-spectrum-color-mint-2))",
553
+ "emerald-200": "rgb(var(--uds-spectrum-color-mint-4))",
554
+ "emerald-300": "rgb(var(--uds-spectrum-color-mint-5))",
555
+ "emerald-400": "rgb(var(--uds-spectrum-color-mint-6))",
556
+ "emerald-500": "rgb(var(--uds-spectrum-color-teal-7))",
557
+ "emerald-600": "rgb(var(--uds-spectrum-color-green-7))",
558
+ "emerald-700": "rgb(var(--uds-spectrum-color-mint-8))",
559
+ "emerald-800": "rgb(var(--uds-spectrum-color-mint-10))",
560
+ "emerald-900": "rgb(var(--uds-spectrum-color-mint-11))",
561
+ "emerald-950": "rgb(var(--uds-spectrum-color-mint-14))",
562
+ "teal-50": "rgb(var(--uds-spectrum-color-teal-0))",
563
+ "teal-100": "rgb(var(--uds-spectrum-color-teal-2))",
564
+ "teal-200": "rgb(var(--uds-spectrum-color-teal-4))",
565
+ "teal-300": "rgb(var(--uds-spectrum-color-teal-5))",
566
+ "teal-400": "rgb(var(--uds-spectrum-color-teal-6))",
567
+ "teal-500": "rgb(var(--uds-spectrum-color-teal-7))",
568
+ "teal-600": "rgb(var(--uds-spectrum-color-teal-8))",
569
+ "teal-700": "rgb(var(--uds-spectrum-color-teal-10))",
570
+ "teal-800": "rgb(var(--uds-spectrum-color-teal-11))",
571
+ "teal-900": "rgb(var(--uds-spectrum-color-cyan-11))",
572
+ "teal-950": "rgb(var(--uds-spectrum-color-teal-14))",
573
+ "cyan-50": "rgb(var(--uds-spectrum-color-blue-0))",
574
+ "cyan-100": "rgb(var(--uds-spectrum-color-teal-2))",
575
+ "cyan-200": "rgb(var(--uds-spectrum-color-cyan-3))",
576
+ "cyan-300": "rgb(var(--uds-spectrum-color-cyan-4))",
577
+ "cyan-400": "rgb(var(--uds-spectrum-color-teal-6))",
578
+ "cyan-500": "rgb(var(--uds-spectrum-color-teal-6))",
579
+ "cyan-600": "rgb(var(--uds-spectrum-color-cyan-7))",
580
+ "cyan-700": "rgb(var(--uds-spectrum-color-cyan-8))",
581
+ "cyan-800": "rgb(var(--uds-spectrum-color-cyan-10))",
582
+ "cyan-900": "rgb(var(--uds-spectrum-color-cyan-10))",
583
+ "cyan-950": "rgb(var(--uds-spectrum-color-cyan-12))",
584
+ "sky-50": "rgb(var(--uds-spectrum-color-blue-0))",
585
+ "sky-100": "rgb(var(--uds-spectrum-color-blue-1))",
586
+ "sky-200": "rgb(var(--uds-spectrum-color-blue-2))",
587
+ "sky-300": "rgb(var(--uds-spectrum-color-blue-4))",
588
+ "sky-400": "rgb(var(--uds-spectrum-color-blue-5))",
589
+ "sky-500": "rgb(var(--uds-spectrum-color-blue-6))",
590
+ "sky-600": "rgb(var(--uds-spectrum-color-cyan-7))",
591
+ "sky-700": "rgb(var(--uds-spectrum-color-cyan-8))",
592
+ "sky-800": "rgb(var(--uds-spectrum-color-cyan-9))",
593
+ "sky-900": "rgb(var(--uds-spectrum-color-cyan-10))",
594
+ "sky-950": "rgb(var(--uds-spectrum-color-cyan-12))",
595
+ "blue-50": "rgb(var(--uds-spectrum-color-indigo-0))",
596
+ "blue-100": "rgb(var(--uds-spectrum-color-indigo-1))",
597
+ "blue-200": "rgb(var(--uds-spectrum-color-blue-2))",
598
+ "blue-300": "rgb(var(--uds-spectrum-color-blue-4))",
599
+ "blue-400": "rgb(var(--uds-spectrum-color-blue-5))",
600
+ "blue-500": "rgb(var(--uds-spectrum-color-blue-7))",
601
+ "blue-600": "rgb(var(--uds-spectrum-color-blue-8))",
602
+ "blue-700": "rgb(var(--uds-spectrum-color-blue-10))",
603
+ "blue-800": "rgb(var(--uds-spectrum-color-blue-12))",
604
+ "blue-900": "rgb(var(--uds-spectrum-color-blue-13))",
605
+ "blue-950": "rgb(var(--uds-spectrum-color-cyan-12))",
606
+ "indigo-50": "rgb(var(--uds-spectrum-color-indigo-0))",
607
+ "indigo-100": "rgb(var(--uds-spectrum-color-indigo-1))",
608
+ "indigo-200": "rgb(var(--uds-spectrum-color-indigo-2))",
609
+ "indigo-300": "rgb(var(--uds-spectrum-color-indigo-3))",
610
+ "indigo-400": "rgb(var(--uds-spectrum-color-indigo-5))",
611
+ "indigo-500": "rgb(var(--uds-spectrum-color-indigo-7))",
612
+ "indigo-600": "rgb(var(--uds-spectrum-color-indigo-8))",
613
+ "indigo-700": "rgb(var(--uds-spectrum-color-indigo-8))",
614
+ "indigo-800": "rgb(var(--uds-spectrum-color-purple-11))",
615
+ "indigo-900": "rgb(var(--uds-spectrum-color-purple-12))",
616
+ "indigo-950": "rgb(var(--uds-spectrum-color-purple-14))",
617
+ "violet-50": "rgb(var(--uds-spectrum-color-purple-0))",
618
+ "violet-100": "rgb(var(--uds-spectrum-color-purple-1))",
619
+ "violet-200": "rgb(var(--uds-spectrum-color-purple-2))",
620
+ "violet-300": "rgb(var(--uds-spectrum-color-indigo-3))",
621
+ "violet-400": "rgb(var(--uds-spectrum-color-purple-5))",
622
+ "violet-500": "rgb(var(--uds-spectrum-color-purple-7))",
623
+ "violet-600": "rgb(var(--uds-spectrum-color-purple-8))",
624
+ "violet-700": "rgb(var(--uds-spectrum-color-purple-10))",
625
+ "violet-800": "rgb(var(--uds-spectrum-color-purple-11))",
626
+ "violet-900": "rgb(var(--uds-spectrum-color-purple-11))",
627
+ "violet-950": "rgb(var(--uds-spectrum-color-purple-13))",
628
+ "purple-50": "rgb(var(--uds-spectrum-color-purple-0))",
629
+ "purple-100": "rgb(var(--uds-spectrum-color-magenta-0))",
630
+ "purple-200": "rgb(var(--uds-spectrum-color-magenta-1))",
631
+ "purple-300": "rgb(var(--uds-spectrum-color-magenta-3))",
632
+ "purple-400": "rgb(var(--uds-spectrum-color-purple-5))",
633
+ "purple-500": "rgb(var(--uds-spectrum-color-purple-7))",
634
+ "purple-600": "rgb(var(--uds-spectrum-color-purple-9))",
635
+ "purple-700": "rgb(var(--uds-spectrum-color-purple-10))",
636
+ "purple-800": "rgb(var(--uds-spectrum-color-purple-11))",
637
+ "purple-900": "rgb(var(--uds-spectrum-color-purple-11))",
638
+ "purple-950": "rgb(var(--uds-spectrum-color-purple-13))",
639
+ "fuchsia-50": "rgb(var(--uds-spectrum-color-pink-0))",
640
+ "fuchsia-100": "rgb(var(--uds-spectrum-color-magenta-0))",
641
+ "fuchsia-200": "rgb(var(--uds-spectrum-color-magenta-1))",
642
+ "fuchsia-300": "rgb(var(--uds-spectrum-color-magenta-3))",
643
+ "fuchsia-400": "rgb(var(--uds-spectrum-color-magenta-5))",
644
+ "fuchsia-500": "rgb(var(--uds-spectrum-color-magenta-7))",
645
+ "fuchsia-600": "rgb(var(--uds-spectrum-color-magenta-8))",
646
+ "fuchsia-700": "rgb(var(--uds-spectrum-color-magenta-9))",
647
+ "fuchsia-800": "rgb(var(--uds-spectrum-color-magenta-10))",
648
+ "fuchsia-900": "rgb(var(--uds-spectrum-color-magenta-11))",
649
+ "fuchsia-950": "rgb(var(--uds-spectrum-color-magenta-13))",
650
+ "pink-50": "rgb(var(--uds-spectrum-color-nude-0))",
651
+ "pink-100": "rgb(var(--uds-spectrum-color-rose-1))",
652
+ "pink-200": "rgb(var(--uds-spectrum-color-rose-3))",
653
+ "pink-300": "rgb(var(--uds-spectrum-color-pink-3))",
654
+ "pink-400": "rgb(var(--uds-spectrum-color-rose-6))",
655
+ "pink-500": "rgb(var(--uds-spectrum-color-pink-6))",
656
+ "pink-600": "rgb(var(--uds-spectrum-color-pink-9))",
657
+ "pink-700": "rgb(var(--uds-spectrum-color-pink-10))",
658
+ "pink-800": "rgb(var(--uds-spectrum-color-rose-10))",
659
+ "pink-900": "rgb(var(--uds-spectrum-color-rose-11))",
660
+ "pink-950": "rgb(var(--uds-spectrum-color-rose-13))",
661
+ "rose-50": "rgb(var(--uds-spectrum-color-red-1))",
662
+ "rose-100": "rgb(var(--uds-spectrum-color-red-2))",
663
+ "rose-200": "rgb(var(--uds-spectrum-color-red-3))",
664
+ "rose-300": "rgb(var(--uds-spectrum-color-rose-5))",
665
+ "rose-400": "rgb(var(--uds-spectrum-color-red-6))",
666
+ "rose-500": "rgb(var(--uds-spectrum-color-red-7))",
667
+ "rose-600": "rgb(var(--uds-spectrum-color-red-9))",
668
+ "rose-700": "rgb(var(--uds-spectrum-color-red-9))",
669
+ "rose-800": "rgb(var(--uds-spectrum-color-rose-10))",
670
+ "rose-900": "rgb(var(--uds-spectrum-color-rose-11))",
671
+ "rose-950": "rgb(var(--uds-spectrum-color-rose-13))"
672
+ };
673
+ var textVariants = [
674
+ "display1",
675
+ "display2",
676
+ "display3",
677
+ "title1",
678
+ "title2",
679
+ "title3",
680
+ "title4",
681
+ "headline1",
682
+ "body1",
683
+ "label1",
684
+ "label2",
685
+ "caption1",
686
+ "caption2",
687
+ "legal1"
688
+ ];
689
+ var fontFamilies = [
690
+ "icons",
691
+ "sans",
692
+ "sans-beta",
693
+ "sans-condensed",
694
+ "serif-text",
695
+ "serif-display"
696
+ ];
697
+ var fontWeights = [
698
+ "light",
699
+ "medium",
700
+ "black",
701
+ "thin",
702
+ "extralight",
703
+ "regular",
704
+ "semibold",
705
+ "bold",
706
+ "extrabold"
707
+ ];
708
+ var textTransforms = [
709
+ "none",
710
+ "uppercase",
711
+ "lowercase",
712
+ "capitalize"
713
+ ];
714
+ var fontSizeRamp = {
715
+ xSmall: {
716
+ display1: -2,
717
+ display2: -3,
718
+ display3: -3,
719
+ title1: -3,
720
+ title2: -3,
721
+ title3: -3,
722
+ title4: -3,
723
+ headline1: -3,
724
+ body1: -3,
725
+ label1: -2,
726
+ label2: -2,
727
+ caption1: -1,
728
+ caption2: -1,
729
+ legal1: -1
730
+ },
731
+ small: {
732
+ display1: -2,
733
+ display2: -2,
734
+ display3: -2,
735
+ title1: -2,
736
+ title2: -2,
737
+ title3: -2,
738
+ title4: -2,
739
+ headline1: -2,
740
+ body1: -2,
741
+ label1: -1,
742
+ label2: -1,
743
+ caption1: 0,
744
+ caption2: 0,
745
+ legal1: 0
746
+ },
747
+ medium: {
748
+ display1: -1,
749
+ display2: -1,
750
+ display3: -1,
751
+ title1: -1,
752
+ title2: -1,
753
+ title3: -1,
754
+ title4: -1,
755
+ headline1: -1,
756
+ body1: -1,
757
+ label1: -1,
758
+ label2: -1,
759
+ caption1: 0,
760
+ caption2: 0,
761
+ legal1: 0
762
+ },
763
+ large: {
764
+ display1: 0,
765
+ display2: 0,
766
+ display3: 0,
767
+ title1: 0,
768
+ title2: 0,
769
+ title3: 0,
770
+ title4: 0,
771
+ headline1: 0,
772
+ body1: 0,
773
+ label1: 0,
774
+ label2: 0,
775
+ caption1: 0,
776
+ caption2: 0,
777
+ legal1: 0
778
+ },
779
+ xLarge: {
780
+ display1: 2,
781
+ display2: 2,
782
+ display3: 2,
783
+ title1: 2,
784
+ title2: 2,
785
+ title3: 2,
786
+ title4: 2,
787
+ headline1: 2,
788
+ body1: 0,
789
+ label1: 2,
790
+ label2: 2,
791
+ caption1: 2,
792
+ caption2: 2,
793
+ legal1: 2
794
+ },
795
+ xxLarge: {
796
+ display1: 4,
797
+ display2: 4,
798
+ display3: 4,
799
+ title1: 4,
800
+ title2: 4,
801
+ title3: 4,
802
+ title4: 6,
803
+ headline1: 4,
804
+ body1: 4,
805
+ label1: 4,
806
+ label2: 4,
807
+ caption1: 4,
808
+ caption2: 4,
809
+ legal1: 4
810
+ },
811
+ xxxLarge: {
812
+ display1: 6,
813
+ display2: 6,
814
+ display3: 6,
815
+ title1: 6,
816
+ title2: 6,
817
+ title3: 6,
818
+ title4: 8,
819
+ headline1: 6,
820
+ body1: 6,
821
+ label1: 6,
822
+ label2: 6,
823
+ caption1: 6,
824
+ caption2: 6,
825
+ legal1: 6
826
+ }
827
+ };
828
+ var lineHeightRamp = {
829
+ xSmall: {
830
+ display1: 0,
831
+ display2: 0,
832
+ display3: 0,
833
+ title1: -4,
834
+ title2: -4,
835
+ title3: -4,
836
+ title4: 0,
837
+ headline1: -4,
838
+ body1: -4,
839
+ label1: -4,
840
+ label2: -4,
841
+ caption1: 0,
842
+ caption2: 0,
843
+ legal1: -4
844
+ },
845
+ small: {
846
+ display1: 0,
847
+ display2: 0,
848
+ display3: 0,
849
+ title1: 0,
850
+ title2: -4,
851
+ title3: -4,
852
+ title4: 0,
853
+ headline1: 0,
854
+ body1: 0,
855
+ label1: -4,
856
+ label2: -4,
857
+ caption1: 0,
858
+ caption2: 0,
859
+ legal1: 0
860
+ },
861
+ medium: {
862
+ display1: 0,
863
+ display2: 0,
864
+ display3: 0,
865
+ title1: 0,
866
+ title2: 0,
867
+ title3: 0,
868
+ title4: 0,
869
+ headline1: 0,
870
+ body1: 0,
871
+ label1: -4,
872
+ label2: -4,
873
+ caption1: 0,
874
+ caption2: 0,
875
+ legal1: 0
876
+ },
877
+ large: {
878
+ display1: 0,
879
+ display2: 0,
880
+ display3: 0,
881
+ title1: 0,
882
+ title2: 0,
883
+ title3: 0,
884
+ title4: 0,
885
+ headline1: 0,
886
+ body1: 0,
887
+ label1: 0,
888
+ label2: 0,
889
+ caption1: 0,
890
+ caption2: 0,
891
+ legal1: 0
892
+ },
893
+ xLarge: {
894
+ display1: 0,
895
+ display2: 0,
896
+ display3: 0,
897
+ title1: 4,
898
+ title2: 0,
899
+ title3: 0,
900
+ title4: 0,
901
+ headline1: 4,
902
+ body1: 4,
903
+ label1: 0,
904
+ label2: 0,
905
+ caption1: 4,
906
+ caption2: 4,
907
+ legal1: 0
908
+ },
909
+ xxLarge: {
910
+ display1: 0,
911
+ display2: 0,
912
+ display3: 0,
913
+ title1: 4,
914
+ title2: 4,
915
+ title3: 4,
916
+ title4: 0,
917
+ headline1: 8,
918
+ body1: 8,
919
+ label1: 4,
920
+ label2: 4,
921
+ caption1: 4,
922
+ caption2: 4,
923
+ legal1: 4
924
+ },
925
+ xxxLarge: {
926
+ display1: 0,
927
+ display2: 0,
928
+ display3: 0,
929
+ title1: 8,
930
+ title2: 8,
931
+ title3: 4,
932
+ title4: 8,
933
+ headline1: 8,
934
+ body1: 8,
935
+ label1: 8,
936
+ label2: 8,
937
+ caption1: 8,
938
+ caption2: 8,
939
+ legal1: 4
940
+ }
941
+ };
942
+ var avatarSizes = [
943
+ "s",
944
+ "m",
945
+ "l"
946
+ ];
947
+ var avatarShapes = [
948
+ "none",
949
+ "xs",
950
+ "sm",
951
+ "md",
952
+ "lg",
953
+ "xl",
954
+ "full"
955
+ ];
956
+ var borderRadii = [
957
+ "none",
958
+ "xs",
959
+ "sm",
960
+ "md",
961
+ "lg",
962
+ "xl",
963
+ "full"
964
+ ];
965
+ var borderRadiusRamp = {
966
+ xSmall: {
967
+ none: 0,
968
+ xs: 0,
969
+ sm: 0,
970
+ md: 0,
971
+ lg: -4,
972
+ xl: -8,
973
+ full: 0
974
+ },
975
+ small: {
976
+ none: 0,
977
+ xs: 0,
978
+ sm: 0,
979
+ md: 0,
980
+ lg: -4,
981
+ xl: -8,
982
+ full: 0
983
+ },
984
+ medium: {
985
+ none: 0,
986
+ xs: 0,
987
+ sm: 0,
988
+ md: 0,
989
+ lg: -4,
990
+ xl: -8,
991
+ full: 0
992
+ },
993
+ large: {
994
+ none: 0,
995
+ xs: 0,
996
+ sm: 0,
997
+ md: 0,
998
+ lg: 0,
999
+ xl: 0,
1000
+ full: 0
1001
+ },
1002
+ xLarge: {
1003
+ none: 0,
1004
+ xs: 0,
1005
+ sm: 0,
1006
+ md: 0,
1007
+ lg: 0,
1008
+ xl: 0,
1009
+ full: 0
1010
+ },
1011
+ xxLarge: {
1012
+ none: 0,
1013
+ xs: 0,
1014
+ sm: 0,
1015
+ md: 0,
1016
+ lg: 0,
1017
+ xl: 0,
1018
+ full: 0
1019
+ },
1020
+ xxxLarge: {
1021
+ none: 0,
1022
+ xs: 0,
1023
+ sm: 0,
1024
+ md: 0,
1025
+ lg: 0,
1026
+ xl: 0,
1027
+ full: 0
1028
+ }
1029
+ };
1030
+ var borderWidths = [
1031
+ "medium",
1032
+ "thin",
1033
+ "none",
1034
+ "thick"
1035
+ ];
1036
+ var borderWidthRamp = {
1037
+ xSmall: {
1038
+ none: 0,
1039
+ thin: 0,
1040
+ medium: 0,
1041
+ thick: -2
1042
+ },
1043
+ small: {
1044
+ none: 0,
1045
+ thin: 0,
1046
+ medium: 0,
1047
+ thick: -2
1048
+ },
1049
+ medium: {
1050
+ none: 0,
1051
+ thin: 0,
1052
+ medium: 0,
1053
+ thick: -2
1054
+ },
1055
+ large: {
1056
+ none: 0,
1057
+ thin: 0,
1058
+ medium: 0,
1059
+ thick: 0
1060
+ },
1061
+ xLarge: {
1062
+ none: 0,
1063
+ thin: 0,
1064
+ medium: 0,
1065
+ thick: 0
1066
+ },
1067
+ xxLarge: {
1068
+ none: 0,
1069
+ thin: 0,
1070
+ medium: 0,
1071
+ thick: 0
1072
+ },
1073
+ xxxLarge: {
1074
+ none: 0,
1075
+ thin: 0,
1076
+ medium: 0,
1077
+ thick: 0
1078
+ }
1079
+ };
1080
+ var iconSizes = [
1081
+ "sm",
1082
+ "md",
1083
+ "lg"
1084
+ ];
1085
+ var spacingAliases = [
1086
+ "1",
1087
+ "2",
1088
+ "3",
1089
+ "4",
1090
+ "5",
1091
+ "6",
1092
+ "7",
1093
+ "8",
1094
+ "9",
1095
+ "10",
1096
+ "11",
1097
+ "12",
1098
+ "13",
1099
+ "14",
1100
+ "none"
1101
+ ];
1102
+ var spacingRamp = {
1103
+ xSmall: {
1104
+ "1": 0,
1105
+ "2": 0,
1106
+ "3": 0,
1107
+ "4": 0,
1108
+ "5": 0,
1109
+ "6": 0,
1110
+ "7": -4,
1111
+ "8": -8,
1112
+ "9": -12,
1113
+ "10": -16,
1114
+ "11": -20,
1115
+ "12": -24,
1116
+ "13": -28,
1117
+ "14": -32,
1118
+ none: 0
1119
+ },
1120
+ small: {
1121
+ "1": 0,
1122
+ "2": 0,
1123
+ "3": 0,
1124
+ "4": 0,
1125
+ "5": 0,
1126
+ "6": 0,
1127
+ "7": -4,
1128
+ "8": -8,
1129
+ "9": -12,
1130
+ "10": -16,
1131
+ "11": -20,
1132
+ "12": -24,
1133
+ "13": -28,
1134
+ "14": -32,
1135
+ none: 0
1136
+ },
1137
+ medium: {
1138
+ "1": 0,
1139
+ "2": 0,
1140
+ "3": 0,
1141
+ "4": 0,
1142
+ "5": 0,
1143
+ "6": 0,
1144
+ "7": -4,
1145
+ "8": -8,
1146
+ "9": -12,
1147
+ "10": -16,
1148
+ "11": -20,
1149
+ "12": -24,
1150
+ "13": -28,
1151
+ "14": -32,
1152
+ none: 0
1153
+ },
1154
+ large: {
1155
+ "1": 0,
1156
+ "2": 0,
1157
+ "3": 0,
1158
+ "4": 0,
1159
+ "5": 0,
1160
+ "6": 0,
1161
+ "7": 0,
1162
+ "8": 0,
1163
+ "9": 0,
1164
+ "10": 0,
1165
+ "11": 0,
1166
+ "12": 0,
1167
+ "13": 0,
1168
+ "14": 0,
1169
+ none: 0
1170
+ },
1171
+ xLarge: {
1172
+ "1": 0,
1173
+ "2": 0,
1174
+ "3": 0,
1175
+ "4": 0,
1176
+ "5": 0,
1177
+ "6": 0,
1178
+ "7": 0,
1179
+ "8": 0,
1180
+ "9": 0,
1181
+ "10": 0,
1182
+ "11": 0,
1183
+ "12": 0,
1184
+ "13": 0,
1185
+ "14": 0,
1186
+ none: 0
1187
+ },
1188
+ xxLarge: {
1189
+ "1": 0,
1190
+ "2": 0,
1191
+ "3": 0,
1192
+ "4": 0,
1193
+ "5": 0,
1194
+ "6": 0,
1195
+ "7": 0,
1196
+ "8": 0,
1197
+ "9": 0,
1198
+ "10": 0,
1199
+ "11": 0,
1200
+ "12": 0,
1201
+ "13": 0,
1202
+ "14": 0,
1203
+ none: 0
1204
+ },
1205
+ xxxLarge: {
1206
+ "1": 0,
1207
+ "2": 0,
1208
+ "3": 0,
1209
+ "4": 0,
1210
+ "5": 0,
1211
+ "6": 0,
1212
+ "7": 0,
1213
+ "8": 0,
1214
+ "9": 0,
1215
+ "10": 0,
1216
+ "11": 0,
1217
+ "12": 0,
1218
+ "13": 0,
1219
+ "14": 0,
1220
+ none: 0
1221
+ }
1222
+ };
1223
+ var buttonVariants = [
1224
+ "accent",
1225
+ "alert",
1226
+ "brand",
1227
+ "positive",
1228
+ "warning",
1229
+ "secondary",
1230
+ "accent-outline",
1231
+ "alert-outline",
1232
+ "brand-outline",
1233
+ "positive-outline",
1234
+ "warning-outline",
1235
+ "accent-ghost",
1236
+ "alert-ghost",
1237
+ "brand-ghost",
1238
+ "positive-ghost",
1239
+ "warning-ghost",
1240
+ "primary-ghost",
1241
+ "primary-outline"
1242
+ ];
1243
+ var buttonSizes = [
1244
+ "s",
1245
+ "m",
1246
+ "l"
1247
+ ];
1248
+ var iconNames = [
1249
+ "sunset",
1250
+ "bold",
1251
+ "academicCap",
1252
+ "academicCap_fill",
1253
+ "accept",
1254
+ "accept_fill",
1255
+ "accessibility",
1256
+ "accountKey",
1257
+ "accountKey_fill",
1258
+ "accountKeyAndroid",
1259
+ "accountKeyAndroid_fill",
1260
+ "addAttachments",
1261
+ "addAttachments_fill",
1262
+ "addDocument",
1263
+ "addDocument_fill",
1264
+ "addFolder",
1265
+ "addFolder_fill",
1266
+ "addLink",
1267
+ "addPerson",
1268
+ "addPerson_fill",
1269
+ "addToCalendar",
1270
+ "addToCalendar_fill",
1271
+ "ads",
1272
+ "adsEuro",
1273
+ "adsPound",
1274
+ "alarmClock",
1275
+ "alarmClock_fill",
1276
+ "analytics",
1277
+ "announcement",
1278
+ "announcement_fill",
1279
+ "appPublishing",
1280
+ "appPublishing_fill",
1281
+ "apparel",
1282
+ "apparel_fill",
1283
+ "appleWatch_fill",
1284
+ "ar3d",
1285
+ "archive",
1286
+ "archive_fill",
1287
+ "arrowCurveLeft",
1288
+ "arrowCurveRight",
1289
+ "arrowCurveUp",
1290
+ "arrowDown",
1291
+ "arrowDownAboveLine",
1292
+ "arrowDownAndIn",
1293
+ "arrowLeft",
1294
+ "arrowRight",
1295
+ "arrowUp",
1296
+ "arrowUpAndOut",
1297
+ "arrowUpUnderLine",
1298
+ "ascender",
1299
+ "astroAquarius",
1300
+ "astroAries",
1301
+ "astroCancer",
1302
+ "astroCapricorn",
1303
+ "astroGemini",
1304
+ "astroLeo",
1305
+ "astroLibra",
1306
+ "astroPisces",
1307
+ "astroSagittarius",
1308
+ "astroScorpio",
1309
+ "astroTaurus",
1310
+ "astroVirgo",
1311
+ "atSymbol",
1312
+ "attachment",
1313
+ "badge",
1314
+ "badge_fill",
1315
+ "barGraph",
1316
+ "barGraph_fill",
1317
+ "baseball",
1318
+ "baseball_fill",
1319
+ "baseballBat_fill",
1320
+ "basket",
1321
+ "basket_fill",
1322
+ "basketball",
1323
+ "basketball_fill",
1324
+ "beachUmbrella",
1325
+ "beachUmbrella_fill",
1326
+ "bed",
1327
+ "bed_fill",
1328
+ "beer",
1329
+ "beer_fill",
1330
+ "bell",
1331
+ "bell_fill",
1332
+ "bellOff",
1333
+ "bellOff_fill",
1334
+ "bellPlus",
1335
+ "bill",
1336
+ "bill_fill",
1337
+ "billing",
1338
+ "billing_fill",
1339
+ "binoculars",
1340
+ "binoculars_fill",
1341
+ "biometrics",
1342
+ "birthdayCake",
1343
+ "birthdayCake_fill",
1344
+ "blockPerson",
1345
+ "blockPerson_fill",
1346
+ "bookmark",
1347
+ "bookmark_fill",
1348
+ "box",
1349
+ "box_fill",
1350
+ "briefcase",
1351
+ "briefcase_fill",
1352
+ "bubbleGraph",
1353
+ "bubbleGraph_fill",
1354
+ "bulletList",
1355
+ "bulletListRectangle",
1356
+ "bulletListRectangle_fill",
1357
+ "bus",
1358
+ "bus_fill",
1359
+ "cal01",
1360
+ "cal01_fill",
1361
+ "cal02",
1362
+ "cal02_fill",
1363
+ "cal03",
1364
+ "cal03_fill",
1365
+ "cal04",
1366
+ "cal04_fill",
1367
+ "cal05",
1368
+ "cal05_fill",
1369
+ "cal06",
1370
+ "cal06_fill",
1371
+ "cal07",
1372
+ "cal07_fill",
1373
+ "cal08",
1374
+ "cal08_fill",
1375
+ "cal09",
1376
+ "cal09_fill",
1377
+ "cal10",
1378
+ "cal10_fill",
1379
+ "cal11",
1380
+ "cal11_fill",
1381
+ "cal12",
1382
+ "cal12_fill",
1383
+ "cal13",
1384
+ "cal13_fill",
1385
+ "cal14",
1386
+ "cal14_fill",
1387
+ "cal15",
1388
+ "cal15_fill",
1389
+ "cal16",
1390
+ "cal16_fill",
1391
+ "cal17",
1392
+ "cal17_fill",
1393
+ "cal18",
1394
+ "cal18_fill",
1395
+ "cal19",
1396
+ "cal19_fill",
1397
+ "cal20",
1398
+ "cal20_fill",
1399
+ "cal21",
1400
+ "cal21_fill",
1401
+ "cal22",
1402
+ "cal22_fill",
1403
+ "cal23",
1404
+ "cal23_fill",
1405
+ "cal24",
1406
+ "cal24_fill",
1407
+ "cal25",
1408
+ "cal25_fill",
1409
+ "cal26",
1410
+ "cal26_fill",
1411
+ "cal27",
1412
+ "cal27_fill",
1413
+ "cal28",
1414
+ "cal28_fill",
1415
+ "cal29",
1416
+ "cal29_fill",
1417
+ "cal30",
1418
+ "cal30_fill",
1419
+ "cal31",
1420
+ "cal31_fill",
1421
+ "calendar",
1422
+ "calendar_fill",
1423
+ "camera",
1424
+ "camera_fill",
1425
+ "candy",
1426
+ "canvas",
1427
+ "canvas_fill",
1428
+ "capitolBuilding",
1429
+ "capitolBuilding_fill",
1430
+ "capsule",
1431
+ "capsule_fill",
1432
+ "car",
1433
+ "car_fill",
1434
+ "card",
1435
+ "card_fill",
1436
+ "cart",
1437
+ "castAnimationFrame1",
1438
+ "castAnimationFrame2",
1439
+ "castUnavailable",
1440
+ "centerAligned",
1441
+ "cfl_fill",
1442
+ "changeFont",
1443
+ "checkboxMixed",
1444
+ "checkboxMixed_fill",
1445
+ "checkboxSelected",
1446
+ "checkboxSelected_fill",
1447
+ "checkboxUnselected",
1448
+ "checkmarkSelected",
1449
+ "chevronBack",
1450
+ "chevronDown",
1451
+ "chevronNext",
1452
+ "chevronUp",
1453
+ "chromeCast",
1454
+ "chromeCast_fill",
1455
+ "cleats",
1456
+ "cleats_fill",
1457
+ "clientAssist",
1458
+ "clientAssist_fill",
1459
+ "clock",
1460
+ "clock_fill",
1461
+ "close",
1462
+ "closedCaptioning",
1463
+ "closedCaptioning_fill",
1464
+ "cloud",
1465
+ "cloud_fill",
1466
+ "cloudDay",
1467
+ "cloudDrive",
1468
+ "cloudDrive_fill",
1469
+ "cloudNight",
1470
+ "code",
1471
+ "coffeeCup",
1472
+ "coffeeCup_fill",
1473
+ "coffeeMug",
1474
+ "coffeeMug_fill",
1475
+ "collapseList",
1476
+ "collegeFootball",
1477
+ "collegeFootball_fill",
1478
+ "colorPalette",
1479
+ "colorPalette_fill",
1480
+ "comedyTragedyMasks",
1481
+ "comedyTragedyMasks_fill",
1482
+ "comment",
1483
+ "comment_fill",
1484
+ "compass",
1485
+ "compass_fill",
1486
+ "compose",
1487
+ "compose_fill",
1488
+ "contactBook",
1489
+ "contactBook_fill",
1490
+ "contactCard",
1491
+ "contactCard_fill",
1492
+ "convenienceStore",
1493
+ "convenienceStore_fill",
1494
+ "conversations",
1495
+ "conversations_fill",
1496
+ "copy",
1497
+ "copy_fill",
1498
+ "copyright",
1499
+ "copyright_fill",
1500
+ "creativeCommons",
1501
+ "creativeCommons_fill",
1502
+ "creditCard",
1503
+ "creditCard_fill",
1504
+ "crescentMoon",
1505
+ "crescentMoonAlt",
1506
+ "cryptocurrency",
1507
+ "cryptocurrency_fill",
1508
+ "cursor",
1509
+ "cut",
1510
+ "dashboard",
1511
+ "dashboard_fill",
1512
+ "dating",
1513
+ "dating_fill",
1514
+ "decline",
1515
+ "decline_fill",
1516
+ "descender",
1517
+ "desktop",
1518
+ "desktop_fill",
1519
+ "diamond",
1520
+ "diamond_fill",
1521
+ "direction",
1522
+ "direction_fill",
1523
+ "discoBall",
1524
+ "document",
1525
+ "document_fill",
1526
+ "dollar",
1527
+ "doubleLeft",
1528
+ "doubleRight",
1529
+ "draft",
1530
+ "draft_fill",
1531
+ "dragBars",
1532
+ "dragBarsAlt",
1533
+ "dressForm_fill",
1534
+ "dressFrom",
1535
+ "dusk",
1536
+ "dusk_fill",
1537
+ "eclipse",
1538
+ "eclipse_fill",
1539
+ "edit",
1540
+ "edit_fill",
1541
+ "emoticon",
1542
+ "emoticon_fill",
1543
+ "euro",
1544
+ "exchange",
1545
+ "exclamation",
1546
+ "exclamation_fill",
1547
+ "exclamationAlt",
1548
+ "exclamationAlt_fill",
1549
+ "exitFullscreen",
1550
+ "expand",
1551
+ "expandAlt",
1552
+ "expandList",
1553
+ "eye",
1554
+ "eyeSlash",
1555
+ "eyelash",
1556
+ "fantasyBaseball",
1557
+ "fantasyBaseball_fill",
1558
+ "fantasyFootball",
1559
+ "fantasyFootball_fill",
1560
+ "files",
1561
+ "files_fill",
1562
+ "filter",
1563
+ "finance",
1564
+ "firstQuarter",
1565
+ "flag",
1566
+ "flag_fill",
1567
+ "flower",
1568
+ "fog",
1569
+ "fogDay",
1570
+ "fogNight",
1571
+ "folder",
1572
+ "folder_fill",
1573
+ "foodAndDrink",
1574
+ "foodAndDrink_fill",
1575
+ "football",
1576
+ "football_fill",
1577
+ "forkKnife",
1578
+ "forward",
1579
+ "forward_fill",
1580
+ "fourColumn",
1581
+ "fourColumn_fill",
1582
+ "fullMoon",
1583
+ "fullscreen",
1584
+ "fullscreenAudio",
1585
+ "gallery",
1586
+ "gallery_fill",
1587
+ "gasStation",
1588
+ "gear",
1589
+ "gear_fill",
1590
+ "gif",
1591
+ "gif_fill",
1592
+ "globe",
1593
+ "golf",
1594
+ "grid",
1595
+ "groups",
1596
+ "groups_fill",
1597
+ "guitar",
1598
+ "halfSun",
1599
+ "halfSun_fill",
1600
+ "hand",
1601
+ "hashtag",
1602
+ "haze",
1603
+ "hazeDay",
1604
+ "hazeNight",
1605
+ "heart",
1606
+ "heart_fill",
1607
+ "heavyRain",
1608
+ "heavyRainDay",
1609
+ "heavyRainLightning",
1610
+ "heavyRainLightningDay",
1611
+ "heavyRainLightningNight",
1612
+ "heavyRainNight",
1613
+ "history",
1614
+ "hockey",
1615
+ "home",
1616
+ "home_fill",
1617
+ "hurricane",
1618
+ "inbox",
1619
+ "inbox_fill",
1620
+ "indent",
1621
+ "information",
1622
+ "information_fill",
1623
+ "invitation",
1624
+ "invitation_fill",
1625
+ "italic",
1626
+ "key",
1627
+ "keyAlt",
1628
+ "keypad",
1629
+ "lastQuarter",
1630
+ "layout",
1631
+ "layout_fill",
1632
+ "layoutGrid",
1633
+ "layoutList",
1634
+ "leftAligned",
1635
+ "leftToRight",
1636
+ "lifePreserver",
1637
+ "lightning",
1638
+ "lightningBolt",
1639
+ "lightningBolt_fill",
1640
+ "lightningDay",
1641
+ "lightningNight",
1642
+ "lineGraph",
1643
+ "lineTypeBar",
1644
+ "lineTypeCandlestick",
1645
+ "link",
1646
+ "lipstick",
1647
+ "lipstick_fill",
1648
+ "list",
1649
+ "live",
1650
+ "locationArrow",
1651
+ "locationArrow_fill",
1652
+ "lock",
1653
+ "lock_fill",
1654
+ "logout",
1655
+ "magnifyingGlass",
1656
+ "magnifyingGlass_fill",
1657
+ "mail",
1658
+ "mail_fill",
1659
+ "manageAccount",
1660
+ "manageAccount_fill",
1661
+ "map",
1662
+ "mapPin",
1663
+ "mapPin_fill",
1664
+ "martini",
1665
+ "martini_fill",
1666
+ "meMail",
1667
+ "medal",
1668
+ "medal_fill",
1669
+ "medicalKit",
1670
+ "medicalKit_fill",
1671
+ "metrics",
1672
+ "mic",
1673
+ "mic_fill",
1674
+ "micOff",
1675
+ "micOff_fill",
1676
+ "microscope",
1677
+ "microscope_fill",
1678
+ "minus",
1679
+ "mlb",
1680
+ "moveToFolder",
1681
+ "moveToFolder_fill",
1682
+ "movies",
1683
+ "movies_fill",
1684
+ "music",
1685
+ "music_fill",
1686
+ "ncaab",
1687
+ "newComment",
1688
+ "newComment_fill",
1689
+ "newMoon",
1690
+ "news",
1691
+ "news_fill",
1692
+ "nextTrack",
1693
+ "nfc",
1694
+ "nfl",
1695
+ "notes",
1696
+ "notes_fill",
1697
+ "null",
1698
+ "numberedList",
1699
+ "oneColumn",
1700
+ "oneColumn_fill",
1701
+ "outbox",
1702
+ "outbox_fill",
1703
+ "outdent",
1704
+ "overflow",
1705
+ "overflowMail",
1706
+ "overflowVertical",
1707
+ "paperclip",
1708
+ "parenting",
1709
+ "parenting_fill",
1710
+ "parking",
1711
+ "parks",
1712
+ "parks_fill",
1713
+ "pause",
1714
+ "paw",
1715
+ "pawn",
1716
+ "pawn_fill",
1717
+ "person",
1718
+ "person_fill",
1719
+ "personArrowUturnLeft",
1720
+ "personArrowUturnLeft_fill",
1721
+ "phone",
1722
+ "phone_fill",
1723
+ "picture",
1724
+ "picture_fill",
1725
+ "pieChart",
1726
+ "pieChart_fill",
1727
+ "play",
1728
+ "play_fill",
1729
+ "playInCircle",
1730
+ "playInCircle_fill",
1731
+ "playMini",
1732
+ "plus",
1733
+ "poll",
1734
+ "poll_fill",
1735
+ "popular",
1736
+ "power",
1737
+ "print",
1738
+ "print_fill",
1739
+ "pro",
1740
+ "profile",
1741
+ "profile_fill",
1742
+ "prohibitionSign",
1743
+ "pulse",
1744
+ "question",
1745
+ "question_fill",
1746
+ "racingFlag",
1747
+ "radioSelected",
1748
+ "radioSelected_fill",
1749
+ "radioUnselected",
1750
+ "rain",
1751
+ "rainDay",
1752
+ "rainNight",
1753
+ "raindrop",
1754
+ "raindropDay",
1755
+ "raindropNight",
1756
+ "reblog",
1757
+ "reblogAlt",
1758
+ "recreation",
1759
+ "refresh",
1760
+ "refreshAlt",
1761
+ "removePerson",
1762
+ "removePerson_fill",
1763
+ "replay",
1764
+ "reply",
1765
+ "reply_fill",
1766
+ "replyAll",
1767
+ "replyAll_fill",
1768
+ "reverse",
1769
+ "revisions",
1770
+ "revisions_fill",
1771
+ "riceBowl",
1772
+ "rightAligned",
1773
+ "rightToLeft",
1774
+ "rugby",
1775
+ "scissors",
1776
+ "searchMail",
1777
+ "searchMail_fill",
1778
+ "searchWeb",
1779
+ "seekBackward10",
1780
+ "seekForward10",
1781
+ "segments",
1782
+ "segments_fill",
1783
+ "selector",
1784
+ "sendScheduled",
1785
+ "sendScheduled_fill",
1786
+ "sent",
1787
+ "sent_fill",
1788
+ "shield",
1789
+ "shieldWithCheckMark",
1790
+ "shieldWithCheckMark_fill",
1791
+ "shieldWithProhibitionSign",
1792
+ "shieldWithProhibitionSign_fill",
1793
+ "shieldWithX",
1794
+ "shieldWithX_fill",
1795
+ "shoppingBag",
1796
+ "shoppingBag_fill",
1797
+ "shrink",
1798
+ "sidebar",
1799
+ "sidebarError",
1800
+ "skull",
1801
+ "skull_fill",
1802
+ "slideRule",
1803
+ "smartPhone",
1804
+ "smartPhone_fill",
1805
+ "smiley",
1806
+ "smiley_fill",
1807
+ "snow",
1808
+ "snowDay",
1809
+ "snowNight",
1810
+ "snowflake",
1811
+ "soccer",
1812
+ "spellCheck",
1813
+ "sprinkle",
1814
+ "sprinkleDay",
1815
+ "sprinkleNight",
1816
+ "squareArrowDiagonalUpRight",
1817
+ "stadium",
1818
+ "star",
1819
+ "star_fill",
1820
+ "stardust",
1821
+ "stardust_fill",
1822
+ "stationery",
1823
+ "stationery_fill",
1824
+ "stationeryFall",
1825
+ "stationeryFall_fill",
1826
+ "stationerySpring",
1827
+ "stationerySpring_fill",
1828
+ "stationeryWinter",
1829
+ "stationeryWinter_fill",
1830
+ "statistics",
1831
+ "stop",
1832
+ "stopwatch",
1833
+ "stopwatch_fill",
1834
+ "stream",
1835
+ "sun",
1836
+ "sun_fill",
1837
+ "sunrise",
1838
+ "supply",
1839
+ "supply_fill",
1840
+ "suspicious",
1841
+ "suspicious_fill",
1842
+ "swipeleft",
1843
+ "swipeleft_fill",
1844
+ "swiperight",
1845
+ "swiperight_fill",
1846
+ "tablet",
1847
+ "tablet_fill",
1848
+ "tag",
1849
+ "tag_fill",
1850
+ "target",
1851
+ "targetArrow",
1852
+ "tech",
1853
+ "tech_fill",
1854
+ "techAlt",
1855
+ "textColor",
1856
+ "textHighlight",
1857
+ "textHighlight_fill",
1858
+ "theme",
1859
+ "theme_fill",
1860
+ "threeColumn",
1861
+ "threeColumn_fill",
1862
+ "thumbDown",
1863
+ "thumbDown_fill",
1864
+ "thumbUp",
1865
+ "thumbUp_fill",
1866
+ "tornado",
1867
+ "train",
1868
+ "train_fill",
1869
+ "trashCan",
1870
+ "trashCan_fill",
1871
+ "travel",
1872
+ "travel_fill",
1873
+ "trending",
1874
+ "truck",
1875
+ "truck_fill",
1876
+ "tsunami",
1877
+ "tv",
1878
+ "tv_fill",
1879
+ "twoColumn",
1880
+ "twoColumn_fill",
1881
+ "underline",
1882
+ "unsub",
1883
+ "unsub_fill",
1884
+ "videoCamera",
1885
+ "videoCamera_fill",
1886
+ "videoCameraOff",
1887
+ "videoCameraOff_fill",
1888
+ "volume",
1889
+ "volumeLow",
1890
+ "volumeMute",
1891
+ "waningCrescent",
1892
+ "waningGibbous",
1893
+ "waxingCrescent",
1894
+ "waxingGibbous",
1895
+ "wellness",
1896
+ "wifi",
1897
+ "wifiOffline",
1898
+ "wind",
1899
+ "windCloud",
1900
+ "windDay",
1901
+ "windNight",
1902
+ "wine",
1903
+ "wine_fill",
1904
+ "wrench",
1905
+ "wrench_fill",
1906
+ "yahooPlus",
1907
+ "zoomIn",
1908
+ "zoomOut"
1909
+ ];
1910
+ export { textVariants, textTransforms, tailwindColorsAsUds, spectrumColors, spacingRamp, spacingAliases, scaleModes, regionModes, palette, linePaletteColors, lineHeightRamp, lineColors, iconSizes, iconNames, hues, hueSteps, foregroundPaletteColors, foregroundColors, fontWeights, fontSizeRamp, fontFamilies, corePaletteColors, colorModes, buttonVariants, buttonSizes, borderWidths, borderWidthRamp, borderRadiusRamp, borderRadii, backgroundPaletteColors, backgroundColors, avatarSizes, avatarShapes, alwaysPaletteAliases };