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