@skbkontur/colors 1.1.2-d1791.0 → 2.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/dist/cjs/constants/abney-correction.js +1102 -1102
  2. package/dist/cjs/constants/chroma-settings.js +102 -102
  3. package/dist/cjs/constants/default-swatch.d.ts +97 -95
  4. package/dist/cjs/constants/default-swatch.js +99 -97
  5. package/dist/cjs/constants/interaction-settings.d.ts +8 -0
  6. package/dist/cjs/constants/interaction-settings.js +19 -0
  7. package/dist/cjs/constants/logo-lightness.js +2 -2
  8. package/dist/cjs/constants/promo-hue-shift.d.ts +1 -1
  9. package/dist/cjs/constants/promo-hue-shift.js +11 -11
  10. package/dist/cjs/constants/warning-hue-patch.d.ts +1 -1
  11. package/dist/cjs/constants/warning-hue-patch.js +22 -22
  12. package/dist/cjs/get-base-tokens.d.ts +11 -9
  13. package/dist/cjs/get-base-tokens.js +178 -202
  14. package/dist/cjs/get-colors.d.ts +19 -0
  15. package/dist/cjs/get-colors.js +16 -0
  16. package/dist/cjs/get-default-tokens.d.ts +642 -1275
  17. package/dist/cjs/get-default-tokens.js +993 -1280
  18. package/dist/cjs/helpers/get-interactions.d.ts +7 -0
  19. package/dist/cjs/helpers/get-interactions.js +61 -0
  20. package/dist/cjs/helpers/get-logo.d.ts +2 -2
  21. package/dist/cjs/helpers/get-logo.js +28 -25
  22. package/dist/cjs/helpers/get-palette.d.ts +69 -42
  23. package/dist/cjs/helpers/get-palette.js +249 -204
  24. package/dist/cjs/helpers/get-promo.d.ts +10 -4
  25. package/dist/cjs/helpers/get-promo.js +48 -50
  26. package/dist/cjs/types/base-tokens.d.ts +115 -43
  27. package/dist/cjs/types/base-tokens.js +2 -2
  28. package/dist/cjs/types/generator-tokens.d.ts +30 -30
  29. package/dist/cjs/types/generator-tokens.js +2 -2
  30. package/dist/cjs/utils/format-variable.d.ts +2 -0
  31. package/dist/cjs/utils/format-variable.js +15 -0
  32. package/dist/colors.default-dark.js +325 -0
  33. package/dist/colors.default-light.js +326 -0
  34. package/dist/colors.js +319 -0
  35. package/dist/colors.less +319 -0
  36. package/dist/colors.scss +319 -0
  37. package/dist/esm/constants/abney-correction.js +1100 -1100
  38. package/dist/esm/constants/chroma-settings.js +100 -100
  39. package/dist/esm/constants/default-swatch.d.ts +97 -95
  40. package/dist/esm/constants/default-swatch.js +97 -95
  41. package/dist/esm/constants/interaction-settings.d.ts +8 -0
  42. package/dist/esm/constants/interaction-settings.js +8 -0
  43. package/dist/esm/constants/promo-hue-shift.d.ts +1 -1
  44. package/dist/esm/constants/promo-hue-shift.js +9 -9
  45. package/dist/esm/constants/warning-hue-patch.d.ts +1 -1
  46. package/dist/esm/constants/warning-hue-patch.js +20 -20
  47. package/dist/esm/get-base-tokens.d.ts +11 -9
  48. package/dist/esm/get-base-tokens.js +130 -172
  49. package/dist/esm/get-colors.d.ts +19 -0
  50. package/dist/esm/get-colors.js +12 -0
  51. package/dist/esm/get-default-tokens.d.ts +642 -1275
  52. package/dist/esm/get-default-tokens.js +991 -1278
  53. package/dist/esm/helpers/get-interactions.d.ts +7 -0
  54. package/dist/esm/helpers/get-interactions.js +49 -0
  55. package/dist/esm/helpers/get-logo.d.ts +2 -2
  56. package/dist/esm/helpers/get-logo.js +24 -21
  57. package/dist/esm/helpers/get-palette.d.ts +69 -42
  58. package/dist/esm/helpers/get-palette.js +197 -175
  59. package/dist/esm/helpers/get-promo.d.ts +10 -4
  60. package/dist/esm/helpers/get-promo.js +44 -46
  61. package/dist/esm/types/base-tokens.d.ts +115 -43
  62. package/dist/esm/types/generator-tokens.d.ts +30 -30
  63. package/dist/esm/utils/format-variable.d.ts +2 -0
  64. package/dist/esm/utils/format-variable.js +10 -0
  65. package/dist/tokens/brand-blue-deep_accent-brand.css +643 -0
  66. package/dist/tokens/brand-blue-deep_accent-gray.css +643 -0
  67. package/dist/tokens/brand-blue_accent-brand.css +643 -0
  68. package/dist/tokens/brand-blue_accent-gray.css +643 -0
  69. package/dist/tokens/brand-green_accent-brand.css +643 -0
  70. package/dist/tokens/brand-green_accent-gray.css +643 -0
  71. package/dist/tokens/brand-mint_accent-brand.css +643 -0
  72. package/dist/tokens/brand-mint_accent-gray.css +643 -0
  73. package/dist/tokens/brand-orange_accent-gray.css +643 -0
  74. package/dist/tokens/brand-purple_accent-brand.css +643 -0
  75. package/dist/tokens/brand-purple_accent-gray.css +643 -0
  76. package/dist/tokens/brand-red_accent-gray.css +643 -0
  77. package/dist/tokens/brand-violet_accent-brand.css +643 -0
  78. package/dist/tokens/brand-violet_accent-gray.css +643 -0
  79. package/dist/tokens-js/brand-blue-deep_accent-brand.js +644 -0
  80. package/dist/tokens-js/brand-blue-deep_accent-gray.js +644 -0
  81. package/dist/tokens-js/brand-blue_accent-brand.js +644 -0
  82. package/dist/tokens-js/brand-blue_accent-gray.js +644 -0
  83. package/dist/tokens-js/brand-green_accent-brand.js +644 -0
  84. package/dist/tokens-js/brand-green_accent-gray.js +644 -0
  85. package/dist/tokens-js/brand-mint_accent-brand.js +644 -0
  86. package/dist/tokens-js/brand-mint_accent-gray.js +644 -0
  87. package/dist/tokens-js/brand-orange_accent-gray.js +644 -0
  88. package/dist/tokens-js/brand-purple_accent-brand.js +644 -0
  89. package/dist/tokens-js/brand-purple_accent-gray.js +644 -0
  90. package/dist/tokens-js/brand-red_accent-gray.js +644 -0
  91. package/dist/tokens-js/brand-violet_accent-brand.js +644 -0
  92. package/dist/tokens-js/brand-violet_accent-gray.js +644 -0
  93. package/dist/tokens-mobile/brand-blue-deep_accent-brand.json +718 -0
  94. package/dist/tokens-mobile/brand-blue-deep_accent-gray.json +718 -0
  95. package/dist/tokens-mobile/brand-blue_accent-brand.json +718 -0
  96. package/dist/tokens-mobile/brand-blue_accent-gray.json +718 -0
  97. package/dist/tokens-mobile/brand-green_accent-brand.json +718 -0
  98. package/dist/tokens-mobile/brand-green_accent-gray.json +718 -0
  99. package/dist/tokens-mobile/brand-mint_accent-brand.json +718 -0
  100. package/dist/tokens-mobile/brand-mint_accent-gray.json +718 -0
  101. package/dist/tokens-mobile/brand-orange_accent-gray.json +718 -0
  102. package/dist/tokens-mobile/brand-purple_accent-brand.json +718 -0
  103. package/dist/tokens-mobile/brand-purple_accent-gray.json +718 -0
  104. package/dist/tokens-mobile/brand-red_accent-gray.json +718 -0
  105. package/dist/tokens-mobile/brand-violet_accent-brand.json +718 -0
  106. package/dist/tokens-mobile/brand-violet_accent-gray.json +718 -0
  107. package/package.json +7 -6
  108. package/dist/cjs/get-tokens.d.ts +0 -15
  109. package/dist/cjs/get-tokens.js +0 -13
  110. package/dist/esm/get-tokens.d.ts +0 -15
  111. package/dist/esm/get-tokens.js +0 -9
@@ -1,1278 +1,645 @@
1
1
  import type { BaseTokens } from './types/base-tokens';
2
2
  export declare const getDefaultTokens: (base: BaseTokens) => {
3
- light: {
4
- text: {
5
- default: {
6
- neutral: {
7
- primary: string;
8
- secondary: string;
9
- };
10
- warning: {
11
- primary: string;
12
- };
13
- error: {
14
- primary: string;
15
- };
16
- success: {
17
- primary: string;
18
- };
19
- accent: {
20
- primary: string;
21
- };
22
- logo: string;
23
- };
24
- hover: {
25
- warning: {
26
- primary: string;
27
- };
28
- error: {
29
- primary: string;
30
- };
31
- success: {
32
- primary: string;
33
- };
34
- accent: {
35
- primary: string;
36
- };
37
- };
38
- pressed: {
39
- warning: {
40
- primary: string;
41
- };
42
- error: {
43
- primary: string;
44
- };
45
- success: {
46
- primary: string;
47
- };
48
- accent: {
49
- primary: string;
50
- };
51
- };
52
- disabled: string;
53
- };
54
- textInverted: {
55
- default: {
56
- neutral: {
57
- primary: string;
58
- secondary: string;
59
- };
60
- warning: {
61
- primary: string;
62
- };
63
- error: {
64
- primary: string;
65
- };
66
- success: {
67
- primary: string;
68
- };
69
- accent: {
70
- primary: string;
71
- };
72
- logo: string;
73
- };
74
- hover: {
75
- warning: {
76
- primary: string;
77
- };
78
- error: {
79
- primary: string;
80
- };
81
- success: {
82
- primary: string;
83
- };
84
- accent: {
85
- primary: string;
86
- };
87
- };
88
- pressed: {
89
- warning: {
90
- primary: string;
91
- };
92
- error: {
93
- primary: string;
94
- };
95
- success: {
96
- primary: string;
97
- };
98
- accent: {
99
- primary: string;
100
- };
101
- };
102
- disabled: string;
103
- };
104
- textConst: {
105
- default: {
106
- neutral: {
107
- primary: {
108
- black: string;
109
- white: string;
110
- };
111
- secondary: {
112
- black: string;
113
- white: string;
114
- };
115
- };
116
- };
117
- disabled: {
118
- black: string;
119
- white: string;
120
- };
121
- };
122
- textOnAccent: {
123
- default: {
124
- primary: string;
125
- secondary: string;
126
- };
127
- disabled: string;
128
- };
129
- textOnBrand: {
130
- default: {
131
- primary: string;
132
- secondary: string;
133
- };
134
- disabled: string;
135
- };
136
- shape: {
137
- default: {
138
- neutral: {
139
- heavy: string;
140
- bold: string;
141
- soft: {
142
- alpha: string;
143
- solid: string;
144
- };
145
- pale: {
146
- alpha: string;
147
- solid: string;
148
- };
149
- faint: {
150
- alpha: string;
151
- solid: string;
152
- };
153
- };
154
- warning: {
155
- heavy: string;
156
- bold: string;
157
- soft: string;
158
- pale: string;
159
- faint: string;
160
- };
161
- error: {
162
- heavy: string;
163
- bold: string;
164
- soft: string;
165
- pale: string;
166
- faint: string;
167
- };
168
- success: {
169
- heavy: string;
170
- bold: string;
171
- soft: string;
172
- pale: string;
173
- faint: string;
174
- };
175
- accent: {
176
- heavy: string;
177
- bold: string;
178
- soft: string;
179
- pale: string;
180
- faint: string;
181
- };
182
- brand: {
183
- promo: string;
184
- original: string;
185
- soft: string;
186
- pale: string;
187
- faint: string;
188
- };
189
- base: string;
190
- field: string;
191
- };
192
- hover: {
193
- neutral: {
194
- heavy: null;
195
- bold: string;
196
- soft: {
197
- alpha: string;
198
- solid: string;
199
- };
200
- pale: {
201
- alpha: string;
202
- solid: string;
203
- };
204
- faint: {
205
- alpha: string;
206
- solid: string;
207
- };
208
- };
209
- warning: {
210
- bold: string;
211
- soft: string;
212
- pale: string;
213
- faint: string;
214
- };
215
- error: {
216
- bold: string;
217
- soft: string;
218
- pale: string;
219
- faint: string;
220
- };
221
- success: {
222
- bold: string;
223
- soft: string;
224
- pale: string;
225
- faint: string;
226
- };
227
- accent: {
228
- bold: string;
229
- soft: string;
230
- pale: string;
231
- faint: string;
232
- };
233
- brand: {
234
- original: string;
235
- soft: string;
236
- pale: string;
237
- faint: string;
238
- };
239
- base: string;
240
- backless: string;
241
- };
242
- pressed: {
243
- neutral: {
244
- bold: string;
245
- soft: {
246
- alpha: string;
247
- solid: string;
248
- };
249
- pale: {
250
- alpha: string;
251
- solid: string;
252
- };
253
- faint: {
254
- alpha: string;
255
- solid: string;
256
- };
257
- };
258
- warning: {
259
- bold: string;
260
- soft: string;
261
- pale: string;
262
- faint: string;
263
- };
264
- error: {
265
- bold: string;
266
- soft: string;
267
- pale: string;
268
- faint: string;
269
- };
270
- success: {
271
- bold: string;
272
- soft: string;
273
- pale: string;
274
- faint: string;
275
- };
276
- accent: {
277
- bold: string;
278
- soft: string;
279
- pale: string;
280
- faint: string;
281
- };
282
- brand: {
283
- original: string;
284
- soft: string;
285
- pale: string;
286
- faint: string;
287
- };
288
- base: string;
289
- backless: string;
290
- };
291
- disabled: {
292
- neutral: string;
293
- accent: string;
294
- };
295
- };
296
- shapeInverted: {
297
- default: {
298
- neutral: {
299
- heavy: string;
300
- soft: {
301
- alpha: string;
302
- };
303
- pale: {};
304
- };
305
- };
306
- hover: {
307
- neutral: {
308
- heavy: string;
309
- soft: {
310
- alpha: string;
311
- };
312
- pale: {
313
- alpha: string;
314
- };
315
- backless: string;
316
- };
317
- };
318
- pressed: {
319
- neutral: {
320
- heavy: string;
321
- soft: {
322
- alpha: string;
323
- };
324
- pale: {
325
- alpha: string;
326
- };
327
- backless: string;
328
- };
329
- };
330
- disabled: {
331
- neutral: string;
332
- };
333
- };
334
- shapeConst: {
335
- default: {
336
- neutral: {
337
- heavy: {
338
- black: string;
339
- white: string;
340
- };
341
- soft: {
342
- black: string;
343
- white: string;
344
- };
345
- pale: {
346
- black: string;
347
- white: string;
348
- };
349
- };
350
- };
351
- hover: {
352
- neutral: {
353
- heavy: {
354
- black: string;
355
- white: string;
356
- };
357
- soft: {
358
- black: string;
359
- white: string;
360
- };
361
- pale: {
362
- black: string;
363
- white: string;
364
- };
365
- backless: {
366
- black: string;
367
- white: string;
368
- };
369
- };
370
- };
371
- pressed: {
372
- neutral: {
373
- heavy: {
374
- black: string;
375
- white: string;
376
- };
377
- soft: {
378
- black: string;
379
- white: string;
380
- };
381
- pale: {
382
- black: string;
383
- white: string;
384
- };
385
- backless: {
386
- black: string;
387
- white: string;
388
- };
389
- };
390
- };
391
- };
392
- line: {
393
- default: {
394
- neutral: {
395
- pale: string;
396
- faint: string;
397
- };
398
- warning: {
399
- bold: string;
400
- };
401
- error: {
402
- bold: string;
403
- };
404
- success: {
405
- bold: string;
406
- };
407
- accent: {
408
- bold: string;
409
- pale: string;
410
- faint: string;
411
- };
412
- brand: {
413
- original: string;
414
- };
415
- };
416
- hover: {
417
- neutral: {
418
- pale: string;
419
- };
420
- warning: {
421
- bold: string;
422
- };
423
- error: {
424
- bold: string;
425
- };
426
- success: {
427
- bold: string;
428
- };
429
- accent: {
430
- bold: string;
431
- pale: string;
432
- faint: string;
433
- };
434
- };
435
- pressed: {
436
- neutral: {
437
- pale: string;
438
- };
439
- warning: {
440
- bold: string;
441
- };
442
- error: {
443
- bold: string;
444
- };
445
- success: {
446
- bold: string;
447
- };
448
- accent: {
449
- bold: string;
450
- pale: string;
451
- faint: string;
452
- };
453
- };
454
- };
455
- lineInverted: {
456
- default: {
457
- neutral: {
458
- pale: string;
459
- faint: string;
460
- };
461
- warning: {
462
- bold: string;
463
- };
464
- error: {
465
- bold: string;
466
- };
467
- success: {
468
- bold: string;
469
- };
470
- accent: {
471
- bold: string;
472
- pale: string;
473
- faint: string;
474
- };
475
- brand: {
476
- original: string;
477
- };
478
- };
479
- hover: {
480
- neutral: {
481
- pale: string;
482
- };
483
- warning: {
484
- bold: string;
485
- };
486
- error: {
487
- bold: string;
488
- };
489
- success: {
490
- bold: string;
491
- };
492
- accent: {
493
- bold: string;
494
- pale: string;
495
- faint: string;
496
- };
497
- };
498
- pressed: {
499
- neutral: {
500
- pale: string;
501
- };
502
- warning: {
503
- bold: string;
504
- };
505
- error: {
506
- bold: string;
507
- };
508
- success: {
509
- bold: string;
510
- };
511
- accent: {
512
- bold: string;
513
- pale: string;
514
- faint: string;
515
- };
516
- };
517
- };
518
- lineConst: {
519
- default: {
520
- neutral: {
521
- pale: {
522
- black: string;
523
- white: string;
524
- };
525
- faint: {
526
- black: string;
527
- white: string;
528
- };
529
- };
530
- };
531
- hover: {
532
- neutral: {
533
- pale: {
534
- black: string;
535
- white: string;
536
- };
537
- faint: {
538
- black: string;
539
- white: string;
540
- };
541
- };
542
- };
543
- pressed: {
544
- neutral: {
545
- pale: {
546
- black: string;
547
- white: string;
548
- };
549
- faint: {
550
- black: string;
551
- white: string;
552
- };
553
- };
554
- };
555
- };
556
- surface: {
557
- low: string;
558
- base: string;
559
- high: string;
560
- modalBackdrop: string;
561
- };
562
- art: {
563
- neutral: string;
564
- invertedNeutral: string;
565
- brand: string;
566
- promo: string;
567
- onBrand: string;
568
- };
569
- artConst: {
570
- promo: string;
571
- black: string;
572
- white: string;
573
- };
574
- customizable: {
575
- red: {
576
- heavy: string;
577
- bold: string;
578
- soft: string;
579
- pale: string;
580
- faint: string;
581
- };
582
- orange: {
583
- heavy: string;
584
- bold: string;
585
- soft: string;
586
- pale: string;
587
- faint: string;
588
- };
589
- green: {
590
- heavy: string;
591
- bold: string;
592
- soft: string;
593
- pale: string;
594
- faint: string;
595
- };
596
- mint: {
597
- heavy: string;
598
- bold: string;
599
- soft: string;
600
- pale: string;
601
- faint: string;
602
- };
603
- blue: {
604
- heavy: string;
605
- bold: string;
606
- soft: string;
607
- pale: string;
608
- faint: string;
609
- };
610
- blueDeep: {
611
- heavy: string;
612
- bold: string;
613
- soft: string;
614
- pale: string;
615
- faint: string;
616
- };
617
- violet: {
618
- heavy: string;
619
- bold: string;
620
- soft: string;
621
- pale: string;
622
- faint: string;
623
- };
624
- purple: {
625
- heavy: string;
626
- bold: string;
627
- soft: string;
628
- pale: string;
629
- faint: string;
630
- };
631
- };
632
- };
633
- dark: {
634
- text: {
635
- default: {
636
- neutral: {
637
- primary: string;
638
- secondary: string;
639
- };
640
- warning: {
641
- primary: string;
642
- };
643
- error: {
644
- primary: string;
645
- };
646
- success: {
647
- primary: string;
648
- };
649
- accent: {
650
- primary: string;
651
- };
652
- logo: string;
653
- };
654
- hover: {
655
- warning: {
656
- primary: string;
657
- };
658
- error: {
659
- primary: string;
660
- };
661
- success: {
662
- primary: string;
663
- };
664
- accent: {
665
- primary: string;
666
- };
667
- };
668
- pressed: {
669
- warning: {
670
- primary: string;
671
- };
672
- error: {
673
- primary: string;
674
- };
675
- success: {
676
- primary: string;
677
- };
678
- accent: {
679
- primary: string;
680
- };
681
- };
682
- disabled: string;
683
- };
684
- textInverted: {
685
- default: {
686
- neutral: {
687
- primary: string;
688
- secondary: string;
689
- };
690
- warning: {
691
- primary: string;
692
- };
693
- error: {
694
- primary: string;
695
- };
696
- success: {
697
- primary: string;
698
- };
699
- accent: {
700
- primary: string;
701
- };
702
- logo: string;
703
- };
704
- hover: {
705
- warning: {
706
- primary: string;
707
- };
708
- error: {
709
- primary: string;
710
- };
711
- success: {
712
- primary: string;
713
- };
714
- accent: {
715
- primary: string;
716
- };
717
- };
718
- pressed: {
719
- warning: {
720
- primary: string;
721
- };
722
- error: {
723
- primary: string;
724
- };
725
- success: {
726
- primary: string;
727
- };
728
- accent: {
729
- primary: string;
730
- };
731
- };
732
- disabled: string;
733
- };
734
- textConst: {
735
- default: {
736
- neutral: {
737
- primary: {
738
- black: string;
739
- white: string;
740
- };
741
- secondary: {
742
- black: string;
743
- white: string;
744
- };
745
- };
746
- };
747
- disabled: {
748
- black: string;
749
- white: string;
750
- };
751
- };
752
- textOnAccent: {
753
- default: {
754
- primary: string;
755
- secondary: string;
756
- };
757
- disabled: string;
758
- };
759
- textOnBrand: {
760
- default: {
761
- primary: string;
762
- secondary: string;
763
- };
764
- disabled: string;
765
- };
766
- shape: {
767
- default: {
768
- neutral: {
769
- heavy: string;
770
- bold: string;
771
- soft: {
772
- alpha: string;
773
- solid: string;
774
- };
775
- pale: {
776
- alpha: string;
777
- solid: string;
778
- };
779
- faint: {
780
- alpha: string;
781
- solid: string;
782
- };
783
- };
784
- warning: {
785
- heavy: string;
786
- bold: string;
787
- soft: string;
788
- pale: string;
789
- faint: string;
790
- };
791
- error: {
792
- heavy: string;
793
- bold: string;
794
- soft: string;
795
- pale: string;
796
- faint: string;
797
- };
798
- success: {
799
- heavy: string;
800
- bold: string;
801
- soft: string;
802
- pale: string;
803
- faint: string;
804
- };
805
- accent: {
806
- heavy: string;
807
- bold: string;
808
- soft: string;
809
- pale: string;
810
- faint: string;
811
- };
812
- brand: {
813
- promo: string;
814
- original: string;
815
- soft: string;
816
- pale: string;
817
- faint: string;
818
- };
819
- base: string;
820
- field: string;
821
- };
822
- hover: {
823
- neutral: {
824
- bold: string;
825
- soft: {
826
- alpha: string;
827
- solid: string;
828
- };
829
- pale: {
830
- alpha: string;
831
- solid: string;
832
- };
833
- faint: {
834
- alpha: string;
835
- solid: string;
836
- };
837
- };
838
- warning: {
839
- bold: string;
840
- soft: string;
841
- pale: string;
842
- faint: string;
843
- };
844
- error: {
845
- bold: string;
846
- soft: string;
847
- pale: string;
848
- faint: string;
849
- };
850
- success: {
851
- bold: string;
852
- soft: string;
853
- pale: string;
854
- faint: string;
855
- };
856
- accent: {
857
- bold: string;
858
- soft: string;
859
- pale: string;
860
- faint: string;
861
- };
862
- brand: {
863
- original: string;
864
- soft: string;
865
- pale: string;
866
- faint: string;
867
- };
868
- base: string;
869
- backless: string;
870
- };
871
- pressed: {
872
- neutral: {
873
- bold: string;
874
- soft: {
875
- alpha: string;
876
- solid: string;
877
- };
878
- pale: {
879
- alpha: string;
880
- solid: string;
881
- };
882
- faint: {
883
- alpha: string;
884
- solid: string;
885
- };
886
- };
887
- warning: {
888
- bold: string;
889
- soft: string;
890
- pale: string;
891
- faint: string;
892
- };
893
- error: {
894
- bold: string;
895
- soft: string;
896
- pale: string;
897
- faint: string;
898
- };
899
- success: {
900
- bold: string;
901
- soft: string;
902
- pale: string;
903
- faint: string;
904
- };
905
- accent: {
906
- bold: string;
907
- soft: string;
908
- pale: string;
909
- faint: string;
910
- };
911
- brand: {
912
- original: string;
913
- soft: string;
914
- pale: string;
915
- faint: string;
916
- };
917
- base: string;
918
- backless: string;
919
- };
920
- disabled: {
921
- neutral: string;
922
- accent: string;
923
- };
924
- };
925
- shapeInverted: {
926
- default: {
927
- neutral: {
928
- heavy: string;
929
- soft: {
930
- alpha: string;
931
- };
932
- pale: {
933
- alpha: string;
934
- };
935
- };
936
- };
937
- hover: {
938
- neutral: {
939
- heavy: string;
940
- soft: {
941
- alpha: string;
942
- };
943
- pale: {
944
- alpha: string;
945
- };
946
- backless: string;
947
- };
948
- };
949
- pressed: {
950
- neutral: {
951
- heavy: string;
952
- soft: {
953
- alpha: string;
954
- };
955
- pale: {
956
- alpha: string;
957
- };
958
- backless: string;
959
- };
960
- };
961
- disabled: {
962
- neutral: string;
963
- };
964
- };
965
- shapeConst: {
966
- default: {
967
- neutral: {
968
- heavy: {
969
- black: string;
970
- white: string;
971
- };
972
- soft: {
973
- black: string;
974
- white: string;
975
- };
976
- pale: {
977
- black: string;
978
- white: string;
979
- };
980
- };
981
- };
982
- hover: {
983
- neutral: {
984
- heavy: {
985
- black: string;
986
- white: string;
987
- };
988
- soft: {
989
- black: string;
990
- white: string;
991
- };
992
- pale: {
993
- black: string;
994
- white: string;
995
- };
996
- backless: {
997
- black: string;
998
- white: string;
999
- };
1000
- };
1001
- };
1002
- pressed: {
1003
- neutral: {
1004
- heavy: {
1005
- black: string;
1006
- white: string;
1007
- };
1008
- soft: {
1009
- black: string;
1010
- white: string;
1011
- };
1012
- pale: {
1013
- black: string;
1014
- white: string;
1015
- };
1016
- backless: {
1017
- black: string;
1018
- white: string;
1019
- };
1020
- };
1021
- };
1022
- };
1023
- line: {
1024
- default: {
1025
- neutral: {
1026
- pale: string;
1027
- faint: string;
1028
- };
1029
- warning: {
1030
- bold: string;
1031
- };
1032
- error: {
1033
- bold: string;
1034
- };
1035
- success: {
1036
- bold: string;
1037
- };
1038
- accent: {
1039
- bold: string;
1040
- pale: string;
1041
- faint: string;
1042
- };
1043
- brand: {
1044
- original: string;
1045
- };
1046
- };
1047
- hover: {
1048
- neutral: {
1049
- pale: string;
1050
- };
1051
- warning: {
1052
- bold: string;
1053
- };
1054
- error: {
1055
- bold: string;
1056
- };
1057
- success: {
1058
- bold: string;
1059
- };
1060
- accent: {
1061
- bold: string;
1062
- pale: string;
1063
- faint: string;
1064
- };
1065
- };
1066
- pressed: {
1067
- neutral: {
1068
- pale: string;
1069
- };
1070
- warning: {
1071
- bold: string;
1072
- };
1073
- error: {
1074
- bold: string;
1075
- };
1076
- success: {
1077
- bold: string;
1078
- };
1079
- accent: {
1080
- bold: string;
1081
- pale: string;
1082
- faint: string;
1083
- };
1084
- };
1085
- };
1086
- lineInverted: {
1087
- default: {
1088
- neutral: {
1089
- pale: string;
1090
- faint: string;
1091
- };
1092
- warning: {
1093
- bold: string;
1094
- };
1095
- error: {
1096
- bold: string;
1097
- };
1098
- success: {
1099
- bold: string;
1100
- };
1101
- accent: {
1102
- bold: string;
1103
- pale: string;
1104
- faint: string;
1105
- };
1106
- brand: {
1107
- original: string;
1108
- };
1109
- };
1110
- hover: {
1111
- neutral: {
1112
- pale: string;
1113
- };
1114
- warning: {
1115
- bold: string;
1116
- };
1117
- error: {
1118
- bold: string;
1119
- };
1120
- success: {
1121
- bold: string;
1122
- };
1123
- accent: {
1124
- bold: string;
1125
- pale: string;
1126
- faint: string;
1127
- };
1128
- };
1129
- pressed: {
1130
- neutral: {
1131
- pale: string;
1132
- };
1133
- warning: {
1134
- bold: string;
1135
- };
1136
- error: {
1137
- bold: string;
1138
- };
1139
- success: {
1140
- bold: string;
1141
- };
1142
- accent: {
1143
- bold: string;
1144
- pale: string;
1145
- faint: string;
1146
- };
1147
- };
1148
- };
1149
- lineConst: {
1150
- default: {
1151
- neutral: {
1152
- pale: {
1153
- black: string;
1154
- white: string;
1155
- };
1156
- faint: {
1157
- black: string;
1158
- white: string;
1159
- };
1160
- };
1161
- };
1162
- hover: {
1163
- neutral: {
1164
- pale: {
1165
- black: string;
1166
- white: string;
1167
- };
1168
- faint: {
1169
- black: string;
1170
- white: string;
1171
- };
1172
- };
1173
- };
1174
- pressed: {
1175
- neutral: {
1176
- pale: {
1177
- black: string;
1178
- white: string;
1179
- };
1180
- faint: {
1181
- black: string;
1182
- white: string;
1183
- };
1184
- };
1185
- };
1186
- };
1187
- surface: {
1188
- low: string;
1189
- base: string;
1190
- high: string;
1191
- modalBackdrop: string;
1192
- };
1193
- art: {
1194
- neutral: string;
1195
- invertedNeutral: string;
1196
- brand: string;
1197
- promo: string;
1198
- onBrand: string;
1199
- };
1200
- artConst: {
1201
- promo: string;
1202
- black: string;
1203
- white: string;
1204
- };
1205
- customizable: {
1206
- red: {
1207
- heavy: string;
1208
- bold: string;
1209
- soft: string;
1210
- pale: string;
1211
- faint: string;
1212
- };
1213
- orange: {
1214
- heavy: string;
1215
- bold: string;
1216
- soft: string;
1217
- pale: string;
1218
- faint: string;
1219
- };
1220
- green: {
1221
- heavy: string;
1222
- bold: string;
1223
- soft: string;
1224
- pale: string;
1225
- faint: string;
1226
- };
1227
- mint: {
1228
- heavy: string;
1229
- bold: string;
1230
- soft: string;
1231
- pale: string;
1232
- faint: string;
1233
- };
1234
- blue: {
1235
- heavy: string;
1236
- bold: string;
1237
- soft: string;
1238
- pale: string;
1239
- faint: string;
1240
- };
1241
- blueDeep: {
1242
- heavy: string;
1243
- bold: string;
1244
- soft: string;
1245
- pale: string;
1246
- faint: string;
1247
- };
1248
- violet: {
1249
- heavy: string;
1250
- bold: string;
1251
- soft: string;
1252
- pale: string;
1253
- faint: string;
1254
- };
1255
- purple: {
1256
- heavy: string;
1257
- bold: string;
1258
- soft: string;
1259
- pale: string;
1260
- faint: string;
1261
- };
1262
- gray: {
1263
- heavy: string;
1264
- bold: string;
1265
- soft: string;
1266
- pale: string;
1267
- faint: string;
1268
- };
1269
- black: {
1270
- heavy: string;
1271
- bold: string;
1272
- soft: string;
1273
- pale: string;
1274
- faint: string;
1275
- };
1276
- };
1277
- };
3
+ light: {
4
+ textAccentHeavy: string;
5
+ textAccentHeavyHover: string;
6
+ textAccentHeavyPressed: string;
7
+ textDisabled: string;
8
+ textErrorHeavy: string;
9
+ textErrorHeavyHover: string;
10
+ textErrorHeavyPressed: string;
11
+ textInvertedAccentHeavy: string;
12
+ textInvertedAccentHeavyHover: string;
13
+ textInvertedAccentHeavyPressed: string;
14
+ textInvertedDisabled: string;
15
+ textInvertedErrorHeavy: string;
16
+ textInvertedErrorHeavyHover: string;
17
+ textInvertedErrorHeavyPressed: string;
18
+ textInvertedNeutralHeavy: string;
19
+ textInvertedNeutralPale: string;
20
+ textInvertedNeutralSoft: string;
21
+ textInvertedSuccessHeavy: string;
22
+ textInvertedSuccessHeavyHover: string;
23
+ textInvertedSuccessHeavyPressed: string;
24
+ textInvertedWarningHeavy: string;
25
+ textInvertedWarningHeavyHover: string;
26
+ textInvertedWarningHeavyPressed: string;
27
+ textLogo: string;
28
+ textNeutralHeavy: string;
29
+ textNeutralPale: string;
30
+ textNeutralSoft: string;
31
+ textSuccessHeavy: string;
32
+ textSuccessHeavyHover: string;
33
+ textSuccessHeavyPressed: string;
34
+ textWarningHeavy: string;
35
+ textWarningHeavyHover: string;
36
+ textWarningHeavyPressed: string;
37
+ textConstDisabledBlack: string;
38
+ textConstDisabledWhite: string;
39
+ textConstHeavyBlack: string;
40
+ textConstHeavyWhite: string;
41
+ textConstPaleBlack: string;
42
+ textConstPaleWhite: string;
43
+ textConstSoftBlack: string;
44
+ textConstSoftWhite: string;
45
+ textOnAccentBoldDisabled: string;
46
+ textOnAccentBoldHeavy: string;
47
+ textOnAccentBoldPale: string;
48
+ textOnAccentBoldSoft: string;
49
+ textOnBrandOriginalDisabled: string;
50
+ textOnBrandOriginalHeavy: string;
51
+ textOnBrandOriginalPale: string;
52
+ textOnBrandOriginalSoft: string;
53
+ shapeBoldAccent: string;
54
+ shapeBoldAccentHover: string;
55
+ shapeBoldAccentPressed: string;
56
+ shapeBoldBrandOriginal: string;
57
+ shapeBoldBrandOriginalHover: string;
58
+ shapeBoldBrandOriginalPressed: string;
59
+ shapeBoldError: string;
60
+ shapeBoldErrorHover: string;
61
+ shapeBoldErrorPressed: string;
62
+ shapeBoldNeutral: string;
63
+ shapeBoldNeutralHover: string;
64
+ shapeBoldNeutralPressed: string;
65
+ shapeBoldSuccess: string;
66
+ shapeBoldSuccessHover: string;
67
+ shapeBoldSuccessPressed: string;
68
+ shapeBoldWarning: string;
69
+ shapeBoldWarningHover: string;
70
+ shapeBoldWarningPressed: string;
71
+ shapeFaintAccent: string;
72
+ shapeFaintAccentHover: string;
73
+ shapeFaintAccentPressed: string;
74
+ shapeFaintBrand: string;
75
+ shapeFaintBrandHover: string;
76
+ shapeFaintBrandPressed: string;
77
+ shapeFaintError: string;
78
+ shapeFaintErrorHover: string;
79
+ shapeFaintErrorPressed: string;
80
+ shapeFaintNeutralAlpha: string;
81
+ shapeFaintNeutralAlphaHover: string;
82
+ shapeFaintNeutralAlphaPressed: string;
83
+ shapeFaintSuccess: string;
84
+ shapeFaintSuccessHover: string;
85
+ shapeFaintSuccessPressed: string;
86
+ shapeFaintWarning: string;
87
+ shapeFaintWarningHover: string;
88
+ shapeFaintWarningPressed: string;
89
+ shapeHeavyError: string;
90
+ shapeHeavyNeutral: string;
91
+ shapeHeavySuccess: string;
92
+ shapeHeavyWarning: string;
93
+ shapeOtherAccentBoldDisabled: string;
94
+ shapeOtherBacklessHover: string;
95
+ shapeOtherBacklessPressed: string;
96
+ shapeOtherBase: string;
97
+ shapeOtherBaseHover: string;
98
+ shapeOtherBasePressed: string;
99
+ shapeOtherDisabled: string;
100
+ shapeOtherField: string;
101
+ shapeOtherFieldHover: string;
102
+ shapeOtherFieldPressed: string;
103
+ shapeOtherLow: string;
104
+ shapeOtherLowHover: string;
105
+ shapeOtherLowPressed: string;
106
+ shapeOtherNeutralFaintSolid: string;
107
+ shapeOtherNeutralFaintSolidHover: string;
108
+ shapeOtherNeutralFaintSolidPressed: string;
109
+ shapeOtherNeutralPaleSolid: string;
110
+ shapeOtherNeutralPaleSolidHover: string;
111
+ shapeOtherNeutralPaleSolidPressed: string;
112
+ shapeOtherNeutralSoftSolid: string;
113
+ shapeOtherNeutralSoftSolidHover: string;
114
+ shapeOtherNeutralSoftSolidPressed: string;
115
+ shapePaleAccent: string;
116
+ shapePaleAccentHover: string;
117
+ shapePaleAccentPressed: string;
118
+ shapePaleBrand: string;
119
+ shapePaleBrandHover: string;
120
+ shapePaleBrandPressed: string;
121
+ shapePaleError: string;
122
+ shapePaleErrorHover: string;
123
+ shapePaleErrorPressed: string;
124
+ shapePaleNeutralAlpha: string;
125
+ shapePaleNeutralAlphaHover: string;
126
+ shapePaleNeutralAlphaPressed: string;
127
+ shapePaleSuccess: string;
128
+ shapePaleSuccessHover: string;
129
+ shapePaleSuccessPressed: string;
130
+ shapePaleWarning: string;
131
+ shapePaleWarningHover: string;
132
+ shapePaleWarningPressed: string;
133
+ shapeSoftAccent: string;
134
+ shapeSoftAccentHover: string;
135
+ shapeSoftAccentPressed: string;
136
+ shapeSoftBrand: string;
137
+ shapeSoftBrandHover: string;
138
+ shapeSoftBrandPressed: string;
139
+ shapeSoftError: string;
140
+ shapeSoftErrorHover: string;
141
+ shapeSoftErrorPressed: string;
142
+ shapeSoftNeutralAlpha: string;
143
+ shapeSoftNeutralAlphaHover: string;
144
+ shapeSoftNeutralAlphaPressed: string;
145
+ shapeSoftSuccess: string;
146
+ shapeSoftSuccessHover: string;
147
+ shapeSoftSuccessPressed: string;
148
+ shapeSoftWarning: string;
149
+ shapeSoftWarningHover: string;
150
+ shapeSoftWarningPressed: string;
151
+ shapeInvertedBacklessHover: string;
152
+ shapeInvertedBacklessPressed: string;
153
+ shapeInvertedDisabled: string;
154
+ shapeInvertedNeutralFaintAlpha: string;
155
+ shapeInvertedNeutralFaintAlphaHover: string;
156
+ shapeInvertedNeutralFaintAlphaPressed: string;
157
+ shapeInvertedNeutralHeavy: string;
158
+ shapeInvertedNeutralHeavyHover: string;
159
+ shapeInvertedNeutralHeavyPressed: string;
160
+ shapeInvertedNeutralPaleAlpha: string;
161
+ shapeInvertedNeutralPaleAlphaHover: string;
162
+ shapeInvertedNeutralPaleAlphaPressed: string;
163
+ shapeInvertedNeutralSoftAlpha: string;
164
+ shapeInvertedNeutralSoftAlphaHover: string;
165
+ shapeInvertedNeutralSoftAlphaPressed: string;
166
+ shapeConstBacklessBlackHover: string;
167
+ shapeConstBacklessBlackPressed: string;
168
+ shapeConstBacklessWhiteHover: string;
169
+ shapeConstBacklessWhitePressed: string;
170
+ shapeConstDisabledBlack: string;
171
+ shapeConstDisabledWhite: string;
172
+ shapeConstFaintBlack: string;
173
+ shapeConstFaintBlackHover: string;
174
+ shapeConstFaintBlackPressed: string;
175
+ shapeConstFaintWhite: string;
176
+ shapeConstFaintWhiteHover: string;
177
+ shapeConstFaintWhitePressed: string;
178
+ shapeConstHeavyBlack: string;
179
+ shapeConstHeavyBlackHover: string;
180
+ shapeConstHeavyBlackPressed: string;
181
+ shapeConstHeavyWhite: string;
182
+ shapeConstHeavyWhiteHover: string;
183
+ shapeConstHeavyWhitePressed: string;
184
+ shapeConstPaleBlack: string;
185
+ shapeConstPaleBlackHover: string;
186
+ shapeConstPaleBlackPressed: string;
187
+ shapeConstPaleWhite: string;
188
+ shapeConstPaleWhiteHover: string;
189
+ shapeConstPaleWhitePressed: string;
190
+ shapeConstPromo: string;
191
+ shapeConstSoftBlack: string;
192
+ shapeConstSoftBlackHover: string;
193
+ shapeConstSoftBlackPressed: string;
194
+ shapeConstSoftWhite: string;
195
+ shapeConstSoftWhiteHover: string;
196
+ shapeConstSoftWhitePressed: string;
197
+ lineAccentBold: string;
198
+ lineAccentBoldHover: string;
199
+ lineAccentBoldPressed: string;
200
+ lineAccentPale: string;
201
+ lineAccentPaleHover: string;
202
+ lineAccentPalePressed: string;
203
+ lineAccentSoft: string;
204
+ lineAccentSoftHover: string;
205
+ lineAccentSoftPressed: string;
206
+ lineBrandOriginal: string;
207
+ lineErrorBold: string;
208
+ lineErrorBoldHover: string;
209
+ lineErrorBoldPressed: string;
210
+ lineNeutralFaint: string;
211
+ lineNeutralPale: string;
212
+ lineNeutralPaleHover: string;
213
+ lineNeutralPalePressed: string;
214
+ lineOnAccentBoldFaint: string;
215
+ lineOnAccentBoldPale: string;
216
+ lineOnBrandOriginalFaint: string;
217
+ lineOnBrandOriginalPale: string;
218
+ lineSuccessBold: string;
219
+ lineSuccessBoldHover: string;
220
+ lineSuccessBoldPressed: string;
221
+ lineWarningBold: string;
222
+ lineWarningBoldHover: string;
223
+ lineWarningBoldPressed: string;
224
+ lineInvertedAccentBold: string;
225
+ lineInvertedAccentBoldHover: string;
226
+ lineInvertedAccentBoldPressed: string;
227
+ lineInvertedAccentPale: string;
228
+ lineInvertedAccentPaleHover: string;
229
+ lineInvertedAccentPalePressed: string;
230
+ lineInvertedAccentSoft: string;
231
+ lineInvertedAccentSoftHover: string;
232
+ lineInvertedAccentSoftPressed: string;
233
+ lineInvertedErrorBold: string;
234
+ lineInvertedErrorBoldHover: string;
235
+ lineInvertedErrorBoldPressed: string;
236
+ lineInvertedNeutralFaint: string;
237
+ lineInvertedNeutralPale: string;
238
+ lineInvertedNeutralPaleHover: string;
239
+ lineInvertedNeutralPalePressed: string;
240
+ lineInvertedSuccessBold: string;
241
+ lineInvertedSuccessBoldHover: string;
242
+ lineInvertedSuccessBoldPressed: string;
243
+ lineInvertedWarningBold: string;
244
+ lineInvertedWarningBoldHover: string;
245
+ lineInvertedWarningBoldPressed: string;
246
+ lineConstFaintBlack: string;
247
+ lineConstFaintWhite: string;
248
+ lineConstPaleBlack: string;
249
+ lineConstPaleBlackHover: string;
250
+ lineConstPaleBlackPressed: string;
251
+ lineConstPaleWhite: string;
252
+ lineConstPaleWhiteHover: string;
253
+ lineConstPaleWhitePressed: string;
254
+ surfaceBase: string;
255
+ surfaceHigh: string;
256
+ surfaceLow: string;
257
+ surfaceModalBackdrop: string;
258
+ illustrationBlack: string;
259
+ illustrationBrand: string;
260
+ illustrationComplement: string;
261
+ illustrationInvertedNeutral: string;
262
+ illustrationNeutral: string;
263
+ illustrationOnBrand: string;
264
+ illustrationOnComplement: string;
265
+ illustrationPromo: string;
266
+ illustrationSymbol: string;
267
+ illustrationWhite: string;
268
+ customizableBoldBlack: string;
269
+ customizableBoldBlue: string;
270
+ customizableBoldBlueDeep: string;
271
+ customizableBoldGray: string;
272
+ customizableBoldGreen: string;
273
+ customizableBoldMint: string;
274
+ customizableBoldOrange: string;
275
+ customizableBoldPurple: string;
276
+ customizableBoldRed: string;
277
+ customizableBoldViolet: string;
278
+ customizableBoldYellow: string;
279
+ customizableFaintBlack: string;
280
+ customizableFaintBlue: string;
281
+ customizableFaintBlueDeep: string;
282
+ customizableFaintGray: string;
283
+ customizableFaintGreen: string;
284
+ customizableFaintMint: string;
285
+ customizableFaintOrange: string;
286
+ customizableFaintPurple: string;
287
+ customizableFaintRed: string;
288
+ customizableFaintViolet: string;
289
+ customizableFaintYellow: string;
290
+ customizableHeavyBlack: string;
291
+ customizableHeavyBlue: string;
292
+ customizableHeavyBlueDeep: string;
293
+ customizableHeavyGray: string;
294
+ customizableHeavyGreen: string;
295
+ customizableHeavyMint: string;
296
+ customizableHeavyOrange: string;
297
+ customizableHeavyPurple: string;
298
+ customizableHeavyRed: string;
299
+ customizableHeavyViolet: string;
300
+ customizableHeavyYellow: string;
301
+ customizablePaleBlack: string;
302
+ customizablePaleBlue: string;
303
+ customizablePaleBlueDeep: string;
304
+ customizablePaleGray: string;
305
+ customizablePaleGreen: string;
306
+ customizablePaleMint: string;
307
+ customizablePaleOrange: string;
308
+ customizablePalePurple: string;
309
+ customizablePaleRed: string;
310
+ customizablePaleViolet: string;
311
+ customizablePaleYellow: string;
312
+ customizableSoftBlack: string;
313
+ customizableSoftBlue: string;
314
+ customizableSoftBlueDeep: string;
315
+ customizableSoftGray: string;
316
+ customizableSoftGreen: string;
317
+ customizableSoftMint: string;
318
+ customizableSoftOrange: string;
319
+ customizableSoftPurple: string;
320
+ customizableSoftRed: string;
321
+ customizableSoftViolet: string;
322
+ customizableSoftYellow: string;
323
+ };
324
+ dark: {
325
+ textAccentHeavy: string;
326
+ textAccentHeavyHover: string;
327
+ textAccentHeavyPressed: string;
328
+ textDisabled: string;
329
+ textErrorHeavy: string;
330
+ textErrorHeavyHover: string;
331
+ textErrorHeavyPressed: string;
332
+ textInvertedAccentHeavy: string;
333
+ textInvertedAccentHeavyHover: string;
334
+ textInvertedAccentHeavyPressed: string;
335
+ textInvertedDisabled: string;
336
+ textInvertedErrorHeavy: string;
337
+ textInvertedErrorHeavyHover: string;
338
+ textInvertedErrorHeavyPressed: string;
339
+ textInvertedNeutralHeavy: string;
340
+ textInvertedNeutralPale: string;
341
+ textInvertedNeutralSoft: string;
342
+ textInvertedSuccessHeavy: string;
343
+ textInvertedSuccessHeavyHover: string;
344
+ textInvertedSuccessHeavyPressed: string;
345
+ textInvertedWarningHeavy: string;
346
+ textInvertedWarningHeavyHover: string;
347
+ textInvertedWarningHeavyPressed: string;
348
+ textLogo: string;
349
+ textNeutralHeavy: string;
350
+ textNeutralPale: string;
351
+ textNeutralSoft: string;
352
+ textSuccessHeavy: string;
353
+ textSuccessHeavyHover: string;
354
+ textSuccessHeavyPressed: string;
355
+ textWarningHeavy: string;
356
+ textWarningHeavyHover: string;
357
+ textWarningHeavyPressed: string;
358
+ textConstDisabledBlack: string;
359
+ textConstDisabledWhite: string;
360
+ textConstHeavyBlack: string;
361
+ textConstHeavyWhite: string;
362
+ textConstPaleBlack: string;
363
+ textConstPaleWhite: string;
364
+ textConstSoftBlack: string;
365
+ textConstSoftWhite: string;
366
+ textOnAccentBoldDisabled: string;
367
+ textOnAccentBoldHeavy: string;
368
+ textOnAccentBoldPale: string;
369
+ textOnAccentBoldSoft: string;
370
+ textOnBrandOriginalDisabled: string;
371
+ textOnBrandOriginalHeavy: string;
372
+ textOnBrandOriginalPale: string;
373
+ textOnBrandOriginalSoft: string;
374
+ shapeBoldAccent: string;
375
+ shapeBoldAccentHover: string;
376
+ shapeBoldAccentPressed: string;
377
+ shapeBoldBrandOriginal: string;
378
+ shapeBoldBrandOriginalHover: string;
379
+ shapeBoldBrandOriginalPressed: string;
380
+ shapeBoldError: string;
381
+ shapeBoldErrorHover: string;
382
+ shapeBoldErrorPressed: string;
383
+ shapeBoldNeutral: string;
384
+ shapeBoldNeutralHover: string;
385
+ shapeBoldNeutralPressed: string;
386
+ shapeBoldSuccess: string;
387
+ shapeBoldSuccessHover: string;
388
+ shapeBoldSuccessPressed: string;
389
+ shapeBoldWarning: string;
390
+ shapeBoldWarningHover: string;
391
+ shapeBoldWarningPressed: string;
392
+ shapeFaintAccent: string;
393
+ shapeFaintAccentHover: string;
394
+ shapeFaintAccentPressed: string;
395
+ shapeFaintBrand: string;
396
+ shapeFaintBrandHover: string;
397
+ shapeFaintBrandPressed: string;
398
+ shapeFaintError: string;
399
+ shapeFaintErrorHover: string;
400
+ shapeFaintErrorPressed: string;
401
+ shapeFaintNeutralAlpha: string;
402
+ shapeFaintNeutralAlphaHover: string;
403
+ shapeFaintNeutralAlphaPressed: string;
404
+ shapeFaintSuccess: string;
405
+ shapeFaintSuccessHover: string;
406
+ shapeFaintSuccessPressed: string;
407
+ shapeFaintWarning: string;
408
+ shapeFaintWarningHover: string;
409
+ shapeFaintWarningPressed: string;
410
+ shapeHeavyError: string;
411
+ shapeHeavyNeutral: string;
412
+ shapeHeavySuccess: string;
413
+ shapeHeavyWarning: string;
414
+ shapeOtherAccentBoldDisabled: string;
415
+ shapeOtherBacklessHover: string;
416
+ shapeOtherBacklessPressed: string;
417
+ shapeOtherBase: string;
418
+ shapeOtherBaseHover: string;
419
+ shapeOtherBasePressed: string;
420
+ shapeOtherDisabled: string;
421
+ shapeOtherField: string;
422
+ shapeOtherFieldHover: string;
423
+ shapeOtherFieldPressed: string;
424
+ shapeOtherLow: string;
425
+ shapeOtherLowHover: string;
426
+ shapeOtherLowPressed: string;
427
+ shapeOtherNeutralFaintSolid: string;
428
+ shapeOtherNeutralFaintSolidHover: string;
429
+ shapeOtherNeutralFaintSolidPressed: string;
430
+ shapeOtherNeutralPaleSolid: string;
431
+ shapeOtherNeutralPaleSolidHover: string;
432
+ shapeOtherNeutralPaleSolidPressed: string;
433
+ shapeOtherNeutralSoftSolid: string;
434
+ shapeOtherNeutralSoftSolidHover: string;
435
+ shapeOtherNeutralSoftSolidPressed: string;
436
+ shapePaleAccent: string;
437
+ shapePaleAccentHover: string;
438
+ shapePaleAccentPressed: string;
439
+ shapePaleBrand: string;
440
+ shapePaleBrandHover: string;
441
+ shapePaleBrandPressed: string;
442
+ shapePaleError: string;
443
+ shapePaleErrorHover: string;
444
+ shapePaleErrorPressed: string;
445
+ shapePaleNeutralAlpha: string;
446
+ shapePaleNeutralAlphaHover: string;
447
+ shapePaleNeutralAlphaPressed: string;
448
+ shapePaleSuccess: string;
449
+ shapePaleSuccessHover: string;
450
+ shapePaleSuccessPressed: string;
451
+ shapePaleWarning: string;
452
+ shapePaleWarningHover: string;
453
+ shapePaleWarningPressed: string;
454
+ shapeSoftAccent: string;
455
+ shapeSoftAccentHover: string;
456
+ shapeSoftAccentPressed: string;
457
+ shapeSoftBrand: string;
458
+ shapeSoftBrandHover: string;
459
+ shapeSoftBrandPressed: string;
460
+ shapeSoftError: string;
461
+ shapeSoftErrorHover: string;
462
+ shapeSoftErrorPressed: string;
463
+ shapeSoftNeutralAlpha: string;
464
+ shapeSoftNeutralAlphaHover: string;
465
+ shapeSoftNeutralAlphaPressed: string;
466
+ shapeSoftSuccess: string;
467
+ shapeSoftSuccessHover: string;
468
+ shapeSoftSuccessPressed: string;
469
+ shapeSoftWarning: string;
470
+ shapeSoftWarningHover: string;
471
+ shapeSoftWarningPressed: string;
472
+ shapeInvertedBacklessHover: string;
473
+ shapeInvertedBacklessPressed: string;
474
+ shapeInvertedDisabled: string;
475
+ shapeInvertedNeutralFaintAlpha: string;
476
+ shapeInvertedNeutralFaintAlphaHover: string;
477
+ shapeInvertedNeutralFaintAlphaPressed: string;
478
+ shapeInvertedNeutralHeavy: string;
479
+ shapeInvertedNeutralHeavyHover: string;
480
+ shapeInvertedNeutralHeavyPressed: string;
481
+ shapeInvertedNeutralPaleAlpha: string;
482
+ shapeInvertedNeutralPaleAlphaHover: string;
483
+ shapeInvertedNeutralPaleAlphaPressed: string;
484
+ shapeInvertedNeutralSoftAlpha: string;
485
+ shapeInvertedNeutralSoftAlphaHover: string;
486
+ shapeInvertedNeutralSoftAlphaPressed: string;
487
+ shapeConstBacklessBlackHover: string;
488
+ shapeConstBacklessBlackPressed: string;
489
+ shapeConstBacklessWhiteHover: string;
490
+ shapeConstBacklessWhitePressed: string;
491
+ shapeConstDisabledBlack: string;
492
+ shapeConstDisabledWhite: string;
493
+ shapeConstFaintBlack: string;
494
+ shapeConstFaintBlackHover: string;
495
+ shapeConstFaintBlackPressed: string;
496
+ shapeConstFaintWhite: string;
497
+ shapeConstFaintWhiteHover: string;
498
+ shapeConstFaintWhitePressed: string;
499
+ shapeConstHeavyBlack: string;
500
+ shapeConstHeavyBlackHover: string;
501
+ shapeConstHeavyBlackPressed: string;
502
+ shapeConstHeavyWhite: string;
503
+ shapeConstHeavyWhiteHover: string;
504
+ shapeConstHeavyWhitePressed: string;
505
+ shapeConstPaleBlack: string;
506
+ shapeConstPaleBlackHover: string;
507
+ shapeConstPaleBlackPressed: string;
508
+ shapeConstPaleWhite: string;
509
+ shapeConstPaleWhiteHover: string;
510
+ shapeConstPaleWhitePressed: string;
511
+ shapeConstPromo: string;
512
+ shapeConstSoftBlack: string;
513
+ shapeConstSoftBlackHover: string;
514
+ shapeConstSoftBlackPressed: string;
515
+ shapeConstSoftWhite: string;
516
+ shapeConstSoftWhiteHover: string;
517
+ shapeConstSoftWhitePressed: string;
518
+ lineAccentBold: string;
519
+ lineAccentBoldHover: string;
520
+ lineAccentBoldPressed: string;
521
+ lineAccentPale: string;
522
+ lineAccentPaleHover: string;
523
+ lineAccentPalePressed: string;
524
+ lineAccentSoft: string;
525
+ lineAccentSoftHover: string;
526
+ lineAccentSoftPressed: string;
527
+ lineBrandOriginal: string;
528
+ lineErrorBold: string;
529
+ lineErrorBoldHover: string;
530
+ lineErrorBoldPressed: string;
531
+ lineNeutralFaint: string;
532
+ lineNeutralPale: string;
533
+ lineNeutralPaleHover: string;
534
+ lineNeutralPalePressed: string;
535
+ lineOnAccentBoldFaint: string;
536
+ lineOnAccentBoldPale: string;
537
+ lineOnBrandOriginalFaint: string;
538
+ lineOnBrandOriginalPale: string;
539
+ lineSuccessBold: string;
540
+ lineSuccessBoldHover: string;
541
+ lineSuccessBoldPressed: string;
542
+ lineWarningBold: string;
543
+ lineWarningBoldHover: string;
544
+ lineWarningBoldPressed: string;
545
+ lineInvertedAccentBold: string;
546
+ lineInvertedAccentBoldHover: string;
547
+ lineInvertedAccentBoldPressed: string;
548
+ lineInvertedAccentPale: string;
549
+ lineInvertedAccentPaleHover: string;
550
+ lineInvertedAccentPalePressed: string;
551
+ lineInvertedAccentSoft: string;
552
+ lineInvertedAccentSoftHover: string;
553
+ lineInvertedAccentSoftPressed: string;
554
+ lineInvertedErrorBold: string;
555
+ lineInvertedErrorBoldHover: string;
556
+ lineInvertedErrorBoldPressed: string;
557
+ lineInvertedNeutralFaint: string;
558
+ lineInvertedNeutralPale: string;
559
+ lineInvertedNeutralPaleHover: string;
560
+ lineInvertedNeutralPalePressed: string;
561
+ lineInvertedSuccessBold: string;
562
+ lineInvertedSuccessBoldHover: string;
563
+ lineInvertedSuccessBoldPressed: string;
564
+ lineInvertedWarningBold: string;
565
+ lineInvertedWarningBoldHover: string;
566
+ lineInvertedWarningBoldPressed: string;
567
+ lineConstFaintBlack: string;
568
+ lineConstFaintWhite: string;
569
+ lineConstPaleBlack: string;
570
+ lineConstPaleBlackHover: string;
571
+ lineConstPaleBlackPressed: string;
572
+ lineConstPaleWhite: string;
573
+ lineConstPaleWhiteHover: string;
574
+ lineConstPaleWhitePressed: string;
575
+ surfaceBase: string;
576
+ surfaceHigh: string;
577
+ surfaceLow: string;
578
+ surfaceModalBackdrop: string;
579
+ illustrationBlack: string;
580
+ illustrationBrand: string;
581
+ illustrationComplement: string;
582
+ illustrationInvertedNeutral: string;
583
+ illustrationNeutral: string;
584
+ illustrationOnBrand: string;
585
+ illustrationOnComplement: string;
586
+ illustrationPromo: string;
587
+ illustrationSymbol: string;
588
+ illustrationWhite: string;
589
+ customizableBoldBlack: string;
590
+ customizableBoldBlue: string;
591
+ customizableBoldBlueDeep: string;
592
+ customizableBoldGray: string;
593
+ customizableBoldGreen: string;
594
+ customizableBoldMint: string;
595
+ customizableBoldOrange: string;
596
+ customizableBoldPurple: string;
597
+ customizableBoldRed: string;
598
+ customizableBoldViolet: string;
599
+ customizableBoldYellow: string;
600
+ customizableFaintBlack: string;
601
+ customizableFaintBlue: string;
602
+ customizableFaintBlueDeep: string;
603
+ customizableFaintGray: string;
604
+ customizableFaintGreen: string;
605
+ customizableFaintMint: string;
606
+ customizableFaintOrange: string;
607
+ customizableFaintPurple: string;
608
+ customizableFaintRed: string;
609
+ customizableFaintViolet: string;
610
+ customizableFaintYellow: string;
611
+ customizableHeavyBlack: string;
612
+ customizableHeavyBlue: string;
613
+ customizableHeavyBlueDeep: string;
614
+ customizableHeavyGray: string;
615
+ customizableHeavyGreen: string;
616
+ customizableHeavyMint: string;
617
+ customizableHeavyOrange: string;
618
+ customizableHeavyPurple: string;
619
+ customizableHeavyRed: string;
620
+ customizableHeavyViolet: string;
621
+ customizableHeavyYellow: string;
622
+ customizablePaleBlack: string;
623
+ customizablePaleBlue: string;
624
+ customizablePaleBlueDeep: string;
625
+ customizablePaleGray: string;
626
+ customizablePaleGreen: string;
627
+ customizablePaleMint: string;
628
+ customizablePaleOrange: string;
629
+ customizablePalePurple: string;
630
+ customizablePaleRed: string;
631
+ customizablePaleViolet: string;
632
+ customizablePaleYellow: string;
633
+ customizableSoftBlack: string;
634
+ customizableSoftBlue: string;
635
+ customizableSoftBlueDeep: string;
636
+ customizableSoftGray: string;
637
+ customizableSoftGreen: string;
638
+ customizableSoftMint: string;
639
+ customizableSoftOrange: string;
640
+ customizableSoftPurple: string;
641
+ customizableSoftRed: string;
642
+ customizableSoftViolet: string;
643
+ customizableSoftYellow: string;
644
+ };
1278
645
  };