@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.
- 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/generated-new.d.ts +39 -39
- package/types/templates.d.ts +3 -0
- package/types/themes-new.d.ts +448 -448
- package/types/themes-old.d.ts +504 -504
- package/types/componentThemeDefinitions.d.ts.map +0 -1
- package/types/generate.d.ts.map +0 -1
- package/types/generated-new.d.ts.map +0 -1
- package/types/helpers.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types/masks.d.ts.map +0 -1
- package/types/palettes.d.ts.map +0 -1
- package/types/shadows.d.ts.map +0 -1
- package/types/templates.d.ts.map +0 -1
- package/types/themes-new.d.ts.map +0 -1
- package/types/themes-old.d.ts.map +0 -1
- package/types/themes.d.ts.map +0 -1
- package/types/themes.outlined.d.ts.map +0 -1
- package/types/tokens.d.ts.map +0 -1
package/types/themes-new.d.ts
CHANGED
|
@@ -2039,7 +2039,7 @@ export declare const themes: {
|
|
|
2039
2039
|
color11: string;
|
|
2040
2040
|
color12: string;
|
|
2041
2041
|
};
|
|
2042
|
-
|
|
2042
|
+
light_blue_Switch: {
|
|
2043
2043
|
background: string;
|
|
2044
2044
|
backgroundHover: string;
|
|
2045
2045
|
backgroundPress: string;
|
|
@@ -2069,7 +2069,7 @@ export declare const themes: {
|
|
|
2069
2069
|
color11: string;
|
|
2070
2070
|
color12: string;
|
|
2071
2071
|
};
|
|
2072
|
-
|
|
2072
|
+
light_blue_SwitchThumb: {
|
|
2073
2073
|
background: string;
|
|
2074
2074
|
backgroundHover: string;
|
|
2075
2075
|
backgroundPress: string;
|
|
@@ -2099,7 +2099,7 @@ export declare const themes: {
|
|
|
2099
2099
|
color11: string;
|
|
2100
2100
|
color12: string;
|
|
2101
2101
|
};
|
|
2102
|
-
|
|
2102
|
+
light_blue_TooltipContent: {
|
|
2103
2103
|
background: string;
|
|
2104
2104
|
backgroundHover: string;
|
|
2105
2105
|
backgroundPress: string;
|
|
@@ -2129,7 +2129,7 @@ export declare const themes: {
|
|
|
2129
2129
|
color11: string;
|
|
2130
2130
|
color12: string;
|
|
2131
2131
|
};
|
|
2132
|
-
|
|
2132
|
+
light_blue_DrawerFrame: {
|
|
2133
2133
|
background: string;
|
|
2134
2134
|
backgroundHover: string;
|
|
2135
2135
|
backgroundPress: string;
|
|
@@ -2159,7 +2159,7 @@ export declare const themes: {
|
|
|
2159
2159
|
color11: string;
|
|
2160
2160
|
color12: string;
|
|
2161
2161
|
};
|
|
2162
|
-
|
|
2162
|
+
light_blue_Progress: {
|
|
2163
2163
|
background: string;
|
|
2164
2164
|
backgroundHover: string;
|
|
2165
2165
|
backgroundPress: string;
|
|
@@ -2189,7 +2189,7 @@ export declare const themes: {
|
|
|
2189
2189
|
color11: string;
|
|
2190
2190
|
color12: string;
|
|
2191
2191
|
};
|
|
2192
|
-
|
|
2192
|
+
light_blue_TooltipArrow: {
|
|
2193
2193
|
background: string;
|
|
2194
2194
|
backgroundHover: string;
|
|
2195
2195
|
backgroundPress: string;
|
|
@@ -2219,7 +2219,7 @@ export declare const themes: {
|
|
|
2219
2219
|
color11: string;
|
|
2220
2220
|
color12: string;
|
|
2221
2221
|
};
|
|
2222
|
-
|
|
2222
|
+
light_blue_SliderTrackActive: {
|
|
2223
2223
|
background: string;
|
|
2224
2224
|
backgroundHover: string;
|
|
2225
2225
|
backgroundPress: string;
|
|
@@ -2639,7 +2639,7 @@ export declare const themes: {
|
|
|
2639
2639
|
color11: string;
|
|
2640
2640
|
color12: string;
|
|
2641
2641
|
};
|
|
2642
|
-
|
|
2642
|
+
light_green_Switch: {
|
|
2643
2643
|
background: string;
|
|
2644
2644
|
backgroundHover: string;
|
|
2645
2645
|
backgroundPress: string;
|
|
@@ -2669,7 +2669,7 @@ export declare const themes: {
|
|
|
2669
2669
|
color11: string;
|
|
2670
2670
|
color12: string;
|
|
2671
2671
|
};
|
|
2672
|
-
|
|
2672
|
+
light_green_SwitchThumb: {
|
|
2673
2673
|
background: string;
|
|
2674
2674
|
backgroundHover: string;
|
|
2675
2675
|
backgroundPress: string;
|
|
@@ -2699,7 +2699,7 @@ export declare const themes: {
|
|
|
2699
2699
|
color11: string;
|
|
2700
2700
|
color12: string;
|
|
2701
2701
|
};
|
|
2702
|
-
|
|
2702
|
+
light_green_TooltipContent: {
|
|
2703
2703
|
background: string;
|
|
2704
2704
|
backgroundHover: string;
|
|
2705
2705
|
backgroundPress: string;
|
|
@@ -2729,7 +2729,7 @@ export declare const themes: {
|
|
|
2729
2729
|
color11: string;
|
|
2730
2730
|
color12: string;
|
|
2731
2731
|
};
|
|
2732
|
-
|
|
2732
|
+
light_green_DrawerFrame: {
|
|
2733
2733
|
background: string;
|
|
2734
2734
|
backgroundHover: string;
|
|
2735
2735
|
backgroundPress: string;
|
|
@@ -2759,7 +2759,7 @@ export declare const themes: {
|
|
|
2759
2759
|
color11: string;
|
|
2760
2760
|
color12: string;
|
|
2761
2761
|
};
|
|
2762
|
-
|
|
2762
|
+
light_green_Progress: {
|
|
2763
2763
|
background: string;
|
|
2764
2764
|
backgroundHover: string;
|
|
2765
2765
|
backgroundPress: string;
|
|
@@ -2789,7 +2789,7 @@ export declare const themes: {
|
|
|
2789
2789
|
color11: string;
|
|
2790
2790
|
color12: string;
|
|
2791
2791
|
};
|
|
2792
|
-
|
|
2792
|
+
light_green_TooltipArrow: {
|
|
2793
2793
|
background: string;
|
|
2794
2794
|
backgroundHover: string;
|
|
2795
2795
|
backgroundPress: string;
|
|
@@ -2819,7 +2819,7 @@ export declare const themes: {
|
|
|
2819
2819
|
color11: string;
|
|
2820
2820
|
color12: string;
|
|
2821
2821
|
};
|
|
2822
|
-
|
|
2822
|
+
light_green_SliderTrackActive: {
|
|
2823
2823
|
background: string;
|
|
2824
2824
|
backgroundHover: string;
|
|
2825
2825
|
backgroundPress: string;
|
|
@@ -3239,7 +3239,7 @@ export declare const themes: {
|
|
|
3239
3239
|
color11: string;
|
|
3240
3240
|
color12: string;
|
|
3241
3241
|
};
|
|
3242
|
-
|
|
3242
|
+
light_orange_Switch: {
|
|
3243
3243
|
background: string;
|
|
3244
3244
|
backgroundHover: string;
|
|
3245
3245
|
backgroundPress: string;
|
|
@@ -3269,7 +3269,7 @@ export declare const themes: {
|
|
|
3269
3269
|
color11: string;
|
|
3270
3270
|
color12: string;
|
|
3271
3271
|
};
|
|
3272
|
-
|
|
3272
|
+
light_orange_SwitchThumb: {
|
|
3273
3273
|
background: string;
|
|
3274
3274
|
backgroundHover: string;
|
|
3275
3275
|
backgroundPress: string;
|
|
@@ -3299,7 +3299,7 @@ export declare const themes: {
|
|
|
3299
3299
|
color11: string;
|
|
3300
3300
|
color12: string;
|
|
3301
3301
|
};
|
|
3302
|
-
|
|
3302
|
+
light_orange_TooltipContent: {
|
|
3303
3303
|
background: string;
|
|
3304
3304
|
backgroundHover: string;
|
|
3305
3305
|
backgroundPress: string;
|
|
@@ -3329,7 +3329,7 @@ export declare const themes: {
|
|
|
3329
3329
|
color11: string;
|
|
3330
3330
|
color12: string;
|
|
3331
3331
|
};
|
|
3332
|
-
|
|
3332
|
+
light_orange_DrawerFrame: {
|
|
3333
3333
|
background: string;
|
|
3334
3334
|
backgroundHover: string;
|
|
3335
3335
|
backgroundPress: string;
|
|
@@ -3359,7 +3359,7 @@ export declare const themes: {
|
|
|
3359
3359
|
color11: string;
|
|
3360
3360
|
color12: string;
|
|
3361
3361
|
};
|
|
3362
|
-
|
|
3362
|
+
light_orange_Progress: {
|
|
3363
3363
|
background: string;
|
|
3364
3364
|
backgroundHover: string;
|
|
3365
3365
|
backgroundPress: string;
|
|
@@ -3389,7 +3389,7 @@ export declare const themes: {
|
|
|
3389
3389
|
color11: string;
|
|
3390
3390
|
color12: string;
|
|
3391
3391
|
};
|
|
3392
|
-
|
|
3392
|
+
light_orange_TooltipArrow: {
|
|
3393
3393
|
background: string;
|
|
3394
3394
|
backgroundHover: string;
|
|
3395
3395
|
backgroundPress: string;
|
|
@@ -3419,7 +3419,7 @@ export declare const themes: {
|
|
|
3419
3419
|
color11: string;
|
|
3420
3420
|
color12: string;
|
|
3421
3421
|
};
|
|
3422
|
-
|
|
3422
|
+
light_orange_SliderTrackActive: {
|
|
3423
3423
|
background: string;
|
|
3424
3424
|
backgroundHover: string;
|
|
3425
3425
|
backgroundPress: string;
|
|
@@ -3839,7 +3839,7 @@ export declare const themes: {
|
|
|
3839
3839
|
color11: string;
|
|
3840
3840
|
color12: string;
|
|
3841
3841
|
};
|
|
3842
|
-
|
|
3842
|
+
light_pink_Switch: {
|
|
3843
3843
|
background: string;
|
|
3844
3844
|
backgroundHover: string;
|
|
3845
3845
|
backgroundPress: string;
|
|
@@ -3869,7 +3869,7 @@ export declare const themes: {
|
|
|
3869
3869
|
color11: string;
|
|
3870
3870
|
color12: string;
|
|
3871
3871
|
};
|
|
3872
|
-
|
|
3872
|
+
light_pink_SwitchThumb: {
|
|
3873
3873
|
background: string;
|
|
3874
3874
|
backgroundHover: string;
|
|
3875
3875
|
backgroundPress: string;
|
|
@@ -3899,7 +3899,7 @@ export declare const themes: {
|
|
|
3899
3899
|
color11: string;
|
|
3900
3900
|
color12: string;
|
|
3901
3901
|
};
|
|
3902
|
-
|
|
3902
|
+
light_pink_TooltipContent: {
|
|
3903
3903
|
background: string;
|
|
3904
3904
|
backgroundHover: string;
|
|
3905
3905
|
backgroundPress: string;
|
|
@@ -3929,7 +3929,7 @@ export declare const themes: {
|
|
|
3929
3929
|
color11: string;
|
|
3930
3930
|
color12: string;
|
|
3931
3931
|
};
|
|
3932
|
-
|
|
3932
|
+
light_pink_DrawerFrame: {
|
|
3933
3933
|
background: string;
|
|
3934
3934
|
backgroundHover: string;
|
|
3935
3935
|
backgroundPress: string;
|
|
@@ -3959,7 +3959,7 @@ export declare const themes: {
|
|
|
3959
3959
|
color11: string;
|
|
3960
3960
|
color12: string;
|
|
3961
3961
|
};
|
|
3962
|
-
|
|
3962
|
+
light_pink_Progress: {
|
|
3963
3963
|
background: string;
|
|
3964
3964
|
backgroundHover: string;
|
|
3965
3965
|
backgroundPress: string;
|
|
@@ -3989,7 +3989,7 @@ export declare const themes: {
|
|
|
3989
3989
|
color11: string;
|
|
3990
3990
|
color12: string;
|
|
3991
3991
|
};
|
|
3992
|
-
|
|
3992
|
+
light_pink_TooltipArrow: {
|
|
3993
3993
|
background: string;
|
|
3994
3994
|
backgroundHover: string;
|
|
3995
3995
|
backgroundPress: string;
|
|
@@ -4019,7 +4019,7 @@ export declare const themes: {
|
|
|
4019
4019
|
color11: string;
|
|
4020
4020
|
color12: string;
|
|
4021
4021
|
};
|
|
4022
|
-
|
|
4022
|
+
light_pink_SliderTrackActive: {
|
|
4023
4023
|
background: string;
|
|
4024
4024
|
backgroundHover: string;
|
|
4025
4025
|
backgroundPress: string;
|
|
@@ -4439,7 +4439,7 @@ export declare const themes: {
|
|
|
4439
4439
|
color11: string;
|
|
4440
4440
|
color12: string;
|
|
4441
4441
|
};
|
|
4442
|
-
|
|
4442
|
+
light_purple_Switch: {
|
|
4443
4443
|
background: string;
|
|
4444
4444
|
backgroundHover: string;
|
|
4445
4445
|
backgroundPress: string;
|
|
@@ -4469,7 +4469,7 @@ export declare const themes: {
|
|
|
4469
4469
|
color11: string;
|
|
4470
4470
|
color12: string;
|
|
4471
4471
|
};
|
|
4472
|
-
|
|
4472
|
+
light_purple_SwitchThumb: {
|
|
4473
4473
|
background: string;
|
|
4474
4474
|
backgroundHover: string;
|
|
4475
4475
|
backgroundPress: string;
|
|
@@ -4499,7 +4499,7 @@ export declare const themes: {
|
|
|
4499
4499
|
color11: string;
|
|
4500
4500
|
color12: string;
|
|
4501
4501
|
};
|
|
4502
|
-
|
|
4502
|
+
light_purple_TooltipContent: {
|
|
4503
4503
|
background: string;
|
|
4504
4504
|
backgroundHover: string;
|
|
4505
4505
|
backgroundPress: string;
|
|
@@ -4529,7 +4529,7 @@ export declare const themes: {
|
|
|
4529
4529
|
color11: string;
|
|
4530
4530
|
color12: string;
|
|
4531
4531
|
};
|
|
4532
|
-
|
|
4532
|
+
light_purple_DrawerFrame: {
|
|
4533
4533
|
background: string;
|
|
4534
4534
|
backgroundHover: string;
|
|
4535
4535
|
backgroundPress: string;
|
|
@@ -4559,7 +4559,7 @@ export declare const themes: {
|
|
|
4559
4559
|
color11: string;
|
|
4560
4560
|
color12: string;
|
|
4561
4561
|
};
|
|
4562
|
-
|
|
4562
|
+
light_purple_Progress: {
|
|
4563
4563
|
background: string;
|
|
4564
4564
|
backgroundHover: string;
|
|
4565
4565
|
backgroundPress: string;
|
|
@@ -4589,7 +4589,7 @@ export declare const themes: {
|
|
|
4589
4589
|
color11: string;
|
|
4590
4590
|
color12: string;
|
|
4591
4591
|
};
|
|
4592
|
-
|
|
4592
|
+
light_purple_TooltipArrow: {
|
|
4593
4593
|
background: string;
|
|
4594
4594
|
backgroundHover: string;
|
|
4595
4595
|
backgroundPress: string;
|
|
@@ -4619,7 +4619,7 @@ export declare const themes: {
|
|
|
4619
4619
|
color11: string;
|
|
4620
4620
|
color12: string;
|
|
4621
4621
|
};
|
|
4622
|
-
|
|
4622
|
+
light_purple_SliderTrackActive: {
|
|
4623
4623
|
background: string;
|
|
4624
4624
|
backgroundHover: string;
|
|
4625
4625
|
backgroundPress: string;
|
|
@@ -5039,7 +5039,7 @@ export declare const themes: {
|
|
|
5039
5039
|
color11: string;
|
|
5040
5040
|
color12: string;
|
|
5041
5041
|
};
|
|
5042
|
-
|
|
5042
|
+
light_red_Switch: {
|
|
5043
5043
|
background: string;
|
|
5044
5044
|
backgroundHover: string;
|
|
5045
5045
|
backgroundPress: string;
|
|
@@ -5069,7 +5069,7 @@ export declare const themes: {
|
|
|
5069
5069
|
color11: string;
|
|
5070
5070
|
color12: string;
|
|
5071
5071
|
};
|
|
5072
|
-
|
|
5072
|
+
light_red_SwitchThumb: {
|
|
5073
5073
|
background: string;
|
|
5074
5074
|
backgroundHover: string;
|
|
5075
5075
|
backgroundPress: string;
|
|
@@ -5099,7 +5099,7 @@ export declare const themes: {
|
|
|
5099
5099
|
color11: string;
|
|
5100
5100
|
color12: string;
|
|
5101
5101
|
};
|
|
5102
|
-
|
|
5102
|
+
light_red_TooltipContent: {
|
|
5103
5103
|
background: string;
|
|
5104
5104
|
backgroundHover: string;
|
|
5105
5105
|
backgroundPress: string;
|
|
@@ -5129,7 +5129,7 @@ export declare const themes: {
|
|
|
5129
5129
|
color11: string;
|
|
5130
5130
|
color12: string;
|
|
5131
5131
|
};
|
|
5132
|
-
|
|
5132
|
+
light_red_DrawerFrame: {
|
|
5133
5133
|
background: string;
|
|
5134
5134
|
backgroundHover: string;
|
|
5135
5135
|
backgroundPress: string;
|
|
@@ -5159,7 +5159,7 @@ export declare const themes: {
|
|
|
5159
5159
|
color11: string;
|
|
5160
5160
|
color12: string;
|
|
5161
5161
|
};
|
|
5162
|
-
|
|
5162
|
+
light_red_Progress: {
|
|
5163
5163
|
background: string;
|
|
5164
5164
|
backgroundHover: string;
|
|
5165
5165
|
backgroundPress: string;
|
|
@@ -5189,7 +5189,7 @@ export declare const themes: {
|
|
|
5189
5189
|
color11: string;
|
|
5190
5190
|
color12: string;
|
|
5191
5191
|
};
|
|
5192
|
-
|
|
5192
|
+
light_red_TooltipArrow: {
|
|
5193
5193
|
background: string;
|
|
5194
5194
|
backgroundHover: string;
|
|
5195
5195
|
backgroundPress: string;
|
|
@@ -5219,7 +5219,7 @@ export declare const themes: {
|
|
|
5219
5219
|
color11: string;
|
|
5220
5220
|
color12: string;
|
|
5221
5221
|
};
|
|
5222
|
-
|
|
5222
|
+
light_red_SliderTrackActive: {
|
|
5223
5223
|
background: string;
|
|
5224
5224
|
backgroundHover: string;
|
|
5225
5225
|
backgroundPress: string;
|
|
@@ -5639,7 +5639,7 @@ export declare const themes: {
|
|
|
5639
5639
|
color11: string;
|
|
5640
5640
|
color12: string;
|
|
5641
5641
|
};
|
|
5642
|
-
|
|
5642
|
+
light_yellow_Switch: {
|
|
5643
5643
|
background: string;
|
|
5644
5644
|
backgroundHover: string;
|
|
5645
5645
|
backgroundPress: string;
|
|
@@ -5669,7 +5669,7 @@ export declare const themes: {
|
|
|
5669
5669
|
color11: string;
|
|
5670
5670
|
color12: string;
|
|
5671
5671
|
};
|
|
5672
|
-
|
|
5672
|
+
light_yellow_SwitchThumb: {
|
|
5673
5673
|
background: string;
|
|
5674
5674
|
backgroundHover: string;
|
|
5675
5675
|
backgroundPress: string;
|
|
@@ -5699,7 +5699,7 @@ export declare const themes: {
|
|
|
5699
5699
|
color11: string;
|
|
5700
5700
|
color12: string;
|
|
5701
5701
|
};
|
|
5702
|
-
|
|
5702
|
+
light_yellow_TooltipContent: {
|
|
5703
5703
|
background: string;
|
|
5704
5704
|
backgroundHover: string;
|
|
5705
5705
|
backgroundPress: string;
|
|
@@ -5729,7 +5729,7 @@ export declare const themes: {
|
|
|
5729
5729
|
color11: string;
|
|
5730
5730
|
color12: string;
|
|
5731
5731
|
};
|
|
5732
|
-
|
|
5732
|
+
light_yellow_DrawerFrame: {
|
|
5733
5733
|
background: string;
|
|
5734
5734
|
backgroundHover: string;
|
|
5735
5735
|
backgroundPress: string;
|
|
@@ -5759,7 +5759,7 @@ export declare const themes: {
|
|
|
5759
5759
|
color11: string;
|
|
5760
5760
|
color12: string;
|
|
5761
5761
|
};
|
|
5762
|
-
|
|
5762
|
+
light_yellow_Progress: {
|
|
5763
5763
|
background: string;
|
|
5764
5764
|
backgroundHover: string;
|
|
5765
5765
|
backgroundPress: string;
|
|
@@ -5789,7 +5789,7 @@ export declare const themes: {
|
|
|
5789
5789
|
color11: string;
|
|
5790
5790
|
color12: string;
|
|
5791
5791
|
};
|
|
5792
|
-
|
|
5792
|
+
light_yellow_TooltipArrow: {
|
|
5793
5793
|
background: string;
|
|
5794
5794
|
backgroundHover: string;
|
|
5795
5795
|
backgroundPress: string;
|
|
@@ -5819,7 +5819,7 @@ export declare const themes: {
|
|
|
5819
5819
|
color11: string;
|
|
5820
5820
|
color12: string;
|
|
5821
5821
|
};
|
|
5822
|
-
|
|
5822
|
+
light_yellow_SliderTrackActive: {
|
|
5823
5823
|
background: string;
|
|
5824
5824
|
backgroundHover: string;
|
|
5825
5825
|
backgroundPress: string;
|
|
@@ -6239,7 +6239,7 @@ export declare const themes: {
|
|
|
6239
6239
|
color11: string;
|
|
6240
6240
|
color12: string;
|
|
6241
6241
|
};
|
|
6242
|
-
|
|
6242
|
+
dark_blue_Switch: {
|
|
6243
6243
|
background: string;
|
|
6244
6244
|
backgroundHover: string;
|
|
6245
6245
|
backgroundPress: string;
|
|
@@ -6269,7 +6269,7 @@ export declare const themes: {
|
|
|
6269
6269
|
color11: string;
|
|
6270
6270
|
color12: string;
|
|
6271
6271
|
};
|
|
6272
|
-
|
|
6272
|
+
dark_blue_SwitchThumb: {
|
|
6273
6273
|
background: string;
|
|
6274
6274
|
backgroundHover: string;
|
|
6275
6275
|
backgroundPress: string;
|
|
@@ -6299,7 +6299,7 @@ export declare const themes: {
|
|
|
6299
6299
|
color11: string;
|
|
6300
6300
|
color12: string;
|
|
6301
6301
|
};
|
|
6302
|
-
|
|
6302
|
+
dark_blue_TooltipContent: {
|
|
6303
6303
|
background: string;
|
|
6304
6304
|
backgroundHover: string;
|
|
6305
6305
|
backgroundPress: string;
|
|
@@ -6329,7 +6329,7 @@ export declare const themes: {
|
|
|
6329
6329
|
color11: string;
|
|
6330
6330
|
color12: string;
|
|
6331
6331
|
};
|
|
6332
|
-
|
|
6332
|
+
dark_blue_DrawerFrame: {
|
|
6333
6333
|
background: string;
|
|
6334
6334
|
backgroundHover: string;
|
|
6335
6335
|
backgroundPress: string;
|
|
@@ -6359,7 +6359,7 @@ export declare const themes: {
|
|
|
6359
6359
|
color11: string;
|
|
6360
6360
|
color12: string;
|
|
6361
6361
|
};
|
|
6362
|
-
|
|
6362
|
+
dark_blue_Progress: {
|
|
6363
6363
|
background: string;
|
|
6364
6364
|
backgroundHover: string;
|
|
6365
6365
|
backgroundPress: string;
|
|
@@ -6389,7 +6389,7 @@ export declare const themes: {
|
|
|
6389
6389
|
color11: string;
|
|
6390
6390
|
color12: string;
|
|
6391
6391
|
};
|
|
6392
|
-
|
|
6392
|
+
dark_blue_TooltipArrow: {
|
|
6393
6393
|
background: string;
|
|
6394
6394
|
backgroundHover: string;
|
|
6395
6395
|
backgroundPress: string;
|
|
@@ -6419,7 +6419,7 @@ export declare const themes: {
|
|
|
6419
6419
|
color11: string;
|
|
6420
6420
|
color12: string;
|
|
6421
6421
|
};
|
|
6422
|
-
|
|
6422
|
+
dark_blue_SliderTrackActive: {
|
|
6423
6423
|
background: string;
|
|
6424
6424
|
backgroundHover: string;
|
|
6425
6425
|
backgroundPress: string;
|
|
@@ -6839,7 +6839,7 @@ export declare const themes: {
|
|
|
6839
6839
|
color11: string;
|
|
6840
6840
|
color12: string;
|
|
6841
6841
|
};
|
|
6842
|
-
|
|
6842
|
+
dark_green_Switch: {
|
|
6843
6843
|
background: string;
|
|
6844
6844
|
backgroundHover: string;
|
|
6845
6845
|
backgroundPress: string;
|
|
@@ -6869,7 +6869,7 @@ export declare const themes: {
|
|
|
6869
6869
|
color11: string;
|
|
6870
6870
|
color12: string;
|
|
6871
6871
|
};
|
|
6872
|
-
|
|
6872
|
+
dark_green_SwitchThumb: {
|
|
6873
6873
|
background: string;
|
|
6874
6874
|
backgroundHover: string;
|
|
6875
6875
|
backgroundPress: string;
|
|
@@ -6899,7 +6899,7 @@ export declare const themes: {
|
|
|
6899
6899
|
color11: string;
|
|
6900
6900
|
color12: string;
|
|
6901
6901
|
};
|
|
6902
|
-
|
|
6902
|
+
dark_green_TooltipContent: {
|
|
6903
6903
|
background: string;
|
|
6904
6904
|
backgroundHover: string;
|
|
6905
6905
|
backgroundPress: string;
|
|
@@ -6929,7 +6929,7 @@ export declare const themes: {
|
|
|
6929
6929
|
color11: string;
|
|
6930
6930
|
color12: string;
|
|
6931
6931
|
};
|
|
6932
|
-
|
|
6932
|
+
dark_green_DrawerFrame: {
|
|
6933
6933
|
background: string;
|
|
6934
6934
|
backgroundHover: string;
|
|
6935
6935
|
backgroundPress: string;
|
|
@@ -6959,7 +6959,7 @@ export declare const themes: {
|
|
|
6959
6959
|
color11: string;
|
|
6960
6960
|
color12: string;
|
|
6961
6961
|
};
|
|
6962
|
-
|
|
6962
|
+
dark_green_Progress: {
|
|
6963
6963
|
background: string;
|
|
6964
6964
|
backgroundHover: string;
|
|
6965
6965
|
backgroundPress: string;
|
|
@@ -6989,7 +6989,7 @@ export declare const themes: {
|
|
|
6989
6989
|
color11: string;
|
|
6990
6990
|
color12: string;
|
|
6991
6991
|
};
|
|
6992
|
-
|
|
6992
|
+
dark_green_TooltipArrow: {
|
|
6993
6993
|
background: string;
|
|
6994
6994
|
backgroundHover: string;
|
|
6995
6995
|
backgroundPress: string;
|
|
@@ -7019,7 +7019,7 @@ export declare const themes: {
|
|
|
7019
7019
|
color11: string;
|
|
7020
7020
|
color12: string;
|
|
7021
7021
|
};
|
|
7022
|
-
|
|
7022
|
+
dark_green_SliderTrackActive: {
|
|
7023
7023
|
background: string;
|
|
7024
7024
|
backgroundHover: string;
|
|
7025
7025
|
backgroundPress: string;
|
|
@@ -7439,7 +7439,7 @@ export declare const themes: {
|
|
|
7439
7439
|
color11: string;
|
|
7440
7440
|
color12: string;
|
|
7441
7441
|
};
|
|
7442
|
-
|
|
7442
|
+
dark_orange_Switch: {
|
|
7443
7443
|
background: string;
|
|
7444
7444
|
backgroundHover: string;
|
|
7445
7445
|
backgroundPress: string;
|
|
@@ -7469,7 +7469,7 @@ export declare const themes: {
|
|
|
7469
7469
|
color11: string;
|
|
7470
7470
|
color12: string;
|
|
7471
7471
|
};
|
|
7472
|
-
|
|
7472
|
+
dark_orange_SwitchThumb: {
|
|
7473
7473
|
background: string;
|
|
7474
7474
|
backgroundHover: string;
|
|
7475
7475
|
backgroundPress: string;
|
|
@@ -7499,7 +7499,7 @@ export declare const themes: {
|
|
|
7499
7499
|
color11: string;
|
|
7500
7500
|
color12: string;
|
|
7501
7501
|
};
|
|
7502
|
-
|
|
7502
|
+
dark_orange_TooltipContent: {
|
|
7503
7503
|
background: string;
|
|
7504
7504
|
backgroundHover: string;
|
|
7505
7505
|
backgroundPress: string;
|
|
@@ -7529,7 +7529,7 @@ export declare const themes: {
|
|
|
7529
7529
|
color11: string;
|
|
7530
7530
|
color12: string;
|
|
7531
7531
|
};
|
|
7532
|
-
|
|
7532
|
+
dark_orange_DrawerFrame: {
|
|
7533
7533
|
background: string;
|
|
7534
7534
|
backgroundHover: string;
|
|
7535
7535
|
backgroundPress: string;
|
|
@@ -7559,7 +7559,7 @@ export declare const themes: {
|
|
|
7559
7559
|
color11: string;
|
|
7560
7560
|
color12: string;
|
|
7561
7561
|
};
|
|
7562
|
-
|
|
7562
|
+
dark_orange_Progress: {
|
|
7563
7563
|
background: string;
|
|
7564
7564
|
backgroundHover: string;
|
|
7565
7565
|
backgroundPress: string;
|
|
@@ -7589,7 +7589,7 @@ export declare const themes: {
|
|
|
7589
7589
|
color11: string;
|
|
7590
7590
|
color12: string;
|
|
7591
7591
|
};
|
|
7592
|
-
|
|
7592
|
+
dark_orange_TooltipArrow: {
|
|
7593
7593
|
background: string;
|
|
7594
7594
|
backgroundHover: string;
|
|
7595
7595
|
backgroundPress: string;
|
|
@@ -7619,7 +7619,7 @@ export declare const themes: {
|
|
|
7619
7619
|
color11: string;
|
|
7620
7620
|
color12: string;
|
|
7621
7621
|
};
|
|
7622
|
-
|
|
7622
|
+
dark_orange_SliderTrackActive: {
|
|
7623
7623
|
background: string;
|
|
7624
7624
|
backgroundHover: string;
|
|
7625
7625
|
backgroundPress: string;
|
|
@@ -8039,7 +8039,7 @@ export declare const themes: {
|
|
|
8039
8039
|
color11: string;
|
|
8040
8040
|
color12: string;
|
|
8041
8041
|
};
|
|
8042
|
-
|
|
8042
|
+
dark_pink_Switch: {
|
|
8043
8043
|
background: string;
|
|
8044
8044
|
backgroundHover: string;
|
|
8045
8045
|
backgroundPress: string;
|
|
@@ -8069,7 +8069,7 @@ export declare const themes: {
|
|
|
8069
8069
|
color11: string;
|
|
8070
8070
|
color12: string;
|
|
8071
8071
|
};
|
|
8072
|
-
|
|
8072
|
+
dark_pink_SwitchThumb: {
|
|
8073
8073
|
background: string;
|
|
8074
8074
|
backgroundHover: string;
|
|
8075
8075
|
backgroundPress: string;
|
|
@@ -8099,7 +8099,7 @@ export declare const themes: {
|
|
|
8099
8099
|
color11: string;
|
|
8100
8100
|
color12: string;
|
|
8101
8101
|
};
|
|
8102
|
-
|
|
8102
|
+
dark_pink_TooltipContent: {
|
|
8103
8103
|
background: string;
|
|
8104
8104
|
backgroundHover: string;
|
|
8105
8105
|
backgroundPress: string;
|
|
@@ -8129,7 +8129,7 @@ export declare const themes: {
|
|
|
8129
8129
|
color11: string;
|
|
8130
8130
|
color12: string;
|
|
8131
8131
|
};
|
|
8132
|
-
|
|
8132
|
+
dark_pink_DrawerFrame: {
|
|
8133
8133
|
background: string;
|
|
8134
8134
|
backgroundHover: string;
|
|
8135
8135
|
backgroundPress: string;
|
|
@@ -8159,7 +8159,7 @@ export declare const themes: {
|
|
|
8159
8159
|
color11: string;
|
|
8160
8160
|
color12: string;
|
|
8161
8161
|
};
|
|
8162
|
-
|
|
8162
|
+
dark_pink_Progress: {
|
|
8163
8163
|
background: string;
|
|
8164
8164
|
backgroundHover: string;
|
|
8165
8165
|
backgroundPress: string;
|
|
@@ -8189,7 +8189,7 @@ export declare const themes: {
|
|
|
8189
8189
|
color11: string;
|
|
8190
8190
|
color12: string;
|
|
8191
8191
|
};
|
|
8192
|
-
|
|
8192
|
+
dark_pink_TooltipArrow: {
|
|
8193
8193
|
background: string;
|
|
8194
8194
|
backgroundHover: string;
|
|
8195
8195
|
backgroundPress: string;
|
|
@@ -8219,7 +8219,7 @@ export declare const themes: {
|
|
|
8219
8219
|
color11: string;
|
|
8220
8220
|
color12: string;
|
|
8221
8221
|
};
|
|
8222
|
-
|
|
8222
|
+
dark_pink_SliderTrackActive: {
|
|
8223
8223
|
background: string;
|
|
8224
8224
|
backgroundHover: string;
|
|
8225
8225
|
backgroundPress: string;
|
|
@@ -8639,7 +8639,7 @@ export declare const themes: {
|
|
|
8639
8639
|
color11: string;
|
|
8640
8640
|
color12: string;
|
|
8641
8641
|
};
|
|
8642
|
-
|
|
8642
|
+
dark_purple_Switch: {
|
|
8643
8643
|
background: string;
|
|
8644
8644
|
backgroundHover: string;
|
|
8645
8645
|
backgroundPress: string;
|
|
@@ -8669,7 +8669,7 @@ export declare const themes: {
|
|
|
8669
8669
|
color11: string;
|
|
8670
8670
|
color12: string;
|
|
8671
8671
|
};
|
|
8672
|
-
|
|
8672
|
+
dark_purple_SwitchThumb: {
|
|
8673
8673
|
background: string;
|
|
8674
8674
|
backgroundHover: string;
|
|
8675
8675
|
backgroundPress: string;
|
|
@@ -8699,7 +8699,7 @@ export declare const themes: {
|
|
|
8699
8699
|
color11: string;
|
|
8700
8700
|
color12: string;
|
|
8701
8701
|
};
|
|
8702
|
-
|
|
8702
|
+
dark_purple_TooltipContent: {
|
|
8703
8703
|
background: string;
|
|
8704
8704
|
backgroundHover: string;
|
|
8705
8705
|
backgroundPress: string;
|
|
@@ -8729,7 +8729,7 @@ export declare const themes: {
|
|
|
8729
8729
|
color11: string;
|
|
8730
8730
|
color12: string;
|
|
8731
8731
|
};
|
|
8732
|
-
|
|
8732
|
+
dark_purple_DrawerFrame: {
|
|
8733
8733
|
background: string;
|
|
8734
8734
|
backgroundHover: string;
|
|
8735
8735
|
backgroundPress: string;
|
|
@@ -8759,7 +8759,7 @@ export declare const themes: {
|
|
|
8759
8759
|
color11: string;
|
|
8760
8760
|
color12: string;
|
|
8761
8761
|
};
|
|
8762
|
-
|
|
8762
|
+
dark_purple_Progress: {
|
|
8763
8763
|
background: string;
|
|
8764
8764
|
backgroundHover: string;
|
|
8765
8765
|
backgroundPress: string;
|
|
@@ -8789,7 +8789,7 @@ export declare const themes: {
|
|
|
8789
8789
|
color11: string;
|
|
8790
8790
|
color12: string;
|
|
8791
8791
|
};
|
|
8792
|
-
|
|
8792
|
+
dark_purple_TooltipArrow: {
|
|
8793
8793
|
background: string;
|
|
8794
8794
|
backgroundHover: string;
|
|
8795
8795
|
backgroundPress: string;
|
|
@@ -8819,7 +8819,7 @@ export declare const themes: {
|
|
|
8819
8819
|
color11: string;
|
|
8820
8820
|
color12: string;
|
|
8821
8821
|
};
|
|
8822
|
-
|
|
8822
|
+
dark_purple_SliderTrackActive: {
|
|
8823
8823
|
background: string;
|
|
8824
8824
|
backgroundHover: string;
|
|
8825
8825
|
backgroundPress: string;
|
|
@@ -9239,7 +9239,7 @@ export declare const themes: {
|
|
|
9239
9239
|
color11: string;
|
|
9240
9240
|
color12: string;
|
|
9241
9241
|
};
|
|
9242
|
-
|
|
9242
|
+
dark_red_Switch: {
|
|
9243
9243
|
background: string;
|
|
9244
9244
|
backgroundHover: string;
|
|
9245
9245
|
backgroundPress: string;
|
|
@@ -9269,7 +9269,7 @@ export declare const themes: {
|
|
|
9269
9269
|
color11: string;
|
|
9270
9270
|
color12: string;
|
|
9271
9271
|
};
|
|
9272
|
-
|
|
9272
|
+
dark_red_SwitchThumb: {
|
|
9273
9273
|
background: string;
|
|
9274
9274
|
backgroundHover: string;
|
|
9275
9275
|
backgroundPress: string;
|
|
@@ -9299,7 +9299,7 @@ export declare const themes: {
|
|
|
9299
9299
|
color11: string;
|
|
9300
9300
|
color12: string;
|
|
9301
9301
|
};
|
|
9302
|
-
|
|
9302
|
+
dark_red_TooltipContent: {
|
|
9303
9303
|
background: string;
|
|
9304
9304
|
backgroundHover: string;
|
|
9305
9305
|
backgroundPress: string;
|
|
@@ -9329,7 +9329,7 @@ export declare const themes: {
|
|
|
9329
9329
|
color11: string;
|
|
9330
9330
|
color12: string;
|
|
9331
9331
|
};
|
|
9332
|
-
|
|
9332
|
+
dark_red_DrawerFrame: {
|
|
9333
9333
|
background: string;
|
|
9334
9334
|
backgroundHover: string;
|
|
9335
9335
|
backgroundPress: string;
|
|
@@ -9359,7 +9359,7 @@ export declare const themes: {
|
|
|
9359
9359
|
color11: string;
|
|
9360
9360
|
color12: string;
|
|
9361
9361
|
};
|
|
9362
|
-
|
|
9362
|
+
dark_red_Progress: {
|
|
9363
9363
|
background: string;
|
|
9364
9364
|
backgroundHover: string;
|
|
9365
9365
|
backgroundPress: string;
|
|
@@ -9389,7 +9389,7 @@ export declare const themes: {
|
|
|
9389
9389
|
color11: string;
|
|
9390
9390
|
color12: string;
|
|
9391
9391
|
};
|
|
9392
|
-
|
|
9392
|
+
dark_red_TooltipArrow: {
|
|
9393
9393
|
background: string;
|
|
9394
9394
|
backgroundHover: string;
|
|
9395
9395
|
backgroundPress: string;
|
|
@@ -9419,7 +9419,7 @@ export declare const themes: {
|
|
|
9419
9419
|
color11: string;
|
|
9420
9420
|
color12: string;
|
|
9421
9421
|
};
|
|
9422
|
-
|
|
9422
|
+
dark_red_SliderTrackActive: {
|
|
9423
9423
|
background: string;
|
|
9424
9424
|
backgroundHover: string;
|
|
9425
9425
|
backgroundPress: string;
|
|
@@ -9839,7 +9839,7 @@ export declare const themes: {
|
|
|
9839
9839
|
color11: string;
|
|
9840
9840
|
color12: string;
|
|
9841
9841
|
};
|
|
9842
|
-
|
|
9842
|
+
dark_yellow_Switch: {
|
|
9843
9843
|
background: string;
|
|
9844
9844
|
backgroundHover: string;
|
|
9845
9845
|
backgroundPress: string;
|
|
@@ -9869,7 +9869,7 @@ export declare const themes: {
|
|
|
9869
9869
|
color11: string;
|
|
9870
9870
|
color12: string;
|
|
9871
9871
|
};
|
|
9872
|
-
|
|
9872
|
+
dark_yellow_SwitchThumb: {
|
|
9873
9873
|
background: string;
|
|
9874
9874
|
backgroundHover: string;
|
|
9875
9875
|
backgroundPress: string;
|
|
@@ -9899,7 +9899,7 @@ export declare const themes: {
|
|
|
9899
9899
|
color11: string;
|
|
9900
9900
|
color12: string;
|
|
9901
9901
|
};
|
|
9902
|
-
|
|
9902
|
+
dark_yellow_TooltipContent: {
|
|
9903
9903
|
background: string;
|
|
9904
9904
|
backgroundHover: string;
|
|
9905
9905
|
backgroundPress: string;
|
|
@@ -9929,7 +9929,7 @@ export declare const themes: {
|
|
|
9929
9929
|
color11: string;
|
|
9930
9930
|
color12: string;
|
|
9931
9931
|
};
|
|
9932
|
-
|
|
9932
|
+
dark_yellow_DrawerFrame: {
|
|
9933
9933
|
background: string;
|
|
9934
9934
|
backgroundHover: string;
|
|
9935
9935
|
backgroundPress: string;
|
|
@@ -9959,7 +9959,7 @@ export declare const themes: {
|
|
|
9959
9959
|
color11: string;
|
|
9960
9960
|
color12: string;
|
|
9961
9961
|
};
|
|
9962
|
-
|
|
9962
|
+
dark_yellow_Progress: {
|
|
9963
9963
|
background: string;
|
|
9964
9964
|
backgroundHover: string;
|
|
9965
9965
|
backgroundPress: string;
|
|
@@ -9989,7 +9989,7 @@ export declare const themes: {
|
|
|
9989
9989
|
color11: string;
|
|
9990
9990
|
color12: string;
|
|
9991
9991
|
};
|
|
9992
|
-
|
|
9992
|
+
dark_yellow_TooltipArrow: {
|
|
9993
9993
|
background: string;
|
|
9994
9994
|
backgroundHover: string;
|
|
9995
9995
|
backgroundPress: string;
|
|
@@ -10019,7 +10019,7 @@ export declare const themes: {
|
|
|
10019
10019
|
color11: string;
|
|
10020
10020
|
color12: string;
|
|
10021
10021
|
};
|
|
10022
|
-
|
|
10022
|
+
dark_yellow_SliderTrackActive: {
|
|
10023
10023
|
background: string;
|
|
10024
10024
|
backgroundHover: string;
|
|
10025
10025
|
backgroundPress: string;
|
|
@@ -10439,7 +10439,7 @@ export declare const themes: {
|
|
|
10439
10439
|
color11: string;
|
|
10440
10440
|
color12: string;
|
|
10441
10441
|
};
|
|
10442
|
-
|
|
10442
|
+
light_Switch: {
|
|
10443
10443
|
background: string;
|
|
10444
10444
|
backgroundHover: string;
|
|
10445
10445
|
backgroundPress: string;
|
|
@@ -10469,7 +10469,7 @@ export declare const themes: {
|
|
|
10469
10469
|
color11: string;
|
|
10470
10470
|
color12: string;
|
|
10471
10471
|
};
|
|
10472
|
-
|
|
10472
|
+
light_SwitchThumb: {
|
|
10473
10473
|
background: string;
|
|
10474
10474
|
backgroundHover: string;
|
|
10475
10475
|
backgroundPress: string;
|
|
@@ -10499,7 +10499,7 @@ export declare const themes: {
|
|
|
10499
10499
|
color11: string;
|
|
10500
10500
|
color12: string;
|
|
10501
10501
|
};
|
|
10502
|
-
|
|
10502
|
+
light_TooltipContent: {
|
|
10503
10503
|
background: string;
|
|
10504
10504
|
backgroundHover: string;
|
|
10505
10505
|
backgroundPress: string;
|
|
@@ -10529,7 +10529,7 @@ export declare const themes: {
|
|
|
10529
10529
|
color11: string;
|
|
10530
10530
|
color12: string;
|
|
10531
10531
|
};
|
|
10532
|
-
|
|
10532
|
+
light_DrawerFrame: {
|
|
10533
10533
|
background: string;
|
|
10534
10534
|
backgroundHover: string;
|
|
10535
10535
|
backgroundPress: string;
|
|
@@ -10559,7 +10559,7 @@ export declare const themes: {
|
|
|
10559
10559
|
color11: string;
|
|
10560
10560
|
color12: string;
|
|
10561
10561
|
};
|
|
10562
|
-
|
|
10562
|
+
light_Progress: {
|
|
10563
10563
|
background: string;
|
|
10564
10564
|
backgroundHover: string;
|
|
10565
10565
|
backgroundPress: string;
|
|
@@ -10589,7 +10589,7 @@ export declare const themes: {
|
|
|
10589
10589
|
color11: string;
|
|
10590
10590
|
color12: string;
|
|
10591
10591
|
};
|
|
10592
|
-
|
|
10592
|
+
light_TooltipArrow: {
|
|
10593
10593
|
background: string;
|
|
10594
10594
|
backgroundHover: string;
|
|
10595
10595
|
backgroundPress: string;
|
|
@@ -10619,7 +10619,7 @@ export declare const themes: {
|
|
|
10619
10619
|
color11: string;
|
|
10620
10620
|
color12: string;
|
|
10621
10621
|
};
|
|
10622
|
-
|
|
10622
|
+
light_SliderTrackActive: {
|
|
10623
10623
|
background: string;
|
|
10624
10624
|
backgroundHover: string;
|
|
10625
10625
|
backgroundPress: string;
|
|
@@ -11039,7 +11039,7 @@ export declare const themes: {
|
|
|
11039
11039
|
color11: string;
|
|
11040
11040
|
color12: string;
|
|
11041
11041
|
};
|
|
11042
|
-
|
|
11042
|
+
dark_Switch: {
|
|
11043
11043
|
background: string;
|
|
11044
11044
|
backgroundHover: string;
|
|
11045
11045
|
backgroundPress: string;
|
|
@@ -11069,7 +11069,7 @@ export declare const themes: {
|
|
|
11069
11069
|
color11: string;
|
|
11070
11070
|
color12: string;
|
|
11071
11071
|
};
|
|
11072
|
-
|
|
11072
|
+
dark_SwitchThumb: {
|
|
11073
11073
|
background: string;
|
|
11074
11074
|
backgroundHover: string;
|
|
11075
11075
|
backgroundPress: string;
|
|
@@ -11099,7 +11099,7 @@ export declare const themes: {
|
|
|
11099
11099
|
color11: string;
|
|
11100
11100
|
color12: string;
|
|
11101
11101
|
};
|
|
11102
|
-
|
|
11102
|
+
dark_TooltipContent: {
|
|
11103
11103
|
background: string;
|
|
11104
11104
|
backgroundHover: string;
|
|
11105
11105
|
backgroundPress: string;
|
|
@@ -11129,7 +11129,7 @@ export declare const themes: {
|
|
|
11129
11129
|
color11: string;
|
|
11130
11130
|
color12: string;
|
|
11131
11131
|
};
|
|
11132
|
-
|
|
11132
|
+
dark_DrawerFrame: {
|
|
11133
11133
|
background: string;
|
|
11134
11134
|
backgroundHover: string;
|
|
11135
11135
|
backgroundPress: string;
|
|
@@ -11159,7 +11159,7 @@ export declare const themes: {
|
|
|
11159
11159
|
color11: string;
|
|
11160
11160
|
color12: string;
|
|
11161
11161
|
};
|
|
11162
|
-
|
|
11162
|
+
dark_Progress: {
|
|
11163
11163
|
background: string;
|
|
11164
11164
|
backgroundHover: string;
|
|
11165
11165
|
backgroundPress: string;
|
|
@@ -11189,7 +11189,7 @@ export declare const themes: {
|
|
|
11189
11189
|
color11: string;
|
|
11190
11190
|
color12: string;
|
|
11191
11191
|
};
|
|
11192
|
-
|
|
11192
|
+
dark_TooltipArrow: {
|
|
11193
11193
|
background: string;
|
|
11194
11194
|
backgroundHover: string;
|
|
11195
11195
|
backgroundPress: string;
|
|
@@ -11219,7 +11219,7 @@ export declare const themes: {
|
|
|
11219
11219
|
color11: string;
|
|
11220
11220
|
color12: string;
|
|
11221
11221
|
};
|
|
11222
|
-
|
|
11222
|
+
dark_SliderTrackActive: {
|
|
11223
11223
|
background: string;
|
|
11224
11224
|
backgroundHover: string;
|
|
11225
11225
|
backgroundPress: string;
|
|
@@ -11639,7 +11639,7 @@ export declare const themes: {
|
|
|
11639
11639
|
color11: string;
|
|
11640
11640
|
color12: string;
|
|
11641
11641
|
};
|
|
11642
|
-
|
|
11642
|
+
light_blue_alt1_Switch: {
|
|
11643
11643
|
background: string;
|
|
11644
11644
|
backgroundHover: string;
|
|
11645
11645
|
backgroundPress: string;
|
|
@@ -11669,7 +11669,7 @@ export declare const themes: {
|
|
|
11669
11669
|
color11: string;
|
|
11670
11670
|
color12: string;
|
|
11671
11671
|
};
|
|
11672
|
-
|
|
11672
|
+
light_blue_alt1_SwitchThumb: {
|
|
11673
11673
|
background: string;
|
|
11674
11674
|
backgroundHover: string;
|
|
11675
11675
|
backgroundPress: string;
|
|
@@ -11699,7 +11699,7 @@ export declare const themes: {
|
|
|
11699
11699
|
color11: string;
|
|
11700
11700
|
color12: string;
|
|
11701
11701
|
};
|
|
11702
|
-
|
|
11702
|
+
light_blue_alt1_TooltipContent: {
|
|
11703
11703
|
background: string;
|
|
11704
11704
|
backgroundHover: string;
|
|
11705
11705
|
backgroundPress: string;
|
|
@@ -11729,7 +11729,7 @@ export declare const themes: {
|
|
|
11729
11729
|
color11: string;
|
|
11730
11730
|
color12: string;
|
|
11731
11731
|
};
|
|
11732
|
-
|
|
11732
|
+
light_blue_alt1_DrawerFrame: {
|
|
11733
11733
|
background: string;
|
|
11734
11734
|
backgroundHover: string;
|
|
11735
11735
|
backgroundPress: string;
|
|
@@ -11759,7 +11759,7 @@ export declare const themes: {
|
|
|
11759
11759
|
color11: string;
|
|
11760
11760
|
color12: string;
|
|
11761
11761
|
};
|
|
11762
|
-
|
|
11762
|
+
light_blue_alt1_Progress: {
|
|
11763
11763
|
background: string;
|
|
11764
11764
|
backgroundHover: string;
|
|
11765
11765
|
backgroundPress: string;
|
|
@@ -11789,7 +11789,7 @@ export declare const themes: {
|
|
|
11789
11789
|
color11: string;
|
|
11790
11790
|
color12: string;
|
|
11791
11791
|
};
|
|
11792
|
-
|
|
11792
|
+
light_blue_alt1_TooltipArrow: {
|
|
11793
11793
|
background: string;
|
|
11794
11794
|
backgroundHover: string;
|
|
11795
11795
|
backgroundPress: string;
|
|
@@ -11819,7 +11819,7 @@ export declare const themes: {
|
|
|
11819
11819
|
color11: string;
|
|
11820
11820
|
color12: string;
|
|
11821
11821
|
};
|
|
11822
|
-
|
|
11822
|
+
light_blue_alt1_SliderTrackActive: {
|
|
11823
11823
|
background: string;
|
|
11824
11824
|
backgroundHover: string;
|
|
11825
11825
|
backgroundPress: string;
|
|
@@ -12239,7 +12239,7 @@ export declare const themes: {
|
|
|
12239
12239
|
color11: string;
|
|
12240
12240
|
color12: string;
|
|
12241
12241
|
};
|
|
12242
|
-
|
|
12242
|
+
light_blue_alt2_Switch: {
|
|
12243
12243
|
background: string;
|
|
12244
12244
|
backgroundHover: string;
|
|
12245
12245
|
backgroundPress: string;
|
|
@@ -12269,7 +12269,7 @@ export declare const themes: {
|
|
|
12269
12269
|
color11: string;
|
|
12270
12270
|
color12: string;
|
|
12271
12271
|
};
|
|
12272
|
-
|
|
12272
|
+
light_blue_alt2_SwitchThumb: {
|
|
12273
12273
|
background: string;
|
|
12274
12274
|
backgroundHover: string;
|
|
12275
12275
|
backgroundPress: string;
|
|
@@ -12299,7 +12299,7 @@ export declare const themes: {
|
|
|
12299
12299
|
color11: string;
|
|
12300
12300
|
color12: string;
|
|
12301
12301
|
};
|
|
12302
|
-
|
|
12302
|
+
light_blue_alt2_TooltipContent: {
|
|
12303
12303
|
background: string;
|
|
12304
12304
|
backgroundHover: string;
|
|
12305
12305
|
backgroundPress: string;
|
|
@@ -12329,7 +12329,7 @@ export declare const themes: {
|
|
|
12329
12329
|
color11: string;
|
|
12330
12330
|
color12: string;
|
|
12331
12331
|
};
|
|
12332
|
-
|
|
12332
|
+
light_blue_alt2_DrawerFrame: {
|
|
12333
12333
|
background: string;
|
|
12334
12334
|
backgroundHover: string;
|
|
12335
12335
|
backgroundPress: string;
|
|
@@ -12359,7 +12359,7 @@ export declare const themes: {
|
|
|
12359
12359
|
color11: string;
|
|
12360
12360
|
color12: string;
|
|
12361
12361
|
};
|
|
12362
|
-
|
|
12362
|
+
light_blue_alt2_Progress: {
|
|
12363
12363
|
background: string;
|
|
12364
12364
|
backgroundHover: string;
|
|
12365
12365
|
backgroundPress: string;
|
|
@@ -12389,7 +12389,7 @@ export declare const themes: {
|
|
|
12389
12389
|
color11: string;
|
|
12390
12390
|
color12: string;
|
|
12391
12391
|
};
|
|
12392
|
-
|
|
12392
|
+
light_blue_alt2_TooltipArrow: {
|
|
12393
12393
|
background: string;
|
|
12394
12394
|
backgroundHover: string;
|
|
12395
12395
|
backgroundPress: string;
|
|
@@ -12419,7 +12419,7 @@ export declare const themes: {
|
|
|
12419
12419
|
color11: string;
|
|
12420
12420
|
color12: string;
|
|
12421
12421
|
};
|
|
12422
|
-
|
|
12422
|
+
light_blue_alt2_SliderTrackActive: {
|
|
12423
12423
|
background: string;
|
|
12424
12424
|
backgroundHover: string;
|
|
12425
12425
|
backgroundPress: string;
|
|
@@ -12839,7 +12839,7 @@ export declare const themes: {
|
|
|
12839
12839
|
color11: string;
|
|
12840
12840
|
color12: string;
|
|
12841
12841
|
};
|
|
12842
|
-
|
|
12842
|
+
light_blue_active_Switch: {
|
|
12843
12843
|
background: string;
|
|
12844
12844
|
backgroundHover: string;
|
|
12845
12845
|
backgroundPress: string;
|
|
@@ -12869,7 +12869,7 @@ export declare const themes: {
|
|
|
12869
12869
|
color11: string;
|
|
12870
12870
|
color12: string;
|
|
12871
12871
|
};
|
|
12872
|
-
|
|
12872
|
+
light_blue_active_SwitchThumb: {
|
|
12873
12873
|
background: string;
|
|
12874
12874
|
backgroundHover: string;
|
|
12875
12875
|
backgroundPress: string;
|
|
@@ -12899,7 +12899,7 @@ export declare const themes: {
|
|
|
12899
12899
|
color11: string;
|
|
12900
12900
|
color12: string;
|
|
12901
12901
|
};
|
|
12902
|
-
|
|
12902
|
+
light_blue_active_TooltipContent: {
|
|
12903
12903
|
background: string;
|
|
12904
12904
|
backgroundHover: string;
|
|
12905
12905
|
backgroundPress: string;
|
|
@@ -12929,7 +12929,7 @@ export declare const themes: {
|
|
|
12929
12929
|
color11: string;
|
|
12930
12930
|
color12: string;
|
|
12931
12931
|
};
|
|
12932
|
-
|
|
12932
|
+
light_blue_active_DrawerFrame: {
|
|
12933
12933
|
background: string;
|
|
12934
12934
|
backgroundHover: string;
|
|
12935
12935
|
backgroundPress: string;
|
|
@@ -12959,7 +12959,7 @@ export declare const themes: {
|
|
|
12959
12959
|
color11: string;
|
|
12960
12960
|
color12: string;
|
|
12961
12961
|
};
|
|
12962
|
-
|
|
12962
|
+
light_blue_active_Progress: {
|
|
12963
12963
|
background: string;
|
|
12964
12964
|
backgroundHover: string;
|
|
12965
12965
|
backgroundPress: string;
|
|
@@ -12989,7 +12989,7 @@ export declare const themes: {
|
|
|
12989
12989
|
color11: string;
|
|
12990
12990
|
color12: string;
|
|
12991
12991
|
};
|
|
12992
|
-
|
|
12992
|
+
light_blue_active_TooltipArrow: {
|
|
12993
12993
|
background: string;
|
|
12994
12994
|
backgroundHover: string;
|
|
12995
12995
|
backgroundPress: string;
|
|
@@ -13019,7 +13019,7 @@ export declare const themes: {
|
|
|
13019
13019
|
color11: string;
|
|
13020
13020
|
color12: string;
|
|
13021
13021
|
};
|
|
13022
|
-
|
|
13022
|
+
light_blue_active_SliderTrackActive: {
|
|
13023
13023
|
background: string;
|
|
13024
13024
|
backgroundHover: string;
|
|
13025
13025
|
backgroundPress: string;
|
|
@@ -13439,7 +13439,7 @@ export declare const themes: {
|
|
|
13439
13439
|
color11: string;
|
|
13440
13440
|
color12: string;
|
|
13441
13441
|
};
|
|
13442
|
-
|
|
13442
|
+
light_green_alt1_Switch: {
|
|
13443
13443
|
background: string;
|
|
13444
13444
|
backgroundHover: string;
|
|
13445
13445
|
backgroundPress: string;
|
|
@@ -13469,7 +13469,7 @@ export declare const themes: {
|
|
|
13469
13469
|
color11: string;
|
|
13470
13470
|
color12: string;
|
|
13471
13471
|
};
|
|
13472
|
-
|
|
13472
|
+
light_green_alt1_SwitchThumb: {
|
|
13473
13473
|
background: string;
|
|
13474
13474
|
backgroundHover: string;
|
|
13475
13475
|
backgroundPress: string;
|
|
@@ -13499,7 +13499,7 @@ export declare const themes: {
|
|
|
13499
13499
|
color11: string;
|
|
13500
13500
|
color12: string;
|
|
13501
13501
|
};
|
|
13502
|
-
|
|
13502
|
+
light_green_alt1_TooltipContent: {
|
|
13503
13503
|
background: string;
|
|
13504
13504
|
backgroundHover: string;
|
|
13505
13505
|
backgroundPress: string;
|
|
@@ -13529,7 +13529,7 @@ export declare const themes: {
|
|
|
13529
13529
|
color11: string;
|
|
13530
13530
|
color12: string;
|
|
13531
13531
|
};
|
|
13532
|
-
|
|
13532
|
+
light_green_alt1_DrawerFrame: {
|
|
13533
13533
|
background: string;
|
|
13534
13534
|
backgroundHover: string;
|
|
13535
13535
|
backgroundPress: string;
|
|
@@ -13559,7 +13559,7 @@ export declare const themes: {
|
|
|
13559
13559
|
color11: string;
|
|
13560
13560
|
color12: string;
|
|
13561
13561
|
};
|
|
13562
|
-
|
|
13562
|
+
light_green_alt1_Progress: {
|
|
13563
13563
|
background: string;
|
|
13564
13564
|
backgroundHover: string;
|
|
13565
13565
|
backgroundPress: string;
|
|
@@ -13589,7 +13589,7 @@ export declare const themes: {
|
|
|
13589
13589
|
color11: string;
|
|
13590
13590
|
color12: string;
|
|
13591
13591
|
};
|
|
13592
|
-
|
|
13592
|
+
light_green_alt1_TooltipArrow: {
|
|
13593
13593
|
background: string;
|
|
13594
13594
|
backgroundHover: string;
|
|
13595
13595
|
backgroundPress: string;
|
|
@@ -13619,7 +13619,7 @@ export declare const themes: {
|
|
|
13619
13619
|
color11: string;
|
|
13620
13620
|
color12: string;
|
|
13621
13621
|
};
|
|
13622
|
-
|
|
13622
|
+
light_green_alt1_SliderTrackActive: {
|
|
13623
13623
|
background: string;
|
|
13624
13624
|
backgroundHover: string;
|
|
13625
13625
|
backgroundPress: string;
|
|
@@ -14039,7 +14039,7 @@ export declare const themes: {
|
|
|
14039
14039
|
color11: string;
|
|
14040
14040
|
color12: string;
|
|
14041
14041
|
};
|
|
14042
|
-
|
|
14042
|
+
light_green_alt2_Switch: {
|
|
14043
14043
|
background: string;
|
|
14044
14044
|
backgroundHover: string;
|
|
14045
14045
|
backgroundPress: string;
|
|
@@ -14069,7 +14069,7 @@ export declare const themes: {
|
|
|
14069
14069
|
color11: string;
|
|
14070
14070
|
color12: string;
|
|
14071
14071
|
};
|
|
14072
|
-
|
|
14072
|
+
light_green_alt2_SwitchThumb: {
|
|
14073
14073
|
background: string;
|
|
14074
14074
|
backgroundHover: string;
|
|
14075
14075
|
backgroundPress: string;
|
|
@@ -14099,7 +14099,7 @@ export declare const themes: {
|
|
|
14099
14099
|
color11: string;
|
|
14100
14100
|
color12: string;
|
|
14101
14101
|
};
|
|
14102
|
-
|
|
14102
|
+
light_green_alt2_TooltipContent: {
|
|
14103
14103
|
background: string;
|
|
14104
14104
|
backgroundHover: string;
|
|
14105
14105
|
backgroundPress: string;
|
|
@@ -14129,7 +14129,7 @@ export declare const themes: {
|
|
|
14129
14129
|
color11: string;
|
|
14130
14130
|
color12: string;
|
|
14131
14131
|
};
|
|
14132
|
-
|
|
14132
|
+
light_green_alt2_DrawerFrame: {
|
|
14133
14133
|
background: string;
|
|
14134
14134
|
backgroundHover: string;
|
|
14135
14135
|
backgroundPress: string;
|
|
@@ -14159,7 +14159,7 @@ export declare const themes: {
|
|
|
14159
14159
|
color11: string;
|
|
14160
14160
|
color12: string;
|
|
14161
14161
|
};
|
|
14162
|
-
|
|
14162
|
+
light_green_alt2_Progress: {
|
|
14163
14163
|
background: string;
|
|
14164
14164
|
backgroundHover: string;
|
|
14165
14165
|
backgroundPress: string;
|
|
@@ -14189,7 +14189,7 @@ export declare const themes: {
|
|
|
14189
14189
|
color11: string;
|
|
14190
14190
|
color12: string;
|
|
14191
14191
|
};
|
|
14192
|
-
|
|
14192
|
+
light_green_alt2_TooltipArrow: {
|
|
14193
14193
|
background: string;
|
|
14194
14194
|
backgroundHover: string;
|
|
14195
14195
|
backgroundPress: string;
|
|
@@ -14219,7 +14219,7 @@ export declare const themes: {
|
|
|
14219
14219
|
color11: string;
|
|
14220
14220
|
color12: string;
|
|
14221
14221
|
};
|
|
14222
|
-
|
|
14222
|
+
light_green_alt2_SliderTrackActive: {
|
|
14223
14223
|
background: string;
|
|
14224
14224
|
backgroundHover: string;
|
|
14225
14225
|
backgroundPress: string;
|
|
@@ -14639,7 +14639,7 @@ export declare const themes: {
|
|
|
14639
14639
|
color11: string;
|
|
14640
14640
|
color12: string;
|
|
14641
14641
|
};
|
|
14642
|
-
|
|
14642
|
+
light_green_active_Switch: {
|
|
14643
14643
|
background: string;
|
|
14644
14644
|
backgroundHover: string;
|
|
14645
14645
|
backgroundPress: string;
|
|
@@ -14669,7 +14669,7 @@ export declare const themes: {
|
|
|
14669
14669
|
color11: string;
|
|
14670
14670
|
color12: string;
|
|
14671
14671
|
};
|
|
14672
|
-
|
|
14672
|
+
light_green_active_SwitchThumb: {
|
|
14673
14673
|
background: string;
|
|
14674
14674
|
backgroundHover: string;
|
|
14675
14675
|
backgroundPress: string;
|
|
@@ -14699,7 +14699,7 @@ export declare const themes: {
|
|
|
14699
14699
|
color11: string;
|
|
14700
14700
|
color12: string;
|
|
14701
14701
|
};
|
|
14702
|
-
|
|
14702
|
+
light_green_active_TooltipContent: {
|
|
14703
14703
|
background: string;
|
|
14704
14704
|
backgroundHover: string;
|
|
14705
14705
|
backgroundPress: string;
|
|
@@ -14729,7 +14729,7 @@ export declare const themes: {
|
|
|
14729
14729
|
color11: string;
|
|
14730
14730
|
color12: string;
|
|
14731
14731
|
};
|
|
14732
|
-
|
|
14732
|
+
light_green_active_DrawerFrame: {
|
|
14733
14733
|
background: string;
|
|
14734
14734
|
backgroundHover: string;
|
|
14735
14735
|
backgroundPress: string;
|
|
@@ -14759,7 +14759,7 @@ export declare const themes: {
|
|
|
14759
14759
|
color11: string;
|
|
14760
14760
|
color12: string;
|
|
14761
14761
|
};
|
|
14762
|
-
|
|
14762
|
+
light_green_active_Progress: {
|
|
14763
14763
|
background: string;
|
|
14764
14764
|
backgroundHover: string;
|
|
14765
14765
|
backgroundPress: string;
|
|
@@ -14789,7 +14789,7 @@ export declare const themes: {
|
|
|
14789
14789
|
color11: string;
|
|
14790
14790
|
color12: string;
|
|
14791
14791
|
};
|
|
14792
|
-
|
|
14792
|
+
light_green_active_TooltipArrow: {
|
|
14793
14793
|
background: string;
|
|
14794
14794
|
backgroundHover: string;
|
|
14795
14795
|
backgroundPress: string;
|
|
@@ -14819,7 +14819,7 @@ export declare const themes: {
|
|
|
14819
14819
|
color11: string;
|
|
14820
14820
|
color12: string;
|
|
14821
14821
|
};
|
|
14822
|
-
|
|
14822
|
+
light_green_active_SliderTrackActive: {
|
|
14823
14823
|
background: string;
|
|
14824
14824
|
backgroundHover: string;
|
|
14825
14825
|
backgroundPress: string;
|
|
@@ -15239,7 +15239,7 @@ export declare const themes: {
|
|
|
15239
15239
|
color11: string;
|
|
15240
15240
|
color12: string;
|
|
15241
15241
|
};
|
|
15242
|
-
|
|
15242
|
+
light_orange_alt1_Switch: {
|
|
15243
15243
|
background: string;
|
|
15244
15244
|
backgroundHover: string;
|
|
15245
15245
|
backgroundPress: string;
|
|
@@ -15269,7 +15269,7 @@ export declare const themes: {
|
|
|
15269
15269
|
color11: string;
|
|
15270
15270
|
color12: string;
|
|
15271
15271
|
};
|
|
15272
|
-
|
|
15272
|
+
light_orange_alt1_SwitchThumb: {
|
|
15273
15273
|
background: string;
|
|
15274
15274
|
backgroundHover: string;
|
|
15275
15275
|
backgroundPress: string;
|
|
@@ -15299,7 +15299,7 @@ export declare const themes: {
|
|
|
15299
15299
|
color11: string;
|
|
15300
15300
|
color12: string;
|
|
15301
15301
|
};
|
|
15302
|
-
|
|
15302
|
+
light_orange_alt1_TooltipContent: {
|
|
15303
15303
|
background: string;
|
|
15304
15304
|
backgroundHover: string;
|
|
15305
15305
|
backgroundPress: string;
|
|
@@ -15329,7 +15329,7 @@ export declare const themes: {
|
|
|
15329
15329
|
color11: string;
|
|
15330
15330
|
color12: string;
|
|
15331
15331
|
};
|
|
15332
|
-
|
|
15332
|
+
light_orange_alt1_DrawerFrame: {
|
|
15333
15333
|
background: string;
|
|
15334
15334
|
backgroundHover: string;
|
|
15335
15335
|
backgroundPress: string;
|
|
@@ -15359,7 +15359,7 @@ export declare const themes: {
|
|
|
15359
15359
|
color11: string;
|
|
15360
15360
|
color12: string;
|
|
15361
15361
|
};
|
|
15362
|
-
|
|
15362
|
+
light_orange_alt1_Progress: {
|
|
15363
15363
|
background: string;
|
|
15364
15364
|
backgroundHover: string;
|
|
15365
15365
|
backgroundPress: string;
|
|
@@ -15389,7 +15389,7 @@ export declare const themes: {
|
|
|
15389
15389
|
color11: string;
|
|
15390
15390
|
color12: string;
|
|
15391
15391
|
};
|
|
15392
|
-
|
|
15392
|
+
light_orange_alt1_TooltipArrow: {
|
|
15393
15393
|
background: string;
|
|
15394
15394
|
backgroundHover: string;
|
|
15395
15395
|
backgroundPress: string;
|
|
@@ -15419,7 +15419,7 @@ export declare const themes: {
|
|
|
15419
15419
|
color11: string;
|
|
15420
15420
|
color12: string;
|
|
15421
15421
|
};
|
|
15422
|
-
|
|
15422
|
+
light_orange_alt1_SliderTrackActive: {
|
|
15423
15423
|
background: string;
|
|
15424
15424
|
backgroundHover: string;
|
|
15425
15425
|
backgroundPress: string;
|
|
@@ -15839,7 +15839,7 @@ export declare const themes: {
|
|
|
15839
15839
|
color11: string;
|
|
15840
15840
|
color12: string;
|
|
15841
15841
|
};
|
|
15842
|
-
|
|
15842
|
+
light_orange_alt2_Switch: {
|
|
15843
15843
|
background: string;
|
|
15844
15844
|
backgroundHover: string;
|
|
15845
15845
|
backgroundPress: string;
|
|
@@ -15869,7 +15869,7 @@ export declare const themes: {
|
|
|
15869
15869
|
color11: string;
|
|
15870
15870
|
color12: string;
|
|
15871
15871
|
};
|
|
15872
|
-
|
|
15872
|
+
light_orange_alt2_SwitchThumb: {
|
|
15873
15873
|
background: string;
|
|
15874
15874
|
backgroundHover: string;
|
|
15875
15875
|
backgroundPress: string;
|
|
@@ -15899,7 +15899,7 @@ export declare const themes: {
|
|
|
15899
15899
|
color11: string;
|
|
15900
15900
|
color12: string;
|
|
15901
15901
|
};
|
|
15902
|
-
|
|
15902
|
+
light_orange_alt2_TooltipContent: {
|
|
15903
15903
|
background: string;
|
|
15904
15904
|
backgroundHover: string;
|
|
15905
15905
|
backgroundPress: string;
|
|
@@ -15929,7 +15929,7 @@ export declare const themes: {
|
|
|
15929
15929
|
color11: string;
|
|
15930
15930
|
color12: string;
|
|
15931
15931
|
};
|
|
15932
|
-
|
|
15932
|
+
light_orange_alt2_DrawerFrame: {
|
|
15933
15933
|
background: string;
|
|
15934
15934
|
backgroundHover: string;
|
|
15935
15935
|
backgroundPress: string;
|
|
@@ -15959,7 +15959,7 @@ export declare const themes: {
|
|
|
15959
15959
|
color11: string;
|
|
15960
15960
|
color12: string;
|
|
15961
15961
|
};
|
|
15962
|
-
|
|
15962
|
+
light_orange_alt2_Progress: {
|
|
15963
15963
|
background: string;
|
|
15964
15964
|
backgroundHover: string;
|
|
15965
15965
|
backgroundPress: string;
|
|
@@ -15989,7 +15989,7 @@ export declare const themes: {
|
|
|
15989
15989
|
color11: string;
|
|
15990
15990
|
color12: string;
|
|
15991
15991
|
};
|
|
15992
|
-
|
|
15992
|
+
light_orange_alt2_TooltipArrow: {
|
|
15993
15993
|
background: string;
|
|
15994
15994
|
backgroundHover: string;
|
|
15995
15995
|
backgroundPress: string;
|
|
@@ -16019,7 +16019,7 @@ export declare const themes: {
|
|
|
16019
16019
|
color11: string;
|
|
16020
16020
|
color12: string;
|
|
16021
16021
|
};
|
|
16022
|
-
|
|
16022
|
+
light_orange_alt2_SliderTrackActive: {
|
|
16023
16023
|
background: string;
|
|
16024
16024
|
backgroundHover: string;
|
|
16025
16025
|
backgroundPress: string;
|
|
@@ -16439,7 +16439,7 @@ export declare const themes: {
|
|
|
16439
16439
|
color11: string;
|
|
16440
16440
|
color12: string;
|
|
16441
16441
|
};
|
|
16442
|
-
|
|
16442
|
+
light_orange_active_Switch: {
|
|
16443
16443
|
background: string;
|
|
16444
16444
|
backgroundHover: string;
|
|
16445
16445
|
backgroundPress: string;
|
|
@@ -16469,7 +16469,7 @@ export declare const themes: {
|
|
|
16469
16469
|
color11: string;
|
|
16470
16470
|
color12: string;
|
|
16471
16471
|
};
|
|
16472
|
-
|
|
16472
|
+
light_orange_active_SwitchThumb: {
|
|
16473
16473
|
background: string;
|
|
16474
16474
|
backgroundHover: string;
|
|
16475
16475
|
backgroundPress: string;
|
|
@@ -16499,7 +16499,7 @@ export declare const themes: {
|
|
|
16499
16499
|
color11: string;
|
|
16500
16500
|
color12: string;
|
|
16501
16501
|
};
|
|
16502
|
-
|
|
16502
|
+
light_orange_active_TooltipContent: {
|
|
16503
16503
|
background: string;
|
|
16504
16504
|
backgroundHover: string;
|
|
16505
16505
|
backgroundPress: string;
|
|
@@ -16529,7 +16529,7 @@ export declare const themes: {
|
|
|
16529
16529
|
color11: string;
|
|
16530
16530
|
color12: string;
|
|
16531
16531
|
};
|
|
16532
|
-
|
|
16532
|
+
light_orange_active_DrawerFrame: {
|
|
16533
16533
|
background: string;
|
|
16534
16534
|
backgroundHover: string;
|
|
16535
16535
|
backgroundPress: string;
|
|
@@ -16559,7 +16559,7 @@ export declare const themes: {
|
|
|
16559
16559
|
color11: string;
|
|
16560
16560
|
color12: string;
|
|
16561
16561
|
};
|
|
16562
|
-
|
|
16562
|
+
light_orange_active_Progress: {
|
|
16563
16563
|
background: string;
|
|
16564
16564
|
backgroundHover: string;
|
|
16565
16565
|
backgroundPress: string;
|
|
@@ -16589,7 +16589,7 @@ export declare const themes: {
|
|
|
16589
16589
|
color11: string;
|
|
16590
16590
|
color12: string;
|
|
16591
16591
|
};
|
|
16592
|
-
|
|
16592
|
+
light_orange_active_TooltipArrow: {
|
|
16593
16593
|
background: string;
|
|
16594
16594
|
backgroundHover: string;
|
|
16595
16595
|
backgroundPress: string;
|
|
@@ -16619,7 +16619,7 @@ export declare const themes: {
|
|
|
16619
16619
|
color11: string;
|
|
16620
16620
|
color12: string;
|
|
16621
16621
|
};
|
|
16622
|
-
|
|
16622
|
+
light_orange_active_SliderTrackActive: {
|
|
16623
16623
|
background: string;
|
|
16624
16624
|
backgroundHover: string;
|
|
16625
16625
|
backgroundPress: string;
|
|
@@ -17039,7 +17039,7 @@ export declare const themes: {
|
|
|
17039
17039
|
color11: string;
|
|
17040
17040
|
color12: string;
|
|
17041
17041
|
};
|
|
17042
|
-
|
|
17042
|
+
light_pink_alt1_Switch: {
|
|
17043
17043
|
background: string;
|
|
17044
17044
|
backgroundHover: string;
|
|
17045
17045
|
backgroundPress: string;
|
|
@@ -17069,7 +17069,7 @@ export declare const themes: {
|
|
|
17069
17069
|
color11: string;
|
|
17070
17070
|
color12: string;
|
|
17071
17071
|
};
|
|
17072
|
-
|
|
17072
|
+
light_pink_alt1_SwitchThumb: {
|
|
17073
17073
|
background: string;
|
|
17074
17074
|
backgroundHover: string;
|
|
17075
17075
|
backgroundPress: string;
|
|
@@ -17099,7 +17099,7 @@ export declare const themes: {
|
|
|
17099
17099
|
color11: string;
|
|
17100
17100
|
color12: string;
|
|
17101
17101
|
};
|
|
17102
|
-
|
|
17102
|
+
light_pink_alt1_TooltipContent: {
|
|
17103
17103
|
background: string;
|
|
17104
17104
|
backgroundHover: string;
|
|
17105
17105
|
backgroundPress: string;
|
|
@@ -17129,7 +17129,7 @@ export declare const themes: {
|
|
|
17129
17129
|
color11: string;
|
|
17130
17130
|
color12: string;
|
|
17131
17131
|
};
|
|
17132
|
-
|
|
17132
|
+
light_pink_alt1_DrawerFrame: {
|
|
17133
17133
|
background: string;
|
|
17134
17134
|
backgroundHover: string;
|
|
17135
17135
|
backgroundPress: string;
|
|
@@ -17159,7 +17159,7 @@ export declare const themes: {
|
|
|
17159
17159
|
color11: string;
|
|
17160
17160
|
color12: string;
|
|
17161
17161
|
};
|
|
17162
|
-
|
|
17162
|
+
light_pink_alt1_Progress: {
|
|
17163
17163
|
background: string;
|
|
17164
17164
|
backgroundHover: string;
|
|
17165
17165
|
backgroundPress: string;
|
|
@@ -17189,7 +17189,7 @@ export declare const themes: {
|
|
|
17189
17189
|
color11: string;
|
|
17190
17190
|
color12: string;
|
|
17191
17191
|
};
|
|
17192
|
-
|
|
17192
|
+
light_pink_alt1_TooltipArrow: {
|
|
17193
17193
|
background: string;
|
|
17194
17194
|
backgroundHover: string;
|
|
17195
17195
|
backgroundPress: string;
|
|
@@ -17219,7 +17219,7 @@ export declare const themes: {
|
|
|
17219
17219
|
color11: string;
|
|
17220
17220
|
color12: string;
|
|
17221
17221
|
};
|
|
17222
|
-
|
|
17222
|
+
light_pink_alt1_SliderTrackActive: {
|
|
17223
17223
|
background: string;
|
|
17224
17224
|
backgroundHover: string;
|
|
17225
17225
|
backgroundPress: string;
|
|
@@ -17639,7 +17639,7 @@ export declare const themes: {
|
|
|
17639
17639
|
color11: string;
|
|
17640
17640
|
color12: string;
|
|
17641
17641
|
};
|
|
17642
|
-
|
|
17642
|
+
light_pink_alt2_Switch: {
|
|
17643
17643
|
background: string;
|
|
17644
17644
|
backgroundHover: string;
|
|
17645
17645
|
backgroundPress: string;
|
|
@@ -17669,7 +17669,7 @@ export declare const themes: {
|
|
|
17669
17669
|
color11: string;
|
|
17670
17670
|
color12: string;
|
|
17671
17671
|
};
|
|
17672
|
-
|
|
17672
|
+
light_pink_alt2_SwitchThumb: {
|
|
17673
17673
|
background: string;
|
|
17674
17674
|
backgroundHover: string;
|
|
17675
17675
|
backgroundPress: string;
|
|
@@ -17699,7 +17699,7 @@ export declare const themes: {
|
|
|
17699
17699
|
color11: string;
|
|
17700
17700
|
color12: string;
|
|
17701
17701
|
};
|
|
17702
|
-
|
|
17702
|
+
light_pink_alt2_TooltipContent: {
|
|
17703
17703
|
background: string;
|
|
17704
17704
|
backgroundHover: string;
|
|
17705
17705
|
backgroundPress: string;
|
|
@@ -17729,7 +17729,7 @@ export declare const themes: {
|
|
|
17729
17729
|
color11: string;
|
|
17730
17730
|
color12: string;
|
|
17731
17731
|
};
|
|
17732
|
-
|
|
17732
|
+
light_pink_alt2_DrawerFrame: {
|
|
17733
17733
|
background: string;
|
|
17734
17734
|
backgroundHover: string;
|
|
17735
17735
|
backgroundPress: string;
|
|
@@ -17759,7 +17759,7 @@ export declare const themes: {
|
|
|
17759
17759
|
color11: string;
|
|
17760
17760
|
color12: string;
|
|
17761
17761
|
};
|
|
17762
|
-
|
|
17762
|
+
light_pink_alt2_Progress: {
|
|
17763
17763
|
background: string;
|
|
17764
17764
|
backgroundHover: string;
|
|
17765
17765
|
backgroundPress: string;
|
|
@@ -17789,7 +17789,7 @@ export declare const themes: {
|
|
|
17789
17789
|
color11: string;
|
|
17790
17790
|
color12: string;
|
|
17791
17791
|
};
|
|
17792
|
-
|
|
17792
|
+
light_pink_alt2_TooltipArrow: {
|
|
17793
17793
|
background: string;
|
|
17794
17794
|
backgroundHover: string;
|
|
17795
17795
|
backgroundPress: string;
|
|
@@ -17819,7 +17819,7 @@ export declare const themes: {
|
|
|
17819
17819
|
color11: string;
|
|
17820
17820
|
color12: string;
|
|
17821
17821
|
};
|
|
17822
|
-
|
|
17822
|
+
light_pink_alt2_SliderTrackActive: {
|
|
17823
17823
|
background: string;
|
|
17824
17824
|
backgroundHover: string;
|
|
17825
17825
|
backgroundPress: string;
|
|
@@ -18239,7 +18239,7 @@ export declare const themes: {
|
|
|
18239
18239
|
color11: string;
|
|
18240
18240
|
color12: string;
|
|
18241
18241
|
};
|
|
18242
|
-
|
|
18242
|
+
light_pink_active_Switch: {
|
|
18243
18243
|
background: string;
|
|
18244
18244
|
backgroundHover: string;
|
|
18245
18245
|
backgroundPress: string;
|
|
@@ -18269,7 +18269,7 @@ export declare const themes: {
|
|
|
18269
18269
|
color11: string;
|
|
18270
18270
|
color12: string;
|
|
18271
18271
|
};
|
|
18272
|
-
|
|
18272
|
+
light_pink_active_SwitchThumb: {
|
|
18273
18273
|
background: string;
|
|
18274
18274
|
backgroundHover: string;
|
|
18275
18275
|
backgroundPress: string;
|
|
@@ -18299,7 +18299,7 @@ export declare const themes: {
|
|
|
18299
18299
|
color11: string;
|
|
18300
18300
|
color12: string;
|
|
18301
18301
|
};
|
|
18302
|
-
|
|
18302
|
+
light_pink_active_TooltipContent: {
|
|
18303
18303
|
background: string;
|
|
18304
18304
|
backgroundHover: string;
|
|
18305
18305
|
backgroundPress: string;
|
|
@@ -18329,7 +18329,7 @@ export declare const themes: {
|
|
|
18329
18329
|
color11: string;
|
|
18330
18330
|
color12: string;
|
|
18331
18331
|
};
|
|
18332
|
-
|
|
18332
|
+
light_pink_active_DrawerFrame: {
|
|
18333
18333
|
background: string;
|
|
18334
18334
|
backgroundHover: string;
|
|
18335
18335
|
backgroundPress: string;
|
|
@@ -18359,7 +18359,7 @@ export declare const themes: {
|
|
|
18359
18359
|
color11: string;
|
|
18360
18360
|
color12: string;
|
|
18361
18361
|
};
|
|
18362
|
-
|
|
18362
|
+
light_pink_active_Progress: {
|
|
18363
18363
|
background: string;
|
|
18364
18364
|
backgroundHover: string;
|
|
18365
18365
|
backgroundPress: string;
|
|
@@ -18389,7 +18389,7 @@ export declare const themes: {
|
|
|
18389
18389
|
color11: string;
|
|
18390
18390
|
color12: string;
|
|
18391
18391
|
};
|
|
18392
|
-
|
|
18392
|
+
light_pink_active_TooltipArrow: {
|
|
18393
18393
|
background: string;
|
|
18394
18394
|
backgroundHover: string;
|
|
18395
18395
|
backgroundPress: string;
|
|
@@ -18419,7 +18419,7 @@ export declare const themes: {
|
|
|
18419
18419
|
color11: string;
|
|
18420
18420
|
color12: string;
|
|
18421
18421
|
};
|
|
18422
|
-
|
|
18422
|
+
light_pink_active_SliderTrackActive: {
|
|
18423
18423
|
background: string;
|
|
18424
18424
|
backgroundHover: string;
|
|
18425
18425
|
backgroundPress: string;
|
|
@@ -18839,7 +18839,7 @@ export declare const themes: {
|
|
|
18839
18839
|
color11: string;
|
|
18840
18840
|
color12: string;
|
|
18841
18841
|
};
|
|
18842
|
-
|
|
18842
|
+
light_purple_alt1_Switch: {
|
|
18843
18843
|
background: string;
|
|
18844
18844
|
backgroundHover: string;
|
|
18845
18845
|
backgroundPress: string;
|
|
@@ -18869,7 +18869,7 @@ export declare const themes: {
|
|
|
18869
18869
|
color11: string;
|
|
18870
18870
|
color12: string;
|
|
18871
18871
|
};
|
|
18872
|
-
|
|
18872
|
+
light_purple_alt1_SwitchThumb: {
|
|
18873
18873
|
background: string;
|
|
18874
18874
|
backgroundHover: string;
|
|
18875
18875
|
backgroundPress: string;
|
|
@@ -18899,7 +18899,7 @@ export declare const themes: {
|
|
|
18899
18899
|
color11: string;
|
|
18900
18900
|
color12: string;
|
|
18901
18901
|
};
|
|
18902
|
-
|
|
18902
|
+
light_purple_alt1_TooltipContent: {
|
|
18903
18903
|
background: string;
|
|
18904
18904
|
backgroundHover: string;
|
|
18905
18905
|
backgroundPress: string;
|
|
@@ -18929,7 +18929,7 @@ export declare const themes: {
|
|
|
18929
18929
|
color11: string;
|
|
18930
18930
|
color12: string;
|
|
18931
18931
|
};
|
|
18932
|
-
|
|
18932
|
+
light_purple_alt1_DrawerFrame: {
|
|
18933
18933
|
background: string;
|
|
18934
18934
|
backgroundHover: string;
|
|
18935
18935
|
backgroundPress: string;
|
|
@@ -18959,7 +18959,7 @@ export declare const themes: {
|
|
|
18959
18959
|
color11: string;
|
|
18960
18960
|
color12: string;
|
|
18961
18961
|
};
|
|
18962
|
-
|
|
18962
|
+
light_purple_alt1_Progress: {
|
|
18963
18963
|
background: string;
|
|
18964
18964
|
backgroundHover: string;
|
|
18965
18965
|
backgroundPress: string;
|
|
@@ -18989,7 +18989,7 @@ export declare const themes: {
|
|
|
18989
18989
|
color11: string;
|
|
18990
18990
|
color12: string;
|
|
18991
18991
|
};
|
|
18992
|
-
|
|
18992
|
+
light_purple_alt1_TooltipArrow: {
|
|
18993
18993
|
background: string;
|
|
18994
18994
|
backgroundHover: string;
|
|
18995
18995
|
backgroundPress: string;
|
|
@@ -19019,7 +19019,7 @@ export declare const themes: {
|
|
|
19019
19019
|
color11: string;
|
|
19020
19020
|
color12: string;
|
|
19021
19021
|
};
|
|
19022
|
-
|
|
19022
|
+
light_purple_alt1_SliderTrackActive: {
|
|
19023
19023
|
background: string;
|
|
19024
19024
|
backgroundHover: string;
|
|
19025
19025
|
backgroundPress: string;
|
|
@@ -19439,7 +19439,7 @@ export declare const themes: {
|
|
|
19439
19439
|
color11: string;
|
|
19440
19440
|
color12: string;
|
|
19441
19441
|
};
|
|
19442
|
-
|
|
19442
|
+
light_purple_alt2_Switch: {
|
|
19443
19443
|
background: string;
|
|
19444
19444
|
backgroundHover: string;
|
|
19445
19445
|
backgroundPress: string;
|
|
@@ -19469,7 +19469,7 @@ export declare const themes: {
|
|
|
19469
19469
|
color11: string;
|
|
19470
19470
|
color12: string;
|
|
19471
19471
|
};
|
|
19472
|
-
|
|
19472
|
+
light_purple_alt2_SwitchThumb: {
|
|
19473
19473
|
background: string;
|
|
19474
19474
|
backgroundHover: string;
|
|
19475
19475
|
backgroundPress: string;
|
|
@@ -19499,7 +19499,7 @@ export declare const themes: {
|
|
|
19499
19499
|
color11: string;
|
|
19500
19500
|
color12: string;
|
|
19501
19501
|
};
|
|
19502
|
-
|
|
19502
|
+
light_purple_alt2_TooltipContent: {
|
|
19503
19503
|
background: string;
|
|
19504
19504
|
backgroundHover: string;
|
|
19505
19505
|
backgroundPress: string;
|
|
@@ -19529,7 +19529,7 @@ export declare const themes: {
|
|
|
19529
19529
|
color11: string;
|
|
19530
19530
|
color12: string;
|
|
19531
19531
|
};
|
|
19532
|
-
|
|
19532
|
+
light_purple_alt2_DrawerFrame: {
|
|
19533
19533
|
background: string;
|
|
19534
19534
|
backgroundHover: string;
|
|
19535
19535
|
backgroundPress: string;
|
|
@@ -19559,7 +19559,7 @@ export declare const themes: {
|
|
|
19559
19559
|
color11: string;
|
|
19560
19560
|
color12: string;
|
|
19561
19561
|
};
|
|
19562
|
-
|
|
19562
|
+
light_purple_alt2_Progress: {
|
|
19563
19563
|
background: string;
|
|
19564
19564
|
backgroundHover: string;
|
|
19565
19565
|
backgroundPress: string;
|
|
@@ -19589,7 +19589,7 @@ export declare const themes: {
|
|
|
19589
19589
|
color11: string;
|
|
19590
19590
|
color12: string;
|
|
19591
19591
|
};
|
|
19592
|
-
|
|
19592
|
+
light_purple_alt2_TooltipArrow: {
|
|
19593
19593
|
background: string;
|
|
19594
19594
|
backgroundHover: string;
|
|
19595
19595
|
backgroundPress: string;
|
|
@@ -19619,7 +19619,7 @@ export declare const themes: {
|
|
|
19619
19619
|
color11: string;
|
|
19620
19620
|
color12: string;
|
|
19621
19621
|
};
|
|
19622
|
-
|
|
19622
|
+
light_purple_alt2_SliderTrackActive: {
|
|
19623
19623
|
background: string;
|
|
19624
19624
|
backgroundHover: string;
|
|
19625
19625
|
backgroundPress: string;
|
|
@@ -20039,7 +20039,7 @@ export declare const themes: {
|
|
|
20039
20039
|
color11: string;
|
|
20040
20040
|
color12: string;
|
|
20041
20041
|
};
|
|
20042
|
-
|
|
20042
|
+
light_purple_active_Switch: {
|
|
20043
20043
|
background: string;
|
|
20044
20044
|
backgroundHover: string;
|
|
20045
20045
|
backgroundPress: string;
|
|
@@ -20069,7 +20069,7 @@ export declare const themes: {
|
|
|
20069
20069
|
color11: string;
|
|
20070
20070
|
color12: string;
|
|
20071
20071
|
};
|
|
20072
|
-
|
|
20072
|
+
light_purple_active_SwitchThumb: {
|
|
20073
20073
|
background: string;
|
|
20074
20074
|
backgroundHover: string;
|
|
20075
20075
|
backgroundPress: string;
|
|
@@ -20099,7 +20099,7 @@ export declare const themes: {
|
|
|
20099
20099
|
color11: string;
|
|
20100
20100
|
color12: string;
|
|
20101
20101
|
};
|
|
20102
|
-
|
|
20102
|
+
light_purple_active_TooltipContent: {
|
|
20103
20103
|
background: string;
|
|
20104
20104
|
backgroundHover: string;
|
|
20105
20105
|
backgroundPress: string;
|
|
@@ -20129,7 +20129,7 @@ export declare const themes: {
|
|
|
20129
20129
|
color11: string;
|
|
20130
20130
|
color12: string;
|
|
20131
20131
|
};
|
|
20132
|
-
|
|
20132
|
+
light_purple_active_DrawerFrame: {
|
|
20133
20133
|
background: string;
|
|
20134
20134
|
backgroundHover: string;
|
|
20135
20135
|
backgroundPress: string;
|
|
@@ -20159,7 +20159,7 @@ export declare const themes: {
|
|
|
20159
20159
|
color11: string;
|
|
20160
20160
|
color12: string;
|
|
20161
20161
|
};
|
|
20162
|
-
|
|
20162
|
+
light_purple_active_Progress: {
|
|
20163
20163
|
background: string;
|
|
20164
20164
|
backgroundHover: string;
|
|
20165
20165
|
backgroundPress: string;
|
|
@@ -20189,7 +20189,7 @@ export declare const themes: {
|
|
|
20189
20189
|
color11: string;
|
|
20190
20190
|
color12: string;
|
|
20191
20191
|
};
|
|
20192
|
-
|
|
20192
|
+
light_purple_active_TooltipArrow: {
|
|
20193
20193
|
background: string;
|
|
20194
20194
|
backgroundHover: string;
|
|
20195
20195
|
backgroundPress: string;
|
|
@@ -20219,7 +20219,7 @@ export declare const themes: {
|
|
|
20219
20219
|
color11: string;
|
|
20220
20220
|
color12: string;
|
|
20221
20221
|
};
|
|
20222
|
-
|
|
20222
|
+
light_purple_active_SliderTrackActive: {
|
|
20223
20223
|
background: string;
|
|
20224
20224
|
backgroundHover: string;
|
|
20225
20225
|
backgroundPress: string;
|
|
@@ -20639,7 +20639,7 @@ export declare const themes: {
|
|
|
20639
20639
|
color11: string;
|
|
20640
20640
|
color12: string;
|
|
20641
20641
|
};
|
|
20642
|
-
|
|
20642
|
+
light_red_alt1_Switch: {
|
|
20643
20643
|
background: string;
|
|
20644
20644
|
backgroundHover: string;
|
|
20645
20645
|
backgroundPress: string;
|
|
@@ -20669,7 +20669,7 @@ export declare const themes: {
|
|
|
20669
20669
|
color11: string;
|
|
20670
20670
|
color12: string;
|
|
20671
20671
|
};
|
|
20672
|
-
|
|
20672
|
+
light_red_alt1_SwitchThumb: {
|
|
20673
20673
|
background: string;
|
|
20674
20674
|
backgroundHover: string;
|
|
20675
20675
|
backgroundPress: string;
|
|
@@ -20699,7 +20699,7 @@ export declare const themes: {
|
|
|
20699
20699
|
color11: string;
|
|
20700
20700
|
color12: string;
|
|
20701
20701
|
};
|
|
20702
|
-
|
|
20702
|
+
light_red_alt1_TooltipContent: {
|
|
20703
20703
|
background: string;
|
|
20704
20704
|
backgroundHover: string;
|
|
20705
20705
|
backgroundPress: string;
|
|
@@ -20729,7 +20729,7 @@ export declare const themes: {
|
|
|
20729
20729
|
color11: string;
|
|
20730
20730
|
color12: string;
|
|
20731
20731
|
};
|
|
20732
|
-
|
|
20732
|
+
light_red_alt1_DrawerFrame: {
|
|
20733
20733
|
background: string;
|
|
20734
20734
|
backgroundHover: string;
|
|
20735
20735
|
backgroundPress: string;
|
|
@@ -20759,7 +20759,7 @@ export declare const themes: {
|
|
|
20759
20759
|
color11: string;
|
|
20760
20760
|
color12: string;
|
|
20761
20761
|
};
|
|
20762
|
-
|
|
20762
|
+
light_red_alt1_Progress: {
|
|
20763
20763
|
background: string;
|
|
20764
20764
|
backgroundHover: string;
|
|
20765
20765
|
backgroundPress: string;
|
|
@@ -20789,7 +20789,7 @@ export declare const themes: {
|
|
|
20789
20789
|
color11: string;
|
|
20790
20790
|
color12: string;
|
|
20791
20791
|
};
|
|
20792
|
-
|
|
20792
|
+
light_red_alt1_TooltipArrow: {
|
|
20793
20793
|
background: string;
|
|
20794
20794
|
backgroundHover: string;
|
|
20795
20795
|
backgroundPress: string;
|
|
@@ -20819,7 +20819,7 @@ export declare const themes: {
|
|
|
20819
20819
|
color11: string;
|
|
20820
20820
|
color12: string;
|
|
20821
20821
|
};
|
|
20822
|
-
|
|
20822
|
+
light_red_alt1_SliderTrackActive: {
|
|
20823
20823
|
background: string;
|
|
20824
20824
|
backgroundHover: string;
|
|
20825
20825
|
backgroundPress: string;
|
|
@@ -21239,7 +21239,7 @@ export declare const themes: {
|
|
|
21239
21239
|
color11: string;
|
|
21240
21240
|
color12: string;
|
|
21241
21241
|
};
|
|
21242
|
-
|
|
21242
|
+
light_red_alt2_Switch: {
|
|
21243
21243
|
background: string;
|
|
21244
21244
|
backgroundHover: string;
|
|
21245
21245
|
backgroundPress: string;
|
|
@@ -21269,7 +21269,7 @@ export declare const themes: {
|
|
|
21269
21269
|
color11: string;
|
|
21270
21270
|
color12: string;
|
|
21271
21271
|
};
|
|
21272
|
-
|
|
21272
|
+
light_red_alt2_SwitchThumb: {
|
|
21273
21273
|
background: string;
|
|
21274
21274
|
backgroundHover: string;
|
|
21275
21275
|
backgroundPress: string;
|
|
@@ -21299,7 +21299,7 @@ export declare const themes: {
|
|
|
21299
21299
|
color11: string;
|
|
21300
21300
|
color12: string;
|
|
21301
21301
|
};
|
|
21302
|
-
|
|
21302
|
+
light_red_alt2_TooltipContent: {
|
|
21303
21303
|
background: string;
|
|
21304
21304
|
backgroundHover: string;
|
|
21305
21305
|
backgroundPress: string;
|
|
@@ -21329,7 +21329,7 @@ export declare const themes: {
|
|
|
21329
21329
|
color11: string;
|
|
21330
21330
|
color12: string;
|
|
21331
21331
|
};
|
|
21332
|
-
|
|
21332
|
+
light_red_alt2_DrawerFrame: {
|
|
21333
21333
|
background: string;
|
|
21334
21334
|
backgroundHover: string;
|
|
21335
21335
|
backgroundPress: string;
|
|
@@ -21359,7 +21359,7 @@ export declare const themes: {
|
|
|
21359
21359
|
color11: string;
|
|
21360
21360
|
color12: string;
|
|
21361
21361
|
};
|
|
21362
|
-
|
|
21362
|
+
light_red_alt2_Progress: {
|
|
21363
21363
|
background: string;
|
|
21364
21364
|
backgroundHover: string;
|
|
21365
21365
|
backgroundPress: string;
|
|
@@ -21389,7 +21389,7 @@ export declare const themes: {
|
|
|
21389
21389
|
color11: string;
|
|
21390
21390
|
color12: string;
|
|
21391
21391
|
};
|
|
21392
|
-
|
|
21392
|
+
light_red_alt2_TooltipArrow: {
|
|
21393
21393
|
background: string;
|
|
21394
21394
|
backgroundHover: string;
|
|
21395
21395
|
backgroundPress: string;
|
|
@@ -21419,7 +21419,7 @@ export declare const themes: {
|
|
|
21419
21419
|
color11: string;
|
|
21420
21420
|
color12: string;
|
|
21421
21421
|
};
|
|
21422
|
-
|
|
21422
|
+
light_red_alt2_SliderTrackActive: {
|
|
21423
21423
|
background: string;
|
|
21424
21424
|
backgroundHover: string;
|
|
21425
21425
|
backgroundPress: string;
|
|
@@ -21839,7 +21839,7 @@ export declare const themes: {
|
|
|
21839
21839
|
color11: string;
|
|
21840
21840
|
color12: string;
|
|
21841
21841
|
};
|
|
21842
|
-
|
|
21842
|
+
light_red_active_Switch: {
|
|
21843
21843
|
background: string;
|
|
21844
21844
|
backgroundHover: string;
|
|
21845
21845
|
backgroundPress: string;
|
|
@@ -21869,7 +21869,7 @@ export declare const themes: {
|
|
|
21869
21869
|
color11: string;
|
|
21870
21870
|
color12: string;
|
|
21871
21871
|
};
|
|
21872
|
-
|
|
21872
|
+
light_red_active_SwitchThumb: {
|
|
21873
21873
|
background: string;
|
|
21874
21874
|
backgroundHover: string;
|
|
21875
21875
|
backgroundPress: string;
|
|
@@ -21899,7 +21899,7 @@ export declare const themes: {
|
|
|
21899
21899
|
color11: string;
|
|
21900
21900
|
color12: string;
|
|
21901
21901
|
};
|
|
21902
|
-
|
|
21902
|
+
light_red_active_TooltipContent: {
|
|
21903
21903
|
background: string;
|
|
21904
21904
|
backgroundHover: string;
|
|
21905
21905
|
backgroundPress: string;
|
|
@@ -21929,7 +21929,7 @@ export declare const themes: {
|
|
|
21929
21929
|
color11: string;
|
|
21930
21930
|
color12: string;
|
|
21931
21931
|
};
|
|
21932
|
-
|
|
21932
|
+
light_red_active_DrawerFrame: {
|
|
21933
21933
|
background: string;
|
|
21934
21934
|
backgroundHover: string;
|
|
21935
21935
|
backgroundPress: string;
|
|
@@ -21959,7 +21959,7 @@ export declare const themes: {
|
|
|
21959
21959
|
color11: string;
|
|
21960
21960
|
color12: string;
|
|
21961
21961
|
};
|
|
21962
|
-
|
|
21962
|
+
light_red_active_Progress: {
|
|
21963
21963
|
background: string;
|
|
21964
21964
|
backgroundHover: string;
|
|
21965
21965
|
backgroundPress: string;
|
|
@@ -21989,7 +21989,7 @@ export declare const themes: {
|
|
|
21989
21989
|
color11: string;
|
|
21990
21990
|
color12: string;
|
|
21991
21991
|
};
|
|
21992
|
-
|
|
21992
|
+
light_red_active_TooltipArrow: {
|
|
21993
21993
|
background: string;
|
|
21994
21994
|
backgroundHover: string;
|
|
21995
21995
|
backgroundPress: string;
|
|
@@ -22019,7 +22019,7 @@ export declare const themes: {
|
|
|
22019
22019
|
color11: string;
|
|
22020
22020
|
color12: string;
|
|
22021
22021
|
};
|
|
22022
|
-
|
|
22022
|
+
light_red_active_SliderTrackActive: {
|
|
22023
22023
|
background: string;
|
|
22024
22024
|
backgroundHover: string;
|
|
22025
22025
|
backgroundPress: string;
|
|
@@ -22439,7 +22439,7 @@ export declare const themes: {
|
|
|
22439
22439
|
color11: string;
|
|
22440
22440
|
color12: string;
|
|
22441
22441
|
};
|
|
22442
|
-
|
|
22442
|
+
light_yellow_alt1_Switch: {
|
|
22443
22443
|
background: string;
|
|
22444
22444
|
backgroundHover: string;
|
|
22445
22445
|
backgroundPress: string;
|
|
@@ -22469,7 +22469,7 @@ export declare const themes: {
|
|
|
22469
22469
|
color11: string;
|
|
22470
22470
|
color12: string;
|
|
22471
22471
|
};
|
|
22472
|
-
|
|
22472
|
+
light_yellow_alt1_SwitchThumb: {
|
|
22473
22473
|
background: string;
|
|
22474
22474
|
backgroundHover: string;
|
|
22475
22475
|
backgroundPress: string;
|
|
@@ -22499,7 +22499,7 @@ export declare const themes: {
|
|
|
22499
22499
|
color11: string;
|
|
22500
22500
|
color12: string;
|
|
22501
22501
|
};
|
|
22502
|
-
|
|
22502
|
+
light_yellow_alt1_TooltipContent: {
|
|
22503
22503
|
background: string;
|
|
22504
22504
|
backgroundHover: string;
|
|
22505
22505
|
backgroundPress: string;
|
|
@@ -22529,7 +22529,7 @@ export declare const themes: {
|
|
|
22529
22529
|
color11: string;
|
|
22530
22530
|
color12: string;
|
|
22531
22531
|
};
|
|
22532
|
-
|
|
22532
|
+
light_yellow_alt1_DrawerFrame: {
|
|
22533
22533
|
background: string;
|
|
22534
22534
|
backgroundHover: string;
|
|
22535
22535
|
backgroundPress: string;
|
|
@@ -22559,7 +22559,7 @@ export declare const themes: {
|
|
|
22559
22559
|
color11: string;
|
|
22560
22560
|
color12: string;
|
|
22561
22561
|
};
|
|
22562
|
-
|
|
22562
|
+
light_yellow_alt1_Progress: {
|
|
22563
22563
|
background: string;
|
|
22564
22564
|
backgroundHover: string;
|
|
22565
22565
|
backgroundPress: string;
|
|
@@ -22589,7 +22589,7 @@ export declare const themes: {
|
|
|
22589
22589
|
color11: string;
|
|
22590
22590
|
color12: string;
|
|
22591
22591
|
};
|
|
22592
|
-
|
|
22592
|
+
light_yellow_alt1_TooltipArrow: {
|
|
22593
22593
|
background: string;
|
|
22594
22594
|
backgroundHover: string;
|
|
22595
22595
|
backgroundPress: string;
|
|
@@ -22619,7 +22619,7 @@ export declare const themes: {
|
|
|
22619
22619
|
color11: string;
|
|
22620
22620
|
color12: string;
|
|
22621
22621
|
};
|
|
22622
|
-
|
|
22622
|
+
light_yellow_alt1_SliderTrackActive: {
|
|
22623
22623
|
background: string;
|
|
22624
22624
|
backgroundHover: string;
|
|
22625
22625
|
backgroundPress: string;
|
|
@@ -23039,7 +23039,7 @@ export declare const themes: {
|
|
|
23039
23039
|
color11: string;
|
|
23040
23040
|
color12: string;
|
|
23041
23041
|
};
|
|
23042
|
-
|
|
23042
|
+
light_yellow_alt2_Switch: {
|
|
23043
23043
|
background: string;
|
|
23044
23044
|
backgroundHover: string;
|
|
23045
23045
|
backgroundPress: string;
|
|
@@ -23069,7 +23069,7 @@ export declare const themes: {
|
|
|
23069
23069
|
color11: string;
|
|
23070
23070
|
color12: string;
|
|
23071
23071
|
};
|
|
23072
|
-
|
|
23072
|
+
light_yellow_alt2_SwitchThumb: {
|
|
23073
23073
|
background: string;
|
|
23074
23074
|
backgroundHover: string;
|
|
23075
23075
|
backgroundPress: string;
|
|
@@ -23099,7 +23099,7 @@ export declare const themes: {
|
|
|
23099
23099
|
color11: string;
|
|
23100
23100
|
color12: string;
|
|
23101
23101
|
};
|
|
23102
|
-
|
|
23102
|
+
light_yellow_alt2_TooltipContent: {
|
|
23103
23103
|
background: string;
|
|
23104
23104
|
backgroundHover: string;
|
|
23105
23105
|
backgroundPress: string;
|
|
@@ -23129,7 +23129,7 @@ export declare const themes: {
|
|
|
23129
23129
|
color11: string;
|
|
23130
23130
|
color12: string;
|
|
23131
23131
|
};
|
|
23132
|
-
|
|
23132
|
+
light_yellow_alt2_DrawerFrame: {
|
|
23133
23133
|
background: string;
|
|
23134
23134
|
backgroundHover: string;
|
|
23135
23135
|
backgroundPress: string;
|
|
@@ -23159,7 +23159,7 @@ export declare const themes: {
|
|
|
23159
23159
|
color11: string;
|
|
23160
23160
|
color12: string;
|
|
23161
23161
|
};
|
|
23162
|
-
|
|
23162
|
+
light_yellow_alt2_Progress: {
|
|
23163
23163
|
background: string;
|
|
23164
23164
|
backgroundHover: string;
|
|
23165
23165
|
backgroundPress: string;
|
|
@@ -23189,7 +23189,7 @@ export declare const themes: {
|
|
|
23189
23189
|
color11: string;
|
|
23190
23190
|
color12: string;
|
|
23191
23191
|
};
|
|
23192
|
-
|
|
23192
|
+
light_yellow_alt2_TooltipArrow: {
|
|
23193
23193
|
background: string;
|
|
23194
23194
|
backgroundHover: string;
|
|
23195
23195
|
backgroundPress: string;
|
|
@@ -23219,7 +23219,7 @@ export declare const themes: {
|
|
|
23219
23219
|
color11: string;
|
|
23220
23220
|
color12: string;
|
|
23221
23221
|
};
|
|
23222
|
-
|
|
23222
|
+
light_yellow_alt2_SliderTrackActive: {
|
|
23223
23223
|
background: string;
|
|
23224
23224
|
backgroundHover: string;
|
|
23225
23225
|
backgroundPress: string;
|
|
@@ -23639,7 +23639,7 @@ export declare const themes: {
|
|
|
23639
23639
|
color11: string;
|
|
23640
23640
|
color12: string;
|
|
23641
23641
|
};
|
|
23642
|
-
|
|
23642
|
+
light_yellow_active_Switch: {
|
|
23643
23643
|
background: string;
|
|
23644
23644
|
backgroundHover: string;
|
|
23645
23645
|
backgroundPress: string;
|
|
@@ -23669,7 +23669,7 @@ export declare const themes: {
|
|
|
23669
23669
|
color11: string;
|
|
23670
23670
|
color12: string;
|
|
23671
23671
|
};
|
|
23672
|
-
|
|
23672
|
+
light_yellow_active_SwitchThumb: {
|
|
23673
23673
|
background: string;
|
|
23674
23674
|
backgroundHover: string;
|
|
23675
23675
|
backgroundPress: string;
|
|
@@ -23699,7 +23699,7 @@ export declare const themes: {
|
|
|
23699
23699
|
color11: string;
|
|
23700
23700
|
color12: string;
|
|
23701
23701
|
};
|
|
23702
|
-
|
|
23702
|
+
light_yellow_active_TooltipContent: {
|
|
23703
23703
|
background: string;
|
|
23704
23704
|
backgroundHover: string;
|
|
23705
23705
|
backgroundPress: string;
|
|
@@ -23729,7 +23729,7 @@ export declare const themes: {
|
|
|
23729
23729
|
color11: string;
|
|
23730
23730
|
color12: string;
|
|
23731
23731
|
};
|
|
23732
|
-
|
|
23732
|
+
light_yellow_active_DrawerFrame: {
|
|
23733
23733
|
background: string;
|
|
23734
23734
|
backgroundHover: string;
|
|
23735
23735
|
backgroundPress: string;
|
|
@@ -23759,7 +23759,7 @@ export declare const themes: {
|
|
|
23759
23759
|
color11: string;
|
|
23760
23760
|
color12: string;
|
|
23761
23761
|
};
|
|
23762
|
-
|
|
23762
|
+
light_yellow_active_Progress: {
|
|
23763
23763
|
background: string;
|
|
23764
23764
|
backgroundHover: string;
|
|
23765
23765
|
backgroundPress: string;
|
|
@@ -23789,7 +23789,7 @@ export declare const themes: {
|
|
|
23789
23789
|
color11: string;
|
|
23790
23790
|
color12: string;
|
|
23791
23791
|
};
|
|
23792
|
-
|
|
23792
|
+
light_yellow_active_TooltipArrow: {
|
|
23793
23793
|
background: string;
|
|
23794
23794
|
backgroundHover: string;
|
|
23795
23795
|
backgroundPress: string;
|
|
@@ -23819,7 +23819,7 @@ export declare const themes: {
|
|
|
23819
23819
|
color11: string;
|
|
23820
23820
|
color12: string;
|
|
23821
23821
|
};
|
|
23822
|
-
|
|
23822
|
+
light_yellow_active_SliderTrackActive: {
|
|
23823
23823
|
background: string;
|
|
23824
23824
|
backgroundHover: string;
|
|
23825
23825
|
backgroundPress: string;
|
|
@@ -24239,7 +24239,7 @@ export declare const themes: {
|
|
|
24239
24239
|
color11: string;
|
|
24240
24240
|
color12: string;
|
|
24241
24241
|
};
|
|
24242
|
-
|
|
24242
|
+
dark_blue_alt1_Switch: {
|
|
24243
24243
|
background: string;
|
|
24244
24244
|
backgroundHover: string;
|
|
24245
24245
|
backgroundPress: string;
|
|
@@ -24269,7 +24269,7 @@ export declare const themes: {
|
|
|
24269
24269
|
color11: string;
|
|
24270
24270
|
color12: string;
|
|
24271
24271
|
};
|
|
24272
|
-
|
|
24272
|
+
dark_blue_alt1_SwitchThumb: {
|
|
24273
24273
|
background: string;
|
|
24274
24274
|
backgroundHover: string;
|
|
24275
24275
|
backgroundPress: string;
|
|
@@ -24299,7 +24299,7 @@ export declare const themes: {
|
|
|
24299
24299
|
color11: string;
|
|
24300
24300
|
color12: string;
|
|
24301
24301
|
};
|
|
24302
|
-
|
|
24302
|
+
dark_blue_alt1_TooltipContent: {
|
|
24303
24303
|
background: string;
|
|
24304
24304
|
backgroundHover: string;
|
|
24305
24305
|
backgroundPress: string;
|
|
@@ -24329,7 +24329,7 @@ export declare const themes: {
|
|
|
24329
24329
|
color11: string;
|
|
24330
24330
|
color12: string;
|
|
24331
24331
|
};
|
|
24332
|
-
|
|
24332
|
+
dark_blue_alt1_DrawerFrame: {
|
|
24333
24333
|
background: string;
|
|
24334
24334
|
backgroundHover: string;
|
|
24335
24335
|
backgroundPress: string;
|
|
@@ -24359,7 +24359,7 @@ export declare const themes: {
|
|
|
24359
24359
|
color11: string;
|
|
24360
24360
|
color12: string;
|
|
24361
24361
|
};
|
|
24362
|
-
|
|
24362
|
+
dark_blue_alt1_Progress: {
|
|
24363
24363
|
background: string;
|
|
24364
24364
|
backgroundHover: string;
|
|
24365
24365
|
backgroundPress: string;
|
|
@@ -24389,7 +24389,7 @@ export declare const themes: {
|
|
|
24389
24389
|
color11: string;
|
|
24390
24390
|
color12: string;
|
|
24391
24391
|
};
|
|
24392
|
-
|
|
24392
|
+
dark_blue_alt1_TooltipArrow: {
|
|
24393
24393
|
background: string;
|
|
24394
24394
|
backgroundHover: string;
|
|
24395
24395
|
backgroundPress: string;
|
|
@@ -24419,7 +24419,7 @@ export declare const themes: {
|
|
|
24419
24419
|
color11: string;
|
|
24420
24420
|
color12: string;
|
|
24421
24421
|
};
|
|
24422
|
-
|
|
24422
|
+
dark_blue_alt1_SliderTrackActive: {
|
|
24423
24423
|
background: string;
|
|
24424
24424
|
backgroundHover: string;
|
|
24425
24425
|
backgroundPress: string;
|
|
@@ -24839,7 +24839,7 @@ export declare const themes: {
|
|
|
24839
24839
|
color11: string;
|
|
24840
24840
|
color12: string;
|
|
24841
24841
|
};
|
|
24842
|
-
|
|
24842
|
+
dark_blue_alt2_Switch: {
|
|
24843
24843
|
background: string;
|
|
24844
24844
|
backgroundHover: string;
|
|
24845
24845
|
backgroundPress: string;
|
|
@@ -24869,7 +24869,7 @@ export declare const themes: {
|
|
|
24869
24869
|
color11: string;
|
|
24870
24870
|
color12: string;
|
|
24871
24871
|
};
|
|
24872
|
-
|
|
24872
|
+
dark_blue_alt2_SwitchThumb: {
|
|
24873
24873
|
background: string;
|
|
24874
24874
|
backgroundHover: string;
|
|
24875
24875
|
backgroundPress: string;
|
|
@@ -24899,7 +24899,7 @@ export declare const themes: {
|
|
|
24899
24899
|
color11: string;
|
|
24900
24900
|
color12: string;
|
|
24901
24901
|
};
|
|
24902
|
-
|
|
24902
|
+
dark_blue_alt2_TooltipContent: {
|
|
24903
24903
|
background: string;
|
|
24904
24904
|
backgroundHover: string;
|
|
24905
24905
|
backgroundPress: string;
|
|
@@ -24929,7 +24929,7 @@ export declare const themes: {
|
|
|
24929
24929
|
color11: string;
|
|
24930
24930
|
color12: string;
|
|
24931
24931
|
};
|
|
24932
|
-
|
|
24932
|
+
dark_blue_alt2_DrawerFrame: {
|
|
24933
24933
|
background: string;
|
|
24934
24934
|
backgroundHover: string;
|
|
24935
24935
|
backgroundPress: string;
|
|
@@ -24959,7 +24959,7 @@ export declare const themes: {
|
|
|
24959
24959
|
color11: string;
|
|
24960
24960
|
color12: string;
|
|
24961
24961
|
};
|
|
24962
|
-
|
|
24962
|
+
dark_blue_alt2_Progress: {
|
|
24963
24963
|
background: string;
|
|
24964
24964
|
backgroundHover: string;
|
|
24965
24965
|
backgroundPress: string;
|
|
@@ -24989,7 +24989,7 @@ export declare const themes: {
|
|
|
24989
24989
|
color11: string;
|
|
24990
24990
|
color12: string;
|
|
24991
24991
|
};
|
|
24992
|
-
|
|
24992
|
+
dark_blue_alt2_TooltipArrow: {
|
|
24993
24993
|
background: string;
|
|
24994
24994
|
backgroundHover: string;
|
|
24995
24995
|
backgroundPress: string;
|
|
@@ -25019,7 +25019,7 @@ export declare const themes: {
|
|
|
25019
25019
|
color11: string;
|
|
25020
25020
|
color12: string;
|
|
25021
25021
|
};
|
|
25022
|
-
|
|
25022
|
+
dark_blue_alt2_SliderTrackActive: {
|
|
25023
25023
|
background: string;
|
|
25024
25024
|
backgroundHover: string;
|
|
25025
25025
|
backgroundPress: string;
|
|
@@ -25439,7 +25439,7 @@ export declare const themes: {
|
|
|
25439
25439
|
color11: string;
|
|
25440
25440
|
color12: string;
|
|
25441
25441
|
};
|
|
25442
|
-
|
|
25442
|
+
dark_blue_active_Switch: {
|
|
25443
25443
|
background: string;
|
|
25444
25444
|
backgroundHover: string;
|
|
25445
25445
|
backgroundPress: string;
|
|
@@ -25469,7 +25469,7 @@ export declare const themes: {
|
|
|
25469
25469
|
color11: string;
|
|
25470
25470
|
color12: string;
|
|
25471
25471
|
};
|
|
25472
|
-
|
|
25472
|
+
dark_blue_active_SwitchThumb: {
|
|
25473
25473
|
background: string;
|
|
25474
25474
|
backgroundHover: string;
|
|
25475
25475
|
backgroundPress: string;
|
|
@@ -25499,7 +25499,7 @@ export declare const themes: {
|
|
|
25499
25499
|
color11: string;
|
|
25500
25500
|
color12: string;
|
|
25501
25501
|
};
|
|
25502
|
-
|
|
25502
|
+
dark_blue_active_TooltipContent: {
|
|
25503
25503
|
background: string;
|
|
25504
25504
|
backgroundHover: string;
|
|
25505
25505
|
backgroundPress: string;
|
|
@@ -25529,7 +25529,7 @@ export declare const themes: {
|
|
|
25529
25529
|
color11: string;
|
|
25530
25530
|
color12: string;
|
|
25531
25531
|
};
|
|
25532
|
-
|
|
25532
|
+
dark_blue_active_DrawerFrame: {
|
|
25533
25533
|
background: string;
|
|
25534
25534
|
backgroundHover: string;
|
|
25535
25535
|
backgroundPress: string;
|
|
@@ -25559,7 +25559,7 @@ export declare const themes: {
|
|
|
25559
25559
|
color11: string;
|
|
25560
25560
|
color12: string;
|
|
25561
25561
|
};
|
|
25562
|
-
|
|
25562
|
+
dark_blue_active_Progress: {
|
|
25563
25563
|
background: string;
|
|
25564
25564
|
backgroundHover: string;
|
|
25565
25565
|
backgroundPress: string;
|
|
@@ -25589,7 +25589,7 @@ export declare const themes: {
|
|
|
25589
25589
|
color11: string;
|
|
25590
25590
|
color12: string;
|
|
25591
25591
|
};
|
|
25592
|
-
|
|
25592
|
+
dark_blue_active_TooltipArrow: {
|
|
25593
25593
|
background: string;
|
|
25594
25594
|
backgroundHover: string;
|
|
25595
25595
|
backgroundPress: string;
|
|
@@ -25619,7 +25619,7 @@ export declare const themes: {
|
|
|
25619
25619
|
color11: string;
|
|
25620
25620
|
color12: string;
|
|
25621
25621
|
};
|
|
25622
|
-
|
|
25622
|
+
dark_blue_active_SliderTrackActive: {
|
|
25623
25623
|
background: string;
|
|
25624
25624
|
backgroundHover: string;
|
|
25625
25625
|
backgroundPress: string;
|
|
@@ -26039,7 +26039,7 @@ export declare const themes: {
|
|
|
26039
26039
|
color11: string;
|
|
26040
26040
|
color12: string;
|
|
26041
26041
|
};
|
|
26042
|
-
|
|
26042
|
+
dark_green_alt1_Switch: {
|
|
26043
26043
|
background: string;
|
|
26044
26044
|
backgroundHover: string;
|
|
26045
26045
|
backgroundPress: string;
|
|
@@ -26069,7 +26069,7 @@ export declare const themes: {
|
|
|
26069
26069
|
color11: string;
|
|
26070
26070
|
color12: string;
|
|
26071
26071
|
};
|
|
26072
|
-
|
|
26072
|
+
dark_green_alt1_SwitchThumb: {
|
|
26073
26073
|
background: string;
|
|
26074
26074
|
backgroundHover: string;
|
|
26075
26075
|
backgroundPress: string;
|
|
@@ -26099,7 +26099,7 @@ export declare const themes: {
|
|
|
26099
26099
|
color11: string;
|
|
26100
26100
|
color12: string;
|
|
26101
26101
|
};
|
|
26102
|
-
|
|
26102
|
+
dark_green_alt1_TooltipContent: {
|
|
26103
26103
|
background: string;
|
|
26104
26104
|
backgroundHover: string;
|
|
26105
26105
|
backgroundPress: string;
|
|
@@ -26129,7 +26129,7 @@ export declare const themes: {
|
|
|
26129
26129
|
color11: string;
|
|
26130
26130
|
color12: string;
|
|
26131
26131
|
};
|
|
26132
|
-
|
|
26132
|
+
dark_green_alt1_DrawerFrame: {
|
|
26133
26133
|
background: string;
|
|
26134
26134
|
backgroundHover: string;
|
|
26135
26135
|
backgroundPress: string;
|
|
@@ -26159,7 +26159,7 @@ export declare const themes: {
|
|
|
26159
26159
|
color11: string;
|
|
26160
26160
|
color12: string;
|
|
26161
26161
|
};
|
|
26162
|
-
|
|
26162
|
+
dark_green_alt1_Progress: {
|
|
26163
26163
|
background: string;
|
|
26164
26164
|
backgroundHover: string;
|
|
26165
26165
|
backgroundPress: string;
|
|
@@ -26189,7 +26189,7 @@ export declare const themes: {
|
|
|
26189
26189
|
color11: string;
|
|
26190
26190
|
color12: string;
|
|
26191
26191
|
};
|
|
26192
|
-
|
|
26192
|
+
dark_green_alt1_TooltipArrow: {
|
|
26193
26193
|
background: string;
|
|
26194
26194
|
backgroundHover: string;
|
|
26195
26195
|
backgroundPress: string;
|
|
@@ -26219,7 +26219,7 @@ export declare const themes: {
|
|
|
26219
26219
|
color11: string;
|
|
26220
26220
|
color12: string;
|
|
26221
26221
|
};
|
|
26222
|
-
|
|
26222
|
+
dark_green_alt1_SliderTrackActive: {
|
|
26223
26223
|
background: string;
|
|
26224
26224
|
backgroundHover: string;
|
|
26225
26225
|
backgroundPress: string;
|
|
@@ -26639,7 +26639,7 @@ export declare const themes: {
|
|
|
26639
26639
|
color11: string;
|
|
26640
26640
|
color12: string;
|
|
26641
26641
|
};
|
|
26642
|
-
|
|
26642
|
+
dark_green_alt2_Switch: {
|
|
26643
26643
|
background: string;
|
|
26644
26644
|
backgroundHover: string;
|
|
26645
26645
|
backgroundPress: string;
|
|
@@ -26669,7 +26669,7 @@ export declare const themes: {
|
|
|
26669
26669
|
color11: string;
|
|
26670
26670
|
color12: string;
|
|
26671
26671
|
};
|
|
26672
|
-
|
|
26672
|
+
dark_green_alt2_SwitchThumb: {
|
|
26673
26673
|
background: string;
|
|
26674
26674
|
backgroundHover: string;
|
|
26675
26675
|
backgroundPress: string;
|
|
@@ -26699,7 +26699,7 @@ export declare const themes: {
|
|
|
26699
26699
|
color11: string;
|
|
26700
26700
|
color12: string;
|
|
26701
26701
|
};
|
|
26702
|
-
|
|
26702
|
+
dark_green_alt2_TooltipContent: {
|
|
26703
26703
|
background: string;
|
|
26704
26704
|
backgroundHover: string;
|
|
26705
26705
|
backgroundPress: string;
|
|
@@ -26729,7 +26729,7 @@ export declare const themes: {
|
|
|
26729
26729
|
color11: string;
|
|
26730
26730
|
color12: string;
|
|
26731
26731
|
};
|
|
26732
|
-
|
|
26732
|
+
dark_green_alt2_DrawerFrame: {
|
|
26733
26733
|
background: string;
|
|
26734
26734
|
backgroundHover: string;
|
|
26735
26735
|
backgroundPress: string;
|
|
@@ -26759,7 +26759,7 @@ export declare const themes: {
|
|
|
26759
26759
|
color11: string;
|
|
26760
26760
|
color12: string;
|
|
26761
26761
|
};
|
|
26762
|
-
|
|
26762
|
+
dark_green_alt2_Progress: {
|
|
26763
26763
|
background: string;
|
|
26764
26764
|
backgroundHover: string;
|
|
26765
26765
|
backgroundPress: string;
|
|
@@ -26789,7 +26789,7 @@ export declare const themes: {
|
|
|
26789
26789
|
color11: string;
|
|
26790
26790
|
color12: string;
|
|
26791
26791
|
};
|
|
26792
|
-
|
|
26792
|
+
dark_green_alt2_TooltipArrow: {
|
|
26793
26793
|
background: string;
|
|
26794
26794
|
backgroundHover: string;
|
|
26795
26795
|
backgroundPress: string;
|
|
@@ -26819,7 +26819,7 @@ export declare const themes: {
|
|
|
26819
26819
|
color11: string;
|
|
26820
26820
|
color12: string;
|
|
26821
26821
|
};
|
|
26822
|
-
|
|
26822
|
+
dark_green_alt2_SliderTrackActive: {
|
|
26823
26823
|
background: string;
|
|
26824
26824
|
backgroundHover: string;
|
|
26825
26825
|
backgroundPress: string;
|
|
@@ -27239,7 +27239,7 @@ export declare const themes: {
|
|
|
27239
27239
|
color11: string;
|
|
27240
27240
|
color12: string;
|
|
27241
27241
|
};
|
|
27242
|
-
|
|
27242
|
+
dark_green_active_Switch: {
|
|
27243
27243
|
background: string;
|
|
27244
27244
|
backgroundHover: string;
|
|
27245
27245
|
backgroundPress: string;
|
|
@@ -27269,7 +27269,7 @@ export declare const themes: {
|
|
|
27269
27269
|
color11: string;
|
|
27270
27270
|
color12: string;
|
|
27271
27271
|
};
|
|
27272
|
-
|
|
27272
|
+
dark_green_active_SwitchThumb: {
|
|
27273
27273
|
background: string;
|
|
27274
27274
|
backgroundHover: string;
|
|
27275
27275
|
backgroundPress: string;
|
|
@@ -27299,7 +27299,7 @@ export declare const themes: {
|
|
|
27299
27299
|
color11: string;
|
|
27300
27300
|
color12: string;
|
|
27301
27301
|
};
|
|
27302
|
-
|
|
27302
|
+
dark_green_active_TooltipContent: {
|
|
27303
27303
|
background: string;
|
|
27304
27304
|
backgroundHover: string;
|
|
27305
27305
|
backgroundPress: string;
|
|
@@ -27329,7 +27329,7 @@ export declare const themes: {
|
|
|
27329
27329
|
color11: string;
|
|
27330
27330
|
color12: string;
|
|
27331
27331
|
};
|
|
27332
|
-
|
|
27332
|
+
dark_green_active_DrawerFrame: {
|
|
27333
27333
|
background: string;
|
|
27334
27334
|
backgroundHover: string;
|
|
27335
27335
|
backgroundPress: string;
|
|
@@ -27359,7 +27359,7 @@ export declare const themes: {
|
|
|
27359
27359
|
color11: string;
|
|
27360
27360
|
color12: string;
|
|
27361
27361
|
};
|
|
27362
|
-
|
|
27362
|
+
dark_green_active_Progress: {
|
|
27363
27363
|
background: string;
|
|
27364
27364
|
backgroundHover: string;
|
|
27365
27365
|
backgroundPress: string;
|
|
@@ -27389,7 +27389,7 @@ export declare const themes: {
|
|
|
27389
27389
|
color11: string;
|
|
27390
27390
|
color12: string;
|
|
27391
27391
|
};
|
|
27392
|
-
|
|
27392
|
+
dark_green_active_TooltipArrow: {
|
|
27393
27393
|
background: string;
|
|
27394
27394
|
backgroundHover: string;
|
|
27395
27395
|
backgroundPress: string;
|
|
@@ -27419,7 +27419,7 @@ export declare const themes: {
|
|
|
27419
27419
|
color11: string;
|
|
27420
27420
|
color12: string;
|
|
27421
27421
|
};
|
|
27422
|
-
|
|
27422
|
+
dark_green_active_SliderTrackActive: {
|
|
27423
27423
|
background: string;
|
|
27424
27424
|
backgroundHover: string;
|
|
27425
27425
|
backgroundPress: string;
|
|
@@ -27839,7 +27839,7 @@ export declare const themes: {
|
|
|
27839
27839
|
color11: string;
|
|
27840
27840
|
color12: string;
|
|
27841
27841
|
};
|
|
27842
|
-
|
|
27842
|
+
dark_orange_alt1_Switch: {
|
|
27843
27843
|
background: string;
|
|
27844
27844
|
backgroundHover: string;
|
|
27845
27845
|
backgroundPress: string;
|
|
@@ -27869,7 +27869,7 @@ export declare const themes: {
|
|
|
27869
27869
|
color11: string;
|
|
27870
27870
|
color12: string;
|
|
27871
27871
|
};
|
|
27872
|
-
|
|
27872
|
+
dark_orange_alt1_SwitchThumb: {
|
|
27873
27873
|
background: string;
|
|
27874
27874
|
backgroundHover: string;
|
|
27875
27875
|
backgroundPress: string;
|
|
@@ -27899,7 +27899,7 @@ export declare const themes: {
|
|
|
27899
27899
|
color11: string;
|
|
27900
27900
|
color12: string;
|
|
27901
27901
|
};
|
|
27902
|
-
|
|
27902
|
+
dark_orange_alt1_TooltipContent: {
|
|
27903
27903
|
background: string;
|
|
27904
27904
|
backgroundHover: string;
|
|
27905
27905
|
backgroundPress: string;
|
|
@@ -27929,7 +27929,7 @@ export declare const themes: {
|
|
|
27929
27929
|
color11: string;
|
|
27930
27930
|
color12: string;
|
|
27931
27931
|
};
|
|
27932
|
-
|
|
27932
|
+
dark_orange_alt1_DrawerFrame: {
|
|
27933
27933
|
background: string;
|
|
27934
27934
|
backgroundHover: string;
|
|
27935
27935
|
backgroundPress: string;
|
|
@@ -27959,7 +27959,7 @@ export declare const themes: {
|
|
|
27959
27959
|
color11: string;
|
|
27960
27960
|
color12: string;
|
|
27961
27961
|
};
|
|
27962
|
-
|
|
27962
|
+
dark_orange_alt1_Progress: {
|
|
27963
27963
|
background: string;
|
|
27964
27964
|
backgroundHover: string;
|
|
27965
27965
|
backgroundPress: string;
|
|
@@ -27989,7 +27989,7 @@ export declare const themes: {
|
|
|
27989
27989
|
color11: string;
|
|
27990
27990
|
color12: string;
|
|
27991
27991
|
};
|
|
27992
|
-
|
|
27992
|
+
dark_orange_alt1_TooltipArrow: {
|
|
27993
27993
|
background: string;
|
|
27994
27994
|
backgroundHover: string;
|
|
27995
27995
|
backgroundPress: string;
|
|
@@ -28019,7 +28019,7 @@ export declare const themes: {
|
|
|
28019
28019
|
color11: string;
|
|
28020
28020
|
color12: string;
|
|
28021
28021
|
};
|
|
28022
|
-
|
|
28022
|
+
dark_orange_alt1_SliderTrackActive: {
|
|
28023
28023
|
background: string;
|
|
28024
28024
|
backgroundHover: string;
|
|
28025
28025
|
backgroundPress: string;
|
|
@@ -28439,7 +28439,7 @@ export declare const themes: {
|
|
|
28439
28439
|
color11: string;
|
|
28440
28440
|
color12: string;
|
|
28441
28441
|
};
|
|
28442
|
-
|
|
28442
|
+
dark_orange_alt2_Switch: {
|
|
28443
28443
|
background: string;
|
|
28444
28444
|
backgroundHover: string;
|
|
28445
28445
|
backgroundPress: string;
|
|
@@ -28469,7 +28469,7 @@ export declare const themes: {
|
|
|
28469
28469
|
color11: string;
|
|
28470
28470
|
color12: string;
|
|
28471
28471
|
};
|
|
28472
|
-
|
|
28472
|
+
dark_orange_alt2_SwitchThumb: {
|
|
28473
28473
|
background: string;
|
|
28474
28474
|
backgroundHover: string;
|
|
28475
28475
|
backgroundPress: string;
|
|
@@ -28499,7 +28499,7 @@ export declare const themes: {
|
|
|
28499
28499
|
color11: string;
|
|
28500
28500
|
color12: string;
|
|
28501
28501
|
};
|
|
28502
|
-
|
|
28502
|
+
dark_orange_alt2_TooltipContent: {
|
|
28503
28503
|
background: string;
|
|
28504
28504
|
backgroundHover: string;
|
|
28505
28505
|
backgroundPress: string;
|
|
@@ -28529,7 +28529,7 @@ export declare const themes: {
|
|
|
28529
28529
|
color11: string;
|
|
28530
28530
|
color12: string;
|
|
28531
28531
|
};
|
|
28532
|
-
|
|
28532
|
+
dark_orange_alt2_DrawerFrame: {
|
|
28533
28533
|
background: string;
|
|
28534
28534
|
backgroundHover: string;
|
|
28535
28535
|
backgroundPress: string;
|
|
@@ -28559,7 +28559,7 @@ export declare const themes: {
|
|
|
28559
28559
|
color11: string;
|
|
28560
28560
|
color12: string;
|
|
28561
28561
|
};
|
|
28562
|
-
|
|
28562
|
+
dark_orange_alt2_Progress: {
|
|
28563
28563
|
background: string;
|
|
28564
28564
|
backgroundHover: string;
|
|
28565
28565
|
backgroundPress: string;
|
|
@@ -28589,7 +28589,7 @@ export declare const themes: {
|
|
|
28589
28589
|
color11: string;
|
|
28590
28590
|
color12: string;
|
|
28591
28591
|
};
|
|
28592
|
-
|
|
28592
|
+
dark_orange_alt2_TooltipArrow: {
|
|
28593
28593
|
background: string;
|
|
28594
28594
|
backgroundHover: string;
|
|
28595
28595
|
backgroundPress: string;
|
|
@@ -28619,7 +28619,7 @@ export declare const themes: {
|
|
|
28619
28619
|
color11: string;
|
|
28620
28620
|
color12: string;
|
|
28621
28621
|
};
|
|
28622
|
-
|
|
28622
|
+
dark_orange_alt2_SliderTrackActive: {
|
|
28623
28623
|
background: string;
|
|
28624
28624
|
backgroundHover: string;
|
|
28625
28625
|
backgroundPress: string;
|
|
@@ -29039,7 +29039,7 @@ export declare const themes: {
|
|
|
29039
29039
|
color11: string;
|
|
29040
29040
|
color12: string;
|
|
29041
29041
|
};
|
|
29042
|
-
|
|
29042
|
+
dark_orange_active_Switch: {
|
|
29043
29043
|
background: string;
|
|
29044
29044
|
backgroundHover: string;
|
|
29045
29045
|
backgroundPress: string;
|
|
@@ -29069,7 +29069,7 @@ export declare const themes: {
|
|
|
29069
29069
|
color11: string;
|
|
29070
29070
|
color12: string;
|
|
29071
29071
|
};
|
|
29072
|
-
|
|
29072
|
+
dark_orange_active_SwitchThumb: {
|
|
29073
29073
|
background: string;
|
|
29074
29074
|
backgroundHover: string;
|
|
29075
29075
|
backgroundPress: string;
|
|
@@ -29099,7 +29099,7 @@ export declare const themes: {
|
|
|
29099
29099
|
color11: string;
|
|
29100
29100
|
color12: string;
|
|
29101
29101
|
};
|
|
29102
|
-
|
|
29102
|
+
dark_orange_active_TooltipContent: {
|
|
29103
29103
|
background: string;
|
|
29104
29104
|
backgroundHover: string;
|
|
29105
29105
|
backgroundPress: string;
|
|
@@ -29129,7 +29129,7 @@ export declare const themes: {
|
|
|
29129
29129
|
color11: string;
|
|
29130
29130
|
color12: string;
|
|
29131
29131
|
};
|
|
29132
|
-
|
|
29132
|
+
dark_orange_active_DrawerFrame: {
|
|
29133
29133
|
background: string;
|
|
29134
29134
|
backgroundHover: string;
|
|
29135
29135
|
backgroundPress: string;
|
|
@@ -29159,7 +29159,7 @@ export declare const themes: {
|
|
|
29159
29159
|
color11: string;
|
|
29160
29160
|
color12: string;
|
|
29161
29161
|
};
|
|
29162
|
-
|
|
29162
|
+
dark_orange_active_Progress: {
|
|
29163
29163
|
background: string;
|
|
29164
29164
|
backgroundHover: string;
|
|
29165
29165
|
backgroundPress: string;
|
|
@@ -29189,7 +29189,7 @@ export declare const themes: {
|
|
|
29189
29189
|
color11: string;
|
|
29190
29190
|
color12: string;
|
|
29191
29191
|
};
|
|
29192
|
-
|
|
29192
|
+
dark_orange_active_TooltipArrow: {
|
|
29193
29193
|
background: string;
|
|
29194
29194
|
backgroundHover: string;
|
|
29195
29195
|
backgroundPress: string;
|
|
@@ -29219,7 +29219,7 @@ export declare const themes: {
|
|
|
29219
29219
|
color11: string;
|
|
29220
29220
|
color12: string;
|
|
29221
29221
|
};
|
|
29222
|
-
|
|
29222
|
+
dark_orange_active_SliderTrackActive: {
|
|
29223
29223
|
background: string;
|
|
29224
29224
|
backgroundHover: string;
|
|
29225
29225
|
backgroundPress: string;
|
|
@@ -29639,7 +29639,7 @@ export declare const themes: {
|
|
|
29639
29639
|
color11: string;
|
|
29640
29640
|
color12: string;
|
|
29641
29641
|
};
|
|
29642
|
-
|
|
29642
|
+
dark_pink_alt1_Switch: {
|
|
29643
29643
|
background: string;
|
|
29644
29644
|
backgroundHover: string;
|
|
29645
29645
|
backgroundPress: string;
|
|
@@ -29669,7 +29669,7 @@ export declare const themes: {
|
|
|
29669
29669
|
color11: string;
|
|
29670
29670
|
color12: string;
|
|
29671
29671
|
};
|
|
29672
|
-
|
|
29672
|
+
dark_pink_alt1_SwitchThumb: {
|
|
29673
29673
|
background: string;
|
|
29674
29674
|
backgroundHover: string;
|
|
29675
29675
|
backgroundPress: string;
|
|
@@ -29699,7 +29699,7 @@ export declare const themes: {
|
|
|
29699
29699
|
color11: string;
|
|
29700
29700
|
color12: string;
|
|
29701
29701
|
};
|
|
29702
|
-
|
|
29702
|
+
dark_pink_alt1_TooltipContent: {
|
|
29703
29703
|
background: string;
|
|
29704
29704
|
backgroundHover: string;
|
|
29705
29705
|
backgroundPress: string;
|
|
@@ -29729,7 +29729,7 @@ export declare const themes: {
|
|
|
29729
29729
|
color11: string;
|
|
29730
29730
|
color12: string;
|
|
29731
29731
|
};
|
|
29732
|
-
|
|
29732
|
+
dark_pink_alt1_DrawerFrame: {
|
|
29733
29733
|
background: string;
|
|
29734
29734
|
backgroundHover: string;
|
|
29735
29735
|
backgroundPress: string;
|
|
@@ -29759,7 +29759,7 @@ export declare const themes: {
|
|
|
29759
29759
|
color11: string;
|
|
29760
29760
|
color12: string;
|
|
29761
29761
|
};
|
|
29762
|
-
|
|
29762
|
+
dark_pink_alt1_Progress: {
|
|
29763
29763
|
background: string;
|
|
29764
29764
|
backgroundHover: string;
|
|
29765
29765
|
backgroundPress: string;
|
|
@@ -29789,7 +29789,7 @@ export declare const themes: {
|
|
|
29789
29789
|
color11: string;
|
|
29790
29790
|
color12: string;
|
|
29791
29791
|
};
|
|
29792
|
-
|
|
29792
|
+
dark_pink_alt1_TooltipArrow: {
|
|
29793
29793
|
background: string;
|
|
29794
29794
|
backgroundHover: string;
|
|
29795
29795
|
backgroundPress: string;
|
|
@@ -29819,7 +29819,7 @@ export declare const themes: {
|
|
|
29819
29819
|
color11: string;
|
|
29820
29820
|
color12: string;
|
|
29821
29821
|
};
|
|
29822
|
-
|
|
29822
|
+
dark_pink_alt1_SliderTrackActive: {
|
|
29823
29823
|
background: string;
|
|
29824
29824
|
backgroundHover: string;
|
|
29825
29825
|
backgroundPress: string;
|
|
@@ -30239,7 +30239,7 @@ export declare const themes: {
|
|
|
30239
30239
|
color11: string;
|
|
30240
30240
|
color12: string;
|
|
30241
30241
|
};
|
|
30242
|
-
|
|
30242
|
+
dark_pink_alt2_Switch: {
|
|
30243
30243
|
background: string;
|
|
30244
30244
|
backgroundHover: string;
|
|
30245
30245
|
backgroundPress: string;
|
|
@@ -30269,7 +30269,7 @@ export declare const themes: {
|
|
|
30269
30269
|
color11: string;
|
|
30270
30270
|
color12: string;
|
|
30271
30271
|
};
|
|
30272
|
-
|
|
30272
|
+
dark_pink_alt2_SwitchThumb: {
|
|
30273
30273
|
background: string;
|
|
30274
30274
|
backgroundHover: string;
|
|
30275
30275
|
backgroundPress: string;
|
|
@@ -30299,7 +30299,7 @@ export declare const themes: {
|
|
|
30299
30299
|
color11: string;
|
|
30300
30300
|
color12: string;
|
|
30301
30301
|
};
|
|
30302
|
-
|
|
30302
|
+
dark_pink_alt2_TooltipContent: {
|
|
30303
30303
|
background: string;
|
|
30304
30304
|
backgroundHover: string;
|
|
30305
30305
|
backgroundPress: string;
|
|
@@ -30329,7 +30329,7 @@ export declare const themes: {
|
|
|
30329
30329
|
color11: string;
|
|
30330
30330
|
color12: string;
|
|
30331
30331
|
};
|
|
30332
|
-
|
|
30332
|
+
dark_pink_alt2_DrawerFrame: {
|
|
30333
30333
|
background: string;
|
|
30334
30334
|
backgroundHover: string;
|
|
30335
30335
|
backgroundPress: string;
|
|
@@ -30359,7 +30359,7 @@ export declare const themes: {
|
|
|
30359
30359
|
color11: string;
|
|
30360
30360
|
color12: string;
|
|
30361
30361
|
};
|
|
30362
|
-
|
|
30362
|
+
dark_pink_alt2_Progress: {
|
|
30363
30363
|
background: string;
|
|
30364
30364
|
backgroundHover: string;
|
|
30365
30365
|
backgroundPress: string;
|
|
@@ -30389,7 +30389,7 @@ export declare const themes: {
|
|
|
30389
30389
|
color11: string;
|
|
30390
30390
|
color12: string;
|
|
30391
30391
|
};
|
|
30392
|
-
|
|
30392
|
+
dark_pink_alt2_TooltipArrow: {
|
|
30393
30393
|
background: string;
|
|
30394
30394
|
backgroundHover: string;
|
|
30395
30395
|
backgroundPress: string;
|
|
@@ -30419,7 +30419,7 @@ export declare const themes: {
|
|
|
30419
30419
|
color11: string;
|
|
30420
30420
|
color12: string;
|
|
30421
30421
|
};
|
|
30422
|
-
|
|
30422
|
+
dark_pink_alt2_SliderTrackActive: {
|
|
30423
30423
|
background: string;
|
|
30424
30424
|
backgroundHover: string;
|
|
30425
30425
|
backgroundPress: string;
|
|
@@ -30839,7 +30839,7 @@ export declare const themes: {
|
|
|
30839
30839
|
color11: string;
|
|
30840
30840
|
color12: string;
|
|
30841
30841
|
};
|
|
30842
|
-
|
|
30842
|
+
dark_pink_active_Switch: {
|
|
30843
30843
|
background: string;
|
|
30844
30844
|
backgroundHover: string;
|
|
30845
30845
|
backgroundPress: string;
|
|
@@ -30869,7 +30869,7 @@ export declare const themes: {
|
|
|
30869
30869
|
color11: string;
|
|
30870
30870
|
color12: string;
|
|
30871
30871
|
};
|
|
30872
|
-
|
|
30872
|
+
dark_pink_active_SwitchThumb: {
|
|
30873
30873
|
background: string;
|
|
30874
30874
|
backgroundHover: string;
|
|
30875
30875
|
backgroundPress: string;
|
|
@@ -30899,7 +30899,7 @@ export declare const themes: {
|
|
|
30899
30899
|
color11: string;
|
|
30900
30900
|
color12: string;
|
|
30901
30901
|
};
|
|
30902
|
-
|
|
30902
|
+
dark_pink_active_TooltipContent: {
|
|
30903
30903
|
background: string;
|
|
30904
30904
|
backgroundHover: string;
|
|
30905
30905
|
backgroundPress: string;
|
|
@@ -30929,7 +30929,7 @@ export declare const themes: {
|
|
|
30929
30929
|
color11: string;
|
|
30930
30930
|
color12: string;
|
|
30931
30931
|
};
|
|
30932
|
-
|
|
30932
|
+
dark_pink_active_DrawerFrame: {
|
|
30933
30933
|
background: string;
|
|
30934
30934
|
backgroundHover: string;
|
|
30935
30935
|
backgroundPress: string;
|
|
@@ -30959,7 +30959,7 @@ export declare const themes: {
|
|
|
30959
30959
|
color11: string;
|
|
30960
30960
|
color12: string;
|
|
30961
30961
|
};
|
|
30962
|
-
|
|
30962
|
+
dark_pink_active_Progress: {
|
|
30963
30963
|
background: string;
|
|
30964
30964
|
backgroundHover: string;
|
|
30965
30965
|
backgroundPress: string;
|
|
@@ -30989,7 +30989,7 @@ export declare const themes: {
|
|
|
30989
30989
|
color11: string;
|
|
30990
30990
|
color12: string;
|
|
30991
30991
|
};
|
|
30992
|
-
|
|
30992
|
+
dark_pink_active_TooltipArrow: {
|
|
30993
30993
|
background: string;
|
|
30994
30994
|
backgroundHover: string;
|
|
30995
30995
|
backgroundPress: string;
|
|
@@ -31019,7 +31019,7 @@ export declare const themes: {
|
|
|
31019
31019
|
color11: string;
|
|
31020
31020
|
color12: string;
|
|
31021
31021
|
};
|
|
31022
|
-
|
|
31022
|
+
dark_pink_active_SliderTrackActive: {
|
|
31023
31023
|
background: string;
|
|
31024
31024
|
backgroundHover: string;
|
|
31025
31025
|
backgroundPress: string;
|
|
@@ -31439,7 +31439,7 @@ export declare const themes: {
|
|
|
31439
31439
|
color11: string;
|
|
31440
31440
|
color12: string;
|
|
31441
31441
|
};
|
|
31442
|
-
|
|
31442
|
+
dark_purple_alt1_Switch: {
|
|
31443
31443
|
background: string;
|
|
31444
31444
|
backgroundHover: string;
|
|
31445
31445
|
backgroundPress: string;
|
|
@@ -31469,7 +31469,7 @@ export declare const themes: {
|
|
|
31469
31469
|
color11: string;
|
|
31470
31470
|
color12: string;
|
|
31471
31471
|
};
|
|
31472
|
-
|
|
31472
|
+
dark_purple_alt1_SwitchThumb: {
|
|
31473
31473
|
background: string;
|
|
31474
31474
|
backgroundHover: string;
|
|
31475
31475
|
backgroundPress: string;
|
|
@@ -31499,7 +31499,7 @@ export declare const themes: {
|
|
|
31499
31499
|
color11: string;
|
|
31500
31500
|
color12: string;
|
|
31501
31501
|
};
|
|
31502
|
-
|
|
31502
|
+
dark_purple_alt1_TooltipContent: {
|
|
31503
31503
|
background: string;
|
|
31504
31504
|
backgroundHover: string;
|
|
31505
31505
|
backgroundPress: string;
|
|
@@ -31529,7 +31529,7 @@ export declare const themes: {
|
|
|
31529
31529
|
color11: string;
|
|
31530
31530
|
color12: string;
|
|
31531
31531
|
};
|
|
31532
|
-
|
|
31532
|
+
dark_purple_alt1_DrawerFrame: {
|
|
31533
31533
|
background: string;
|
|
31534
31534
|
backgroundHover: string;
|
|
31535
31535
|
backgroundPress: string;
|
|
@@ -31559,7 +31559,7 @@ export declare const themes: {
|
|
|
31559
31559
|
color11: string;
|
|
31560
31560
|
color12: string;
|
|
31561
31561
|
};
|
|
31562
|
-
|
|
31562
|
+
dark_purple_alt1_Progress: {
|
|
31563
31563
|
background: string;
|
|
31564
31564
|
backgroundHover: string;
|
|
31565
31565
|
backgroundPress: string;
|
|
@@ -31589,7 +31589,7 @@ export declare const themes: {
|
|
|
31589
31589
|
color11: string;
|
|
31590
31590
|
color12: string;
|
|
31591
31591
|
};
|
|
31592
|
-
|
|
31592
|
+
dark_purple_alt1_TooltipArrow: {
|
|
31593
31593
|
background: string;
|
|
31594
31594
|
backgroundHover: string;
|
|
31595
31595
|
backgroundPress: string;
|
|
@@ -31619,7 +31619,7 @@ export declare const themes: {
|
|
|
31619
31619
|
color11: string;
|
|
31620
31620
|
color12: string;
|
|
31621
31621
|
};
|
|
31622
|
-
|
|
31622
|
+
dark_purple_alt1_SliderTrackActive: {
|
|
31623
31623
|
background: string;
|
|
31624
31624
|
backgroundHover: string;
|
|
31625
31625
|
backgroundPress: string;
|
|
@@ -32039,7 +32039,7 @@ export declare const themes: {
|
|
|
32039
32039
|
color11: string;
|
|
32040
32040
|
color12: string;
|
|
32041
32041
|
};
|
|
32042
|
-
|
|
32042
|
+
dark_purple_alt2_Switch: {
|
|
32043
32043
|
background: string;
|
|
32044
32044
|
backgroundHover: string;
|
|
32045
32045
|
backgroundPress: string;
|
|
@@ -32069,7 +32069,7 @@ export declare const themes: {
|
|
|
32069
32069
|
color11: string;
|
|
32070
32070
|
color12: string;
|
|
32071
32071
|
};
|
|
32072
|
-
|
|
32072
|
+
dark_purple_alt2_SwitchThumb: {
|
|
32073
32073
|
background: string;
|
|
32074
32074
|
backgroundHover: string;
|
|
32075
32075
|
backgroundPress: string;
|
|
@@ -32099,7 +32099,7 @@ export declare const themes: {
|
|
|
32099
32099
|
color11: string;
|
|
32100
32100
|
color12: string;
|
|
32101
32101
|
};
|
|
32102
|
-
|
|
32102
|
+
dark_purple_alt2_TooltipContent: {
|
|
32103
32103
|
background: string;
|
|
32104
32104
|
backgroundHover: string;
|
|
32105
32105
|
backgroundPress: string;
|
|
@@ -32129,7 +32129,7 @@ export declare const themes: {
|
|
|
32129
32129
|
color11: string;
|
|
32130
32130
|
color12: string;
|
|
32131
32131
|
};
|
|
32132
|
-
|
|
32132
|
+
dark_purple_alt2_DrawerFrame: {
|
|
32133
32133
|
background: string;
|
|
32134
32134
|
backgroundHover: string;
|
|
32135
32135
|
backgroundPress: string;
|
|
@@ -32159,7 +32159,7 @@ export declare const themes: {
|
|
|
32159
32159
|
color11: string;
|
|
32160
32160
|
color12: string;
|
|
32161
32161
|
};
|
|
32162
|
-
|
|
32162
|
+
dark_purple_alt2_Progress: {
|
|
32163
32163
|
background: string;
|
|
32164
32164
|
backgroundHover: string;
|
|
32165
32165
|
backgroundPress: string;
|
|
@@ -32189,7 +32189,7 @@ export declare const themes: {
|
|
|
32189
32189
|
color11: string;
|
|
32190
32190
|
color12: string;
|
|
32191
32191
|
};
|
|
32192
|
-
|
|
32192
|
+
dark_purple_alt2_TooltipArrow: {
|
|
32193
32193
|
background: string;
|
|
32194
32194
|
backgroundHover: string;
|
|
32195
32195
|
backgroundPress: string;
|
|
@@ -32219,7 +32219,7 @@ export declare const themes: {
|
|
|
32219
32219
|
color11: string;
|
|
32220
32220
|
color12: string;
|
|
32221
32221
|
};
|
|
32222
|
-
|
|
32222
|
+
dark_purple_alt2_SliderTrackActive: {
|
|
32223
32223
|
background: string;
|
|
32224
32224
|
backgroundHover: string;
|
|
32225
32225
|
backgroundPress: string;
|
|
@@ -32639,7 +32639,7 @@ export declare const themes: {
|
|
|
32639
32639
|
color11: string;
|
|
32640
32640
|
color12: string;
|
|
32641
32641
|
};
|
|
32642
|
-
|
|
32642
|
+
dark_purple_active_Switch: {
|
|
32643
32643
|
background: string;
|
|
32644
32644
|
backgroundHover: string;
|
|
32645
32645
|
backgroundPress: string;
|
|
@@ -32669,7 +32669,7 @@ export declare const themes: {
|
|
|
32669
32669
|
color11: string;
|
|
32670
32670
|
color12: string;
|
|
32671
32671
|
};
|
|
32672
|
-
|
|
32672
|
+
dark_purple_active_SwitchThumb: {
|
|
32673
32673
|
background: string;
|
|
32674
32674
|
backgroundHover: string;
|
|
32675
32675
|
backgroundPress: string;
|
|
@@ -32699,7 +32699,7 @@ export declare const themes: {
|
|
|
32699
32699
|
color11: string;
|
|
32700
32700
|
color12: string;
|
|
32701
32701
|
};
|
|
32702
|
-
|
|
32702
|
+
dark_purple_active_TooltipContent: {
|
|
32703
32703
|
background: string;
|
|
32704
32704
|
backgroundHover: string;
|
|
32705
32705
|
backgroundPress: string;
|
|
@@ -32729,7 +32729,7 @@ export declare const themes: {
|
|
|
32729
32729
|
color11: string;
|
|
32730
32730
|
color12: string;
|
|
32731
32731
|
};
|
|
32732
|
-
|
|
32732
|
+
dark_purple_active_DrawerFrame: {
|
|
32733
32733
|
background: string;
|
|
32734
32734
|
backgroundHover: string;
|
|
32735
32735
|
backgroundPress: string;
|
|
@@ -32759,7 +32759,7 @@ export declare const themes: {
|
|
|
32759
32759
|
color11: string;
|
|
32760
32760
|
color12: string;
|
|
32761
32761
|
};
|
|
32762
|
-
|
|
32762
|
+
dark_purple_active_Progress: {
|
|
32763
32763
|
background: string;
|
|
32764
32764
|
backgroundHover: string;
|
|
32765
32765
|
backgroundPress: string;
|
|
@@ -32789,7 +32789,7 @@ export declare const themes: {
|
|
|
32789
32789
|
color11: string;
|
|
32790
32790
|
color12: string;
|
|
32791
32791
|
};
|
|
32792
|
-
|
|
32792
|
+
dark_purple_active_TooltipArrow: {
|
|
32793
32793
|
background: string;
|
|
32794
32794
|
backgroundHover: string;
|
|
32795
32795
|
backgroundPress: string;
|
|
@@ -32819,7 +32819,7 @@ export declare const themes: {
|
|
|
32819
32819
|
color11: string;
|
|
32820
32820
|
color12: string;
|
|
32821
32821
|
};
|
|
32822
|
-
|
|
32822
|
+
dark_purple_active_SliderTrackActive: {
|
|
32823
32823
|
background: string;
|
|
32824
32824
|
backgroundHover: string;
|
|
32825
32825
|
backgroundPress: string;
|
|
@@ -33239,7 +33239,7 @@ export declare const themes: {
|
|
|
33239
33239
|
color11: string;
|
|
33240
33240
|
color12: string;
|
|
33241
33241
|
};
|
|
33242
|
-
|
|
33242
|
+
dark_red_alt1_Switch: {
|
|
33243
33243
|
background: string;
|
|
33244
33244
|
backgroundHover: string;
|
|
33245
33245
|
backgroundPress: string;
|
|
@@ -33269,7 +33269,7 @@ export declare const themes: {
|
|
|
33269
33269
|
color11: string;
|
|
33270
33270
|
color12: string;
|
|
33271
33271
|
};
|
|
33272
|
-
|
|
33272
|
+
dark_red_alt1_SwitchThumb: {
|
|
33273
33273
|
background: string;
|
|
33274
33274
|
backgroundHover: string;
|
|
33275
33275
|
backgroundPress: string;
|
|
@@ -33299,7 +33299,7 @@ export declare const themes: {
|
|
|
33299
33299
|
color11: string;
|
|
33300
33300
|
color12: string;
|
|
33301
33301
|
};
|
|
33302
|
-
|
|
33302
|
+
dark_red_alt1_TooltipContent: {
|
|
33303
33303
|
background: string;
|
|
33304
33304
|
backgroundHover: string;
|
|
33305
33305
|
backgroundPress: string;
|
|
@@ -33329,7 +33329,7 @@ export declare const themes: {
|
|
|
33329
33329
|
color11: string;
|
|
33330
33330
|
color12: string;
|
|
33331
33331
|
};
|
|
33332
|
-
|
|
33332
|
+
dark_red_alt1_DrawerFrame: {
|
|
33333
33333
|
background: string;
|
|
33334
33334
|
backgroundHover: string;
|
|
33335
33335
|
backgroundPress: string;
|
|
@@ -33359,7 +33359,7 @@ export declare const themes: {
|
|
|
33359
33359
|
color11: string;
|
|
33360
33360
|
color12: string;
|
|
33361
33361
|
};
|
|
33362
|
-
|
|
33362
|
+
dark_red_alt1_Progress: {
|
|
33363
33363
|
background: string;
|
|
33364
33364
|
backgroundHover: string;
|
|
33365
33365
|
backgroundPress: string;
|
|
@@ -33389,7 +33389,7 @@ export declare const themes: {
|
|
|
33389
33389
|
color11: string;
|
|
33390
33390
|
color12: string;
|
|
33391
33391
|
};
|
|
33392
|
-
|
|
33392
|
+
dark_red_alt1_TooltipArrow: {
|
|
33393
33393
|
background: string;
|
|
33394
33394
|
backgroundHover: string;
|
|
33395
33395
|
backgroundPress: string;
|
|
@@ -33419,7 +33419,7 @@ export declare const themes: {
|
|
|
33419
33419
|
color11: string;
|
|
33420
33420
|
color12: string;
|
|
33421
33421
|
};
|
|
33422
|
-
|
|
33422
|
+
dark_red_alt1_SliderTrackActive: {
|
|
33423
33423
|
background: string;
|
|
33424
33424
|
backgroundHover: string;
|
|
33425
33425
|
backgroundPress: string;
|
|
@@ -33839,7 +33839,7 @@ export declare const themes: {
|
|
|
33839
33839
|
color11: string;
|
|
33840
33840
|
color12: string;
|
|
33841
33841
|
};
|
|
33842
|
-
|
|
33842
|
+
dark_red_alt2_Switch: {
|
|
33843
33843
|
background: string;
|
|
33844
33844
|
backgroundHover: string;
|
|
33845
33845
|
backgroundPress: string;
|
|
@@ -33869,7 +33869,7 @@ export declare const themes: {
|
|
|
33869
33869
|
color11: string;
|
|
33870
33870
|
color12: string;
|
|
33871
33871
|
};
|
|
33872
|
-
|
|
33872
|
+
dark_red_alt2_SwitchThumb: {
|
|
33873
33873
|
background: string;
|
|
33874
33874
|
backgroundHover: string;
|
|
33875
33875
|
backgroundPress: string;
|
|
@@ -33899,7 +33899,7 @@ export declare const themes: {
|
|
|
33899
33899
|
color11: string;
|
|
33900
33900
|
color12: string;
|
|
33901
33901
|
};
|
|
33902
|
-
|
|
33902
|
+
dark_red_alt2_TooltipContent: {
|
|
33903
33903
|
background: string;
|
|
33904
33904
|
backgroundHover: string;
|
|
33905
33905
|
backgroundPress: string;
|
|
@@ -33929,7 +33929,7 @@ export declare const themes: {
|
|
|
33929
33929
|
color11: string;
|
|
33930
33930
|
color12: string;
|
|
33931
33931
|
};
|
|
33932
|
-
|
|
33932
|
+
dark_red_alt2_DrawerFrame: {
|
|
33933
33933
|
background: string;
|
|
33934
33934
|
backgroundHover: string;
|
|
33935
33935
|
backgroundPress: string;
|
|
@@ -33959,7 +33959,7 @@ export declare const themes: {
|
|
|
33959
33959
|
color11: string;
|
|
33960
33960
|
color12: string;
|
|
33961
33961
|
};
|
|
33962
|
-
|
|
33962
|
+
dark_red_alt2_Progress: {
|
|
33963
33963
|
background: string;
|
|
33964
33964
|
backgroundHover: string;
|
|
33965
33965
|
backgroundPress: string;
|
|
@@ -33989,7 +33989,7 @@ export declare const themes: {
|
|
|
33989
33989
|
color11: string;
|
|
33990
33990
|
color12: string;
|
|
33991
33991
|
};
|
|
33992
|
-
|
|
33992
|
+
dark_red_alt2_TooltipArrow: {
|
|
33993
33993
|
background: string;
|
|
33994
33994
|
backgroundHover: string;
|
|
33995
33995
|
backgroundPress: string;
|
|
@@ -34019,7 +34019,7 @@ export declare const themes: {
|
|
|
34019
34019
|
color11: string;
|
|
34020
34020
|
color12: string;
|
|
34021
34021
|
};
|
|
34022
|
-
|
|
34022
|
+
dark_red_alt2_SliderTrackActive: {
|
|
34023
34023
|
background: string;
|
|
34024
34024
|
backgroundHover: string;
|
|
34025
34025
|
backgroundPress: string;
|
|
@@ -34439,7 +34439,7 @@ export declare const themes: {
|
|
|
34439
34439
|
color11: string;
|
|
34440
34440
|
color12: string;
|
|
34441
34441
|
};
|
|
34442
|
-
|
|
34442
|
+
dark_red_active_Switch: {
|
|
34443
34443
|
background: string;
|
|
34444
34444
|
backgroundHover: string;
|
|
34445
34445
|
backgroundPress: string;
|
|
@@ -34469,7 +34469,7 @@ export declare const themes: {
|
|
|
34469
34469
|
color11: string;
|
|
34470
34470
|
color12: string;
|
|
34471
34471
|
};
|
|
34472
|
-
|
|
34472
|
+
dark_red_active_SwitchThumb: {
|
|
34473
34473
|
background: string;
|
|
34474
34474
|
backgroundHover: string;
|
|
34475
34475
|
backgroundPress: string;
|
|
@@ -34499,7 +34499,7 @@ export declare const themes: {
|
|
|
34499
34499
|
color11: string;
|
|
34500
34500
|
color12: string;
|
|
34501
34501
|
};
|
|
34502
|
-
|
|
34502
|
+
dark_red_active_TooltipContent: {
|
|
34503
34503
|
background: string;
|
|
34504
34504
|
backgroundHover: string;
|
|
34505
34505
|
backgroundPress: string;
|
|
@@ -34529,7 +34529,7 @@ export declare const themes: {
|
|
|
34529
34529
|
color11: string;
|
|
34530
34530
|
color12: string;
|
|
34531
34531
|
};
|
|
34532
|
-
|
|
34532
|
+
dark_red_active_DrawerFrame: {
|
|
34533
34533
|
background: string;
|
|
34534
34534
|
backgroundHover: string;
|
|
34535
34535
|
backgroundPress: string;
|
|
@@ -34559,7 +34559,7 @@ export declare const themes: {
|
|
|
34559
34559
|
color11: string;
|
|
34560
34560
|
color12: string;
|
|
34561
34561
|
};
|
|
34562
|
-
|
|
34562
|
+
dark_red_active_Progress: {
|
|
34563
34563
|
background: string;
|
|
34564
34564
|
backgroundHover: string;
|
|
34565
34565
|
backgroundPress: string;
|
|
@@ -34589,7 +34589,7 @@ export declare const themes: {
|
|
|
34589
34589
|
color11: string;
|
|
34590
34590
|
color12: string;
|
|
34591
34591
|
};
|
|
34592
|
-
|
|
34592
|
+
dark_red_active_TooltipArrow: {
|
|
34593
34593
|
background: string;
|
|
34594
34594
|
backgroundHover: string;
|
|
34595
34595
|
backgroundPress: string;
|
|
@@ -34619,7 +34619,7 @@ export declare const themes: {
|
|
|
34619
34619
|
color11: string;
|
|
34620
34620
|
color12: string;
|
|
34621
34621
|
};
|
|
34622
|
-
|
|
34622
|
+
dark_red_active_SliderTrackActive: {
|
|
34623
34623
|
background: string;
|
|
34624
34624
|
backgroundHover: string;
|
|
34625
34625
|
backgroundPress: string;
|
|
@@ -35039,7 +35039,7 @@ export declare const themes: {
|
|
|
35039
35039
|
color11: string;
|
|
35040
35040
|
color12: string;
|
|
35041
35041
|
};
|
|
35042
|
-
|
|
35042
|
+
dark_yellow_alt1_Switch: {
|
|
35043
35043
|
background: string;
|
|
35044
35044
|
backgroundHover: string;
|
|
35045
35045
|
backgroundPress: string;
|
|
@@ -35069,7 +35069,7 @@ export declare const themes: {
|
|
|
35069
35069
|
color11: string;
|
|
35070
35070
|
color12: string;
|
|
35071
35071
|
};
|
|
35072
|
-
|
|
35072
|
+
dark_yellow_alt1_SwitchThumb: {
|
|
35073
35073
|
background: string;
|
|
35074
35074
|
backgroundHover: string;
|
|
35075
35075
|
backgroundPress: string;
|
|
@@ -35099,7 +35099,7 @@ export declare const themes: {
|
|
|
35099
35099
|
color11: string;
|
|
35100
35100
|
color12: string;
|
|
35101
35101
|
};
|
|
35102
|
-
|
|
35102
|
+
dark_yellow_alt1_TooltipContent: {
|
|
35103
35103
|
background: string;
|
|
35104
35104
|
backgroundHover: string;
|
|
35105
35105
|
backgroundPress: string;
|
|
@@ -35129,7 +35129,7 @@ export declare const themes: {
|
|
|
35129
35129
|
color11: string;
|
|
35130
35130
|
color12: string;
|
|
35131
35131
|
};
|
|
35132
|
-
|
|
35132
|
+
dark_yellow_alt1_DrawerFrame: {
|
|
35133
35133
|
background: string;
|
|
35134
35134
|
backgroundHover: string;
|
|
35135
35135
|
backgroundPress: string;
|
|
@@ -35159,7 +35159,7 @@ export declare const themes: {
|
|
|
35159
35159
|
color11: string;
|
|
35160
35160
|
color12: string;
|
|
35161
35161
|
};
|
|
35162
|
-
|
|
35162
|
+
dark_yellow_alt1_Progress: {
|
|
35163
35163
|
background: string;
|
|
35164
35164
|
backgroundHover: string;
|
|
35165
35165
|
backgroundPress: string;
|
|
@@ -35189,7 +35189,7 @@ export declare const themes: {
|
|
|
35189
35189
|
color11: string;
|
|
35190
35190
|
color12: string;
|
|
35191
35191
|
};
|
|
35192
|
-
|
|
35192
|
+
dark_yellow_alt1_TooltipArrow: {
|
|
35193
35193
|
background: string;
|
|
35194
35194
|
backgroundHover: string;
|
|
35195
35195
|
backgroundPress: string;
|
|
@@ -35219,7 +35219,7 @@ export declare const themes: {
|
|
|
35219
35219
|
color11: string;
|
|
35220
35220
|
color12: string;
|
|
35221
35221
|
};
|
|
35222
|
-
|
|
35222
|
+
dark_yellow_alt1_SliderTrackActive: {
|
|
35223
35223
|
background: string;
|
|
35224
35224
|
backgroundHover: string;
|
|
35225
35225
|
backgroundPress: string;
|
|
@@ -35639,7 +35639,7 @@ export declare const themes: {
|
|
|
35639
35639
|
color11: string;
|
|
35640
35640
|
color12: string;
|
|
35641
35641
|
};
|
|
35642
|
-
|
|
35642
|
+
dark_yellow_alt2_Switch: {
|
|
35643
35643
|
background: string;
|
|
35644
35644
|
backgroundHover: string;
|
|
35645
35645
|
backgroundPress: string;
|
|
@@ -35669,7 +35669,7 @@ export declare const themes: {
|
|
|
35669
35669
|
color11: string;
|
|
35670
35670
|
color12: string;
|
|
35671
35671
|
};
|
|
35672
|
-
|
|
35672
|
+
dark_yellow_alt2_SwitchThumb: {
|
|
35673
35673
|
background: string;
|
|
35674
35674
|
backgroundHover: string;
|
|
35675
35675
|
backgroundPress: string;
|
|
@@ -35699,7 +35699,7 @@ export declare const themes: {
|
|
|
35699
35699
|
color11: string;
|
|
35700
35700
|
color12: string;
|
|
35701
35701
|
};
|
|
35702
|
-
|
|
35702
|
+
dark_yellow_alt2_TooltipContent: {
|
|
35703
35703
|
background: string;
|
|
35704
35704
|
backgroundHover: string;
|
|
35705
35705
|
backgroundPress: string;
|
|
@@ -35729,7 +35729,7 @@ export declare const themes: {
|
|
|
35729
35729
|
color11: string;
|
|
35730
35730
|
color12: string;
|
|
35731
35731
|
};
|
|
35732
|
-
|
|
35732
|
+
dark_yellow_alt2_DrawerFrame: {
|
|
35733
35733
|
background: string;
|
|
35734
35734
|
backgroundHover: string;
|
|
35735
35735
|
backgroundPress: string;
|
|
@@ -35759,7 +35759,7 @@ export declare const themes: {
|
|
|
35759
35759
|
color11: string;
|
|
35760
35760
|
color12: string;
|
|
35761
35761
|
};
|
|
35762
|
-
|
|
35762
|
+
dark_yellow_alt2_Progress: {
|
|
35763
35763
|
background: string;
|
|
35764
35764
|
backgroundHover: string;
|
|
35765
35765
|
backgroundPress: string;
|
|
@@ -35789,7 +35789,7 @@ export declare const themes: {
|
|
|
35789
35789
|
color11: string;
|
|
35790
35790
|
color12: string;
|
|
35791
35791
|
};
|
|
35792
|
-
|
|
35792
|
+
dark_yellow_alt2_TooltipArrow: {
|
|
35793
35793
|
background: string;
|
|
35794
35794
|
backgroundHover: string;
|
|
35795
35795
|
backgroundPress: string;
|
|
@@ -35819,7 +35819,7 @@ export declare const themes: {
|
|
|
35819
35819
|
color11: string;
|
|
35820
35820
|
color12: string;
|
|
35821
35821
|
};
|
|
35822
|
-
|
|
35822
|
+
dark_yellow_alt2_SliderTrackActive: {
|
|
35823
35823
|
background: string;
|
|
35824
35824
|
backgroundHover: string;
|
|
35825
35825
|
backgroundPress: string;
|
|
@@ -36239,7 +36239,7 @@ export declare const themes: {
|
|
|
36239
36239
|
color11: string;
|
|
36240
36240
|
color12: string;
|
|
36241
36241
|
};
|
|
36242
|
-
|
|
36242
|
+
dark_yellow_active_Switch: {
|
|
36243
36243
|
background: string;
|
|
36244
36244
|
backgroundHover: string;
|
|
36245
36245
|
backgroundPress: string;
|
|
@@ -36269,7 +36269,7 @@ export declare const themes: {
|
|
|
36269
36269
|
color11: string;
|
|
36270
36270
|
color12: string;
|
|
36271
36271
|
};
|
|
36272
|
-
|
|
36272
|
+
dark_yellow_active_SwitchThumb: {
|
|
36273
36273
|
background: string;
|
|
36274
36274
|
backgroundHover: string;
|
|
36275
36275
|
backgroundPress: string;
|
|
@@ -36299,7 +36299,7 @@ export declare const themes: {
|
|
|
36299
36299
|
color11: string;
|
|
36300
36300
|
color12: string;
|
|
36301
36301
|
};
|
|
36302
|
-
|
|
36302
|
+
dark_yellow_active_TooltipContent: {
|
|
36303
36303
|
background: string;
|
|
36304
36304
|
backgroundHover: string;
|
|
36305
36305
|
backgroundPress: string;
|
|
@@ -36329,7 +36329,7 @@ export declare const themes: {
|
|
|
36329
36329
|
color11: string;
|
|
36330
36330
|
color12: string;
|
|
36331
36331
|
};
|
|
36332
|
-
|
|
36332
|
+
dark_yellow_active_DrawerFrame: {
|
|
36333
36333
|
background: string;
|
|
36334
36334
|
backgroundHover: string;
|
|
36335
36335
|
backgroundPress: string;
|
|
@@ -36359,7 +36359,7 @@ export declare const themes: {
|
|
|
36359
36359
|
color11: string;
|
|
36360
36360
|
color12: string;
|
|
36361
36361
|
};
|
|
36362
|
-
|
|
36362
|
+
dark_yellow_active_Progress: {
|
|
36363
36363
|
background: string;
|
|
36364
36364
|
backgroundHover: string;
|
|
36365
36365
|
backgroundPress: string;
|
|
@@ -36389,7 +36389,7 @@ export declare const themes: {
|
|
|
36389
36389
|
color11: string;
|
|
36390
36390
|
color12: string;
|
|
36391
36391
|
};
|
|
36392
|
-
|
|
36392
|
+
dark_yellow_active_TooltipArrow: {
|
|
36393
36393
|
background: string;
|
|
36394
36394
|
backgroundHover: string;
|
|
36395
36395
|
backgroundPress: string;
|
|
@@ -36419,7 +36419,7 @@ export declare const themes: {
|
|
|
36419
36419
|
color11: string;
|
|
36420
36420
|
color12: string;
|
|
36421
36421
|
};
|
|
36422
|
-
|
|
36422
|
+
dark_yellow_active_SliderTrackActive: {
|
|
36423
36423
|
background: string;
|
|
36424
36424
|
backgroundHover: string;
|
|
36425
36425
|
backgroundPress: string;
|
|
@@ -36839,7 +36839,7 @@ export declare const themes: {
|
|
|
36839
36839
|
color11: string;
|
|
36840
36840
|
color12: string;
|
|
36841
36841
|
};
|
|
36842
|
-
|
|
36842
|
+
light_alt1_Switch: {
|
|
36843
36843
|
background: string;
|
|
36844
36844
|
backgroundHover: string;
|
|
36845
36845
|
backgroundPress: string;
|
|
@@ -36869,7 +36869,7 @@ export declare const themes: {
|
|
|
36869
36869
|
color11: string;
|
|
36870
36870
|
color12: string;
|
|
36871
36871
|
};
|
|
36872
|
-
|
|
36872
|
+
light_alt1_SwitchThumb: {
|
|
36873
36873
|
background: string;
|
|
36874
36874
|
backgroundHover: string;
|
|
36875
36875
|
backgroundPress: string;
|
|
@@ -36899,7 +36899,7 @@ export declare const themes: {
|
|
|
36899
36899
|
color11: string;
|
|
36900
36900
|
color12: string;
|
|
36901
36901
|
};
|
|
36902
|
-
|
|
36902
|
+
light_alt1_TooltipContent: {
|
|
36903
36903
|
background: string;
|
|
36904
36904
|
backgroundHover: string;
|
|
36905
36905
|
backgroundPress: string;
|
|
@@ -36929,7 +36929,7 @@ export declare const themes: {
|
|
|
36929
36929
|
color11: string;
|
|
36930
36930
|
color12: string;
|
|
36931
36931
|
};
|
|
36932
|
-
|
|
36932
|
+
light_alt1_DrawerFrame: {
|
|
36933
36933
|
background: string;
|
|
36934
36934
|
backgroundHover: string;
|
|
36935
36935
|
backgroundPress: string;
|
|
@@ -36959,7 +36959,7 @@ export declare const themes: {
|
|
|
36959
36959
|
color11: string;
|
|
36960
36960
|
color12: string;
|
|
36961
36961
|
};
|
|
36962
|
-
|
|
36962
|
+
light_alt1_Progress: {
|
|
36963
36963
|
background: string;
|
|
36964
36964
|
backgroundHover: string;
|
|
36965
36965
|
backgroundPress: string;
|
|
@@ -36989,7 +36989,7 @@ export declare const themes: {
|
|
|
36989
36989
|
color11: string;
|
|
36990
36990
|
color12: string;
|
|
36991
36991
|
};
|
|
36992
|
-
|
|
36992
|
+
light_alt1_TooltipArrow: {
|
|
36993
36993
|
background: string;
|
|
36994
36994
|
backgroundHover: string;
|
|
36995
36995
|
backgroundPress: string;
|
|
@@ -37019,7 +37019,7 @@ export declare const themes: {
|
|
|
37019
37019
|
color11: string;
|
|
37020
37020
|
color12: string;
|
|
37021
37021
|
};
|
|
37022
|
-
|
|
37022
|
+
light_alt1_SliderTrackActive: {
|
|
37023
37023
|
background: string;
|
|
37024
37024
|
backgroundHover: string;
|
|
37025
37025
|
backgroundPress: string;
|
|
@@ -37439,7 +37439,7 @@ export declare const themes: {
|
|
|
37439
37439
|
color11: string;
|
|
37440
37440
|
color12: string;
|
|
37441
37441
|
};
|
|
37442
|
-
|
|
37442
|
+
light_alt2_Switch: {
|
|
37443
37443
|
background: string;
|
|
37444
37444
|
backgroundHover: string;
|
|
37445
37445
|
backgroundPress: string;
|
|
@@ -37469,7 +37469,7 @@ export declare const themes: {
|
|
|
37469
37469
|
color11: string;
|
|
37470
37470
|
color12: string;
|
|
37471
37471
|
};
|
|
37472
|
-
|
|
37472
|
+
light_alt2_SwitchThumb: {
|
|
37473
37473
|
background: string;
|
|
37474
37474
|
backgroundHover: string;
|
|
37475
37475
|
backgroundPress: string;
|
|
@@ -37499,7 +37499,7 @@ export declare const themes: {
|
|
|
37499
37499
|
color11: string;
|
|
37500
37500
|
color12: string;
|
|
37501
37501
|
};
|
|
37502
|
-
|
|
37502
|
+
light_alt2_TooltipContent: {
|
|
37503
37503
|
background: string;
|
|
37504
37504
|
backgroundHover: string;
|
|
37505
37505
|
backgroundPress: string;
|
|
@@ -37529,7 +37529,7 @@ export declare const themes: {
|
|
|
37529
37529
|
color11: string;
|
|
37530
37530
|
color12: string;
|
|
37531
37531
|
};
|
|
37532
|
-
|
|
37532
|
+
light_alt2_DrawerFrame: {
|
|
37533
37533
|
background: string;
|
|
37534
37534
|
backgroundHover: string;
|
|
37535
37535
|
backgroundPress: string;
|
|
@@ -37559,7 +37559,7 @@ export declare const themes: {
|
|
|
37559
37559
|
color11: string;
|
|
37560
37560
|
color12: string;
|
|
37561
37561
|
};
|
|
37562
|
-
|
|
37562
|
+
light_alt2_Progress: {
|
|
37563
37563
|
background: string;
|
|
37564
37564
|
backgroundHover: string;
|
|
37565
37565
|
backgroundPress: string;
|
|
@@ -37589,7 +37589,7 @@ export declare const themes: {
|
|
|
37589
37589
|
color11: string;
|
|
37590
37590
|
color12: string;
|
|
37591
37591
|
};
|
|
37592
|
-
|
|
37592
|
+
light_alt2_TooltipArrow: {
|
|
37593
37593
|
background: string;
|
|
37594
37594
|
backgroundHover: string;
|
|
37595
37595
|
backgroundPress: string;
|
|
@@ -37619,7 +37619,7 @@ export declare const themes: {
|
|
|
37619
37619
|
color11: string;
|
|
37620
37620
|
color12: string;
|
|
37621
37621
|
};
|
|
37622
|
-
|
|
37622
|
+
light_alt2_SliderTrackActive: {
|
|
37623
37623
|
background: string;
|
|
37624
37624
|
backgroundHover: string;
|
|
37625
37625
|
backgroundPress: string;
|
|
@@ -38039,7 +38039,7 @@ export declare const themes: {
|
|
|
38039
38039
|
color11: string;
|
|
38040
38040
|
color12: string;
|
|
38041
38041
|
};
|
|
38042
|
-
|
|
38042
|
+
light_active_Switch: {
|
|
38043
38043
|
background: string;
|
|
38044
38044
|
backgroundHover: string;
|
|
38045
38045
|
backgroundPress: string;
|
|
@@ -38069,7 +38069,7 @@ export declare const themes: {
|
|
|
38069
38069
|
color11: string;
|
|
38070
38070
|
color12: string;
|
|
38071
38071
|
};
|
|
38072
|
-
|
|
38072
|
+
light_active_SwitchThumb: {
|
|
38073
38073
|
background: string;
|
|
38074
38074
|
backgroundHover: string;
|
|
38075
38075
|
backgroundPress: string;
|
|
@@ -38099,7 +38099,7 @@ export declare const themes: {
|
|
|
38099
38099
|
color11: string;
|
|
38100
38100
|
color12: string;
|
|
38101
38101
|
};
|
|
38102
|
-
|
|
38102
|
+
light_active_TooltipContent: {
|
|
38103
38103
|
background: string;
|
|
38104
38104
|
backgroundHover: string;
|
|
38105
38105
|
backgroundPress: string;
|
|
@@ -38129,7 +38129,7 @@ export declare const themes: {
|
|
|
38129
38129
|
color11: string;
|
|
38130
38130
|
color12: string;
|
|
38131
38131
|
};
|
|
38132
|
-
|
|
38132
|
+
light_active_DrawerFrame: {
|
|
38133
38133
|
background: string;
|
|
38134
38134
|
backgroundHover: string;
|
|
38135
38135
|
backgroundPress: string;
|
|
@@ -38159,7 +38159,7 @@ export declare const themes: {
|
|
|
38159
38159
|
color11: string;
|
|
38160
38160
|
color12: string;
|
|
38161
38161
|
};
|
|
38162
|
-
|
|
38162
|
+
light_active_Progress: {
|
|
38163
38163
|
background: string;
|
|
38164
38164
|
backgroundHover: string;
|
|
38165
38165
|
backgroundPress: string;
|
|
@@ -38189,7 +38189,7 @@ export declare const themes: {
|
|
|
38189
38189
|
color11: string;
|
|
38190
38190
|
color12: string;
|
|
38191
38191
|
};
|
|
38192
|
-
|
|
38192
|
+
light_active_TooltipArrow: {
|
|
38193
38193
|
background: string;
|
|
38194
38194
|
backgroundHover: string;
|
|
38195
38195
|
backgroundPress: string;
|
|
@@ -38219,7 +38219,7 @@ export declare const themes: {
|
|
|
38219
38219
|
color11: string;
|
|
38220
38220
|
color12: string;
|
|
38221
38221
|
};
|
|
38222
|
-
|
|
38222
|
+
light_active_SliderTrackActive: {
|
|
38223
38223
|
background: string;
|
|
38224
38224
|
backgroundHover: string;
|
|
38225
38225
|
backgroundPress: string;
|
|
@@ -38639,7 +38639,7 @@ export declare const themes: {
|
|
|
38639
38639
|
color11: string;
|
|
38640
38640
|
color12: string;
|
|
38641
38641
|
};
|
|
38642
|
-
|
|
38642
|
+
dark_alt1_Switch: {
|
|
38643
38643
|
background: string;
|
|
38644
38644
|
backgroundHover: string;
|
|
38645
38645
|
backgroundPress: string;
|
|
@@ -38669,7 +38669,7 @@ export declare const themes: {
|
|
|
38669
38669
|
color11: string;
|
|
38670
38670
|
color12: string;
|
|
38671
38671
|
};
|
|
38672
|
-
|
|
38672
|
+
dark_alt1_SwitchThumb: {
|
|
38673
38673
|
background: string;
|
|
38674
38674
|
backgroundHover: string;
|
|
38675
38675
|
backgroundPress: string;
|
|
@@ -38699,7 +38699,7 @@ export declare const themes: {
|
|
|
38699
38699
|
color11: string;
|
|
38700
38700
|
color12: string;
|
|
38701
38701
|
};
|
|
38702
|
-
|
|
38702
|
+
dark_alt1_TooltipContent: {
|
|
38703
38703
|
background: string;
|
|
38704
38704
|
backgroundHover: string;
|
|
38705
38705
|
backgroundPress: string;
|
|
@@ -38729,7 +38729,7 @@ export declare const themes: {
|
|
|
38729
38729
|
color11: string;
|
|
38730
38730
|
color12: string;
|
|
38731
38731
|
};
|
|
38732
|
-
|
|
38732
|
+
dark_alt1_DrawerFrame: {
|
|
38733
38733
|
background: string;
|
|
38734
38734
|
backgroundHover: string;
|
|
38735
38735
|
backgroundPress: string;
|
|
@@ -38759,7 +38759,7 @@ export declare const themes: {
|
|
|
38759
38759
|
color11: string;
|
|
38760
38760
|
color12: string;
|
|
38761
38761
|
};
|
|
38762
|
-
|
|
38762
|
+
dark_alt1_Progress: {
|
|
38763
38763
|
background: string;
|
|
38764
38764
|
backgroundHover: string;
|
|
38765
38765
|
backgroundPress: string;
|
|
@@ -38789,7 +38789,7 @@ export declare const themes: {
|
|
|
38789
38789
|
color11: string;
|
|
38790
38790
|
color12: string;
|
|
38791
38791
|
};
|
|
38792
|
-
|
|
38792
|
+
dark_alt1_TooltipArrow: {
|
|
38793
38793
|
background: string;
|
|
38794
38794
|
backgroundHover: string;
|
|
38795
38795
|
backgroundPress: string;
|
|
@@ -38819,7 +38819,7 @@ export declare const themes: {
|
|
|
38819
38819
|
color11: string;
|
|
38820
38820
|
color12: string;
|
|
38821
38821
|
};
|
|
38822
|
-
|
|
38822
|
+
dark_alt1_SliderTrackActive: {
|
|
38823
38823
|
background: string;
|
|
38824
38824
|
backgroundHover: string;
|
|
38825
38825
|
backgroundPress: string;
|
|
@@ -39239,7 +39239,7 @@ export declare const themes: {
|
|
|
39239
39239
|
color11: string;
|
|
39240
39240
|
color12: string;
|
|
39241
39241
|
};
|
|
39242
|
-
|
|
39242
|
+
dark_alt2_Switch: {
|
|
39243
39243
|
background: string;
|
|
39244
39244
|
backgroundHover: string;
|
|
39245
39245
|
backgroundPress: string;
|
|
@@ -39269,7 +39269,7 @@ export declare const themes: {
|
|
|
39269
39269
|
color11: string;
|
|
39270
39270
|
color12: string;
|
|
39271
39271
|
};
|
|
39272
|
-
|
|
39272
|
+
dark_alt2_SwitchThumb: {
|
|
39273
39273
|
background: string;
|
|
39274
39274
|
backgroundHover: string;
|
|
39275
39275
|
backgroundPress: string;
|
|
@@ -39299,7 +39299,7 @@ export declare const themes: {
|
|
|
39299
39299
|
color11: string;
|
|
39300
39300
|
color12: string;
|
|
39301
39301
|
};
|
|
39302
|
-
|
|
39302
|
+
dark_alt2_TooltipContent: {
|
|
39303
39303
|
background: string;
|
|
39304
39304
|
backgroundHover: string;
|
|
39305
39305
|
backgroundPress: string;
|
|
@@ -39329,7 +39329,7 @@ export declare const themes: {
|
|
|
39329
39329
|
color11: string;
|
|
39330
39330
|
color12: string;
|
|
39331
39331
|
};
|
|
39332
|
-
|
|
39332
|
+
dark_alt2_DrawerFrame: {
|
|
39333
39333
|
background: string;
|
|
39334
39334
|
backgroundHover: string;
|
|
39335
39335
|
backgroundPress: string;
|
|
@@ -39359,7 +39359,7 @@ export declare const themes: {
|
|
|
39359
39359
|
color11: string;
|
|
39360
39360
|
color12: string;
|
|
39361
39361
|
};
|
|
39362
|
-
|
|
39362
|
+
dark_alt2_Progress: {
|
|
39363
39363
|
background: string;
|
|
39364
39364
|
backgroundHover: string;
|
|
39365
39365
|
backgroundPress: string;
|
|
@@ -39389,7 +39389,7 @@ export declare const themes: {
|
|
|
39389
39389
|
color11: string;
|
|
39390
39390
|
color12: string;
|
|
39391
39391
|
};
|
|
39392
|
-
|
|
39392
|
+
dark_alt2_TooltipArrow: {
|
|
39393
39393
|
background: string;
|
|
39394
39394
|
backgroundHover: string;
|
|
39395
39395
|
backgroundPress: string;
|
|
@@ -39419,7 +39419,7 @@ export declare const themes: {
|
|
|
39419
39419
|
color11: string;
|
|
39420
39420
|
color12: string;
|
|
39421
39421
|
};
|
|
39422
|
-
|
|
39422
|
+
dark_alt2_SliderTrackActive: {
|
|
39423
39423
|
background: string;
|
|
39424
39424
|
backgroundHover: string;
|
|
39425
39425
|
backgroundPress: string;
|
|
@@ -39839,7 +39839,7 @@ export declare const themes: {
|
|
|
39839
39839
|
color11: string;
|
|
39840
39840
|
color12: string;
|
|
39841
39841
|
};
|
|
39842
|
-
|
|
39842
|
+
dark_active_Switch: {
|
|
39843
39843
|
background: string;
|
|
39844
39844
|
backgroundHover: string;
|
|
39845
39845
|
backgroundPress: string;
|
|
@@ -39869,7 +39869,7 @@ export declare const themes: {
|
|
|
39869
39869
|
color11: string;
|
|
39870
39870
|
color12: string;
|
|
39871
39871
|
};
|
|
39872
|
-
|
|
39872
|
+
dark_active_SwitchThumb: {
|
|
39873
39873
|
background: string;
|
|
39874
39874
|
backgroundHover: string;
|
|
39875
39875
|
backgroundPress: string;
|
|
@@ -39899,7 +39899,7 @@ export declare const themes: {
|
|
|
39899
39899
|
color11: string;
|
|
39900
39900
|
color12: string;
|
|
39901
39901
|
};
|
|
39902
|
-
|
|
39902
|
+
dark_active_TooltipContent: {
|
|
39903
39903
|
background: string;
|
|
39904
39904
|
backgroundHover: string;
|
|
39905
39905
|
backgroundPress: string;
|
|
@@ -39929,7 +39929,7 @@ export declare const themes: {
|
|
|
39929
39929
|
color11: string;
|
|
39930
39930
|
color12: string;
|
|
39931
39931
|
};
|
|
39932
|
-
|
|
39932
|
+
dark_active_DrawerFrame: {
|
|
39933
39933
|
background: string;
|
|
39934
39934
|
backgroundHover: string;
|
|
39935
39935
|
backgroundPress: string;
|
|
@@ -39959,7 +39959,7 @@ export declare const themes: {
|
|
|
39959
39959
|
color11: string;
|
|
39960
39960
|
color12: string;
|
|
39961
39961
|
};
|
|
39962
|
-
|
|
39962
|
+
dark_active_Progress: {
|
|
39963
39963
|
background: string;
|
|
39964
39964
|
backgroundHover: string;
|
|
39965
39965
|
backgroundPress: string;
|
|
@@ -39989,7 +39989,7 @@ export declare const themes: {
|
|
|
39989
39989
|
color11: string;
|
|
39990
39990
|
color12: string;
|
|
39991
39991
|
};
|
|
39992
|
-
|
|
39992
|
+
dark_active_TooltipArrow: {
|
|
39993
39993
|
background: string;
|
|
39994
39994
|
backgroundHover: string;
|
|
39995
39995
|
backgroundPress: string;
|
|
@@ -40019,7 +40019,7 @@ export declare const themes: {
|
|
|
40019
40019
|
color11: string;
|
|
40020
40020
|
color12: string;
|
|
40021
40021
|
};
|
|
40022
|
-
|
|
40022
|
+
dark_active_SliderTrackActive: {
|
|
40023
40023
|
background: string;
|
|
40024
40024
|
backgroundHover: string;
|
|
40025
40025
|
backgroundPress: string;
|