@tamagui/themes 2.0.0-1768636514428 → 2.0.0-1768699687560

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 (90) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/dist/cjs/defaultColorThemes.cjs +103 -0
  3. package/dist/cjs/defaultColorThemes.js +96 -0
  4. package/dist/cjs/defaultColorThemes.js.map +6 -0
  5. package/dist/cjs/defaultColorThemes.native.js +120 -0
  6. package/dist/cjs/defaultColorThemes.native.js.map +1 -0
  7. package/dist/cjs/defaultGrandChildrenThemes.cjs +45 -0
  8. package/dist/cjs/defaultGrandChildrenThemes.js +28 -0
  9. package/dist/cjs/defaultGrandChildrenThemes.js.map +6 -0
  10. package/dist/cjs/defaultGrandChildrenThemes.native.js +48 -0
  11. package/dist/cjs/defaultGrandChildrenThemes.native.js.map +1 -0
  12. package/dist/cjs/generated-v4-tamagui.cjs +49 -49
  13. package/dist/cjs/generated-v4-tamagui.js +49 -49
  14. package/dist/cjs/generated-v4-tamagui.js.map +1 -1
  15. package/dist/cjs/generated-v4-tamagui.native.js +49 -49
  16. package/dist/cjs/generated-v4.cjs +29 -29
  17. package/dist/cjs/generated-v4.js +29 -29
  18. package/dist/cjs/generated-v4.js.map +1 -1
  19. package/dist/cjs/generated-v4.native.js +29 -29
  20. package/dist/cjs/generated-v5.cjs +37 -37
  21. package/dist/cjs/generated-v5.js +37 -37
  22. package/dist/cjs/generated-v5.js.map +1 -1
  23. package/dist/cjs/generated-v5.native.js +37 -37
  24. package/dist/cjs/v5-palettes.cjs +124 -0
  25. package/dist/cjs/v5-palettes.js +149 -0
  26. package/dist/cjs/v5-palettes.js.map +6 -0
  27. package/dist/cjs/v5-palettes.native.js +127 -0
  28. package/dist/cjs/v5-palettes.native.js.map +1 -0
  29. package/dist/cjs/v5.cjs +5 -0
  30. package/dist/cjs/v5.js +5 -0
  31. package/dist/cjs/v5.js.map +1 -1
  32. package/dist/cjs/v5.native.js +5 -0
  33. package/dist/cjs/v5.native.js.map +1 -1
  34. package/dist/esm/defaultColorThemes.js +92 -0
  35. package/dist/esm/defaultColorThemes.js.map +6 -0
  36. package/dist/esm/defaultColorThemes.mjs +79 -0
  37. package/dist/esm/defaultColorThemes.mjs.map +1 -0
  38. package/dist/esm/defaultColorThemes.native.js +93 -0
  39. package/dist/esm/defaultColorThemes.native.js.map +1 -0
  40. package/dist/esm/defaultGrandChildrenThemes.js +12 -0
  41. package/dist/esm/defaultGrandChildrenThemes.js.map +6 -0
  42. package/dist/esm/defaultGrandChildrenThemes.mjs +22 -0
  43. package/dist/esm/defaultGrandChildrenThemes.mjs.map +1 -0
  44. package/dist/esm/defaultGrandChildrenThemes.native.js +22 -0
  45. package/dist/esm/defaultGrandChildrenThemes.native.js.map +1 -0
  46. package/dist/esm/generated-v4-tamagui.js +49 -49
  47. package/dist/esm/generated-v4-tamagui.js.map +1 -1
  48. package/dist/esm/generated-v4-tamagui.mjs +49 -49
  49. package/dist/esm/generated-v4-tamagui.mjs.map +1 -1
  50. package/dist/esm/generated-v4-tamagui.native.js +49 -49
  51. package/dist/esm/generated-v4.js +29 -29
  52. package/dist/esm/generated-v4.js.map +1 -1
  53. package/dist/esm/generated-v4.mjs +29 -29
  54. package/dist/esm/generated-v4.mjs.map +1 -1
  55. package/dist/esm/generated-v4.native.js +29 -29
  56. package/dist/esm/generated-v5.js +37 -37
  57. package/dist/esm/generated-v5.js.map +1 -1
  58. package/dist/esm/generated-v5.mjs +37 -37
  59. package/dist/esm/generated-v5.mjs.map +1 -1
  60. package/dist/esm/generated-v5.native.js +37 -37
  61. package/dist/esm/v5-palettes.js +144 -0
  62. package/dist/esm/v5-palettes.js.map +6 -0
  63. package/dist/esm/v5-palettes.mjs +92 -0
  64. package/dist/esm/v5-palettes.mjs.map +1 -0
  65. package/dist/esm/v5-palettes.native.js +92 -0
  66. package/dist/esm/v5-palettes.native.js.map +1 -0
  67. package/dist/esm/v5.js +13 -2
  68. package/dist/esm/v5.js.map +1 -1
  69. package/dist/esm/v5.mjs +3 -3
  70. package/dist/esm/v5.mjs.map +1 -1
  71. package/dist/esm/v5.native.js +3 -3
  72. package/dist/esm/v5.native.js.map +1 -1
  73. package/package.json +7 -7
  74. package/src/defaultColorThemes.ts +120 -0
  75. package/src/defaultGrandChildrenThemes.ts +27 -0
  76. package/src/generated-v4-tamagui.ts +48 -48
  77. package/src/generated-v4.ts +28 -28
  78. package/src/generated-v5.ts +36 -36
  79. package/src/v5-palettes.ts +158 -0
  80. package/src/v5.tsx +8 -2
  81. package/types/defaultColorThemes.d.ts +69 -0
  82. package/types/defaultColorThemes.d.ts.map +1 -0
  83. package/types/defaultGrandChildrenThemes.d.ts +31 -0
  84. package/types/defaultGrandChildrenThemes.d.ts.map +1 -0
  85. package/types/v3-themes.d.ts +1 -1
  86. package/types/v4-tamagui.d.ts +1 -1
  87. package/types/v5-palettes.d.ts +94 -0
  88. package/types/v5-palettes.d.ts.map +1 -0
  89. package/types/v5.d.ts +2 -2
  90. package/types/v5.d.ts.map +1 -1
@@ -285,7 +285,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
285
285
  light_Card: n28,
286
286
  light_Progress: n28,
287
287
  light_TooltipArrow: n28,
288
- light_SliderTrack: n28,
289
288
  light_Input: n28,
290
289
  light_TextArea: n28,
291
290
  light_white_ListItem: n28,
@@ -294,7 +293,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
294
293
  light_white_Card: n28,
295
294
  light_white_Progress: n28,
296
295
  light_white_TooltipArrow: n28,
297
- light_white_SliderTrack: n28,
298
296
  light_white_Input: n28,
299
297
  light_white_TextArea: n28,
300
298
  light_surface2: n29,
@@ -303,16 +301,16 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
303
301
  light_Switch: n29,
304
302
  light_TooltipContent: n29,
305
303
  light_RadioGroupItem: n29,
304
+ light_SliderTrackActive: n29,
306
305
  light_white_Checkbox: n29,
307
306
  light_white_Switch: n29,
308
307
  light_white_TooltipContent: n29,
309
308
  light_white_RadioGroupItem: n29,
309
+ light_white_SliderTrackActive: n29,
310
310
  light_surface3: n30,
311
311
  light_white_surface3: n30,
312
312
  light_Button: n30,
313
- light_SliderTrackActive: n30,
314
313
  light_white_Button: n30,
315
- light_white_SliderTrackActive: n30,
316
314
  dark_accent: n31,
317
315
  dark_alt1_accent: n31,
318
316
  dark_alt2_accent: n31,
@@ -388,7 +386,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
388
386
  dark_Card: n34,
389
387
  dark_Progress: n34,
390
388
  dark_TooltipArrow: n34,
391
- dark_SliderTrack: n34,
392
389
  dark_Input: n34,
393
390
  dark_TextArea: n34,
394
391
  dark_black_ListItem: n34,
@@ -397,7 +394,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
397
394
  dark_black_Card: n34,
398
395
  dark_black_Progress: n34,
399
396
  dark_black_TooltipArrow: n34,
400
- dark_black_SliderTrack: n34,
401
397
  dark_black_Input: n34,
402
398
  dark_black_TextArea: n34,
403
399
  dark_surface2: n35,
@@ -406,18 +402,19 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
406
402
  dark_Switch: n35,
407
403
  dark_TooltipContent: n35,
408
404
  dark_RadioGroupItem: n35,
405
+ dark_SliderTrackActive: n35,
409
406
  dark_black_Checkbox: n35,
410
407
  dark_black_Switch: n35,
411
408
  dark_black_TooltipContent: n35,
412
409
  dark_black_RadioGroupItem: n35,
410
+ dark_black_SliderTrackActive: n35,
413
411
  dark_surface3: n36,
414
412
  dark_black_surface3: n36,
415
413
  dark_Button: n36,
416
- dark_SliderTrackActive: n36,
417
414
  dark_black_Button: n36,
418
- dark_black_SliderTrackActive: n36,
419
415
  light_black_accent: n37,
420
416
  light_black_SwitchThumb: n37,
417
+ light_black_SliderTrack: n37,
421
418
  light_black_SliderThumb: n37,
422
419
  light_black_Tooltip: n37,
423
420
  light_black_ProgressIndicator: n37,
@@ -428,7 +425,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
428
425
  light_black_Card: n38,
429
426
  light_black_Progress: n38,
430
427
  light_black_TooltipArrow: n38,
431
- light_black_SliderTrack: n38,
432
428
  light_black_Input: n38,
433
429
  light_black_TextArea: n38,
434
430
  light_black_surface2: n39,
@@ -436,20 +432,23 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
436
432
  light_black_Switch: n39,
437
433
  light_black_TooltipContent: n39,
438
434
  light_black_RadioGroupItem: n39,
435
+ light_black_SliderTrackActive: n39,
439
436
  light_black_surface3: n40,
440
437
  light_black_Button: n40,
441
- light_black_SliderTrackActive: n40,
442
438
  light_white_accent: n41,
443
439
  light_SwitchThumb: n41,
440
+ light_SliderTrack: n41,
444
441
  light_SliderThumb: n41,
445
442
  light_Tooltip: n41,
446
443
  light_ProgressIndicator: n41,
447
444
  light_white_SwitchThumb: n41,
445
+ light_white_SliderTrack: n41,
448
446
  light_white_SliderThumb: n41,
449
447
  light_white_Tooltip: n41,
450
448
  light_white_ProgressIndicator: n41,
451
449
  light_gray_accent: n42,
452
450
  light_gray_SwitchThumb: n42,
451
+ light_gray_SliderTrack: n42,
453
452
  light_gray_SliderThumb: n42,
454
453
  light_gray_Tooltip: n42,
455
454
  light_gray_ProgressIndicator: n42,
@@ -462,7 +461,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
462
461
  light_gray_Card: n45,
463
462
  light_gray_Progress: n45,
464
463
  light_gray_TooltipArrow: n45,
465
- light_gray_SliderTrack: n45,
466
464
  light_gray_Input: n45,
467
465
  light_gray_TextArea: n45,
468
466
  light_gray_surface2: n46,
@@ -470,11 +468,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
470
468
  light_gray_Switch: n46,
471
469
  light_gray_TooltipContent: n46,
472
470
  light_gray_RadioGroupItem: n46,
471
+ light_gray_SliderTrackActive: n46,
473
472
  light_gray_surface3: n47,
474
473
  light_gray_Button: n47,
475
- light_gray_SliderTrackActive: n47,
476
474
  light_blue_accent: n48,
477
475
  light_blue_SwitchThumb: n48,
476
+ light_blue_SliderTrack: n48,
478
477
  light_blue_SliderThumb: n48,
479
478
  light_blue_Tooltip: n48,
480
479
  light_blue_ProgressIndicator: n48,
@@ -487,7 +486,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
487
486
  light_blue_Card: n51,
488
487
  light_blue_Progress: n51,
489
488
  light_blue_TooltipArrow: n51,
490
- light_blue_SliderTrack: n51,
491
489
  light_blue_Input: n51,
492
490
  light_blue_TextArea: n51,
493
491
  light_blue_surface2: n52,
@@ -495,11 +493,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
495
493
  light_blue_Switch: n52,
496
494
  light_blue_TooltipContent: n52,
497
495
  light_blue_RadioGroupItem: n52,
496
+ light_blue_SliderTrackActive: n52,
498
497
  light_blue_surface3: n53,
499
498
  light_blue_Button: n53,
500
- light_blue_SliderTrackActive: n53,
501
499
  light_orange_accent: n54,
502
500
  light_orange_SwitchThumb: n54,
501
+ light_orange_SliderTrack: n54,
503
502
  light_orange_SliderThumb: n54,
504
503
  light_orange_Tooltip: n54,
505
504
  light_orange_ProgressIndicator: n54,
@@ -512,7 +511,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
512
511
  light_orange_Card: n57,
513
512
  light_orange_Progress: n57,
514
513
  light_orange_TooltipArrow: n57,
515
- light_orange_SliderTrack: n57,
516
514
  light_orange_Input: n57,
517
515
  light_orange_TextArea: n57,
518
516
  light_orange_surface2: n58,
@@ -520,11 +518,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
520
518
  light_orange_Switch: n58,
521
519
  light_orange_TooltipContent: n58,
522
520
  light_orange_RadioGroupItem: n58,
521
+ light_orange_SliderTrackActive: n58,
523
522
  light_orange_surface3: n59,
524
523
  light_orange_Button: n59,
525
- light_orange_SliderTrackActive: n59,
526
524
  light_red_accent: n60,
527
525
  light_red_SwitchThumb: n60,
526
+ light_red_SliderTrack: n60,
528
527
  light_red_SliderThumb: n60,
529
528
  light_red_Tooltip: n60,
530
529
  light_red_ProgressIndicator: n60,
@@ -537,7 +536,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
537
536
  light_red_Card: n63,
538
537
  light_red_Progress: n63,
539
538
  light_red_TooltipArrow: n63,
540
- light_red_SliderTrack: n63,
541
539
  light_red_Input: n63,
542
540
  light_red_TextArea: n63,
543
541
  light_red_surface2: n64,
@@ -545,11 +543,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
545
543
  light_red_Switch: n64,
546
544
  light_red_TooltipContent: n64,
547
545
  light_red_RadioGroupItem: n64,
546
+ light_red_SliderTrackActive: n64,
548
547
  light_red_surface3: n65,
549
548
  light_red_Button: n65,
550
- light_red_SliderTrackActive: n65,
551
549
  light_yellow_accent: n66,
552
550
  light_yellow_SwitchThumb: n66,
551
+ light_yellow_SliderTrack: n66,
553
552
  light_yellow_SliderThumb: n66,
554
553
  light_yellow_Tooltip: n66,
555
554
  light_yellow_ProgressIndicator: n66,
@@ -562,7 +561,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
562
561
  light_yellow_Card: n69,
563
562
  light_yellow_Progress: n69,
564
563
  light_yellow_TooltipArrow: n69,
565
- light_yellow_SliderTrack: n69,
566
564
  light_yellow_Input: n69,
567
565
  light_yellow_TextArea: n69,
568
566
  light_yellow_surface2: n70,
@@ -570,11 +568,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
570
568
  light_yellow_Switch: n70,
571
569
  light_yellow_TooltipContent: n70,
572
570
  light_yellow_RadioGroupItem: n70,
571
+ light_yellow_SliderTrackActive: n70,
573
572
  light_yellow_surface3: n71,
574
573
  light_yellow_Button: n71,
575
- light_yellow_SliderTrackActive: n71,
576
574
  light_green_accent: n72,
577
575
  light_green_SwitchThumb: n72,
576
+ light_green_SliderTrack: n72,
578
577
  light_green_SliderThumb: n72,
579
578
  light_green_Tooltip: n72,
580
579
  light_green_ProgressIndicator: n72,
@@ -587,7 +586,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
587
586
  light_green_Card: n75,
588
587
  light_green_Progress: n75,
589
588
  light_green_TooltipArrow: n75,
590
- light_green_SliderTrack: n75,
591
589
  light_green_Input: n75,
592
590
  light_green_TextArea: n75,
593
591
  light_green_surface2: n76,
@@ -595,11 +593,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
595
593
  light_green_Switch: n76,
596
594
  light_green_TooltipContent: n76,
597
595
  light_green_RadioGroupItem: n76,
596
+ light_green_SliderTrackActive: n76,
598
597
  light_green_surface3: n77,
599
598
  light_green_Button: n77,
600
- light_green_SliderTrackActive: n77,
601
599
  light_purple_accent: n78,
602
600
  light_purple_SwitchThumb: n78,
601
+ light_purple_SliderTrack: n78,
603
602
  light_purple_SliderThumb: n78,
604
603
  light_purple_Tooltip: n78,
605
604
  light_purple_ProgressIndicator: n78,
@@ -612,7 +611,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
612
611
  light_purple_Card: n81,
613
612
  light_purple_Progress: n81,
614
613
  light_purple_TooltipArrow: n81,
615
- light_purple_SliderTrack: n81,
616
614
  light_purple_Input: n81,
617
615
  light_purple_TextArea: n81,
618
616
  light_purple_surface2: n82,
@@ -620,11 +618,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
620
618
  light_purple_Switch: n82,
621
619
  light_purple_TooltipContent: n82,
622
620
  light_purple_RadioGroupItem: n82,
621
+ light_purple_SliderTrackActive: n82,
623
622
  light_purple_surface3: n83,
624
623
  light_purple_Button: n83,
625
- light_purple_SliderTrackActive: n83,
626
624
  light_pink_accent: n84,
627
625
  light_pink_SwitchThumb: n84,
626
+ light_pink_SliderTrack: n84,
628
627
  light_pink_SliderThumb: n84,
629
628
  light_pink_Tooltip: n84,
630
629
  light_pink_ProgressIndicator: n84,
@@ -637,7 +636,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
637
636
  light_pink_Card: n87,
638
637
  light_pink_Progress: n87,
639
638
  light_pink_TooltipArrow: n87,
640
- light_pink_SliderTrack: n87,
641
639
  light_pink_Input: n87,
642
640
  light_pink_TextArea: n87,
643
641
  light_pink_surface2: n88,
@@ -645,11 +643,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
645
643
  light_pink_Switch: n88,
646
644
  light_pink_TooltipContent: n88,
647
645
  light_pink_RadioGroupItem: n88,
646
+ light_pink_SliderTrackActive: n88,
648
647
  light_pink_surface3: n89,
649
648
  light_pink_Button: n89,
650
- light_pink_SliderTrackActive: n89,
651
649
  light_tan_accent: n90,
652
650
  light_tan_SwitchThumb: n90,
651
+ light_tan_SliderTrack: n90,
653
652
  light_tan_SliderThumb: n90,
654
653
  light_tan_Tooltip: n90,
655
654
  light_tan_ProgressIndicator: n90,
@@ -662,7 +661,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
662
661
  light_tan_Card: n93,
663
662
  light_tan_Progress: n93,
664
663
  light_tan_TooltipArrow: n93,
665
- light_tan_SliderTrack: n93,
666
664
  light_tan_Input: n93,
667
665
  light_tan_TextArea: n93,
668
666
  light_tan_surface2: n94,
@@ -670,20 +668,23 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
670
668
  light_tan_Switch: n94,
671
669
  light_tan_TooltipContent: n94,
672
670
  light_tan_RadioGroupItem: n94,
671
+ light_tan_SliderTrackActive: n94,
673
672
  light_tan_surface3: n95,
674
673
  light_tan_Button: n95,
675
- light_tan_SliderTrackActive: n95,
676
674
  dark_black_accent: n96,
677
675
  dark_SwitchThumb: n96,
676
+ dark_SliderTrack: n96,
678
677
  dark_SliderThumb: n96,
679
678
  dark_Tooltip: n96,
680
679
  dark_ProgressIndicator: n96,
681
680
  dark_black_SwitchThumb: n96,
681
+ dark_black_SliderTrack: n96,
682
682
  dark_black_SliderThumb: n96,
683
683
  dark_black_Tooltip: n96,
684
684
  dark_black_ProgressIndicator: n96,
685
685
  dark_white_accent: n97,
686
686
  dark_white_SwitchThumb: n97,
687
+ dark_white_SliderTrack: n97,
687
688
  dark_white_SliderThumb: n97,
688
689
  dark_white_Tooltip: n97,
689
690
  dark_white_ProgressIndicator: n97,
@@ -694,7 +695,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
694
695
  dark_white_Card: n98,
695
696
  dark_white_Progress: n98,
696
697
  dark_white_TooltipArrow: n98,
697
- dark_white_SliderTrack: n98,
698
698
  dark_white_Input: n98,
699
699
  dark_white_TextArea: n98,
700
700
  dark_white_surface2: n99,
@@ -702,11 +702,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
702
702
  dark_white_Switch: n99,
703
703
  dark_white_TooltipContent: n99,
704
704
  dark_white_RadioGroupItem: n99,
705
+ dark_white_SliderTrackActive: n99,
705
706
  dark_white_surface3: n100,
706
707
  dark_white_Button: n100,
707
- dark_white_SliderTrackActive: n100,
708
708
  dark_gray_accent: n101,
709
709
  dark_gray_SwitchThumb: n101,
710
+ dark_gray_SliderTrack: n101,
710
711
  dark_gray_SliderThumb: n101,
711
712
  dark_gray_Tooltip: n101,
712
713
  dark_gray_ProgressIndicator: n101,
@@ -719,7 +720,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
719
720
  dark_gray_Card: n104,
720
721
  dark_gray_Progress: n104,
721
722
  dark_gray_TooltipArrow: n104,
722
- dark_gray_SliderTrack: n104,
723
723
  dark_gray_Input: n104,
724
724
  dark_gray_TextArea: n104,
725
725
  dark_gray_surface2: n105,
@@ -727,11 +727,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
727
727
  dark_gray_Switch: n105,
728
728
  dark_gray_TooltipContent: n105,
729
729
  dark_gray_RadioGroupItem: n105,
730
+ dark_gray_SliderTrackActive: n105,
730
731
  dark_gray_surface3: n106,
731
732
  dark_gray_Button: n106,
732
- dark_gray_SliderTrackActive: n106,
733
733
  dark_blue_accent: n107,
734
734
  dark_blue_SwitchThumb: n107,
735
+ dark_blue_SliderTrack: n107,
735
736
  dark_blue_SliderThumb: n107,
736
737
  dark_blue_Tooltip: n107,
737
738
  dark_blue_ProgressIndicator: n107,
@@ -744,7 +745,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
744
745
  dark_blue_Card: n110,
745
746
  dark_blue_Progress: n110,
746
747
  dark_blue_TooltipArrow: n110,
747
- dark_blue_SliderTrack: n110,
748
748
  dark_blue_Input: n110,
749
749
  dark_blue_TextArea: n110,
750
750
  dark_blue_surface2: n111,
@@ -752,11 +752,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
752
752
  dark_blue_Switch: n111,
753
753
  dark_blue_TooltipContent: n111,
754
754
  dark_blue_RadioGroupItem: n111,
755
+ dark_blue_SliderTrackActive: n111,
755
756
  dark_blue_surface3: n112,
756
757
  dark_blue_Button: n112,
757
- dark_blue_SliderTrackActive: n112,
758
758
  dark_orange_accent: n113,
759
759
  dark_orange_SwitchThumb: n113,
760
+ dark_orange_SliderTrack: n113,
760
761
  dark_orange_SliderThumb: n113,
761
762
  dark_orange_Tooltip: n113,
762
763
  dark_orange_ProgressIndicator: n113,
@@ -769,7 +770,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
769
770
  dark_orange_Card: n116,
770
771
  dark_orange_Progress: n116,
771
772
  dark_orange_TooltipArrow: n116,
772
- dark_orange_SliderTrack: n116,
773
773
  dark_orange_Input: n116,
774
774
  dark_orange_TextArea: n116,
775
775
  dark_orange_surface2: n117,
@@ -777,11 +777,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
777
777
  dark_orange_Switch: n117,
778
778
  dark_orange_TooltipContent: n117,
779
779
  dark_orange_RadioGroupItem: n117,
780
+ dark_orange_SliderTrackActive: n117,
780
781
  dark_orange_surface3: n118,
781
782
  dark_orange_Button: n118,
782
- dark_orange_SliderTrackActive: n118,
783
783
  dark_red_accent: n119,
784
784
  dark_red_SwitchThumb: n119,
785
+ dark_red_SliderTrack: n119,
785
786
  dark_red_SliderThumb: n119,
786
787
  dark_red_Tooltip: n119,
787
788
  dark_red_ProgressIndicator: n119,
@@ -794,7 +795,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
794
795
  dark_red_Card: n122,
795
796
  dark_red_Progress: n122,
796
797
  dark_red_TooltipArrow: n122,
797
- dark_red_SliderTrack: n122,
798
798
  dark_red_Input: n122,
799
799
  dark_red_TextArea: n122,
800
800
  dark_red_surface2: n123,
@@ -802,11 +802,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
802
802
  dark_red_Switch: n123,
803
803
  dark_red_TooltipContent: n123,
804
804
  dark_red_RadioGroupItem: n123,
805
+ dark_red_SliderTrackActive: n123,
805
806
  dark_red_surface3: n124,
806
807
  dark_red_Button: n124,
807
- dark_red_SliderTrackActive: n124,
808
808
  dark_yellow_accent: n125,
809
809
  dark_yellow_SwitchThumb: n125,
810
+ dark_yellow_SliderTrack: n125,
810
811
  dark_yellow_SliderThumb: n125,
811
812
  dark_yellow_Tooltip: n125,
812
813
  dark_yellow_ProgressIndicator: n125,
@@ -819,7 +820,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
819
820
  dark_yellow_Card: n128,
820
821
  dark_yellow_Progress: n128,
821
822
  dark_yellow_TooltipArrow: n128,
822
- dark_yellow_SliderTrack: n128,
823
823
  dark_yellow_Input: n128,
824
824
  dark_yellow_TextArea: n128,
825
825
  dark_yellow_surface2: n129,
@@ -827,11 +827,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
827
827
  dark_yellow_Switch: n129,
828
828
  dark_yellow_TooltipContent: n129,
829
829
  dark_yellow_RadioGroupItem: n129,
830
+ dark_yellow_SliderTrackActive: n129,
830
831
  dark_yellow_surface3: n130,
831
832
  dark_yellow_Button: n130,
832
- dark_yellow_SliderTrackActive: n130,
833
833
  dark_green_accent: n131,
834
834
  dark_green_SwitchThumb: n131,
835
+ dark_green_SliderTrack: n131,
835
836
  dark_green_SliderThumb: n131,
836
837
  dark_green_Tooltip: n131,
837
838
  dark_green_ProgressIndicator: n131,
@@ -844,7 +845,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
844
845
  dark_green_Card: n134,
845
846
  dark_green_Progress: n134,
846
847
  dark_green_TooltipArrow: n134,
847
- dark_green_SliderTrack: n134,
848
848
  dark_green_Input: n134,
849
849
  dark_green_TextArea: n134,
850
850
  dark_green_surface2: n135,
@@ -852,11 +852,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
852
852
  dark_green_Switch: n135,
853
853
  dark_green_TooltipContent: n135,
854
854
  dark_green_RadioGroupItem: n135,
855
+ dark_green_SliderTrackActive: n135,
855
856
  dark_green_surface3: n136,
856
857
  dark_green_Button: n136,
857
- dark_green_SliderTrackActive: n136,
858
858
  dark_purple_accent: n137,
859
859
  dark_purple_SwitchThumb: n137,
860
+ dark_purple_SliderTrack: n137,
860
861
  dark_purple_SliderThumb: n137,
861
862
  dark_purple_Tooltip: n137,
862
863
  dark_purple_ProgressIndicator: n137,
@@ -869,7 +870,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
869
870
  dark_purple_Card: n140,
870
871
  dark_purple_Progress: n140,
871
872
  dark_purple_TooltipArrow: n140,
872
- dark_purple_SliderTrack: n140,
873
873
  dark_purple_Input: n140,
874
874
  dark_purple_TextArea: n140,
875
875
  dark_purple_surface2: n141,
@@ -877,11 +877,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
877
877
  dark_purple_Switch: n141,
878
878
  dark_purple_TooltipContent: n141,
879
879
  dark_purple_RadioGroupItem: n141,
880
+ dark_purple_SliderTrackActive: n141,
880
881
  dark_purple_surface3: n142,
881
882
  dark_purple_Button: n142,
882
- dark_purple_SliderTrackActive: n142,
883
883
  dark_pink_accent: n143,
884
884
  dark_pink_SwitchThumb: n143,
885
+ dark_pink_SliderTrack: n143,
885
886
  dark_pink_SliderThumb: n143,
886
887
  dark_pink_Tooltip: n143,
887
888
  dark_pink_ProgressIndicator: n143,
@@ -894,7 +895,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
894
895
  dark_pink_Card: n146,
895
896
  dark_pink_Progress: n146,
896
897
  dark_pink_TooltipArrow: n146,
897
- dark_pink_SliderTrack: n146,
898
898
  dark_pink_Input: n146,
899
899
  dark_pink_TextArea: n146,
900
900
  dark_pink_surface2: n147,
@@ -902,11 +902,12 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
902
902
  dark_pink_Switch: n147,
903
903
  dark_pink_TooltipContent: n147,
904
904
  dark_pink_RadioGroupItem: n147,
905
+ dark_pink_SliderTrackActive: n147,
905
906
  dark_pink_surface3: n148,
906
907
  dark_pink_Button: n148,
907
- dark_pink_SliderTrackActive: n148,
908
908
  dark_tan_accent: n149,
909
909
  dark_tan_SwitchThumb: n149,
910
+ dark_tan_SliderTrack: n149,
910
911
  dark_tan_SliderThumb: n149,
911
912
  dark_tan_Tooltip: n149,
912
913
  dark_tan_ProgressIndicator: n149,
@@ -919,7 +920,6 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
919
920
  dark_tan_Card: n152,
920
921
  dark_tan_Progress: n152,
921
922
  dark_tan_TooltipArrow: n152,
922
- dark_tan_SliderTrack: n152,
923
923
  dark_tan_Input: n152,
924
924
  dark_tan_TextArea: n152,
925
925
  dark_tan_surface2: n153,
@@ -927,7 +927,7 @@ const colors = ["hsla(0, 0%, 7%, 1)", "hsla(0, 0%, 38%, 1)", "hsla(0, 0%, 100%,
927
927
  dark_tan_Switch: n153,
928
928
  dark_tan_TooltipContent: n153,
929
929
  dark_tan_RadioGroupItem: n153,
930
+ dark_tan_SliderTrackActive: n153,
930
931
  dark_tan_surface3: n154,
931
- dark_tan_Button: n154,
932
- dark_tan_SliderTrackActive: n154
932
+ dark_tan_Button: n154
933
933
  };