@tamagui/themes 1.121.12-1737332968773 → 1.122.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 (40) hide show
  1. package/dist/cjs/generated-v4-tamagui.cjs +144 -144
  2. package/dist/cjs/generated-v4-tamagui.js +215 -161
  3. package/dist/cjs/generated-v4-tamagui.js.map +1 -1
  4. package/dist/cjs/generated-v4-tamagui.native.js +3324 -2934
  5. package/dist/cjs/generated-v4-tamagui.native.js.map +1 -1
  6. package/dist/cjs/v4-tamagui.cjs +26 -33
  7. package/dist/cjs/v4-tamagui.js +30 -38
  8. package/dist/cjs/v4-tamagui.js.map +1 -1
  9. package/dist/cjs/v4-tamagui.native.js +30 -38
  10. package/dist/cjs/v4-tamagui.native.js.map +2 -2
  11. package/dist/cjs/v4.cjs +1 -1
  12. package/dist/cjs/v4.js +1 -1
  13. package/dist/cjs/v4.js.map +1 -1
  14. package/dist/cjs/v4.native.js +2 -2
  15. package/dist/cjs/v4.native.js.map +1 -1
  16. package/dist/esm/generated-v4-tamagui.js +215 -161
  17. package/dist/esm/generated-v4-tamagui.js.map +1 -1
  18. package/dist/esm/generated-v4-tamagui.mjs +144 -144
  19. package/dist/esm/generated-v4-tamagui.mjs.map +1 -1
  20. package/dist/esm/generated-v4-tamagui.native.js +3324 -2934
  21. package/dist/esm/generated-v4-tamagui.native.js.map +1 -1
  22. package/dist/esm/v4-tamagui.js +31 -39
  23. package/dist/esm/v4-tamagui.js.map +1 -1
  24. package/dist/esm/v4-tamagui.mjs +27 -34
  25. package/dist/esm/v4-tamagui.mjs.map +1 -1
  26. package/dist/esm/v4-tamagui.native.js +31 -39
  27. package/dist/esm/v4-tamagui.native.js.map +2 -2
  28. package/dist/esm/v4.js +2 -2
  29. package/dist/esm/v4.js.map +1 -1
  30. package/dist/esm/v4.mjs +2 -2
  31. package/dist/esm/v4.mjs.map +1 -1
  32. package/dist/esm/v4.native.js +2 -2
  33. package/dist/esm/v4.native.js.map +2 -2
  34. package/package.json +7 -7
  35. package/src/generated-v4-tamagui.ts +980 -791
  36. package/src/v4-tamagui.ts +39 -42
  37. package/src/v4.tsx +1 -1
  38. package/types/generated-v4-tamagui.d.ts +8 -6
  39. package/types/v4-tamagui.d.ts +6 -1
  40. package/types/v4.d.ts +1 -1
@@ -3,9 +3,10 @@ type Theme = {
3
3
  accentBackground: string;
4
4
  accentColor: string;
5
5
  background0: string;
6
- background025: string;
7
- background05: string;
8
- background075: string;
6
+ background02: string;
7
+ background04: string;
8
+ background06: string;
9
+ background08: string;
9
10
  color1: string;
10
11
  color2: string;
11
12
  color3: string;
@@ -19,9 +20,10 @@ type Theme = {
19
20
  color11: string;
20
21
  color12: string;
21
22
  color0: string;
22
- color025: string;
23
- color05: string;
24
- color075: string;
23
+ color02: string;
24
+ color04: string;
25
+ color06: string;
26
+ color08: string;
25
27
  background: string;
26
28
  backgroundHover: string;
27
29
  backgroundPress: string;
@@ -187,12 +189,13 @@ function t(a: [number, number][]) {
187
189
  return res as Theme
188
190
  }
189
191
  export const colors = [
190
- 'hsla(0, 0%, 14%, 1)',
191
- 'hsla(0, 0%, 33%, 1)',
192
- 'hsla(0, 0%, 100%, 0)',
193
- 'hsla(0, 0%, 100%, 0.25)',
194
- 'hsla(0, 0%, 100%, 0.5)',
195
- 'hsla(0, 0%, 100%, 0.75)',
192
+ 'hsla(0, 0%, 7%, 1)',
193
+ 'hsla(0, 0%, 38%, 1)',
194
+ 'hsla(0, 0%, 94%, 0)',
195
+ 'hsla(0, 0%, 94%, 0.2)',
196
+ 'hsla(0, 0%, 94%, 0.4)',
197
+ 'hsla(0, 0%, 94%, 0.6)',
198
+ 'hsla(0, 0%, 94%, 0.8)',
196
199
  'hsla(0, 0%, 100%, 1)',
197
200
  'hsla(0, 0%, 97%, 1)',
198
201
  'hsla(0, 0%, 96%, 1)',
@@ -205,10 +208,11 @@ export const colors = [
205
208
  'hsla(0, 0%, 50%, 1)',
206
209
  'hsla(0, 0%, 42%, 1)',
207
210
  'hsla(0, 0%, 9%, 1)',
208
- 'hsla(0, 0%, 9%, 0)',
209
- 'hsla(0, 0%, 9%, 0.25)',
210
- 'hsla(0, 0%, 9%, 0.5)',
211
- 'hsla(0, 0%, 9%, 0.75)',
211
+ 'hsla(0, 0%, 50%, 0)',
212
+ 'hsla(0, 0%, 50%, 0.2)',
213
+ 'hsla(0, 0%, 50%, 0.4)',
214
+ 'hsla(0, 0%, 50%, 0.6)',
215
+ 'hsla(0, 0%, 50%, 0.8)',
212
216
  'hsl(206, 100%, 99.2%)',
213
217
  'hsl(210, 100%, 98.0%)',
214
218
  'hsl(209, 100%, 96.5%)',
@@ -311,15 +315,15 @@ export const colors = [
311
315
  'rgba(0,0,0,0.24)',
312
316
  'rgba(0,0,0,0.32)',
313
317
  'rgba(0,0,0,0.4)',
314
- '#050505',
318
+ '#040404',
319
+ '#090909',
320
+ '#111',
315
321
  '#151515',
316
- '#191919',
317
- '#232323',
322
+ '#222',
318
323
  '#282828',
319
- '#323232',
324
+ '#343434',
320
325
  '#424242',
321
- '#494949',
322
- '#545454',
326
+ '#515151',
323
327
  '#626262',
324
328
  '#a5a5a5',
325
329
  '#fff',
@@ -332,19 +336,25 @@ export const colors = [
332
336
  'hsl(0, 0%, 81.0%)',
333
337
  'hsl(0, 0%, 50.3%)',
334
338
  'hsl(0, 0%, 42.5%)',
335
- 'hsla(0, 0%, 2%, 0)',
336
- 'hsla(0, 0%, 2%, 0.25)',
337
- 'hsla(0, 0%, 2%, 0.5)',
338
- 'hsla(0, 0%, 2%, 0.75)',
339
339
  'hsla(0, 0%, 2%, 1)',
340
+ 'hsla(0, 0%, 4%, 1)',
340
341
  'hsla(0, 0%, 8%, 1)',
341
- 'hsla(0, 0%, 10%, 1)',
342
+ 'hsla(0, 0%, 13%, 1)',
342
343
  'hsla(0, 0%, 16%, 1)',
343
344
  'hsla(0, 0%, 20%, 1)',
344
345
  'hsla(0, 0%, 26%, 1)',
345
- 'hsla(0, 0%, 29%, 1)',
346
- 'hsla(0, 0%, 38%, 1)',
346
+ 'hsla(0, 0%, 32%, 1)',
347
347
  'hsla(0, 0%, 65%, 1)',
348
+ 'hsla(0, 0%, 8%, 0)',
349
+ 'hsla(0, 0%, 8%, 0.2)',
350
+ 'hsla(0, 0%, 8%, 0.4)',
351
+ 'hsla(0, 0%, 8%, 0.6)',
352
+ 'hsla(0, 0%, 8%, 0.8)',
353
+ 'hsla(0, 0%, 38%, 0)',
354
+ 'hsla(0, 0%, 38%, 0.2)',
355
+ 'hsla(0, 0%, 38%, 0.4)',
356
+ 'hsla(0, 0%, 38%, 0.6)',
357
+ 'hsla(0, 0%, 38%, 0.8)',
348
358
  'hsl(212, 35.0%, 9.2%)',
349
359
  'hsl(216, 50.0%, 11.8%)',
350
360
  'hsl(214, 59.4%, 15.3%)',
@@ -438,10 +448,11 @@ export const colors = [
438
448
  'rgba(0,0,0,0.5)',
439
449
  'rgba(0,0,0,0.6)',
440
450
  'rgba(0,0,0,0.7)',
441
- 'hsla(0, 0%, 99%, 0)',
442
- 'hsla(0, 0%, 99%, 0.25)',
443
- 'hsla(0, 0%, 99%, 0.5)',
444
- 'hsla(0, 0%, 99%, 0.75)',
451
+ 'hsla(0, 0%, 93%, 0)',
452
+ 'hsla(0, 0%, 93%, 0.2)',
453
+ 'hsla(0, 0%, 93%, 0.4)',
454
+ 'hsla(0, 0%, 93%, 0.6)',
455
+ 'hsla(0, 0%, 93%, 0.8)',
445
456
  'hsla(0, 0%, 99%, 1)',
446
457
  'hsla(0, 0%, 95%, 1)',
447
458
  'hsla(0, 0%, 93%, 1)',
@@ -450,10 +461,16 @@ export const colors = [
450
461
  'hsla(0, 0%, 78%, 1)',
451
462
  'hsla(0, 0%, 52%, 1)',
452
463
  'hsla(0, 0%, 44%, 1)',
453
- 'hsla(216, 100%, 99%, 0)',
454
- 'hsla(216, 100%, 99%, 0.25)',
455
- 'hsla(216, 100%, 99%, 0.5)',
456
- 'hsla(216, 100%, 99%, 0.75)',
464
+ 'hsla(0, 0%, 52%, 0)',
465
+ 'hsla(0, 0%, 52%, 0.2)',
466
+ 'hsla(0, 0%, 52%, 0.4)',
467
+ 'hsla(0, 0%, 52%, 0.6)',
468
+ 'hsla(0, 0%, 52%, 0.8)',
469
+ 'hsla(209, 100%, 94%, 0)',
470
+ 'hsla(209, 100%, 94%, 0.2)',
471
+ 'hsla(209, 100%, 94%, 0.4)',
472
+ 'hsla(209, 100%, 94%, 0.6)',
473
+ 'hsla(209, 100%, 94%, 0.8)',
457
474
  'hsla(210, 100%, 99%, 1)',
458
475
  'hsla(210, 100%, 98%, 1)',
459
476
  'hsla(210, 100%, 96%, 1)',
@@ -466,14 +483,16 @@ export const colors = [
466
483
  'hsla(208, 100%, 47%, 1)',
467
484
  'hsla(211, 100%, 43%, 1)',
468
485
  'hsla(211, 100%, 15%, 1)',
469
- 'hsla(211, 100%, 15%, 0)',
470
- 'hsla(211, 100%, 15%, 0.25)',
471
- 'hsla(211, 100%, 15%, 0.5)',
472
- 'hsla(211, 100%, 15%, 0.75)',
473
- 'hsla(20, 60%, 99%, 0)',
474
- 'hsla(20, 60%, 99%, 0.25)',
475
- 'hsla(20, 60%, 99%, 0.5)',
476
- 'hsla(20, 60%, 99%, 0.75)',
486
+ 'hsla(208, 100%, 47%, 0)',
487
+ 'hsla(208, 100%, 47%, 0.2)',
488
+ 'hsla(208, 100%, 47%, 0.4)',
489
+ 'hsla(208, 100%, 47%, 0.6)',
490
+ 'hsla(208, 100%, 47%, 0.8)',
491
+ 'hsla(25, 100%, 92%, 0)',
492
+ 'hsla(25, 100%, 92%, 0.2)',
493
+ 'hsla(25, 100%, 92%, 0.4)',
494
+ 'hsla(25, 100%, 92%, 0.6)',
495
+ 'hsla(25, 100%, 92%, 0.8)',
477
496
  'hsla(20, 60%, 99%, 1)',
478
497
  'hsla(24, 83%, 98%, 1)',
479
498
  'hsla(25, 100%, 95%, 1)',
@@ -486,14 +505,16 @@ export const colors = [
486
505
  'hsla(24, 100%, 46%, 1)',
487
506
  'hsla(24, 100%, 37%, 1)',
488
507
  'hsla(15, 60%, 17%, 1)',
489
- 'hsla(15, 60%, 17%, 0)',
490
- 'hsla(15, 60%, 17%, 0.25)',
491
- 'hsla(15, 60%, 17%, 0.5)',
492
- 'hsla(15, 60%, 17%, 0.75)',
493
- 'hsla(0, 100%, 99%, 0)',
494
- 'hsla(0, 100%, 99%, 0.25)',
495
- 'hsla(0, 100%, 99%, 0.5)',
496
- 'hsla(0, 100%, 99%, 0.75)',
508
+ 'hsla(24, 100%, 46%, 0)',
509
+ 'hsla(24, 100%, 46%, 0.2)',
510
+ 'hsla(24, 100%, 46%, 0.4)',
511
+ 'hsla(24, 100%, 46%, 0.6)',
512
+ 'hsla(24, 100%, 46%, 0.8)',
513
+ 'hsla(0, 100%, 95%, 0)',
514
+ 'hsla(0, 100%, 95%, 0.2)',
515
+ 'hsla(0, 100%, 95%, 0.4)',
516
+ 'hsla(0, 100%, 95%, 0.6)',
517
+ 'hsla(0, 100%, 95%, 0.8)',
497
518
  'hsla(0, 100%, 99%, 1)',
498
519
  'hsla(0, 100%, 97%, 1)',
499
520
  'hsla(0, 100%, 95%, 1)',
@@ -505,14 +526,16 @@ export const colors = [
505
526
  'hsla(358, 69%, 55%, 1)',
506
527
  'hsla(358, 65%, 49%, 1)',
507
528
  'hsla(355, 49%, 15%, 1)',
508
- 'hsla(355, 48%, 15%, 0)',
509
- 'hsla(355, 48%, 15%, 0.25)',
510
- 'hsla(355, 48%, 15%, 0.5)',
511
- 'hsla(355, 48%, 15%, 0.75)',
512
- 'hsla(60, 45%, 98%, 0)',
513
- 'hsla(60, 45%, 98%, 0.25)',
514
- 'hsla(60, 45%, 98%, 0.5)',
515
- 'hsla(60, 45%, 98%, 0.75)',
529
+ 'hsla(358, 69%, 55%, 0)',
530
+ 'hsla(358, 69%, 55%, 0.2)',
531
+ 'hsla(358, 69%, 55%, 0.4)',
532
+ 'hsla(358, 69%, 55%, 0.6)',
533
+ 'hsla(358, 69%, 55%, 0.8)',
534
+ 'hsla(54, 100%, 87%, 0)',
535
+ 'hsla(54, 100%, 87%, 0.2)',
536
+ 'hsla(54, 100%, 87%, 0.4)',
537
+ 'hsla(54, 100%, 87%, 0.6)',
538
+ 'hsla(54, 100%, 87%, 0.8)',
516
539
  'hsla(60, 50%, 98%, 1)',
517
540
  'hsla(52, 100%, 95%, 1)',
518
541
  'hsla(55, 100%, 91%, 1)',
@@ -525,14 +548,16 @@ export const colors = [
525
548
  'hsla(50, 100%, 48%, 1)',
526
549
  'hsla(42, 100%, 29%, 1)',
527
550
  'hsla(41, 56%, 13%, 1)',
528
- 'hsla(41, 55%, 13%, 0)',
529
- 'hsla(41, 55%, 13%, 0.25)',
530
- 'hsla(41, 55%, 13%, 0.5)',
531
- 'hsla(41, 55%, 13%, 0.75)',
532
- 'hsla(140, 60%, 99%, 0)',
533
- 'hsla(140, 60%, 99%, 0.25)',
534
- 'hsla(140, 60%, 99%, 0.5)',
535
- 'hsla(140, 60%, 99%, 0.75)',
551
+ 'hsla(50, 100%, 48%, 0)',
552
+ 'hsla(50, 100%, 48%, 0.2)',
553
+ 'hsla(50, 100%, 48%, 0.4)',
554
+ 'hsla(50, 100%, 48%, 0.6)',
555
+ 'hsla(50, 100%, 48%, 0.8)',
556
+ 'hsla(139, 48%, 91%, 0)',
557
+ 'hsla(139, 48%, 91%, 0.2)',
558
+ 'hsla(139, 48%, 91%, 0.4)',
559
+ 'hsla(139, 48%, 91%, 0.6)',
560
+ 'hsla(139, 48%, 91%, 0.8)',
536
561
  'hsla(140, 60%, 99%, 1)',
537
562
  'hsla(138, 63%, 97%, 1)',
538
563
  'hsla(139, 57%, 95%, 1)',
@@ -545,14 +570,16 @@ export const colors = [
545
570
  'hsla(152, 57%, 38%, 1)',
546
571
  'hsla(153, 67%, 28%, 1)',
547
572
  'hsla(155, 41%, 14%, 1)',
548
- 'hsla(155, 41%, 14%, 0)',
549
- 'hsla(155, 41%, 14%, 0.25)',
550
- 'hsla(155, 41%, 14%, 0.5)',
551
- 'hsla(155, 41%, 14%, 0.75)',
552
- 'hsla(300, 60%, 99%, 0)',
553
- 'hsla(300, 60%, 99%, 0.25)',
554
- 'hsla(300, 60%, 99%, 0.5)',
555
- 'hsla(300, 60%, 99%, 0.75)',
573
+ 'hsla(152, 57%, 38%, 0)',
574
+ 'hsla(152, 57%, 38%, 0.2)',
575
+ 'hsla(152, 57%, 38%, 0.4)',
576
+ 'hsla(152, 57%, 38%, 0.6)',
577
+ 'hsla(152, 57%, 38%, 0.8)',
578
+ 'hsla(276, 77%, 95%, 0)',
579
+ 'hsla(276, 77%, 95%, 0.2)',
580
+ 'hsla(276, 77%, 95%, 0.4)',
581
+ 'hsla(276, 77%, 95%, 0.6)',
582
+ 'hsla(276, 77%, 95%, 0.8)',
556
583
  'hsla(300, 50%, 99%, 1)',
557
584
  'hsla(276, 100%, 99%, 1)',
558
585
  'hsla(277, 87%, 97%, 1)',
@@ -565,14 +592,16 @@ export const colors = [
565
592
  'hsla(272, 47%, 50%, 1)',
566
593
  'hsla(272, 50%, 46%, 1)',
567
594
  'hsla(272, 66%, 16%, 1)',
568
- 'hsla(272, 66%, 16%, 0)',
569
- 'hsla(272, 66%, 16%, 0.25)',
570
- 'hsla(272, 66%, 16%, 0.5)',
571
- 'hsla(272, 66%, 16%, 0.75)',
572
- 'hsla(324, 100%, 99%, 0)',
573
- 'hsla(324, 100%, 99%, 0.25)',
574
- 'hsla(324, 100%, 99%, 0.5)',
575
- 'hsla(324, 100%, 99%, 0.75)',
595
+ 'hsla(272, 47%, 50%, 0)',
596
+ 'hsla(272, 47%, 50%, 0.2)',
597
+ 'hsla(272, 47%, 50%, 0.4)',
598
+ 'hsla(272, 47%, 50%, 0.6)',
599
+ 'hsla(272, 47%, 50%, 0.8)',
600
+ 'hsla(323, 80%, 94%, 0)',
601
+ 'hsla(323, 80%, 94%, 0.2)',
602
+ 'hsla(323, 80%, 94%, 0.4)',
603
+ 'hsla(323, 80%, 94%, 0.6)',
604
+ 'hsla(323, 80%, 94%, 0.8)',
576
605
  'hsla(320, 100%, 99%, 1)',
577
606
  'hsla(322, 100%, 98%, 1)',
578
607
  'hsla(323, 89%, 96%, 1)',
@@ -585,14 +614,16 @@ export const colors = [
585
614
  'hsla(322, 64%, 51%, 1)',
586
615
  'hsla(322, 75%, 46%, 1)',
587
616
  'hsla(321, 71%, 14%, 1)',
588
- 'hsla(321, 72%, 14%, 0)',
589
- 'hsla(321, 72%, 14%, 0.25)',
590
- 'hsla(321, 72%, 14%, 0.5)',
591
- 'hsla(321, 72%, 14%, 0.75)',
592
- 'hsla(30, 20%, 98%, 0)',
593
- 'hsla(30, 20%, 98%, 0.25)',
594
- 'hsla(30, 20%, 98%, 0.5)',
595
- 'hsla(30, 20%, 98%, 0.75)',
617
+ 'hsla(322, 64%, 51%, 0)',
618
+ 'hsla(322, 64%, 51%, 0.2)',
619
+ 'hsla(322, 64%, 51%, 0.4)',
620
+ 'hsla(322, 64%, 51%, 0.6)',
621
+ 'hsla(322, 64%, 51%, 0.8)',
622
+ 'hsla(38, 22%, 90%, 0)',
623
+ 'hsla(38, 22%, 90%, 0.2)',
624
+ 'hsla(38, 22%, 90%, 0.4)',
625
+ 'hsla(38, 22%, 90%, 0.6)',
626
+ 'hsla(38, 22%, 90%, 0.8)',
596
627
  'hsla(40, 27%, 98%, 1)',
597
628
  'hsla(43, 23%, 94%, 1)',
598
629
  'hsla(36, 22%, 91%, 1)',
@@ -605,24 +636,33 @@ export const colors = [
605
636
  'hsla(34, 19%, 47%, 1)',
606
637
  'hsla(35, 18%, 37%, 1)',
607
638
  'hsla(33, 18%, 20%, 1)',
608
- 'hsla(33, 18%, 20%, 0)',
609
- 'hsla(33, 18%, 20%, 0.25)',
610
- 'hsla(33, 18%, 20%, 0.5)',
611
- 'hsla(33, 18%, 20%, 0.75)',
639
+ 'hsla(34, 19%, 47%, 0)',
640
+ 'hsla(34, 19%, 47%, 0.2)',
641
+ 'hsla(34, 19%, 47%, 0.4)',
642
+ 'hsla(34, 19%, 47%, 0.6)',
643
+ 'hsla(34, 19%, 47%, 0.8)',
644
+ 'hsla(0, 0%, 16%, 0)',
645
+ 'hsla(0, 0%, 16%, 0.2)',
646
+ 'hsla(0, 0%, 16%, 0.4)',
647
+ 'hsla(0, 0%, 16%, 0.6)',
648
+ 'hsla(0, 0%, 16%, 0.8)',
612
649
  'hsla(0, 0%, 11%, 1)',
650
+ 'hsla(0, 0%, 14%, 1)',
613
651
  'hsla(0, 0%, 18%, 1)',
614
652
  'hsla(0, 0%, 24%, 1)',
615
653
  'hsla(0, 0%, 31%, 1)',
616
654
  'hsla(0, 0%, 49%, 1)',
617
655
  'hsla(0, 0%, 63%, 1)',
618
- 'hsla(0, 0%, 93%, 0)',
619
- 'hsla(0, 0%, 93%, 0.25)',
620
- 'hsla(0, 0%, 93%, 0.5)',
621
- 'hsla(0, 0%, 93%, 0.75)',
622
- 'hsla(214, 35%, 9%, 0)',
623
- 'hsla(214, 35%, 9%, 0.25)',
624
- 'hsla(214, 35%, 9%, 0.5)',
625
- 'hsla(214, 35%, 9%, 0.75)',
656
+ 'hsla(0, 0%, 49%, 0)',
657
+ 'hsla(0, 0%, 49%, 0.2)',
658
+ 'hsla(0, 0%, 49%, 0.4)',
659
+ 'hsla(0, 0%, 49%, 0.6)',
660
+ 'hsla(0, 0%, 49%, 0.8)',
661
+ 'hsla(214, 65%, 18%, 0)',
662
+ 'hsla(214, 65%, 18%, 0.2)',
663
+ 'hsla(214, 65%, 18%, 0.4)',
664
+ 'hsla(214, 65%, 18%, 0.6)',
665
+ 'hsla(214, 65%, 18%, 0.8)',
626
666
  'hsla(212, 36%, 9%, 1)',
627
667
  'hsla(216, 50%, 12%, 1)',
628
668
  'hsla(214, 59%, 15%, 1)',
@@ -634,14 +674,16 @@ export const colors = [
634
674
  'hsla(209, 100%, 61%, 1)',
635
675
  'hsla(210, 100%, 66%, 1)',
636
676
  'hsla(206, 100%, 96%, 1)',
637
- 'hsla(207, 100%, 96%, 0)',
638
- 'hsla(207, 100%, 96%, 0.25)',
639
- 'hsla(207, 100%, 96%, 0.5)',
640
- 'hsla(207, 100%, 96%, 0.75)',
641
- 'hsla(28, 67%, 7%, 0)',
642
- 'hsla(28, 67%, 7%, 0.25)',
643
- 'hsla(28, 67%, 7%, 0.5)',
644
- 'hsla(28, 67%, 7%, 0.75)',
677
+ 'hsla(209, 100%, 61%, 0)',
678
+ 'hsla(209, 100%, 61%, 0.2)',
679
+ 'hsla(209, 100%, 61%, 0.4)',
680
+ 'hsla(209, 100%, 61%, 0.6)',
681
+ 'hsla(209, 100%, 61%, 0.8)',
682
+ 'hsla(25, 89%, 14%, 0)',
683
+ 'hsla(25, 89%, 14%, 0.2)',
684
+ 'hsla(25, 89%, 14%, 0.4)',
685
+ 'hsla(25, 89%, 14%, 0.6)',
686
+ 'hsla(25, 89%, 14%, 0.8)',
645
687
  'hsla(29, 68%, 7%, 1)',
646
688
  'hsla(28, 100%, 8%, 1)',
647
689
  'hsla(26, 90%, 12%, 1)',
@@ -653,14 +695,16 @@ export const colors = [
653
695
  'hsla(24, 100%, 58%, 1)',
654
696
  'hsla(24, 100%, 62%, 1)',
655
697
  'hsla(24, 94%, 93%, 1)',
656
- 'hsla(25, 94%, 93%, 0)',
657
- 'hsla(25, 94%, 93%, 0.25)',
658
- 'hsla(25, 94%, 93%, 0.5)',
659
- 'hsla(25, 94%, 93%, 0.75)',
660
- 'hsla(351, 25%, 10%, 0)',
661
- 'hsla(351, 25%, 10%, 0.25)',
662
- 'hsla(351, 25%, 10%, 0.5)',
663
- 'hsla(351, 25%, 10%, 0.75)',
698
+ 'hsla(24, 100%, 58%, 0)',
699
+ 'hsla(24, 100%, 58%, 0.2)',
700
+ 'hsla(24, 100%, 58%, 0.4)',
701
+ 'hsla(24, 100%, 58%, 0.6)',
702
+ 'hsla(24, 100%, 58%, 0.8)',
703
+ 'hsla(356, 46%, 19%, 0)',
704
+ 'hsla(356, 46%, 19%, 0.2)',
705
+ 'hsla(356, 46%, 19%, 0.4)',
706
+ 'hsla(356, 46%, 19%, 0.6)',
707
+ 'hsla(356, 46%, 19%, 0.8)',
664
708
  'hsla(350, 24%, 10%, 1)',
665
709
  'hsla(357, 34%, 12%, 1)',
666
710
  'hsla(357, 43%, 16%, 1)',
@@ -672,14 +716,16 @@ export const colors = [
672
716
  'hsla(358, 86%, 64%, 1)',
673
717
  'hsla(358, 100%, 69%, 1)',
674
718
  'hsla(353, 90%, 96%, 1)',
675
- 'hsla(353, 90%, 96%, 0)',
676
- 'hsla(353, 90%, 96%, 0.25)',
677
- 'hsla(353, 90%, 96%, 0.5)',
678
- 'hsla(353, 90%, 96%, 0.75)',
679
- 'hsla(46, 100%, 5%, 0)',
680
- 'hsla(46, 100%, 5%, 0.25)',
681
- 'hsla(46, 100%, 5%, 0.5)',
682
- 'hsla(46, 100%, 5%, 0.75)',
719
+ 'hsla(358, 86%, 64%, 0)',
720
+ 'hsla(358, 86%, 64%, 0.2)',
721
+ 'hsla(358, 86%, 64%, 0.4)',
722
+ 'hsla(358, 86%, 64%, 0.6)',
723
+ 'hsla(358, 86%, 64%, 0.8)',
724
+ 'hsla(45, 100%, 10%, 0)',
725
+ 'hsla(45, 100%, 10%, 0.2)',
726
+ 'hsla(45, 100%, 10%, 0.4)',
727
+ 'hsla(45, 100%, 10%, 0.6)',
728
+ 'hsla(45, 100%, 10%, 0.8)',
683
729
  'hsla(45, 100%, 5%, 1)',
684
730
  'hsla(46, 100%, 7%, 1)',
685
731
  'hsla(45, 100%, 9%, 1)',
@@ -691,14 +737,16 @@ export const colors = [
691
737
  'hsla(54, 100%, 68%, 1)',
692
738
  'hsla(48, 100%, 47%, 1)',
693
739
  'hsla(53, 100%, 91%, 1)',
694
- 'hsla(53, 100%, 91%, 0)',
695
- 'hsla(53, 100%, 91%, 0.25)',
696
- 'hsla(53, 100%, 91%, 0.5)',
697
- 'hsla(53, 100%, 91%, 0.75)',
698
- 'hsla(145, 33%, 7%, 0)',
699
- 'hsla(145, 33%, 7%, 0.25)',
700
- 'hsla(145, 33%, 7%, 0.5)',
701
- 'hsla(145, 33%, 7%, 0.75)',
740
+ 'hsla(54, 100%, 68%, 0)',
741
+ 'hsla(54, 100%, 68%, 0.2)',
742
+ 'hsla(54, 100%, 68%, 0.4)',
743
+ 'hsla(54, 100%, 68%, 0.6)',
744
+ 'hsla(54, 100%, 68%, 0.8)',
745
+ 'hsla(154, 48%, 13%, 0)',
746
+ 'hsla(154, 48%, 13%, 0.2)',
747
+ 'hsla(154, 48%, 13%, 0.4)',
748
+ 'hsla(154, 48%, 13%, 0.6)',
749
+ 'hsla(154, 48%, 13%, 0.8)',
702
750
  'hsla(145, 32%, 7%, 1)',
703
751
  'hsla(155, 44%, 8%, 1)',
704
752
  'hsla(155, 46%, 11%, 1)',
@@ -710,14 +758,16 @@ export const colors = [
710
758
  'hsla(151, 49%, 46%, 1)',
711
759
  'hsla(151, 50%, 53%, 1)',
712
760
  'hsla(136, 73%, 94%, 1)',
713
- 'hsla(134, 73%, 94%, 0)',
714
- 'hsla(134, 73%, 94%, 0.25)',
715
- 'hsla(134, 73%, 94%, 0.5)',
716
- 'hsla(134, 73%, 94%, 0.75)',
717
- 'hsla(287, 18%, 10%, 0)',
718
- 'hsla(287, 18%, 10%, 0.25)',
719
- 'hsla(287, 18%, 10%, 0.5)',
720
- 'hsla(287, 18%, 10%, 0.75)',
761
+ 'hsla(151, 49%, 46%, 0)',
762
+ 'hsla(151, 49%, 46%, 0.2)',
763
+ 'hsla(151, 49%, 46%, 0.4)',
764
+ 'hsla(151, 49%, 46%, 0.6)',
765
+ 'hsla(151, 49%, 46%, 0.8)',
766
+ 'hsla(280, 41%, 20%, 0)',
767
+ 'hsla(280, 41%, 20%, 0.2)',
768
+ 'hsla(280, 41%, 20%, 0.4)',
769
+ 'hsla(280, 41%, 20%, 0.6)',
770
+ 'hsla(280, 41%, 20%, 0.8)',
721
771
  'hsla(287, 18%, 10%, 1)',
722
772
  'hsla(283, 30%, 12%, 1)',
723
773
  'hsla(281, 38%, 16%, 1)',
@@ -729,14 +779,16 @@ export const colors = [
729
779
  'hsla(273, 57%, 59%, 1)',
730
780
  'hsla(275, 80%, 71%, 1)',
731
781
  'hsla(281, 73%, 96%, 1)',
732
- 'hsla(284, 71%, 96%, 0)',
733
- 'hsla(284, 71%, 96%, 0.25)',
734
- 'hsla(284, 71%, 96%, 0.5)',
735
- 'hsla(284, 71%, 96%, 0.75)',
736
- 'hsla(318, 25%, 10%, 0)',
737
- 'hsla(318, 25%, 10%, 0.25)',
738
- 'hsla(318, 25%, 10%, 0.5)',
739
- 'hsla(318, 25%, 10%, 0.75)',
782
+ 'hsla(273, 57%, 59%, 0)',
783
+ 'hsla(273, 57%, 59%, 0.2)',
784
+ 'hsla(273, 57%, 59%, 0.4)',
785
+ 'hsla(273, 57%, 59%, 0.6)',
786
+ 'hsla(273, 57%, 59%, 0.8)',
787
+ 'hsla(320, 44%, 19%, 0)',
788
+ 'hsla(320, 44%, 19%, 0.2)',
789
+ 'hsla(320, 44%, 19%, 0.4)',
790
+ 'hsla(320, 44%, 19%, 0.6)',
791
+ 'hsla(320, 44%, 19%, 0.8)',
740
792
  'hsla(318, 27%, 10%, 1)',
741
793
  'hsla(319, 32%, 12%, 1)',
742
794
  'hsla(319, 41%, 16%, 1)',
@@ -748,14 +800,16 @@ export const colors = [
748
800
  'hsla(323, 73%, 59%, 1)',
749
801
  'hsla(325, 90%, 66%, 1)',
750
802
  'hsla(322, 90%, 96%, 1)',
751
- 'hsla(323, 90%, 96%, 0)',
752
- 'hsla(323, 90%, 96%, 0.25)',
753
- 'hsla(323, 90%, 96%, 0.5)',
754
- 'hsla(323, 90%, 96%, 0.75)',
755
- 'hsla(36, 10%, 10%, 0)',
756
- 'hsla(36, 10%, 10%, 0.25)',
757
- 'hsla(36, 10%, 10%, 0.5)',
758
- 'hsla(36, 10%, 10%, 0.75)',
803
+ 'hsla(323, 73%, 59%, 0)',
804
+ 'hsla(323, 73%, 59%, 0.2)',
805
+ 'hsla(323, 73%, 59%, 0.4)',
806
+ 'hsla(323, 73%, 59%, 0.6)',
807
+ 'hsla(323, 73%, 59%, 0.8)',
808
+ 'hsla(30, 12%, 23%, 0)',
809
+ 'hsla(30, 12%, 23%, 0.2)',
810
+ 'hsla(30, 12%, 23%, 0.4)',
811
+ 'hsla(30, 12%, 23%, 0.6)',
812
+ 'hsla(30, 12%, 23%, 0.8)',
759
813
  'hsla(36, 10%, 10%, 1)',
760
814
  'hsla(30, 10%, 12%, 1)',
761
815
  'hsla(30, 11%, 18%, 1)',
@@ -768,19 +822,21 @@ export const colors = [
768
822
  'hsla(29, 22%, 58%, 1)',
769
823
  'hsla(34, 24%, 70%, 1)',
770
824
  'hsla(9, 12%, 79%, 1)',
771
- 'hsla(9, 12%, 79%, 0)',
772
- 'hsla(9, 12%, 79%, 0.25)',
773
- 'hsla(9, 12%, 79%, 0.5)',
774
- 'hsla(9, 12%, 79%, 0.75)',
825
+ 'hsla(29, 22%, 58%, 0)',
826
+ 'hsla(29, 22%, 58%, 0.2)',
827
+ 'hsla(29, 22%, 58%, 0.4)',
828
+ 'hsla(29, 22%, 58%, 0.6)',
829
+ 'hsla(29, 22%, 58%, 0.8)',
775
830
  ]
776
831
 
777
832
  const ks = [
778
833
  'accentBackground',
779
834
  'accentColor',
780
835
  'background0',
781
- 'background025',
782
- 'background05',
783
- 'background075',
836
+ 'background02',
837
+ 'background04',
838
+ 'background06',
839
+ 'background08',
784
840
  'color1',
785
841
  'color2',
786
842
  'color3',
@@ -794,9 +850,10 @@ const ks = [
794
850
  'color11',
795
851
  'color12',
796
852
  'color0',
797
- 'color025',
798
- 'color05',
799
- 'color075',
853
+ 'color02',
854
+ 'color04',
855
+ 'color06',
856
+ 'color08',
800
857
  'background',
801
858
  'backgroundHover',
802
859
  'backgroundPress',
@@ -953,154 +1010,168 @@ const ks = [
953
1010
  'accent12']
954
1011
 
955
1012
 
956
- const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 6],[23, 5],[24, 7],[25, 7],[26, 9],[27, 8],[28, 10],[29, 9],[30, 17],[31, 16],[32, 17],[33, 16],[34, 18],[35, 14],[36, 19],[37, 22],[38, 23],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 60],[76, 61],[77, 62],[78, 63],[79, 64],[80, 65],[81, 66],[82, 67],[83, 68],[84, 69],[85, 70],[86, 71],[87, 72],[88, 73],[89, 74],[90, 75],[91, 76],[92, 77],[93, 78],[94, 79],[95, 80],[96, 81],[97, 82],[98, 83],[99, 84],[100, 85],[101, 86],[102, 87],[103, 88],[104, 89],[105, 90],[106, 91],[107, 92],[108, 93],[109, 94],[110, 95],[111, 96],[112, 97],[113, 98],[114, 99],[115, 100],[116, 101],[117, 102],[118, 103],[119, 104],[120, 105],[121, 106],[122, 107],[123, 108],[124, 109],[125, 110],[126, 111],[127, 112],[128, 113],[129, 114],[130, 115],[131, 116],[132, 117],[133, 118],[134, 119],[135, 120],[136, 121],[137, 122],[138, 123],[139, 124],[140, 125],[141, 126],[142, 127],[143, 128],[144, 129],[145, 130],[146, 131],[147, 132],[148, 133],[149, 134],[150, 135],[151, 135],[152, 136],[153, 137],[154, 138],[155, 139],[156, 140],[157, 141],[158, 142],[159, 42],[160, 143],[161, 144],[162, 45],[163, 118],[164, 124],[165, 125],[166, 126],[167, 127],[168, 128],[169, 129],[170, 130],[171, 131],[172, 132],[173, 133],[174, 134],[175, 135]])
957
- const n2 = t([[0, 14],[1, 9],[2, 145],[3, 146],[4, 147],[5, 148],[6, 149],[7, 150],[8, 151],[9, 0],[10, 152],[11, 153],[12, 154],[13, 155],[14, 1],[15, 156],[16, 157],[17, 6],[18, 2],[19, 3],[20, 4],[21, 5],[22, 149],[23, 150],[24, 148],[25, 148],[26, 0],[27, 152],[28, 151],[29, 0],[30, 6],[31, 157],[32, 6],[33, 157],[34, 2],[35, 1],[36, 3],[37, 158],[38, 159],[39, 160],[40, 161],[41, 162],[42, 163],[43, 164],[44, 165],[45, 30],[46, 166],[47, 167],[48, 168],[49, 169],[50, 170],[51, 171],[52, 172],[53, 173],[54, 174],[55, 175],[56, 176],[57, 177],[58, 178],[59, 179],[60, 37],[61, 180],[62, 181],[63, 182],[64, 183],[65, 184],[66, 185],[67, 186],[68, 187],[69, 54],[70, 188],[71, 189],[72, 190],[73, 191],[74, 192],[75, 193],[76, 194],[77, 195],[78, 196],[79, 197],[80, 198],[81, 66],[82, 199],[83, 200],[84, 201],[85, 202],[86, 203],[87, 204],[88, 205],[89, 206],[90, 207],[91, 208],[92, 209],[93, 78],[94, 210],[95, 211],[96, 212],[97, 213],[98, 214],[99, 215],[100, 216],[101, 217],[102, 218],[103, 219],[104, 220],[105, 90],[106, 221],[107, 222],[108, 223],[109, 224],[110, 225],[111, 226],[112, 227],[113, 228],[114, 229],[115, 230],[116, 231],[117, 102],[118, 232],[119, 233],[120, 234],[121, 235],[122, 236],[123, 237],[124, 238],[125, 239],[126, 240],[127, 241],[128, 242],[129, 114],[130, 243],[131, 244],[132, 245],[133, 246],[134, 247],[135, 123],[136, 248],[137, 249],[138, 250],[139, 124],[140, 125],[141, 126],[142, 127],[143, 128],[144, 129],[145, 130],[146, 131],[147, 132],[148, 133],[149, 134],[150, 135],[151, 135],[152, 136],[153, 137],[154, 138],[155, 139],[156, 140],[157, 141],[158, 142],[159, 42],[160, 143],[161, 144],[162, 45],[163, 246],[164, 135],[165, 136],[166, 137],[167, 138],[168, 139],[169, 140],[170, 141],[171, 142],[172, 42],[173, 143],[174, 144],[175, 45]])
958
- const n3 = t([[0, 9],[1, 14],[2, 145],[3, 146],[4, 147],[5, 148],[6, 149],[7, 150],[8, 151],[9, 0],[10, 152],[11, 153],[12, 154],[13, 155],[14, 1],[15, 156],[16, 157],[17, 6],[18, 2],[19, 3],[20, 4],[21, 5],[22, 149],[23, 148],[24, 150],[25, 150],[26, 0],[27, 151],[28, 152],[29, 0],[30, 6],[31, 157],[32, 6],[33, 157],[34, 2],[35, 1],[36, 3]])
959
- const n4 = t([[0, 1],[1, 0],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 6],[23, 7],[24, 5],[25, 5],[26, 9],[27, 10],[28, 8],[29, 9],[30, 17],[31, 16],[32, 17],[33, 16],[34, 18],[35, 14],[36, 19]])
960
- const n5 = t([[0, 0],[1, 1],[2, 251],[3, 252],[4, 253],[5, 254],[6, 255],[7, 7],[8, 256],[9, 257],[10, 258],[11, 12],[12, 259],[13, 260],[14, 14],[15, 261],[16, 262],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 255],[23, 254],[24, 7],[25, 7],[26, 257],[27, 256],[28, 258],[29, 257],[30, 17],[31, 262],[32, 17],[33, 262],[34, 18],[35, 14],[36, 19]])
961
- const n6 = t([[0, 0],[1, 1],[2, 263],[3, 264],[4, 265],[5, 266],[6, 267],[7, 268],[8, 269],[9, 270],[10, 271],[11, 272],[12, 273],[13, 274],[14, 275],[15, 276],[16, 277],[17, 278],[18, 279],[19, 280],[20, 281],[21, 282],[22, 267],[23, 266],[24, 268],[25, 268],[26, 270],[27, 269],[28, 271],[29, 270],[30, 278],[31, 277],[32, 278],[33, 277],[34, 279],[35, 275],[36, 280]])
962
- const n7 = t([[0, 0],[1, 1],[2, 283],[3, 284],[4, 285],[5, 286],[6, 287],[7, 288],[8, 289],[9, 290],[10, 291],[11, 292],[12, 293],[13, 294],[14, 295],[15, 296],[16, 297],[17, 298],[18, 299],[19, 300],[20, 301],[21, 302],[22, 287],[23, 286],[24, 288],[25, 288],[26, 290],[27, 289],[28, 291],[29, 290],[30, 298],[31, 297],[32, 298],[33, 297],[34, 299],[35, 295],[36, 300]])
963
- const n8 = t([[0, 0],[1, 1],[2, 303],[3, 304],[4, 305],[5, 306],[6, 307],[7, 307],[8, 308],[9, 309],[10, 310],[11, 311],[12, 312],[13, 313],[14, 314],[15, 315],[16, 316],[17, 317],[18, 318],[19, 319],[20, 320],[21, 321],[22, 307],[23, 306],[24, 307],[25, 307],[26, 309],[27, 308],[28, 310],[29, 309],[30, 317],[31, 316],[32, 317],[33, 316],[34, 318],[35, 314],[36, 319]])
964
- const n9 = t([[0, 0],[1, 1],[2, 322],[3, 323],[4, 324],[5, 325],[6, 326],[7, 327],[8, 328],[9, 329],[10, 330],[11, 331],[12, 332],[13, 333],[14, 334],[15, 335],[16, 336],[17, 337],[18, 338],[19, 339],[20, 340],[21, 341],[22, 326],[23, 325],[24, 327],[25, 327],[26, 329],[27, 328],[28, 330],[29, 329],[30, 337],[31, 336],[32, 337],[33, 336],[34, 338],[35, 334],[36, 339]])
965
- const n10 = t([[0, 0],[1, 1],[2, 342],[3, 343],[4, 344],[5, 345],[6, 346],[7, 347],[8, 348],[9, 349],[10, 350],[11, 351],[12, 352],[13, 353],[14, 354],[15, 355],[16, 356],[17, 357],[18, 358],[19, 359],[20, 360],[21, 361],[22, 346],[23, 345],[24, 347],[25, 347],[26, 349],[27, 348],[28, 350],[29, 349],[30, 357],[31, 356],[32, 357],[33, 356],[34, 358],[35, 354],[36, 359]])
966
- const n11 = t([[0, 0],[1, 1],[2, 362],[3, 363],[4, 364],[5, 365],[6, 366],[7, 367],[8, 368],[9, 369],[10, 370],[11, 371],[12, 372],[13, 373],[14, 374],[15, 375],[16, 376],[17, 377],[18, 378],[19, 379],[20, 380],[21, 381],[22, 366],[23, 365],[24, 367],[25, 367],[26, 369],[27, 368],[28, 370],[29, 369],[30, 377],[31, 376],[32, 377],[33, 376],[34, 378],[35, 374],[36, 379]])
967
- const n12 = t([[0, 0],[1, 1],[2, 382],[3, 383],[4, 384],[5, 385],[6, 386],[7, 387],[8, 388],[9, 389],[10, 390],[11, 391],[12, 392],[13, 393],[14, 394],[15, 395],[16, 396],[17, 397],[18, 398],[19, 399],[20, 400],[21, 401],[22, 386],[23, 385],[24, 387],[25, 387],[26, 389],[27, 388],[28, 390],[29, 389],[30, 397],[31, 396],[32, 397],[33, 396],[34, 398],[35, 394],[36, 399]])
968
- const n13 = t([[0, 0],[1, 1],[2, 402],[3, 403],[4, 404],[5, 405],[6, 406],[7, 407],[8, 408],[9, 409],[10, 410],[11, 411],[12, 412],[13, 413],[14, 414],[15, 415],[16, 416],[17, 417],[18, 418],[19, 419],[20, 420],[21, 421],[22, 406],[23, 405],[24, 407],[25, 407],[26, 409],[27, 408],[28, 410],[29, 409],[30, 417],[31, 416],[32, 417],[33, 416],[34, 418],[35, 414],[36, 419]])
969
- const n14 = t([[0, 14],[1, 9],[2, 18],[3, 19],[4, 20],[5, 21],[6, 17],[7, 422],[8, 0],[9, 152],[10, 423],[11, 153],[12, 424],[13, 425],[14, 262],[15, 426],[16, 427],[17, 257],[18, 428],[19, 429],[20, 430],[21, 431],[22, 17],[23, 422],[24, 21],[25, 21],[26, 152],[27, 423],[28, 0],[29, 152],[30, 257],[31, 427],[32, 257],[33, 427],[34, 428],[35, 262],[36, 429]])
970
- const n15 = t([[0, 14],[1, 9],[2, 432],[3, 433],[4, 434],[5, 435],[6, 436],[7, 437],[8, 438],[9, 439],[10, 440],[11, 441],[12, 442],[13, 443],[14, 275],[15, 444],[16, 445],[17, 446],[18, 447],[19, 448],[20, 449],[21, 450],[22, 436],[23, 437],[24, 435],[25, 435],[26, 439],[27, 440],[28, 438],[29, 439],[30, 446],[31, 445],[32, 446],[33, 445],[34, 447],[35, 275],[36, 448]])
971
- const n16 = t([[0, 14],[1, 9],[2, 451],[3, 452],[4, 453],[5, 454],[6, 455],[7, 456],[8, 457],[9, 458],[10, 459],[11, 460],[12, 461],[13, 462],[14, 295],[15, 463],[16, 464],[17, 465],[18, 466],[19, 467],[20, 468],[21, 469],[22, 455],[23, 456],[24, 454],[25, 454],[26, 458],[27, 459],[28, 457],[29, 458],[30, 465],[31, 464],[32, 465],[33, 464],[34, 466],[35, 295],[36, 467]])
972
- const n17 = t([[0, 14],[1, 9],[2, 470],[3, 471],[4, 472],[5, 473],[6, 474],[7, 475],[8, 476],[9, 477],[10, 478],[11, 479],[12, 480],[13, 481],[14, 314],[15, 482],[16, 483],[17, 484],[18, 485],[19, 486],[20, 487],[21, 488],[22, 474],[23, 475],[24, 473],[25, 473],[26, 477],[27, 478],[28, 476],[29, 477],[30, 484],[31, 483],[32, 484],[33, 483],[34, 485],[35, 314],[36, 486]])
973
- const n18 = t([[0, 14],[1, 9],[2, 489],[3, 490],[4, 491],[5, 492],[6, 493],[7, 494],[8, 495],[9, 496],[10, 497],[11, 498],[12, 499],[13, 500],[14, 334],[15, 501],[16, 502],[17, 503],[18, 504],[19, 505],[20, 506],[21, 507],[22, 493],[23, 494],[24, 492],[25, 492],[26, 496],[27, 497],[28, 495],[29, 496],[30, 503],[31, 502],[32, 503],[33, 502],[34, 504],[35, 334],[36, 505]])
974
- const n19 = t([[0, 14],[1, 9],[2, 508],[3, 509],[4, 510],[5, 511],[6, 512],[7, 513],[8, 514],[9, 515],[10, 516],[11, 517],[12, 518],[13, 519],[14, 354],[15, 520],[16, 521],[17, 522],[18, 523],[19, 524],[20, 525],[21, 526],[22, 512],[23, 513],[24, 511],[25, 511],[26, 515],[27, 516],[28, 514],[29, 515],[30, 522],[31, 521],[32, 522],[33, 521],[34, 523],[35, 354],[36, 524]])
975
- const n20 = t([[0, 14],[1, 9],[2, 527],[3, 528],[4, 529],[5, 530],[6, 531],[7, 532],[8, 533],[9, 534],[10, 535],[11, 536],[12, 537],[13, 538],[14, 374],[15, 539],[16, 540],[17, 541],[18, 542],[19, 543],[20, 544],[21, 545],[22, 531],[23, 532],[24, 530],[25, 530],[26, 534],[27, 535],[28, 533],[29, 534],[30, 541],[31, 540],[32, 541],[33, 540],[34, 542],[35, 374],[36, 543]])
976
- const n21 = t([[0, 14],[1, 9],[2, 546],[3, 547],[4, 548],[5, 549],[6, 550],[7, 551],[8, 552],[9, 553],[10, 554],[11, 555],[12, 556],[13, 557],[14, 394],[15, 558],[16, 559],[17, 560],[18, 561],[19, 562],[20, 563],[21, 564],[22, 550],[23, 551],[24, 549],[25, 549],[26, 553],[27, 554],[28, 552],[29, 553],[30, 560],[31, 559],[32, 560],[33, 559],[34, 561],[35, 394],[36, 562]])
977
- const n22 = t([[0, 14],[1, 9],[2, 565],[3, 566],[4, 567],[5, 568],[6, 569],[7, 570],[8, 571],[9, 572],[10, 573],[11, 574],[12, 575],[13, 576],[14, 577],[15, 578],[16, 579],[17, 580],[18, 581],[19, 582],[20, 583],[21, 584],[22, 569],[23, 570],[24, 568],[25, 568],[26, 572],[27, 573],[28, 571],[29, 572],[30, 580],[31, 579],[32, 580],[33, 579],[34, 581],[35, 577],[36, 582]])
978
- const n23 = t([[30, 16],[31, 15],[32, 16],[33, 15]])
979
- const n24 = t([[30, 15],[31, 14],[32, 15],[33, 14]])
980
- const n25 = t([[22, 7],[23, 6],[24, 8],[25, 8],[26, 10],[27, 9],[29, 10],[28, 11]])
981
- const n26 = t([[22, 8],[23, 7],[24, 9],[25, 9],[26, 11],[27, 10],[29, 11],[28, 12]])
982
- const n27 = t([[22, 9],[23, 8],[24, 10],[25, 10],[26, 12],[27, 11],[29, 12],[28, 13]])
983
- const n28 = t([[30, 157],[31, 156],[32, 157],[33, 156]])
984
- const n29 = t([[30, 156],[31, 1],[32, 156],[33, 1]])
985
- const n30 = t([[22, 150],[23, 151],[24, 149],[25, 149],[26, 152],[27, 153],[29, 152],[28, 0]])
986
- const n31 = t([[22, 151],[23, 0],[24, 150],[25, 150],[26, 153],[27, 154],[29, 153],[28, 152]])
987
- const n32 = t([[22, 0],[23, 152],[24, 151],[25, 151],[26, 154],[27, 155],[29, 154],[28, 153]])
988
- const n33 = t([[30, 262],[31, 261],[32, 262],[33, 261]])
989
- const n34 = t([[30, 261],[31, 14],[32, 261],[33, 14]])
990
- const n35 = t([[22, 7],[23, 255],[24, 256],[25, 256],[26, 258],[27, 257],[29, 258],[28, 12]])
991
- const n36 = t([[22, 256],[23, 7],[24, 257],[25, 257],[26, 12],[27, 258],[29, 12],[28, 259]])
992
- const n37 = t([[22, 257],[23, 256],[24, 258],[25, 258],[26, 259],[27, 12],[29, 259],[28, 260]])
993
- const n38 = t([[30, 277],[31, 276],[32, 277],[33, 276]])
994
- const n39 = t([[30, 276],[31, 275],[32, 276],[33, 275]])
995
- const n40 = t([[22, 268],[23, 267],[24, 269],[25, 269],[26, 271],[27, 270],[29, 271],[28, 272]])
996
- const n41 = t([[22, 269],[23, 268],[24, 270],[25, 270],[26, 272],[27, 271],[29, 272],[28, 273]])
997
- const n42 = t([[22, 270],[23, 269],[24, 271],[25, 271],[26, 273],[27, 272],[29, 273],[28, 274]])
998
- const n43 = t([[30, 297],[31, 296],[32, 297],[33, 296]])
999
- const n44 = t([[30, 296],[31, 295],[32, 296],[33, 295]])
1000
- const n45 = t([[22, 288],[23, 287],[24, 289],[25, 289],[26, 291],[27, 290],[29, 291],[28, 292]])
1001
- const n46 = t([[22, 289],[23, 288],[24, 290],[25, 290],[26, 292],[27, 291],[29, 292],[28, 293]])
1002
- const n47 = t([[22, 290],[23, 289],[24, 291],[25, 291],[26, 293],[27, 292],[29, 293],[28, 294]])
1003
- const n48 = t([[30, 316],[31, 315],[32, 316],[33, 315]])
1004
- const n49 = t([[30, 315],[31, 314],[32, 315],[33, 314]])
1005
- const n50 = t([[22, 307],[23, 307],[24, 308],[25, 308],[26, 310],[27, 309],[29, 310],[28, 311]])
1006
- const n51 = t([[22, 308],[23, 307],[24, 309],[25, 309],[26, 311],[27, 310],[29, 311],[28, 312]])
1007
- const n52 = t([[22, 309],[23, 308],[24, 310],[25, 310],[26, 312],[27, 311],[29, 312],[28, 313]])
1008
- const n53 = t([[30, 336],[31, 335],[32, 336],[33, 335]])
1009
- const n54 = t([[30, 335],[31, 334],[32, 335],[33, 334]])
1010
- const n55 = t([[22, 327],[23, 326],[24, 328],[25, 328],[26, 330],[27, 329],[29, 330],[28, 331]])
1011
- const n56 = t([[22, 328],[23, 327],[24, 329],[25, 329],[26, 331],[27, 330],[29, 331],[28, 332]])
1012
- const n57 = t([[22, 329],[23, 328],[24, 330],[25, 330],[26, 332],[27, 331],[29, 332],[28, 333]])
1013
- const n58 = t([[30, 356],[31, 355],[32, 356],[33, 355]])
1014
- const n59 = t([[30, 355],[31, 354],[32, 355],[33, 354]])
1015
- const n60 = t([[22, 347],[23, 346],[24, 348],[25, 348],[26, 350],[27, 349],[29, 350],[28, 351]])
1016
- const n61 = t([[22, 348],[23, 347],[24, 349],[25, 349],[26, 351],[27, 350],[29, 351],[28, 352]])
1017
- const n62 = t([[22, 349],[23, 348],[24, 350],[25, 350],[26, 352],[27, 351],[29, 352],[28, 353]])
1018
- const n63 = t([[30, 376],[31, 375],[32, 376],[33, 375]])
1019
- const n64 = t([[30, 375],[31, 374],[32, 375],[33, 374]])
1020
- const n65 = t([[22, 367],[23, 366],[24, 368],[25, 368],[26, 370],[27, 369],[29, 370],[28, 371]])
1021
- const n66 = t([[22, 368],[23, 367],[24, 369],[25, 369],[26, 371],[27, 370],[29, 371],[28, 372]])
1022
- const n67 = t([[22, 369],[23, 368],[24, 370],[25, 370],[26, 372],[27, 371],[29, 372],[28, 373]])
1023
- const n68 = t([[30, 396],[31, 395],[32, 396],[33, 395]])
1024
- const n69 = t([[30, 395],[31, 394],[32, 395],[33, 394]])
1025
- const n70 = t([[22, 387],[23, 386],[24, 388],[25, 388],[26, 390],[27, 389],[29, 390],[28, 391]])
1026
- const n71 = t([[22, 388],[23, 387],[24, 389],[25, 389],[26, 391],[27, 390],[29, 391],[28, 392]])
1027
- const n72 = t([[22, 389],[23, 388],[24, 390],[25, 390],[26, 392],[27, 391],[29, 392],[28, 393]])
1028
- const n73 = t([[30, 416],[31, 415],[32, 416],[33, 415]])
1029
- const n74 = t([[30, 415],[31, 414],[32, 415],[33, 414]])
1030
- const n75 = t([[22, 407],[23, 406],[24, 408],[25, 408],[26, 410],[27, 409],[29, 410],[28, 411]])
1031
- const n76 = t([[22, 408],[23, 407],[24, 409],[25, 409],[26, 411],[27, 410],[29, 411],[28, 412]])
1032
- const n77 = t([[22, 409],[23, 408],[24, 410],[25, 410],[26, 412],[27, 411],[29, 412],[28, 413]])
1033
- const n78 = t([[30, 427],[31, 426],[32, 427],[33, 426]])
1034
- const n79 = t([[30, 426],[31, 262],[32, 426],[33, 262]])
1035
- const n80 = t([[22, 422],[23, 0],[24, 17],[25, 17],[26, 423],[27, 153],[29, 423],[28, 152]])
1036
- const n81 = t([[22, 0],[23, 152],[24, 422],[25, 422],[26, 153],[27, 424],[29, 153],[28, 423]])
1037
- const n82 = t([[22, 152],[23, 423],[24, 0],[25, 0],[26, 424],[27, 425],[29, 424],[28, 153]])
1038
- const n83 = t([[30, 445],[31, 444],[32, 445],[33, 444]])
1039
- const n84 = t([[30, 444],[31, 275],[32, 444],[33, 275]])
1040
- const n85 = t([[22, 437],[23, 438],[24, 436],[25, 436],[26, 440],[27, 441],[29, 440],[28, 439]])
1041
- const n86 = t([[22, 438],[23, 439],[24, 437],[25, 437],[26, 441],[27, 442],[29, 441],[28, 440]])
1042
- const n87 = t([[22, 439],[23, 440],[24, 438],[25, 438],[26, 442],[27, 443],[29, 442],[28, 441]])
1043
- const n88 = t([[30, 464],[31, 463],[32, 464],[33, 463]])
1044
- const n89 = t([[30, 463],[31, 295],[32, 463],[33, 295]])
1045
- const n90 = t([[22, 456],[23, 457],[24, 455],[25, 455],[26, 459],[27, 460],[29, 459],[28, 458]])
1046
- const n91 = t([[22, 457],[23, 458],[24, 456],[25, 456],[26, 460],[27, 461],[29, 460],[28, 459]])
1047
- const n92 = t([[22, 458],[23, 459],[24, 457],[25, 457],[26, 461],[27, 462],[29, 461],[28, 460]])
1048
- const n93 = t([[30, 483],[31, 482],[32, 483],[33, 482]])
1049
- const n94 = t([[30, 482],[31, 314],[32, 482],[33, 314]])
1050
- const n95 = t([[22, 475],[23, 476],[24, 474],[25, 474],[26, 478],[27, 479],[29, 478],[28, 477]])
1051
- const n96 = t([[22, 476],[23, 477],[24, 475],[25, 475],[26, 479],[27, 480],[29, 479],[28, 478]])
1052
- const n97 = t([[22, 477],[23, 478],[24, 476],[25, 476],[26, 480],[27, 481],[29, 480],[28, 479]])
1053
- const n98 = t([[30, 502],[31, 501],[32, 502],[33, 501]])
1054
- const n99 = t([[30, 501],[31, 334],[32, 501],[33, 334]])
1055
- const n100 = t([[22, 494],[23, 495],[24, 493],[25, 493],[26, 497],[27, 498],[29, 497],[28, 496]])
1056
- const n101 = t([[22, 495],[23, 496],[24, 494],[25, 494],[26, 498],[27, 499],[29, 498],[28, 497]])
1057
- const n102 = t([[22, 496],[23, 497],[24, 495],[25, 495],[26, 499],[27, 500],[29, 499],[28, 498]])
1058
- const n103 = t([[30, 521],[31, 520],[32, 521],[33, 520]])
1059
- const n104 = t([[30, 520],[31, 354],[32, 520],[33, 354]])
1060
- const n105 = t([[22, 513],[23, 514],[24, 512],[25, 512],[26, 516],[27, 517],[29, 516],[28, 515]])
1061
- const n106 = t([[22, 514],[23, 515],[24, 513],[25, 513],[26, 517],[27, 518],[29, 517],[28, 516]])
1062
- const n107 = t([[22, 515],[23, 516],[24, 514],[25, 514],[26, 518],[27, 519],[29, 518],[28, 517]])
1063
- const n108 = t([[30, 540],[31, 539],[32, 540],[33, 539]])
1064
- const n109 = t([[30, 539],[31, 374],[32, 539],[33, 374]])
1065
- const n110 = t([[22, 532],[23, 533],[24, 531],[25, 531],[26, 535],[27, 536],[29, 535],[28, 534]])
1066
- const n111 = t([[22, 533],[23, 534],[24, 532],[25, 532],[26, 536],[27, 537],[29, 536],[28, 535]])
1067
- const n112 = t([[22, 534],[23, 535],[24, 533],[25, 533],[26, 537],[27, 538],[29, 537],[28, 536]])
1068
- const n113 = t([[30, 559],[31, 558],[32, 559],[33, 558]])
1069
- const n114 = t([[30, 558],[31, 394],[32, 558],[33, 394]])
1070
- const n115 = t([[22, 551],[23, 552],[24, 550],[25, 550],[26, 554],[27, 555],[29, 554],[28, 553]])
1071
- const n116 = t([[22, 552],[23, 553],[24, 551],[25, 551],[26, 555],[27, 556],[29, 555],[28, 554]])
1072
- const n117 = t([[22, 553],[23, 554],[24, 552],[25, 552],[26, 556],[27, 557],[29, 556],[28, 555]])
1073
- const n118 = t([[30, 579],[31, 578],[32, 579],[33, 578]])
1074
- const n119 = t([[30, 578],[31, 577],[32, 578],[33, 577]])
1075
- const n120 = t([[22, 570],[23, 571],[24, 569],[25, 569],[26, 573],[27, 574],[29, 573],[28, 572]])
1076
- const n121 = t([[22, 571],[23, 572],[24, 570],[25, 570],[26, 574],[27, 575],[29, 574],[28, 573]])
1077
- const n122 = t([[22, 572],[23, 573],[24, 571],[25, 571],[26, 575],[27, 576],[29, 575],[28, 574]])
1078
- const n123 = t([[0, 1],[1, 0],[2, 18],[3, 19],[4, 20],[5, 21],[6, 17],[7, 16],[8, 15],[9, 14],[10, 13],[11, 12],[12, 11],[13, 10],[14, 9],[15, 8],[16, 7],[17, 6],[18, 2],[19, 3],[20, 4],[21, 5],[22, 17],[23, 21],[24, 16],[25, 16],[26, 14],[27, 15],[28, 13],[29, 14],[30, 6],[31, 7],[32, 6],[33, 7],[34, 2],[35, 9],[36, 3]])
1079
- const n124 = t([[0, 9],[1, 14],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 157],[8, 156],[9, 1],[10, 155],[11, 154],[12, 153],[13, 152],[14, 0],[15, 151],[16, 150],[17, 149],[18, 145],[19, 146],[20, 147],[21, 148],[22, 6],[23, 157],[24, 5],[25, 5],[26, 1],[27, 155],[28, 156],[29, 1],[30, 149],[31, 150],[32, 149],[33, 150],[34, 145],[35, 0],[36, 146]])
1080
- const n125 = t([[0, 1],[1, 0],[2, 18],[3, 19],[4, 20],[5, 21],[6, 17],[7, 262],[8, 261],[9, 14],[10, 260],[11, 259],[12, 12],[13, 258],[14, 257],[15, 256],[16, 7],[17, 255],[18, 251],[19, 252],[20, 253],[21, 254],[22, 17],[23, 21],[24, 262],[25, 262],[26, 14],[27, 261],[28, 260],[29, 14],[30, 255],[31, 7],[32, 255],[33, 7],[34, 251],[35, 257],[36, 252]])
1081
- const n126 = t([[0, 1],[1, 0],[2, 279],[3, 280],[4, 281],[5, 282],[6, 278],[7, 277],[8, 276],[9, 275],[10, 274],[11, 273],[12, 272],[13, 271],[14, 270],[15, 269],[16, 268],[17, 267],[18, 263],[19, 264],[20, 265],[21, 266],[22, 278],[23, 282],[24, 277],[25, 277],[26, 275],[27, 276],[28, 274],[29, 275],[30, 267],[31, 268],[32, 267],[33, 268],[34, 263],[35, 270],[36, 264]])
1082
- const n127 = t([[0, 1],[1, 0],[2, 299],[3, 300],[4, 301],[5, 302],[6, 298],[7, 297],[8, 296],[9, 295],[10, 294],[11, 293],[12, 292],[13, 291],[14, 290],[15, 289],[16, 288],[17, 287],[18, 283],[19, 284],[20, 285],[21, 286],[22, 298],[23, 302],[24, 297],[25, 297],[26, 295],[27, 296],[28, 294],[29, 295],[30, 287],[31, 288],[32, 287],[33, 288],[34, 283],[35, 290],[36, 284]])
1083
- const n128 = t([[0, 1],[1, 0],[2, 318],[3, 319],[4, 320],[5, 321],[6, 317],[7, 316],[8, 315],[9, 314],[10, 313],[11, 312],[12, 311],[13, 310],[14, 309],[15, 308],[16, 307],[17, 307],[18, 303],[19, 304],[20, 305],[21, 306],[22, 317],[23, 321],[24, 316],[25, 316],[26, 314],[27, 315],[28, 313],[29, 314],[30, 307],[31, 307],[32, 307],[33, 307],[34, 303],[35, 309],[36, 304]])
1084
- const n129 = t([[0, 1],[1, 0],[2, 338],[3, 339],[4, 340],[5, 341],[6, 337],[7, 336],[8, 335],[9, 334],[10, 333],[11, 332],[12, 331],[13, 330],[14, 329],[15, 328],[16, 327],[17, 326],[18, 322],[19, 323],[20, 324],[21, 325],[22, 337],[23, 341],[24, 336],[25, 336],[26, 334],[27, 335],[28, 333],[29, 334],[30, 326],[31, 327],[32, 326],[33, 327],[34, 322],[35, 329],[36, 323]])
1085
- const n130 = t([[0, 1],[1, 0],[2, 358],[3, 359],[4, 360],[5, 361],[6, 357],[7, 356],[8, 355],[9, 354],[10, 353],[11, 352],[12, 351],[13, 350],[14, 349],[15, 348],[16, 347],[17, 346],[18, 342],[19, 343],[20, 344],[21, 345],[22, 357],[23, 361],[24, 356],[25, 356],[26, 354],[27, 355],[28, 353],[29, 354],[30, 346],[31, 347],[32, 346],[33, 347],[34, 342],[35, 349],[36, 343]])
1086
- const n131 = t([[0, 1],[1, 0],[2, 378],[3, 379],[4, 380],[5, 381],[6, 377],[7, 376],[8, 375],[9, 374],[10, 373],[11, 372],[12, 371],[13, 370],[14, 369],[15, 368],[16, 367],[17, 366],[18, 362],[19, 363],[20, 364],[21, 365],[22, 377],[23, 381],[24, 376],[25, 376],[26, 374],[27, 375],[28, 373],[29, 374],[30, 366],[31, 367],[32, 366],[33, 367],[34, 362],[35, 369],[36, 363]])
1087
- const n132 = t([[0, 1],[1, 0],[2, 398],[3, 399],[4, 400],[5, 401],[6, 397],[7, 396],[8, 395],[9, 394],[10, 393],[11, 392],[12, 391],[13, 390],[14, 389],[15, 388],[16, 387],[17, 386],[18, 382],[19, 383],[20, 384],[21, 385],[22, 397],[23, 401],[24, 396],[25, 396],[26, 394],[27, 395],[28, 393],[29, 394],[30, 386],[31, 387],[32, 386],[33, 387],[34, 382],[35, 389],[36, 383]])
1088
- const n133 = t([[0, 1],[1, 0],[2, 418],[3, 419],[4, 420],[5, 421],[6, 417],[7, 416],[8, 415],[9, 414],[10, 413],[11, 412],[12, 411],[13, 410],[14, 409],[15, 408],[16, 407],[17, 406],[18, 402],[19, 403],[20, 404],[21, 405],[22, 417],[23, 421],[24, 416],[25, 416],[26, 414],[27, 415],[28, 413],[29, 414],[30, 406],[31, 407],[32, 406],[33, 407],[34, 402],[35, 409],[36, 403]])
1089
- const n134 = t([[0, 9],[1, 14],[2, 428],[3, 429],[4, 430],[5, 431],[6, 257],[7, 427],[8, 426],[9, 262],[10, 425],[11, 424],[12, 153],[13, 423],[14, 152],[15, 0],[16, 422],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 257],[23, 427],[24, 431],[25, 431],[26, 262],[27, 425],[28, 426],[29, 262],[30, 17],[31, 422],[32, 17],[33, 422],[34, 18],[35, 152],[36, 19]])
1090
- const n135 = t([[0, 9],[1, 14],[2, 447],[3, 448],[4, 449],[5, 450],[6, 446],[7, 445],[8, 444],[9, 275],[10, 443],[11, 442],[12, 441],[13, 440],[14, 439],[15, 438],[16, 437],[17, 436],[18, 432],[19, 433],[20, 434],[21, 435],[22, 446],[23, 445],[24, 450],[25, 450],[26, 275],[27, 443],[28, 444],[29, 275],[30, 436],[31, 437],[32, 436],[33, 437],[34, 432],[35, 439],[36, 433]])
1091
- const n136 = t([[0, 9],[1, 14],[2, 466],[3, 467],[4, 468],[5, 469],[6, 465],[7, 464],[8, 463],[9, 295],[10, 462],[11, 461],[12, 460],[13, 459],[14, 458],[15, 457],[16, 456],[17, 455],[18, 451],[19, 452],[20, 453],[21, 454],[22, 465],[23, 464],[24, 469],[25, 469],[26, 295],[27, 462],[28, 463],[29, 295],[30, 455],[31, 456],[32, 455],[33, 456],[34, 451],[35, 458],[36, 452]])
1092
- const n137 = t([[0, 9],[1, 14],[2, 485],[3, 486],[4, 487],[5, 488],[6, 484],[7, 483],[8, 482],[9, 314],[10, 481],[11, 480],[12, 479],[13, 478],[14, 477],[15, 476],[16, 475],[17, 474],[18, 470],[19, 471],[20, 472],[21, 473],[22, 484],[23, 483],[24, 488],[25, 488],[26, 314],[27, 481],[28, 482],[29, 314],[30, 474],[31, 475],[32, 474],[33, 475],[34, 470],[35, 477],[36, 471]])
1093
- const n138 = t([[0, 9],[1, 14],[2, 504],[3, 505],[4, 506],[5, 507],[6, 503],[7, 502],[8, 501],[9, 334],[10, 500],[11, 499],[12, 498],[13, 497],[14, 496],[15, 495],[16, 494],[17, 493],[18, 489],[19, 490],[20, 491],[21, 492],[22, 503],[23, 502],[24, 507],[25, 507],[26, 334],[27, 500],[28, 501],[29, 334],[30, 493],[31, 494],[32, 493],[33, 494],[34, 489],[35, 496],[36, 490]])
1094
- const n139 = t([[0, 9],[1, 14],[2, 523],[3, 524],[4, 525],[5, 526],[6, 522],[7, 521],[8, 520],[9, 354],[10, 519],[11, 518],[12, 517],[13, 516],[14, 515],[15, 514],[16, 513],[17, 512],[18, 508],[19, 509],[20, 510],[21, 511],[22, 522],[23, 521],[24, 526],[25, 526],[26, 354],[27, 519],[28, 520],[29, 354],[30, 512],[31, 513],[32, 512],[33, 513],[34, 508],[35, 515],[36, 509]])
1095
- const n140 = t([[0, 9],[1, 14],[2, 542],[3, 543],[4, 544],[5, 545],[6, 541],[7, 540],[8, 539],[9, 374],[10, 538],[11, 537],[12, 536],[13, 535],[14, 534],[15, 533],[16, 532],[17, 531],[18, 527],[19, 528],[20, 529],[21, 530],[22, 541],[23, 540],[24, 545],[25, 545],[26, 374],[27, 538],[28, 539],[29, 374],[30, 531],[31, 532],[32, 531],[33, 532],[34, 527],[35, 534],[36, 528]])
1096
- const n141 = t([[0, 9],[1, 14],[2, 561],[3, 562],[4, 563],[5, 564],[6, 560],[7, 559],[8, 558],[9, 394],[10, 557],[11, 556],[12, 555],[13, 554],[14, 553],[15, 552],[16, 551],[17, 550],[18, 546],[19, 547],[20, 548],[21, 549],[22, 560],[23, 559],[24, 564],[25, 564],[26, 394],[27, 557],[28, 558],[29, 394],[30, 550],[31, 551],[32, 550],[33, 551],[34, 546],[35, 553],[36, 547]])
1097
- const n142 = t([[0, 9],[1, 14],[2, 581],[3, 582],[4, 583],[5, 584],[6, 580],[7, 579],[8, 578],[9, 577],[10, 576],[11, 575],[12, 574],[13, 573],[14, 572],[15, 571],[16, 570],[17, 569],[18, 565],[19, 566],[20, 567],[21, 568],[22, 580],[23, 579],[24, 584],[25, 584],[26, 577],[27, 576],[28, 578],[29, 577],[30, 569],[31, 570],[32, 569],[33, 570],[34, 565],[35, 572],[36, 566]])
1013
+ const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 7],[25, 6],[26, 8],[27, 8],[28, 10],[29, 9],[30, 11],[31, 10],[32, 18],[33, 17],[34, 18],[35, 17],[36, 19],[37, 15],[38, 20],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 60],[76, 61],[77, 62],[78, 63],[79, 64],[80, 65],[81, 66],[82, 67],[83, 68],[84, 69],[85, 70],[86, 71],[87, 72],[88, 73],[89, 74],[90, 75],[91, 76],[92, 77],[93, 78],[94, 79],[95, 80],[96, 81],[97, 82],[98, 83],[99, 84],[100, 85],[101, 86],[102, 87],[103, 88],[104, 89],[105, 90],[106, 91],[107, 92],[108, 93],[109, 94],[110, 95],[111, 96],[112, 97],[113, 98],[114, 99],[115, 100],[116, 101],[117, 102],[118, 103],[119, 104],[120, 105],[121, 106],[122, 107],[123, 108],[124, 109],[125, 110],[126, 111],[127, 112],[128, 113],[129, 114],[130, 115],[131, 116],[132, 117],[133, 118],[134, 119],[135, 120],[136, 121],[137, 122],[138, 123],[139, 124],[140, 125],[141, 126],[142, 127],[143, 128],[144, 129],[145, 130],[146, 131],[147, 132],[148, 133],[149, 134],[150, 135],[151, 136],[152, 137],[153, 137],[154, 138],[155, 139],[156, 140],[157, 141],[158, 142],[159, 143],[160, 144],[161, 44],[162, 145],[163, 146],[164, 47],[165, 120],[166, 147],[167, 148],[168, 0],[169, 149],[170, 150],[171, 151],[172, 152],[173, 153],[174, 154],[175, 1],[176, 155],[177, 7]])
1014
+ const n2 = t([[0, 16],[1, 9],[2, 156],[3, 157],[4, 158],[5, 159],[6, 160],[7, 147],[8, 148],[9, 0],[10, 149],[11, 150],[12, 151],[13, 152],[14, 153],[15, 154],[16, 1],[17, 155],[18, 7],[19, 161],[20, 162],[21, 163],[22, 164],[23, 165],[24, 147],[25, 148],[26, 160],[27, 160],[28, 149],[29, 150],[30, 0],[31, 149],[32, 7],[33, 155],[34, 7],[35, 155],[36, 161],[37, 154],[38, 162],[39, 166],[40, 167],[41, 168],[42, 169],[43, 170],[44, 171],[45, 172],[46, 173],[47, 32],[48, 174],[49, 175],[50, 176],[51, 177],[52, 178],[53, 179],[54, 180],[55, 181],[56, 182],[57, 183],[58, 184],[59, 185],[60, 186],[61, 187],[62, 39],[63, 188],[64, 189],[65, 190],[66, 191],[67, 192],[68, 193],[69, 194],[70, 195],[71, 56],[72, 196],[73, 197],[74, 198],[75, 199],[76, 200],[77, 201],[78, 202],[79, 203],[80, 204],[81, 205],[82, 206],[83, 68],[84, 207],[85, 208],[86, 209],[87, 210],[88, 211],[89, 212],[90, 213],[91, 214],[92, 215],[93, 216],[94, 217],[95, 80],[96, 218],[97, 219],[98, 220],[99, 221],[100, 222],[101, 223],[102, 224],[103, 225],[104, 226],[105, 227],[106, 228],[107, 92],[108, 229],[109, 230],[110, 231],[111, 232],[112, 233],[113, 234],[114, 235],[115, 236],[116, 237],[117, 238],[118, 239],[119, 104],[120, 240],[121, 241],[122, 242],[123, 243],[124, 244],[125, 245],[126, 246],[127, 247],[128, 248],[129, 249],[130, 250],[131, 116],[132, 251],[133, 252],[134, 253],[135, 254],[136, 255],[137, 125],[138, 256],[139, 257],[140, 258],[141, 126],[142, 127],[143, 128],[144, 129],[145, 130],[146, 131],[147, 132],[148, 133],[149, 134],[150, 135],[151, 136],[152, 137],[153, 137],[154, 138],[155, 139],[156, 140],[157, 141],[158, 142],[159, 143],[160, 144],[161, 44],[162, 145],[163, 146],[164, 47],[165, 254],[166, 7],[167, 8],[168, 9],[169, 10],[170, 11],[171, 12],[172, 13],[173, 14],[174, 15],[175, 16],[176, 17],[177, 18]])
1015
+ const n3 = t([[0, 9],[1, 16],[2, 156],[3, 157],[4, 158],[5, 159],[6, 160],[7, 147],[8, 148],[9, 0],[10, 149],[11, 150],[12, 151],[13, 152],[14, 153],[15, 154],[16, 1],[17, 155],[18, 7],[19, 161],[20, 162],[21, 163],[22, 164],[23, 165],[24, 147],[25, 160],[26, 148],[27, 148],[28, 149],[29, 0],[30, 150],[31, 149],[32, 7],[33, 155],[34, 7],[35, 155],[36, 161],[37, 154],[38, 162]])
1016
+ const n4 = t([[0, 1],[1, 0],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 7],[25, 8],[26, 6],[27, 6],[28, 10],[29, 11],[30, 9],[31, 10],[32, 18],[33, 17],[34, 18],[35, 17],[36, 19],[37, 15],[38, 20]])
1017
+ const n5 = t([[0, 0],[1, 1],[2, 156],[3, 157],[4, 158],[5, 159],[6, 160],[7, 147],[8, 148],[9, 0],[10, 149],[11, 150],[12, 151],[13, 152],[14, 153],[15, 154],[16, 1],[17, 155],[18, 7],[19, 161],[20, 162],[21, 163],[22, 164],[23, 165],[24, 147],[25, 160],[26, 148],[27, 148],[28, 149],[29, 0],[30, 150],[31, 149],[32, 7],[33, 155],[34, 7],[35, 155],[36, 161],[37, 154],[38, 162]])
1018
+ const n6 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 7],[25, 6],[26, 8],[27, 8],[28, 10],[29, 9],[30, 11],[31, 10],[32, 18],[33, 17],[34, 18],[35, 17],[36, 19],[37, 15],[38, 20]])
1019
+ const n7 = t([[0, 0],[1, 1],[2, 259],[3, 260],[4, 261],[5, 262],[6, 263],[7, 264],[8, 8],[9, 265],[10, 266],[11, 267],[12, 13],[13, 268],[14, 269],[15, 15],[16, 270],[17, 271],[18, 18],[19, 272],[20, 273],[21, 274],[22, 275],[23, 276],[24, 264],[25, 263],[26, 8],[27, 8],[28, 266],[29, 265],[30, 267],[31, 266],[32, 18],[33, 271],[34, 18],[35, 271],[36, 272],[37, 15],[38, 273]])
1020
+ const n8 = t([[0, 0],[1, 1],[2, 277],[3, 278],[4, 279],[5, 280],[6, 281],[7, 282],[8, 283],[9, 284],[10, 285],[11, 286],[12, 287],[13, 288],[14, 289],[15, 290],[16, 291],[17, 292],[18, 293],[19, 294],[20, 295],[21, 296],[22, 297],[23, 298],[24, 282],[25, 281],[26, 283],[27, 283],[28, 285],[29, 284],[30, 286],[31, 285],[32, 293],[33, 292],[34, 293],[35, 292],[36, 294],[37, 290],[38, 295]])
1021
+ const n9 = t([[0, 0],[1, 1],[2, 299],[3, 300],[4, 301],[5, 302],[6, 303],[7, 304],[8, 305],[9, 306],[10, 307],[11, 308],[12, 309],[13, 310],[14, 311],[15, 312],[16, 313],[17, 314],[18, 315],[19, 316],[20, 317],[21, 318],[22, 319],[23, 320],[24, 304],[25, 303],[26, 305],[27, 305],[28, 307],[29, 306],[30, 308],[31, 307],[32, 315],[33, 314],[34, 315],[35, 314],[36, 316],[37, 312],[38, 317]])
1022
+ const n10 = t([[0, 0],[1, 1],[2, 321],[3, 322],[4, 323],[5, 324],[6, 325],[7, 326],[8, 326],[9, 327],[10, 328],[11, 329],[12, 330],[13, 331],[14, 332],[15, 333],[16, 334],[17, 335],[18, 336],[19, 337],[20, 338],[21, 339],[22, 340],[23, 341],[24, 326],[25, 325],[26, 326],[27, 326],[28, 328],[29, 327],[30, 329],[31, 328],[32, 336],[33, 335],[34, 336],[35, 335],[36, 337],[37, 333],[38, 338]])
1023
+ const n11 = t([[0, 0],[1, 1],[2, 342],[3, 343],[4, 344],[5, 345],[6, 346],[7, 347],[8, 348],[9, 349],[10, 350],[11, 351],[12, 352],[13, 353],[14, 354],[15, 355],[16, 356],[17, 357],[18, 358],[19, 359],[20, 360],[21, 361],[22, 362],[23, 363],[24, 347],[25, 346],[26, 348],[27, 348],[28, 350],[29, 349],[30, 351],[31, 350],[32, 358],[33, 357],[34, 358],[35, 357],[36, 359],[37, 355],[38, 360]])
1024
+ const n12 = t([[0, 0],[1, 1],[2, 364],[3, 365],[4, 366],[5, 367],[6, 368],[7, 369],[8, 370],[9, 371],[10, 372],[11, 373],[12, 374],[13, 375],[14, 376],[15, 377],[16, 378],[17, 379],[18, 380],[19, 381],[20, 382],[21, 383],[22, 384],[23, 385],[24, 369],[25, 368],[26, 370],[27, 370],[28, 372],[29, 371],[30, 373],[31, 372],[32, 380],[33, 379],[34, 380],[35, 379],[36, 381],[37, 377],[38, 382]])
1025
+ const n13 = t([[0, 0],[1, 1],[2, 386],[3, 387],[4, 388],[5, 389],[6, 390],[7, 391],[8, 392],[9, 393],[10, 394],[11, 395],[12, 396],[13, 397],[14, 398],[15, 399],[16, 400],[17, 401],[18, 402],[19, 403],[20, 404],[21, 405],[22, 406],[23, 407],[24, 391],[25, 390],[26, 392],[27, 392],[28, 394],[29, 393],[30, 395],[31, 394],[32, 402],[33, 401],[34, 402],[35, 401],[36, 403],[37, 399],[38, 404]])
1026
+ const n14 = t([[0, 0],[1, 1],[2, 408],[3, 409],[4, 410],[5, 411],[6, 412],[7, 413],[8, 414],[9, 415],[10, 416],[11, 417],[12, 418],[13, 419],[14, 420],[15, 421],[16, 422],[17, 423],[18, 424],[19, 425],[20, 426],[21, 427],[22, 428],[23, 429],[24, 413],[25, 412],[26, 414],[27, 414],[28, 416],[29, 415],[30, 417],[31, 416],[32, 424],[33, 423],[34, 424],[35, 423],[36, 425],[37, 421],[38, 426]])
1027
+ const n15 = t([[0, 0],[1, 1],[2, 430],[3, 431],[4, 432],[5, 433],[6, 434],[7, 435],[8, 436],[9, 437],[10, 438],[11, 439],[12, 440],[13, 441],[14, 442],[15, 443],[16, 444],[17, 445],[18, 446],[19, 447],[20, 448],[21, 449],[22, 450],[23, 451],[24, 435],[25, 434],[26, 436],[27, 436],[28, 438],[29, 437],[30, 439],[31, 438],[32, 446],[33, 445],[34, 446],[35, 445],[36, 447],[37, 443],[38, 448]])
1028
+ const n16 = t([[0, 16],[1, 9],[2, 156],[3, 157],[4, 158],[5, 159],[6, 160],[7, 147],[8, 148],[9, 0],[10, 149],[11, 150],[12, 151],[13, 152],[14, 153],[15, 154],[16, 1],[17, 155],[18, 7],[19, 161],[20, 162],[21, 163],[22, 164],[23, 165],[24, 147],[25, 148],[26, 160],[27, 160],[28, 149],[29, 150],[30, 0],[31, 149],[32, 7],[33, 155],[34, 7],[35, 155],[36, 161],[37, 154],[38, 162]])
1029
+ const n17 = t([[0, 16],[1, 9],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 7],[25, 8],[26, 6],[27, 6],[28, 10],[29, 11],[30, 9],[31, 10],[32, 18],[33, 17],[34, 18],[35, 17],[36, 19],[37, 15],[38, 20]])
1030
+ const n18 = t([[0, 16],[1, 9],[2, 452],[3, 453],[4, 454],[5, 455],[6, 456],[7, 18],[8, 457],[9, 458],[10, 151],[11, 459],[12, 152],[13, 460],[14, 461],[15, 271],[16, 462],[17, 463],[18, 266],[19, 464],[20, 465],[21, 466],[22, 467],[23, 468],[24, 18],[25, 457],[26, 456],[27, 456],[28, 151],[29, 459],[30, 458],[31, 151],[32, 266],[33, 463],[34, 266],[35, 463],[36, 464],[37, 271],[38, 465]])
1031
+ const n19 = t([[0, 16],[1, 9],[2, 469],[3, 470],[4, 471],[5, 472],[6, 473],[7, 474],[8, 475],[9, 476],[10, 477],[11, 478],[12, 479],[13, 480],[14, 481],[15, 290],[16, 482],[17, 483],[18, 484],[19, 485],[20, 486],[21, 487],[22, 488],[23, 489],[24, 474],[25, 475],[26, 473],[27, 473],[28, 477],[29, 478],[30, 476],[31, 477],[32, 484],[33, 483],[34, 484],[35, 483],[36, 485],[37, 290],[38, 486]])
1032
+ const n20 = t([[0, 16],[1, 9],[2, 490],[3, 491],[4, 492],[5, 493],[6, 494],[7, 495],[8, 496],[9, 497],[10, 498],[11, 499],[12, 500],[13, 501],[14, 502],[15, 312],[16, 503],[17, 504],[18, 505],[19, 506],[20, 507],[21, 508],[22, 509],[23, 510],[24, 495],[25, 496],[26, 494],[27, 494],[28, 498],[29, 499],[30, 497],[31, 498],[32, 505],[33, 504],[34, 505],[35, 504],[36, 506],[37, 312],[38, 507]])
1033
+ const n21 = t([[0, 16],[1, 9],[2, 511],[3, 512],[4, 513],[5, 514],[6, 515],[7, 516],[8, 517],[9, 518],[10, 519],[11, 520],[12, 521],[13, 522],[14, 523],[15, 333],[16, 524],[17, 525],[18, 526],[19, 527],[20, 528],[21, 529],[22, 530],[23, 531],[24, 516],[25, 517],[26, 515],[27, 515],[28, 519],[29, 520],[30, 518],[31, 519],[32, 526],[33, 525],[34, 526],[35, 525],[36, 527],[37, 333],[38, 528]])
1034
+ const n22 = t([[0, 16],[1, 9],[2, 532],[3, 533],[4, 534],[5, 535],[6, 536],[7, 537],[8, 538],[9, 539],[10, 540],[11, 541],[12, 542],[13, 543],[14, 544],[15, 355],[16, 545],[17, 546],[18, 547],[19, 548],[20, 549],[21, 550],[22, 551],[23, 552],[24, 537],[25, 538],[26, 536],[27, 536],[28, 540],[29, 541],[30, 539],[31, 540],[32, 547],[33, 546],[34, 547],[35, 546],[36, 548],[37, 355],[38, 549]])
1035
+ const n23 = t([[0, 16],[1, 9],[2, 553],[3, 554],[4, 555],[5, 556],[6, 557],[7, 558],[8, 559],[9, 560],[10, 561],[11, 562],[12, 563],[13, 564],[14, 565],[15, 377],[16, 566],[17, 567],[18, 568],[19, 569],[20, 570],[21, 571],[22, 572],[23, 573],[24, 558],[25, 559],[26, 557],[27, 557],[28, 561],[29, 562],[30, 560],[31, 561],[32, 568],[33, 567],[34, 568],[35, 567],[36, 569],[37, 377],[38, 570]])
1036
+ const n24 = t([[0, 16],[1, 9],[2, 574],[3, 575],[4, 576],[5, 577],[6, 578],[7, 579],[8, 580],[9, 581],[10, 582],[11, 583],[12, 584],[13, 585],[14, 586],[15, 399],[16, 587],[17, 588],[18, 589],[19, 590],[20, 591],[21, 592],[22, 593],[23, 594],[24, 579],[25, 580],[26, 578],[27, 578],[28, 582],[29, 583],[30, 581],[31, 582],[32, 589],[33, 588],[34, 589],[35, 588],[36, 590],[37, 399],[38, 591]])
1037
+ const n25 = t([[0, 16],[1, 9],[2, 595],[3, 596],[4, 597],[5, 598],[6, 599],[7, 600],[8, 601],[9, 602],[10, 603],[11, 604],[12, 605],[13, 606],[14, 607],[15, 421],[16, 608],[17, 609],[18, 610],[19, 611],[20, 612],[21, 613],[22, 614],[23, 615],[24, 600],[25, 601],[26, 599],[27, 599],[28, 603],[29, 604],[30, 602],[31, 603],[32, 610],[33, 609],[34, 610],[35, 609],[36, 611],[37, 421],[38, 612]])
1038
+ const n26 = t([[0, 16],[1, 9],[2, 616],[3, 617],[4, 618],[5, 619],[6, 620],[7, 621],[8, 622],[9, 623],[10, 624],[11, 625],[12, 626],[13, 627],[14, 628],[15, 629],[16, 630],[17, 631],[18, 632],[19, 633],[20, 634],[21, 635],[22, 636],[23, 637],[24, 621],[25, 622],[26, 620],[27, 620],[28, 624],[29, 625],[30, 623],[31, 624],[32, 632],[33, 631],[34, 632],[35, 631],[36, 633],[37, 629],[38, 634]])
1039
+ const n27 = t([[32, 17],[33, 16],[34, 17],[35, 16]])
1040
+ const n28 = t([[32, 16],[33, 15],[34, 16],[35, 15]])
1041
+ const n29 = t([[24, 8],[25, 7],[26, 9],[27, 9],[28, 11],[29, 10],[31, 11],[30, 12]])
1042
+ const n30 = t([[24, 9],[25, 8],[26, 10],[27, 10],[28, 12],[29, 11],[31, 12],[30, 13]])
1043
+ const n31 = t([[24, 10],[25, 9],[26, 11],[27, 11],[28, 13],[29, 12],[31, 13],[30, 14]])
1044
+ const n32 = t([[32, 155],[33, 1],[34, 155],[35, 1]])
1045
+ const n33 = t([[32, 1],[33, 154],[34, 1],[35, 154]])
1046
+ const n34 = t([[24, 148],[25, 0],[26, 147],[27, 147],[28, 150],[29, 151],[31, 150],[30, 149]])
1047
+ const n35 = t([[24, 0],[25, 149],[26, 148],[27, 148],[28, 151],[29, 152],[31, 151],[30, 150]])
1048
+ const n36 = t([[24, 149],[25, 150],[26, 0],[27, 0],[28, 152],[29, 153],[31, 152],[30, 151]])
1049
+ const n37 = t([[24, 148],[25, 147],[26, 0],[27, 0],[28, 150],[29, 149],[31, 150],[30, 151]])
1050
+ const n38 = t([[24, 0],[25, 148],[26, 149],[27, 149],[28, 151],[29, 150],[31, 151],[30, 152]])
1051
+ const n39 = t([[24, 149],[25, 0],[26, 150],[27, 150],[28, 152],[29, 151],[31, 152],[30, 153]])
1052
+ const n40 = t([[32, 271],[33, 270],[34, 271],[35, 270]])
1053
+ const n41 = t([[32, 270],[33, 15],[34, 270],[35, 15]])
1054
+ const n42 = t([[24, 8],[25, 264],[26, 265],[27, 265],[28, 267],[29, 266],[31, 267],[30, 13]])
1055
+ const n43 = t([[24, 265],[25, 8],[26, 266],[27, 266],[28, 13],[29, 267],[31, 13],[30, 268]])
1056
+ const n44 = t([[24, 266],[25, 265],[26, 267],[27, 267],[28, 268],[29, 13],[31, 268],[30, 269]])
1057
+ const n45 = t([[32, 292],[33, 291],[34, 292],[35, 291]])
1058
+ const n46 = t([[32, 291],[33, 290],[34, 291],[35, 290]])
1059
+ const n47 = t([[24, 283],[25, 282],[26, 284],[27, 284],[28, 286],[29, 285],[31, 286],[30, 287]])
1060
+ const n48 = t([[24, 284],[25, 283],[26, 285],[27, 285],[28, 287],[29, 286],[31, 287],[30, 288]])
1061
+ const n49 = t([[24, 285],[25, 284],[26, 286],[27, 286],[28, 288],[29, 287],[31, 288],[30, 289]])
1062
+ const n50 = t([[32, 314],[33, 313],[34, 314],[35, 313]])
1063
+ const n51 = t([[32, 313],[33, 312],[34, 313],[35, 312]])
1064
+ const n52 = t([[24, 305],[25, 304],[26, 306],[27, 306],[28, 308],[29, 307],[31, 308],[30, 309]])
1065
+ const n53 = t([[24, 306],[25, 305],[26, 307],[27, 307],[28, 309],[29, 308],[31, 309],[30, 310]])
1066
+ const n54 = t([[24, 307],[25, 306],[26, 308],[27, 308],[28, 310],[29, 309],[31, 310],[30, 311]])
1067
+ const n55 = t([[32, 335],[33, 334],[34, 335],[35, 334]])
1068
+ const n56 = t([[32, 334],[33, 333],[34, 334],[35, 333]])
1069
+ const n57 = t([[24, 326],[25, 326],[26, 327],[27, 327],[28, 329],[29, 328],[31, 329],[30, 330]])
1070
+ const n58 = t([[24, 327],[25, 326],[26, 328],[27, 328],[28, 330],[29, 329],[31, 330],[30, 331]])
1071
+ const n59 = t([[24, 328],[25, 327],[26, 329],[27, 329],[28, 331],[29, 330],[31, 331],[30, 332]])
1072
+ const n60 = t([[32, 357],[33, 356],[34, 357],[35, 356]])
1073
+ const n61 = t([[32, 356],[33, 355],[34, 356],[35, 355]])
1074
+ const n62 = t([[24, 348],[25, 347],[26, 349],[27, 349],[28, 351],[29, 350],[31, 351],[30, 352]])
1075
+ const n63 = t([[24, 349],[25, 348],[26, 350],[27, 350],[28, 352],[29, 351],[31, 352],[30, 353]])
1076
+ const n64 = t([[24, 350],[25, 349],[26, 351],[27, 351],[28, 353],[29, 352],[31, 353],[30, 354]])
1077
+ const n65 = t([[32, 379],[33, 378],[34, 379],[35, 378]])
1078
+ const n66 = t([[32, 378],[33, 377],[34, 378],[35, 377]])
1079
+ const n67 = t([[24, 370],[25, 369],[26, 371],[27, 371],[28, 373],[29, 372],[31, 373],[30, 374]])
1080
+ const n68 = t([[24, 371],[25, 370],[26, 372],[27, 372],[28, 374],[29, 373],[31, 374],[30, 375]])
1081
+ const n69 = t([[24, 372],[25, 371],[26, 373],[27, 373],[28, 375],[29, 374],[31, 375],[30, 376]])
1082
+ const n70 = t([[32, 401],[33, 400],[34, 401],[35, 400]])
1083
+ const n71 = t([[32, 400],[33, 399],[34, 400],[35, 399]])
1084
+ const n72 = t([[24, 392],[25, 391],[26, 393],[27, 393],[28, 395],[29, 394],[31, 395],[30, 396]])
1085
+ const n73 = t([[24, 393],[25, 392],[26, 394],[27, 394],[28, 396],[29, 395],[31, 396],[30, 397]])
1086
+ const n74 = t([[24, 394],[25, 393],[26, 395],[27, 395],[28, 397],[29, 396],[31, 397],[30, 398]])
1087
+ const n75 = t([[32, 423],[33, 422],[34, 423],[35, 422]])
1088
+ const n76 = t([[32, 422],[33, 421],[34, 422],[35, 421]])
1089
+ const n77 = t([[24, 414],[25, 413],[26, 415],[27, 415],[28, 417],[29, 416],[31, 417],[30, 418]])
1090
+ const n78 = t([[24, 415],[25, 414],[26, 416],[27, 416],[28, 418],[29, 417],[31, 418],[30, 419]])
1091
+ const n79 = t([[24, 416],[25, 415],[26, 417],[27, 417],[28, 419],[29, 418],[31, 419],[30, 420]])
1092
+ const n80 = t([[32, 445],[33, 444],[34, 445],[35, 444]])
1093
+ const n81 = t([[32, 444],[33, 443],[34, 444],[35, 443]])
1094
+ const n82 = t([[24, 436],[25, 435],[26, 437],[27, 437],[28, 439],[29, 438],[31, 439],[30, 440]])
1095
+ const n83 = t([[24, 437],[25, 436],[26, 438],[27, 438],[28, 440],[29, 439],[31, 440],[30, 441]])
1096
+ const n84 = t([[24, 438],[25, 437],[26, 439],[27, 439],[28, 441],[29, 440],[31, 441],[30, 442]])
1097
+ const n85 = t([[24, 8],[25, 9],[26, 7],[27, 7],[28, 11],[29, 12],[31, 11],[30, 10]])
1098
+ const n86 = t([[24, 9],[25, 10],[26, 8],[27, 8],[28, 12],[29, 13],[31, 12],[30, 11]])
1099
+ const n87 = t([[24, 10],[25, 11],[26, 9],[27, 9],[28, 13],[29, 14],[31, 13],[30, 12]])
1100
+ const n88 = t([[32, 463],[33, 462],[34, 463],[35, 462]])
1101
+ const n89 = t([[32, 462],[33, 271],[34, 462],[35, 271]])
1102
+ const n90 = t([[24, 457],[25, 458],[26, 18],[27, 18],[28, 459],[29, 152],[31, 459],[30, 151]])
1103
+ const n91 = t([[24, 458],[25, 151],[26, 457],[27, 457],[28, 152],[29, 460],[31, 152],[30, 459]])
1104
+ const n92 = t([[24, 151],[25, 459],[26, 458],[27, 458],[28, 460],[29, 461],[31, 460],[30, 152]])
1105
+ const n93 = t([[32, 483],[33, 482],[34, 483],[35, 482]])
1106
+ const n94 = t([[32, 482],[33, 290],[34, 482],[35, 290]])
1107
+ const n95 = t([[24, 475],[25, 476],[26, 474],[27, 474],[28, 478],[29, 479],[31, 478],[30, 477]])
1108
+ const n96 = t([[24, 476],[25, 477],[26, 475],[27, 475],[28, 479],[29, 480],[31, 479],[30, 478]])
1109
+ const n97 = t([[24, 477],[25, 478],[26, 476],[27, 476],[28, 480],[29, 481],[31, 480],[30, 479]])
1110
+ const n98 = t([[32, 504],[33, 503],[34, 504],[35, 503]])
1111
+ const n99 = t([[32, 503],[33, 312],[34, 503],[35, 312]])
1112
+ const n100 = t([[24, 496],[25, 497],[26, 495],[27, 495],[28, 499],[29, 500],[31, 499],[30, 498]])
1113
+ const n101 = t([[24, 497],[25, 498],[26, 496],[27, 496],[28, 500],[29, 501],[31, 500],[30, 499]])
1114
+ const n102 = t([[24, 498],[25, 499],[26, 497],[27, 497],[28, 501],[29, 502],[31, 501],[30, 500]])
1115
+ const n103 = t([[32, 525],[33, 524],[34, 525],[35, 524]])
1116
+ const n104 = t([[32, 524],[33, 333],[34, 524],[35, 333]])
1117
+ const n105 = t([[24, 517],[25, 518],[26, 516],[27, 516],[28, 520],[29, 521],[31, 520],[30, 519]])
1118
+ const n106 = t([[24, 518],[25, 519],[26, 517],[27, 517],[28, 521],[29, 522],[31, 521],[30, 520]])
1119
+ const n107 = t([[24, 519],[25, 520],[26, 518],[27, 518],[28, 522],[29, 523],[31, 522],[30, 521]])
1120
+ const n108 = t([[32, 546],[33, 545],[34, 546],[35, 545]])
1121
+ const n109 = t([[32, 545],[33, 355],[34, 545],[35, 355]])
1122
+ const n110 = t([[24, 538],[25, 539],[26, 537],[27, 537],[28, 541],[29, 542],[31, 541],[30, 540]])
1123
+ const n111 = t([[24, 539],[25, 540],[26, 538],[27, 538],[28, 542],[29, 543],[31, 542],[30, 541]])
1124
+ const n112 = t([[24, 540],[25, 541],[26, 539],[27, 539],[28, 543],[29, 544],[31, 543],[30, 542]])
1125
+ const n113 = t([[32, 567],[33, 566],[34, 567],[35, 566]])
1126
+ const n114 = t([[32, 566],[33, 377],[34, 566],[35, 377]])
1127
+ const n115 = t([[24, 559],[25, 560],[26, 558],[27, 558],[28, 562],[29, 563],[31, 562],[30, 561]])
1128
+ const n116 = t([[24, 560],[25, 561],[26, 559],[27, 559],[28, 563],[29, 564],[31, 563],[30, 562]])
1129
+ const n117 = t([[24, 561],[25, 562],[26, 560],[27, 560],[28, 564],[29, 565],[31, 564],[30, 563]])
1130
+ const n118 = t([[32, 588],[33, 587],[34, 588],[35, 587]])
1131
+ const n119 = t([[32, 587],[33, 399],[34, 587],[35, 399]])
1132
+ const n120 = t([[24, 580],[25, 581],[26, 579],[27, 579],[28, 583],[29, 584],[31, 583],[30, 582]])
1133
+ const n121 = t([[24, 581],[25, 582],[26, 580],[27, 580],[28, 584],[29, 585],[31, 584],[30, 583]])
1134
+ const n122 = t([[24, 582],[25, 583],[26, 581],[27, 581],[28, 585],[29, 586],[31, 585],[30, 584]])
1135
+ const n123 = t([[32, 609],[33, 608],[34, 609],[35, 608]])
1136
+ const n124 = t([[32, 608],[33, 421],[34, 608],[35, 421]])
1137
+ const n125 = t([[24, 601],[25, 602],[26, 600],[27, 600],[28, 604],[29, 605],[31, 604],[30, 603]])
1138
+ const n126 = t([[24, 602],[25, 603],[26, 601],[27, 601],[28, 605],[29, 606],[31, 605],[30, 604]])
1139
+ const n127 = t([[24, 603],[25, 604],[26, 602],[27, 602],[28, 606],[29, 607],[31, 606],[30, 605]])
1140
+ const n128 = t([[32, 631],[33, 630],[34, 631],[35, 630]])
1141
+ const n129 = t([[32, 630],[33, 629],[34, 630],[35, 629]])
1142
+ const n130 = t([[24, 622],[25, 623],[26, 621],[27, 621],[28, 625],[29, 626],[31, 625],[30, 624]])
1143
+ const n131 = t([[24, 623],[25, 624],[26, 622],[27, 622],[28, 626],[29, 627],[31, 626],[30, 625]])
1144
+ const n132 = t([[24, 624],[25, 625],[26, 623],[27, 623],[28, 627],[29, 628],[31, 627],[30, 626]])
1145
+ const n133 = t([[0, 1],[1, 0],[2, 19],[3, 20],[4, 21],[5, 22],[6, 23],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 3],[21, 4],[22, 5],[23, 6],[24, 18],[25, 23],[26, 17],[27, 17],[28, 15],[29, 16],[30, 14],[31, 15],[32, 7],[33, 8],[34, 7],[35, 8],[36, 2],[37, 10],[38, 3]])
1146
+ const n134 = t([[0, 9],[1, 16],[2, 161],[3, 162],[4, 163],[5, 164],[6, 165],[7, 7],[8, 155],[9, 1],[10, 154],[11, 153],[12, 152],[13, 151],[14, 150],[15, 149],[16, 0],[17, 148],[18, 147],[19, 156],[20, 157],[21, 158],[22, 159],[23, 160],[24, 7],[25, 155],[26, 165],[27, 165],[28, 154],[29, 153],[30, 1],[31, 154],[32, 147],[33, 148],[34, 147],[35, 148],[36, 156],[37, 149],[38, 157]])
1147
+ const n135 = t([[0, 1],[1, 0],[2, 161],[3, 162],[4, 163],[5, 164],[6, 165],[7, 7],[8, 155],[9, 1],[10, 154],[11, 153],[12, 152],[13, 151],[14, 150],[15, 149],[16, 0],[17, 148],[18, 147],[19, 156],[20, 157],[21, 158],[22, 159],[23, 160],[24, 7],[25, 165],[26, 155],[27, 155],[28, 154],[29, 1],[30, 153],[31, 154],[32, 147],[33, 148],[34, 147],[35, 148],[36, 156],[37, 149],[38, 157]])
1148
+ const n136 = t([[0, 1],[1, 0],[2, 272],[3, 273],[4, 274],[5, 275],[6, 276],[7, 18],[8, 271],[9, 270],[10, 15],[11, 269],[12, 268],[13, 13],[14, 267],[15, 266],[16, 265],[17, 8],[18, 264],[19, 259],[20, 260],[21, 261],[22, 262],[23, 263],[24, 18],[25, 276],[26, 271],[27, 271],[28, 15],[29, 270],[30, 269],[31, 15],[32, 264],[33, 8],[34, 264],[35, 8],[36, 259],[37, 266],[38, 260]])
1149
+ const n137 = t([[0, 1],[1, 0],[2, 294],[3, 295],[4, 296],[5, 297],[6, 298],[7, 293],[8, 292],[9, 291],[10, 290],[11, 289],[12, 288],[13, 287],[14, 286],[15, 285],[16, 284],[17, 283],[18, 282],[19, 277],[20, 278],[21, 279],[22, 280],[23, 281],[24, 293],[25, 298],[26, 292],[27, 292],[28, 290],[29, 291],[30, 289],[31, 290],[32, 282],[33, 283],[34, 282],[35, 283],[36, 277],[37, 285],[38, 278]])
1150
+ const n138 = t([[0, 1],[1, 0],[2, 316],[3, 317],[4, 318],[5, 319],[6, 320],[7, 315],[8, 314],[9, 313],[10, 312],[11, 311],[12, 310],[13, 309],[14, 308],[15, 307],[16, 306],[17, 305],[18, 304],[19, 299],[20, 300],[21, 301],[22, 302],[23, 303],[24, 315],[25, 320],[26, 314],[27, 314],[28, 312],[29, 313],[30, 311],[31, 312],[32, 304],[33, 305],[34, 304],[35, 305],[36, 299],[37, 307],[38, 300]])
1151
+ const n139 = t([[0, 1],[1, 0],[2, 337],[3, 338],[4, 339],[5, 340],[6, 341],[7, 336],[8, 335],[9, 334],[10, 333],[11, 332],[12, 331],[13, 330],[14, 329],[15, 328],[16, 327],[17, 326],[18, 326],[19, 321],[20, 322],[21, 323],[22, 324],[23, 325],[24, 336],[25, 341],[26, 335],[27, 335],[28, 333],[29, 334],[30, 332],[31, 333],[32, 326],[33, 326],[34, 326],[35, 326],[36, 321],[37, 328],[38, 322]])
1152
+ const n140 = t([[0, 1],[1, 0],[2, 359],[3, 360],[4, 361],[5, 362],[6, 363],[7, 358],[8, 357],[9, 356],[10, 355],[11, 354],[12, 353],[13, 352],[14, 351],[15, 350],[16, 349],[17, 348],[18, 347],[19, 342],[20, 343],[21, 344],[22, 345],[23, 346],[24, 358],[25, 363],[26, 357],[27, 357],[28, 355],[29, 356],[30, 354],[31, 355],[32, 347],[33, 348],[34, 347],[35, 348],[36, 342],[37, 350],[38, 343]])
1153
+ const n141 = t([[0, 1],[1, 0],[2, 381],[3, 382],[4, 383],[5, 384],[6, 385],[7, 380],[8, 379],[9, 378],[10, 377],[11, 376],[12, 375],[13, 374],[14, 373],[15, 372],[16, 371],[17, 370],[18, 369],[19, 364],[20, 365],[21, 366],[22, 367],[23, 368],[24, 380],[25, 385],[26, 379],[27, 379],[28, 377],[29, 378],[30, 376],[31, 377],[32, 369],[33, 370],[34, 369],[35, 370],[36, 364],[37, 372],[38, 365]])
1154
+ const n142 = t([[0, 1],[1, 0],[2, 403],[3, 404],[4, 405],[5, 406],[6, 407],[7, 402],[8, 401],[9, 400],[10, 399],[11, 398],[12, 397],[13, 396],[14, 395],[15, 394],[16, 393],[17, 392],[18, 391],[19, 386],[20, 387],[21, 388],[22, 389],[23, 390],[24, 402],[25, 407],[26, 401],[27, 401],[28, 399],[29, 400],[30, 398],[31, 399],[32, 391],[33, 392],[34, 391],[35, 392],[36, 386],[37, 394],[38, 387]])
1155
+ const n143 = t([[0, 1],[1, 0],[2, 425],[3, 426],[4, 427],[5, 428],[6, 429],[7, 424],[8, 423],[9, 422],[10, 421],[11, 420],[12, 419],[13, 418],[14, 417],[15, 416],[16, 415],[17, 414],[18, 413],[19, 408],[20, 409],[21, 410],[22, 411],[23, 412],[24, 424],[25, 429],[26, 423],[27, 423],[28, 421],[29, 422],[30, 420],[31, 421],[32, 413],[33, 414],[34, 413],[35, 414],[36, 408],[37, 416],[38, 409]])
1156
+ const n144 = t([[0, 1],[1, 0],[2, 447],[3, 448],[4, 449],[5, 450],[6, 451],[7, 446],[8, 445],[9, 444],[10, 443],[11, 442],[12, 441],[13, 440],[14, 439],[15, 438],[16, 437],[17, 436],[18, 435],[19, 430],[20, 431],[21, 432],[22, 433],[23, 434],[24, 446],[25, 451],[26, 445],[27, 445],[28, 443],[29, 444],[30, 442],[31, 443],[32, 435],[33, 436],[34, 435],[35, 436],[36, 430],[37, 438],[38, 431]])
1157
+ const n145 = t([[0, 9],[1, 16],[2, 19],[3, 20],[4, 21],[5, 22],[6, 23],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 3],[21, 4],[22, 5],[23, 6],[24, 18],[25, 17],[26, 23],[27, 23],[28, 15],[29, 14],[30, 16],[31, 15],[32, 7],[33, 8],[34, 7],[35, 8],[36, 2],[37, 10],[38, 3]])
1158
+ const n146 = t([[0, 9],[1, 16],[2, 464],[3, 465],[4, 466],[5, 467],[6, 468],[7, 266],[8, 463],[9, 462],[10, 271],[11, 461],[12, 460],[13, 152],[14, 459],[15, 151],[16, 458],[17, 457],[18, 18],[19, 452],[20, 453],[21, 454],[22, 455],[23, 456],[24, 266],[25, 463],[26, 468],[27, 468],[28, 271],[29, 461],[30, 462],[31, 271],[32, 18],[33, 457],[34, 18],[35, 457],[36, 452],[37, 151],[38, 453]])
1159
+ const n147 = t([[0, 9],[1, 16],[2, 485],[3, 486],[4, 487],[5, 488],[6, 489],[7, 484],[8, 483],[9, 482],[10, 290],[11, 481],[12, 480],[13, 479],[14, 478],[15, 477],[16, 476],[17, 475],[18, 474],[19, 469],[20, 470],[21, 471],[22, 472],[23, 473],[24, 484],[25, 483],[26, 489],[27, 489],[28, 290],[29, 481],[30, 482],[31, 290],[32, 474],[33, 475],[34, 474],[35, 475],[36, 469],[37, 477],[38, 470]])
1160
+ const n148 = t([[0, 9],[1, 16],[2, 506],[3, 507],[4, 508],[5, 509],[6, 510],[7, 505],[8, 504],[9, 503],[10, 312],[11, 502],[12, 501],[13, 500],[14, 499],[15, 498],[16, 497],[17, 496],[18, 495],[19, 490],[20, 491],[21, 492],[22, 493],[23, 494],[24, 505],[25, 504],[26, 510],[27, 510],[28, 312],[29, 502],[30, 503],[31, 312],[32, 495],[33, 496],[34, 495],[35, 496],[36, 490],[37, 498],[38, 491]])
1161
+ const n149 = t([[0, 9],[1, 16],[2, 527],[3, 528],[4, 529],[5, 530],[6, 531],[7, 526],[8, 525],[9, 524],[10, 333],[11, 523],[12, 522],[13, 521],[14, 520],[15, 519],[16, 518],[17, 517],[18, 516],[19, 511],[20, 512],[21, 513],[22, 514],[23, 515],[24, 526],[25, 525],[26, 531],[27, 531],[28, 333],[29, 523],[30, 524],[31, 333],[32, 516],[33, 517],[34, 516],[35, 517],[36, 511],[37, 519],[38, 512]])
1162
+ const n150 = t([[0, 9],[1, 16],[2, 548],[3, 549],[4, 550],[5, 551],[6, 552],[7, 547],[8, 546],[9, 545],[10, 355],[11, 544],[12, 543],[13, 542],[14, 541],[15, 540],[16, 539],[17, 538],[18, 537],[19, 532],[20, 533],[21, 534],[22, 535],[23, 536],[24, 547],[25, 546],[26, 552],[27, 552],[28, 355],[29, 544],[30, 545],[31, 355],[32, 537],[33, 538],[34, 537],[35, 538],[36, 532],[37, 540],[38, 533]])
1163
+ const n151 = t([[0, 9],[1, 16],[2, 569],[3, 570],[4, 571],[5, 572],[6, 573],[7, 568],[8, 567],[9, 566],[10, 377],[11, 565],[12, 564],[13, 563],[14, 562],[15, 561],[16, 560],[17, 559],[18, 558],[19, 553],[20, 554],[21, 555],[22, 556],[23, 557],[24, 568],[25, 567],[26, 573],[27, 573],[28, 377],[29, 565],[30, 566],[31, 377],[32, 558],[33, 559],[34, 558],[35, 559],[36, 553],[37, 561],[38, 554]])
1164
+ const n152 = t([[0, 9],[1, 16],[2, 590],[3, 591],[4, 592],[5, 593],[6, 594],[7, 589],[8, 588],[9, 587],[10, 399],[11, 586],[12, 585],[13, 584],[14, 583],[15, 582],[16, 581],[17, 580],[18, 579],[19, 574],[20, 575],[21, 576],[22, 577],[23, 578],[24, 589],[25, 588],[26, 594],[27, 594],[28, 399],[29, 586],[30, 587],[31, 399],[32, 579],[33, 580],[34, 579],[35, 580],[36, 574],[37, 582],[38, 575]])
1165
+ const n153 = t([[0, 9],[1, 16],[2, 611],[3, 612],[4, 613],[5, 614],[6, 615],[7, 610],[8, 609],[9, 608],[10, 421],[11, 607],[12, 606],[13, 605],[14, 604],[15, 603],[16, 602],[17, 601],[18, 600],[19, 595],[20, 596],[21, 597],[22, 598],[23, 599],[24, 610],[25, 609],[26, 615],[27, 615],[28, 421],[29, 607],[30, 608],[31, 421],[32, 600],[33, 601],[34, 600],[35, 601],[36, 595],[37, 603],[38, 596]])
1166
+ const n154 = t([[0, 9],[1, 16],[2, 633],[3, 634],[4, 635],[5, 636],[6, 637],[7, 632],[8, 631],[9, 630],[10, 629],[11, 628],[12, 627],[13, 626],[14, 625],[15, 624],[16, 623],[17, 622],[18, 621],[19, 616],[20, 617],[21, 618],[22, 619],[23, 620],[24, 632],[25, 631],[26, 637],[27, 637],[28, 629],[29, 628],[30, 630],[31, 629],[32, 621],[33, 622],[34, 621],[35, 622],[36, 616],[37, 624],[38, 617]])
1098
1167
 
1099
1168
  type ThemeNames =
1100
1169
  | 'light'
1101
1170
  | 'dark'
1102
1171
  | 'light_accent'
1103
1172
  | 'dark_accent'
1173
+ | 'light_black'
1174
+ | 'light_white'
1104
1175
  | 'light_gray'
1105
1176
  | 'light_blue'
1106
1177
  | 'light_orange'
@@ -1110,6 +1181,8 @@ type ThemeNames =
1110
1181
  | 'light_purple'
1111
1182
  | 'light_pink'
1112
1183
  | 'light_tan'
1184
+ | 'dark_black'
1185
+ | 'dark_white'
1113
1186
  | 'dark_gray'
1114
1187
  | 'dark_blue'
1115
1188
  | 'dark_orange'
@@ -1120,15 +1193,32 @@ type ThemeNames =
1120
1193
  | 'dark_pink'
1121
1194
  | 'dark_tan'
1122
1195
  | 'light_alt1'
1196
+ | 'light_white_alt1'
1197
+ | 'dark_white_alt1'
1123
1198
  | 'light_alt2'
1199
+ | 'light_white_alt2'
1200
+ | 'dark_white_alt2'
1124
1201
  | 'light_surface1'
1202
+ | 'light_white_surface1'
1125
1203
  | 'light_surface2'
1204
+ | 'light_white_surface2'
1126
1205
  | 'light_surface3'
1206
+ | 'light_white_surface3'
1127
1207
  | 'dark_alt1'
1208
+ | 'light_black_alt1'
1209
+ | 'dark_black_alt1'
1128
1210
  | 'dark_alt2'
1211
+ | 'light_black_alt2'
1212
+ | 'dark_black_alt2'
1129
1213
  | 'dark_surface1'
1214
+ | 'dark_black_surface1'
1130
1215
  | 'dark_surface2'
1216
+ | 'dark_black_surface2'
1131
1217
  | 'dark_surface3'
1218
+ | 'dark_black_surface3'
1219
+ | 'light_black_surface1'
1220
+ | 'light_black_surface2'
1221
+ | 'light_black_surface3'
1132
1222
  | 'light_gray_alt1'
1133
1223
  | 'light_gray_alt2'
1134
1224
  | 'light_gray_surface1'
@@ -1174,6 +1264,9 @@ type ThemeNames =
1174
1264
  | 'light_tan_surface1'
1175
1265
  | 'light_tan_surface2'
1176
1266
  | 'light_tan_surface3'
1267
+ | 'dark_white_surface1'
1268
+ | 'dark_white_surface2'
1269
+ | 'dark_white_surface3'
1177
1270
  | 'dark_gray_alt1'
1178
1271
  | 'dark_gray_alt2'
1179
1272
  | 'dark_gray_surface1'
@@ -1225,482 +1318,578 @@ export const themes: Record<ThemeNames, Theme> = {
1225
1318
  dark: n2,
1226
1319
  light_accent: n3,
1227
1320
  dark_accent: n4,
1228
- light_gray: n5,
1229
- light_blue: n6,
1230
- light_orange: n7,
1231
- light_red: n8,
1232
- light_yellow: n9,
1233
- light_green: n10,
1234
- light_purple: n11,
1235
- light_pink: n12,
1236
- light_tan: n13,
1237
- dark_gray: n14,
1238
- dark_blue: n15,
1239
- dark_orange: n16,
1240
- dark_red: n17,
1241
- dark_yellow: n18,
1242
- dark_green: n19,
1243
- dark_purple: n20,
1244
- dark_pink: n21,
1245
- dark_tan: n22,
1246
- light_alt1: n23,
1247
- light_alt2: n24,
1248
- light_surface1: n25,
1249
- light_ListItem: n25,
1250
- light_SelectTrigger: n25,
1251
- light_Card: n25,
1252
- light_Progress: n25,
1253
- light_TooltipArrow: n25,
1254
- light_SliderTrack: n25,
1255
- light_Input: n25,
1256
- light_TextArea: n25,
1257
- light_surface2: n26,
1258
- light_Checkbox: n26,
1259
- light_Switch: n26,
1260
- light_TooltipContent: n26,
1261
- light_RadioGroupItem: n26,
1262
- light_surface3: n27,
1263
- light_Button: n27,
1264
- light_SliderTrackActive: n27,
1265
- dark_alt1: n28,
1266
- dark_alt2: n29,
1267
- dark_surface1: n30,
1268
- dark_ListItem: n30,
1269
- dark_SelectTrigger: n30,
1270
- dark_Card: n30,
1271
- dark_Progress: n30,
1272
- dark_TooltipArrow: n30,
1273
- dark_SliderTrack: n30,
1274
- dark_Input: n30,
1275
- dark_TextArea: n30,
1276
- dark_surface2: n31,
1277
- dark_Checkbox: n31,
1278
- dark_Switch: n31,
1279
- dark_TooltipContent: n31,
1280
- dark_RadioGroupItem: n31,
1281
- dark_surface3: n32,
1282
- dark_Button: n32,
1283
- dark_SliderTrackActive: n32,
1284
- light_gray_alt1: n33,
1285
- light_gray_alt2: n34,
1286
- light_gray_surface1: n35,
1287
- light_gray_ListItem: n35,
1288
- light_gray_SelectTrigger: n35,
1289
- light_gray_Card: n35,
1290
- light_gray_Progress: n35,
1291
- light_gray_TooltipArrow: n35,
1292
- light_gray_SliderTrack: n35,
1293
- light_gray_Input: n35,
1294
- light_gray_TextArea: n35,
1295
- light_gray_surface2: n36,
1296
- light_gray_Checkbox: n36,
1297
- light_gray_Switch: n36,
1298
- light_gray_TooltipContent: n36,
1299
- light_gray_RadioGroupItem: n36,
1300
- light_gray_surface3: n37,
1301
- light_gray_Button: n37,
1302
- light_gray_SliderTrackActive: n37,
1303
- light_blue_alt1: n38,
1304
- light_blue_alt2: n39,
1305
- light_blue_surface1: n40,
1306
- light_blue_ListItem: n40,
1307
- light_blue_SelectTrigger: n40,
1308
- light_blue_Card: n40,
1309
- light_blue_Progress: n40,
1310
- light_blue_TooltipArrow: n40,
1311
- light_blue_SliderTrack: n40,
1312
- light_blue_Input: n40,
1313
- light_blue_TextArea: n40,
1314
- light_blue_surface2: n41,
1315
- light_blue_Checkbox: n41,
1316
- light_blue_Switch: n41,
1317
- light_blue_TooltipContent: n41,
1318
- light_blue_RadioGroupItem: n41,
1319
- light_blue_surface3: n42,
1320
- light_blue_Button: n42,
1321
- light_blue_SliderTrackActive: n42,
1322
- light_orange_alt1: n43,
1323
- light_orange_alt2: n44,
1324
- light_orange_surface1: n45,
1325
- light_orange_ListItem: n45,
1326
- light_orange_SelectTrigger: n45,
1327
- light_orange_Card: n45,
1328
- light_orange_Progress: n45,
1329
- light_orange_TooltipArrow: n45,
1330
- light_orange_SliderTrack: n45,
1331
- light_orange_Input: n45,
1332
- light_orange_TextArea: n45,
1333
- light_orange_surface2: n46,
1334
- light_orange_Checkbox: n46,
1335
- light_orange_Switch: n46,
1336
- light_orange_TooltipContent: n46,
1337
- light_orange_RadioGroupItem: n46,
1338
- light_orange_surface3: n47,
1339
- light_orange_Button: n47,
1340
- light_orange_SliderTrackActive: n47,
1341
- light_red_alt1: n48,
1342
- light_red_alt2: n49,
1343
- light_red_surface1: n50,
1344
- light_red_ListItem: n50,
1345
- light_red_SelectTrigger: n50,
1346
- light_red_Card: n50,
1347
- light_red_Progress: n50,
1348
- light_red_TooltipArrow: n50,
1349
- light_red_SliderTrack: n50,
1350
- light_red_Input: n50,
1351
- light_red_TextArea: n50,
1352
- light_red_surface2: n51,
1353
- light_red_Checkbox: n51,
1354
- light_red_Switch: n51,
1355
- light_red_TooltipContent: n51,
1356
- light_red_RadioGroupItem: n51,
1357
- light_red_surface3: n52,
1358
- light_red_Button: n52,
1359
- light_red_SliderTrackActive: n52,
1360
- light_yellow_alt1: n53,
1361
- light_yellow_alt2: n54,
1362
- light_yellow_surface1: n55,
1363
- light_yellow_ListItem: n55,
1364
- light_yellow_SelectTrigger: n55,
1365
- light_yellow_Card: n55,
1366
- light_yellow_Progress: n55,
1367
- light_yellow_TooltipArrow: n55,
1368
- light_yellow_SliderTrack: n55,
1369
- light_yellow_Input: n55,
1370
- light_yellow_TextArea: n55,
1371
- light_yellow_surface2: n56,
1372
- light_yellow_Checkbox: n56,
1373
- light_yellow_Switch: n56,
1374
- light_yellow_TooltipContent: n56,
1375
- light_yellow_RadioGroupItem: n56,
1376
- light_yellow_surface3: n57,
1377
- light_yellow_Button: n57,
1378
- light_yellow_SliderTrackActive: n57,
1379
- light_green_alt1: n58,
1380
- light_green_alt2: n59,
1381
- light_green_surface1: n60,
1382
- light_green_ListItem: n60,
1383
- light_green_SelectTrigger: n60,
1384
- light_green_Card: n60,
1385
- light_green_Progress: n60,
1386
- light_green_TooltipArrow: n60,
1387
- light_green_SliderTrack: n60,
1388
- light_green_Input: n60,
1389
- light_green_TextArea: n60,
1390
- light_green_surface2: n61,
1391
- light_green_Checkbox: n61,
1392
- light_green_Switch: n61,
1393
- light_green_TooltipContent: n61,
1394
- light_green_RadioGroupItem: n61,
1395
- light_green_surface3: n62,
1396
- light_green_Button: n62,
1397
- light_green_SliderTrackActive: n62,
1398
- light_purple_alt1: n63,
1399
- light_purple_alt2: n64,
1400
- light_purple_surface1: n65,
1401
- light_purple_ListItem: n65,
1402
- light_purple_SelectTrigger: n65,
1403
- light_purple_Card: n65,
1404
- light_purple_Progress: n65,
1405
- light_purple_TooltipArrow: n65,
1406
- light_purple_SliderTrack: n65,
1407
- light_purple_Input: n65,
1408
- light_purple_TextArea: n65,
1409
- light_purple_surface2: n66,
1410
- light_purple_Checkbox: n66,
1411
- light_purple_Switch: n66,
1412
- light_purple_TooltipContent: n66,
1413
- light_purple_RadioGroupItem: n66,
1414
- light_purple_surface3: n67,
1415
- light_purple_Button: n67,
1416
- light_purple_SliderTrackActive: n67,
1417
- light_pink_alt1: n68,
1418
- light_pink_alt2: n69,
1419
- light_pink_surface1: n70,
1420
- light_pink_ListItem: n70,
1421
- light_pink_SelectTrigger: n70,
1422
- light_pink_Card: n70,
1423
- light_pink_Progress: n70,
1424
- light_pink_TooltipArrow: n70,
1425
- light_pink_SliderTrack: n70,
1426
- light_pink_Input: n70,
1427
- light_pink_TextArea: n70,
1428
- light_pink_surface2: n71,
1429
- light_pink_Checkbox: n71,
1430
- light_pink_Switch: n71,
1431
- light_pink_TooltipContent: n71,
1432
- light_pink_RadioGroupItem: n71,
1433
- light_pink_surface3: n72,
1434
- light_pink_Button: n72,
1435
- light_pink_SliderTrackActive: n72,
1436
- light_tan_alt1: n73,
1437
- light_tan_alt2: n74,
1438
- light_tan_surface1: n75,
1439
- light_tan_ListItem: n75,
1440
- light_tan_SelectTrigger: n75,
1441
- light_tan_Card: n75,
1442
- light_tan_Progress: n75,
1443
- light_tan_TooltipArrow: n75,
1444
- light_tan_SliderTrack: n75,
1445
- light_tan_Input: n75,
1446
- light_tan_TextArea: n75,
1447
- light_tan_surface2: n76,
1448
- light_tan_Checkbox: n76,
1449
- light_tan_Switch: n76,
1450
- light_tan_TooltipContent: n76,
1451
- light_tan_RadioGroupItem: n76,
1452
- light_tan_surface3: n77,
1453
- light_tan_Button: n77,
1454
- light_tan_SliderTrackActive: n77,
1455
- dark_gray_alt1: n78,
1456
- dark_gray_alt2: n79,
1457
- dark_gray_surface1: n80,
1458
- dark_gray_ListItem: n80,
1459
- dark_gray_SelectTrigger: n80,
1460
- dark_gray_Card: n80,
1461
- dark_gray_Progress: n80,
1462
- dark_gray_TooltipArrow: n80,
1463
- dark_gray_SliderTrack: n80,
1464
- dark_gray_Input: n80,
1465
- dark_gray_TextArea: n80,
1466
- dark_gray_surface2: n81,
1467
- dark_gray_Checkbox: n81,
1468
- dark_gray_Switch: n81,
1469
- dark_gray_TooltipContent: n81,
1470
- dark_gray_RadioGroupItem: n81,
1471
- dark_gray_surface3: n82,
1472
- dark_gray_Button: n82,
1473
- dark_gray_SliderTrackActive: n82,
1474
- dark_blue_alt1: n83,
1475
- dark_blue_alt2: n84,
1476
- dark_blue_surface1: n85,
1477
- dark_blue_ListItem: n85,
1478
- dark_blue_SelectTrigger: n85,
1479
- dark_blue_Card: n85,
1480
- dark_blue_Progress: n85,
1481
- dark_blue_TooltipArrow: n85,
1482
- dark_blue_SliderTrack: n85,
1483
- dark_blue_Input: n85,
1484
- dark_blue_TextArea: n85,
1485
- dark_blue_surface2: n86,
1486
- dark_blue_Checkbox: n86,
1487
- dark_blue_Switch: n86,
1488
- dark_blue_TooltipContent: n86,
1489
- dark_blue_RadioGroupItem: n86,
1490
- dark_blue_surface3: n87,
1491
- dark_blue_Button: n87,
1492
- dark_blue_SliderTrackActive: n87,
1493
- dark_orange_alt1: n88,
1494
- dark_orange_alt2: n89,
1495
- dark_orange_surface1: n90,
1496
- dark_orange_ListItem: n90,
1497
- dark_orange_SelectTrigger: n90,
1498
- dark_orange_Card: n90,
1499
- dark_orange_Progress: n90,
1500
- dark_orange_TooltipArrow: n90,
1501
- dark_orange_SliderTrack: n90,
1502
- dark_orange_Input: n90,
1503
- dark_orange_TextArea: n90,
1504
- dark_orange_surface2: n91,
1505
- dark_orange_Checkbox: n91,
1506
- dark_orange_Switch: n91,
1507
- dark_orange_TooltipContent: n91,
1508
- dark_orange_RadioGroupItem: n91,
1509
- dark_orange_surface3: n92,
1510
- dark_orange_Button: n92,
1511
- dark_orange_SliderTrackActive: n92,
1512
- dark_red_alt1: n93,
1513
- dark_red_alt2: n94,
1514
- dark_red_surface1: n95,
1515
- dark_red_ListItem: n95,
1516
- dark_red_SelectTrigger: n95,
1517
- dark_red_Card: n95,
1518
- dark_red_Progress: n95,
1519
- dark_red_TooltipArrow: n95,
1520
- dark_red_SliderTrack: n95,
1521
- dark_red_Input: n95,
1522
- dark_red_TextArea: n95,
1523
- dark_red_surface2: n96,
1524
- dark_red_Checkbox: n96,
1525
- dark_red_Switch: n96,
1526
- dark_red_TooltipContent: n96,
1527
- dark_red_RadioGroupItem: n96,
1528
- dark_red_surface3: n97,
1529
- dark_red_Button: n97,
1530
- dark_red_SliderTrackActive: n97,
1531
- dark_yellow_alt1: n98,
1532
- dark_yellow_alt2: n99,
1533
- dark_yellow_surface1: n100,
1534
- dark_yellow_ListItem: n100,
1535
- dark_yellow_SelectTrigger: n100,
1536
- dark_yellow_Card: n100,
1537
- dark_yellow_Progress: n100,
1538
- dark_yellow_TooltipArrow: n100,
1539
- dark_yellow_SliderTrack: n100,
1540
- dark_yellow_Input: n100,
1541
- dark_yellow_TextArea: n100,
1542
- dark_yellow_surface2: n101,
1543
- dark_yellow_Checkbox: n101,
1544
- dark_yellow_Switch: n101,
1545
- dark_yellow_TooltipContent: n101,
1546
- dark_yellow_RadioGroupItem: n101,
1547
- dark_yellow_surface3: n102,
1548
- dark_yellow_Button: n102,
1549
- dark_yellow_SliderTrackActive: n102,
1550
- dark_green_alt1: n103,
1551
- dark_green_alt2: n104,
1552
- dark_green_surface1: n105,
1553
- dark_green_ListItem: n105,
1554
- dark_green_SelectTrigger: n105,
1555
- dark_green_Card: n105,
1556
- dark_green_Progress: n105,
1557
- dark_green_TooltipArrow: n105,
1558
- dark_green_SliderTrack: n105,
1559
- dark_green_Input: n105,
1560
- dark_green_TextArea: n105,
1561
- dark_green_surface2: n106,
1562
- dark_green_Checkbox: n106,
1563
- dark_green_Switch: n106,
1564
- dark_green_TooltipContent: n106,
1565
- dark_green_RadioGroupItem: n106,
1566
- dark_green_surface3: n107,
1567
- dark_green_Button: n107,
1568
- dark_green_SliderTrackActive: n107,
1569
- dark_purple_alt1: n108,
1570
- dark_purple_alt2: n109,
1571
- dark_purple_surface1: n110,
1572
- dark_purple_ListItem: n110,
1573
- dark_purple_SelectTrigger: n110,
1574
- dark_purple_Card: n110,
1575
- dark_purple_Progress: n110,
1576
- dark_purple_TooltipArrow: n110,
1577
- dark_purple_SliderTrack: n110,
1578
- dark_purple_Input: n110,
1579
- dark_purple_TextArea: n110,
1580
- dark_purple_surface2: n111,
1581
- dark_purple_Checkbox: n111,
1582
- dark_purple_Switch: n111,
1583
- dark_purple_TooltipContent: n111,
1584
- dark_purple_RadioGroupItem: n111,
1585
- dark_purple_surface3: n112,
1586
- dark_purple_Button: n112,
1587
- dark_purple_SliderTrackActive: n112,
1588
- dark_pink_alt1: n113,
1589
- dark_pink_alt2: n114,
1590
- dark_pink_surface1: n115,
1591
- dark_pink_ListItem: n115,
1592
- dark_pink_SelectTrigger: n115,
1593
- dark_pink_Card: n115,
1594
- dark_pink_Progress: n115,
1595
- dark_pink_TooltipArrow: n115,
1596
- dark_pink_SliderTrack: n115,
1597
- dark_pink_Input: n115,
1598
- dark_pink_TextArea: n115,
1599
- dark_pink_surface2: n116,
1600
- dark_pink_Checkbox: n116,
1601
- dark_pink_Switch: n116,
1602
- dark_pink_TooltipContent: n116,
1603
- dark_pink_RadioGroupItem: n116,
1604
- dark_pink_surface3: n117,
1605
- dark_pink_Button: n117,
1606
- dark_pink_SliderTrackActive: n117,
1607
- dark_tan_alt1: n118,
1608
- dark_tan_alt2: n119,
1609
- dark_tan_surface1: n120,
1610
- dark_tan_ListItem: n120,
1611
- dark_tan_SelectTrigger: n120,
1612
- dark_tan_Card: n120,
1613
- dark_tan_Progress: n120,
1614
- dark_tan_TooltipArrow: n120,
1615
- dark_tan_SliderTrack: n120,
1616
- dark_tan_Input: n120,
1617
- dark_tan_TextArea: n120,
1618
- dark_tan_surface2: n121,
1619
- dark_tan_Checkbox: n121,
1620
- dark_tan_Switch: n121,
1621
- dark_tan_TooltipContent: n121,
1622
- dark_tan_RadioGroupItem: n121,
1623
- dark_tan_surface3: n122,
1624
- dark_tan_Button: n122,
1625
- dark_tan_SliderTrackActive: n122,
1626
- light_SwitchThumb: n123,
1627
- light_SliderThumb: n123,
1628
- light_Tooltip: n123,
1629
- light_ProgressIndicator: n123,
1630
- dark_SwitchThumb: n124,
1631
- dark_SliderThumb: n124,
1632
- dark_Tooltip: n124,
1633
- dark_ProgressIndicator: n124,
1634
- light_gray_SwitchThumb: n125,
1635
- light_gray_SliderThumb: n125,
1636
- light_gray_Tooltip: n125,
1637
- light_gray_ProgressIndicator: n125,
1638
- light_blue_SwitchThumb: n126,
1639
- light_blue_SliderThumb: n126,
1640
- light_blue_Tooltip: n126,
1641
- light_blue_ProgressIndicator: n126,
1642
- light_orange_SwitchThumb: n127,
1643
- light_orange_SliderThumb: n127,
1644
- light_orange_Tooltip: n127,
1645
- light_orange_ProgressIndicator: n127,
1646
- light_red_SwitchThumb: n128,
1647
- light_red_SliderThumb: n128,
1648
- light_red_Tooltip: n128,
1649
- light_red_ProgressIndicator: n128,
1650
- light_yellow_SwitchThumb: n129,
1651
- light_yellow_SliderThumb: n129,
1652
- light_yellow_Tooltip: n129,
1653
- light_yellow_ProgressIndicator: n129,
1654
- light_green_SwitchThumb: n130,
1655
- light_green_SliderThumb: n130,
1656
- light_green_Tooltip: n130,
1657
- light_green_ProgressIndicator: n130,
1658
- light_purple_SwitchThumb: n131,
1659
- light_purple_SliderThumb: n131,
1660
- light_purple_Tooltip: n131,
1661
- light_purple_ProgressIndicator: n131,
1662
- light_pink_SwitchThumb: n132,
1663
- light_pink_SliderThumb: n132,
1664
- light_pink_Tooltip: n132,
1665
- light_pink_ProgressIndicator: n132,
1666
- light_tan_SwitchThumb: n133,
1667
- light_tan_SliderThumb: n133,
1668
- light_tan_Tooltip: n133,
1669
- light_tan_ProgressIndicator: n133,
1670
- dark_gray_SwitchThumb: n134,
1671
- dark_gray_SliderThumb: n134,
1672
- dark_gray_Tooltip: n134,
1673
- dark_gray_ProgressIndicator: n134,
1674
- dark_blue_SwitchThumb: n135,
1675
- dark_blue_SliderThumb: n135,
1676
- dark_blue_Tooltip: n135,
1677
- dark_blue_ProgressIndicator: n135,
1678
- dark_orange_SwitchThumb: n136,
1679
- dark_orange_SliderThumb: n136,
1680
- dark_orange_Tooltip: n136,
1681
- dark_orange_ProgressIndicator: n136,
1682
- dark_red_SwitchThumb: n137,
1683
- dark_red_SliderThumb: n137,
1684
- dark_red_Tooltip: n137,
1685
- dark_red_ProgressIndicator: n137,
1686
- dark_yellow_SwitchThumb: n138,
1687
- dark_yellow_SliderThumb: n138,
1688
- dark_yellow_Tooltip: n138,
1689
- dark_yellow_ProgressIndicator: n138,
1690
- dark_green_SwitchThumb: n139,
1691
- dark_green_SliderThumb: n139,
1692
- dark_green_Tooltip: n139,
1693
- dark_green_ProgressIndicator: n139,
1694
- dark_purple_SwitchThumb: n140,
1695
- dark_purple_SliderThumb: n140,
1696
- dark_purple_Tooltip: n140,
1697
- dark_purple_ProgressIndicator: n140,
1698
- dark_pink_SwitchThumb: n141,
1699
- dark_pink_SliderThumb: n141,
1700
- dark_pink_Tooltip: n141,
1701
- dark_pink_ProgressIndicator: n141,
1702
- dark_tan_SwitchThumb: n142,
1703
- dark_tan_SliderThumb: n142,
1704
- dark_tan_Tooltip: n142,
1705
- dark_tan_ProgressIndicator: n142,
1321
+ light_black: n5,
1322
+ light_white: n6,
1323
+ light_gray: n7,
1324
+ light_blue: n8,
1325
+ light_orange: n9,
1326
+ light_red: n10,
1327
+ light_yellow: n11,
1328
+ light_green: n12,
1329
+ light_purple: n13,
1330
+ light_pink: n14,
1331
+ light_tan: n15,
1332
+ dark_black: n16,
1333
+ dark_white: n17,
1334
+ dark_gray: n18,
1335
+ dark_blue: n19,
1336
+ dark_orange: n20,
1337
+ dark_red: n21,
1338
+ dark_yellow: n22,
1339
+ dark_green: n23,
1340
+ dark_purple: n24,
1341
+ dark_pink: n25,
1342
+ dark_tan: n26,
1343
+ light_alt1: n27,
1344
+ light_white_alt1: n27,
1345
+ dark_white_alt1: n27,
1346
+ light_alt2: n28,
1347
+ light_white_alt2: n28,
1348
+ dark_white_alt2: n28,
1349
+ light_surface1: n29,
1350
+ light_white_surface1: n29,
1351
+ light_ListItem: n29,
1352
+ light_SelectTrigger: n29,
1353
+ light_Card: n29,
1354
+ light_Progress: n29,
1355
+ light_TooltipArrow: n29,
1356
+ light_SliderTrack: n29,
1357
+ light_Input: n29,
1358
+ light_TextArea: n29,
1359
+ light_white_ListItem: n29,
1360
+ light_white_SelectTrigger: n29,
1361
+ light_white_Card: n29,
1362
+ light_white_Progress: n29,
1363
+ light_white_TooltipArrow: n29,
1364
+ light_white_SliderTrack: n29,
1365
+ light_white_Input: n29,
1366
+ light_white_TextArea: n29,
1367
+ light_surface2: n30,
1368
+ light_white_surface2: n30,
1369
+ light_Checkbox: n30,
1370
+ light_Switch: n30,
1371
+ light_TooltipContent: n30,
1372
+ light_RadioGroupItem: n30,
1373
+ light_white_Checkbox: n30,
1374
+ light_white_Switch: n30,
1375
+ light_white_TooltipContent: n30,
1376
+ light_white_RadioGroupItem: n30,
1377
+ light_surface3: n31,
1378
+ light_white_surface3: n31,
1379
+ light_Button: n31,
1380
+ light_SliderTrackActive: n31,
1381
+ light_white_Button: n31,
1382
+ light_white_SliderTrackActive: n31,
1383
+ dark_alt1: n32,
1384
+ light_black_alt1: n32,
1385
+ dark_black_alt1: n32,
1386
+ dark_alt2: n33,
1387
+ light_black_alt2: n33,
1388
+ dark_black_alt2: n33,
1389
+ dark_surface1: n34,
1390
+ dark_black_surface1: n34,
1391
+ dark_ListItem: n34,
1392
+ dark_SelectTrigger: n34,
1393
+ dark_Card: n34,
1394
+ dark_Progress: n34,
1395
+ dark_TooltipArrow: n34,
1396
+ dark_SliderTrack: n34,
1397
+ dark_Input: n34,
1398
+ dark_TextArea: n34,
1399
+ dark_black_ListItem: n34,
1400
+ dark_black_SelectTrigger: n34,
1401
+ dark_black_Card: n34,
1402
+ dark_black_Progress: n34,
1403
+ dark_black_TooltipArrow: n34,
1404
+ dark_black_SliderTrack: n34,
1405
+ dark_black_Input: n34,
1406
+ dark_black_TextArea: n34,
1407
+ dark_surface2: n35,
1408
+ dark_black_surface2: n35,
1409
+ dark_Checkbox: n35,
1410
+ dark_Switch: n35,
1411
+ dark_TooltipContent: n35,
1412
+ dark_RadioGroupItem: n35,
1413
+ dark_black_Checkbox: n35,
1414
+ dark_black_Switch: n35,
1415
+ dark_black_TooltipContent: n35,
1416
+ dark_black_RadioGroupItem: n35,
1417
+ dark_surface3: n36,
1418
+ dark_black_surface3: n36,
1419
+ dark_Button: n36,
1420
+ dark_SliderTrackActive: n36,
1421
+ dark_black_Button: n36,
1422
+ dark_black_SliderTrackActive: n36,
1423
+ light_black_surface1: n37,
1424
+ light_black_ListItem: n37,
1425
+ light_black_SelectTrigger: n37,
1426
+ light_black_Card: n37,
1427
+ light_black_Progress: n37,
1428
+ light_black_TooltipArrow: n37,
1429
+ light_black_SliderTrack: n37,
1430
+ light_black_Input: n37,
1431
+ light_black_TextArea: n37,
1432
+ light_black_surface2: n38,
1433
+ light_black_Checkbox: n38,
1434
+ light_black_Switch: n38,
1435
+ light_black_TooltipContent: n38,
1436
+ light_black_RadioGroupItem: n38,
1437
+ light_black_surface3: n39,
1438
+ light_black_Button: n39,
1439
+ light_black_SliderTrackActive: n39,
1440
+ light_gray_alt1: n40,
1441
+ light_gray_alt2: n41,
1442
+ light_gray_surface1: n42,
1443
+ light_gray_ListItem: n42,
1444
+ light_gray_SelectTrigger: n42,
1445
+ light_gray_Card: n42,
1446
+ light_gray_Progress: n42,
1447
+ light_gray_TooltipArrow: n42,
1448
+ light_gray_SliderTrack: n42,
1449
+ light_gray_Input: n42,
1450
+ light_gray_TextArea: n42,
1451
+ light_gray_surface2: n43,
1452
+ light_gray_Checkbox: n43,
1453
+ light_gray_Switch: n43,
1454
+ light_gray_TooltipContent: n43,
1455
+ light_gray_RadioGroupItem: n43,
1456
+ light_gray_surface3: n44,
1457
+ light_gray_Button: n44,
1458
+ light_gray_SliderTrackActive: n44,
1459
+ light_blue_alt1: n45,
1460
+ light_blue_alt2: n46,
1461
+ light_blue_surface1: n47,
1462
+ light_blue_ListItem: n47,
1463
+ light_blue_SelectTrigger: n47,
1464
+ light_blue_Card: n47,
1465
+ light_blue_Progress: n47,
1466
+ light_blue_TooltipArrow: n47,
1467
+ light_blue_SliderTrack: n47,
1468
+ light_blue_Input: n47,
1469
+ light_blue_TextArea: n47,
1470
+ light_blue_surface2: n48,
1471
+ light_blue_Checkbox: n48,
1472
+ light_blue_Switch: n48,
1473
+ light_blue_TooltipContent: n48,
1474
+ light_blue_RadioGroupItem: n48,
1475
+ light_blue_surface3: n49,
1476
+ light_blue_Button: n49,
1477
+ light_blue_SliderTrackActive: n49,
1478
+ light_orange_alt1: n50,
1479
+ light_orange_alt2: n51,
1480
+ light_orange_surface1: n52,
1481
+ light_orange_ListItem: n52,
1482
+ light_orange_SelectTrigger: n52,
1483
+ light_orange_Card: n52,
1484
+ light_orange_Progress: n52,
1485
+ light_orange_TooltipArrow: n52,
1486
+ light_orange_SliderTrack: n52,
1487
+ light_orange_Input: n52,
1488
+ light_orange_TextArea: n52,
1489
+ light_orange_surface2: n53,
1490
+ light_orange_Checkbox: n53,
1491
+ light_orange_Switch: n53,
1492
+ light_orange_TooltipContent: n53,
1493
+ light_orange_RadioGroupItem: n53,
1494
+ light_orange_surface3: n54,
1495
+ light_orange_Button: n54,
1496
+ light_orange_SliderTrackActive: n54,
1497
+ light_red_alt1: n55,
1498
+ light_red_alt2: n56,
1499
+ light_red_surface1: n57,
1500
+ light_red_ListItem: n57,
1501
+ light_red_SelectTrigger: n57,
1502
+ light_red_Card: n57,
1503
+ light_red_Progress: n57,
1504
+ light_red_TooltipArrow: n57,
1505
+ light_red_SliderTrack: n57,
1506
+ light_red_Input: n57,
1507
+ light_red_TextArea: n57,
1508
+ light_red_surface2: n58,
1509
+ light_red_Checkbox: n58,
1510
+ light_red_Switch: n58,
1511
+ light_red_TooltipContent: n58,
1512
+ light_red_RadioGroupItem: n58,
1513
+ light_red_surface3: n59,
1514
+ light_red_Button: n59,
1515
+ light_red_SliderTrackActive: n59,
1516
+ light_yellow_alt1: n60,
1517
+ light_yellow_alt2: n61,
1518
+ light_yellow_surface1: n62,
1519
+ light_yellow_ListItem: n62,
1520
+ light_yellow_SelectTrigger: n62,
1521
+ light_yellow_Card: n62,
1522
+ light_yellow_Progress: n62,
1523
+ light_yellow_TooltipArrow: n62,
1524
+ light_yellow_SliderTrack: n62,
1525
+ light_yellow_Input: n62,
1526
+ light_yellow_TextArea: n62,
1527
+ light_yellow_surface2: n63,
1528
+ light_yellow_Checkbox: n63,
1529
+ light_yellow_Switch: n63,
1530
+ light_yellow_TooltipContent: n63,
1531
+ light_yellow_RadioGroupItem: n63,
1532
+ light_yellow_surface3: n64,
1533
+ light_yellow_Button: n64,
1534
+ light_yellow_SliderTrackActive: n64,
1535
+ light_green_alt1: n65,
1536
+ light_green_alt2: n66,
1537
+ light_green_surface1: n67,
1538
+ light_green_ListItem: n67,
1539
+ light_green_SelectTrigger: n67,
1540
+ light_green_Card: n67,
1541
+ light_green_Progress: n67,
1542
+ light_green_TooltipArrow: n67,
1543
+ light_green_SliderTrack: n67,
1544
+ light_green_Input: n67,
1545
+ light_green_TextArea: n67,
1546
+ light_green_surface2: n68,
1547
+ light_green_Checkbox: n68,
1548
+ light_green_Switch: n68,
1549
+ light_green_TooltipContent: n68,
1550
+ light_green_RadioGroupItem: n68,
1551
+ light_green_surface3: n69,
1552
+ light_green_Button: n69,
1553
+ light_green_SliderTrackActive: n69,
1554
+ light_purple_alt1: n70,
1555
+ light_purple_alt2: n71,
1556
+ light_purple_surface1: n72,
1557
+ light_purple_ListItem: n72,
1558
+ light_purple_SelectTrigger: n72,
1559
+ light_purple_Card: n72,
1560
+ light_purple_Progress: n72,
1561
+ light_purple_TooltipArrow: n72,
1562
+ light_purple_SliderTrack: n72,
1563
+ light_purple_Input: n72,
1564
+ light_purple_TextArea: n72,
1565
+ light_purple_surface2: n73,
1566
+ light_purple_Checkbox: n73,
1567
+ light_purple_Switch: n73,
1568
+ light_purple_TooltipContent: n73,
1569
+ light_purple_RadioGroupItem: n73,
1570
+ light_purple_surface3: n74,
1571
+ light_purple_Button: n74,
1572
+ light_purple_SliderTrackActive: n74,
1573
+ light_pink_alt1: n75,
1574
+ light_pink_alt2: n76,
1575
+ light_pink_surface1: n77,
1576
+ light_pink_ListItem: n77,
1577
+ light_pink_SelectTrigger: n77,
1578
+ light_pink_Card: n77,
1579
+ light_pink_Progress: n77,
1580
+ light_pink_TooltipArrow: n77,
1581
+ light_pink_SliderTrack: n77,
1582
+ light_pink_Input: n77,
1583
+ light_pink_TextArea: n77,
1584
+ light_pink_surface2: n78,
1585
+ light_pink_Checkbox: n78,
1586
+ light_pink_Switch: n78,
1587
+ light_pink_TooltipContent: n78,
1588
+ light_pink_RadioGroupItem: n78,
1589
+ light_pink_surface3: n79,
1590
+ light_pink_Button: n79,
1591
+ light_pink_SliderTrackActive: n79,
1592
+ light_tan_alt1: n80,
1593
+ light_tan_alt2: n81,
1594
+ light_tan_surface1: n82,
1595
+ light_tan_ListItem: n82,
1596
+ light_tan_SelectTrigger: n82,
1597
+ light_tan_Card: n82,
1598
+ light_tan_Progress: n82,
1599
+ light_tan_TooltipArrow: n82,
1600
+ light_tan_SliderTrack: n82,
1601
+ light_tan_Input: n82,
1602
+ light_tan_TextArea: n82,
1603
+ light_tan_surface2: n83,
1604
+ light_tan_Checkbox: n83,
1605
+ light_tan_Switch: n83,
1606
+ light_tan_TooltipContent: n83,
1607
+ light_tan_RadioGroupItem: n83,
1608
+ light_tan_surface3: n84,
1609
+ light_tan_Button: n84,
1610
+ light_tan_SliderTrackActive: n84,
1611
+ dark_white_surface1: n85,
1612
+ dark_white_ListItem: n85,
1613
+ dark_white_SelectTrigger: n85,
1614
+ dark_white_Card: n85,
1615
+ dark_white_Progress: n85,
1616
+ dark_white_TooltipArrow: n85,
1617
+ dark_white_SliderTrack: n85,
1618
+ dark_white_Input: n85,
1619
+ dark_white_TextArea: n85,
1620
+ dark_white_surface2: n86,
1621
+ dark_white_Checkbox: n86,
1622
+ dark_white_Switch: n86,
1623
+ dark_white_TooltipContent: n86,
1624
+ dark_white_RadioGroupItem: n86,
1625
+ dark_white_surface3: n87,
1626
+ dark_white_Button: n87,
1627
+ dark_white_SliderTrackActive: n87,
1628
+ dark_gray_alt1: n88,
1629
+ dark_gray_alt2: n89,
1630
+ dark_gray_surface1: n90,
1631
+ dark_gray_ListItem: n90,
1632
+ dark_gray_SelectTrigger: n90,
1633
+ dark_gray_Card: n90,
1634
+ dark_gray_Progress: n90,
1635
+ dark_gray_TooltipArrow: n90,
1636
+ dark_gray_SliderTrack: n90,
1637
+ dark_gray_Input: n90,
1638
+ dark_gray_TextArea: n90,
1639
+ dark_gray_surface2: n91,
1640
+ dark_gray_Checkbox: n91,
1641
+ dark_gray_Switch: n91,
1642
+ dark_gray_TooltipContent: n91,
1643
+ dark_gray_RadioGroupItem: n91,
1644
+ dark_gray_surface3: n92,
1645
+ dark_gray_Button: n92,
1646
+ dark_gray_SliderTrackActive: n92,
1647
+ dark_blue_alt1: n93,
1648
+ dark_blue_alt2: n94,
1649
+ dark_blue_surface1: n95,
1650
+ dark_blue_ListItem: n95,
1651
+ dark_blue_SelectTrigger: n95,
1652
+ dark_blue_Card: n95,
1653
+ dark_blue_Progress: n95,
1654
+ dark_blue_TooltipArrow: n95,
1655
+ dark_blue_SliderTrack: n95,
1656
+ dark_blue_Input: n95,
1657
+ dark_blue_TextArea: n95,
1658
+ dark_blue_surface2: n96,
1659
+ dark_blue_Checkbox: n96,
1660
+ dark_blue_Switch: n96,
1661
+ dark_blue_TooltipContent: n96,
1662
+ dark_blue_RadioGroupItem: n96,
1663
+ dark_blue_surface3: n97,
1664
+ dark_blue_Button: n97,
1665
+ dark_blue_SliderTrackActive: n97,
1666
+ dark_orange_alt1: n98,
1667
+ dark_orange_alt2: n99,
1668
+ dark_orange_surface1: n100,
1669
+ dark_orange_ListItem: n100,
1670
+ dark_orange_SelectTrigger: n100,
1671
+ dark_orange_Card: n100,
1672
+ dark_orange_Progress: n100,
1673
+ dark_orange_TooltipArrow: n100,
1674
+ dark_orange_SliderTrack: n100,
1675
+ dark_orange_Input: n100,
1676
+ dark_orange_TextArea: n100,
1677
+ dark_orange_surface2: n101,
1678
+ dark_orange_Checkbox: n101,
1679
+ dark_orange_Switch: n101,
1680
+ dark_orange_TooltipContent: n101,
1681
+ dark_orange_RadioGroupItem: n101,
1682
+ dark_orange_surface3: n102,
1683
+ dark_orange_Button: n102,
1684
+ dark_orange_SliderTrackActive: n102,
1685
+ dark_red_alt1: n103,
1686
+ dark_red_alt2: n104,
1687
+ dark_red_surface1: n105,
1688
+ dark_red_ListItem: n105,
1689
+ dark_red_SelectTrigger: n105,
1690
+ dark_red_Card: n105,
1691
+ dark_red_Progress: n105,
1692
+ dark_red_TooltipArrow: n105,
1693
+ dark_red_SliderTrack: n105,
1694
+ dark_red_Input: n105,
1695
+ dark_red_TextArea: n105,
1696
+ dark_red_surface2: n106,
1697
+ dark_red_Checkbox: n106,
1698
+ dark_red_Switch: n106,
1699
+ dark_red_TooltipContent: n106,
1700
+ dark_red_RadioGroupItem: n106,
1701
+ dark_red_surface3: n107,
1702
+ dark_red_Button: n107,
1703
+ dark_red_SliderTrackActive: n107,
1704
+ dark_yellow_alt1: n108,
1705
+ dark_yellow_alt2: n109,
1706
+ dark_yellow_surface1: n110,
1707
+ dark_yellow_ListItem: n110,
1708
+ dark_yellow_SelectTrigger: n110,
1709
+ dark_yellow_Card: n110,
1710
+ dark_yellow_Progress: n110,
1711
+ dark_yellow_TooltipArrow: n110,
1712
+ dark_yellow_SliderTrack: n110,
1713
+ dark_yellow_Input: n110,
1714
+ dark_yellow_TextArea: n110,
1715
+ dark_yellow_surface2: n111,
1716
+ dark_yellow_Checkbox: n111,
1717
+ dark_yellow_Switch: n111,
1718
+ dark_yellow_TooltipContent: n111,
1719
+ dark_yellow_RadioGroupItem: n111,
1720
+ dark_yellow_surface3: n112,
1721
+ dark_yellow_Button: n112,
1722
+ dark_yellow_SliderTrackActive: n112,
1723
+ dark_green_alt1: n113,
1724
+ dark_green_alt2: n114,
1725
+ dark_green_surface1: n115,
1726
+ dark_green_ListItem: n115,
1727
+ dark_green_SelectTrigger: n115,
1728
+ dark_green_Card: n115,
1729
+ dark_green_Progress: n115,
1730
+ dark_green_TooltipArrow: n115,
1731
+ dark_green_SliderTrack: n115,
1732
+ dark_green_Input: n115,
1733
+ dark_green_TextArea: n115,
1734
+ dark_green_surface2: n116,
1735
+ dark_green_Checkbox: n116,
1736
+ dark_green_Switch: n116,
1737
+ dark_green_TooltipContent: n116,
1738
+ dark_green_RadioGroupItem: n116,
1739
+ dark_green_surface3: n117,
1740
+ dark_green_Button: n117,
1741
+ dark_green_SliderTrackActive: n117,
1742
+ dark_purple_alt1: n118,
1743
+ dark_purple_alt2: n119,
1744
+ dark_purple_surface1: n120,
1745
+ dark_purple_ListItem: n120,
1746
+ dark_purple_SelectTrigger: n120,
1747
+ dark_purple_Card: n120,
1748
+ dark_purple_Progress: n120,
1749
+ dark_purple_TooltipArrow: n120,
1750
+ dark_purple_SliderTrack: n120,
1751
+ dark_purple_Input: n120,
1752
+ dark_purple_TextArea: n120,
1753
+ dark_purple_surface2: n121,
1754
+ dark_purple_Checkbox: n121,
1755
+ dark_purple_Switch: n121,
1756
+ dark_purple_TooltipContent: n121,
1757
+ dark_purple_RadioGroupItem: n121,
1758
+ dark_purple_surface3: n122,
1759
+ dark_purple_Button: n122,
1760
+ dark_purple_SliderTrackActive: n122,
1761
+ dark_pink_alt1: n123,
1762
+ dark_pink_alt2: n124,
1763
+ dark_pink_surface1: n125,
1764
+ dark_pink_ListItem: n125,
1765
+ dark_pink_SelectTrigger: n125,
1766
+ dark_pink_Card: n125,
1767
+ dark_pink_Progress: n125,
1768
+ dark_pink_TooltipArrow: n125,
1769
+ dark_pink_SliderTrack: n125,
1770
+ dark_pink_Input: n125,
1771
+ dark_pink_TextArea: n125,
1772
+ dark_pink_surface2: n126,
1773
+ dark_pink_Checkbox: n126,
1774
+ dark_pink_Switch: n126,
1775
+ dark_pink_TooltipContent: n126,
1776
+ dark_pink_RadioGroupItem: n126,
1777
+ dark_pink_surface3: n127,
1778
+ dark_pink_Button: n127,
1779
+ dark_pink_SliderTrackActive: n127,
1780
+ dark_tan_alt1: n128,
1781
+ dark_tan_alt2: n129,
1782
+ dark_tan_surface1: n130,
1783
+ dark_tan_ListItem: n130,
1784
+ dark_tan_SelectTrigger: n130,
1785
+ dark_tan_Card: n130,
1786
+ dark_tan_Progress: n130,
1787
+ dark_tan_TooltipArrow: n130,
1788
+ dark_tan_SliderTrack: n130,
1789
+ dark_tan_Input: n130,
1790
+ dark_tan_TextArea: n130,
1791
+ dark_tan_surface2: n131,
1792
+ dark_tan_Checkbox: n131,
1793
+ dark_tan_Switch: n131,
1794
+ dark_tan_TooltipContent: n131,
1795
+ dark_tan_RadioGroupItem: n131,
1796
+ dark_tan_surface3: n132,
1797
+ dark_tan_Button: n132,
1798
+ dark_tan_SliderTrackActive: n132,
1799
+ light_SwitchThumb: n133,
1800
+ light_SliderThumb: n133,
1801
+ light_Tooltip: n133,
1802
+ light_ProgressIndicator: n133,
1803
+ light_white_SwitchThumb: n133,
1804
+ light_white_SliderThumb: n133,
1805
+ light_white_Tooltip: n133,
1806
+ light_white_ProgressIndicator: n133,
1807
+ dark_SwitchThumb: n134,
1808
+ dark_SliderThumb: n134,
1809
+ dark_Tooltip: n134,
1810
+ dark_ProgressIndicator: n134,
1811
+ dark_black_SwitchThumb: n134,
1812
+ dark_black_SliderThumb: n134,
1813
+ dark_black_Tooltip: n134,
1814
+ dark_black_ProgressIndicator: n134,
1815
+ light_black_SwitchThumb: n135,
1816
+ light_black_SliderThumb: n135,
1817
+ light_black_Tooltip: n135,
1818
+ light_black_ProgressIndicator: n135,
1819
+ light_gray_SwitchThumb: n136,
1820
+ light_gray_SliderThumb: n136,
1821
+ light_gray_Tooltip: n136,
1822
+ light_gray_ProgressIndicator: n136,
1823
+ light_blue_SwitchThumb: n137,
1824
+ light_blue_SliderThumb: n137,
1825
+ light_blue_Tooltip: n137,
1826
+ light_blue_ProgressIndicator: n137,
1827
+ light_orange_SwitchThumb: n138,
1828
+ light_orange_SliderThumb: n138,
1829
+ light_orange_Tooltip: n138,
1830
+ light_orange_ProgressIndicator: n138,
1831
+ light_red_SwitchThumb: n139,
1832
+ light_red_SliderThumb: n139,
1833
+ light_red_Tooltip: n139,
1834
+ light_red_ProgressIndicator: n139,
1835
+ light_yellow_SwitchThumb: n140,
1836
+ light_yellow_SliderThumb: n140,
1837
+ light_yellow_Tooltip: n140,
1838
+ light_yellow_ProgressIndicator: n140,
1839
+ light_green_SwitchThumb: n141,
1840
+ light_green_SliderThumb: n141,
1841
+ light_green_Tooltip: n141,
1842
+ light_green_ProgressIndicator: n141,
1843
+ light_purple_SwitchThumb: n142,
1844
+ light_purple_SliderThumb: n142,
1845
+ light_purple_Tooltip: n142,
1846
+ light_purple_ProgressIndicator: n142,
1847
+ light_pink_SwitchThumb: n143,
1848
+ light_pink_SliderThumb: n143,
1849
+ light_pink_Tooltip: n143,
1850
+ light_pink_ProgressIndicator: n143,
1851
+ light_tan_SwitchThumb: n144,
1852
+ light_tan_SliderThumb: n144,
1853
+ light_tan_Tooltip: n144,
1854
+ light_tan_ProgressIndicator: n144,
1855
+ dark_white_SwitchThumb: n145,
1856
+ dark_white_SliderThumb: n145,
1857
+ dark_white_Tooltip: n145,
1858
+ dark_white_ProgressIndicator: n145,
1859
+ dark_gray_SwitchThumb: n146,
1860
+ dark_gray_SliderThumb: n146,
1861
+ dark_gray_Tooltip: n146,
1862
+ dark_gray_ProgressIndicator: n146,
1863
+ dark_blue_SwitchThumb: n147,
1864
+ dark_blue_SliderThumb: n147,
1865
+ dark_blue_Tooltip: n147,
1866
+ dark_blue_ProgressIndicator: n147,
1867
+ dark_orange_SwitchThumb: n148,
1868
+ dark_orange_SliderThumb: n148,
1869
+ dark_orange_Tooltip: n148,
1870
+ dark_orange_ProgressIndicator: n148,
1871
+ dark_red_SwitchThumb: n149,
1872
+ dark_red_SliderThumb: n149,
1873
+ dark_red_Tooltip: n149,
1874
+ dark_red_ProgressIndicator: n149,
1875
+ dark_yellow_SwitchThumb: n150,
1876
+ dark_yellow_SliderThumb: n150,
1877
+ dark_yellow_Tooltip: n150,
1878
+ dark_yellow_ProgressIndicator: n150,
1879
+ dark_green_SwitchThumb: n151,
1880
+ dark_green_SliderThumb: n151,
1881
+ dark_green_Tooltip: n151,
1882
+ dark_green_ProgressIndicator: n151,
1883
+ dark_purple_SwitchThumb: n152,
1884
+ dark_purple_SliderThumb: n152,
1885
+ dark_purple_Tooltip: n152,
1886
+ dark_purple_ProgressIndicator: n152,
1887
+ dark_pink_SwitchThumb: n153,
1888
+ dark_pink_SliderThumb: n153,
1889
+ dark_pink_Tooltip: n153,
1890
+ dark_pink_ProgressIndicator: n153,
1891
+ dark_tan_SwitchThumb: n154,
1892
+ dark_tan_SliderThumb: n154,
1893
+ dark_tan_Tooltip: n154,
1894
+ dark_tan_ProgressIndicator: n154,
1706
1895
  }