@tamagui/themes 1.36.6 → 1.37.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.
- package/dist/cjs/componentThemeDefinitions.js +5 -5
- package/dist/cjs/componentThemeDefinitions.js.map +1 -1
- package/dist/cjs/generated-new.js +458 -67
- package/dist/cjs/generated-new.js.map +1 -1
- package/dist/cjs/masks.js +1 -1
- package/dist/cjs/masks.js.map +1 -1
- package/dist/cjs/themes-new-example.js +325 -0
- package/dist/cjs/themes-new-example.js.map +6 -0
- package/dist/esm/componentThemeDefinitions.js +5 -5
- package/dist/esm/componentThemeDefinitions.js.map +1 -1
- package/dist/esm/generated-new.js +458 -67
- package/dist/esm/generated-new.js.map +1 -1
- package/dist/esm/masks.js +1 -1
- package/dist/esm/masks.js.map +1 -1
- package/dist/esm/themes-new-example.js +309 -0
- package/dist/esm/themes-new-example.js.map +6 -0
- package/package.json +6 -6
- package/src/componentThemeDefinitions.tsx +6 -6
- package/src/generated-new.ts +458 -69
- package/src/generated-new.ts.theme-builder.json +1 -1
- package/src/masks.tsx +1 -1
- package/types/componentThemeDefinitions.d.ts +25 -8
- package/types/componentThemeDefinitions.d.ts.map +1 -1
- package/types/generated-new.d.ts +39 -39
- package/types/generated-new.d.ts.map +1 -1
- package/types/templates.d.ts +3 -0
- package/types/templates.d.ts.map +1 -1
- package/types/themes-new-example.d.ts.map +1 -0
- package/types/themes-new.d.ts +448 -448
- package/types/themes-old.d.ts +504 -504
|
@@ -2200,7 +2200,6 @@ const light_Card = {
|
|
|
2200
2200
|
const light_DrawerFrame = light_Card;
|
|
2201
2201
|
const light_Progress = light_Card;
|
|
2202
2202
|
const light_TooltipArrow = light_Card;
|
|
2203
|
-
const light_SliderTrack = light_Card;
|
|
2204
2203
|
const light_Button = {
|
|
2205
2204
|
background: "hsl(0, 0%, 95.1%)",
|
|
2206
2205
|
backgroundHover: "hsl(0, 0%, 94.0%)",
|
|
@@ -2237,28 +2236,45 @@ const light_Checkbox = {
|
|
|
2237
2236
|
borderColorPress: "hsl(0, 0%, 89.5%)",
|
|
2238
2237
|
placeholderColor: "hsl(0, 0%, 89.5%)"
|
|
2239
2238
|
};
|
|
2240
|
-
const light_SliderTrackActive = light_Checkbox;
|
|
2241
2239
|
const light_Switch = light_Checkbox;
|
|
2242
2240
|
const light_TooltipContent = light_Checkbox;
|
|
2241
|
+
const light_SliderTrack = light_Checkbox;
|
|
2243
2242
|
const light_SwitchThumb = {
|
|
2244
|
-
background: "
|
|
2245
|
-
backgroundHover: "
|
|
2246
|
-
backgroundPress: "hsl(
|
|
2247
|
-
backgroundFocus: "hsl(
|
|
2248
|
-
backgroundStrong: "
|
|
2249
|
-
backgroundTransparent: "
|
|
2250
|
-
color: "
|
|
2251
|
-
colorHover: "
|
|
2252
|
-
colorPress: "
|
|
2253
|
-
colorFocus: "
|
|
2254
|
-
colorTransparent: "
|
|
2255
|
-
borderColor: "hsl(
|
|
2256
|
-
borderColorHover: "hsl(
|
|
2257
|
-
borderColorFocus: "hsl(
|
|
2258
|
-
borderColorPress: "hsl(
|
|
2259
|
-
placeholderColor: "
|
|
2243
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
2244
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
2245
|
+
backgroundPress: "hsl(0, 0%, 42.5%)",
|
|
2246
|
+
backgroundFocus: "hsl(0, 0%, 50.3%)",
|
|
2247
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
2248
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
2249
|
+
color: "#fff",
|
|
2250
|
+
colorHover: "#f9f9f9",
|
|
2251
|
+
colorPress: "#fff",
|
|
2252
|
+
colorFocus: "#f9f9f9",
|
|
2253
|
+
colorTransparent: "#fff",
|
|
2254
|
+
borderColor: "hsl(0, 0%, 50.3%)",
|
|
2255
|
+
borderColorHover: "hsl(0, 0%, 56.1%)",
|
|
2256
|
+
borderColorFocus: "hsl(0, 0%, 42.5%)",
|
|
2257
|
+
borderColorPress: "hsl(0, 0%, 50.3%)",
|
|
2258
|
+
placeholderColor: "#f9f9f9"
|
|
2259
|
+
};
|
|
2260
|
+
const light_SliderTrackActive = {
|
|
2261
|
+
background: "hsl(0, 0%, 56.1%)",
|
|
2262
|
+
backgroundHover: "hsl(0, 0%, 81.0%)",
|
|
2263
|
+
backgroundPress: "hsl(0, 0%, 89.5%)",
|
|
2264
|
+
backgroundFocus: "hsl(0, 0%, 92.0%)",
|
|
2265
|
+
backgroundStrong: "hsl(0, 0%, 50.3%)",
|
|
2266
|
+
backgroundTransparent: "hsl(0, 0%, 42.5%)",
|
|
2267
|
+
color: "#fff",
|
|
2268
|
+
colorHover: "#f9f9f9",
|
|
2269
|
+
colorPress: "#fff",
|
|
2270
|
+
colorFocus: "#f9f9f9",
|
|
2271
|
+
colorTransparent: "#f9f9f9",
|
|
2272
|
+
borderColor: "hsl(0, 0%, 92.0%)",
|
|
2273
|
+
borderColorHover: "hsl(0, 0%, 94.0%)",
|
|
2274
|
+
borderColorFocus: "hsl(0, 0%, 89.5%)",
|
|
2275
|
+
borderColorPress: "hsl(0, 0%, 92.0%)",
|
|
2276
|
+
placeholderColor: "hsl(0, 0%, 92.0%)"
|
|
2260
2277
|
};
|
|
2261
|
-
const dark_red_SwitchThumb = light_SwitchThumb;
|
|
2262
2278
|
const light_SliderThumb = {
|
|
2263
2279
|
background: "hsl(0, 0%, 42.5%)",
|
|
2264
2280
|
backgroundHover: "hsl(0, 0%, 50.3%)",
|
|
@@ -2349,7 +2365,6 @@ const dark_Card = {
|
|
|
2349
2365
|
const dark_DrawerFrame = dark_Card;
|
|
2350
2366
|
const dark_Progress = dark_Card;
|
|
2351
2367
|
const dark_TooltipArrow = dark_Card;
|
|
2352
|
-
const dark_SliderTrack = dark_Card;
|
|
2353
2368
|
const dark_Button = {
|
|
2354
2369
|
background: "#232323",
|
|
2355
2370
|
backgroundHover: "#282828",
|
|
@@ -2386,9 +2401,9 @@ const dark_Checkbox = {
|
|
|
2386
2401
|
borderColorPress: "#424242",
|
|
2387
2402
|
placeholderColor: "#424242"
|
|
2388
2403
|
};
|
|
2389
|
-
const dark_SliderTrackActive = dark_Checkbox;
|
|
2390
2404
|
const dark_Switch = dark_Checkbox;
|
|
2391
2405
|
const dark_TooltipContent = dark_Checkbox;
|
|
2406
|
+
const dark_SliderTrack = dark_Checkbox;
|
|
2392
2407
|
const dark_SwitchThumb = {
|
|
2393
2408
|
background: "#fff",
|
|
2394
2409
|
backgroundHover: "#fff",
|
|
@@ -2407,6 +2422,24 @@ const dark_SwitchThumb = {
|
|
|
2407
2422
|
borderColorPress: "#626262",
|
|
2408
2423
|
placeholderColor: "#151515"
|
|
2409
2424
|
};
|
|
2425
|
+
const dark_SliderTrackActive = {
|
|
2426
|
+
background: "#545454",
|
|
2427
|
+
backgroundHover: "#494949",
|
|
2428
|
+
backgroundPress: "#424242",
|
|
2429
|
+
backgroundFocus: "#323232",
|
|
2430
|
+
backgroundStrong: "#626262",
|
|
2431
|
+
backgroundTransparent: "#a5a5a5",
|
|
2432
|
+
color: "#050505",
|
|
2433
|
+
colorHover: "#151515",
|
|
2434
|
+
colorPress: "#050505",
|
|
2435
|
+
colorFocus: "#151515",
|
|
2436
|
+
colorTransparent: "#151515",
|
|
2437
|
+
borderColor: "#323232",
|
|
2438
|
+
borderColorHover: "#282828",
|
|
2439
|
+
borderColorFocus: "#424242",
|
|
2440
|
+
borderColorPress: "#323232",
|
|
2441
|
+
placeholderColor: "#323232"
|
|
2442
|
+
};
|
|
2410
2443
|
const dark_SliderThumb = {
|
|
2411
2444
|
background: "#a5a5a5",
|
|
2412
2445
|
backgroundHover: "#626262",
|
|
@@ -2485,7 +2518,6 @@ const light_orange_Card = {
|
|
|
2485
2518
|
const light_orange_DrawerFrame = light_orange_Card;
|
|
2486
2519
|
const light_orange_Progress = light_orange_Card;
|
|
2487
2520
|
const light_orange_TooltipArrow = light_orange_Card;
|
|
2488
|
-
const light_orange_SliderTrack = light_orange_Card;
|
|
2489
2521
|
const light_orange_Button = {
|
|
2490
2522
|
background: "hsl(25, 100%, 92.2%)",
|
|
2491
2523
|
backgroundHover: "hsl(25, 100%, 88.2%)",
|
|
@@ -2522,33 +2554,45 @@ const light_orange_Checkbox = {
|
|
|
2522
2554
|
borderColorPress: "hsl(25, 100%, 82.8%)",
|
|
2523
2555
|
placeholderColor: "hsl(24, 94.5%, 64.3%)"
|
|
2524
2556
|
};
|
|
2525
|
-
const light_orange_SliderTrackActive = light_orange_Checkbox;
|
|
2526
2557
|
const light_orange_Switch = light_orange_Checkbox;
|
|
2527
2558
|
const light_orange_TooltipContent = light_orange_Checkbox;
|
|
2559
|
+
const light_orange_SliderTrack = light_orange_Checkbox;
|
|
2528
2560
|
const light_orange_SwitchThumb = {
|
|
2529
2561
|
background: "hsl(0, 0%, 9.0%)",
|
|
2530
2562
|
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
2531
|
-
backgroundPress: "hsl(
|
|
2532
|
-
backgroundFocus: "hsl(
|
|
2563
|
+
backgroundPress: "hsl(15, 60.0%, 17.0%)",
|
|
2564
|
+
backgroundFocus: "hsl(24, 100%, 37.0%)",
|
|
2533
2565
|
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
2534
2566
|
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
2535
|
-
color: "hsl(
|
|
2536
|
-
colorHover: "hsl(
|
|
2537
|
-
colorPress: "hsl(
|
|
2538
|
-
colorFocus: "hsl(
|
|
2539
|
-
colorTransparent: "hsl(
|
|
2540
|
-
borderColor: "hsl(
|
|
2541
|
-
borderColorHover: "hsl(
|
|
2542
|
-
borderColorFocus: "hsl(
|
|
2543
|
-
borderColorPress: "hsl(
|
|
2544
|
-
placeholderColor: "hsl(
|
|
2567
|
+
color: "hsl(24, 70.0%, 99.0%)",
|
|
2568
|
+
colorHover: "hsl(24, 83.3%, 97.6%)",
|
|
2569
|
+
colorPress: "hsl(24, 70.0%, 99.0%)",
|
|
2570
|
+
colorFocus: "hsl(24, 83.3%, 97.6%)",
|
|
2571
|
+
colorTransparent: "hsl(24, 70.0%, 99.0%)",
|
|
2572
|
+
borderColor: "hsl(15, 60.0%, 17.0%)",
|
|
2573
|
+
borderColorHover: "hsl(24, 100%, 37.0%)",
|
|
2574
|
+
borderColorFocus: "hsl(15, 60.0%, 17.0%)",
|
|
2575
|
+
borderColorPress: "hsl(15, 60.0%, 17.0%)",
|
|
2576
|
+
placeholderColor: "hsl(24, 83.3%, 97.6%)"
|
|
2577
|
+
};
|
|
2578
|
+
const light_orange_SliderTrackActive = {
|
|
2579
|
+
background: "hsl(24, 100%, 46.5%)",
|
|
2580
|
+
backgroundHover: "hsl(24, 94.0%, 50.0%)",
|
|
2581
|
+
backgroundPress: "hsl(24, 94.5%, 64.3%)",
|
|
2582
|
+
backgroundFocus: "hsl(25, 100%, 82.8%)",
|
|
2583
|
+
backgroundStrong: "hsl(24, 100%, 37.0%)",
|
|
2584
|
+
backgroundTransparent: "hsl(15, 60.0%, 17.0%)",
|
|
2585
|
+
color: "hsl(24, 70.0%, 99.0%)",
|
|
2586
|
+
colorHover: "hsl(24, 83.3%, 97.6%)",
|
|
2587
|
+
colorPress: "hsl(24, 70.0%, 99.0%)",
|
|
2588
|
+
colorFocus: "hsl(24, 83.3%, 97.6%)",
|
|
2589
|
+
colorTransparent: "hsl(24, 83.3%, 97.6%)",
|
|
2590
|
+
borderColor: "hsl(24, 94.5%, 64.3%)",
|
|
2591
|
+
borderColorHover: "hsl(25, 100%, 82.8%)",
|
|
2592
|
+
borderColorFocus: "hsl(24, 94.5%, 64.3%)",
|
|
2593
|
+
borderColorPress: "hsl(24, 94.5%, 64.3%)",
|
|
2594
|
+
placeholderColor: "hsl(25, 100%, 82.8%)"
|
|
2545
2595
|
};
|
|
2546
|
-
const light_yellow_SwitchThumb = light_orange_SwitchThumb;
|
|
2547
|
-
const light_green_SwitchThumb = light_orange_SwitchThumb;
|
|
2548
|
-
const light_blue_SwitchThumb = light_orange_SwitchThumb;
|
|
2549
|
-
const light_purple_SwitchThumb = light_orange_SwitchThumb;
|
|
2550
|
-
const light_pink_SwitchThumb = light_orange_SwitchThumb;
|
|
2551
|
-
const light_red_SwitchThumb = light_orange_SwitchThumb;
|
|
2552
2596
|
const light_orange_SliderThumb = {
|
|
2553
2597
|
background: "hsl(15, 60.0%, 17.0%)",
|
|
2554
2598
|
backgroundHover: "hsl(24, 100%, 37.0%)",
|
|
@@ -2627,7 +2671,6 @@ const light_yellow_Card = {
|
|
|
2627
2671
|
const light_yellow_DrawerFrame = light_yellow_Card;
|
|
2628
2672
|
const light_yellow_Progress = light_yellow_Card;
|
|
2629
2673
|
const light_yellow_TooltipArrow = light_yellow_Card;
|
|
2630
|
-
const light_yellow_SliderTrack = light_yellow_Card;
|
|
2631
2674
|
const light_yellow_Button = {
|
|
2632
2675
|
background: "hsl(54, 100%, 86.6%)",
|
|
2633
2676
|
backgroundHover: "hsl(52, 97.9%, 82.0%)",
|
|
@@ -2664,9 +2707,45 @@ const light_yellow_Checkbox = {
|
|
|
2664
2707
|
borderColorPress: "hsl(50, 89.4%, 76.1%)",
|
|
2665
2708
|
placeholderColor: "hsl(48, 100%, 46.1%)"
|
|
2666
2709
|
};
|
|
2667
|
-
const light_yellow_SliderTrackActive = light_yellow_Checkbox;
|
|
2668
2710
|
const light_yellow_Switch = light_yellow_Checkbox;
|
|
2669
2711
|
const light_yellow_TooltipContent = light_yellow_Checkbox;
|
|
2712
|
+
const light_yellow_SliderTrack = light_yellow_Checkbox;
|
|
2713
|
+
const light_yellow_SwitchThumb = {
|
|
2714
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
2715
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
2716
|
+
backgroundPress: "hsl(40, 55.0%, 13.5%)",
|
|
2717
|
+
backgroundFocus: "hsl(42, 100%, 29.0%)",
|
|
2718
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
2719
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
2720
|
+
color: "hsl(60, 54.0%, 98.5%)",
|
|
2721
|
+
colorHover: "hsl(52, 100%, 95.5%)",
|
|
2722
|
+
colorPress: "hsl(60, 54.0%, 98.5%)",
|
|
2723
|
+
colorFocus: "hsl(52, 100%, 95.5%)",
|
|
2724
|
+
colorTransparent: "hsl(60, 54.0%, 98.5%)",
|
|
2725
|
+
borderColor: "hsl(40, 55.0%, 13.5%)",
|
|
2726
|
+
borderColorHover: "hsl(42, 100%, 29.0%)",
|
|
2727
|
+
borderColorFocus: "hsl(40, 55.0%, 13.5%)",
|
|
2728
|
+
borderColorPress: "hsl(40, 55.0%, 13.5%)",
|
|
2729
|
+
placeholderColor: "hsl(52, 100%, 95.5%)"
|
|
2730
|
+
};
|
|
2731
|
+
const light_yellow_SliderTrackActive = {
|
|
2732
|
+
background: "hsl(50, 100%, 48.5%)",
|
|
2733
|
+
backgroundHover: "hsl(53, 92.0%, 50.0%)",
|
|
2734
|
+
backgroundPress: "hsl(48, 100%, 46.1%)",
|
|
2735
|
+
backgroundFocus: "hsl(50, 89.4%, 76.1%)",
|
|
2736
|
+
backgroundStrong: "hsl(42, 100%, 29.0%)",
|
|
2737
|
+
backgroundTransparent: "hsl(40, 55.0%, 13.5%)",
|
|
2738
|
+
color: "hsl(60, 54.0%, 98.5%)",
|
|
2739
|
+
colorHover: "hsl(52, 100%, 95.5%)",
|
|
2740
|
+
colorPress: "hsl(60, 54.0%, 98.5%)",
|
|
2741
|
+
colorFocus: "hsl(52, 100%, 95.5%)",
|
|
2742
|
+
colorTransparent: "hsl(52, 100%, 95.5%)",
|
|
2743
|
+
borderColor: "hsl(48, 100%, 46.1%)",
|
|
2744
|
+
borderColorHover: "hsl(50, 89.4%, 76.1%)",
|
|
2745
|
+
borderColorFocus: "hsl(48, 100%, 46.1%)",
|
|
2746
|
+
borderColorPress: "hsl(48, 100%, 46.1%)",
|
|
2747
|
+
placeholderColor: "hsl(50, 89.4%, 76.1%)"
|
|
2748
|
+
};
|
|
2670
2749
|
const light_yellow_SliderThumb = {
|
|
2671
2750
|
background: "hsl(40, 55.0%, 13.5%)",
|
|
2672
2751
|
backgroundHover: "hsl(42, 100%, 29.0%)",
|
|
@@ -2745,7 +2824,6 @@ const light_green_Card = {
|
|
|
2745
2824
|
const light_green_DrawerFrame = light_green_Card;
|
|
2746
2825
|
const light_green_Progress = light_green_Card;
|
|
2747
2826
|
const light_green_TooltipArrow = light_green_Card;
|
|
2748
|
-
const light_green_SliderTrack = light_green_Card;
|
|
2749
2827
|
const light_green_Button = {
|
|
2750
2828
|
background: "hsl(140, 48.7%, 91.0%)",
|
|
2751
2829
|
backgroundHover: "hsl(141, 43.7%, 86.0%)",
|
|
@@ -2782,9 +2860,45 @@ const light_green_Checkbox = {
|
|
|
2782
2860
|
borderColorPress: "hsl(143, 40.3%, 79.0%)",
|
|
2783
2861
|
placeholderColor: "hsl(151, 40.2%, 54.1%)"
|
|
2784
2862
|
};
|
|
2785
|
-
const light_green_SliderTrackActive = light_green_Checkbox;
|
|
2786
2863
|
const light_green_Switch = light_green_Checkbox;
|
|
2787
2864
|
const light_green_TooltipContent = light_green_Checkbox;
|
|
2865
|
+
const light_green_SliderTrack = light_green_Checkbox;
|
|
2866
|
+
const light_green_SwitchThumb = {
|
|
2867
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
2868
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
2869
|
+
backgroundPress: "hsl(155, 40.0%, 14.0%)",
|
|
2870
|
+
backgroundFocus: "hsl(153, 67.0%, 28.5%)",
|
|
2871
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
2872
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
2873
|
+
color: "hsl(136, 50.0%, 98.9%)",
|
|
2874
|
+
colorHover: "hsl(138, 62.5%, 96.9%)",
|
|
2875
|
+
colorPress: "hsl(136, 50.0%, 98.9%)",
|
|
2876
|
+
colorFocus: "hsl(138, 62.5%, 96.9%)",
|
|
2877
|
+
colorTransparent: "hsl(136, 50.0%, 98.9%)",
|
|
2878
|
+
borderColor: "hsl(155, 40.0%, 14.0%)",
|
|
2879
|
+
borderColorHover: "hsl(153, 67.0%, 28.5%)",
|
|
2880
|
+
borderColorFocus: "hsl(155, 40.0%, 14.0%)",
|
|
2881
|
+
borderColorPress: "hsl(155, 40.0%, 14.0%)",
|
|
2882
|
+
placeholderColor: "hsl(138, 62.5%, 96.9%)"
|
|
2883
|
+
};
|
|
2884
|
+
const light_green_SliderTrackActive = {
|
|
2885
|
+
background: "hsl(152, 57.5%, 37.6%)",
|
|
2886
|
+
backgroundHover: "hsl(151, 55.0%, 41.5%)",
|
|
2887
|
+
backgroundPress: "hsl(151, 40.2%, 54.1%)",
|
|
2888
|
+
backgroundFocus: "hsl(143, 40.3%, 79.0%)",
|
|
2889
|
+
backgroundStrong: "hsl(153, 67.0%, 28.5%)",
|
|
2890
|
+
backgroundTransparent: "hsl(155, 40.0%, 14.0%)",
|
|
2891
|
+
color: "hsl(136, 50.0%, 98.9%)",
|
|
2892
|
+
colorHover: "hsl(138, 62.5%, 96.9%)",
|
|
2893
|
+
colorPress: "hsl(136, 50.0%, 98.9%)",
|
|
2894
|
+
colorFocus: "hsl(138, 62.5%, 96.9%)",
|
|
2895
|
+
colorTransparent: "hsl(138, 62.5%, 96.9%)",
|
|
2896
|
+
borderColor: "hsl(151, 40.2%, 54.1%)",
|
|
2897
|
+
borderColorHover: "hsl(143, 40.3%, 79.0%)",
|
|
2898
|
+
borderColorFocus: "hsl(151, 40.2%, 54.1%)",
|
|
2899
|
+
borderColorPress: "hsl(151, 40.2%, 54.1%)",
|
|
2900
|
+
placeholderColor: "hsl(143, 40.3%, 79.0%)"
|
|
2901
|
+
};
|
|
2788
2902
|
const light_green_SliderThumb = {
|
|
2789
2903
|
background: "hsl(155, 40.0%, 14.0%)",
|
|
2790
2904
|
backgroundHover: "hsl(153, 67.0%, 28.5%)",
|
|
@@ -2863,7 +2977,6 @@ const light_blue_Card = {
|
|
|
2863
2977
|
const light_blue_DrawerFrame = light_blue_Card;
|
|
2864
2978
|
const light_blue_Progress = light_blue_Card;
|
|
2865
2979
|
const light_blue_TooltipArrow = light_blue_Card;
|
|
2866
|
-
const light_blue_SliderTrack = light_blue_Card;
|
|
2867
2980
|
const light_blue_Button = {
|
|
2868
2981
|
background: "hsl(210, 98.8%, 94.0%)",
|
|
2869
2982
|
backgroundHover: "hsl(209, 95.0%, 90.1%)",
|
|
@@ -2900,9 +3013,45 @@ const light_blue_Checkbox = {
|
|
|
2900
3013
|
borderColorPress: "hsl(209, 81.2%, 84.5%)",
|
|
2901
3014
|
placeholderColor: "hsl(206, 81.9%, 65.3%)"
|
|
2902
3015
|
};
|
|
2903
|
-
const light_blue_SliderTrackActive = light_blue_Checkbox;
|
|
2904
3016
|
const light_blue_Switch = light_blue_Checkbox;
|
|
2905
3017
|
const light_blue_TooltipContent = light_blue_Checkbox;
|
|
3018
|
+
const light_blue_SliderTrack = light_blue_Checkbox;
|
|
3019
|
+
const light_blue_SwitchThumb = {
|
|
3020
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
3021
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
3022
|
+
backgroundPress: "hsl(211, 100%, 15.0%)",
|
|
3023
|
+
backgroundFocus: "hsl(211, 100%, 43.2%)",
|
|
3024
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
3025
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
3026
|
+
color: "hsl(206, 100%, 99.2%)",
|
|
3027
|
+
colorHover: "hsl(210, 100%, 98.0%)",
|
|
3028
|
+
colorPress: "hsl(206, 100%, 99.2%)",
|
|
3029
|
+
colorFocus: "hsl(210, 100%, 98.0%)",
|
|
3030
|
+
colorTransparent: "hsl(206, 100%, 99.2%)",
|
|
3031
|
+
borderColor: "hsl(211, 100%, 15.0%)",
|
|
3032
|
+
borderColorHover: "hsl(211, 100%, 43.2%)",
|
|
3033
|
+
borderColorFocus: "hsl(211, 100%, 15.0%)",
|
|
3034
|
+
borderColorPress: "hsl(211, 100%, 15.0%)",
|
|
3035
|
+
placeholderColor: "hsl(210, 100%, 98.0%)"
|
|
3036
|
+
};
|
|
3037
|
+
const light_blue_SliderTrackActive = {
|
|
3038
|
+
background: "hsl(208, 100%, 47.3%)",
|
|
3039
|
+
backgroundHover: "hsl(206, 100%, 50.0%)",
|
|
3040
|
+
backgroundPress: "hsl(206, 81.9%, 65.3%)",
|
|
3041
|
+
backgroundFocus: "hsl(209, 81.2%, 84.5%)",
|
|
3042
|
+
backgroundStrong: "hsl(211, 100%, 43.2%)",
|
|
3043
|
+
backgroundTransparent: "hsl(211, 100%, 15.0%)",
|
|
3044
|
+
color: "hsl(206, 100%, 99.2%)",
|
|
3045
|
+
colorHover: "hsl(210, 100%, 98.0%)",
|
|
3046
|
+
colorPress: "hsl(206, 100%, 99.2%)",
|
|
3047
|
+
colorFocus: "hsl(210, 100%, 98.0%)",
|
|
3048
|
+
colorTransparent: "hsl(210, 100%, 98.0%)",
|
|
3049
|
+
borderColor: "hsl(206, 81.9%, 65.3%)",
|
|
3050
|
+
borderColorHover: "hsl(209, 81.2%, 84.5%)",
|
|
3051
|
+
borderColorFocus: "hsl(206, 81.9%, 65.3%)",
|
|
3052
|
+
borderColorPress: "hsl(206, 81.9%, 65.3%)",
|
|
3053
|
+
placeholderColor: "hsl(209, 81.2%, 84.5%)"
|
|
3054
|
+
};
|
|
2906
3055
|
const light_blue_SliderThumb = {
|
|
2907
3056
|
background: "hsl(211, 100%, 15.0%)",
|
|
2908
3057
|
backgroundHover: "hsl(211, 100%, 43.2%)",
|
|
@@ -2981,7 +3130,6 @@ const light_purple_Card = {
|
|
|
2981
3130
|
const light_purple_DrawerFrame = light_purple_Card;
|
|
2982
3131
|
const light_purple_Progress = light_purple_Card;
|
|
2983
3132
|
const light_purple_TooltipArrow = light_purple_Card;
|
|
2984
|
-
const light_purple_SliderTrack = light_purple_Card;
|
|
2985
3133
|
const light_purple_Button = {
|
|
2986
3134
|
background: "hsl(275, 76.4%, 94.7%)",
|
|
2987
3135
|
backgroundHover: "hsl(275, 70.8%, 91.8%)",
|
|
@@ -3018,9 +3166,45 @@ const light_purple_Checkbox = {
|
|
|
3018
3166
|
borderColorPress: "hsl(274, 65.4%, 87.8%)",
|
|
3019
3167
|
placeholderColor: "hsl(272, 60.0%, 73.5%)"
|
|
3020
3168
|
};
|
|
3021
|
-
const light_purple_SliderTrackActive = light_purple_Checkbox;
|
|
3022
3169
|
const light_purple_Switch = light_purple_Checkbox;
|
|
3023
3170
|
const light_purple_TooltipContent = light_purple_Checkbox;
|
|
3171
|
+
const light_purple_SliderTrack = light_purple_Checkbox;
|
|
3172
|
+
const light_purple_SwitchThumb = {
|
|
3173
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
3174
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
3175
|
+
backgroundPress: "hsl(272, 66.0%, 16.0%)",
|
|
3176
|
+
backgroundFocus: "hsl(272, 50.0%, 45.8%)",
|
|
3177
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
3178
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
3179
|
+
color: "hsl(280, 65.0%, 99.4%)",
|
|
3180
|
+
colorHover: "hsl(276, 100%, 99.0%)",
|
|
3181
|
+
colorPress: "hsl(280, 65.0%, 99.4%)",
|
|
3182
|
+
colorFocus: "hsl(276, 100%, 99.0%)",
|
|
3183
|
+
colorTransparent: "hsl(280, 65.0%, 99.4%)",
|
|
3184
|
+
borderColor: "hsl(272, 66.0%, 16.0%)",
|
|
3185
|
+
borderColorHover: "hsl(272, 50.0%, 45.8%)",
|
|
3186
|
+
borderColorFocus: "hsl(272, 66.0%, 16.0%)",
|
|
3187
|
+
borderColorPress: "hsl(272, 66.0%, 16.0%)",
|
|
3188
|
+
placeholderColor: "hsl(276, 100%, 99.0%)"
|
|
3189
|
+
};
|
|
3190
|
+
const light_purple_SliderTrackActive = {
|
|
3191
|
+
background: "hsl(272, 46.8%, 50.3%)",
|
|
3192
|
+
backgroundHover: "hsl(272, 51.0%, 54.0%)",
|
|
3193
|
+
backgroundPress: "hsl(272, 60.0%, 73.5%)",
|
|
3194
|
+
backgroundFocus: "hsl(274, 65.4%, 87.8%)",
|
|
3195
|
+
backgroundStrong: "hsl(272, 50.0%, 45.8%)",
|
|
3196
|
+
backgroundTransparent: "hsl(272, 66.0%, 16.0%)",
|
|
3197
|
+
color: "hsl(280, 65.0%, 99.4%)",
|
|
3198
|
+
colorHover: "hsl(276, 100%, 99.0%)",
|
|
3199
|
+
colorPress: "hsl(280, 65.0%, 99.4%)",
|
|
3200
|
+
colorFocus: "hsl(276, 100%, 99.0%)",
|
|
3201
|
+
colorTransparent: "hsl(276, 100%, 99.0%)",
|
|
3202
|
+
borderColor: "hsl(272, 60.0%, 73.5%)",
|
|
3203
|
+
borderColorHover: "hsl(274, 65.4%, 87.8%)",
|
|
3204
|
+
borderColorFocus: "hsl(272, 60.0%, 73.5%)",
|
|
3205
|
+
borderColorPress: "hsl(272, 60.0%, 73.5%)",
|
|
3206
|
+
placeholderColor: "hsl(274, 65.4%, 87.8%)"
|
|
3207
|
+
};
|
|
3024
3208
|
const light_purple_SliderThumb = {
|
|
3025
3209
|
background: "hsl(272, 66.0%, 16.0%)",
|
|
3026
3210
|
backgroundHover: "hsl(272, 50.0%, 45.8%)",
|
|
@@ -3099,7 +3283,6 @@ const light_pink_Card = {
|
|
|
3099
3283
|
const light_pink_DrawerFrame = light_pink_Card;
|
|
3100
3284
|
const light_pink_Progress = light_pink_Card;
|
|
3101
3285
|
const light_pink_TooltipArrow = light_pink_Card;
|
|
3102
|
-
const light_pink_SliderTrack = light_pink_Card;
|
|
3103
3286
|
const light_pink_Button = {
|
|
3104
3287
|
background: "hsl(323, 78.7%, 94.2%)",
|
|
3105
3288
|
backgroundHover: "hsl(323, 72.2%, 91.1%)",
|
|
@@ -3136,9 +3319,45 @@ const light_pink_Checkbox = {
|
|
|
3136
3319
|
borderColorPress: "hsl(323, 66.3%, 86.6%)",
|
|
3137
3320
|
placeholderColor: "hsl(323, 60.3%, 72.4%)"
|
|
3138
3321
|
};
|
|
3139
|
-
const light_pink_SliderTrackActive = light_pink_Checkbox;
|
|
3140
3322
|
const light_pink_Switch = light_pink_Checkbox;
|
|
3141
3323
|
const light_pink_TooltipContent = light_pink_Checkbox;
|
|
3324
|
+
const light_pink_SliderTrack = light_pink_Checkbox;
|
|
3325
|
+
const light_pink_SwitchThumb = {
|
|
3326
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
3327
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
3328
|
+
backgroundPress: "hsl(320, 70.0%, 13.5%)",
|
|
3329
|
+
backgroundFocus: "hsl(322, 75.0%, 46.0%)",
|
|
3330
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
3331
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
3332
|
+
color: "hsl(322, 100%, 99.4%)",
|
|
3333
|
+
colorHover: "hsl(323, 100%, 98.4%)",
|
|
3334
|
+
colorPress: "hsl(322, 100%, 99.4%)",
|
|
3335
|
+
colorFocus: "hsl(323, 100%, 98.4%)",
|
|
3336
|
+
colorTransparent: "hsl(322, 100%, 99.4%)",
|
|
3337
|
+
borderColor: "hsl(320, 70.0%, 13.5%)",
|
|
3338
|
+
borderColorHover: "hsl(322, 75.0%, 46.0%)",
|
|
3339
|
+
borderColorFocus: "hsl(320, 70.0%, 13.5%)",
|
|
3340
|
+
borderColorPress: "hsl(320, 70.0%, 13.5%)",
|
|
3341
|
+
placeholderColor: "hsl(323, 100%, 98.4%)"
|
|
3342
|
+
};
|
|
3343
|
+
const light_pink_SliderTrackActive = {
|
|
3344
|
+
background: "hsl(322, 63.9%, 50.7%)",
|
|
3345
|
+
backgroundHover: "hsl(322, 65.0%, 54.5%)",
|
|
3346
|
+
backgroundPress: "hsl(323, 60.3%, 72.4%)",
|
|
3347
|
+
backgroundFocus: "hsl(323, 66.3%, 86.6%)",
|
|
3348
|
+
backgroundStrong: "hsl(322, 75.0%, 46.0%)",
|
|
3349
|
+
backgroundTransparent: "hsl(320, 70.0%, 13.5%)",
|
|
3350
|
+
color: "hsl(322, 100%, 99.4%)",
|
|
3351
|
+
colorHover: "hsl(323, 100%, 98.4%)",
|
|
3352
|
+
colorPress: "hsl(322, 100%, 99.4%)",
|
|
3353
|
+
colorFocus: "hsl(323, 100%, 98.4%)",
|
|
3354
|
+
colorTransparent: "hsl(323, 100%, 98.4%)",
|
|
3355
|
+
borderColor: "hsl(323, 60.3%, 72.4%)",
|
|
3356
|
+
borderColorHover: "hsl(323, 66.3%, 86.6%)",
|
|
3357
|
+
borderColorFocus: "hsl(323, 60.3%, 72.4%)",
|
|
3358
|
+
borderColorPress: "hsl(323, 60.3%, 72.4%)",
|
|
3359
|
+
placeholderColor: "hsl(323, 66.3%, 86.6%)"
|
|
3360
|
+
};
|
|
3142
3361
|
const light_pink_SliderThumb = {
|
|
3143
3362
|
background: "hsl(320, 70.0%, 13.5%)",
|
|
3144
3363
|
backgroundHover: "hsl(322, 75.0%, 46.0%)",
|
|
@@ -3217,7 +3436,6 @@ const light_red_Card = {
|
|
|
3217
3436
|
const light_red_DrawerFrame = light_red_Card;
|
|
3218
3437
|
const light_red_Progress = light_red_Card;
|
|
3219
3438
|
const light_red_TooltipArrow = light_red_Card;
|
|
3220
|
-
const light_red_SliderTrack = light_red_Card;
|
|
3221
3439
|
const light_red_Button = {
|
|
3222
3440
|
background: "hsl(360, 97.9%, 94.8%)",
|
|
3223
3441
|
backgroundHover: "hsl(360, 90.2%, 91.9%)",
|
|
@@ -3254,9 +3472,45 @@ const light_red_Checkbox = {
|
|
|
3254
3472
|
borderColorPress: "hsl(360, 81.7%, 87.8%)",
|
|
3255
3473
|
placeholderColor: "hsl(359, 69.5%, 74.3%)"
|
|
3256
3474
|
};
|
|
3257
|
-
const light_red_SliderTrackActive = light_red_Checkbox;
|
|
3258
3475
|
const light_red_Switch = light_red_Checkbox;
|
|
3259
3476
|
const light_red_TooltipContent = light_red_Checkbox;
|
|
3477
|
+
const light_red_SliderTrack = light_red_Checkbox;
|
|
3478
|
+
const light_red_SwitchThumb = {
|
|
3479
|
+
background: "hsl(0, 0%, 9.0%)",
|
|
3480
|
+
backgroundHover: "hsl(0, 0%, 9.0%)",
|
|
3481
|
+
backgroundPress: "hsl(354, 50.0%, 14.6%)",
|
|
3482
|
+
backgroundFocus: "hsl(358, 65.0%, 48.7%)",
|
|
3483
|
+
backgroundStrong: "hsl(0, 0%, 9.0%)",
|
|
3484
|
+
backgroundTransparent: "hsl(0, 0%, 9.0%)",
|
|
3485
|
+
color: "hsl(359, 100%, 99.4%)",
|
|
3486
|
+
colorHover: "hsl(359, 100%, 98.6%)",
|
|
3487
|
+
colorPress: "hsl(359, 100%, 99.4%)",
|
|
3488
|
+
colorFocus: "hsl(359, 100%, 98.6%)",
|
|
3489
|
+
colorTransparent: "hsl(359, 100%, 99.4%)",
|
|
3490
|
+
borderColor: "hsl(354, 50.0%, 14.6%)",
|
|
3491
|
+
borderColorHover: "hsl(358, 65.0%, 48.7%)",
|
|
3492
|
+
borderColorFocus: "hsl(354, 50.0%, 14.6%)",
|
|
3493
|
+
borderColorPress: "hsl(354, 50.0%, 14.6%)",
|
|
3494
|
+
placeholderColor: "hsl(359, 100%, 98.6%)"
|
|
3495
|
+
};
|
|
3496
|
+
const light_red_SliderTrackActive = {
|
|
3497
|
+
background: "hsl(358, 69.4%, 55.2%)",
|
|
3498
|
+
backgroundHover: "hsl(358, 75.0%, 59.0%)",
|
|
3499
|
+
backgroundPress: "hsl(359, 69.5%, 74.3%)",
|
|
3500
|
+
backgroundFocus: "hsl(360, 81.7%, 87.8%)",
|
|
3501
|
+
backgroundStrong: "hsl(358, 65.0%, 48.7%)",
|
|
3502
|
+
backgroundTransparent: "hsl(354, 50.0%, 14.6%)",
|
|
3503
|
+
color: "hsl(359, 100%, 99.4%)",
|
|
3504
|
+
colorHover: "hsl(359, 100%, 98.6%)",
|
|
3505
|
+
colorPress: "hsl(359, 100%, 99.4%)",
|
|
3506
|
+
colorFocus: "hsl(359, 100%, 98.6%)",
|
|
3507
|
+
colorTransparent: "hsl(359, 100%, 98.6%)",
|
|
3508
|
+
borderColor: "hsl(359, 69.5%, 74.3%)",
|
|
3509
|
+
borderColorHover: "hsl(360, 81.7%, 87.8%)",
|
|
3510
|
+
borderColorFocus: "hsl(359, 69.5%, 74.3%)",
|
|
3511
|
+
borderColorPress: "hsl(359, 69.5%, 74.3%)",
|
|
3512
|
+
placeholderColor: "hsl(360, 81.7%, 87.8%)"
|
|
3513
|
+
};
|
|
3260
3514
|
const light_red_SliderThumb = {
|
|
3261
3515
|
background: "hsl(354, 50.0%, 14.6%)",
|
|
3262
3516
|
backgroundHover: "hsl(358, 65.0%, 48.7%)",
|
|
@@ -3317,7 +3571,6 @@ const dark_orange_Card = {
|
|
|
3317
3571
|
const dark_orange_DrawerFrame = dark_orange_Card;
|
|
3318
3572
|
const dark_orange_Progress = dark_orange_Card;
|
|
3319
3573
|
const dark_orange_TooltipArrow = dark_orange_Card;
|
|
3320
|
-
const dark_orange_SliderTrack = dark_orange_Card;
|
|
3321
3574
|
const dark_orange_Button = {
|
|
3322
3575
|
background: "hsl(25, 88.3%, 14.1%)",
|
|
3323
3576
|
backgroundHover: "hsl(24, 87.6%, 16.6%)",
|
|
@@ -3354,9 +3607,9 @@ const dark_orange_Checkbox = {
|
|
|
3354
3607
|
borderColorPress: "hsl(25, 100%, 29.0%)",
|
|
3355
3608
|
placeholderColor: "hsl(25, 100%, 29.0%)"
|
|
3356
3609
|
};
|
|
3357
|
-
const dark_orange_SliderTrackActive = dark_orange_Checkbox;
|
|
3358
3610
|
const dark_orange_Switch = dark_orange_Checkbox;
|
|
3359
3611
|
const dark_orange_TooltipContent = dark_orange_Checkbox;
|
|
3612
|
+
const dark_orange_SliderTrack = dark_orange_Checkbox;
|
|
3360
3613
|
const dark_orange_SwitchThumb = {
|
|
3361
3614
|
background: "#fff",
|
|
3362
3615
|
backgroundHover: "#fff",
|
|
@@ -3375,6 +3628,24 @@ const dark_orange_SwitchThumb = {
|
|
|
3375
3628
|
borderColorPress: "hsl(24, 100%, 62.2%)",
|
|
3376
3629
|
placeholderColor: "hsl(28, 100%, 8.4%)"
|
|
3377
3630
|
};
|
|
3631
|
+
const dark_orange_SliderTrackActive = {
|
|
3632
|
+
background: "hsl(24, 100%, 58.5%)",
|
|
3633
|
+
backgroundHover: "hsl(24, 94.0%, 50.0%)",
|
|
3634
|
+
backgroundPress: "hsl(25, 100%, 29.0%)",
|
|
3635
|
+
backgroundFocus: "hsl(24, 88.6%, 19.8%)",
|
|
3636
|
+
backgroundStrong: "hsl(24, 100%, 62.2%)",
|
|
3637
|
+
backgroundTransparent: "hsl(24, 97.0%, 93.2%)",
|
|
3638
|
+
color: "hsl(30, 70.0%, 7.2%)",
|
|
3639
|
+
colorHover: "hsl(28, 100%, 8.4%)",
|
|
3640
|
+
colorPress: "hsl(30, 70.0%, 7.2%)",
|
|
3641
|
+
colorFocus: "hsl(28, 100%, 8.4%)",
|
|
3642
|
+
colorTransparent: "hsl(28, 100%, 8.4%)",
|
|
3643
|
+
borderColor: "hsl(24, 88.6%, 19.8%)",
|
|
3644
|
+
borderColorHover: "hsl(24, 87.6%, 16.6%)",
|
|
3645
|
+
borderColorFocus: "hsl(25, 100%, 29.0%)",
|
|
3646
|
+
borderColorPress: "hsl(24, 88.6%, 19.8%)",
|
|
3647
|
+
placeholderColor: "hsl(24, 88.6%, 19.8%)"
|
|
3648
|
+
};
|
|
3378
3649
|
const dark_orange_SliderThumb = {
|
|
3379
3650
|
background: "hsl(24, 97.0%, 93.2%)",
|
|
3380
3651
|
backgroundHover: "hsl(24, 100%, 62.2%)",
|
|
@@ -3435,7 +3706,6 @@ const dark_yellow_Card = {
|
|
|
3435
3706
|
const dark_yellow_DrawerFrame = dark_yellow_Card;
|
|
3436
3707
|
const dark_yellow_Progress = dark_yellow_Card;
|
|
3437
3708
|
const dark_yellow_TooltipArrow = dark_yellow_Card;
|
|
3438
|
-
const dark_yellow_SliderTrack = dark_yellow_Card;
|
|
3439
3709
|
const dark_yellow_Button = {
|
|
3440
3710
|
background: "hsl(45, 100%, 10.4%)",
|
|
3441
3711
|
backgroundHover: "hsl(47, 100%, 12.1%)",
|
|
@@ -3472,9 +3742,9 @@ const dark_yellow_Checkbox = {
|
|
|
3472
3742
|
borderColorPress: "hsl(50, 100%, 22.0%)",
|
|
3473
3743
|
placeholderColor: "hsl(50, 100%, 22.0%)"
|
|
3474
3744
|
};
|
|
3475
|
-
const dark_yellow_SliderTrackActive = dark_yellow_Checkbox;
|
|
3476
3745
|
const dark_yellow_Switch = dark_yellow_Checkbox;
|
|
3477
3746
|
const dark_yellow_TooltipContent = dark_yellow_Checkbox;
|
|
3747
|
+
const dark_yellow_SliderTrack = dark_yellow_Checkbox;
|
|
3478
3748
|
const dark_yellow_SwitchThumb = {
|
|
3479
3749
|
background: "#fff",
|
|
3480
3750
|
backgroundHover: "#fff",
|
|
@@ -3493,6 +3763,24 @@ const dark_yellow_SwitchThumb = {
|
|
|
3493
3763
|
borderColorPress: "hsl(48, 100%, 47.0%)",
|
|
3494
3764
|
placeholderColor: "hsl(46, 100%, 6.7%)"
|
|
3495
3765
|
};
|
|
3766
|
+
const dark_yellow_SliderTrackActive = {
|
|
3767
|
+
background: "hsl(54, 100%, 68.0%)",
|
|
3768
|
+
backgroundHover: "hsl(53, 92.0%, 50.0%)",
|
|
3769
|
+
backgroundPress: "hsl(50, 100%, 22.0%)",
|
|
3770
|
+
backgroundFocus: "hsl(49, 100%, 14.3%)",
|
|
3771
|
+
backgroundStrong: "hsl(48, 100%, 47.0%)",
|
|
3772
|
+
backgroundTransparent: "hsl(53, 100%, 91.0%)",
|
|
3773
|
+
color: "hsl(45, 100%, 5.5%)",
|
|
3774
|
+
colorHover: "hsl(46, 100%, 6.7%)",
|
|
3775
|
+
colorPress: "hsl(45, 100%, 5.5%)",
|
|
3776
|
+
colorFocus: "hsl(46, 100%, 6.7%)",
|
|
3777
|
+
colorTransparent: "hsl(46, 100%, 6.7%)",
|
|
3778
|
+
borderColor: "hsl(49, 100%, 14.3%)",
|
|
3779
|
+
borderColorHover: "hsl(47, 100%, 12.1%)",
|
|
3780
|
+
borderColorFocus: "hsl(50, 100%, 22.0%)",
|
|
3781
|
+
borderColorPress: "hsl(49, 100%, 14.3%)",
|
|
3782
|
+
placeholderColor: "hsl(49, 100%, 14.3%)"
|
|
3783
|
+
};
|
|
3496
3784
|
const dark_yellow_SliderThumb = {
|
|
3497
3785
|
background: "hsl(53, 100%, 91.0%)",
|
|
3498
3786
|
backgroundHover: "hsl(48, 100%, 47.0%)",
|
|
@@ -3553,7 +3841,6 @@ const dark_green_Card = {
|
|
|
3553
3841
|
const dark_green_DrawerFrame = dark_green_Card;
|
|
3554
3842
|
const dark_green_Progress = dark_green_Card;
|
|
3555
3843
|
const dark_green_TooltipArrow = dark_green_Card;
|
|
3556
|
-
const dark_green_SliderTrack = dark_green_Card;
|
|
3557
3844
|
const dark_green_Button = {
|
|
3558
3845
|
background: "hsl(154, 48.4%, 12.9%)",
|
|
3559
3846
|
backgroundHover: "hsl(154, 49.7%, 14.9%)",
|
|
@@ -3590,9 +3877,9 @@ const dark_green_Checkbox = {
|
|
|
3590
3877
|
borderColorPress: "hsl(151, 51.7%, 28.4%)",
|
|
3591
3878
|
placeholderColor: "hsl(151, 51.7%, 28.4%)"
|
|
3592
3879
|
};
|
|
3593
|
-
const dark_green_SliderTrackActive = dark_green_Checkbox;
|
|
3594
3880
|
const dark_green_Switch = dark_green_Checkbox;
|
|
3595
3881
|
const dark_green_TooltipContent = dark_green_Checkbox;
|
|
3882
|
+
const dark_green_SliderTrack = dark_green_Checkbox;
|
|
3596
3883
|
const dark_green_SwitchThumb = {
|
|
3597
3884
|
background: "#fff",
|
|
3598
3885
|
backgroundHover: "#fff",
|
|
@@ -3611,6 +3898,24 @@ const dark_green_SwitchThumb = {
|
|
|
3611
3898
|
borderColorPress: "hsl(151, 50.0%, 53.2%)",
|
|
3612
3899
|
placeholderColor: "hsl(155, 44.2%, 8.4%)"
|
|
3613
3900
|
};
|
|
3901
|
+
const dark_green_SliderTrackActive = {
|
|
3902
|
+
background: "hsl(151, 49.3%, 46.5%)",
|
|
3903
|
+
backgroundHover: "hsl(151, 55.0%, 41.5%)",
|
|
3904
|
+
backgroundPress: "hsl(151, 51.7%, 28.4%)",
|
|
3905
|
+
backgroundFocus: "hsl(154, 50.9%, 17.6%)",
|
|
3906
|
+
backgroundStrong: "hsl(151, 50.0%, 53.2%)",
|
|
3907
|
+
backgroundTransparent: "hsl(137, 72.0%, 94.0%)",
|
|
3908
|
+
color: "hsl(146, 30.0%, 7.4%)",
|
|
3909
|
+
colorHover: "hsl(155, 44.2%, 8.4%)",
|
|
3910
|
+
colorPress: "hsl(146, 30.0%, 7.4%)",
|
|
3911
|
+
colorFocus: "hsl(155, 44.2%, 8.4%)",
|
|
3912
|
+
colorTransparent: "hsl(155, 44.2%, 8.4%)",
|
|
3913
|
+
borderColor: "hsl(154, 50.9%, 17.6%)",
|
|
3914
|
+
borderColorHover: "hsl(154, 49.7%, 14.9%)",
|
|
3915
|
+
borderColorFocus: "hsl(151, 51.7%, 28.4%)",
|
|
3916
|
+
borderColorPress: "hsl(154, 50.9%, 17.6%)",
|
|
3917
|
+
placeholderColor: "hsl(154, 50.9%, 17.6%)"
|
|
3918
|
+
};
|
|
3614
3919
|
const dark_green_SliderThumb = {
|
|
3615
3920
|
background: "hsl(137, 72.0%, 94.0%)",
|
|
3616
3921
|
backgroundHover: "hsl(151, 50.0%, 53.2%)",
|
|
@@ -3671,7 +3976,6 @@ const dark_blue_Card = {
|
|
|
3671
3976
|
const dark_blue_DrawerFrame = dark_blue_Card;
|
|
3672
3977
|
const dark_blue_Progress = dark_blue_Card;
|
|
3673
3978
|
const dark_blue_TooltipArrow = dark_blue_Card;
|
|
3674
|
-
const dark_blue_SliderTrack = dark_blue_Card;
|
|
3675
3979
|
const dark_blue_Button = {
|
|
3676
3980
|
background: "hsl(214, 65.8%, 17.9%)",
|
|
3677
3981
|
backgroundHover: "hsl(213, 71.2%, 20.2%)",
|
|
@@ -3708,9 +4012,9 @@ const dark_blue_Checkbox = {
|
|
|
3708
4012
|
borderColorPress: "hsl(211, 89.7%, 34.1%)",
|
|
3709
4013
|
placeholderColor: "hsl(211, 89.7%, 34.1%)"
|
|
3710
4014
|
};
|
|
3711
|
-
const dark_blue_SliderTrackActive = dark_blue_Checkbox;
|
|
3712
4015
|
const dark_blue_Switch = dark_blue_Checkbox;
|
|
3713
4016
|
const dark_blue_TooltipContent = dark_blue_Checkbox;
|
|
4017
|
+
const dark_blue_SliderTrack = dark_blue_Checkbox;
|
|
3714
4018
|
const dark_blue_SwitchThumb = {
|
|
3715
4019
|
background: "#fff",
|
|
3716
4020
|
backgroundHover: "#fff",
|
|
@@ -3729,6 +4033,24 @@ const dark_blue_SwitchThumb = {
|
|
|
3729
4033
|
borderColorPress: "hsl(210, 100%, 66.1%)",
|
|
3730
4034
|
placeholderColor: "hsl(216, 50.0%, 11.8%)"
|
|
3731
4035
|
};
|
|
4036
|
+
const dark_blue_SliderTrackActive = {
|
|
4037
|
+
background: "hsl(209, 100%, 60.6%)",
|
|
4038
|
+
backgroundHover: "hsl(206, 100%, 50.0%)",
|
|
4039
|
+
backgroundPress: "hsl(211, 89.7%, 34.1%)",
|
|
4040
|
+
backgroundFocus: "hsl(212, 77.4%, 23.1%)",
|
|
4041
|
+
backgroundStrong: "hsl(210, 100%, 66.1%)",
|
|
4042
|
+
backgroundTransparent: "hsl(206, 98.0%, 95.8%)",
|
|
4043
|
+
color: "hsl(212, 35.0%, 9.2%)",
|
|
4044
|
+
colorHover: "hsl(216, 50.0%, 11.8%)",
|
|
4045
|
+
colorPress: "hsl(212, 35.0%, 9.2%)",
|
|
4046
|
+
colorFocus: "hsl(216, 50.0%, 11.8%)",
|
|
4047
|
+
colorTransparent: "hsl(216, 50.0%, 11.8%)",
|
|
4048
|
+
borderColor: "hsl(212, 77.4%, 23.1%)",
|
|
4049
|
+
borderColorHover: "hsl(213, 71.2%, 20.2%)",
|
|
4050
|
+
borderColorFocus: "hsl(211, 89.7%, 34.1%)",
|
|
4051
|
+
borderColorPress: "hsl(212, 77.4%, 23.1%)",
|
|
4052
|
+
placeholderColor: "hsl(212, 77.4%, 23.1%)"
|
|
4053
|
+
};
|
|
3732
4054
|
const dark_blue_SliderThumb = {
|
|
3733
4055
|
background: "hsl(206, 98.0%, 95.8%)",
|
|
3734
4056
|
backgroundHover: "hsl(210, 100%, 66.1%)",
|
|
@@ -3789,7 +4111,6 @@ const dark_purple_Card = {
|
|
|
3789
4111
|
const dark_purple_DrawerFrame = dark_purple_Card;
|
|
3790
4112
|
const dark_purple_Progress = dark_purple_Card;
|
|
3791
4113
|
const dark_purple_TooltipArrow = dark_purple_Card;
|
|
3792
|
-
const dark_purple_SliderTrack = dark_purple_Card;
|
|
3793
4114
|
const dark_purple_Button = {
|
|
3794
4115
|
background: "hsl(280, 41.2%, 20.0%)",
|
|
3795
4116
|
backgroundHover: "hsl(279, 43.8%, 23.3%)",
|
|
@@ -3826,9 +4147,9 @@ const dark_purple_Checkbox = {
|
|
|
3826
4147
|
borderColorPress: "hsl(272, 52.1%, 45.9%)",
|
|
3827
4148
|
placeholderColor: "hsl(272, 52.1%, 45.9%)"
|
|
3828
4149
|
};
|
|
3829
|
-
const dark_purple_SliderTrackActive = dark_purple_Checkbox;
|
|
3830
4150
|
const dark_purple_Switch = dark_purple_Checkbox;
|
|
3831
4151
|
const dark_purple_TooltipContent = dark_purple_Checkbox;
|
|
4152
|
+
const dark_purple_SliderTrack = dark_purple_Checkbox;
|
|
3832
4153
|
const dark_purple_SwitchThumb = {
|
|
3833
4154
|
background: "#fff",
|
|
3834
4155
|
backgroundHover: "#fff",
|
|
@@ -3847,6 +4168,24 @@ const dark_purple_SwitchThumb = {
|
|
|
3847
4168
|
borderColorPress: "hsl(275, 80.0%, 71.0%)",
|
|
3848
4169
|
placeholderColor: "hsl(283, 30.0%, 11.8%)"
|
|
3849
4170
|
};
|
|
4171
|
+
const dark_purple_SliderTrackActive = {
|
|
4172
|
+
background: "hsl(273, 57.3%, 59.1%)",
|
|
4173
|
+
backgroundHover: "hsl(272, 51.0%, 54.0%)",
|
|
4174
|
+
backgroundPress: "hsl(272, 52.1%, 45.9%)",
|
|
4175
|
+
backgroundFocus: "hsl(277, 46.4%, 27.5%)",
|
|
4176
|
+
backgroundStrong: "hsl(275, 80.0%, 71.0%)",
|
|
4177
|
+
backgroundTransparent: "hsl(279, 75.0%, 95.7%)",
|
|
4178
|
+
color: "hsl(284, 20.0%, 9.6%)",
|
|
4179
|
+
colorHover: "hsl(283, 30.0%, 11.8%)",
|
|
4180
|
+
colorPress: "hsl(284, 20.0%, 9.6%)",
|
|
4181
|
+
colorFocus: "hsl(283, 30.0%, 11.8%)",
|
|
4182
|
+
colorTransparent: "hsl(283, 30.0%, 11.8%)",
|
|
4183
|
+
borderColor: "hsl(277, 46.4%, 27.5%)",
|
|
4184
|
+
borderColorHover: "hsl(279, 43.8%, 23.3%)",
|
|
4185
|
+
borderColorFocus: "hsl(272, 52.1%, 45.9%)",
|
|
4186
|
+
borderColorPress: "hsl(277, 46.4%, 27.5%)",
|
|
4187
|
+
placeholderColor: "hsl(277, 46.4%, 27.5%)"
|
|
4188
|
+
};
|
|
3850
4189
|
const dark_purple_SliderThumb = {
|
|
3851
4190
|
background: "hsl(279, 75.0%, 95.7%)",
|
|
3852
4191
|
backgroundHover: "hsl(275, 80.0%, 71.0%)",
|
|
@@ -3907,7 +4246,6 @@ const dark_pink_Card = {
|
|
|
3907
4246
|
const dark_pink_DrawerFrame = dark_pink_Card;
|
|
3908
4247
|
const dark_pink_Progress = dark_pink_Card;
|
|
3909
4248
|
const dark_pink_TooltipArrow = dark_pink_Card;
|
|
3910
|
-
const dark_pink_SliderTrack = dark_pink_Card;
|
|
3911
4249
|
const dark_pink_Button = {
|
|
3912
4250
|
background: "hsl(320, 45.4%, 18.7%)",
|
|
3913
4251
|
backgroundHover: "hsl(320, 49.0%, 21.1%)",
|
|
@@ -3944,9 +4282,9 @@ const dark_pink_Checkbox = {
|
|
|
3944
4282
|
borderColorPress: "hsl(322, 74.9%, 37.5%)",
|
|
3945
4283
|
placeholderColor: "hsl(322, 74.9%, 37.5%)"
|
|
3946
4284
|
};
|
|
3947
|
-
const dark_pink_SliderTrackActive = dark_pink_Checkbox;
|
|
3948
4285
|
const dark_pink_Switch = dark_pink_Checkbox;
|
|
3949
4286
|
const dark_pink_TooltipContent = dark_pink_Checkbox;
|
|
4287
|
+
const dark_pink_SliderTrack = dark_pink_Checkbox;
|
|
3950
4288
|
const dark_pink_SwitchThumb = {
|
|
3951
4289
|
background: "#fff",
|
|
3952
4290
|
backgroundHover: "#fff",
|
|
@@ -3965,6 +4303,24 @@ const dark_pink_SwitchThumb = {
|
|
|
3965
4303
|
borderColorPress: "hsl(325, 90.0%, 66.4%)",
|
|
3966
4304
|
placeholderColor: "hsl(319, 32.2%, 11.6%)"
|
|
3967
4305
|
};
|
|
4306
|
+
const dark_pink_SliderTrackActive = {
|
|
4307
|
+
background: "hsl(323, 72.8%, 59.2%)",
|
|
4308
|
+
backgroundHover: "hsl(322, 65.0%, 54.5%)",
|
|
4309
|
+
backgroundPress: "hsl(322, 74.9%, 37.5%)",
|
|
4310
|
+
backgroundFocus: "hsl(321, 53.6%, 24.4%)",
|
|
4311
|
+
backgroundStrong: "hsl(325, 90.0%, 66.4%)",
|
|
4312
|
+
backgroundTransparent: "hsl(322, 90.0%, 95.8%)",
|
|
4313
|
+
color: "hsl(318, 25.0%, 9.6%)",
|
|
4314
|
+
colorHover: "hsl(319, 32.2%, 11.6%)",
|
|
4315
|
+
colorPress: "hsl(318, 25.0%, 9.6%)",
|
|
4316
|
+
colorFocus: "hsl(319, 32.2%, 11.6%)",
|
|
4317
|
+
colorTransparent: "hsl(319, 32.2%, 11.6%)",
|
|
4318
|
+
borderColor: "hsl(321, 53.6%, 24.4%)",
|
|
4319
|
+
borderColorHover: "hsl(320, 49.0%, 21.1%)",
|
|
4320
|
+
borderColorFocus: "hsl(322, 74.9%, 37.5%)",
|
|
4321
|
+
borderColorPress: "hsl(321, 53.6%, 24.4%)",
|
|
4322
|
+
placeholderColor: "hsl(321, 53.6%, 24.4%)"
|
|
4323
|
+
};
|
|
3968
4324
|
const dark_pink_SliderThumb = {
|
|
3969
4325
|
background: "hsl(322, 90.0%, 95.8%)",
|
|
3970
4326
|
backgroundHover: "hsl(325, 90.0%, 66.4%)",
|
|
@@ -4025,7 +4381,6 @@ const dark_red_Card = {
|
|
|
4025
4381
|
const dark_red_DrawerFrame = dark_red_Card;
|
|
4026
4382
|
const dark_red_Progress = dark_red_Card;
|
|
4027
4383
|
const dark_red_TooltipArrow = dark_red_Card;
|
|
4028
|
-
const dark_red_SliderTrack = dark_red_Card;
|
|
4029
4384
|
const dark_red_Button = {
|
|
4030
4385
|
background: "hsl(356, 47.6%, 19.2%)",
|
|
4031
4386
|
backgroundHover: "hsl(356, 51.1%, 21.9%)",
|
|
@@ -4062,9 +4417,45 @@ const dark_red_Checkbox = {
|
|
|
4062
4417
|
borderColorPress: "hsl(358, 65.0%, 40.4%)",
|
|
4063
4418
|
placeholderColor: "hsl(358, 65.0%, 40.4%)"
|
|
4064
4419
|
};
|
|
4065
|
-
const dark_red_SliderTrackActive = dark_red_Checkbox;
|
|
4066
4420
|
const dark_red_Switch = dark_red_Checkbox;
|
|
4067
4421
|
const dark_red_TooltipContent = dark_red_Checkbox;
|
|
4422
|
+
const dark_red_SliderTrack = dark_red_Checkbox;
|
|
4423
|
+
const dark_red_SwitchThumb = {
|
|
4424
|
+
background: "#fff",
|
|
4425
|
+
backgroundHover: "#fff",
|
|
4426
|
+
backgroundPress: "hsl(351, 89.0%, 96.0%)",
|
|
4427
|
+
backgroundFocus: "hsl(358, 100%, 69.5%)",
|
|
4428
|
+
backgroundStrong: "#fff",
|
|
4429
|
+
backgroundTransparent: "#fff",
|
|
4430
|
+
color: "hsl(353, 23.0%, 9.8%)",
|
|
4431
|
+
colorHover: "hsl(357, 34.4%, 12.0%)",
|
|
4432
|
+
colorPress: "hsl(353, 23.0%, 9.8%)",
|
|
4433
|
+
colorFocus: "hsl(357, 34.4%, 12.0%)",
|
|
4434
|
+
colorTransparent: "hsl(353, 23.0%, 9.8%)",
|
|
4435
|
+
borderColor: "hsl(358, 100%, 69.5%)",
|
|
4436
|
+
borderColorHover: "hsl(358, 85.3%, 64.0%)",
|
|
4437
|
+
borderColorFocus: "hsl(351, 89.0%, 96.0%)",
|
|
4438
|
+
borderColorPress: "hsl(358, 100%, 69.5%)",
|
|
4439
|
+
placeholderColor: "hsl(357, 34.4%, 12.0%)"
|
|
4440
|
+
};
|
|
4441
|
+
const dark_red_SliderTrackActive = {
|
|
4442
|
+
background: "hsl(358, 85.3%, 64.0%)",
|
|
4443
|
+
backgroundHover: "hsl(358, 75.0%, 59.0%)",
|
|
4444
|
+
backgroundPress: "hsl(358, 65.0%, 40.4%)",
|
|
4445
|
+
backgroundFocus: "hsl(356, 55.2%, 25.9%)",
|
|
4446
|
+
backgroundStrong: "hsl(358, 100%, 69.5%)",
|
|
4447
|
+
backgroundTransparent: "hsl(351, 89.0%, 96.0%)",
|
|
4448
|
+
color: "hsl(353, 23.0%, 9.8%)",
|
|
4449
|
+
colorHover: "hsl(357, 34.4%, 12.0%)",
|
|
4450
|
+
colorPress: "hsl(353, 23.0%, 9.8%)",
|
|
4451
|
+
colorFocus: "hsl(357, 34.4%, 12.0%)",
|
|
4452
|
+
colorTransparent: "hsl(357, 34.4%, 12.0%)",
|
|
4453
|
+
borderColor: "hsl(356, 55.2%, 25.9%)",
|
|
4454
|
+
borderColorHover: "hsl(356, 51.1%, 21.9%)",
|
|
4455
|
+
borderColorFocus: "hsl(358, 65.0%, 40.4%)",
|
|
4456
|
+
borderColorPress: "hsl(356, 55.2%, 25.9%)",
|
|
4457
|
+
placeholderColor: "hsl(356, 55.2%, 25.9%)"
|
|
4458
|
+
};
|
|
4068
4459
|
const dark_red_SliderThumb = {
|
|
4069
4460
|
background: "hsl(351, 89.0%, 96.0%)",
|
|
4070
4461
|
backgroundHover: "hsl(358, 100%, 69.5%)",
|