@tamagui/themes 1.36.6 → 1.37.1

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/componentThemeDefinitions.js +5 -5
  2. package/dist/cjs/componentThemeDefinitions.js.map +1 -1
  3. package/dist/cjs/generated-new.js +458 -67
  4. package/dist/cjs/generated-new.js.map +1 -1
  5. package/dist/cjs/masks.js +1 -1
  6. package/dist/cjs/masks.js.map +1 -1
  7. package/dist/cjs/themes-new-example.js +325 -0
  8. package/dist/cjs/themes-new-example.js.map +6 -0
  9. package/dist/esm/componentThemeDefinitions.js +5 -5
  10. package/dist/esm/componentThemeDefinitions.js.map +1 -1
  11. package/dist/esm/generated-new.js +458 -67
  12. package/dist/esm/generated-new.js.map +1 -1
  13. package/dist/esm/masks.js +1 -1
  14. package/dist/esm/masks.js.map +1 -1
  15. package/dist/esm/themes-new-example.js +309 -0
  16. package/dist/esm/themes-new-example.js.map +6 -0
  17. package/package.json +6 -6
  18. package/src/componentThemeDefinitions.tsx +6 -6
  19. package/src/generated-new.ts +458 -69
  20. package/src/generated-new.ts.theme-builder.json +1 -1
  21. package/src/masks.tsx +1 -1
  22. package/types/componentThemeDefinitions.d.ts +25 -8
  23. package/types/generated-new.d.ts +39 -39
  24. package/types/templates.d.ts +3 -0
  25. package/types/themes-new.d.ts +448 -448
  26. package/types/themes-old.d.ts +504 -504
  27. package/types/componentThemeDefinitions.d.ts.map +0 -1
  28. package/types/generate.d.ts.map +0 -1
  29. package/types/generated-new.d.ts.map +0 -1
  30. package/types/helpers.d.ts.map +0 -1
  31. package/types/index.d.ts.map +0 -1
  32. package/types/masks.d.ts.map +0 -1
  33. package/types/palettes.d.ts.map +0 -1
  34. package/types/shadows.d.ts.map +0 -1
  35. package/types/templates.d.ts.map +0 -1
  36. package/types/themes-new.d.ts.map +0 -1
  37. package/types/themes-old.d.ts.map +0 -1
  38. package/types/themes.d.ts.map +0 -1
  39. package/types/themes.outlined.d.ts.map +0 -1
  40. package/types/tokens.d.ts.map +0 -1
@@ -2342,7 +2342,6 @@ export const light_Card = {
2342
2342
  export const light_DrawerFrame = light_Card as Theme
2343
2343
  export const light_Progress = light_Card as Theme
2344
2344
  export const light_TooltipArrow = light_Card as Theme
2345
- export const light_SliderTrack = light_Card as Theme
2346
2345
  export const light_Button = {
2347
2346
  background: 'hsl(0, 0%, 95.1%)',
2348
2347
  backgroundHover: 'hsl(0, 0%, 94.0%)',
@@ -2380,29 +2379,45 @@ export const light_Checkbox = {
2380
2379
  placeholderColor: 'hsl(0, 0%, 89.5%)'
2381
2380
  } as Theme
2382
2381
 
2383
- export const light_SliderTrackActive = light_Checkbox as Theme
2384
2382
  export const light_Switch = light_Checkbox as Theme
2385
2383
  export const light_TooltipContent = light_Checkbox as Theme
2384
+ export const light_SliderTrack = light_Checkbox as Theme
2386
2385
  export const light_SwitchThumb = {
2387
- background: '#fff',
2388
- backgroundHover: '#fff',
2389
- backgroundPress: 'hsl(351, 89.0%, 96.0%)',
2390
- backgroundFocus: 'hsl(358, 100%, 69.5%)',
2391
- backgroundStrong: '#fff',
2392
- backgroundTransparent: '#fff',
2393
- color: 'hsl(353, 23.0%, 9.8%)',
2394
- colorHover: 'hsl(357, 34.4%, 12.0%)',
2395
- colorPress: 'hsl(353, 23.0%, 9.8%)',
2396
- colorFocus: 'hsl(357, 34.4%, 12.0%)',
2397
- colorTransparent: 'hsl(353, 23.0%, 9.8%)',
2398
- borderColor: 'hsl(358, 100%, 69.5%)',
2399
- borderColorHover: 'hsl(358, 85.3%, 64.0%)',
2400
- borderColorFocus: 'hsl(351, 89.0%, 96.0%)',
2401
- borderColorPress: 'hsl(358, 100%, 69.5%)',
2402
- placeholderColor: 'hsl(357, 34.4%, 12.0%)'
2386
+ background: 'hsl(0, 0%, 9.0%)',
2387
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
2388
+ backgroundPress: 'hsl(0, 0%, 42.5%)',
2389
+ backgroundFocus: 'hsl(0, 0%, 50.3%)',
2390
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2391
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
2392
+ color: '#fff',
2393
+ colorHover: '#f9f9f9',
2394
+ colorPress: '#fff',
2395
+ colorFocus: '#f9f9f9',
2396
+ colorTransparent: '#fff',
2397
+ borderColor: 'hsl(0, 0%, 50.3%)',
2398
+ borderColorHover: 'hsl(0, 0%, 56.1%)',
2399
+ borderColorFocus: 'hsl(0, 0%, 42.5%)',
2400
+ borderColorPress: 'hsl(0, 0%, 50.3%)',
2401
+ placeholderColor: '#f9f9f9'
2402
+ } as Theme
2403
+ export const light_SliderTrackActive = {
2404
+ background: 'hsl(0, 0%, 56.1%)',
2405
+ backgroundHover: 'hsl(0, 0%, 81.0%)',
2406
+ backgroundPress: 'hsl(0, 0%, 89.5%)',
2407
+ backgroundFocus: 'hsl(0, 0%, 92.0%)',
2408
+ backgroundStrong: 'hsl(0, 0%, 50.3%)',
2409
+ backgroundTransparent: 'hsl(0, 0%, 42.5%)',
2410
+ color: '#fff',
2411
+ colorHover: '#f9f9f9',
2412
+ colorPress: '#fff',
2413
+ colorFocus: '#f9f9f9',
2414
+ colorTransparent: '#f9f9f9',
2415
+ borderColor: 'hsl(0, 0%, 92.0%)',
2416
+ borderColorHover: 'hsl(0, 0%, 94.0%)',
2417
+ borderColorFocus: 'hsl(0, 0%, 89.5%)',
2418
+ borderColorPress: 'hsl(0, 0%, 92.0%)',
2419
+ placeholderColor: 'hsl(0, 0%, 92.0%)'
2403
2420
  } as Theme
2404
-
2405
- export const dark_red_SwitchThumb = light_SwitchThumb as Theme
2406
2421
  export const light_SliderThumb = {
2407
2422
  background: 'hsl(0, 0%, 42.5%)',
2408
2423
  backgroundHover: 'hsl(0, 0%, 50.3%)',
@@ -2496,7 +2511,6 @@ export const dark_Card = {
2496
2511
  export const dark_DrawerFrame = dark_Card as Theme
2497
2512
  export const dark_Progress = dark_Card as Theme
2498
2513
  export const dark_TooltipArrow = dark_Card as Theme
2499
- export const dark_SliderTrack = dark_Card as Theme
2500
2514
  export const dark_Button = {
2501
2515
  background: '#232323',
2502
2516
  backgroundHover: '#282828',
@@ -2534,9 +2548,9 @@ export const dark_Checkbox = {
2534
2548
  placeholderColor: '#424242'
2535
2549
  } as Theme
2536
2550
 
2537
- export const dark_SliderTrackActive = dark_Checkbox as Theme
2538
2551
  export const dark_Switch = dark_Checkbox as Theme
2539
2552
  export const dark_TooltipContent = dark_Checkbox as Theme
2553
+ export const dark_SliderTrack = dark_Checkbox as Theme
2540
2554
  export const dark_SwitchThumb = {
2541
2555
  background: '#fff',
2542
2556
  backgroundHover: '#fff',
@@ -2555,6 +2569,24 @@ export const dark_SwitchThumb = {
2555
2569
  borderColorPress: '#626262',
2556
2570
  placeholderColor: '#151515'
2557
2571
  } as Theme
2572
+ export const dark_SliderTrackActive = {
2573
+ background: '#545454',
2574
+ backgroundHover: '#494949',
2575
+ backgroundPress: '#424242',
2576
+ backgroundFocus: '#323232',
2577
+ backgroundStrong: '#626262',
2578
+ backgroundTransparent: '#a5a5a5',
2579
+ color: '#050505',
2580
+ colorHover: '#151515',
2581
+ colorPress: '#050505',
2582
+ colorFocus: '#151515',
2583
+ colorTransparent: '#151515',
2584
+ borderColor: '#323232',
2585
+ borderColorHover: '#282828',
2586
+ borderColorFocus: '#424242',
2587
+ borderColorPress: '#323232',
2588
+ placeholderColor: '#323232'
2589
+ } as Theme
2558
2590
  export const dark_SliderThumb = {
2559
2591
  background: '#a5a5a5',
2560
2592
  backgroundHover: '#626262',
@@ -2636,7 +2668,6 @@ export const light_orange_Card = {
2636
2668
  export const light_orange_DrawerFrame = light_orange_Card as Theme
2637
2669
  export const light_orange_Progress = light_orange_Card as Theme
2638
2670
  export const light_orange_TooltipArrow = light_orange_Card as Theme
2639
- export const light_orange_SliderTrack = light_orange_Card as Theme
2640
2671
  export const light_orange_Button = {
2641
2672
  background: 'hsl(25, 100%, 92.2%)',
2642
2673
  backgroundHover: 'hsl(25, 100%, 88.2%)',
@@ -2674,34 +2705,45 @@ export const light_orange_Checkbox = {
2674
2705
  placeholderColor: 'hsl(24, 94.5%, 64.3%)'
2675
2706
  } as Theme
2676
2707
 
2677
- export const light_orange_SliderTrackActive = light_orange_Checkbox as Theme
2678
2708
  export const light_orange_Switch = light_orange_Checkbox as Theme
2679
2709
  export const light_orange_TooltipContent = light_orange_Checkbox as Theme
2710
+ export const light_orange_SliderTrack = light_orange_Checkbox as Theme
2680
2711
  export const light_orange_SwitchThumb = {
2681
2712
  background: 'hsl(0, 0%, 9.0%)',
2682
2713
  backgroundHover: 'hsl(0, 0%, 9.0%)',
2683
- backgroundPress: 'hsl(354, 50.0%, 14.6%)',
2684
- backgroundFocus: 'hsl(358, 65.0%, 48.7%)',
2714
+ backgroundPress: 'hsl(15, 60.0%, 17.0%)',
2715
+ backgroundFocus: 'hsl(24, 100%, 37.0%)',
2685
2716
  backgroundStrong: 'hsl(0, 0%, 9.0%)',
2686
2717
  backgroundTransparent: 'hsl(0, 0%, 9.0%)',
2687
- color: 'hsl(359, 100%, 99.4%)',
2688
- colorHover: 'hsl(359, 100%, 98.6%)',
2689
- colorPress: 'hsl(359, 100%, 99.4%)',
2690
- colorFocus: 'hsl(359, 100%, 98.6%)',
2691
- colorTransparent: 'hsl(359, 100%, 99.4%)',
2692
- borderColor: 'hsl(354, 50.0%, 14.6%)',
2693
- borderColorHover: 'hsl(358, 65.0%, 48.7%)',
2694
- borderColorFocus: 'hsl(354, 50.0%, 14.6%)',
2695
- borderColorPress: 'hsl(354, 50.0%, 14.6%)',
2696
- placeholderColor: 'hsl(359, 100%, 98.6%)'
2718
+ color: 'hsl(24, 70.0%, 99.0%)',
2719
+ colorHover: 'hsl(24, 83.3%, 97.6%)',
2720
+ colorPress: 'hsl(24, 70.0%, 99.0%)',
2721
+ colorFocus: 'hsl(24, 83.3%, 97.6%)',
2722
+ colorTransparent: 'hsl(24, 70.0%, 99.0%)',
2723
+ borderColor: 'hsl(15, 60.0%, 17.0%)',
2724
+ borderColorHover: 'hsl(24, 100%, 37.0%)',
2725
+ borderColorFocus: 'hsl(15, 60.0%, 17.0%)',
2726
+ borderColorPress: 'hsl(15, 60.0%, 17.0%)',
2727
+ placeholderColor: 'hsl(24, 83.3%, 97.6%)'
2728
+ } as Theme
2729
+ export const light_orange_SliderTrackActive = {
2730
+ background: 'hsl(24, 100%, 46.5%)',
2731
+ backgroundHover: 'hsl(24, 94.0%, 50.0%)',
2732
+ backgroundPress: 'hsl(24, 94.5%, 64.3%)',
2733
+ backgroundFocus: 'hsl(25, 100%, 82.8%)',
2734
+ backgroundStrong: 'hsl(24, 100%, 37.0%)',
2735
+ backgroundTransparent: 'hsl(15, 60.0%, 17.0%)',
2736
+ color: 'hsl(24, 70.0%, 99.0%)',
2737
+ colorHover: 'hsl(24, 83.3%, 97.6%)',
2738
+ colorPress: 'hsl(24, 70.0%, 99.0%)',
2739
+ colorFocus: 'hsl(24, 83.3%, 97.6%)',
2740
+ colorTransparent: 'hsl(24, 83.3%, 97.6%)',
2741
+ borderColor: 'hsl(24, 94.5%, 64.3%)',
2742
+ borderColorHover: 'hsl(25, 100%, 82.8%)',
2743
+ borderColorFocus: 'hsl(24, 94.5%, 64.3%)',
2744
+ borderColorPress: 'hsl(24, 94.5%, 64.3%)',
2745
+ placeholderColor: 'hsl(25, 100%, 82.8%)'
2697
2746
  } as Theme
2698
-
2699
- export const light_yellow_SwitchThumb = light_orange_SwitchThumb as Theme
2700
- export const light_green_SwitchThumb = light_orange_SwitchThumb as Theme
2701
- export const light_blue_SwitchThumb = light_orange_SwitchThumb as Theme
2702
- export const light_purple_SwitchThumb = light_orange_SwitchThumb as Theme
2703
- export const light_pink_SwitchThumb = light_orange_SwitchThumb as Theme
2704
- export const light_red_SwitchThumb = light_orange_SwitchThumb as Theme
2705
2747
  export const light_orange_SliderThumb = {
2706
2748
  background: 'hsl(15, 60.0%, 17.0%)',
2707
2749
  backgroundHover: 'hsl(24, 100%, 37.0%)',
@@ -2783,7 +2825,6 @@ export const light_yellow_Card = {
2783
2825
  export const light_yellow_DrawerFrame = light_yellow_Card as Theme
2784
2826
  export const light_yellow_Progress = light_yellow_Card as Theme
2785
2827
  export const light_yellow_TooltipArrow = light_yellow_Card as Theme
2786
- export const light_yellow_SliderTrack = light_yellow_Card as Theme
2787
2828
  export const light_yellow_Button = {
2788
2829
  background: 'hsl(54, 100%, 86.6%)',
2789
2830
  backgroundHover: 'hsl(52, 97.9%, 82.0%)',
@@ -2821,9 +2862,45 @@ export const light_yellow_Checkbox = {
2821
2862
  placeholderColor: 'hsl(48, 100%, 46.1%)'
2822
2863
  } as Theme
2823
2864
 
2824
- export const light_yellow_SliderTrackActive = light_yellow_Checkbox as Theme
2825
2865
  export const light_yellow_Switch = light_yellow_Checkbox as Theme
2826
2866
  export const light_yellow_TooltipContent = light_yellow_Checkbox as Theme
2867
+ export const light_yellow_SliderTrack = light_yellow_Checkbox as Theme
2868
+ export const light_yellow_SwitchThumb = {
2869
+ background: 'hsl(0, 0%, 9.0%)',
2870
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
2871
+ backgroundPress: 'hsl(40, 55.0%, 13.5%)',
2872
+ backgroundFocus: 'hsl(42, 100%, 29.0%)',
2873
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
2874
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
2875
+ color: 'hsl(60, 54.0%, 98.5%)',
2876
+ colorHover: 'hsl(52, 100%, 95.5%)',
2877
+ colorPress: 'hsl(60, 54.0%, 98.5%)',
2878
+ colorFocus: 'hsl(52, 100%, 95.5%)',
2879
+ colorTransparent: 'hsl(60, 54.0%, 98.5%)',
2880
+ borderColor: 'hsl(40, 55.0%, 13.5%)',
2881
+ borderColorHover: 'hsl(42, 100%, 29.0%)',
2882
+ borderColorFocus: 'hsl(40, 55.0%, 13.5%)',
2883
+ borderColorPress: 'hsl(40, 55.0%, 13.5%)',
2884
+ placeholderColor: 'hsl(52, 100%, 95.5%)'
2885
+ } as Theme
2886
+ export const light_yellow_SliderTrackActive = {
2887
+ background: 'hsl(50, 100%, 48.5%)',
2888
+ backgroundHover: 'hsl(53, 92.0%, 50.0%)',
2889
+ backgroundPress: 'hsl(48, 100%, 46.1%)',
2890
+ backgroundFocus: 'hsl(50, 89.4%, 76.1%)',
2891
+ backgroundStrong: 'hsl(42, 100%, 29.0%)',
2892
+ backgroundTransparent: 'hsl(40, 55.0%, 13.5%)',
2893
+ color: 'hsl(60, 54.0%, 98.5%)',
2894
+ colorHover: 'hsl(52, 100%, 95.5%)',
2895
+ colorPress: 'hsl(60, 54.0%, 98.5%)',
2896
+ colorFocus: 'hsl(52, 100%, 95.5%)',
2897
+ colorTransparent: 'hsl(52, 100%, 95.5%)',
2898
+ borderColor: 'hsl(48, 100%, 46.1%)',
2899
+ borderColorHover: 'hsl(50, 89.4%, 76.1%)',
2900
+ borderColorFocus: 'hsl(48, 100%, 46.1%)',
2901
+ borderColorPress: 'hsl(48, 100%, 46.1%)',
2902
+ placeholderColor: 'hsl(50, 89.4%, 76.1%)'
2903
+ } as Theme
2827
2904
  export const light_yellow_SliderThumb = {
2828
2905
  background: 'hsl(40, 55.0%, 13.5%)',
2829
2906
  backgroundHover: 'hsl(42, 100%, 29.0%)',
@@ -2905,7 +2982,6 @@ export const light_green_Card = {
2905
2982
  export const light_green_DrawerFrame = light_green_Card as Theme
2906
2983
  export const light_green_Progress = light_green_Card as Theme
2907
2984
  export const light_green_TooltipArrow = light_green_Card as Theme
2908
- export const light_green_SliderTrack = light_green_Card as Theme
2909
2985
  export const light_green_Button = {
2910
2986
  background: 'hsl(140, 48.7%, 91.0%)',
2911
2987
  backgroundHover: 'hsl(141, 43.7%, 86.0%)',
@@ -2943,9 +3019,45 @@ export const light_green_Checkbox = {
2943
3019
  placeholderColor: 'hsl(151, 40.2%, 54.1%)'
2944
3020
  } as Theme
2945
3021
 
2946
- export const light_green_SliderTrackActive = light_green_Checkbox as Theme
2947
3022
  export const light_green_Switch = light_green_Checkbox as Theme
2948
3023
  export const light_green_TooltipContent = light_green_Checkbox as Theme
3024
+ export const light_green_SliderTrack = light_green_Checkbox as Theme
3025
+ export const light_green_SwitchThumb = {
3026
+ background: 'hsl(0, 0%, 9.0%)',
3027
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
3028
+ backgroundPress: 'hsl(155, 40.0%, 14.0%)',
3029
+ backgroundFocus: 'hsl(153, 67.0%, 28.5%)',
3030
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3031
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
3032
+ color: 'hsl(136, 50.0%, 98.9%)',
3033
+ colorHover: 'hsl(138, 62.5%, 96.9%)',
3034
+ colorPress: 'hsl(136, 50.0%, 98.9%)',
3035
+ colorFocus: 'hsl(138, 62.5%, 96.9%)',
3036
+ colorTransparent: 'hsl(136, 50.0%, 98.9%)',
3037
+ borderColor: 'hsl(155, 40.0%, 14.0%)',
3038
+ borderColorHover: 'hsl(153, 67.0%, 28.5%)',
3039
+ borderColorFocus: 'hsl(155, 40.0%, 14.0%)',
3040
+ borderColorPress: 'hsl(155, 40.0%, 14.0%)',
3041
+ placeholderColor: 'hsl(138, 62.5%, 96.9%)'
3042
+ } as Theme
3043
+ export const light_green_SliderTrackActive = {
3044
+ background: 'hsl(152, 57.5%, 37.6%)',
3045
+ backgroundHover: 'hsl(151, 55.0%, 41.5%)',
3046
+ backgroundPress: 'hsl(151, 40.2%, 54.1%)',
3047
+ backgroundFocus: 'hsl(143, 40.3%, 79.0%)',
3048
+ backgroundStrong: 'hsl(153, 67.0%, 28.5%)',
3049
+ backgroundTransparent: 'hsl(155, 40.0%, 14.0%)',
3050
+ color: 'hsl(136, 50.0%, 98.9%)',
3051
+ colorHover: 'hsl(138, 62.5%, 96.9%)',
3052
+ colorPress: 'hsl(136, 50.0%, 98.9%)',
3053
+ colorFocus: 'hsl(138, 62.5%, 96.9%)',
3054
+ colorTransparent: 'hsl(138, 62.5%, 96.9%)',
3055
+ borderColor: 'hsl(151, 40.2%, 54.1%)',
3056
+ borderColorHover: 'hsl(143, 40.3%, 79.0%)',
3057
+ borderColorFocus: 'hsl(151, 40.2%, 54.1%)',
3058
+ borderColorPress: 'hsl(151, 40.2%, 54.1%)',
3059
+ placeholderColor: 'hsl(143, 40.3%, 79.0%)'
3060
+ } as Theme
2949
3061
  export const light_green_SliderThumb = {
2950
3062
  background: 'hsl(155, 40.0%, 14.0%)',
2951
3063
  backgroundHover: 'hsl(153, 67.0%, 28.5%)',
@@ -3027,7 +3139,6 @@ export const light_blue_Card = {
3027
3139
  export const light_blue_DrawerFrame = light_blue_Card as Theme
3028
3140
  export const light_blue_Progress = light_blue_Card as Theme
3029
3141
  export const light_blue_TooltipArrow = light_blue_Card as Theme
3030
- export const light_blue_SliderTrack = light_blue_Card as Theme
3031
3142
  export const light_blue_Button = {
3032
3143
  background: 'hsl(210, 98.8%, 94.0%)',
3033
3144
  backgroundHover: 'hsl(209, 95.0%, 90.1%)',
@@ -3065,9 +3176,45 @@ export const light_blue_Checkbox = {
3065
3176
  placeholderColor: 'hsl(206, 81.9%, 65.3%)'
3066
3177
  } as Theme
3067
3178
 
3068
- export const light_blue_SliderTrackActive = light_blue_Checkbox as Theme
3069
3179
  export const light_blue_Switch = light_blue_Checkbox as Theme
3070
3180
  export const light_blue_TooltipContent = light_blue_Checkbox as Theme
3181
+ export const light_blue_SliderTrack = light_blue_Checkbox as Theme
3182
+ export const light_blue_SwitchThumb = {
3183
+ background: 'hsl(0, 0%, 9.0%)',
3184
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
3185
+ backgroundPress: 'hsl(211, 100%, 15.0%)',
3186
+ backgroundFocus: 'hsl(211, 100%, 43.2%)',
3187
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3188
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
3189
+ color: 'hsl(206, 100%, 99.2%)',
3190
+ colorHover: 'hsl(210, 100%, 98.0%)',
3191
+ colorPress: 'hsl(206, 100%, 99.2%)',
3192
+ colorFocus: 'hsl(210, 100%, 98.0%)',
3193
+ colorTransparent: 'hsl(206, 100%, 99.2%)',
3194
+ borderColor: 'hsl(211, 100%, 15.0%)',
3195
+ borderColorHover: 'hsl(211, 100%, 43.2%)',
3196
+ borderColorFocus: 'hsl(211, 100%, 15.0%)',
3197
+ borderColorPress: 'hsl(211, 100%, 15.0%)',
3198
+ placeholderColor: 'hsl(210, 100%, 98.0%)'
3199
+ } as Theme
3200
+ export const light_blue_SliderTrackActive = {
3201
+ background: 'hsl(208, 100%, 47.3%)',
3202
+ backgroundHover: 'hsl(206, 100%, 50.0%)',
3203
+ backgroundPress: 'hsl(206, 81.9%, 65.3%)',
3204
+ backgroundFocus: 'hsl(209, 81.2%, 84.5%)',
3205
+ backgroundStrong: 'hsl(211, 100%, 43.2%)',
3206
+ backgroundTransparent: 'hsl(211, 100%, 15.0%)',
3207
+ color: 'hsl(206, 100%, 99.2%)',
3208
+ colorHover: 'hsl(210, 100%, 98.0%)',
3209
+ colorPress: 'hsl(206, 100%, 99.2%)',
3210
+ colorFocus: 'hsl(210, 100%, 98.0%)',
3211
+ colorTransparent: 'hsl(210, 100%, 98.0%)',
3212
+ borderColor: 'hsl(206, 81.9%, 65.3%)',
3213
+ borderColorHover: 'hsl(209, 81.2%, 84.5%)',
3214
+ borderColorFocus: 'hsl(206, 81.9%, 65.3%)',
3215
+ borderColorPress: 'hsl(206, 81.9%, 65.3%)',
3216
+ placeholderColor: 'hsl(209, 81.2%, 84.5%)'
3217
+ } as Theme
3071
3218
  export const light_blue_SliderThumb = {
3072
3219
  background: 'hsl(211, 100%, 15.0%)',
3073
3220
  backgroundHover: 'hsl(211, 100%, 43.2%)',
@@ -3149,7 +3296,6 @@ export const light_purple_Card = {
3149
3296
  export const light_purple_DrawerFrame = light_purple_Card as Theme
3150
3297
  export const light_purple_Progress = light_purple_Card as Theme
3151
3298
  export const light_purple_TooltipArrow = light_purple_Card as Theme
3152
- export const light_purple_SliderTrack = light_purple_Card as Theme
3153
3299
  export const light_purple_Button = {
3154
3300
  background: 'hsl(275, 76.4%, 94.7%)',
3155
3301
  backgroundHover: 'hsl(275, 70.8%, 91.8%)',
@@ -3187,9 +3333,45 @@ export const light_purple_Checkbox = {
3187
3333
  placeholderColor: 'hsl(272, 60.0%, 73.5%)'
3188
3334
  } as Theme
3189
3335
 
3190
- export const light_purple_SliderTrackActive = light_purple_Checkbox as Theme
3191
3336
  export const light_purple_Switch = light_purple_Checkbox as Theme
3192
3337
  export const light_purple_TooltipContent = light_purple_Checkbox as Theme
3338
+ export const light_purple_SliderTrack = light_purple_Checkbox as Theme
3339
+ export const light_purple_SwitchThumb = {
3340
+ background: 'hsl(0, 0%, 9.0%)',
3341
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
3342
+ backgroundPress: 'hsl(272, 66.0%, 16.0%)',
3343
+ backgroundFocus: 'hsl(272, 50.0%, 45.8%)',
3344
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3345
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
3346
+ color: 'hsl(280, 65.0%, 99.4%)',
3347
+ colorHover: 'hsl(276, 100%, 99.0%)',
3348
+ colorPress: 'hsl(280, 65.0%, 99.4%)',
3349
+ colorFocus: 'hsl(276, 100%, 99.0%)',
3350
+ colorTransparent: 'hsl(280, 65.0%, 99.4%)',
3351
+ borderColor: 'hsl(272, 66.0%, 16.0%)',
3352
+ borderColorHover: 'hsl(272, 50.0%, 45.8%)',
3353
+ borderColorFocus: 'hsl(272, 66.0%, 16.0%)',
3354
+ borderColorPress: 'hsl(272, 66.0%, 16.0%)',
3355
+ placeholderColor: 'hsl(276, 100%, 99.0%)'
3356
+ } as Theme
3357
+ export const light_purple_SliderTrackActive = {
3358
+ background: 'hsl(272, 46.8%, 50.3%)',
3359
+ backgroundHover: 'hsl(272, 51.0%, 54.0%)',
3360
+ backgroundPress: 'hsl(272, 60.0%, 73.5%)',
3361
+ backgroundFocus: 'hsl(274, 65.4%, 87.8%)',
3362
+ backgroundStrong: 'hsl(272, 50.0%, 45.8%)',
3363
+ backgroundTransparent: 'hsl(272, 66.0%, 16.0%)',
3364
+ color: 'hsl(280, 65.0%, 99.4%)',
3365
+ colorHover: 'hsl(276, 100%, 99.0%)',
3366
+ colorPress: 'hsl(280, 65.0%, 99.4%)',
3367
+ colorFocus: 'hsl(276, 100%, 99.0%)',
3368
+ colorTransparent: 'hsl(276, 100%, 99.0%)',
3369
+ borderColor: 'hsl(272, 60.0%, 73.5%)',
3370
+ borderColorHover: 'hsl(274, 65.4%, 87.8%)',
3371
+ borderColorFocus: 'hsl(272, 60.0%, 73.5%)',
3372
+ borderColorPress: 'hsl(272, 60.0%, 73.5%)',
3373
+ placeholderColor: 'hsl(274, 65.4%, 87.8%)'
3374
+ } as Theme
3193
3375
  export const light_purple_SliderThumb = {
3194
3376
  background: 'hsl(272, 66.0%, 16.0%)',
3195
3377
  backgroundHover: 'hsl(272, 50.0%, 45.8%)',
@@ -3271,7 +3453,6 @@ export const light_pink_Card = {
3271
3453
  export const light_pink_DrawerFrame = light_pink_Card as Theme
3272
3454
  export const light_pink_Progress = light_pink_Card as Theme
3273
3455
  export const light_pink_TooltipArrow = light_pink_Card as Theme
3274
- export const light_pink_SliderTrack = light_pink_Card as Theme
3275
3456
  export const light_pink_Button = {
3276
3457
  background: 'hsl(323, 78.7%, 94.2%)',
3277
3458
  backgroundHover: 'hsl(323, 72.2%, 91.1%)',
@@ -3309,9 +3490,45 @@ export const light_pink_Checkbox = {
3309
3490
  placeholderColor: 'hsl(323, 60.3%, 72.4%)'
3310
3491
  } as Theme
3311
3492
 
3312
- export const light_pink_SliderTrackActive = light_pink_Checkbox as Theme
3313
3493
  export const light_pink_Switch = light_pink_Checkbox as Theme
3314
3494
  export const light_pink_TooltipContent = light_pink_Checkbox as Theme
3495
+ export const light_pink_SliderTrack = light_pink_Checkbox as Theme
3496
+ export const light_pink_SwitchThumb = {
3497
+ background: 'hsl(0, 0%, 9.0%)',
3498
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
3499
+ backgroundPress: 'hsl(320, 70.0%, 13.5%)',
3500
+ backgroundFocus: 'hsl(322, 75.0%, 46.0%)',
3501
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3502
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
3503
+ color: 'hsl(322, 100%, 99.4%)',
3504
+ colorHover: 'hsl(323, 100%, 98.4%)',
3505
+ colorPress: 'hsl(322, 100%, 99.4%)',
3506
+ colorFocus: 'hsl(323, 100%, 98.4%)',
3507
+ colorTransparent: 'hsl(322, 100%, 99.4%)',
3508
+ borderColor: 'hsl(320, 70.0%, 13.5%)',
3509
+ borderColorHover: 'hsl(322, 75.0%, 46.0%)',
3510
+ borderColorFocus: 'hsl(320, 70.0%, 13.5%)',
3511
+ borderColorPress: 'hsl(320, 70.0%, 13.5%)',
3512
+ placeholderColor: 'hsl(323, 100%, 98.4%)'
3513
+ } as Theme
3514
+ export const light_pink_SliderTrackActive = {
3515
+ background: 'hsl(322, 63.9%, 50.7%)',
3516
+ backgroundHover: 'hsl(322, 65.0%, 54.5%)',
3517
+ backgroundPress: 'hsl(323, 60.3%, 72.4%)',
3518
+ backgroundFocus: 'hsl(323, 66.3%, 86.6%)',
3519
+ backgroundStrong: 'hsl(322, 75.0%, 46.0%)',
3520
+ backgroundTransparent: 'hsl(320, 70.0%, 13.5%)',
3521
+ color: 'hsl(322, 100%, 99.4%)',
3522
+ colorHover: 'hsl(323, 100%, 98.4%)',
3523
+ colorPress: 'hsl(322, 100%, 99.4%)',
3524
+ colorFocus: 'hsl(323, 100%, 98.4%)',
3525
+ colorTransparent: 'hsl(323, 100%, 98.4%)',
3526
+ borderColor: 'hsl(323, 60.3%, 72.4%)',
3527
+ borderColorHover: 'hsl(323, 66.3%, 86.6%)',
3528
+ borderColorFocus: 'hsl(323, 60.3%, 72.4%)',
3529
+ borderColorPress: 'hsl(323, 60.3%, 72.4%)',
3530
+ placeholderColor: 'hsl(323, 66.3%, 86.6%)'
3531
+ } as Theme
3315
3532
  export const light_pink_SliderThumb = {
3316
3533
  background: 'hsl(320, 70.0%, 13.5%)',
3317
3534
  backgroundHover: 'hsl(322, 75.0%, 46.0%)',
@@ -3393,7 +3610,6 @@ export const light_red_Card = {
3393
3610
  export const light_red_DrawerFrame = light_red_Card as Theme
3394
3611
  export const light_red_Progress = light_red_Card as Theme
3395
3612
  export const light_red_TooltipArrow = light_red_Card as Theme
3396
- export const light_red_SliderTrack = light_red_Card as Theme
3397
3613
  export const light_red_Button = {
3398
3614
  background: 'hsl(360, 97.9%, 94.8%)',
3399
3615
  backgroundHover: 'hsl(360, 90.2%, 91.9%)',
@@ -3431,9 +3647,45 @@ export const light_red_Checkbox = {
3431
3647
  placeholderColor: 'hsl(359, 69.5%, 74.3%)'
3432
3648
  } as Theme
3433
3649
 
3434
- export const light_red_SliderTrackActive = light_red_Checkbox as Theme
3435
3650
  export const light_red_Switch = light_red_Checkbox as Theme
3436
3651
  export const light_red_TooltipContent = light_red_Checkbox as Theme
3652
+ export const light_red_SliderTrack = light_red_Checkbox as Theme
3653
+ export const light_red_SwitchThumb = {
3654
+ background: 'hsl(0, 0%, 9.0%)',
3655
+ backgroundHover: 'hsl(0, 0%, 9.0%)',
3656
+ backgroundPress: 'hsl(354, 50.0%, 14.6%)',
3657
+ backgroundFocus: 'hsl(358, 65.0%, 48.7%)',
3658
+ backgroundStrong: 'hsl(0, 0%, 9.0%)',
3659
+ backgroundTransparent: 'hsl(0, 0%, 9.0%)',
3660
+ color: 'hsl(359, 100%, 99.4%)',
3661
+ colorHover: 'hsl(359, 100%, 98.6%)',
3662
+ colorPress: 'hsl(359, 100%, 99.4%)',
3663
+ colorFocus: 'hsl(359, 100%, 98.6%)',
3664
+ colorTransparent: 'hsl(359, 100%, 99.4%)',
3665
+ borderColor: 'hsl(354, 50.0%, 14.6%)',
3666
+ borderColorHover: 'hsl(358, 65.0%, 48.7%)',
3667
+ borderColorFocus: 'hsl(354, 50.0%, 14.6%)',
3668
+ borderColorPress: 'hsl(354, 50.0%, 14.6%)',
3669
+ placeholderColor: 'hsl(359, 100%, 98.6%)'
3670
+ } as Theme
3671
+ export const light_red_SliderTrackActive = {
3672
+ background: 'hsl(358, 69.4%, 55.2%)',
3673
+ backgroundHover: 'hsl(358, 75.0%, 59.0%)',
3674
+ backgroundPress: 'hsl(359, 69.5%, 74.3%)',
3675
+ backgroundFocus: 'hsl(360, 81.7%, 87.8%)',
3676
+ backgroundStrong: 'hsl(358, 65.0%, 48.7%)',
3677
+ backgroundTransparent: 'hsl(354, 50.0%, 14.6%)',
3678
+ color: 'hsl(359, 100%, 99.4%)',
3679
+ colorHover: 'hsl(359, 100%, 98.6%)',
3680
+ colorPress: 'hsl(359, 100%, 99.4%)',
3681
+ colorFocus: 'hsl(359, 100%, 98.6%)',
3682
+ colorTransparent: 'hsl(359, 100%, 98.6%)',
3683
+ borderColor: 'hsl(359, 69.5%, 74.3%)',
3684
+ borderColorHover: 'hsl(360, 81.7%, 87.8%)',
3685
+ borderColorFocus: 'hsl(359, 69.5%, 74.3%)',
3686
+ borderColorPress: 'hsl(359, 69.5%, 74.3%)',
3687
+ placeholderColor: 'hsl(360, 81.7%, 87.8%)'
3688
+ } as Theme
3437
3689
  export const light_red_SliderThumb = {
3438
3690
  background: 'hsl(354, 50.0%, 14.6%)',
3439
3691
  backgroundHover: 'hsl(358, 65.0%, 48.7%)',
@@ -3497,7 +3749,6 @@ export const dark_orange_Card = {
3497
3749
  export const dark_orange_DrawerFrame = dark_orange_Card as Theme
3498
3750
  export const dark_orange_Progress = dark_orange_Card as Theme
3499
3751
  export const dark_orange_TooltipArrow = dark_orange_Card as Theme
3500
- export const dark_orange_SliderTrack = dark_orange_Card as Theme
3501
3752
  export const dark_orange_Button = {
3502
3753
  background: 'hsl(25, 88.3%, 14.1%)',
3503
3754
  backgroundHover: 'hsl(24, 87.6%, 16.6%)',
@@ -3535,9 +3786,9 @@ export const dark_orange_Checkbox = {
3535
3786
  placeholderColor: 'hsl(25, 100%, 29.0%)'
3536
3787
  } as Theme
3537
3788
 
3538
- export const dark_orange_SliderTrackActive = dark_orange_Checkbox as Theme
3539
3789
  export const dark_orange_Switch = dark_orange_Checkbox as Theme
3540
3790
  export const dark_orange_TooltipContent = dark_orange_Checkbox as Theme
3791
+ export const dark_orange_SliderTrack = dark_orange_Checkbox as Theme
3541
3792
  export const dark_orange_SwitchThumb = {
3542
3793
  background: '#fff',
3543
3794
  backgroundHover: '#fff',
@@ -3556,6 +3807,24 @@ export const dark_orange_SwitchThumb = {
3556
3807
  borderColorPress: 'hsl(24, 100%, 62.2%)',
3557
3808
  placeholderColor: 'hsl(28, 100%, 8.4%)'
3558
3809
  } as Theme
3810
+ export const dark_orange_SliderTrackActive = {
3811
+ background: 'hsl(24, 100%, 58.5%)',
3812
+ backgroundHover: 'hsl(24, 94.0%, 50.0%)',
3813
+ backgroundPress: 'hsl(25, 100%, 29.0%)',
3814
+ backgroundFocus: 'hsl(24, 88.6%, 19.8%)',
3815
+ backgroundStrong: 'hsl(24, 100%, 62.2%)',
3816
+ backgroundTransparent: 'hsl(24, 97.0%, 93.2%)',
3817
+ color: 'hsl(30, 70.0%, 7.2%)',
3818
+ colorHover: 'hsl(28, 100%, 8.4%)',
3819
+ colorPress: 'hsl(30, 70.0%, 7.2%)',
3820
+ colorFocus: 'hsl(28, 100%, 8.4%)',
3821
+ colorTransparent: 'hsl(28, 100%, 8.4%)',
3822
+ borderColor: 'hsl(24, 88.6%, 19.8%)',
3823
+ borderColorHover: 'hsl(24, 87.6%, 16.6%)',
3824
+ borderColorFocus: 'hsl(25, 100%, 29.0%)',
3825
+ borderColorPress: 'hsl(24, 88.6%, 19.8%)',
3826
+ placeholderColor: 'hsl(24, 88.6%, 19.8%)'
3827
+ } as Theme
3559
3828
  export const dark_orange_SliderThumb = {
3560
3829
  background: 'hsl(24, 97.0%, 93.2%)',
3561
3830
  backgroundHover: 'hsl(24, 100%, 62.2%)',
@@ -3619,7 +3888,6 @@ export const dark_yellow_Card = {
3619
3888
  export const dark_yellow_DrawerFrame = dark_yellow_Card as Theme
3620
3889
  export const dark_yellow_Progress = dark_yellow_Card as Theme
3621
3890
  export const dark_yellow_TooltipArrow = dark_yellow_Card as Theme
3622
- export const dark_yellow_SliderTrack = dark_yellow_Card as Theme
3623
3891
  export const dark_yellow_Button = {
3624
3892
  background: 'hsl(45, 100%, 10.4%)',
3625
3893
  backgroundHover: 'hsl(47, 100%, 12.1%)',
@@ -3657,9 +3925,9 @@ export const dark_yellow_Checkbox = {
3657
3925
  placeholderColor: 'hsl(50, 100%, 22.0%)'
3658
3926
  } as Theme
3659
3927
 
3660
- export const dark_yellow_SliderTrackActive = dark_yellow_Checkbox as Theme
3661
3928
  export const dark_yellow_Switch = dark_yellow_Checkbox as Theme
3662
3929
  export const dark_yellow_TooltipContent = dark_yellow_Checkbox as Theme
3930
+ export const dark_yellow_SliderTrack = dark_yellow_Checkbox as Theme
3663
3931
  export const dark_yellow_SwitchThumb = {
3664
3932
  background: '#fff',
3665
3933
  backgroundHover: '#fff',
@@ -3678,6 +3946,24 @@ export const dark_yellow_SwitchThumb = {
3678
3946
  borderColorPress: 'hsl(48, 100%, 47.0%)',
3679
3947
  placeholderColor: 'hsl(46, 100%, 6.7%)'
3680
3948
  } as Theme
3949
+ export const dark_yellow_SliderTrackActive = {
3950
+ background: 'hsl(54, 100%, 68.0%)',
3951
+ backgroundHover: 'hsl(53, 92.0%, 50.0%)',
3952
+ backgroundPress: 'hsl(50, 100%, 22.0%)',
3953
+ backgroundFocus: 'hsl(49, 100%, 14.3%)',
3954
+ backgroundStrong: 'hsl(48, 100%, 47.0%)',
3955
+ backgroundTransparent: 'hsl(53, 100%, 91.0%)',
3956
+ color: 'hsl(45, 100%, 5.5%)',
3957
+ colorHover: 'hsl(46, 100%, 6.7%)',
3958
+ colorPress: 'hsl(45, 100%, 5.5%)',
3959
+ colorFocus: 'hsl(46, 100%, 6.7%)',
3960
+ colorTransparent: 'hsl(46, 100%, 6.7%)',
3961
+ borderColor: 'hsl(49, 100%, 14.3%)',
3962
+ borderColorHover: 'hsl(47, 100%, 12.1%)',
3963
+ borderColorFocus: 'hsl(50, 100%, 22.0%)',
3964
+ borderColorPress: 'hsl(49, 100%, 14.3%)',
3965
+ placeholderColor: 'hsl(49, 100%, 14.3%)'
3966
+ } as Theme
3681
3967
  export const dark_yellow_SliderThumb = {
3682
3968
  background: 'hsl(53, 100%, 91.0%)',
3683
3969
  backgroundHover: 'hsl(48, 100%, 47.0%)',
@@ -3741,7 +4027,6 @@ export const dark_green_Card = {
3741
4027
  export const dark_green_DrawerFrame = dark_green_Card as Theme
3742
4028
  export const dark_green_Progress = dark_green_Card as Theme
3743
4029
  export const dark_green_TooltipArrow = dark_green_Card as Theme
3744
- export const dark_green_SliderTrack = dark_green_Card as Theme
3745
4030
  export const dark_green_Button = {
3746
4031
  background: 'hsl(154, 48.4%, 12.9%)',
3747
4032
  backgroundHover: 'hsl(154, 49.7%, 14.9%)',
@@ -3779,9 +4064,9 @@ export const dark_green_Checkbox = {
3779
4064
  placeholderColor: 'hsl(151, 51.7%, 28.4%)'
3780
4065
  } as Theme
3781
4066
 
3782
- export const dark_green_SliderTrackActive = dark_green_Checkbox as Theme
3783
4067
  export const dark_green_Switch = dark_green_Checkbox as Theme
3784
4068
  export const dark_green_TooltipContent = dark_green_Checkbox as Theme
4069
+ export const dark_green_SliderTrack = dark_green_Checkbox as Theme
3785
4070
  export const dark_green_SwitchThumb = {
3786
4071
  background: '#fff',
3787
4072
  backgroundHover: '#fff',
@@ -3800,6 +4085,24 @@ export const dark_green_SwitchThumb = {
3800
4085
  borderColorPress: 'hsl(151, 50.0%, 53.2%)',
3801
4086
  placeholderColor: 'hsl(155, 44.2%, 8.4%)'
3802
4087
  } as Theme
4088
+ export const dark_green_SliderTrackActive = {
4089
+ background: 'hsl(151, 49.3%, 46.5%)',
4090
+ backgroundHover: 'hsl(151, 55.0%, 41.5%)',
4091
+ backgroundPress: 'hsl(151, 51.7%, 28.4%)',
4092
+ backgroundFocus: 'hsl(154, 50.9%, 17.6%)',
4093
+ backgroundStrong: 'hsl(151, 50.0%, 53.2%)',
4094
+ backgroundTransparent: 'hsl(137, 72.0%, 94.0%)',
4095
+ color: 'hsl(146, 30.0%, 7.4%)',
4096
+ colorHover: 'hsl(155, 44.2%, 8.4%)',
4097
+ colorPress: 'hsl(146, 30.0%, 7.4%)',
4098
+ colorFocus: 'hsl(155, 44.2%, 8.4%)',
4099
+ colorTransparent: 'hsl(155, 44.2%, 8.4%)',
4100
+ borderColor: 'hsl(154, 50.9%, 17.6%)',
4101
+ borderColorHover: 'hsl(154, 49.7%, 14.9%)',
4102
+ borderColorFocus: 'hsl(151, 51.7%, 28.4%)',
4103
+ borderColorPress: 'hsl(154, 50.9%, 17.6%)',
4104
+ placeholderColor: 'hsl(154, 50.9%, 17.6%)'
4105
+ } as Theme
3803
4106
  export const dark_green_SliderThumb = {
3804
4107
  background: 'hsl(137, 72.0%, 94.0%)',
3805
4108
  backgroundHover: 'hsl(151, 50.0%, 53.2%)',
@@ -3863,7 +4166,6 @@ export const dark_blue_Card = {
3863
4166
  export const dark_blue_DrawerFrame = dark_blue_Card as Theme
3864
4167
  export const dark_blue_Progress = dark_blue_Card as Theme
3865
4168
  export const dark_blue_TooltipArrow = dark_blue_Card as Theme
3866
- export const dark_blue_SliderTrack = dark_blue_Card as Theme
3867
4169
  export const dark_blue_Button = {
3868
4170
  background: 'hsl(214, 65.8%, 17.9%)',
3869
4171
  backgroundHover: 'hsl(213, 71.2%, 20.2%)',
@@ -3901,9 +4203,9 @@ export const dark_blue_Checkbox = {
3901
4203
  placeholderColor: 'hsl(211, 89.7%, 34.1%)'
3902
4204
  } as Theme
3903
4205
 
3904
- export const dark_blue_SliderTrackActive = dark_blue_Checkbox as Theme
3905
4206
  export const dark_blue_Switch = dark_blue_Checkbox as Theme
3906
4207
  export const dark_blue_TooltipContent = dark_blue_Checkbox as Theme
4208
+ export const dark_blue_SliderTrack = dark_blue_Checkbox as Theme
3907
4209
  export const dark_blue_SwitchThumb = {
3908
4210
  background: '#fff',
3909
4211
  backgroundHover: '#fff',
@@ -3922,6 +4224,24 @@ export const dark_blue_SwitchThumb = {
3922
4224
  borderColorPress: 'hsl(210, 100%, 66.1%)',
3923
4225
  placeholderColor: 'hsl(216, 50.0%, 11.8%)'
3924
4226
  } as Theme
4227
+ export const dark_blue_SliderTrackActive = {
4228
+ background: 'hsl(209, 100%, 60.6%)',
4229
+ backgroundHover: 'hsl(206, 100%, 50.0%)',
4230
+ backgroundPress: 'hsl(211, 89.7%, 34.1%)',
4231
+ backgroundFocus: 'hsl(212, 77.4%, 23.1%)',
4232
+ backgroundStrong: 'hsl(210, 100%, 66.1%)',
4233
+ backgroundTransparent: 'hsl(206, 98.0%, 95.8%)',
4234
+ color: 'hsl(212, 35.0%, 9.2%)',
4235
+ colorHover: 'hsl(216, 50.0%, 11.8%)',
4236
+ colorPress: 'hsl(212, 35.0%, 9.2%)',
4237
+ colorFocus: 'hsl(216, 50.0%, 11.8%)',
4238
+ colorTransparent: 'hsl(216, 50.0%, 11.8%)',
4239
+ borderColor: 'hsl(212, 77.4%, 23.1%)',
4240
+ borderColorHover: 'hsl(213, 71.2%, 20.2%)',
4241
+ borderColorFocus: 'hsl(211, 89.7%, 34.1%)',
4242
+ borderColorPress: 'hsl(212, 77.4%, 23.1%)',
4243
+ placeholderColor: 'hsl(212, 77.4%, 23.1%)'
4244
+ } as Theme
3925
4245
  export const dark_blue_SliderThumb = {
3926
4246
  background: 'hsl(206, 98.0%, 95.8%)',
3927
4247
  backgroundHover: 'hsl(210, 100%, 66.1%)',
@@ -3985,7 +4305,6 @@ export const dark_purple_Card = {
3985
4305
  export const dark_purple_DrawerFrame = dark_purple_Card as Theme
3986
4306
  export const dark_purple_Progress = dark_purple_Card as Theme
3987
4307
  export const dark_purple_TooltipArrow = dark_purple_Card as Theme
3988
- export const dark_purple_SliderTrack = dark_purple_Card as Theme
3989
4308
  export const dark_purple_Button = {
3990
4309
  background: 'hsl(280, 41.2%, 20.0%)',
3991
4310
  backgroundHover: 'hsl(279, 43.8%, 23.3%)',
@@ -4023,9 +4342,9 @@ export const dark_purple_Checkbox = {
4023
4342
  placeholderColor: 'hsl(272, 52.1%, 45.9%)'
4024
4343
  } as Theme
4025
4344
 
4026
- export const dark_purple_SliderTrackActive = dark_purple_Checkbox as Theme
4027
4345
  export const dark_purple_Switch = dark_purple_Checkbox as Theme
4028
4346
  export const dark_purple_TooltipContent = dark_purple_Checkbox as Theme
4347
+ export const dark_purple_SliderTrack = dark_purple_Checkbox as Theme
4029
4348
  export const dark_purple_SwitchThumb = {
4030
4349
  background: '#fff',
4031
4350
  backgroundHover: '#fff',
@@ -4044,6 +4363,24 @@ export const dark_purple_SwitchThumb = {
4044
4363
  borderColorPress: 'hsl(275, 80.0%, 71.0%)',
4045
4364
  placeholderColor: 'hsl(283, 30.0%, 11.8%)'
4046
4365
  } as Theme
4366
+ export const dark_purple_SliderTrackActive = {
4367
+ background: 'hsl(273, 57.3%, 59.1%)',
4368
+ backgroundHover: 'hsl(272, 51.0%, 54.0%)',
4369
+ backgroundPress: 'hsl(272, 52.1%, 45.9%)',
4370
+ backgroundFocus: 'hsl(277, 46.4%, 27.5%)',
4371
+ backgroundStrong: 'hsl(275, 80.0%, 71.0%)',
4372
+ backgroundTransparent: 'hsl(279, 75.0%, 95.7%)',
4373
+ color: 'hsl(284, 20.0%, 9.6%)',
4374
+ colorHover: 'hsl(283, 30.0%, 11.8%)',
4375
+ colorPress: 'hsl(284, 20.0%, 9.6%)',
4376
+ colorFocus: 'hsl(283, 30.0%, 11.8%)',
4377
+ colorTransparent: 'hsl(283, 30.0%, 11.8%)',
4378
+ borderColor: 'hsl(277, 46.4%, 27.5%)',
4379
+ borderColorHover: 'hsl(279, 43.8%, 23.3%)',
4380
+ borderColorFocus: 'hsl(272, 52.1%, 45.9%)',
4381
+ borderColorPress: 'hsl(277, 46.4%, 27.5%)',
4382
+ placeholderColor: 'hsl(277, 46.4%, 27.5%)'
4383
+ } as Theme
4047
4384
  export const dark_purple_SliderThumb = {
4048
4385
  background: 'hsl(279, 75.0%, 95.7%)',
4049
4386
  backgroundHover: 'hsl(275, 80.0%, 71.0%)',
@@ -4107,7 +4444,6 @@ export const dark_pink_Card = {
4107
4444
  export const dark_pink_DrawerFrame = dark_pink_Card as Theme
4108
4445
  export const dark_pink_Progress = dark_pink_Card as Theme
4109
4446
  export const dark_pink_TooltipArrow = dark_pink_Card as Theme
4110
- export const dark_pink_SliderTrack = dark_pink_Card as Theme
4111
4447
  export const dark_pink_Button = {
4112
4448
  background: 'hsl(320, 45.4%, 18.7%)',
4113
4449
  backgroundHover: 'hsl(320, 49.0%, 21.1%)',
@@ -4145,9 +4481,9 @@ export const dark_pink_Checkbox = {
4145
4481
  placeholderColor: 'hsl(322, 74.9%, 37.5%)'
4146
4482
  } as Theme
4147
4483
 
4148
- export const dark_pink_SliderTrackActive = dark_pink_Checkbox as Theme
4149
4484
  export const dark_pink_Switch = dark_pink_Checkbox as Theme
4150
4485
  export const dark_pink_TooltipContent = dark_pink_Checkbox as Theme
4486
+ export const dark_pink_SliderTrack = dark_pink_Checkbox as Theme
4151
4487
  export const dark_pink_SwitchThumb = {
4152
4488
  background: '#fff',
4153
4489
  backgroundHover: '#fff',
@@ -4166,6 +4502,24 @@ export const dark_pink_SwitchThumb = {
4166
4502
  borderColorPress: 'hsl(325, 90.0%, 66.4%)',
4167
4503
  placeholderColor: 'hsl(319, 32.2%, 11.6%)'
4168
4504
  } as Theme
4505
+ export const dark_pink_SliderTrackActive = {
4506
+ background: 'hsl(323, 72.8%, 59.2%)',
4507
+ backgroundHover: 'hsl(322, 65.0%, 54.5%)',
4508
+ backgroundPress: 'hsl(322, 74.9%, 37.5%)',
4509
+ backgroundFocus: 'hsl(321, 53.6%, 24.4%)',
4510
+ backgroundStrong: 'hsl(325, 90.0%, 66.4%)',
4511
+ backgroundTransparent: 'hsl(322, 90.0%, 95.8%)',
4512
+ color: 'hsl(318, 25.0%, 9.6%)',
4513
+ colorHover: 'hsl(319, 32.2%, 11.6%)',
4514
+ colorPress: 'hsl(318, 25.0%, 9.6%)',
4515
+ colorFocus: 'hsl(319, 32.2%, 11.6%)',
4516
+ colorTransparent: 'hsl(319, 32.2%, 11.6%)',
4517
+ borderColor: 'hsl(321, 53.6%, 24.4%)',
4518
+ borderColorHover: 'hsl(320, 49.0%, 21.1%)',
4519
+ borderColorFocus: 'hsl(322, 74.9%, 37.5%)',
4520
+ borderColorPress: 'hsl(321, 53.6%, 24.4%)',
4521
+ placeholderColor: 'hsl(321, 53.6%, 24.4%)'
4522
+ } as Theme
4169
4523
  export const dark_pink_SliderThumb = {
4170
4524
  background: 'hsl(322, 90.0%, 95.8%)',
4171
4525
  backgroundHover: 'hsl(325, 90.0%, 66.4%)',
@@ -4229,7 +4583,6 @@ export const dark_red_Card = {
4229
4583
  export const dark_red_DrawerFrame = dark_red_Card as Theme
4230
4584
  export const dark_red_Progress = dark_red_Card as Theme
4231
4585
  export const dark_red_TooltipArrow = dark_red_Card as Theme
4232
- export const dark_red_SliderTrack = dark_red_Card as Theme
4233
4586
  export const dark_red_Button = {
4234
4587
  background: 'hsl(356, 47.6%, 19.2%)',
4235
4588
  backgroundHover: 'hsl(356, 51.1%, 21.9%)',
@@ -4267,9 +4620,45 @@ export const dark_red_Checkbox = {
4267
4620
  placeholderColor: 'hsl(358, 65.0%, 40.4%)'
4268
4621
  } as Theme
4269
4622
 
4270
- export const dark_red_SliderTrackActive = dark_red_Checkbox as Theme
4271
4623
  export const dark_red_Switch = dark_red_Checkbox as Theme
4272
4624
  export const dark_red_TooltipContent = dark_red_Checkbox as Theme
4625
+ export const dark_red_SliderTrack = dark_red_Checkbox as Theme
4626
+ export const dark_red_SwitchThumb = {
4627
+ background: '#fff',
4628
+ backgroundHover: '#fff',
4629
+ backgroundPress: 'hsl(351, 89.0%, 96.0%)',
4630
+ backgroundFocus: 'hsl(358, 100%, 69.5%)',
4631
+ backgroundStrong: '#fff',
4632
+ backgroundTransparent: '#fff',
4633
+ color: 'hsl(353, 23.0%, 9.8%)',
4634
+ colorHover: 'hsl(357, 34.4%, 12.0%)',
4635
+ colorPress: 'hsl(353, 23.0%, 9.8%)',
4636
+ colorFocus: 'hsl(357, 34.4%, 12.0%)',
4637
+ colorTransparent: 'hsl(353, 23.0%, 9.8%)',
4638
+ borderColor: 'hsl(358, 100%, 69.5%)',
4639
+ borderColorHover: 'hsl(358, 85.3%, 64.0%)',
4640
+ borderColorFocus: 'hsl(351, 89.0%, 96.0%)',
4641
+ borderColorPress: 'hsl(358, 100%, 69.5%)',
4642
+ placeholderColor: 'hsl(357, 34.4%, 12.0%)'
4643
+ } as Theme
4644
+ export const dark_red_SliderTrackActive = {
4645
+ background: 'hsl(358, 85.3%, 64.0%)',
4646
+ backgroundHover: 'hsl(358, 75.0%, 59.0%)',
4647
+ backgroundPress: 'hsl(358, 65.0%, 40.4%)',
4648
+ backgroundFocus: 'hsl(356, 55.2%, 25.9%)',
4649
+ backgroundStrong: 'hsl(358, 100%, 69.5%)',
4650
+ backgroundTransparent: 'hsl(351, 89.0%, 96.0%)',
4651
+ color: 'hsl(353, 23.0%, 9.8%)',
4652
+ colorHover: 'hsl(357, 34.4%, 12.0%)',
4653
+ colorPress: 'hsl(353, 23.0%, 9.8%)',
4654
+ colorFocus: 'hsl(357, 34.4%, 12.0%)',
4655
+ colorTransparent: 'hsl(357, 34.4%, 12.0%)',
4656
+ borderColor: 'hsl(356, 55.2%, 25.9%)',
4657
+ borderColorHover: 'hsl(356, 51.1%, 21.9%)',
4658
+ borderColorFocus: 'hsl(358, 65.0%, 40.4%)',
4659
+ borderColorPress: 'hsl(356, 55.2%, 25.9%)',
4660
+ placeholderColor: 'hsl(356, 55.2%, 25.9%)'
4661
+ } as Theme
4273
4662
  export const dark_red_SliderThumb = {
4274
4663
  background: 'hsl(351, 89.0%, 96.0%)',
4275
4664
  backgroundHover: 'hsl(358, 100%, 69.5%)',