@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-old.d.ts
CHANGED
|
@@ -2379,7 +2379,7 @@ export declare const themes: {
|
|
|
2379
2379
|
colorTransparent: string;
|
|
2380
2380
|
placeholderColor: string;
|
|
2381
2381
|
};
|
|
2382
|
-
|
|
2382
|
+
light_blue_Switch: {
|
|
2383
2383
|
color: string;
|
|
2384
2384
|
borderColor: string;
|
|
2385
2385
|
borderColorHover: string;
|
|
@@ -2413,7 +2413,7 @@ export declare const themes: {
|
|
|
2413
2413
|
colorTransparent: string;
|
|
2414
2414
|
placeholderColor: string;
|
|
2415
2415
|
};
|
|
2416
|
-
|
|
2416
|
+
light_blue_SwitchThumb: {
|
|
2417
2417
|
color: string;
|
|
2418
2418
|
borderColor: string;
|
|
2419
2419
|
borderColorHover: string;
|
|
@@ -2447,7 +2447,7 @@ export declare const themes: {
|
|
|
2447
2447
|
colorTransparent: string;
|
|
2448
2448
|
placeholderColor: string;
|
|
2449
2449
|
};
|
|
2450
|
-
|
|
2450
|
+
light_blue_TooltipContent: {
|
|
2451
2451
|
color: string;
|
|
2452
2452
|
borderColor: string;
|
|
2453
2453
|
borderColorHover: string;
|
|
@@ -2481,7 +2481,7 @@ export declare const themes: {
|
|
|
2481
2481
|
colorTransparent: string;
|
|
2482
2482
|
placeholderColor: string;
|
|
2483
2483
|
};
|
|
2484
|
-
|
|
2484
|
+
light_blue_DrawerFrame: {
|
|
2485
2485
|
color: string;
|
|
2486
2486
|
borderColor: string;
|
|
2487
2487
|
borderColorHover: string;
|
|
@@ -2515,7 +2515,7 @@ export declare const themes: {
|
|
|
2515
2515
|
colorTransparent: string;
|
|
2516
2516
|
placeholderColor: string;
|
|
2517
2517
|
};
|
|
2518
|
-
|
|
2518
|
+
light_blue_Progress: {
|
|
2519
2519
|
color: string;
|
|
2520
2520
|
borderColor: string;
|
|
2521
2521
|
borderColorHover: string;
|
|
@@ -2549,7 +2549,7 @@ export declare const themes: {
|
|
|
2549
2549
|
colorTransparent: string;
|
|
2550
2550
|
placeholderColor: string;
|
|
2551
2551
|
};
|
|
2552
|
-
|
|
2552
|
+
light_blue_TooltipArrow: {
|
|
2553
2553
|
color: string;
|
|
2554
2554
|
borderColor: string;
|
|
2555
2555
|
borderColorHover: string;
|
|
@@ -2583,7 +2583,7 @@ export declare const themes: {
|
|
|
2583
2583
|
colorTransparent: string;
|
|
2584
2584
|
placeholderColor: string;
|
|
2585
2585
|
};
|
|
2586
|
-
|
|
2586
|
+
light_blue_SliderTrackActive: {
|
|
2587
2587
|
color: string;
|
|
2588
2588
|
borderColor: string;
|
|
2589
2589
|
borderColorHover: string;
|
|
@@ -3059,7 +3059,7 @@ export declare const themes: {
|
|
|
3059
3059
|
colorTransparent: string;
|
|
3060
3060
|
placeholderColor: string;
|
|
3061
3061
|
};
|
|
3062
|
-
|
|
3062
|
+
light_green_Switch: {
|
|
3063
3063
|
color: string;
|
|
3064
3064
|
borderColor: string;
|
|
3065
3065
|
borderColorHover: string;
|
|
@@ -3093,7 +3093,7 @@ export declare const themes: {
|
|
|
3093
3093
|
colorTransparent: string;
|
|
3094
3094
|
placeholderColor: string;
|
|
3095
3095
|
};
|
|
3096
|
-
|
|
3096
|
+
light_green_SwitchThumb: {
|
|
3097
3097
|
color: string;
|
|
3098
3098
|
borderColor: string;
|
|
3099
3099
|
borderColorHover: string;
|
|
@@ -3127,7 +3127,7 @@ export declare const themes: {
|
|
|
3127
3127
|
colorTransparent: string;
|
|
3128
3128
|
placeholderColor: string;
|
|
3129
3129
|
};
|
|
3130
|
-
|
|
3130
|
+
light_green_TooltipContent: {
|
|
3131
3131
|
color: string;
|
|
3132
3132
|
borderColor: string;
|
|
3133
3133
|
borderColorHover: string;
|
|
@@ -3161,7 +3161,7 @@ export declare const themes: {
|
|
|
3161
3161
|
colorTransparent: string;
|
|
3162
3162
|
placeholderColor: string;
|
|
3163
3163
|
};
|
|
3164
|
-
|
|
3164
|
+
light_green_DrawerFrame: {
|
|
3165
3165
|
color: string;
|
|
3166
3166
|
borderColor: string;
|
|
3167
3167
|
borderColorHover: string;
|
|
@@ -3195,7 +3195,7 @@ export declare const themes: {
|
|
|
3195
3195
|
colorTransparent: string;
|
|
3196
3196
|
placeholderColor: string;
|
|
3197
3197
|
};
|
|
3198
|
-
|
|
3198
|
+
light_green_Progress: {
|
|
3199
3199
|
color: string;
|
|
3200
3200
|
borderColor: string;
|
|
3201
3201
|
borderColorHover: string;
|
|
@@ -3229,7 +3229,7 @@ export declare const themes: {
|
|
|
3229
3229
|
colorTransparent: string;
|
|
3230
3230
|
placeholderColor: string;
|
|
3231
3231
|
};
|
|
3232
|
-
|
|
3232
|
+
light_green_TooltipArrow: {
|
|
3233
3233
|
color: string;
|
|
3234
3234
|
borderColor: string;
|
|
3235
3235
|
borderColorHover: string;
|
|
@@ -3263,7 +3263,7 @@ export declare const themes: {
|
|
|
3263
3263
|
colorTransparent: string;
|
|
3264
3264
|
placeholderColor: string;
|
|
3265
3265
|
};
|
|
3266
|
-
|
|
3266
|
+
light_green_SliderTrackActive: {
|
|
3267
3267
|
color: string;
|
|
3268
3268
|
borderColor: string;
|
|
3269
3269
|
borderColorHover: string;
|
|
@@ -3739,7 +3739,7 @@ export declare const themes: {
|
|
|
3739
3739
|
colorTransparent: string;
|
|
3740
3740
|
placeholderColor: string;
|
|
3741
3741
|
};
|
|
3742
|
-
|
|
3742
|
+
light_orange_Switch: {
|
|
3743
3743
|
color: string;
|
|
3744
3744
|
borderColor: string;
|
|
3745
3745
|
borderColorHover: string;
|
|
@@ -3773,7 +3773,7 @@ export declare const themes: {
|
|
|
3773
3773
|
colorTransparent: string;
|
|
3774
3774
|
placeholderColor: string;
|
|
3775
3775
|
};
|
|
3776
|
-
|
|
3776
|
+
light_orange_SwitchThumb: {
|
|
3777
3777
|
color: string;
|
|
3778
3778
|
borderColor: string;
|
|
3779
3779
|
borderColorHover: string;
|
|
@@ -3807,7 +3807,7 @@ export declare const themes: {
|
|
|
3807
3807
|
colorTransparent: string;
|
|
3808
3808
|
placeholderColor: string;
|
|
3809
3809
|
};
|
|
3810
|
-
|
|
3810
|
+
light_orange_TooltipContent: {
|
|
3811
3811
|
color: string;
|
|
3812
3812
|
borderColor: string;
|
|
3813
3813
|
borderColorHover: string;
|
|
@@ -3841,7 +3841,7 @@ export declare const themes: {
|
|
|
3841
3841
|
colorTransparent: string;
|
|
3842
3842
|
placeholderColor: string;
|
|
3843
3843
|
};
|
|
3844
|
-
|
|
3844
|
+
light_orange_DrawerFrame: {
|
|
3845
3845
|
color: string;
|
|
3846
3846
|
borderColor: string;
|
|
3847
3847
|
borderColorHover: string;
|
|
@@ -3875,7 +3875,7 @@ export declare const themes: {
|
|
|
3875
3875
|
colorTransparent: string;
|
|
3876
3876
|
placeholderColor: string;
|
|
3877
3877
|
};
|
|
3878
|
-
|
|
3878
|
+
light_orange_Progress: {
|
|
3879
3879
|
color: string;
|
|
3880
3880
|
borderColor: string;
|
|
3881
3881
|
borderColorHover: string;
|
|
@@ -3909,7 +3909,7 @@ export declare const themes: {
|
|
|
3909
3909
|
colorTransparent: string;
|
|
3910
3910
|
placeholderColor: string;
|
|
3911
3911
|
};
|
|
3912
|
-
|
|
3912
|
+
light_orange_TooltipArrow: {
|
|
3913
3913
|
color: string;
|
|
3914
3914
|
borderColor: string;
|
|
3915
3915
|
borderColorHover: string;
|
|
@@ -3943,7 +3943,7 @@ export declare const themes: {
|
|
|
3943
3943
|
colorTransparent: string;
|
|
3944
3944
|
placeholderColor: string;
|
|
3945
3945
|
};
|
|
3946
|
-
|
|
3946
|
+
light_orange_SliderTrackActive: {
|
|
3947
3947
|
color: string;
|
|
3948
3948
|
borderColor: string;
|
|
3949
3949
|
borderColorHover: string;
|
|
@@ -4419,7 +4419,7 @@ export declare const themes: {
|
|
|
4419
4419
|
colorTransparent: string;
|
|
4420
4420
|
placeholderColor: string;
|
|
4421
4421
|
};
|
|
4422
|
-
|
|
4422
|
+
light_pink_Switch: {
|
|
4423
4423
|
color: string;
|
|
4424
4424
|
borderColor: string;
|
|
4425
4425
|
borderColorHover: string;
|
|
@@ -4453,7 +4453,7 @@ export declare const themes: {
|
|
|
4453
4453
|
colorTransparent: string;
|
|
4454
4454
|
placeholderColor: string;
|
|
4455
4455
|
};
|
|
4456
|
-
|
|
4456
|
+
light_pink_SwitchThumb: {
|
|
4457
4457
|
color: string;
|
|
4458
4458
|
borderColor: string;
|
|
4459
4459
|
borderColorHover: string;
|
|
@@ -4487,7 +4487,7 @@ export declare const themes: {
|
|
|
4487
4487
|
colorTransparent: string;
|
|
4488
4488
|
placeholderColor: string;
|
|
4489
4489
|
};
|
|
4490
|
-
|
|
4490
|
+
light_pink_TooltipContent: {
|
|
4491
4491
|
color: string;
|
|
4492
4492
|
borderColor: string;
|
|
4493
4493
|
borderColorHover: string;
|
|
@@ -4521,7 +4521,7 @@ export declare const themes: {
|
|
|
4521
4521
|
colorTransparent: string;
|
|
4522
4522
|
placeholderColor: string;
|
|
4523
4523
|
};
|
|
4524
|
-
|
|
4524
|
+
light_pink_DrawerFrame: {
|
|
4525
4525
|
color: string;
|
|
4526
4526
|
borderColor: string;
|
|
4527
4527
|
borderColorHover: string;
|
|
@@ -4555,7 +4555,7 @@ export declare const themes: {
|
|
|
4555
4555
|
colorTransparent: string;
|
|
4556
4556
|
placeholderColor: string;
|
|
4557
4557
|
};
|
|
4558
|
-
|
|
4558
|
+
light_pink_Progress: {
|
|
4559
4559
|
color: string;
|
|
4560
4560
|
borderColor: string;
|
|
4561
4561
|
borderColorHover: string;
|
|
@@ -4589,7 +4589,7 @@ export declare const themes: {
|
|
|
4589
4589
|
colorTransparent: string;
|
|
4590
4590
|
placeholderColor: string;
|
|
4591
4591
|
};
|
|
4592
|
-
|
|
4592
|
+
light_pink_TooltipArrow: {
|
|
4593
4593
|
color: string;
|
|
4594
4594
|
borderColor: string;
|
|
4595
4595
|
borderColorHover: string;
|
|
@@ -4623,7 +4623,7 @@ export declare const themes: {
|
|
|
4623
4623
|
colorTransparent: string;
|
|
4624
4624
|
placeholderColor: string;
|
|
4625
4625
|
};
|
|
4626
|
-
|
|
4626
|
+
light_pink_SliderTrackActive: {
|
|
4627
4627
|
color: string;
|
|
4628
4628
|
borderColor: string;
|
|
4629
4629
|
borderColorHover: string;
|
|
@@ -5099,7 +5099,7 @@ export declare const themes: {
|
|
|
5099
5099
|
colorTransparent: string;
|
|
5100
5100
|
placeholderColor: string;
|
|
5101
5101
|
};
|
|
5102
|
-
|
|
5102
|
+
light_purple_Switch: {
|
|
5103
5103
|
color: string;
|
|
5104
5104
|
borderColor: string;
|
|
5105
5105
|
borderColorHover: string;
|
|
@@ -5133,7 +5133,7 @@ export declare const themes: {
|
|
|
5133
5133
|
colorTransparent: string;
|
|
5134
5134
|
placeholderColor: string;
|
|
5135
5135
|
};
|
|
5136
|
-
|
|
5136
|
+
light_purple_SwitchThumb: {
|
|
5137
5137
|
color: string;
|
|
5138
5138
|
borderColor: string;
|
|
5139
5139
|
borderColorHover: string;
|
|
@@ -5167,7 +5167,7 @@ export declare const themes: {
|
|
|
5167
5167
|
colorTransparent: string;
|
|
5168
5168
|
placeholderColor: string;
|
|
5169
5169
|
};
|
|
5170
|
-
|
|
5170
|
+
light_purple_TooltipContent: {
|
|
5171
5171
|
color: string;
|
|
5172
5172
|
borderColor: string;
|
|
5173
5173
|
borderColorHover: string;
|
|
@@ -5201,7 +5201,7 @@ export declare const themes: {
|
|
|
5201
5201
|
colorTransparent: string;
|
|
5202
5202
|
placeholderColor: string;
|
|
5203
5203
|
};
|
|
5204
|
-
|
|
5204
|
+
light_purple_DrawerFrame: {
|
|
5205
5205
|
color: string;
|
|
5206
5206
|
borderColor: string;
|
|
5207
5207
|
borderColorHover: string;
|
|
@@ -5235,7 +5235,7 @@ export declare const themes: {
|
|
|
5235
5235
|
colorTransparent: string;
|
|
5236
5236
|
placeholderColor: string;
|
|
5237
5237
|
};
|
|
5238
|
-
|
|
5238
|
+
light_purple_Progress: {
|
|
5239
5239
|
color: string;
|
|
5240
5240
|
borderColor: string;
|
|
5241
5241
|
borderColorHover: string;
|
|
@@ -5269,7 +5269,7 @@ export declare const themes: {
|
|
|
5269
5269
|
colorTransparent: string;
|
|
5270
5270
|
placeholderColor: string;
|
|
5271
5271
|
};
|
|
5272
|
-
|
|
5272
|
+
light_purple_TooltipArrow: {
|
|
5273
5273
|
color: string;
|
|
5274
5274
|
borderColor: string;
|
|
5275
5275
|
borderColorHover: string;
|
|
@@ -5303,7 +5303,7 @@ export declare const themes: {
|
|
|
5303
5303
|
colorTransparent: string;
|
|
5304
5304
|
placeholderColor: string;
|
|
5305
5305
|
};
|
|
5306
|
-
|
|
5306
|
+
light_purple_SliderTrackActive: {
|
|
5307
5307
|
color: string;
|
|
5308
5308
|
borderColor: string;
|
|
5309
5309
|
borderColorHover: string;
|
|
@@ -5779,7 +5779,7 @@ export declare const themes: {
|
|
|
5779
5779
|
colorTransparent: string;
|
|
5780
5780
|
placeholderColor: string;
|
|
5781
5781
|
};
|
|
5782
|
-
|
|
5782
|
+
light_red_Switch: {
|
|
5783
5783
|
color: string;
|
|
5784
5784
|
borderColor: string;
|
|
5785
5785
|
borderColorHover: string;
|
|
@@ -5813,7 +5813,7 @@ export declare const themes: {
|
|
|
5813
5813
|
colorTransparent: string;
|
|
5814
5814
|
placeholderColor: string;
|
|
5815
5815
|
};
|
|
5816
|
-
|
|
5816
|
+
light_red_SwitchThumb: {
|
|
5817
5817
|
color: string;
|
|
5818
5818
|
borderColor: string;
|
|
5819
5819
|
borderColorHover: string;
|
|
@@ -5847,7 +5847,7 @@ export declare const themes: {
|
|
|
5847
5847
|
colorTransparent: string;
|
|
5848
5848
|
placeholderColor: string;
|
|
5849
5849
|
};
|
|
5850
|
-
|
|
5850
|
+
light_red_TooltipContent: {
|
|
5851
5851
|
color: string;
|
|
5852
5852
|
borderColor: string;
|
|
5853
5853
|
borderColorHover: string;
|
|
@@ -5881,7 +5881,7 @@ export declare const themes: {
|
|
|
5881
5881
|
colorTransparent: string;
|
|
5882
5882
|
placeholderColor: string;
|
|
5883
5883
|
};
|
|
5884
|
-
|
|
5884
|
+
light_red_DrawerFrame: {
|
|
5885
5885
|
color: string;
|
|
5886
5886
|
borderColor: string;
|
|
5887
5887
|
borderColorHover: string;
|
|
@@ -5915,7 +5915,7 @@ export declare const themes: {
|
|
|
5915
5915
|
colorTransparent: string;
|
|
5916
5916
|
placeholderColor: string;
|
|
5917
5917
|
};
|
|
5918
|
-
|
|
5918
|
+
light_red_Progress: {
|
|
5919
5919
|
color: string;
|
|
5920
5920
|
borderColor: string;
|
|
5921
5921
|
borderColorHover: string;
|
|
@@ -5949,7 +5949,7 @@ export declare const themes: {
|
|
|
5949
5949
|
colorTransparent: string;
|
|
5950
5950
|
placeholderColor: string;
|
|
5951
5951
|
};
|
|
5952
|
-
|
|
5952
|
+
light_red_TooltipArrow: {
|
|
5953
5953
|
color: string;
|
|
5954
5954
|
borderColor: string;
|
|
5955
5955
|
borderColorHover: string;
|
|
@@ -5983,7 +5983,7 @@ export declare const themes: {
|
|
|
5983
5983
|
colorTransparent: string;
|
|
5984
5984
|
placeholderColor: string;
|
|
5985
5985
|
};
|
|
5986
|
-
|
|
5986
|
+
light_red_SliderTrackActive: {
|
|
5987
5987
|
color: string;
|
|
5988
5988
|
borderColor: string;
|
|
5989
5989
|
borderColorHover: string;
|
|
@@ -6459,7 +6459,7 @@ export declare const themes: {
|
|
|
6459
6459
|
colorTransparent: string;
|
|
6460
6460
|
placeholderColor: string;
|
|
6461
6461
|
};
|
|
6462
|
-
|
|
6462
|
+
light_yellow_Switch: {
|
|
6463
6463
|
color: string;
|
|
6464
6464
|
borderColor: string;
|
|
6465
6465
|
borderColorHover: string;
|
|
@@ -6493,7 +6493,7 @@ export declare const themes: {
|
|
|
6493
6493
|
colorTransparent: string;
|
|
6494
6494
|
placeholderColor: string;
|
|
6495
6495
|
};
|
|
6496
|
-
|
|
6496
|
+
light_yellow_SwitchThumb: {
|
|
6497
6497
|
color: string;
|
|
6498
6498
|
borderColor: string;
|
|
6499
6499
|
borderColorHover: string;
|
|
@@ -6527,7 +6527,7 @@ export declare const themes: {
|
|
|
6527
6527
|
colorTransparent: string;
|
|
6528
6528
|
placeholderColor: string;
|
|
6529
6529
|
};
|
|
6530
|
-
|
|
6530
|
+
light_yellow_TooltipContent: {
|
|
6531
6531
|
color: string;
|
|
6532
6532
|
borderColor: string;
|
|
6533
6533
|
borderColorHover: string;
|
|
@@ -6561,7 +6561,7 @@ export declare const themes: {
|
|
|
6561
6561
|
colorTransparent: string;
|
|
6562
6562
|
placeholderColor: string;
|
|
6563
6563
|
};
|
|
6564
|
-
|
|
6564
|
+
light_yellow_DrawerFrame: {
|
|
6565
6565
|
color: string;
|
|
6566
6566
|
borderColor: string;
|
|
6567
6567
|
borderColorHover: string;
|
|
@@ -6595,7 +6595,7 @@ export declare const themes: {
|
|
|
6595
6595
|
colorTransparent: string;
|
|
6596
6596
|
placeholderColor: string;
|
|
6597
6597
|
};
|
|
6598
|
-
|
|
6598
|
+
light_yellow_Progress: {
|
|
6599
6599
|
color: string;
|
|
6600
6600
|
borderColor: string;
|
|
6601
6601
|
borderColorHover: string;
|
|
@@ -6629,7 +6629,7 @@ export declare const themes: {
|
|
|
6629
6629
|
colorTransparent: string;
|
|
6630
6630
|
placeholderColor: string;
|
|
6631
6631
|
};
|
|
6632
|
-
|
|
6632
|
+
light_yellow_TooltipArrow: {
|
|
6633
6633
|
color: string;
|
|
6634
6634
|
borderColor: string;
|
|
6635
6635
|
borderColorHover: string;
|
|
@@ -6663,7 +6663,7 @@ export declare const themes: {
|
|
|
6663
6663
|
colorTransparent: string;
|
|
6664
6664
|
placeholderColor: string;
|
|
6665
6665
|
};
|
|
6666
|
-
|
|
6666
|
+
light_yellow_SliderTrackActive: {
|
|
6667
6667
|
color: string;
|
|
6668
6668
|
borderColor: string;
|
|
6669
6669
|
borderColorHover: string;
|
|
@@ -7139,7 +7139,7 @@ export declare const themes: {
|
|
|
7139
7139
|
colorTransparent: string;
|
|
7140
7140
|
placeholderColor: string;
|
|
7141
7141
|
};
|
|
7142
|
-
|
|
7142
|
+
dark_blue_Switch: {
|
|
7143
7143
|
color: string;
|
|
7144
7144
|
borderColor: string;
|
|
7145
7145
|
borderColorHover: string;
|
|
@@ -7173,7 +7173,7 @@ export declare const themes: {
|
|
|
7173
7173
|
colorTransparent: string;
|
|
7174
7174
|
placeholderColor: string;
|
|
7175
7175
|
};
|
|
7176
|
-
|
|
7176
|
+
dark_blue_SwitchThumb: {
|
|
7177
7177
|
color: string;
|
|
7178
7178
|
borderColor: string;
|
|
7179
7179
|
borderColorHover: string;
|
|
@@ -7207,7 +7207,7 @@ export declare const themes: {
|
|
|
7207
7207
|
colorTransparent: string;
|
|
7208
7208
|
placeholderColor: string;
|
|
7209
7209
|
};
|
|
7210
|
-
|
|
7210
|
+
dark_blue_TooltipContent: {
|
|
7211
7211
|
color: string;
|
|
7212
7212
|
borderColor: string;
|
|
7213
7213
|
borderColorHover: string;
|
|
@@ -7241,7 +7241,7 @@ export declare const themes: {
|
|
|
7241
7241
|
colorTransparent: string;
|
|
7242
7242
|
placeholderColor: string;
|
|
7243
7243
|
};
|
|
7244
|
-
|
|
7244
|
+
dark_blue_DrawerFrame: {
|
|
7245
7245
|
color: string;
|
|
7246
7246
|
borderColor: string;
|
|
7247
7247
|
borderColorHover: string;
|
|
@@ -7275,7 +7275,7 @@ export declare const themes: {
|
|
|
7275
7275
|
colorTransparent: string;
|
|
7276
7276
|
placeholderColor: string;
|
|
7277
7277
|
};
|
|
7278
|
-
|
|
7278
|
+
dark_blue_Progress: {
|
|
7279
7279
|
color: string;
|
|
7280
7280
|
borderColor: string;
|
|
7281
7281
|
borderColorHover: string;
|
|
@@ -7309,7 +7309,7 @@ export declare const themes: {
|
|
|
7309
7309
|
colorTransparent: string;
|
|
7310
7310
|
placeholderColor: string;
|
|
7311
7311
|
};
|
|
7312
|
-
|
|
7312
|
+
dark_blue_TooltipArrow: {
|
|
7313
7313
|
color: string;
|
|
7314
7314
|
borderColor: string;
|
|
7315
7315
|
borderColorHover: string;
|
|
@@ -7343,7 +7343,7 @@ export declare const themes: {
|
|
|
7343
7343
|
colorTransparent: string;
|
|
7344
7344
|
placeholderColor: string;
|
|
7345
7345
|
};
|
|
7346
|
-
|
|
7346
|
+
dark_blue_SliderTrackActive: {
|
|
7347
7347
|
color: string;
|
|
7348
7348
|
borderColor: string;
|
|
7349
7349
|
borderColorHover: string;
|
|
@@ -7819,7 +7819,7 @@ export declare const themes: {
|
|
|
7819
7819
|
colorTransparent: string;
|
|
7820
7820
|
placeholderColor: string;
|
|
7821
7821
|
};
|
|
7822
|
-
|
|
7822
|
+
dark_green_Switch: {
|
|
7823
7823
|
color: string;
|
|
7824
7824
|
borderColor: string;
|
|
7825
7825
|
borderColorHover: string;
|
|
@@ -7853,7 +7853,7 @@ export declare const themes: {
|
|
|
7853
7853
|
colorTransparent: string;
|
|
7854
7854
|
placeholderColor: string;
|
|
7855
7855
|
};
|
|
7856
|
-
|
|
7856
|
+
dark_green_SwitchThumb: {
|
|
7857
7857
|
color: string;
|
|
7858
7858
|
borderColor: string;
|
|
7859
7859
|
borderColorHover: string;
|
|
@@ -7887,7 +7887,7 @@ export declare const themes: {
|
|
|
7887
7887
|
colorTransparent: string;
|
|
7888
7888
|
placeholderColor: string;
|
|
7889
7889
|
};
|
|
7890
|
-
|
|
7890
|
+
dark_green_TooltipContent: {
|
|
7891
7891
|
color: string;
|
|
7892
7892
|
borderColor: string;
|
|
7893
7893
|
borderColorHover: string;
|
|
@@ -7921,7 +7921,7 @@ export declare const themes: {
|
|
|
7921
7921
|
colorTransparent: string;
|
|
7922
7922
|
placeholderColor: string;
|
|
7923
7923
|
};
|
|
7924
|
-
|
|
7924
|
+
dark_green_DrawerFrame: {
|
|
7925
7925
|
color: string;
|
|
7926
7926
|
borderColor: string;
|
|
7927
7927
|
borderColorHover: string;
|
|
@@ -7955,7 +7955,7 @@ export declare const themes: {
|
|
|
7955
7955
|
colorTransparent: string;
|
|
7956
7956
|
placeholderColor: string;
|
|
7957
7957
|
};
|
|
7958
|
-
|
|
7958
|
+
dark_green_Progress: {
|
|
7959
7959
|
color: string;
|
|
7960
7960
|
borderColor: string;
|
|
7961
7961
|
borderColorHover: string;
|
|
@@ -7989,7 +7989,7 @@ export declare const themes: {
|
|
|
7989
7989
|
colorTransparent: string;
|
|
7990
7990
|
placeholderColor: string;
|
|
7991
7991
|
};
|
|
7992
|
-
|
|
7992
|
+
dark_green_TooltipArrow: {
|
|
7993
7993
|
color: string;
|
|
7994
7994
|
borderColor: string;
|
|
7995
7995
|
borderColorHover: string;
|
|
@@ -8023,7 +8023,7 @@ export declare const themes: {
|
|
|
8023
8023
|
colorTransparent: string;
|
|
8024
8024
|
placeholderColor: string;
|
|
8025
8025
|
};
|
|
8026
|
-
|
|
8026
|
+
dark_green_SliderTrackActive: {
|
|
8027
8027
|
color: string;
|
|
8028
8028
|
borderColor: string;
|
|
8029
8029
|
borderColorHover: string;
|
|
@@ -8499,7 +8499,7 @@ export declare const themes: {
|
|
|
8499
8499
|
colorTransparent: string;
|
|
8500
8500
|
placeholderColor: string;
|
|
8501
8501
|
};
|
|
8502
|
-
|
|
8502
|
+
dark_orange_Switch: {
|
|
8503
8503
|
color: string;
|
|
8504
8504
|
borderColor: string;
|
|
8505
8505
|
borderColorHover: string;
|
|
@@ -8533,7 +8533,7 @@ export declare const themes: {
|
|
|
8533
8533
|
colorTransparent: string;
|
|
8534
8534
|
placeholderColor: string;
|
|
8535
8535
|
};
|
|
8536
|
-
|
|
8536
|
+
dark_orange_SwitchThumb: {
|
|
8537
8537
|
color: string;
|
|
8538
8538
|
borderColor: string;
|
|
8539
8539
|
borderColorHover: string;
|
|
@@ -8567,7 +8567,7 @@ export declare const themes: {
|
|
|
8567
8567
|
colorTransparent: string;
|
|
8568
8568
|
placeholderColor: string;
|
|
8569
8569
|
};
|
|
8570
|
-
|
|
8570
|
+
dark_orange_TooltipContent: {
|
|
8571
8571
|
color: string;
|
|
8572
8572
|
borderColor: string;
|
|
8573
8573
|
borderColorHover: string;
|
|
@@ -8601,7 +8601,7 @@ export declare const themes: {
|
|
|
8601
8601
|
colorTransparent: string;
|
|
8602
8602
|
placeholderColor: string;
|
|
8603
8603
|
};
|
|
8604
|
-
|
|
8604
|
+
dark_orange_DrawerFrame: {
|
|
8605
8605
|
color: string;
|
|
8606
8606
|
borderColor: string;
|
|
8607
8607
|
borderColorHover: string;
|
|
@@ -8635,7 +8635,7 @@ export declare const themes: {
|
|
|
8635
8635
|
colorTransparent: string;
|
|
8636
8636
|
placeholderColor: string;
|
|
8637
8637
|
};
|
|
8638
|
-
|
|
8638
|
+
dark_orange_Progress: {
|
|
8639
8639
|
color: string;
|
|
8640
8640
|
borderColor: string;
|
|
8641
8641
|
borderColorHover: string;
|
|
@@ -8669,7 +8669,7 @@ export declare const themes: {
|
|
|
8669
8669
|
colorTransparent: string;
|
|
8670
8670
|
placeholderColor: string;
|
|
8671
8671
|
};
|
|
8672
|
-
|
|
8672
|
+
dark_orange_TooltipArrow: {
|
|
8673
8673
|
color: string;
|
|
8674
8674
|
borderColor: string;
|
|
8675
8675
|
borderColorHover: string;
|
|
@@ -8703,7 +8703,7 @@ export declare const themes: {
|
|
|
8703
8703
|
colorTransparent: string;
|
|
8704
8704
|
placeholderColor: string;
|
|
8705
8705
|
};
|
|
8706
|
-
|
|
8706
|
+
dark_orange_SliderTrackActive: {
|
|
8707
8707
|
color: string;
|
|
8708
8708
|
borderColor: string;
|
|
8709
8709
|
borderColorHover: string;
|
|
@@ -9179,7 +9179,7 @@ export declare const themes: {
|
|
|
9179
9179
|
colorTransparent: string;
|
|
9180
9180
|
placeholderColor: string;
|
|
9181
9181
|
};
|
|
9182
|
-
|
|
9182
|
+
dark_pink_Switch: {
|
|
9183
9183
|
color: string;
|
|
9184
9184
|
borderColor: string;
|
|
9185
9185
|
borderColorHover: string;
|
|
@@ -9213,7 +9213,7 @@ export declare const themes: {
|
|
|
9213
9213
|
colorTransparent: string;
|
|
9214
9214
|
placeholderColor: string;
|
|
9215
9215
|
};
|
|
9216
|
-
|
|
9216
|
+
dark_pink_SwitchThumb: {
|
|
9217
9217
|
color: string;
|
|
9218
9218
|
borderColor: string;
|
|
9219
9219
|
borderColorHover: string;
|
|
@@ -9247,7 +9247,7 @@ export declare const themes: {
|
|
|
9247
9247
|
colorTransparent: string;
|
|
9248
9248
|
placeholderColor: string;
|
|
9249
9249
|
};
|
|
9250
|
-
|
|
9250
|
+
dark_pink_TooltipContent: {
|
|
9251
9251
|
color: string;
|
|
9252
9252
|
borderColor: string;
|
|
9253
9253
|
borderColorHover: string;
|
|
@@ -9281,7 +9281,7 @@ export declare const themes: {
|
|
|
9281
9281
|
colorTransparent: string;
|
|
9282
9282
|
placeholderColor: string;
|
|
9283
9283
|
};
|
|
9284
|
-
|
|
9284
|
+
dark_pink_DrawerFrame: {
|
|
9285
9285
|
color: string;
|
|
9286
9286
|
borderColor: string;
|
|
9287
9287
|
borderColorHover: string;
|
|
@@ -9315,7 +9315,7 @@ export declare const themes: {
|
|
|
9315
9315
|
colorTransparent: string;
|
|
9316
9316
|
placeholderColor: string;
|
|
9317
9317
|
};
|
|
9318
|
-
|
|
9318
|
+
dark_pink_Progress: {
|
|
9319
9319
|
color: string;
|
|
9320
9320
|
borderColor: string;
|
|
9321
9321
|
borderColorHover: string;
|
|
@@ -9349,7 +9349,7 @@ export declare const themes: {
|
|
|
9349
9349
|
colorTransparent: string;
|
|
9350
9350
|
placeholderColor: string;
|
|
9351
9351
|
};
|
|
9352
|
-
|
|
9352
|
+
dark_pink_TooltipArrow: {
|
|
9353
9353
|
color: string;
|
|
9354
9354
|
borderColor: string;
|
|
9355
9355
|
borderColorHover: string;
|
|
@@ -9383,7 +9383,7 @@ export declare const themes: {
|
|
|
9383
9383
|
colorTransparent: string;
|
|
9384
9384
|
placeholderColor: string;
|
|
9385
9385
|
};
|
|
9386
|
-
|
|
9386
|
+
dark_pink_SliderTrackActive: {
|
|
9387
9387
|
color: string;
|
|
9388
9388
|
borderColor: string;
|
|
9389
9389
|
borderColorHover: string;
|
|
@@ -9859,7 +9859,7 @@ export declare const themes: {
|
|
|
9859
9859
|
colorTransparent: string;
|
|
9860
9860
|
placeholderColor: string;
|
|
9861
9861
|
};
|
|
9862
|
-
|
|
9862
|
+
dark_purple_Switch: {
|
|
9863
9863
|
color: string;
|
|
9864
9864
|
borderColor: string;
|
|
9865
9865
|
borderColorHover: string;
|
|
@@ -9893,7 +9893,7 @@ export declare const themes: {
|
|
|
9893
9893
|
colorTransparent: string;
|
|
9894
9894
|
placeholderColor: string;
|
|
9895
9895
|
};
|
|
9896
|
-
|
|
9896
|
+
dark_purple_SwitchThumb: {
|
|
9897
9897
|
color: string;
|
|
9898
9898
|
borderColor: string;
|
|
9899
9899
|
borderColorHover: string;
|
|
@@ -9927,7 +9927,7 @@ export declare const themes: {
|
|
|
9927
9927
|
colorTransparent: string;
|
|
9928
9928
|
placeholderColor: string;
|
|
9929
9929
|
};
|
|
9930
|
-
|
|
9930
|
+
dark_purple_TooltipContent: {
|
|
9931
9931
|
color: string;
|
|
9932
9932
|
borderColor: string;
|
|
9933
9933
|
borderColorHover: string;
|
|
@@ -9961,7 +9961,7 @@ export declare const themes: {
|
|
|
9961
9961
|
colorTransparent: string;
|
|
9962
9962
|
placeholderColor: string;
|
|
9963
9963
|
};
|
|
9964
|
-
|
|
9964
|
+
dark_purple_DrawerFrame: {
|
|
9965
9965
|
color: string;
|
|
9966
9966
|
borderColor: string;
|
|
9967
9967
|
borderColorHover: string;
|
|
@@ -9995,7 +9995,7 @@ export declare const themes: {
|
|
|
9995
9995
|
colorTransparent: string;
|
|
9996
9996
|
placeholderColor: string;
|
|
9997
9997
|
};
|
|
9998
|
-
|
|
9998
|
+
dark_purple_Progress: {
|
|
9999
9999
|
color: string;
|
|
10000
10000
|
borderColor: string;
|
|
10001
10001
|
borderColorHover: string;
|
|
@@ -10029,7 +10029,7 @@ export declare const themes: {
|
|
|
10029
10029
|
colorTransparent: string;
|
|
10030
10030
|
placeholderColor: string;
|
|
10031
10031
|
};
|
|
10032
|
-
|
|
10032
|
+
dark_purple_TooltipArrow: {
|
|
10033
10033
|
color: string;
|
|
10034
10034
|
borderColor: string;
|
|
10035
10035
|
borderColorHover: string;
|
|
@@ -10063,7 +10063,7 @@ export declare const themes: {
|
|
|
10063
10063
|
colorTransparent: string;
|
|
10064
10064
|
placeholderColor: string;
|
|
10065
10065
|
};
|
|
10066
|
-
|
|
10066
|
+
dark_purple_SliderTrackActive: {
|
|
10067
10067
|
color: string;
|
|
10068
10068
|
borderColor: string;
|
|
10069
10069
|
borderColorHover: string;
|
|
@@ -10539,7 +10539,7 @@ export declare const themes: {
|
|
|
10539
10539
|
colorTransparent: string;
|
|
10540
10540
|
placeholderColor: string;
|
|
10541
10541
|
};
|
|
10542
|
-
|
|
10542
|
+
dark_red_Switch: {
|
|
10543
10543
|
color: string;
|
|
10544
10544
|
borderColor: string;
|
|
10545
10545
|
borderColorHover: string;
|
|
@@ -10573,7 +10573,7 @@ export declare const themes: {
|
|
|
10573
10573
|
colorTransparent: string;
|
|
10574
10574
|
placeholderColor: string;
|
|
10575
10575
|
};
|
|
10576
|
-
|
|
10576
|
+
dark_red_SwitchThumb: {
|
|
10577
10577
|
color: string;
|
|
10578
10578
|
borderColor: string;
|
|
10579
10579
|
borderColorHover: string;
|
|
@@ -10607,7 +10607,7 @@ export declare const themes: {
|
|
|
10607
10607
|
colorTransparent: string;
|
|
10608
10608
|
placeholderColor: string;
|
|
10609
10609
|
};
|
|
10610
|
-
|
|
10610
|
+
dark_red_TooltipContent: {
|
|
10611
10611
|
color: string;
|
|
10612
10612
|
borderColor: string;
|
|
10613
10613
|
borderColorHover: string;
|
|
@@ -10641,7 +10641,7 @@ export declare const themes: {
|
|
|
10641
10641
|
colorTransparent: string;
|
|
10642
10642
|
placeholderColor: string;
|
|
10643
10643
|
};
|
|
10644
|
-
|
|
10644
|
+
dark_red_DrawerFrame: {
|
|
10645
10645
|
color: string;
|
|
10646
10646
|
borderColor: string;
|
|
10647
10647
|
borderColorHover: string;
|
|
@@ -10675,7 +10675,7 @@ export declare const themes: {
|
|
|
10675
10675
|
colorTransparent: string;
|
|
10676
10676
|
placeholderColor: string;
|
|
10677
10677
|
};
|
|
10678
|
-
|
|
10678
|
+
dark_red_Progress: {
|
|
10679
10679
|
color: string;
|
|
10680
10680
|
borderColor: string;
|
|
10681
10681
|
borderColorHover: string;
|
|
@@ -10709,7 +10709,7 @@ export declare const themes: {
|
|
|
10709
10709
|
colorTransparent: string;
|
|
10710
10710
|
placeholderColor: string;
|
|
10711
10711
|
};
|
|
10712
|
-
|
|
10712
|
+
dark_red_TooltipArrow: {
|
|
10713
10713
|
color: string;
|
|
10714
10714
|
borderColor: string;
|
|
10715
10715
|
borderColorHover: string;
|
|
@@ -10743,7 +10743,7 @@ export declare const themes: {
|
|
|
10743
10743
|
colorTransparent: string;
|
|
10744
10744
|
placeholderColor: string;
|
|
10745
10745
|
};
|
|
10746
|
-
|
|
10746
|
+
dark_red_SliderTrackActive: {
|
|
10747
10747
|
color: string;
|
|
10748
10748
|
borderColor: string;
|
|
10749
10749
|
borderColorHover: string;
|
|
@@ -11219,7 +11219,7 @@ export declare const themes: {
|
|
|
11219
11219
|
colorTransparent: string;
|
|
11220
11220
|
placeholderColor: string;
|
|
11221
11221
|
};
|
|
11222
|
-
|
|
11222
|
+
dark_yellow_Switch: {
|
|
11223
11223
|
color: string;
|
|
11224
11224
|
borderColor: string;
|
|
11225
11225
|
borderColorHover: string;
|
|
@@ -11253,7 +11253,7 @@ export declare const themes: {
|
|
|
11253
11253
|
colorTransparent: string;
|
|
11254
11254
|
placeholderColor: string;
|
|
11255
11255
|
};
|
|
11256
|
-
|
|
11256
|
+
dark_yellow_SwitchThumb: {
|
|
11257
11257
|
color: string;
|
|
11258
11258
|
borderColor: string;
|
|
11259
11259
|
borderColorHover: string;
|
|
@@ -11287,7 +11287,7 @@ export declare const themes: {
|
|
|
11287
11287
|
colorTransparent: string;
|
|
11288
11288
|
placeholderColor: string;
|
|
11289
11289
|
};
|
|
11290
|
-
|
|
11290
|
+
dark_yellow_TooltipContent: {
|
|
11291
11291
|
color: string;
|
|
11292
11292
|
borderColor: string;
|
|
11293
11293
|
borderColorHover: string;
|
|
@@ -11321,7 +11321,7 @@ export declare const themes: {
|
|
|
11321
11321
|
colorTransparent: string;
|
|
11322
11322
|
placeholderColor: string;
|
|
11323
11323
|
};
|
|
11324
|
-
|
|
11324
|
+
dark_yellow_DrawerFrame: {
|
|
11325
11325
|
color: string;
|
|
11326
11326
|
borderColor: string;
|
|
11327
11327
|
borderColorHover: string;
|
|
@@ -11355,7 +11355,7 @@ export declare const themes: {
|
|
|
11355
11355
|
colorTransparent: string;
|
|
11356
11356
|
placeholderColor: string;
|
|
11357
11357
|
};
|
|
11358
|
-
|
|
11358
|
+
dark_yellow_Progress: {
|
|
11359
11359
|
color: string;
|
|
11360
11360
|
borderColor: string;
|
|
11361
11361
|
borderColorHover: string;
|
|
@@ -11389,7 +11389,7 @@ export declare const themes: {
|
|
|
11389
11389
|
colorTransparent: string;
|
|
11390
11390
|
placeholderColor: string;
|
|
11391
11391
|
};
|
|
11392
|
-
|
|
11392
|
+
dark_yellow_TooltipArrow: {
|
|
11393
11393
|
color: string;
|
|
11394
11394
|
borderColor: string;
|
|
11395
11395
|
borderColorHover: string;
|
|
@@ -11423,7 +11423,7 @@ export declare const themes: {
|
|
|
11423
11423
|
colorTransparent: string;
|
|
11424
11424
|
placeholderColor: string;
|
|
11425
11425
|
};
|
|
11426
|
-
|
|
11426
|
+
dark_yellow_SliderTrackActive: {
|
|
11427
11427
|
color: string;
|
|
11428
11428
|
borderColor: string;
|
|
11429
11429
|
borderColorHover: string;
|
|
@@ -11899,7 +11899,7 @@ export declare const themes: {
|
|
|
11899
11899
|
colorTransparent: string;
|
|
11900
11900
|
placeholderColor: string;
|
|
11901
11901
|
};
|
|
11902
|
-
|
|
11902
|
+
light_Switch: {
|
|
11903
11903
|
color: string;
|
|
11904
11904
|
borderColor: string;
|
|
11905
11905
|
borderColorHover: string;
|
|
@@ -11933,7 +11933,7 @@ export declare const themes: {
|
|
|
11933
11933
|
colorTransparent: string;
|
|
11934
11934
|
placeholderColor: string;
|
|
11935
11935
|
};
|
|
11936
|
-
|
|
11936
|
+
light_SwitchThumb: {
|
|
11937
11937
|
color: string;
|
|
11938
11938
|
borderColor: string;
|
|
11939
11939
|
borderColorHover: string;
|
|
@@ -11967,7 +11967,7 @@ export declare const themes: {
|
|
|
11967
11967
|
colorTransparent: string;
|
|
11968
11968
|
placeholderColor: string;
|
|
11969
11969
|
};
|
|
11970
|
-
|
|
11970
|
+
light_TooltipContent: {
|
|
11971
11971
|
color: string;
|
|
11972
11972
|
borderColor: string;
|
|
11973
11973
|
borderColorHover: string;
|
|
@@ -12001,7 +12001,7 @@ export declare const themes: {
|
|
|
12001
12001
|
colorTransparent: string;
|
|
12002
12002
|
placeholderColor: string;
|
|
12003
12003
|
};
|
|
12004
|
-
|
|
12004
|
+
light_DrawerFrame: {
|
|
12005
12005
|
color: string;
|
|
12006
12006
|
borderColor: string;
|
|
12007
12007
|
borderColorHover: string;
|
|
@@ -12035,7 +12035,7 @@ export declare const themes: {
|
|
|
12035
12035
|
colorTransparent: string;
|
|
12036
12036
|
placeholderColor: string;
|
|
12037
12037
|
};
|
|
12038
|
-
|
|
12038
|
+
light_Progress: {
|
|
12039
12039
|
color: string;
|
|
12040
12040
|
borderColor: string;
|
|
12041
12041
|
borderColorHover: string;
|
|
@@ -12069,7 +12069,7 @@ export declare const themes: {
|
|
|
12069
12069
|
colorTransparent: string;
|
|
12070
12070
|
placeholderColor: string;
|
|
12071
12071
|
};
|
|
12072
|
-
|
|
12072
|
+
light_TooltipArrow: {
|
|
12073
12073
|
color: string;
|
|
12074
12074
|
borderColor: string;
|
|
12075
12075
|
borderColorHover: string;
|
|
@@ -12103,7 +12103,7 @@ export declare const themes: {
|
|
|
12103
12103
|
colorTransparent: string;
|
|
12104
12104
|
placeholderColor: string;
|
|
12105
12105
|
};
|
|
12106
|
-
|
|
12106
|
+
light_SliderTrackActive: {
|
|
12107
12107
|
color: string;
|
|
12108
12108
|
borderColor: string;
|
|
12109
12109
|
borderColorHover: string;
|
|
@@ -12579,7 +12579,7 @@ export declare const themes: {
|
|
|
12579
12579
|
colorTransparent: string;
|
|
12580
12580
|
placeholderColor: string;
|
|
12581
12581
|
};
|
|
12582
|
-
|
|
12582
|
+
dark_Switch: {
|
|
12583
12583
|
color: string;
|
|
12584
12584
|
borderColor: string;
|
|
12585
12585
|
borderColorHover: string;
|
|
@@ -12613,7 +12613,7 @@ export declare const themes: {
|
|
|
12613
12613
|
colorTransparent: string;
|
|
12614
12614
|
placeholderColor: string;
|
|
12615
12615
|
};
|
|
12616
|
-
|
|
12616
|
+
dark_SwitchThumb: {
|
|
12617
12617
|
color: string;
|
|
12618
12618
|
borderColor: string;
|
|
12619
12619
|
borderColorHover: string;
|
|
@@ -12647,7 +12647,7 @@ export declare const themes: {
|
|
|
12647
12647
|
colorTransparent: string;
|
|
12648
12648
|
placeholderColor: string;
|
|
12649
12649
|
};
|
|
12650
|
-
|
|
12650
|
+
dark_TooltipContent: {
|
|
12651
12651
|
color: string;
|
|
12652
12652
|
borderColor: string;
|
|
12653
12653
|
borderColorHover: string;
|
|
@@ -12681,7 +12681,7 @@ export declare const themes: {
|
|
|
12681
12681
|
colorTransparent: string;
|
|
12682
12682
|
placeholderColor: string;
|
|
12683
12683
|
};
|
|
12684
|
-
|
|
12684
|
+
dark_DrawerFrame: {
|
|
12685
12685
|
color: string;
|
|
12686
12686
|
borderColor: string;
|
|
12687
12687
|
borderColorHover: string;
|
|
@@ -12715,7 +12715,7 @@ export declare const themes: {
|
|
|
12715
12715
|
colorTransparent: string;
|
|
12716
12716
|
placeholderColor: string;
|
|
12717
12717
|
};
|
|
12718
|
-
|
|
12718
|
+
dark_Progress: {
|
|
12719
12719
|
color: string;
|
|
12720
12720
|
borderColor: string;
|
|
12721
12721
|
borderColorHover: string;
|
|
@@ -12749,7 +12749,7 @@ export declare const themes: {
|
|
|
12749
12749
|
colorTransparent: string;
|
|
12750
12750
|
placeholderColor: string;
|
|
12751
12751
|
};
|
|
12752
|
-
|
|
12752
|
+
dark_TooltipArrow: {
|
|
12753
12753
|
color: string;
|
|
12754
12754
|
borderColor: string;
|
|
12755
12755
|
borderColorHover: string;
|
|
@@ -12783,7 +12783,7 @@ export declare const themes: {
|
|
|
12783
12783
|
colorTransparent: string;
|
|
12784
12784
|
placeholderColor: string;
|
|
12785
12785
|
};
|
|
12786
|
-
|
|
12786
|
+
dark_SliderTrackActive: {
|
|
12787
12787
|
color: string;
|
|
12788
12788
|
borderColor: string;
|
|
12789
12789
|
borderColorHover: string;
|
|
@@ -13259,7 +13259,7 @@ export declare const themes: {
|
|
|
13259
13259
|
colorTransparent: string;
|
|
13260
13260
|
placeholderColor: string;
|
|
13261
13261
|
};
|
|
13262
|
-
|
|
13262
|
+
light_blue_alt1_Switch: {
|
|
13263
13263
|
color: string;
|
|
13264
13264
|
borderColor: string;
|
|
13265
13265
|
borderColorHover: string;
|
|
@@ -13293,7 +13293,7 @@ export declare const themes: {
|
|
|
13293
13293
|
colorTransparent: string;
|
|
13294
13294
|
placeholderColor: string;
|
|
13295
13295
|
};
|
|
13296
|
-
|
|
13296
|
+
light_blue_alt1_SwitchThumb: {
|
|
13297
13297
|
color: string;
|
|
13298
13298
|
borderColor: string;
|
|
13299
13299
|
borderColorHover: string;
|
|
@@ -13327,7 +13327,7 @@ export declare const themes: {
|
|
|
13327
13327
|
colorTransparent: string;
|
|
13328
13328
|
placeholderColor: string;
|
|
13329
13329
|
};
|
|
13330
|
-
|
|
13330
|
+
light_blue_alt1_TooltipContent: {
|
|
13331
13331
|
color: string;
|
|
13332
13332
|
borderColor: string;
|
|
13333
13333
|
borderColorHover: string;
|
|
@@ -13361,7 +13361,7 @@ export declare const themes: {
|
|
|
13361
13361
|
colorTransparent: string;
|
|
13362
13362
|
placeholderColor: string;
|
|
13363
13363
|
};
|
|
13364
|
-
|
|
13364
|
+
light_blue_alt1_DrawerFrame: {
|
|
13365
13365
|
color: string;
|
|
13366
13366
|
borderColor: string;
|
|
13367
13367
|
borderColorHover: string;
|
|
@@ -13395,7 +13395,7 @@ export declare const themes: {
|
|
|
13395
13395
|
colorTransparent: string;
|
|
13396
13396
|
placeholderColor: string;
|
|
13397
13397
|
};
|
|
13398
|
-
|
|
13398
|
+
light_blue_alt1_Progress: {
|
|
13399
13399
|
color: string;
|
|
13400
13400
|
borderColor: string;
|
|
13401
13401
|
borderColorHover: string;
|
|
@@ -13429,7 +13429,7 @@ export declare const themes: {
|
|
|
13429
13429
|
colorTransparent: string;
|
|
13430
13430
|
placeholderColor: string;
|
|
13431
13431
|
};
|
|
13432
|
-
|
|
13432
|
+
light_blue_alt1_TooltipArrow: {
|
|
13433
13433
|
color: string;
|
|
13434
13434
|
borderColor: string;
|
|
13435
13435
|
borderColorHover: string;
|
|
@@ -13463,7 +13463,7 @@ export declare const themes: {
|
|
|
13463
13463
|
colorTransparent: string;
|
|
13464
13464
|
placeholderColor: string;
|
|
13465
13465
|
};
|
|
13466
|
-
|
|
13466
|
+
light_blue_alt1_SliderTrackActive: {
|
|
13467
13467
|
color: string;
|
|
13468
13468
|
borderColor: string;
|
|
13469
13469
|
borderColorHover: string;
|
|
@@ -13939,7 +13939,7 @@ export declare const themes: {
|
|
|
13939
13939
|
colorTransparent: string;
|
|
13940
13940
|
placeholderColor: string;
|
|
13941
13941
|
};
|
|
13942
|
-
|
|
13942
|
+
light_blue_alt2_Switch: {
|
|
13943
13943
|
color: string;
|
|
13944
13944
|
borderColor: string;
|
|
13945
13945
|
borderColorHover: string;
|
|
@@ -13973,7 +13973,7 @@ export declare const themes: {
|
|
|
13973
13973
|
colorTransparent: string;
|
|
13974
13974
|
placeholderColor: string;
|
|
13975
13975
|
};
|
|
13976
|
-
|
|
13976
|
+
light_blue_alt2_SwitchThumb: {
|
|
13977
13977
|
color: string;
|
|
13978
13978
|
borderColor: string;
|
|
13979
13979
|
borderColorHover: string;
|
|
@@ -14007,7 +14007,7 @@ export declare const themes: {
|
|
|
14007
14007
|
colorTransparent: string;
|
|
14008
14008
|
placeholderColor: string;
|
|
14009
14009
|
};
|
|
14010
|
-
|
|
14010
|
+
light_blue_alt2_TooltipContent: {
|
|
14011
14011
|
color: string;
|
|
14012
14012
|
borderColor: string;
|
|
14013
14013
|
borderColorHover: string;
|
|
@@ -14041,7 +14041,7 @@ export declare const themes: {
|
|
|
14041
14041
|
colorTransparent: string;
|
|
14042
14042
|
placeholderColor: string;
|
|
14043
14043
|
};
|
|
14044
|
-
|
|
14044
|
+
light_blue_alt2_DrawerFrame: {
|
|
14045
14045
|
color: string;
|
|
14046
14046
|
borderColor: string;
|
|
14047
14047
|
borderColorHover: string;
|
|
@@ -14075,7 +14075,7 @@ export declare const themes: {
|
|
|
14075
14075
|
colorTransparent: string;
|
|
14076
14076
|
placeholderColor: string;
|
|
14077
14077
|
};
|
|
14078
|
-
|
|
14078
|
+
light_blue_alt2_Progress: {
|
|
14079
14079
|
color: string;
|
|
14080
14080
|
borderColor: string;
|
|
14081
14081
|
borderColorHover: string;
|
|
@@ -14109,7 +14109,7 @@ export declare const themes: {
|
|
|
14109
14109
|
colorTransparent: string;
|
|
14110
14110
|
placeholderColor: string;
|
|
14111
14111
|
};
|
|
14112
|
-
|
|
14112
|
+
light_blue_alt2_TooltipArrow: {
|
|
14113
14113
|
color: string;
|
|
14114
14114
|
borderColor: string;
|
|
14115
14115
|
borderColorHover: string;
|
|
@@ -14143,7 +14143,7 @@ export declare const themes: {
|
|
|
14143
14143
|
colorTransparent: string;
|
|
14144
14144
|
placeholderColor: string;
|
|
14145
14145
|
};
|
|
14146
|
-
|
|
14146
|
+
light_blue_alt2_SliderTrackActive: {
|
|
14147
14147
|
color: string;
|
|
14148
14148
|
borderColor: string;
|
|
14149
14149
|
borderColorHover: string;
|
|
@@ -14619,7 +14619,7 @@ export declare const themes: {
|
|
|
14619
14619
|
colorTransparent: string;
|
|
14620
14620
|
placeholderColor: string;
|
|
14621
14621
|
};
|
|
14622
|
-
|
|
14622
|
+
light_blue_active_Switch: {
|
|
14623
14623
|
color: string;
|
|
14624
14624
|
borderColor: string;
|
|
14625
14625
|
borderColorHover: string;
|
|
@@ -14653,7 +14653,7 @@ export declare const themes: {
|
|
|
14653
14653
|
colorTransparent: string;
|
|
14654
14654
|
placeholderColor: string;
|
|
14655
14655
|
};
|
|
14656
|
-
|
|
14656
|
+
light_blue_active_SwitchThumb: {
|
|
14657
14657
|
color: string;
|
|
14658
14658
|
borderColor: string;
|
|
14659
14659
|
borderColorHover: string;
|
|
@@ -14687,7 +14687,7 @@ export declare const themes: {
|
|
|
14687
14687
|
colorTransparent: string;
|
|
14688
14688
|
placeholderColor: string;
|
|
14689
14689
|
};
|
|
14690
|
-
|
|
14690
|
+
light_blue_active_TooltipContent: {
|
|
14691
14691
|
color: string;
|
|
14692
14692
|
borderColor: string;
|
|
14693
14693
|
borderColorHover: string;
|
|
@@ -14721,7 +14721,7 @@ export declare const themes: {
|
|
|
14721
14721
|
colorTransparent: string;
|
|
14722
14722
|
placeholderColor: string;
|
|
14723
14723
|
};
|
|
14724
|
-
|
|
14724
|
+
light_blue_active_DrawerFrame: {
|
|
14725
14725
|
color: string;
|
|
14726
14726
|
borderColor: string;
|
|
14727
14727
|
borderColorHover: string;
|
|
@@ -14755,7 +14755,7 @@ export declare const themes: {
|
|
|
14755
14755
|
colorTransparent: string;
|
|
14756
14756
|
placeholderColor: string;
|
|
14757
14757
|
};
|
|
14758
|
-
|
|
14758
|
+
light_blue_active_Progress: {
|
|
14759
14759
|
color: string;
|
|
14760
14760
|
borderColor: string;
|
|
14761
14761
|
borderColorHover: string;
|
|
@@ -14789,7 +14789,7 @@ export declare const themes: {
|
|
|
14789
14789
|
colorTransparent: string;
|
|
14790
14790
|
placeholderColor: string;
|
|
14791
14791
|
};
|
|
14792
|
-
|
|
14792
|
+
light_blue_active_TooltipArrow: {
|
|
14793
14793
|
color: string;
|
|
14794
14794
|
borderColor: string;
|
|
14795
14795
|
borderColorHover: string;
|
|
@@ -14823,7 +14823,7 @@ export declare const themes: {
|
|
|
14823
14823
|
colorTransparent: string;
|
|
14824
14824
|
placeholderColor: string;
|
|
14825
14825
|
};
|
|
14826
|
-
|
|
14826
|
+
light_blue_active_SliderTrackActive: {
|
|
14827
14827
|
color: string;
|
|
14828
14828
|
borderColor: string;
|
|
14829
14829
|
borderColorHover: string;
|
|
@@ -15299,7 +15299,7 @@ export declare const themes: {
|
|
|
15299
15299
|
colorTransparent: string;
|
|
15300
15300
|
placeholderColor: string;
|
|
15301
15301
|
};
|
|
15302
|
-
|
|
15302
|
+
light_green_alt1_Switch: {
|
|
15303
15303
|
color: string;
|
|
15304
15304
|
borderColor: string;
|
|
15305
15305
|
borderColorHover: string;
|
|
@@ -15333,7 +15333,7 @@ export declare const themes: {
|
|
|
15333
15333
|
colorTransparent: string;
|
|
15334
15334
|
placeholderColor: string;
|
|
15335
15335
|
};
|
|
15336
|
-
|
|
15336
|
+
light_green_alt1_SwitchThumb: {
|
|
15337
15337
|
color: string;
|
|
15338
15338
|
borderColor: string;
|
|
15339
15339
|
borderColorHover: string;
|
|
@@ -15367,7 +15367,7 @@ export declare const themes: {
|
|
|
15367
15367
|
colorTransparent: string;
|
|
15368
15368
|
placeholderColor: string;
|
|
15369
15369
|
};
|
|
15370
|
-
|
|
15370
|
+
light_green_alt1_TooltipContent: {
|
|
15371
15371
|
color: string;
|
|
15372
15372
|
borderColor: string;
|
|
15373
15373
|
borderColorHover: string;
|
|
@@ -15401,7 +15401,7 @@ export declare const themes: {
|
|
|
15401
15401
|
colorTransparent: string;
|
|
15402
15402
|
placeholderColor: string;
|
|
15403
15403
|
};
|
|
15404
|
-
|
|
15404
|
+
light_green_alt1_DrawerFrame: {
|
|
15405
15405
|
color: string;
|
|
15406
15406
|
borderColor: string;
|
|
15407
15407
|
borderColorHover: string;
|
|
@@ -15435,7 +15435,7 @@ export declare const themes: {
|
|
|
15435
15435
|
colorTransparent: string;
|
|
15436
15436
|
placeholderColor: string;
|
|
15437
15437
|
};
|
|
15438
|
-
|
|
15438
|
+
light_green_alt1_Progress: {
|
|
15439
15439
|
color: string;
|
|
15440
15440
|
borderColor: string;
|
|
15441
15441
|
borderColorHover: string;
|
|
@@ -15469,7 +15469,7 @@ export declare const themes: {
|
|
|
15469
15469
|
colorTransparent: string;
|
|
15470
15470
|
placeholderColor: string;
|
|
15471
15471
|
};
|
|
15472
|
-
|
|
15472
|
+
light_green_alt1_TooltipArrow: {
|
|
15473
15473
|
color: string;
|
|
15474
15474
|
borderColor: string;
|
|
15475
15475
|
borderColorHover: string;
|
|
@@ -15503,7 +15503,7 @@ export declare const themes: {
|
|
|
15503
15503
|
colorTransparent: string;
|
|
15504
15504
|
placeholderColor: string;
|
|
15505
15505
|
};
|
|
15506
|
-
|
|
15506
|
+
light_green_alt1_SliderTrackActive: {
|
|
15507
15507
|
color: string;
|
|
15508
15508
|
borderColor: string;
|
|
15509
15509
|
borderColorHover: string;
|
|
@@ -15979,7 +15979,7 @@ export declare const themes: {
|
|
|
15979
15979
|
colorTransparent: string;
|
|
15980
15980
|
placeholderColor: string;
|
|
15981
15981
|
};
|
|
15982
|
-
|
|
15982
|
+
light_green_alt2_Switch: {
|
|
15983
15983
|
color: string;
|
|
15984
15984
|
borderColor: string;
|
|
15985
15985
|
borderColorHover: string;
|
|
@@ -16013,7 +16013,7 @@ export declare const themes: {
|
|
|
16013
16013
|
colorTransparent: string;
|
|
16014
16014
|
placeholderColor: string;
|
|
16015
16015
|
};
|
|
16016
|
-
|
|
16016
|
+
light_green_alt2_SwitchThumb: {
|
|
16017
16017
|
color: string;
|
|
16018
16018
|
borderColor: string;
|
|
16019
16019
|
borderColorHover: string;
|
|
@@ -16047,7 +16047,7 @@ export declare const themes: {
|
|
|
16047
16047
|
colorTransparent: string;
|
|
16048
16048
|
placeholderColor: string;
|
|
16049
16049
|
};
|
|
16050
|
-
|
|
16050
|
+
light_green_alt2_TooltipContent: {
|
|
16051
16051
|
color: string;
|
|
16052
16052
|
borderColor: string;
|
|
16053
16053
|
borderColorHover: string;
|
|
@@ -16081,7 +16081,7 @@ export declare const themes: {
|
|
|
16081
16081
|
colorTransparent: string;
|
|
16082
16082
|
placeholderColor: string;
|
|
16083
16083
|
};
|
|
16084
|
-
|
|
16084
|
+
light_green_alt2_DrawerFrame: {
|
|
16085
16085
|
color: string;
|
|
16086
16086
|
borderColor: string;
|
|
16087
16087
|
borderColorHover: string;
|
|
@@ -16115,7 +16115,7 @@ export declare const themes: {
|
|
|
16115
16115
|
colorTransparent: string;
|
|
16116
16116
|
placeholderColor: string;
|
|
16117
16117
|
};
|
|
16118
|
-
|
|
16118
|
+
light_green_alt2_Progress: {
|
|
16119
16119
|
color: string;
|
|
16120
16120
|
borderColor: string;
|
|
16121
16121
|
borderColorHover: string;
|
|
@@ -16149,7 +16149,7 @@ export declare const themes: {
|
|
|
16149
16149
|
colorTransparent: string;
|
|
16150
16150
|
placeholderColor: string;
|
|
16151
16151
|
};
|
|
16152
|
-
|
|
16152
|
+
light_green_alt2_TooltipArrow: {
|
|
16153
16153
|
color: string;
|
|
16154
16154
|
borderColor: string;
|
|
16155
16155
|
borderColorHover: string;
|
|
@@ -16183,7 +16183,7 @@ export declare const themes: {
|
|
|
16183
16183
|
colorTransparent: string;
|
|
16184
16184
|
placeholderColor: string;
|
|
16185
16185
|
};
|
|
16186
|
-
|
|
16186
|
+
light_green_alt2_SliderTrackActive: {
|
|
16187
16187
|
color: string;
|
|
16188
16188
|
borderColor: string;
|
|
16189
16189
|
borderColorHover: string;
|
|
@@ -16659,7 +16659,7 @@ export declare const themes: {
|
|
|
16659
16659
|
colorTransparent: string;
|
|
16660
16660
|
placeholderColor: string;
|
|
16661
16661
|
};
|
|
16662
|
-
|
|
16662
|
+
light_green_active_Switch: {
|
|
16663
16663
|
color: string;
|
|
16664
16664
|
borderColor: string;
|
|
16665
16665
|
borderColorHover: string;
|
|
@@ -16693,7 +16693,7 @@ export declare const themes: {
|
|
|
16693
16693
|
colorTransparent: string;
|
|
16694
16694
|
placeholderColor: string;
|
|
16695
16695
|
};
|
|
16696
|
-
|
|
16696
|
+
light_green_active_SwitchThumb: {
|
|
16697
16697
|
color: string;
|
|
16698
16698
|
borderColor: string;
|
|
16699
16699
|
borderColorHover: string;
|
|
@@ -16727,7 +16727,7 @@ export declare const themes: {
|
|
|
16727
16727
|
colorTransparent: string;
|
|
16728
16728
|
placeholderColor: string;
|
|
16729
16729
|
};
|
|
16730
|
-
|
|
16730
|
+
light_green_active_TooltipContent: {
|
|
16731
16731
|
color: string;
|
|
16732
16732
|
borderColor: string;
|
|
16733
16733
|
borderColorHover: string;
|
|
@@ -16761,7 +16761,7 @@ export declare const themes: {
|
|
|
16761
16761
|
colorTransparent: string;
|
|
16762
16762
|
placeholderColor: string;
|
|
16763
16763
|
};
|
|
16764
|
-
|
|
16764
|
+
light_green_active_DrawerFrame: {
|
|
16765
16765
|
color: string;
|
|
16766
16766
|
borderColor: string;
|
|
16767
16767
|
borderColorHover: string;
|
|
@@ -16795,7 +16795,7 @@ export declare const themes: {
|
|
|
16795
16795
|
colorTransparent: string;
|
|
16796
16796
|
placeholderColor: string;
|
|
16797
16797
|
};
|
|
16798
|
-
|
|
16798
|
+
light_green_active_Progress: {
|
|
16799
16799
|
color: string;
|
|
16800
16800
|
borderColor: string;
|
|
16801
16801
|
borderColorHover: string;
|
|
@@ -16829,7 +16829,7 @@ export declare const themes: {
|
|
|
16829
16829
|
colorTransparent: string;
|
|
16830
16830
|
placeholderColor: string;
|
|
16831
16831
|
};
|
|
16832
|
-
|
|
16832
|
+
light_green_active_TooltipArrow: {
|
|
16833
16833
|
color: string;
|
|
16834
16834
|
borderColor: string;
|
|
16835
16835
|
borderColorHover: string;
|
|
@@ -16863,7 +16863,7 @@ export declare const themes: {
|
|
|
16863
16863
|
colorTransparent: string;
|
|
16864
16864
|
placeholderColor: string;
|
|
16865
16865
|
};
|
|
16866
|
-
|
|
16866
|
+
light_green_active_SliderTrackActive: {
|
|
16867
16867
|
color: string;
|
|
16868
16868
|
borderColor: string;
|
|
16869
16869
|
borderColorHover: string;
|
|
@@ -17339,7 +17339,7 @@ export declare const themes: {
|
|
|
17339
17339
|
colorTransparent: string;
|
|
17340
17340
|
placeholderColor: string;
|
|
17341
17341
|
};
|
|
17342
|
-
|
|
17342
|
+
light_orange_alt1_Switch: {
|
|
17343
17343
|
color: string;
|
|
17344
17344
|
borderColor: string;
|
|
17345
17345
|
borderColorHover: string;
|
|
@@ -17373,7 +17373,7 @@ export declare const themes: {
|
|
|
17373
17373
|
colorTransparent: string;
|
|
17374
17374
|
placeholderColor: string;
|
|
17375
17375
|
};
|
|
17376
|
-
|
|
17376
|
+
light_orange_alt1_SwitchThumb: {
|
|
17377
17377
|
color: string;
|
|
17378
17378
|
borderColor: string;
|
|
17379
17379
|
borderColorHover: string;
|
|
@@ -17407,7 +17407,7 @@ export declare const themes: {
|
|
|
17407
17407
|
colorTransparent: string;
|
|
17408
17408
|
placeholderColor: string;
|
|
17409
17409
|
};
|
|
17410
|
-
|
|
17410
|
+
light_orange_alt1_TooltipContent: {
|
|
17411
17411
|
color: string;
|
|
17412
17412
|
borderColor: string;
|
|
17413
17413
|
borderColorHover: string;
|
|
@@ -17441,7 +17441,7 @@ export declare const themes: {
|
|
|
17441
17441
|
colorTransparent: string;
|
|
17442
17442
|
placeholderColor: string;
|
|
17443
17443
|
};
|
|
17444
|
-
|
|
17444
|
+
light_orange_alt1_DrawerFrame: {
|
|
17445
17445
|
color: string;
|
|
17446
17446
|
borderColor: string;
|
|
17447
17447
|
borderColorHover: string;
|
|
@@ -17475,7 +17475,7 @@ export declare const themes: {
|
|
|
17475
17475
|
colorTransparent: string;
|
|
17476
17476
|
placeholderColor: string;
|
|
17477
17477
|
};
|
|
17478
|
-
|
|
17478
|
+
light_orange_alt1_Progress: {
|
|
17479
17479
|
color: string;
|
|
17480
17480
|
borderColor: string;
|
|
17481
17481
|
borderColorHover: string;
|
|
@@ -17509,7 +17509,7 @@ export declare const themes: {
|
|
|
17509
17509
|
colorTransparent: string;
|
|
17510
17510
|
placeholderColor: string;
|
|
17511
17511
|
};
|
|
17512
|
-
|
|
17512
|
+
light_orange_alt1_TooltipArrow: {
|
|
17513
17513
|
color: string;
|
|
17514
17514
|
borderColor: string;
|
|
17515
17515
|
borderColorHover: string;
|
|
@@ -17543,7 +17543,7 @@ export declare const themes: {
|
|
|
17543
17543
|
colorTransparent: string;
|
|
17544
17544
|
placeholderColor: string;
|
|
17545
17545
|
};
|
|
17546
|
-
|
|
17546
|
+
light_orange_alt1_SliderTrackActive: {
|
|
17547
17547
|
color: string;
|
|
17548
17548
|
borderColor: string;
|
|
17549
17549
|
borderColorHover: string;
|
|
@@ -18019,7 +18019,7 @@ export declare const themes: {
|
|
|
18019
18019
|
colorTransparent: string;
|
|
18020
18020
|
placeholderColor: string;
|
|
18021
18021
|
};
|
|
18022
|
-
|
|
18022
|
+
light_orange_alt2_Switch: {
|
|
18023
18023
|
color: string;
|
|
18024
18024
|
borderColor: string;
|
|
18025
18025
|
borderColorHover: string;
|
|
@@ -18053,7 +18053,7 @@ export declare const themes: {
|
|
|
18053
18053
|
colorTransparent: string;
|
|
18054
18054
|
placeholderColor: string;
|
|
18055
18055
|
};
|
|
18056
|
-
|
|
18056
|
+
light_orange_alt2_SwitchThumb: {
|
|
18057
18057
|
color: string;
|
|
18058
18058
|
borderColor: string;
|
|
18059
18059
|
borderColorHover: string;
|
|
@@ -18087,7 +18087,7 @@ export declare const themes: {
|
|
|
18087
18087
|
colorTransparent: string;
|
|
18088
18088
|
placeholderColor: string;
|
|
18089
18089
|
};
|
|
18090
|
-
|
|
18090
|
+
light_orange_alt2_TooltipContent: {
|
|
18091
18091
|
color: string;
|
|
18092
18092
|
borderColor: string;
|
|
18093
18093
|
borderColorHover: string;
|
|
@@ -18121,7 +18121,7 @@ export declare const themes: {
|
|
|
18121
18121
|
colorTransparent: string;
|
|
18122
18122
|
placeholderColor: string;
|
|
18123
18123
|
};
|
|
18124
|
-
|
|
18124
|
+
light_orange_alt2_DrawerFrame: {
|
|
18125
18125
|
color: string;
|
|
18126
18126
|
borderColor: string;
|
|
18127
18127
|
borderColorHover: string;
|
|
@@ -18155,7 +18155,7 @@ export declare const themes: {
|
|
|
18155
18155
|
colorTransparent: string;
|
|
18156
18156
|
placeholderColor: string;
|
|
18157
18157
|
};
|
|
18158
|
-
|
|
18158
|
+
light_orange_alt2_Progress: {
|
|
18159
18159
|
color: string;
|
|
18160
18160
|
borderColor: string;
|
|
18161
18161
|
borderColorHover: string;
|
|
@@ -18189,7 +18189,7 @@ export declare const themes: {
|
|
|
18189
18189
|
colorTransparent: string;
|
|
18190
18190
|
placeholderColor: string;
|
|
18191
18191
|
};
|
|
18192
|
-
|
|
18192
|
+
light_orange_alt2_TooltipArrow: {
|
|
18193
18193
|
color: string;
|
|
18194
18194
|
borderColor: string;
|
|
18195
18195
|
borderColorHover: string;
|
|
@@ -18223,7 +18223,7 @@ export declare const themes: {
|
|
|
18223
18223
|
colorTransparent: string;
|
|
18224
18224
|
placeholderColor: string;
|
|
18225
18225
|
};
|
|
18226
|
-
|
|
18226
|
+
light_orange_alt2_SliderTrackActive: {
|
|
18227
18227
|
color: string;
|
|
18228
18228
|
borderColor: string;
|
|
18229
18229
|
borderColorHover: string;
|
|
@@ -18699,7 +18699,7 @@ export declare const themes: {
|
|
|
18699
18699
|
colorTransparent: string;
|
|
18700
18700
|
placeholderColor: string;
|
|
18701
18701
|
};
|
|
18702
|
-
|
|
18702
|
+
light_orange_active_Switch: {
|
|
18703
18703
|
color: string;
|
|
18704
18704
|
borderColor: string;
|
|
18705
18705
|
borderColorHover: string;
|
|
@@ -18733,7 +18733,7 @@ export declare const themes: {
|
|
|
18733
18733
|
colorTransparent: string;
|
|
18734
18734
|
placeholderColor: string;
|
|
18735
18735
|
};
|
|
18736
|
-
|
|
18736
|
+
light_orange_active_SwitchThumb: {
|
|
18737
18737
|
color: string;
|
|
18738
18738
|
borderColor: string;
|
|
18739
18739
|
borderColorHover: string;
|
|
@@ -18767,7 +18767,7 @@ export declare const themes: {
|
|
|
18767
18767
|
colorTransparent: string;
|
|
18768
18768
|
placeholderColor: string;
|
|
18769
18769
|
};
|
|
18770
|
-
|
|
18770
|
+
light_orange_active_TooltipContent: {
|
|
18771
18771
|
color: string;
|
|
18772
18772
|
borderColor: string;
|
|
18773
18773
|
borderColorHover: string;
|
|
@@ -18801,7 +18801,7 @@ export declare const themes: {
|
|
|
18801
18801
|
colorTransparent: string;
|
|
18802
18802
|
placeholderColor: string;
|
|
18803
18803
|
};
|
|
18804
|
-
|
|
18804
|
+
light_orange_active_DrawerFrame: {
|
|
18805
18805
|
color: string;
|
|
18806
18806
|
borderColor: string;
|
|
18807
18807
|
borderColorHover: string;
|
|
@@ -18835,7 +18835,7 @@ export declare const themes: {
|
|
|
18835
18835
|
colorTransparent: string;
|
|
18836
18836
|
placeholderColor: string;
|
|
18837
18837
|
};
|
|
18838
|
-
|
|
18838
|
+
light_orange_active_Progress: {
|
|
18839
18839
|
color: string;
|
|
18840
18840
|
borderColor: string;
|
|
18841
18841
|
borderColorHover: string;
|
|
@@ -18869,7 +18869,7 @@ export declare const themes: {
|
|
|
18869
18869
|
colorTransparent: string;
|
|
18870
18870
|
placeholderColor: string;
|
|
18871
18871
|
};
|
|
18872
|
-
|
|
18872
|
+
light_orange_active_TooltipArrow: {
|
|
18873
18873
|
color: string;
|
|
18874
18874
|
borderColor: string;
|
|
18875
18875
|
borderColorHover: string;
|
|
@@ -18903,7 +18903,7 @@ export declare const themes: {
|
|
|
18903
18903
|
colorTransparent: string;
|
|
18904
18904
|
placeholderColor: string;
|
|
18905
18905
|
};
|
|
18906
|
-
|
|
18906
|
+
light_orange_active_SliderTrackActive: {
|
|
18907
18907
|
color: string;
|
|
18908
18908
|
borderColor: string;
|
|
18909
18909
|
borderColorHover: string;
|
|
@@ -19379,7 +19379,7 @@ export declare const themes: {
|
|
|
19379
19379
|
colorTransparent: string;
|
|
19380
19380
|
placeholderColor: string;
|
|
19381
19381
|
};
|
|
19382
|
-
|
|
19382
|
+
light_pink_alt1_Switch: {
|
|
19383
19383
|
color: string;
|
|
19384
19384
|
borderColor: string;
|
|
19385
19385
|
borderColorHover: string;
|
|
@@ -19413,7 +19413,7 @@ export declare const themes: {
|
|
|
19413
19413
|
colorTransparent: string;
|
|
19414
19414
|
placeholderColor: string;
|
|
19415
19415
|
};
|
|
19416
|
-
|
|
19416
|
+
light_pink_alt1_SwitchThumb: {
|
|
19417
19417
|
color: string;
|
|
19418
19418
|
borderColor: string;
|
|
19419
19419
|
borderColorHover: string;
|
|
@@ -19447,7 +19447,7 @@ export declare const themes: {
|
|
|
19447
19447
|
colorTransparent: string;
|
|
19448
19448
|
placeholderColor: string;
|
|
19449
19449
|
};
|
|
19450
|
-
|
|
19450
|
+
light_pink_alt1_TooltipContent: {
|
|
19451
19451
|
color: string;
|
|
19452
19452
|
borderColor: string;
|
|
19453
19453
|
borderColorHover: string;
|
|
@@ -19481,7 +19481,7 @@ export declare const themes: {
|
|
|
19481
19481
|
colorTransparent: string;
|
|
19482
19482
|
placeholderColor: string;
|
|
19483
19483
|
};
|
|
19484
|
-
|
|
19484
|
+
light_pink_alt1_DrawerFrame: {
|
|
19485
19485
|
color: string;
|
|
19486
19486
|
borderColor: string;
|
|
19487
19487
|
borderColorHover: string;
|
|
@@ -19515,7 +19515,7 @@ export declare const themes: {
|
|
|
19515
19515
|
colorTransparent: string;
|
|
19516
19516
|
placeholderColor: string;
|
|
19517
19517
|
};
|
|
19518
|
-
|
|
19518
|
+
light_pink_alt1_Progress: {
|
|
19519
19519
|
color: string;
|
|
19520
19520
|
borderColor: string;
|
|
19521
19521
|
borderColorHover: string;
|
|
@@ -19549,7 +19549,7 @@ export declare const themes: {
|
|
|
19549
19549
|
colorTransparent: string;
|
|
19550
19550
|
placeholderColor: string;
|
|
19551
19551
|
};
|
|
19552
|
-
|
|
19552
|
+
light_pink_alt1_TooltipArrow: {
|
|
19553
19553
|
color: string;
|
|
19554
19554
|
borderColor: string;
|
|
19555
19555
|
borderColorHover: string;
|
|
@@ -19583,7 +19583,7 @@ export declare const themes: {
|
|
|
19583
19583
|
colorTransparent: string;
|
|
19584
19584
|
placeholderColor: string;
|
|
19585
19585
|
};
|
|
19586
|
-
|
|
19586
|
+
light_pink_alt1_SliderTrackActive: {
|
|
19587
19587
|
color: string;
|
|
19588
19588
|
borderColor: string;
|
|
19589
19589
|
borderColorHover: string;
|
|
@@ -20059,7 +20059,7 @@ export declare const themes: {
|
|
|
20059
20059
|
colorTransparent: string;
|
|
20060
20060
|
placeholderColor: string;
|
|
20061
20061
|
};
|
|
20062
|
-
|
|
20062
|
+
light_pink_alt2_Switch: {
|
|
20063
20063
|
color: string;
|
|
20064
20064
|
borderColor: string;
|
|
20065
20065
|
borderColorHover: string;
|
|
@@ -20093,7 +20093,7 @@ export declare const themes: {
|
|
|
20093
20093
|
colorTransparent: string;
|
|
20094
20094
|
placeholderColor: string;
|
|
20095
20095
|
};
|
|
20096
|
-
|
|
20096
|
+
light_pink_alt2_SwitchThumb: {
|
|
20097
20097
|
color: string;
|
|
20098
20098
|
borderColor: string;
|
|
20099
20099
|
borderColorHover: string;
|
|
@@ -20127,7 +20127,7 @@ export declare const themes: {
|
|
|
20127
20127
|
colorTransparent: string;
|
|
20128
20128
|
placeholderColor: string;
|
|
20129
20129
|
};
|
|
20130
|
-
|
|
20130
|
+
light_pink_alt2_TooltipContent: {
|
|
20131
20131
|
color: string;
|
|
20132
20132
|
borderColor: string;
|
|
20133
20133
|
borderColorHover: string;
|
|
@@ -20161,7 +20161,7 @@ export declare const themes: {
|
|
|
20161
20161
|
colorTransparent: string;
|
|
20162
20162
|
placeholderColor: string;
|
|
20163
20163
|
};
|
|
20164
|
-
|
|
20164
|
+
light_pink_alt2_DrawerFrame: {
|
|
20165
20165
|
color: string;
|
|
20166
20166
|
borderColor: string;
|
|
20167
20167
|
borderColorHover: string;
|
|
@@ -20195,7 +20195,7 @@ export declare const themes: {
|
|
|
20195
20195
|
colorTransparent: string;
|
|
20196
20196
|
placeholderColor: string;
|
|
20197
20197
|
};
|
|
20198
|
-
|
|
20198
|
+
light_pink_alt2_Progress: {
|
|
20199
20199
|
color: string;
|
|
20200
20200
|
borderColor: string;
|
|
20201
20201
|
borderColorHover: string;
|
|
@@ -20229,7 +20229,7 @@ export declare const themes: {
|
|
|
20229
20229
|
colorTransparent: string;
|
|
20230
20230
|
placeholderColor: string;
|
|
20231
20231
|
};
|
|
20232
|
-
|
|
20232
|
+
light_pink_alt2_TooltipArrow: {
|
|
20233
20233
|
color: string;
|
|
20234
20234
|
borderColor: string;
|
|
20235
20235
|
borderColorHover: string;
|
|
@@ -20263,7 +20263,7 @@ export declare const themes: {
|
|
|
20263
20263
|
colorTransparent: string;
|
|
20264
20264
|
placeholderColor: string;
|
|
20265
20265
|
};
|
|
20266
|
-
|
|
20266
|
+
light_pink_alt2_SliderTrackActive: {
|
|
20267
20267
|
color: string;
|
|
20268
20268
|
borderColor: string;
|
|
20269
20269
|
borderColorHover: string;
|
|
@@ -20739,7 +20739,7 @@ export declare const themes: {
|
|
|
20739
20739
|
colorTransparent: string;
|
|
20740
20740
|
placeholderColor: string;
|
|
20741
20741
|
};
|
|
20742
|
-
|
|
20742
|
+
light_pink_active_Switch: {
|
|
20743
20743
|
color: string;
|
|
20744
20744
|
borderColor: string;
|
|
20745
20745
|
borderColorHover: string;
|
|
@@ -20773,7 +20773,7 @@ export declare const themes: {
|
|
|
20773
20773
|
colorTransparent: string;
|
|
20774
20774
|
placeholderColor: string;
|
|
20775
20775
|
};
|
|
20776
|
-
|
|
20776
|
+
light_pink_active_SwitchThumb: {
|
|
20777
20777
|
color: string;
|
|
20778
20778
|
borderColor: string;
|
|
20779
20779
|
borderColorHover: string;
|
|
@@ -20807,7 +20807,7 @@ export declare const themes: {
|
|
|
20807
20807
|
colorTransparent: string;
|
|
20808
20808
|
placeholderColor: string;
|
|
20809
20809
|
};
|
|
20810
|
-
|
|
20810
|
+
light_pink_active_TooltipContent: {
|
|
20811
20811
|
color: string;
|
|
20812
20812
|
borderColor: string;
|
|
20813
20813
|
borderColorHover: string;
|
|
@@ -20841,7 +20841,7 @@ export declare const themes: {
|
|
|
20841
20841
|
colorTransparent: string;
|
|
20842
20842
|
placeholderColor: string;
|
|
20843
20843
|
};
|
|
20844
|
-
|
|
20844
|
+
light_pink_active_DrawerFrame: {
|
|
20845
20845
|
color: string;
|
|
20846
20846
|
borderColor: string;
|
|
20847
20847
|
borderColorHover: string;
|
|
@@ -20875,7 +20875,7 @@ export declare const themes: {
|
|
|
20875
20875
|
colorTransparent: string;
|
|
20876
20876
|
placeholderColor: string;
|
|
20877
20877
|
};
|
|
20878
|
-
|
|
20878
|
+
light_pink_active_Progress: {
|
|
20879
20879
|
color: string;
|
|
20880
20880
|
borderColor: string;
|
|
20881
20881
|
borderColorHover: string;
|
|
@@ -20909,7 +20909,7 @@ export declare const themes: {
|
|
|
20909
20909
|
colorTransparent: string;
|
|
20910
20910
|
placeholderColor: string;
|
|
20911
20911
|
};
|
|
20912
|
-
|
|
20912
|
+
light_pink_active_TooltipArrow: {
|
|
20913
20913
|
color: string;
|
|
20914
20914
|
borderColor: string;
|
|
20915
20915
|
borderColorHover: string;
|
|
@@ -20943,7 +20943,7 @@ export declare const themes: {
|
|
|
20943
20943
|
colorTransparent: string;
|
|
20944
20944
|
placeholderColor: string;
|
|
20945
20945
|
};
|
|
20946
|
-
|
|
20946
|
+
light_pink_active_SliderTrackActive: {
|
|
20947
20947
|
color: string;
|
|
20948
20948
|
borderColor: string;
|
|
20949
20949
|
borderColorHover: string;
|
|
@@ -21419,7 +21419,7 @@ export declare const themes: {
|
|
|
21419
21419
|
colorTransparent: string;
|
|
21420
21420
|
placeholderColor: string;
|
|
21421
21421
|
};
|
|
21422
|
-
|
|
21422
|
+
light_purple_alt1_Switch: {
|
|
21423
21423
|
color: string;
|
|
21424
21424
|
borderColor: string;
|
|
21425
21425
|
borderColorHover: string;
|
|
@@ -21453,7 +21453,7 @@ export declare const themes: {
|
|
|
21453
21453
|
colorTransparent: string;
|
|
21454
21454
|
placeholderColor: string;
|
|
21455
21455
|
};
|
|
21456
|
-
|
|
21456
|
+
light_purple_alt1_SwitchThumb: {
|
|
21457
21457
|
color: string;
|
|
21458
21458
|
borderColor: string;
|
|
21459
21459
|
borderColorHover: string;
|
|
@@ -21487,7 +21487,7 @@ export declare const themes: {
|
|
|
21487
21487
|
colorTransparent: string;
|
|
21488
21488
|
placeholderColor: string;
|
|
21489
21489
|
};
|
|
21490
|
-
|
|
21490
|
+
light_purple_alt1_TooltipContent: {
|
|
21491
21491
|
color: string;
|
|
21492
21492
|
borderColor: string;
|
|
21493
21493
|
borderColorHover: string;
|
|
@@ -21521,7 +21521,7 @@ export declare const themes: {
|
|
|
21521
21521
|
colorTransparent: string;
|
|
21522
21522
|
placeholderColor: string;
|
|
21523
21523
|
};
|
|
21524
|
-
|
|
21524
|
+
light_purple_alt1_DrawerFrame: {
|
|
21525
21525
|
color: string;
|
|
21526
21526
|
borderColor: string;
|
|
21527
21527
|
borderColorHover: string;
|
|
@@ -21555,7 +21555,7 @@ export declare const themes: {
|
|
|
21555
21555
|
colorTransparent: string;
|
|
21556
21556
|
placeholderColor: string;
|
|
21557
21557
|
};
|
|
21558
|
-
|
|
21558
|
+
light_purple_alt1_Progress: {
|
|
21559
21559
|
color: string;
|
|
21560
21560
|
borderColor: string;
|
|
21561
21561
|
borderColorHover: string;
|
|
@@ -21589,7 +21589,7 @@ export declare const themes: {
|
|
|
21589
21589
|
colorTransparent: string;
|
|
21590
21590
|
placeholderColor: string;
|
|
21591
21591
|
};
|
|
21592
|
-
|
|
21592
|
+
light_purple_alt1_TooltipArrow: {
|
|
21593
21593
|
color: string;
|
|
21594
21594
|
borderColor: string;
|
|
21595
21595
|
borderColorHover: string;
|
|
@@ -21623,7 +21623,7 @@ export declare const themes: {
|
|
|
21623
21623
|
colorTransparent: string;
|
|
21624
21624
|
placeholderColor: string;
|
|
21625
21625
|
};
|
|
21626
|
-
|
|
21626
|
+
light_purple_alt1_SliderTrackActive: {
|
|
21627
21627
|
color: string;
|
|
21628
21628
|
borderColor: string;
|
|
21629
21629
|
borderColorHover: string;
|
|
@@ -22099,7 +22099,7 @@ export declare const themes: {
|
|
|
22099
22099
|
colorTransparent: string;
|
|
22100
22100
|
placeholderColor: string;
|
|
22101
22101
|
};
|
|
22102
|
-
|
|
22102
|
+
light_purple_alt2_Switch: {
|
|
22103
22103
|
color: string;
|
|
22104
22104
|
borderColor: string;
|
|
22105
22105
|
borderColorHover: string;
|
|
@@ -22133,7 +22133,7 @@ export declare const themes: {
|
|
|
22133
22133
|
colorTransparent: string;
|
|
22134
22134
|
placeholderColor: string;
|
|
22135
22135
|
};
|
|
22136
|
-
|
|
22136
|
+
light_purple_alt2_SwitchThumb: {
|
|
22137
22137
|
color: string;
|
|
22138
22138
|
borderColor: string;
|
|
22139
22139
|
borderColorHover: string;
|
|
@@ -22167,7 +22167,7 @@ export declare const themes: {
|
|
|
22167
22167
|
colorTransparent: string;
|
|
22168
22168
|
placeholderColor: string;
|
|
22169
22169
|
};
|
|
22170
|
-
|
|
22170
|
+
light_purple_alt2_TooltipContent: {
|
|
22171
22171
|
color: string;
|
|
22172
22172
|
borderColor: string;
|
|
22173
22173
|
borderColorHover: string;
|
|
@@ -22201,7 +22201,7 @@ export declare const themes: {
|
|
|
22201
22201
|
colorTransparent: string;
|
|
22202
22202
|
placeholderColor: string;
|
|
22203
22203
|
};
|
|
22204
|
-
|
|
22204
|
+
light_purple_alt2_DrawerFrame: {
|
|
22205
22205
|
color: string;
|
|
22206
22206
|
borderColor: string;
|
|
22207
22207
|
borderColorHover: string;
|
|
@@ -22235,7 +22235,7 @@ export declare const themes: {
|
|
|
22235
22235
|
colorTransparent: string;
|
|
22236
22236
|
placeholderColor: string;
|
|
22237
22237
|
};
|
|
22238
|
-
|
|
22238
|
+
light_purple_alt2_Progress: {
|
|
22239
22239
|
color: string;
|
|
22240
22240
|
borderColor: string;
|
|
22241
22241
|
borderColorHover: string;
|
|
@@ -22269,7 +22269,7 @@ export declare const themes: {
|
|
|
22269
22269
|
colorTransparent: string;
|
|
22270
22270
|
placeholderColor: string;
|
|
22271
22271
|
};
|
|
22272
|
-
|
|
22272
|
+
light_purple_alt2_TooltipArrow: {
|
|
22273
22273
|
color: string;
|
|
22274
22274
|
borderColor: string;
|
|
22275
22275
|
borderColorHover: string;
|
|
@@ -22303,7 +22303,7 @@ export declare const themes: {
|
|
|
22303
22303
|
colorTransparent: string;
|
|
22304
22304
|
placeholderColor: string;
|
|
22305
22305
|
};
|
|
22306
|
-
|
|
22306
|
+
light_purple_alt2_SliderTrackActive: {
|
|
22307
22307
|
color: string;
|
|
22308
22308
|
borderColor: string;
|
|
22309
22309
|
borderColorHover: string;
|
|
@@ -22779,7 +22779,7 @@ export declare const themes: {
|
|
|
22779
22779
|
colorTransparent: string;
|
|
22780
22780
|
placeholderColor: string;
|
|
22781
22781
|
};
|
|
22782
|
-
|
|
22782
|
+
light_purple_active_Switch: {
|
|
22783
22783
|
color: string;
|
|
22784
22784
|
borderColor: string;
|
|
22785
22785
|
borderColorHover: string;
|
|
@@ -22813,7 +22813,7 @@ export declare const themes: {
|
|
|
22813
22813
|
colorTransparent: string;
|
|
22814
22814
|
placeholderColor: string;
|
|
22815
22815
|
};
|
|
22816
|
-
|
|
22816
|
+
light_purple_active_SwitchThumb: {
|
|
22817
22817
|
color: string;
|
|
22818
22818
|
borderColor: string;
|
|
22819
22819
|
borderColorHover: string;
|
|
@@ -22847,7 +22847,7 @@ export declare const themes: {
|
|
|
22847
22847
|
colorTransparent: string;
|
|
22848
22848
|
placeholderColor: string;
|
|
22849
22849
|
};
|
|
22850
|
-
|
|
22850
|
+
light_purple_active_TooltipContent: {
|
|
22851
22851
|
color: string;
|
|
22852
22852
|
borderColor: string;
|
|
22853
22853
|
borderColorHover: string;
|
|
@@ -22881,7 +22881,7 @@ export declare const themes: {
|
|
|
22881
22881
|
colorTransparent: string;
|
|
22882
22882
|
placeholderColor: string;
|
|
22883
22883
|
};
|
|
22884
|
-
|
|
22884
|
+
light_purple_active_DrawerFrame: {
|
|
22885
22885
|
color: string;
|
|
22886
22886
|
borderColor: string;
|
|
22887
22887
|
borderColorHover: string;
|
|
@@ -22915,7 +22915,7 @@ export declare const themes: {
|
|
|
22915
22915
|
colorTransparent: string;
|
|
22916
22916
|
placeholderColor: string;
|
|
22917
22917
|
};
|
|
22918
|
-
|
|
22918
|
+
light_purple_active_Progress: {
|
|
22919
22919
|
color: string;
|
|
22920
22920
|
borderColor: string;
|
|
22921
22921
|
borderColorHover: string;
|
|
@@ -22949,7 +22949,7 @@ export declare const themes: {
|
|
|
22949
22949
|
colorTransparent: string;
|
|
22950
22950
|
placeholderColor: string;
|
|
22951
22951
|
};
|
|
22952
|
-
|
|
22952
|
+
light_purple_active_TooltipArrow: {
|
|
22953
22953
|
color: string;
|
|
22954
22954
|
borderColor: string;
|
|
22955
22955
|
borderColorHover: string;
|
|
@@ -22983,7 +22983,7 @@ export declare const themes: {
|
|
|
22983
22983
|
colorTransparent: string;
|
|
22984
22984
|
placeholderColor: string;
|
|
22985
22985
|
};
|
|
22986
|
-
|
|
22986
|
+
light_purple_active_SliderTrackActive: {
|
|
22987
22987
|
color: string;
|
|
22988
22988
|
borderColor: string;
|
|
22989
22989
|
borderColorHover: string;
|
|
@@ -23459,7 +23459,7 @@ export declare const themes: {
|
|
|
23459
23459
|
colorTransparent: string;
|
|
23460
23460
|
placeholderColor: string;
|
|
23461
23461
|
};
|
|
23462
|
-
|
|
23462
|
+
light_red_alt1_Switch: {
|
|
23463
23463
|
color: string;
|
|
23464
23464
|
borderColor: string;
|
|
23465
23465
|
borderColorHover: string;
|
|
@@ -23493,7 +23493,7 @@ export declare const themes: {
|
|
|
23493
23493
|
colorTransparent: string;
|
|
23494
23494
|
placeholderColor: string;
|
|
23495
23495
|
};
|
|
23496
|
-
|
|
23496
|
+
light_red_alt1_SwitchThumb: {
|
|
23497
23497
|
color: string;
|
|
23498
23498
|
borderColor: string;
|
|
23499
23499
|
borderColorHover: string;
|
|
@@ -23527,7 +23527,7 @@ export declare const themes: {
|
|
|
23527
23527
|
colorTransparent: string;
|
|
23528
23528
|
placeholderColor: string;
|
|
23529
23529
|
};
|
|
23530
|
-
|
|
23530
|
+
light_red_alt1_TooltipContent: {
|
|
23531
23531
|
color: string;
|
|
23532
23532
|
borderColor: string;
|
|
23533
23533
|
borderColorHover: string;
|
|
@@ -23561,7 +23561,7 @@ export declare const themes: {
|
|
|
23561
23561
|
colorTransparent: string;
|
|
23562
23562
|
placeholderColor: string;
|
|
23563
23563
|
};
|
|
23564
|
-
|
|
23564
|
+
light_red_alt1_DrawerFrame: {
|
|
23565
23565
|
color: string;
|
|
23566
23566
|
borderColor: string;
|
|
23567
23567
|
borderColorHover: string;
|
|
@@ -23595,7 +23595,7 @@ export declare const themes: {
|
|
|
23595
23595
|
colorTransparent: string;
|
|
23596
23596
|
placeholderColor: string;
|
|
23597
23597
|
};
|
|
23598
|
-
|
|
23598
|
+
light_red_alt1_Progress: {
|
|
23599
23599
|
color: string;
|
|
23600
23600
|
borderColor: string;
|
|
23601
23601
|
borderColorHover: string;
|
|
@@ -23629,7 +23629,7 @@ export declare const themes: {
|
|
|
23629
23629
|
colorTransparent: string;
|
|
23630
23630
|
placeholderColor: string;
|
|
23631
23631
|
};
|
|
23632
|
-
|
|
23632
|
+
light_red_alt1_TooltipArrow: {
|
|
23633
23633
|
color: string;
|
|
23634
23634
|
borderColor: string;
|
|
23635
23635
|
borderColorHover: string;
|
|
@@ -23663,7 +23663,7 @@ export declare const themes: {
|
|
|
23663
23663
|
colorTransparent: string;
|
|
23664
23664
|
placeholderColor: string;
|
|
23665
23665
|
};
|
|
23666
|
-
|
|
23666
|
+
light_red_alt1_SliderTrackActive: {
|
|
23667
23667
|
color: string;
|
|
23668
23668
|
borderColor: string;
|
|
23669
23669
|
borderColorHover: string;
|
|
@@ -24139,7 +24139,7 @@ export declare const themes: {
|
|
|
24139
24139
|
colorTransparent: string;
|
|
24140
24140
|
placeholderColor: string;
|
|
24141
24141
|
};
|
|
24142
|
-
|
|
24142
|
+
light_red_alt2_Switch: {
|
|
24143
24143
|
color: string;
|
|
24144
24144
|
borderColor: string;
|
|
24145
24145
|
borderColorHover: string;
|
|
@@ -24173,7 +24173,7 @@ export declare const themes: {
|
|
|
24173
24173
|
colorTransparent: string;
|
|
24174
24174
|
placeholderColor: string;
|
|
24175
24175
|
};
|
|
24176
|
-
|
|
24176
|
+
light_red_alt2_SwitchThumb: {
|
|
24177
24177
|
color: string;
|
|
24178
24178
|
borderColor: string;
|
|
24179
24179
|
borderColorHover: string;
|
|
@@ -24207,7 +24207,7 @@ export declare const themes: {
|
|
|
24207
24207
|
colorTransparent: string;
|
|
24208
24208
|
placeholderColor: string;
|
|
24209
24209
|
};
|
|
24210
|
-
|
|
24210
|
+
light_red_alt2_TooltipContent: {
|
|
24211
24211
|
color: string;
|
|
24212
24212
|
borderColor: string;
|
|
24213
24213
|
borderColorHover: string;
|
|
@@ -24241,7 +24241,7 @@ export declare const themes: {
|
|
|
24241
24241
|
colorTransparent: string;
|
|
24242
24242
|
placeholderColor: string;
|
|
24243
24243
|
};
|
|
24244
|
-
|
|
24244
|
+
light_red_alt2_DrawerFrame: {
|
|
24245
24245
|
color: string;
|
|
24246
24246
|
borderColor: string;
|
|
24247
24247
|
borderColorHover: string;
|
|
@@ -24275,7 +24275,7 @@ export declare const themes: {
|
|
|
24275
24275
|
colorTransparent: string;
|
|
24276
24276
|
placeholderColor: string;
|
|
24277
24277
|
};
|
|
24278
|
-
|
|
24278
|
+
light_red_alt2_Progress: {
|
|
24279
24279
|
color: string;
|
|
24280
24280
|
borderColor: string;
|
|
24281
24281
|
borderColorHover: string;
|
|
@@ -24309,7 +24309,7 @@ export declare const themes: {
|
|
|
24309
24309
|
colorTransparent: string;
|
|
24310
24310
|
placeholderColor: string;
|
|
24311
24311
|
};
|
|
24312
|
-
|
|
24312
|
+
light_red_alt2_TooltipArrow: {
|
|
24313
24313
|
color: string;
|
|
24314
24314
|
borderColor: string;
|
|
24315
24315
|
borderColorHover: string;
|
|
@@ -24343,7 +24343,7 @@ export declare const themes: {
|
|
|
24343
24343
|
colorTransparent: string;
|
|
24344
24344
|
placeholderColor: string;
|
|
24345
24345
|
};
|
|
24346
|
-
|
|
24346
|
+
light_red_alt2_SliderTrackActive: {
|
|
24347
24347
|
color: string;
|
|
24348
24348
|
borderColor: string;
|
|
24349
24349
|
borderColorHover: string;
|
|
@@ -24819,7 +24819,7 @@ export declare const themes: {
|
|
|
24819
24819
|
colorTransparent: string;
|
|
24820
24820
|
placeholderColor: string;
|
|
24821
24821
|
};
|
|
24822
|
-
|
|
24822
|
+
light_red_active_Switch: {
|
|
24823
24823
|
color: string;
|
|
24824
24824
|
borderColor: string;
|
|
24825
24825
|
borderColorHover: string;
|
|
@@ -24853,7 +24853,7 @@ export declare const themes: {
|
|
|
24853
24853
|
colorTransparent: string;
|
|
24854
24854
|
placeholderColor: string;
|
|
24855
24855
|
};
|
|
24856
|
-
|
|
24856
|
+
light_red_active_SwitchThumb: {
|
|
24857
24857
|
color: string;
|
|
24858
24858
|
borderColor: string;
|
|
24859
24859
|
borderColorHover: string;
|
|
@@ -24887,7 +24887,7 @@ export declare const themes: {
|
|
|
24887
24887
|
colorTransparent: string;
|
|
24888
24888
|
placeholderColor: string;
|
|
24889
24889
|
};
|
|
24890
|
-
|
|
24890
|
+
light_red_active_TooltipContent: {
|
|
24891
24891
|
color: string;
|
|
24892
24892
|
borderColor: string;
|
|
24893
24893
|
borderColorHover: string;
|
|
@@ -24921,7 +24921,7 @@ export declare const themes: {
|
|
|
24921
24921
|
colorTransparent: string;
|
|
24922
24922
|
placeholderColor: string;
|
|
24923
24923
|
};
|
|
24924
|
-
|
|
24924
|
+
light_red_active_DrawerFrame: {
|
|
24925
24925
|
color: string;
|
|
24926
24926
|
borderColor: string;
|
|
24927
24927
|
borderColorHover: string;
|
|
@@ -24955,7 +24955,7 @@ export declare const themes: {
|
|
|
24955
24955
|
colorTransparent: string;
|
|
24956
24956
|
placeholderColor: string;
|
|
24957
24957
|
};
|
|
24958
|
-
|
|
24958
|
+
light_red_active_Progress: {
|
|
24959
24959
|
color: string;
|
|
24960
24960
|
borderColor: string;
|
|
24961
24961
|
borderColorHover: string;
|
|
@@ -24989,7 +24989,7 @@ export declare const themes: {
|
|
|
24989
24989
|
colorTransparent: string;
|
|
24990
24990
|
placeholderColor: string;
|
|
24991
24991
|
};
|
|
24992
|
-
|
|
24992
|
+
light_red_active_TooltipArrow: {
|
|
24993
24993
|
color: string;
|
|
24994
24994
|
borderColor: string;
|
|
24995
24995
|
borderColorHover: string;
|
|
@@ -25023,7 +25023,7 @@ export declare const themes: {
|
|
|
25023
25023
|
colorTransparent: string;
|
|
25024
25024
|
placeholderColor: string;
|
|
25025
25025
|
};
|
|
25026
|
-
|
|
25026
|
+
light_red_active_SliderTrackActive: {
|
|
25027
25027
|
color: string;
|
|
25028
25028
|
borderColor: string;
|
|
25029
25029
|
borderColorHover: string;
|
|
@@ -25499,7 +25499,7 @@ export declare const themes: {
|
|
|
25499
25499
|
colorTransparent: string;
|
|
25500
25500
|
placeholderColor: string;
|
|
25501
25501
|
};
|
|
25502
|
-
|
|
25502
|
+
light_yellow_alt1_Switch: {
|
|
25503
25503
|
color: string;
|
|
25504
25504
|
borderColor: string;
|
|
25505
25505
|
borderColorHover: string;
|
|
@@ -25533,7 +25533,7 @@ export declare const themes: {
|
|
|
25533
25533
|
colorTransparent: string;
|
|
25534
25534
|
placeholderColor: string;
|
|
25535
25535
|
};
|
|
25536
|
-
|
|
25536
|
+
light_yellow_alt1_SwitchThumb: {
|
|
25537
25537
|
color: string;
|
|
25538
25538
|
borderColor: string;
|
|
25539
25539
|
borderColorHover: string;
|
|
@@ -25567,7 +25567,7 @@ export declare const themes: {
|
|
|
25567
25567
|
colorTransparent: string;
|
|
25568
25568
|
placeholderColor: string;
|
|
25569
25569
|
};
|
|
25570
|
-
|
|
25570
|
+
light_yellow_alt1_TooltipContent: {
|
|
25571
25571
|
color: string;
|
|
25572
25572
|
borderColor: string;
|
|
25573
25573
|
borderColorHover: string;
|
|
@@ -25601,7 +25601,7 @@ export declare const themes: {
|
|
|
25601
25601
|
colorTransparent: string;
|
|
25602
25602
|
placeholderColor: string;
|
|
25603
25603
|
};
|
|
25604
|
-
|
|
25604
|
+
light_yellow_alt1_DrawerFrame: {
|
|
25605
25605
|
color: string;
|
|
25606
25606
|
borderColor: string;
|
|
25607
25607
|
borderColorHover: string;
|
|
@@ -25635,7 +25635,7 @@ export declare const themes: {
|
|
|
25635
25635
|
colorTransparent: string;
|
|
25636
25636
|
placeholderColor: string;
|
|
25637
25637
|
};
|
|
25638
|
-
|
|
25638
|
+
light_yellow_alt1_Progress: {
|
|
25639
25639
|
color: string;
|
|
25640
25640
|
borderColor: string;
|
|
25641
25641
|
borderColorHover: string;
|
|
@@ -25669,7 +25669,7 @@ export declare const themes: {
|
|
|
25669
25669
|
colorTransparent: string;
|
|
25670
25670
|
placeholderColor: string;
|
|
25671
25671
|
};
|
|
25672
|
-
|
|
25672
|
+
light_yellow_alt1_TooltipArrow: {
|
|
25673
25673
|
color: string;
|
|
25674
25674
|
borderColor: string;
|
|
25675
25675
|
borderColorHover: string;
|
|
@@ -25703,7 +25703,7 @@ export declare const themes: {
|
|
|
25703
25703
|
colorTransparent: string;
|
|
25704
25704
|
placeholderColor: string;
|
|
25705
25705
|
};
|
|
25706
|
-
|
|
25706
|
+
light_yellow_alt1_SliderTrackActive: {
|
|
25707
25707
|
color: string;
|
|
25708
25708
|
borderColor: string;
|
|
25709
25709
|
borderColorHover: string;
|
|
@@ -26179,7 +26179,7 @@ export declare const themes: {
|
|
|
26179
26179
|
colorTransparent: string;
|
|
26180
26180
|
placeholderColor: string;
|
|
26181
26181
|
};
|
|
26182
|
-
|
|
26182
|
+
light_yellow_alt2_Switch: {
|
|
26183
26183
|
color: string;
|
|
26184
26184
|
borderColor: string;
|
|
26185
26185
|
borderColorHover: string;
|
|
@@ -26213,7 +26213,7 @@ export declare const themes: {
|
|
|
26213
26213
|
colorTransparent: string;
|
|
26214
26214
|
placeholderColor: string;
|
|
26215
26215
|
};
|
|
26216
|
-
|
|
26216
|
+
light_yellow_alt2_SwitchThumb: {
|
|
26217
26217
|
color: string;
|
|
26218
26218
|
borderColor: string;
|
|
26219
26219
|
borderColorHover: string;
|
|
@@ -26247,7 +26247,7 @@ export declare const themes: {
|
|
|
26247
26247
|
colorTransparent: string;
|
|
26248
26248
|
placeholderColor: string;
|
|
26249
26249
|
};
|
|
26250
|
-
|
|
26250
|
+
light_yellow_alt2_TooltipContent: {
|
|
26251
26251
|
color: string;
|
|
26252
26252
|
borderColor: string;
|
|
26253
26253
|
borderColorHover: string;
|
|
@@ -26281,7 +26281,7 @@ export declare const themes: {
|
|
|
26281
26281
|
colorTransparent: string;
|
|
26282
26282
|
placeholderColor: string;
|
|
26283
26283
|
};
|
|
26284
|
-
|
|
26284
|
+
light_yellow_alt2_DrawerFrame: {
|
|
26285
26285
|
color: string;
|
|
26286
26286
|
borderColor: string;
|
|
26287
26287
|
borderColorHover: string;
|
|
@@ -26315,7 +26315,7 @@ export declare const themes: {
|
|
|
26315
26315
|
colorTransparent: string;
|
|
26316
26316
|
placeholderColor: string;
|
|
26317
26317
|
};
|
|
26318
|
-
|
|
26318
|
+
light_yellow_alt2_Progress: {
|
|
26319
26319
|
color: string;
|
|
26320
26320
|
borderColor: string;
|
|
26321
26321
|
borderColorHover: string;
|
|
@@ -26349,7 +26349,7 @@ export declare const themes: {
|
|
|
26349
26349
|
colorTransparent: string;
|
|
26350
26350
|
placeholderColor: string;
|
|
26351
26351
|
};
|
|
26352
|
-
|
|
26352
|
+
light_yellow_alt2_TooltipArrow: {
|
|
26353
26353
|
color: string;
|
|
26354
26354
|
borderColor: string;
|
|
26355
26355
|
borderColorHover: string;
|
|
@@ -26383,7 +26383,7 @@ export declare const themes: {
|
|
|
26383
26383
|
colorTransparent: string;
|
|
26384
26384
|
placeholderColor: string;
|
|
26385
26385
|
};
|
|
26386
|
-
|
|
26386
|
+
light_yellow_alt2_SliderTrackActive: {
|
|
26387
26387
|
color: string;
|
|
26388
26388
|
borderColor: string;
|
|
26389
26389
|
borderColorHover: string;
|
|
@@ -26859,7 +26859,7 @@ export declare const themes: {
|
|
|
26859
26859
|
colorTransparent: string;
|
|
26860
26860
|
placeholderColor: string;
|
|
26861
26861
|
};
|
|
26862
|
-
|
|
26862
|
+
light_yellow_active_Switch: {
|
|
26863
26863
|
color: string;
|
|
26864
26864
|
borderColor: string;
|
|
26865
26865
|
borderColorHover: string;
|
|
@@ -26893,7 +26893,7 @@ export declare const themes: {
|
|
|
26893
26893
|
colorTransparent: string;
|
|
26894
26894
|
placeholderColor: string;
|
|
26895
26895
|
};
|
|
26896
|
-
|
|
26896
|
+
light_yellow_active_SwitchThumb: {
|
|
26897
26897
|
color: string;
|
|
26898
26898
|
borderColor: string;
|
|
26899
26899
|
borderColorHover: string;
|
|
@@ -26927,7 +26927,7 @@ export declare const themes: {
|
|
|
26927
26927
|
colorTransparent: string;
|
|
26928
26928
|
placeholderColor: string;
|
|
26929
26929
|
};
|
|
26930
|
-
|
|
26930
|
+
light_yellow_active_TooltipContent: {
|
|
26931
26931
|
color: string;
|
|
26932
26932
|
borderColor: string;
|
|
26933
26933
|
borderColorHover: string;
|
|
@@ -26961,7 +26961,7 @@ export declare const themes: {
|
|
|
26961
26961
|
colorTransparent: string;
|
|
26962
26962
|
placeholderColor: string;
|
|
26963
26963
|
};
|
|
26964
|
-
|
|
26964
|
+
light_yellow_active_DrawerFrame: {
|
|
26965
26965
|
color: string;
|
|
26966
26966
|
borderColor: string;
|
|
26967
26967
|
borderColorHover: string;
|
|
@@ -26995,7 +26995,7 @@ export declare const themes: {
|
|
|
26995
26995
|
colorTransparent: string;
|
|
26996
26996
|
placeholderColor: string;
|
|
26997
26997
|
};
|
|
26998
|
-
|
|
26998
|
+
light_yellow_active_Progress: {
|
|
26999
26999
|
color: string;
|
|
27000
27000
|
borderColor: string;
|
|
27001
27001
|
borderColorHover: string;
|
|
@@ -27029,7 +27029,7 @@ export declare const themes: {
|
|
|
27029
27029
|
colorTransparent: string;
|
|
27030
27030
|
placeholderColor: string;
|
|
27031
27031
|
};
|
|
27032
|
-
|
|
27032
|
+
light_yellow_active_TooltipArrow: {
|
|
27033
27033
|
color: string;
|
|
27034
27034
|
borderColor: string;
|
|
27035
27035
|
borderColorHover: string;
|
|
@@ -27063,7 +27063,7 @@ export declare const themes: {
|
|
|
27063
27063
|
colorTransparent: string;
|
|
27064
27064
|
placeholderColor: string;
|
|
27065
27065
|
};
|
|
27066
|
-
|
|
27066
|
+
light_yellow_active_SliderTrackActive: {
|
|
27067
27067
|
color: string;
|
|
27068
27068
|
borderColor: string;
|
|
27069
27069
|
borderColorHover: string;
|
|
@@ -27539,7 +27539,7 @@ export declare const themes: {
|
|
|
27539
27539
|
colorTransparent: string;
|
|
27540
27540
|
placeholderColor: string;
|
|
27541
27541
|
};
|
|
27542
|
-
|
|
27542
|
+
dark_blue_alt1_Switch: {
|
|
27543
27543
|
color: string;
|
|
27544
27544
|
borderColor: string;
|
|
27545
27545
|
borderColorHover: string;
|
|
@@ -27573,7 +27573,7 @@ export declare const themes: {
|
|
|
27573
27573
|
colorTransparent: string;
|
|
27574
27574
|
placeholderColor: string;
|
|
27575
27575
|
};
|
|
27576
|
-
|
|
27576
|
+
dark_blue_alt1_SwitchThumb: {
|
|
27577
27577
|
color: string;
|
|
27578
27578
|
borderColor: string;
|
|
27579
27579
|
borderColorHover: string;
|
|
@@ -27607,7 +27607,7 @@ export declare const themes: {
|
|
|
27607
27607
|
colorTransparent: string;
|
|
27608
27608
|
placeholderColor: string;
|
|
27609
27609
|
};
|
|
27610
|
-
|
|
27610
|
+
dark_blue_alt1_TooltipContent: {
|
|
27611
27611
|
color: string;
|
|
27612
27612
|
borderColor: string;
|
|
27613
27613
|
borderColorHover: string;
|
|
@@ -27641,7 +27641,7 @@ export declare const themes: {
|
|
|
27641
27641
|
colorTransparent: string;
|
|
27642
27642
|
placeholderColor: string;
|
|
27643
27643
|
};
|
|
27644
|
-
|
|
27644
|
+
dark_blue_alt1_DrawerFrame: {
|
|
27645
27645
|
color: string;
|
|
27646
27646
|
borderColor: string;
|
|
27647
27647
|
borderColorHover: string;
|
|
@@ -27675,7 +27675,7 @@ export declare const themes: {
|
|
|
27675
27675
|
colorTransparent: string;
|
|
27676
27676
|
placeholderColor: string;
|
|
27677
27677
|
};
|
|
27678
|
-
|
|
27678
|
+
dark_blue_alt1_Progress: {
|
|
27679
27679
|
color: string;
|
|
27680
27680
|
borderColor: string;
|
|
27681
27681
|
borderColorHover: string;
|
|
@@ -27709,7 +27709,7 @@ export declare const themes: {
|
|
|
27709
27709
|
colorTransparent: string;
|
|
27710
27710
|
placeholderColor: string;
|
|
27711
27711
|
};
|
|
27712
|
-
|
|
27712
|
+
dark_blue_alt1_TooltipArrow: {
|
|
27713
27713
|
color: string;
|
|
27714
27714
|
borderColor: string;
|
|
27715
27715
|
borderColorHover: string;
|
|
@@ -27743,7 +27743,7 @@ export declare const themes: {
|
|
|
27743
27743
|
colorTransparent: string;
|
|
27744
27744
|
placeholderColor: string;
|
|
27745
27745
|
};
|
|
27746
|
-
|
|
27746
|
+
dark_blue_alt1_SliderTrackActive: {
|
|
27747
27747
|
color: string;
|
|
27748
27748
|
borderColor: string;
|
|
27749
27749
|
borderColorHover: string;
|
|
@@ -28219,7 +28219,7 @@ export declare const themes: {
|
|
|
28219
28219
|
colorTransparent: string;
|
|
28220
28220
|
placeholderColor: string;
|
|
28221
28221
|
};
|
|
28222
|
-
|
|
28222
|
+
dark_blue_alt2_Switch: {
|
|
28223
28223
|
color: string;
|
|
28224
28224
|
borderColor: string;
|
|
28225
28225
|
borderColorHover: string;
|
|
@@ -28253,7 +28253,7 @@ export declare const themes: {
|
|
|
28253
28253
|
colorTransparent: string;
|
|
28254
28254
|
placeholderColor: string;
|
|
28255
28255
|
};
|
|
28256
|
-
|
|
28256
|
+
dark_blue_alt2_SwitchThumb: {
|
|
28257
28257
|
color: string;
|
|
28258
28258
|
borderColor: string;
|
|
28259
28259
|
borderColorHover: string;
|
|
@@ -28287,7 +28287,7 @@ export declare const themes: {
|
|
|
28287
28287
|
colorTransparent: string;
|
|
28288
28288
|
placeholderColor: string;
|
|
28289
28289
|
};
|
|
28290
|
-
|
|
28290
|
+
dark_blue_alt2_TooltipContent: {
|
|
28291
28291
|
color: string;
|
|
28292
28292
|
borderColor: string;
|
|
28293
28293
|
borderColorHover: string;
|
|
@@ -28321,7 +28321,7 @@ export declare const themes: {
|
|
|
28321
28321
|
colorTransparent: string;
|
|
28322
28322
|
placeholderColor: string;
|
|
28323
28323
|
};
|
|
28324
|
-
|
|
28324
|
+
dark_blue_alt2_DrawerFrame: {
|
|
28325
28325
|
color: string;
|
|
28326
28326
|
borderColor: string;
|
|
28327
28327
|
borderColorHover: string;
|
|
@@ -28355,7 +28355,7 @@ export declare const themes: {
|
|
|
28355
28355
|
colorTransparent: string;
|
|
28356
28356
|
placeholderColor: string;
|
|
28357
28357
|
};
|
|
28358
|
-
|
|
28358
|
+
dark_blue_alt2_Progress: {
|
|
28359
28359
|
color: string;
|
|
28360
28360
|
borderColor: string;
|
|
28361
28361
|
borderColorHover: string;
|
|
@@ -28389,7 +28389,7 @@ export declare const themes: {
|
|
|
28389
28389
|
colorTransparent: string;
|
|
28390
28390
|
placeholderColor: string;
|
|
28391
28391
|
};
|
|
28392
|
-
|
|
28392
|
+
dark_blue_alt2_TooltipArrow: {
|
|
28393
28393
|
color: string;
|
|
28394
28394
|
borderColor: string;
|
|
28395
28395
|
borderColorHover: string;
|
|
@@ -28423,7 +28423,7 @@ export declare const themes: {
|
|
|
28423
28423
|
colorTransparent: string;
|
|
28424
28424
|
placeholderColor: string;
|
|
28425
28425
|
};
|
|
28426
|
-
|
|
28426
|
+
dark_blue_alt2_SliderTrackActive: {
|
|
28427
28427
|
color: string;
|
|
28428
28428
|
borderColor: string;
|
|
28429
28429
|
borderColorHover: string;
|
|
@@ -28899,7 +28899,7 @@ export declare const themes: {
|
|
|
28899
28899
|
colorTransparent: string;
|
|
28900
28900
|
placeholderColor: string;
|
|
28901
28901
|
};
|
|
28902
|
-
|
|
28902
|
+
dark_blue_active_Switch: {
|
|
28903
28903
|
color: string;
|
|
28904
28904
|
borderColor: string;
|
|
28905
28905
|
borderColorHover: string;
|
|
@@ -28933,7 +28933,7 @@ export declare const themes: {
|
|
|
28933
28933
|
colorTransparent: string;
|
|
28934
28934
|
placeholderColor: string;
|
|
28935
28935
|
};
|
|
28936
|
-
|
|
28936
|
+
dark_blue_active_SwitchThumb: {
|
|
28937
28937
|
color: string;
|
|
28938
28938
|
borderColor: string;
|
|
28939
28939
|
borderColorHover: string;
|
|
@@ -28967,7 +28967,7 @@ export declare const themes: {
|
|
|
28967
28967
|
colorTransparent: string;
|
|
28968
28968
|
placeholderColor: string;
|
|
28969
28969
|
};
|
|
28970
|
-
|
|
28970
|
+
dark_blue_active_TooltipContent: {
|
|
28971
28971
|
color: string;
|
|
28972
28972
|
borderColor: string;
|
|
28973
28973
|
borderColorHover: string;
|
|
@@ -29001,7 +29001,7 @@ export declare const themes: {
|
|
|
29001
29001
|
colorTransparent: string;
|
|
29002
29002
|
placeholderColor: string;
|
|
29003
29003
|
};
|
|
29004
|
-
|
|
29004
|
+
dark_blue_active_DrawerFrame: {
|
|
29005
29005
|
color: string;
|
|
29006
29006
|
borderColor: string;
|
|
29007
29007
|
borderColorHover: string;
|
|
@@ -29035,7 +29035,7 @@ export declare const themes: {
|
|
|
29035
29035
|
colorTransparent: string;
|
|
29036
29036
|
placeholderColor: string;
|
|
29037
29037
|
};
|
|
29038
|
-
|
|
29038
|
+
dark_blue_active_Progress: {
|
|
29039
29039
|
color: string;
|
|
29040
29040
|
borderColor: string;
|
|
29041
29041
|
borderColorHover: string;
|
|
@@ -29069,7 +29069,7 @@ export declare const themes: {
|
|
|
29069
29069
|
colorTransparent: string;
|
|
29070
29070
|
placeholderColor: string;
|
|
29071
29071
|
};
|
|
29072
|
-
|
|
29072
|
+
dark_blue_active_TooltipArrow: {
|
|
29073
29073
|
color: string;
|
|
29074
29074
|
borderColor: string;
|
|
29075
29075
|
borderColorHover: string;
|
|
@@ -29103,7 +29103,7 @@ export declare const themes: {
|
|
|
29103
29103
|
colorTransparent: string;
|
|
29104
29104
|
placeholderColor: string;
|
|
29105
29105
|
};
|
|
29106
|
-
|
|
29106
|
+
dark_blue_active_SliderTrackActive: {
|
|
29107
29107
|
color: string;
|
|
29108
29108
|
borderColor: string;
|
|
29109
29109
|
borderColorHover: string;
|
|
@@ -29579,7 +29579,7 @@ export declare const themes: {
|
|
|
29579
29579
|
colorTransparent: string;
|
|
29580
29580
|
placeholderColor: string;
|
|
29581
29581
|
};
|
|
29582
|
-
|
|
29582
|
+
dark_green_alt1_Switch: {
|
|
29583
29583
|
color: string;
|
|
29584
29584
|
borderColor: string;
|
|
29585
29585
|
borderColorHover: string;
|
|
@@ -29613,7 +29613,7 @@ export declare const themes: {
|
|
|
29613
29613
|
colorTransparent: string;
|
|
29614
29614
|
placeholderColor: string;
|
|
29615
29615
|
};
|
|
29616
|
-
|
|
29616
|
+
dark_green_alt1_SwitchThumb: {
|
|
29617
29617
|
color: string;
|
|
29618
29618
|
borderColor: string;
|
|
29619
29619
|
borderColorHover: string;
|
|
@@ -29647,7 +29647,7 @@ export declare const themes: {
|
|
|
29647
29647
|
colorTransparent: string;
|
|
29648
29648
|
placeholderColor: string;
|
|
29649
29649
|
};
|
|
29650
|
-
|
|
29650
|
+
dark_green_alt1_TooltipContent: {
|
|
29651
29651
|
color: string;
|
|
29652
29652
|
borderColor: string;
|
|
29653
29653
|
borderColorHover: string;
|
|
@@ -29681,7 +29681,7 @@ export declare const themes: {
|
|
|
29681
29681
|
colorTransparent: string;
|
|
29682
29682
|
placeholderColor: string;
|
|
29683
29683
|
};
|
|
29684
|
-
|
|
29684
|
+
dark_green_alt1_DrawerFrame: {
|
|
29685
29685
|
color: string;
|
|
29686
29686
|
borderColor: string;
|
|
29687
29687
|
borderColorHover: string;
|
|
@@ -29715,7 +29715,7 @@ export declare const themes: {
|
|
|
29715
29715
|
colorTransparent: string;
|
|
29716
29716
|
placeholderColor: string;
|
|
29717
29717
|
};
|
|
29718
|
-
|
|
29718
|
+
dark_green_alt1_Progress: {
|
|
29719
29719
|
color: string;
|
|
29720
29720
|
borderColor: string;
|
|
29721
29721
|
borderColorHover: string;
|
|
@@ -29749,7 +29749,7 @@ export declare const themes: {
|
|
|
29749
29749
|
colorTransparent: string;
|
|
29750
29750
|
placeholderColor: string;
|
|
29751
29751
|
};
|
|
29752
|
-
|
|
29752
|
+
dark_green_alt1_TooltipArrow: {
|
|
29753
29753
|
color: string;
|
|
29754
29754
|
borderColor: string;
|
|
29755
29755
|
borderColorHover: string;
|
|
@@ -29783,7 +29783,7 @@ export declare const themes: {
|
|
|
29783
29783
|
colorTransparent: string;
|
|
29784
29784
|
placeholderColor: string;
|
|
29785
29785
|
};
|
|
29786
|
-
|
|
29786
|
+
dark_green_alt1_SliderTrackActive: {
|
|
29787
29787
|
color: string;
|
|
29788
29788
|
borderColor: string;
|
|
29789
29789
|
borderColorHover: string;
|
|
@@ -30259,7 +30259,7 @@ export declare const themes: {
|
|
|
30259
30259
|
colorTransparent: string;
|
|
30260
30260
|
placeholderColor: string;
|
|
30261
30261
|
};
|
|
30262
|
-
|
|
30262
|
+
dark_green_alt2_Switch: {
|
|
30263
30263
|
color: string;
|
|
30264
30264
|
borderColor: string;
|
|
30265
30265
|
borderColorHover: string;
|
|
@@ -30293,7 +30293,7 @@ export declare const themes: {
|
|
|
30293
30293
|
colorTransparent: string;
|
|
30294
30294
|
placeholderColor: string;
|
|
30295
30295
|
};
|
|
30296
|
-
|
|
30296
|
+
dark_green_alt2_SwitchThumb: {
|
|
30297
30297
|
color: string;
|
|
30298
30298
|
borderColor: string;
|
|
30299
30299
|
borderColorHover: string;
|
|
@@ -30327,7 +30327,7 @@ export declare const themes: {
|
|
|
30327
30327
|
colorTransparent: string;
|
|
30328
30328
|
placeholderColor: string;
|
|
30329
30329
|
};
|
|
30330
|
-
|
|
30330
|
+
dark_green_alt2_TooltipContent: {
|
|
30331
30331
|
color: string;
|
|
30332
30332
|
borderColor: string;
|
|
30333
30333
|
borderColorHover: string;
|
|
@@ -30361,7 +30361,7 @@ export declare const themes: {
|
|
|
30361
30361
|
colorTransparent: string;
|
|
30362
30362
|
placeholderColor: string;
|
|
30363
30363
|
};
|
|
30364
|
-
|
|
30364
|
+
dark_green_alt2_DrawerFrame: {
|
|
30365
30365
|
color: string;
|
|
30366
30366
|
borderColor: string;
|
|
30367
30367
|
borderColorHover: string;
|
|
@@ -30395,7 +30395,7 @@ export declare const themes: {
|
|
|
30395
30395
|
colorTransparent: string;
|
|
30396
30396
|
placeholderColor: string;
|
|
30397
30397
|
};
|
|
30398
|
-
|
|
30398
|
+
dark_green_alt2_Progress: {
|
|
30399
30399
|
color: string;
|
|
30400
30400
|
borderColor: string;
|
|
30401
30401
|
borderColorHover: string;
|
|
@@ -30429,7 +30429,7 @@ export declare const themes: {
|
|
|
30429
30429
|
colorTransparent: string;
|
|
30430
30430
|
placeholderColor: string;
|
|
30431
30431
|
};
|
|
30432
|
-
|
|
30432
|
+
dark_green_alt2_TooltipArrow: {
|
|
30433
30433
|
color: string;
|
|
30434
30434
|
borderColor: string;
|
|
30435
30435
|
borderColorHover: string;
|
|
@@ -30463,7 +30463,7 @@ export declare const themes: {
|
|
|
30463
30463
|
colorTransparent: string;
|
|
30464
30464
|
placeholderColor: string;
|
|
30465
30465
|
};
|
|
30466
|
-
|
|
30466
|
+
dark_green_alt2_SliderTrackActive: {
|
|
30467
30467
|
color: string;
|
|
30468
30468
|
borderColor: string;
|
|
30469
30469
|
borderColorHover: string;
|
|
@@ -30939,7 +30939,7 @@ export declare const themes: {
|
|
|
30939
30939
|
colorTransparent: string;
|
|
30940
30940
|
placeholderColor: string;
|
|
30941
30941
|
};
|
|
30942
|
-
|
|
30942
|
+
dark_green_active_Switch: {
|
|
30943
30943
|
color: string;
|
|
30944
30944
|
borderColor: string;
|
|
30945
30945
|
borderColorHover: string;
|
|
@@ -30973,7 +30973,7 @@ export declare const themes: {
|
|
|
30973
30973
|
colorTransparent: string;
|
|
30974
30974
|
placeholderColor: string;
|
|
30975
30975
|
};
|
|
30976
|
-
|
|
30976
|
+
dark_green_active_SwitchThumb: {
|
|
30977
30977
|
color: string;
|
|
30978
30978
|
borderColor: string;
|
|
30979
30979
|
borderColorHover: string;
|
|
@@ -31007,7 +31007,7 @@ export declare const themes: {
|
|
|
31007
31007
|
colorTransparent: string;
|
|
31008
31008
|
placeholderColor: string;
|
|
31009
31009
|
};
|
|
31010
|
-
|
|
31010
|
+
dark_green_active_TooltipContent: {
|
|
31011
31011
|
color: string;
|
|
31012
31012
|
borderColor: string;
|
|
31013
31013
|
borderColorHover: string;
|
|
@@ -31041,7 +31041,7 @@ export declare const themes: {
|
|
|
31041
31041
|
colorTransparent: string;
|
|
31042
31042
|
placeholderColor: string;
|
|
31043
31043
|
};
|
|
31044
|
-
|
|
31044
|
+
dark_green_active_DrawerFrame: {
|
|
31045
31045
|
color: string;
|
|
31046
31046
|
borderColor: string;
|
|
31047
31047
|
borderColorHover: string;
|
|
@@ -31075,7 +31075,7 @@ export declare const themes: {
|
|
|
31075
31075
|
colorTransparent: string;
|
|
31076
31076
|
placeholderColor: string;
|
|
31077
31077
|
};
|
|
31078
|
-
|
|
31078
|
+
dark_green_active_Progress: {
|
|
31079
31079
|
color: string;
|
|
31080
31080
|
borderColor: string;
|
|
31081
31081
|
borderColorHover: string;
|
|
@@ -31109,7 +31109,7 @@ export declare const themes: {
|
|
|
31109
31109
|
colorTransparent: string;
|
|
31110
31110
|
placeholderColor: string;
|
|
31111
31111
|
};
|
|
31112
|
-
|
|
31112
|
+
dark_green_active_TooltipArrow: {
|
|
31113
31113
|
color: string;
|
|
31114
31114
|
borderColor: string;
|
|
31115
31115
|
borderColorHover: string;
|
|
@@ -31143,7 +31143,7 @@ export declare const themes: {
|
|
|
31143
31143
|
colorTransparent: string;
|
|
31144
31144
|
placeholderColor: string;
|
|
31145
31145
|
};
|
|
31146
|
-
|
|
31146
|
+
dark_green_active_SliderTrackActive: {
|
|
31147
31147
|
color: string;
|
|
31148
31148
|
borderColor: string;
|
|
31149
31149
|
borderColorHover: string;
|
|
@@ -31619,7 +31619,7 @@ export declare const themes: {
|
|
|
31619
31619
|
colorTransparent: string;
|
|
31620
31620
|
placeholderColor: string;
|
|
31621
31621
|
};
|
|
31622
|
-
|
|
31622
|
+
dark_orange_alt1_Switch: {
|
|
31623
31623
|
color: string;
|
|
31624
31624
|
borderColor: string;
|
|
31625
31625
|
borderColorHover: string;
|
|
@@ -31653,7 +31653,7 @@ export declare const themes: {
|
|
|
31653
31653
|
colorTransparent: string;
|
|
31654
31654
|
placeholderColor: string;
|
|
31655
31655
|
};
|
|
31656
|
-
|
|
31656
|
+
dark_orange_alt1_SwitchThumb: {
|
|
31657
31657
|
color: string;
|
|
31658
31658
|
borderColor: string;
|
|
31659
31659
|
borderColorHover: string;
|
|
@@ -31687,7 +31687,7 @@ export declare const themes: {
|
|
|
31687
31687
|
colorTransparent: string;
|
|
31688
31688
|
placeholderColor: string;
|
|
31689
31689
|
};
|
|
31690
|
-
|
|
31690
|
+
dark_orange_alt1_TooltipContent: {
|
|
31691
31691
|
color: string;
|
|
31692
31692
|
borderColor: string;
|
|
31693
31693
|
borderColorHover: string;
|
|
@@ -31721,7 +31721,7 @@ export declare const themes: {
|
|
|
31721
31721
|
colorTransparent: string;
|
|
31722
31722
|
placeholderColor: string;
|
|
31723
31723
|
};
|
|
31724
|
-
|
|
31724
|
+
dark_orange_alt1_DrawerFrame: {
|
|
31725
31725
|
color: string;
|
|
31726
31726
|
borderColor: string;
|
|
31727
31727
|
borderColorHover: string;
|
|
@@ -31755,7 +31755,7 @@ export declare const themes: {
|
|
|
31755
31755
|
colorTransparent: string;
|
|
31756
31756
|
placeholderColor: string;
|
|
31757
31757
|
};
|
|
31758
|
-
|
|
31758
|
+
dark_orange_alt1_Progress: {
|
|
31759
31759
|
color: string;
|
|
31760
31760
|
borderColor: string;
|
|
31761
31761
|
borderColorHover: string;
|
|
@@ -31789,7 +31789,7 @@ export declare const themes: {
|
|
|
31789
31789
|
colorTransparent: string;
|
|
31790
31790
|
placeholderColor: string;
|
|
31791
31791
|
};
|
|
31792
|
-
|
|
31792
|
+
dark_orange_alt1_TooltipArrow: {
|
|
31793
31793
|
color: string;
|
|
31794
31794
|
borderColor: string;
|
|
31795
31795
|
borderColorHover: string;
|
|
@@ -31823,7 +31823,7 @@ export declare const themes: {
|
|
|
31823
31823
|
colorTransparent: string;
|
|
31824
31824
|
placeholderColor: string;
|
|
31825
31825
|
};
|
|
31826
|
-
|
|
31826
|
+
dark_orange_alt1_SliderTrackActive: {
|
|
31827
31827
|
color: string;
|
|
31828
31828
|
borderColor: string;
|
|
31829
31829
|
borderColorHover: string;
|
|
@@ -32299,7 +32299,7 @@ export declare const themes: {
|
|
|
32299
32299
|
colorTransparent: string;
|
|
32300
32300
|
placeholderColor: string;
|
|
32301
32301
|
};
|
|
32302
|
-
|
|
32302
|
+
dark_orange_alt2_Switch: {
|
|
32303
32303
|
color: string;
|
|
32304
32304
|
borderColor: string;
|
|
32305
32305
|
borderColorHover: string;
|
|
@@ -32333,7 +32333,7 @@ export declare const themes: {
|
|
|
32333
32333
|
colorTransparent: string;
|
|
32334
32334
|
placeholderColor: string;
|
|
32335
32335
|
};
|
|
32336
|
-
|
|
32336
|
+
dark_orange_alt2_SwitchThumb: {
|
|
32337
32337
|
color: string;
|
|
32338
32338
|
borderColor: string;
|
|
32339
32339
|
borderColorHover: string;
|
|
@@ -32367,7 +32367,7 @@ export declare const themes: {
|
|
|
32367
32367
|
colorTransparent: string;
|
|
32368
32368
|
placeholderColor: string;
|
|
32369
32369
|
};
|
|
32370
|
-
|
|
32370
|
+
dark_orange_alt2_TooltipContent: {
|
|
32371
32371
|
color: string;
|
|
32372
32372
|
borderColor: string;
|
|
32373
32373
|
borderColorHover: string;
|
|
@@ -32401,7 +32401,7 @@ export declare const themes: {
|
|
|
32401
32401
|
colorTransparent: string;
|
|
32402
32402
|
placeholderColor: string;
|
|
32403
32403
|
};
|
|
32404
|
-
|
|
32404
|
+
dark_orange_alt2_DrawerFrame: {
|
|
32405
32405
|
color: string;
|
|
32406
32406
|
borderColor: string;
|
|
32407
32407
|
borderColorHover: string;
|
|
@@ -32435,7 +32435,7 @@ export declare const themes: {
|
|
|
32435
32435
|
colorTransparent: string;
|
|
32436
32436
|
placeholderColor: string;
|
|
32437
32437
|
};
|
|
32438
|
-
|
|
32438
|
+
dark_orange_alt2_Progress: {
|
|
32439
32439
|
color: string;
|
|
32440
32440
|
borderColor: string;
|
|
32441
32441
|
borderColorHover: string;
|
|
@@ -32469,7 +32469,7 @@ export declare const themes: {
|
|
|
32469
32469
|
colorTransparent: string;
|
|
32470
32470
|
placeholderColor: string;
|
|
32471
32471
|
};
|
|
32472
|
-
|
|
32472
|
+
dark_orange_alt2_TooltipArrow: {
|
|
32473
32473
|
color: string;
|
|
32474
32474
|
borderColor: string;
|
|
32475
32475
|
borderColorHover: string;
|
|
@@ -32503,7 +32503,7 @@ export declare const themes: {
|
|
|
32503
32503
|
colorTransparent: string;
|
|
32504
32504
|
placeholderColor: string;
|
|
32505
32505
|
};
|
|
32506
|
-
|
|
32506
|
+
dark_orange_alt2_SliderTrackActive: {
|
|
32507
32507
|
color: string;
|
|
32508
32508
|
borderColor: string;
|
|
32509
32509
|
borderColorHover: string;
|
|
@@ -32979,7 +32979,7 @@ export declare const themes: {
|
|
|
32979
32979
|
colorTransparent: string;
|
|
32980
32980
|
placeholderColor: string;
|
|
32981
32981
|
};
|
|
32982
|
-
|
|
32982
|
+
dark_orange_active_Switch: {
|
|
32983
32983
|
color: string;
|
|
32984
32984
|
borderColor: string;
|
|
32985
32985
|
borderColorHover: string;
|
|
@@ -33013,7 +33013,7 @@ export declare const themes: {
|
|
|
33013
33013
|
colorTransparent: string;
|
|
33014
33014
|
placeholderColor: string;
|
|
33015
33015
|
};
|
|
33016
|
-
|
|
33016
|
+
dark_orange_active_SwitchThumb: {
|
|
33017
33017
|
color: string;
|
|
33018
33018
|
borderColor: string;
|
|
33019
33019
|
borderColorHover: string;
|
|
@@ -33047,7 +33047,7 @@ export declare const themes: {
|
|
|
33047
33047
|
colorTransparent: string;
|
|
33048
33048
|
placeholderColor: string;
|
|
33049
33049
|
};
|
|
33050
|
-
|
|
33050
|
+
dark_orange_active_TooltipContent: {
|
|
33051
33051
|
color: string;
|
|
33052
33052
|
borderColor: string;
|
|
33053
33053
|
borderColorHover: string;
|
|
@@ -33081,7 +33081,7 @@ export declare const themes: {
|
|
|
33081
33081
|
colorTransparent: string;
|
|
33082
33082
|
placeholderColor: string;
|
|
33083
33083
|
};
|
|
33084
|
-
|
|
33084
|
+
dark_orange_active_DrawerFrame: {
|
|
33085
33085
|
color: string;
|
|
33086
33086
|
borderColor: string;
|
|
33087
33087
|
borderColorHover: string;
|
|
@@ -33115,7 +33115,7 @@ export declare const themes: {
|
|
|
33115
33115
|
colorTransparent: string;
|
|
33116
33116
|
placeholderColor: string;
|
|
33117
33117
|
};
|
|
33118
|
-
|
|
33118
|
+
dark_orange_active_Progress: {
|
|
33119
33119
|
color: string;
|
|
33120
33120
|
borderColor: string;
|
|
33121
33121
|
borderColorHover: string;
|
|
@@ -33149,7 +33149,7 @@ export declare const themes: {
|
|
|
33149
33149
|
colorTransparent: string;
|
|
33150
33150
|
placeholderColor: string;
|
|
33151
33151
|
};
|
|
33152
|
-
|
|
33152
|
+
dark_orange_active_TooltipArrow: {
|
|
33153
33153
|
color: string;
|
|
33154
33154
|
borderColor: string;
|
|
33155
33155
|
borderColorHover: string;
|
|
@@ -33183,7 +33183,7 @@ export declare const themes: {
|
|
|
33183
33183
|
colorTransparent: string;
|
|
33184
33184
|
placeholderColor: string;
|
|
33185
33185
|
};
|
|
33186
|
-
|
|
33186
|
+
dark_orange_active_SliderTrackActive: {
|
|
33187
33187
|
color: string;
|
|
33188
33188
|
borderColor: string;
|
|
33189
33189
|
borderColorHover: string;
|
|
@@ -33659,7 +33659,7 @@ export declare const themes: {
|
|
|
33659
33659
|
colorTransparent: string;
|
|
33660
33660
|
placeholderColor: string;
|
|
33661
33661
|
};
|
|
33662
|
-
|
|
33662
|
+
dark_pink_alt1_Switch: {
|
|
33663
33663
|
color: string;
|
|
33664
33664
|
borderColor: string;
|
|
33665
33665
|
borderColorHover: string;
|
|
@@ -33693,7 +33693,7 @@ export declare const themes: {
|
|
|
33693
33693
|
colorTransparent: string;
|
|
33694
33694
|
placeholderColor: string;
|
|
33695
33695
|
};
|
|
33696
|
-
|
|
33696
|
+
dark_pink_alt1_SwitchThumb: {
|
|
33697
33697
|
color: string;
|
|
33698
33698
|
borderColor: string;
|
|
33699
33699
|
borderColorHover: string;
|
|
@@ -33727,7 +33727,7 @@ export declare const themes: {
|
|
|
33727
33727
|
colorTransparent: string;
|
|
33728
33728
|
placeholderColor: string;
|
|
33729
33729
|
};
|
|
33730
|
-
|
|
33730
|
+
dark_pink_alt1_TooltipContent: {
|
|
33731
33731
|
color: string;
|
|
33732
33732
|
borderColor: string;
|
|
33733
33733
|
borderColorHover: string;
|
|
@@ -33761,7 +33761,7 @@ export declare const themes: {
|
|
|
33761
33761
|
colorTransparent: string;
|
|
33762
33762
|
placeholderColor: string;
|
|
33763
33763
|
};
|
|
33764
|
-
|
|
33764
|
+
dark_pink_alt1_DrawerFrame: {
|
|
33765
33765
|
color: string;
|
|
33766
33766
|
borderColor: string;
|
|
33767
33767
|
borderColorHover: string;
|
|
@@ -33795,7 +33795,7 @@ export declare const themes: {
|
|
|
33795
33795
|
colorTransparent: string;
|
|
33796
33796
|
placeholderColor: string;
|
|
33797
33797
|
};
|
|
33798
|
-
|
|
33798
|
+
dark_pink_alt1_Progress: {
|
|
33799
33799
|
color: string;
|
|
33800
33800
|
borderColor: string;
|
|
33801
33801
|
borderColorHover: string;
|
|
@@ -33829,7 +33829,7 @@ export declare const themes: {
|
|
|
33829
33829
|
colorTransparent: string;
|
|
33830
33830
|
placeholderColor: string;
|
|
33831
33831
|
};
|
|
33832
|
-
|
|
33832
|
+
dark_pink_alt1_TooltipArrow: {
|
|
33833
33833
|
color: string;
|
|
33834
33834
|
borderColor: string;
|
|
33835
33835
|
borderColorHover: string;
|
|
@@ -33863,7 +33863,7 @@ export declare const themes: {
|
|
|
33863
33863
|
colorTransparent: string;
|
|
33864
33864
|
placeholderColor: string;
|
|
33865
33865
|
};
|
|
33866
|
-
|
|
33866
|
+
dark_pink_alt1_SliderTrackActive: {
|
|
33867
33867
|
color: string;
|
|
33868
33868
|
borderColor: string;
|
|
33869
33869
|
borderColorHover: string;
|
|
@@ -34339,7 +34339,7 @@ export declare const themes: {
|
|
|
34339
34339
|
colorTransparent: string;
|
|
34340
34340
|
placeholderColor: string;
|
|
34341
34341
|
};
|
|
34342
|
-
|
|
34342
|
+
dark_pink_alt2_Switch: {
|
|
34343
34343
|
color: string;
|
|
34344
34344
|
borderColor: string;
|
|
34345
34345
|
borderColorHover: string;
|
|
@@ -34373,7 +34373,7 @@ export declare const themes: {
|
|
|
34373
34373
|
colorTransparent: string;
|
|
34374
34374
|
placeholderColor: string;
|
|
34375
34375
|
};
|
|
34376
|
-
|
|
34376
|
+
dark_pink_alt2_SwitchThumb: {
|
|
34377
34377
|
color: string;
|
|
34378
34378
|
borderColor: string;
|
|
34379
34379
|
borderColorHover: string;
|
|
@@ -34407,7 +34407,7 @@ export declare const themes: {
|
|
|
34407
34407
|
colorTransparent: string;
|
|
34408
34408
|
placeholderColor: string;
|
|
34409
34409
|
};
|
|
34410
|
-
|
|
34410
|
+
dark_pink_alt2_TooltipContent: {
|
|
34411
34411
|
color: string;
|
|
34412
34412
|
borderColor: string;
|
|
34413
34413
|
borderColorHover: string;
|
|
@@ -34441,7 +34441,7 @@ export declare const themes: {
|
|
|
34441
34441
|
colorTransparent: string;
|
|
34442
34442
|
placeholderColor: string;
|
|
34443
34443
|
};
|
|
34444
|
-
|
|
34444
|
+
dark_pink_alt2_DrawerFrame: {
|
|
34445
34445
|
color: string;
|
|
34446
34446
|
borderColor: string;
|
|
34447
34447
|
borderColorHover: string;
|
|
@@ -34475,7 +34475,7 @@ export declare const themes: {
|
|
|
34475
34475
|
colorTransparent: string;
|
|
34476
34476
|
placeholderColor: string;
|
|
34477
34477
|
};
|
|
34478
|
-
|
|
34478
|
+
dark_pink_alt2_Progress: {
|
|
34479
34479
|
color: string;
|
|
34480
34480
|
borderColor: string;
|
|
34481
34481
|
borderColorHover: string;
|
|
@@ -34509,7 +34509,7 @@ export declare const themes: {
|
|
|
34509
34509
|
colorTransparent: string;
|
|
34510
34510
|
placeholderColor: string;
|
|
34511
34511
|
};
|
|
34512
|
-
|
|
34512
|
+
dark_pink_alt2_TooltipArrow: {
|
|
34513
34513
|
color: string;
|
|
34514
34514
|
borderColor: string;
|
|
34515
34515
|
borderColorHover: string;
|
|
@@ -34543,7 +34543,7 @@ export declare const themes: {
|
|
|
34543
34543
|
colorTransparent: string;
|
|
34544
34544
|
placeholderColor: string;
|
|
34545
34545
|
};
|
|
34546
|
-
|
|
34546
|
+
dark_pink_alt2_SliderTrackActive: {
|
|
34547
34547
|
color: string;
|
|
34548
34548
|
borderColor: string;
|
|
34549
34549
|
borderColorHover: string;
|
|
@@ -35019,7 +35019,7 @@ export declare const themes: {
|
|
|
35019
35019
|
colorTransparent: string;
|
|
35020
35020
|
placeholderColor: string;
|
|
35021
35021
|
};
|
|
35022
|
-
|
|
35022
|
+
dark_pink_active_Switch: {
|
|
35023
35023
|
color: string;
|
|
35024
35024
|
borderColor: string;
|
|
35025
35025
|
borderColorHover: string;
|
|
@@ -35053,7 +35053,7 @@ export declare const themes: {
|
|
|
35053
35053
|
colorTransparent: string;
|
|
35054
35054
|
placeholderColor: string;
|
|
35055
35055
|
};
|
|
35056
|
-
|
|
35056
|
+
dark_pink_active_SwitchThumb: {
|
|
35057
35057
|
color: string;
|
|
35058
35058
|
borderColor: string;
|
|
35059
35059
|
borderColorHover: string;
|
|
@@ -35087,7 +35087,7 @@ export declare const themes: {
|
|
|
35087
35087
|
colorTransparent: string;
|
|
35088
35088
|
placeholderColor: string;
|
|
35089
35089
|
};
|
|
35090
|
-
|
|
35090
|
+
dark_pink_active_TooltipContent: {
|
|
35091
35091
|
color: string;
|
|
35092
35092
|
borderColor: string;
|
|
35093
35093
|
borderColorHover: string;
|
|
@@ -35121,7 +35121,7 @@ export declare const themes: {
|
|
|
35121
35121
|
colorTransparent: string;
|
|
35122
35122
|
placeholderColor: string;
|
|
35123
35123
|
};
|
|
35124
|
-
|
|
35124
|
+
dark_pink_active_DrawerFrame: {
|
|
35125
35125
|
color: string;
|
|
35126
35126
|
borderColor: string;
|
|
35127
35127
|
borderColorHover: string;
|
|
@@ -35155,7 +35155,7 @@ export declare const themes: {
|
|
|
35155
35155
|
colorTransparent: string;
|
|
35156
35156
|
placeholderColor: string;
|
|
35157
35157
|
};
|
|
35158
|
-
|
|
35158
|
+
dark_pink_active_Progress: {
|
|
35159
35159
|
color: string;
|
|
35160
35160
|
borderColor: string;
|
|
35161
35161
|
borderColorHover: string;
|
|
@@ -35189,7 +35189,7 @@ export declare const themes: {
|
|
|
35189
35189
|
colorTransparent: string;
|
|
35190
35190
|
placeholderColor: string;
|
|
35191
35191
|
};
|
|
35192
|
-
|
|
35192
|
+
dark_pink_active_TooltipArrow: {
|
|
35193
35193
|
color: string;
|
|
35194
35194
|
borderColor: string;
|
|
35195
35195
|
borderColorHover: string;
|
|
@@ -35223,7 +35223,7 @@ export declare const themes: {
|
|
|
35223
35223
|
colorTransparent: string;
|
|
35224
35224
|
placeholderColor: string;
|
|
35225
35225
|
};
|
|
35226
|
-
|
|
35226
|
+
dark_pink_active_SliderTrackActive: {
|
|
35227
35227
|
color: string;
|
|
35228
35228
|
borderColor: string;
|
|
35229
35229
|
borderColorHover: string;
|
|
@@ -35699,7 +35699,7 @@ export declare const themes: {
|
|
|
35699
35699
|
colorTransparent: string;
|
|
35700
35700
|
placeholderColor: string;
|
|
35701
35701
|
};
|
|
35702
|
-
|
|
35702
|
+
dark_purple_alt1_Switch: {
|
|
35703
35703
|
color: string;
|
|
35704
35704
|
borderColor: string;
|
|
35705
35705
|
borderColorHover: string;
|
|
@@ -35733,7 +35733,7 @@ export declare const themes: {
|
|
|
35733
35733
|
colorTransparent: string;
|
|
35734
35734
|
placeholderColor: string;
|
|
35735
35735
|
};
|
|
35736
|
-
|
|
35736
|
+
dark_purple_alt1_SwitchThumb: {
|
|
35737
35737
|
color: string;
|
|
35738
35738
|
borderColor: string;
|
|
35739
35739
|
borderColorHover: string;
|
|
@@ -35767,7 +35767,7 @@ export declare const themes: {
|
|
|
35767
35767
|
colorTransparent: string;
|
|
35768
35768
|
placeholderColor: string;
|
|
35769
35769
|
};
|
|
35770
|
-
|
|
35770
|
+
dark_purple_alt1_TooltipContent: {
|
|
35771
35771
|
color: string;
|
|
35772
35772
|
borderColor: string;
|
|
35773
35773
|
borderColorHover: string;
|
|
@@ -35801,7 +35801,7 @@ export declare const themes: {
|
|
|
35801
35801
|
colorTransparent: string;
|
|
35802
35802
|
placeholderColor: string;
|
|
35803
35803
|
};
|
|
35804
|
-
|
|
35804
|
+
dark_purple_alt1_DrawerFrame: {
|
|
35805
35805
|
color: string;
|
|
35806
35806
|
borderColor: string;
|
|
35807
35807
|
borderColorHover: string;
|
|
@@ -35835,7 +35835,7 @@ export declare const themes: {
|
|
|
35835
35835
|
colorTransparent: string;
|
|
35836
35836
|
placeholderColor: string;
|
|
35837
35837
|
};
|
|
35838
|
-
|
|
35838
|
+
dark_purple_alt1_Progress: {
|
|
35839
35839
|
color: string;
|
|
35840
35840
|
borderColor: string;
|
|
35841
35841
|
borderColorHover: string;
|
|
@@ -35869,7 +35869,7 @@ export declare const themes: {
|
|
|
35869
35869
|
colorTransparent: string;
|
|
35870
35870
|
placeholderColor: string;
|
|
35871
35871
|
};
|
|
35872
|
-
|
|
35872
|
+
dark_purple_alt1_TooltipArrow: {
|
|
35873
35873
|
color: string;
|
|
35874
35874
|
borderColor: string;
|
|
35875
35875
|
borderColorHover: string;
|
|
@@ -35903,7 +35903,7 @@ export declare const themes: {
|
|
|
35903
35903
|
colorTransparent: string;
|
|
35904
35904
|
placeholderColor: string;
|
|
35905
35905
|
};
|
|
35906
|
-
|
|
35906
|
+
dark_purple_alt1_SliderTrackActive: {
|
|
35907
35907
|
color: string;
|
|
35908
35908
|
borderColor: string;
|
|
35909
35909
|
borderColorHover: string;
|
|
@@ -36379,7 +36379,7 @@ export declare const themes: {
|
|
|
36379
36379
|
colorTransparent: string;
|
|
36380
36380
|
placeholderColor: string;
|
|
36381
36381
|
};
|
|
36382
|
-
|
|
36382
|
+
dark_purple_alt2_Switch: {
|
|
36383
36383
|
color: string;
|
|
36384
36384
|
borderColor: string;
|
|
36385
36385
|
borderColorHover: string;
|
|
@@ -36413,7 +36413,7 @@ export declare const themes: {
|
|
|
36413
36413
|
colorTransparent: string;
|
|
36414
36414
|
placeholderColor: string;
|
|
36415
36415
|
};
|
|
36416
|
-
|
|
36416
|
+
dark_purple_alt2_SwitchThumb: {
|
|
36417
36417
|
color: string;
|
|
36418
36418
|
borderColor: string;
|
|
36419
36419
|
borderColorHover: string;
|
|
@@ -36447,7 +36447,7 @@ export declare const themes: {
|
|
|
36447
36447
|
colorTransparent: string;
|
|
36448
36448
|
placeholderColor: string;
|
|
36449
36449
|
};
|
|
36450
|
-
|
|
36450
|
+
dark_purple_alt2_TooltipContent: {
|
|
36451
36451
|
color: string;
|
|
36452
36452
|
borderColor: string;
|
|
36453
36453
|
borderColorHover: string;
|
|
@@ -36481,7 +36481,7 @@ export declare const themes: {
|
|
|
36481
36481
|
colorTransparent: string;
|
|
36482
36482
|
placeholderColor: string;
|
|
36483
36483
|
};
|
|
36484
|
-
|
|
36484
|
+
dark_purple_alt2_DrawerFrame: {
|
|
36485
36485
|
color: string;
|
|
36486
36486
|
borderColor: string;
|
|
36487
36487
|
borderColorHover: string;
|
|
@@ -36515,7 +36515,7 @@ export declare const themes: {
|
|
|
36515
36515
|
colorTransparent: string;
|
|
36516
36516
|
placeholderColor: string;
|
|
36517
36517
|
};
|
|
36518
|
-
|
|
36518
|
+
dark_purple_alt2_Progress: {
|
|
36519
36519
|
color: string;
|
|
36520
36520
|
borderColor: string;
|
|
36521
36521
|
borderColorHover: string;
|
|
@@ -36549,7 +36549,7 @@ export declare const themes: {
|
|
|
36549
36549
|
colorTransparent: string;
|
|
36550
36550
|
placeholderColor: string;
|
|
36551
36551
|
};
|
|
36552
|
-
|
|
36552
|
+
dark_purple_alt2_TooltipArrow: {
|
|
36553
36553
|
color: string;
|
|
36554
36554
|
borderColor: string;
|
|
36555
36555
|
borderColorHover: string;
|
|
@@ -36583,7 +36583,7 @@ export declare const themes: {
|
|
|
36583
36583
|
colorTransparent: string;
|
|
36584
36584
|
placeholderColor: string;
|
|
36585
36585
|
};
|
|
36586
|
-
|
|
36586
|
+
dark_purple_alt2_SliderTrackActive: {
|
|
36587
36587
|
color: string;
|
|
36588
36588
|
borderColor: string;
|
|
36589
36589
|
borderColorHover: string;
|
|
@@ -37059,7 +37059,7 @@ export declare const themes: {
|
|
|
37059
37059
|
colorTransparent: string;
|
|
37060
37060
|
placeholderColor: string;
|
|
37061
37061
|
};
|
|
37062
|
-
|
|
37062
|
+
dark_purple_active_Switch: {
|
|
37063
37063
|
color: string;
|
|
37064
37064
|
borderColor: string;
|
|
37065
37065
|
borderColorHover: string;
|
|
@@ -37093,7 +37093,7 @@ export declare const themes: {
|
|
|
37093
37093
|
colorTransparent: string;
|
|
37094
37094
|
placeholderColor: string;
|
|
37095
37095
|
};
|
|
37096
|
-
|
|
37096
|
+
dark_purple_active_SwitchThumb: {
|
|
37097
37097
|
color: string;
|
|
37098
37098
|
borderColor: string;
|
|
37099
37099
|
borderColorHover: string;
|
|
@@ -37127,7 +37127,7 @@ export declare const themes: {
|
|
|
37127
37127
|
colorTransparent: string;
|
|
37128
37128
|
placeholderColor: string;
|
|
37129
37129
|
};
|
|
37130
|
-
|
|
37130
|
+
dark_purple_active_TooltipContent: {
|
|
37131
37131
|
color: string;
|
|
37132
37132
|
borderColor: string;
|
|
37133
37133
|
borderColorHover: string;
|
|
@@ -37161,7 +37161,7 @@ export declare const themes: {
|
|
|
37161
37161
|
colorTransparent: string;
|
|
37162
37162
|
placeholderColor: string;
|
|
37163
37163
|
};
|
|
37164
|
-
|
|
37164
|
+
dark_purple_active_DrawerFrame: {
|
|
37165
37165
|
color: string;
|
|
37166
37166
|
borderColor: string;
|
|
37167
37167
|
borderColorHover: string;
|
|
@@ -37195,7 +37195,7 @@ export declare const themes: {
|
|
|
37195
37195
|
colorTransparent: string;
|
|
37196
37196
|
placeholderColor: string;
|
|
37197
37197
|
};
|
|
37198
|
-
|
|
37198
|
+
dark_purple_active_Progress: {
|
|
37199
37199
|
color: string;
|
|
37200
37200
|
borderColor: string;
|
|
37201
37201
|
borderColorHover: string;
|
|
@@ -37229,7 +37229,7 @@ export declare const themes: {
|
|
|
37229
37229
|
colorTransparent: string;
|
|
37230
37230
|
placeholderColor: string;
|
|
37231
37231
|
};
|
|
37232
|
-
|
|
37232
|
+
dark_purple_active_TooltipArrow: {
|
|
37233
37233
|
color: string;
|
|
37234
37234
|
borderColor: string;
|
|
37235
37235
|
borderColorHover: string;
|
|
@@ -37263,7 +37263,7 @@ export declare const themes: {
|
|
|
37263
37263
|
colorTransparent: string;
|
|
37264
37264
|
placeholderColor: string;
|
|
37265
37265
|
};
|
|
37266
|
-
|
|
37266
|
+
dark_purple_active_SliderTrackActive: {
|
|
37267
37267
|
color: string;
|
|
37268
37268
|
borderColor: string;
|
|
37269
37269
|
borderColorHover: string;
|
|
@@ -37739,7 +37739,7 @@ export declare const themes: {
|
|
|
37739
37739
|
colorTransparent: string;
|
|
37740
37740
|
placeholderColor: string;
|
|
37741
37741
|
};
|
|
37742
|
-
|
|
37742
|
+
dark_red_alt1_Switch: {
|
|
37743
37743
|
color: string;
|
|
37744
37744
|
borderColor: string;
|
|
37745
37745
|
borderColorHover: string;
|
|
@@ -37773,7 +37773,7 @@ export declare const themes: {
|
|
|
37773
37773
|
colorTransparent: string;
|
|
37774
37774
|
placeholderColor: string;
|
|
37775
37775
|
};
|
|
37776
|
-
|
|
37776
|
+
dark_red_alt1_SwitchThumb: {
|
|
37777
37777
|
color: string;
|
|
37778
37778
|
borderColor: string;
|
|
37779
37779
|
borderColorHover: string;
|
|
@@ -37807,7 +37807,7 @@ export declare const themes: {
|
|
|
37807
37807
|
colorTransparent: string;
|
|
37808
37808
|
placeholderColor: string;
|
|
37809
37809
|
};
|
|
37810
|
-
|
|
37810
|
+
dark_red_alt1_TooltipContent: {
|
|
37811
37811
|
color: string;
|
|
37812
37812
|
borderColor: string;
|
|
37813
37813
|
borderColorHover: string;
|
|
@@ -37841,7 +37841,7 @@ export declare const themes: {
|
|
|
37841
37841
|
colorTransparent: string;
|
|
37842
37842
|
placeholderColor: string;
|
|
37843
37843
|
};
|
|
37844
|
-
|
|
37844
|
+
dark_red_alt1_DrawerFrame: {
|
|
37845
37845
|
color: string;
|
|
37846
37846
|
borderColor: string;
|
|
37847
37847
|
borderColorHover: string;
|
|
@@ -37875,7 +37875,7 @@ export declare const themes: {
|
|
|
37875
37875
|
colorTransparent: string;
|
|
37876
37876
|
placeholderColor: string;
|
|
37877
37877
|
};
|
|
37878
|
-
|
|
37878
|
+
dark_red_alt1_Progress: {
|
|
37879
37879
|
color: string;
|
|
37880
37880
|
borderColor: string;
|
|
37881
37881
|
borderColorHover: string;
|
|
@@ -37909,7 +37909,7 @@ export declare const themes: {
|
|
|
37909
37909
|
colorTransparent: string;
|
|
37910
37910
|
placeholderColor: string;
|
|
37911
37911
|
};
|
|
37912
|
-
|
|
37912
|
+
dark_red_alt1_TooltipArrow: {
|
|
37913
37913
|
color: string;
|
|
37914
37914
|
borderColor: string;
|
|
37915
37915
|
borderColorHover: string;
|
|
@@ -37943,7 +37943,7 @@ export declare const themes: {
|
|
|
37943
37943
|
colorTransparent: string;
|
|
37944
37944
|
placeholderColor: string;
|
|
37945
37945
|
};
|
|
37946
|
-
|
|
37946
|
+
dark_red_alt1_SliderTrackActive: {
|
|
37947
37947
|
color: string;
|
|
37948
37948
|
borderColor: string;
|
|
37949
37949
|
borderColorHover: string;
|
|
@@ -38419,7 +38419,7 @@ export declare const themes: {
|
|
|
38419
38419
|
colorTransparent: string;
|
|
38420
38420
|
placeholderColor: string;
|
|
38421
38421
|
};
|
|
38422
|
-
|
|
38422
|
+
dark_red_alt2_Switch: {
|
|
38423
38423
|
color: string;
|
|
38424
38424
|
borderColor: string;
|
|
38425
38425
|
borderColorHover: string;
|
|
@@ -38453,7 +38453,7 @@ export declare const themes: {
|
|
|
38453
38453
|
colorTransparent: string;
|
|
38454
38454
|
placeholderColor: string;
|
|
38455
38455
|
};
|
|
38456
|
-
|
|
38456
|
+
dark_red_alt2_SwitchThumb: {
|
|
38457
38457
|
color: string;
|
|
38458
38458
|
borderColor: string;
|
|
38459
38459
|
borderColorHover: string;
|
|
@@ -38487,7 +38487,7 @@ export declare const themes: {
|
|
|
38487
38487
|
colorTransparent: string;
|
|
38488
38488
|
placeholderColor: string;
|
|
38489
38489
|
};
|
|
38490
|
-
|
|
38490
|
+
dark_red_alt2_TooltipContent: {
|
|
38491
38491
|
color: string;
|
|
38492
38492
|
borderColor: string;
|
|
38493
38493
|
borderColorHover: string;
|
|
@@ -38521,7 +38521,7 @@ export declare const themes: {
|
|
|
38521
38521
|
colorTransparent: string;
|
|
38522
38522
|
placeholderColor: string;
|
|
38523
38523
|
};
|
|
38524
|
-
|
|
38524
|
+
dark_red_alt2_DrawerFrame: {
|
|
38525
38525
|
color: string;
|
|
38526
38526
|
borderColor: string;
|
|
38527
38527
|
borderColorHover: string;
|
|
@@ -38555,7 +38555,7 @@ export declare const themes: {
|
|
|
38555
38555
|
colorTransparent: string;
|
|
38556
38556
|
placeholderColor: string;
|
|
38557
38557
|
};
|
|
38558
|
-
|
|
38558
|
+
dark_red_alt2_Progress: {
|
|
38559
38559
|
color: string;
|
|
38560
38560
|
borderColor: string;
|
|
38561
38561
|
borderColorHover: string;
|
|
@@ -38589,7 +38589,7 @@ export declare const themes: {
|
|
|
38589
38589
|
colorTransparent: string;
|
|
38590
38590
|
placeholderColor: string;
|
|
38591
38591
|
};
|
|
38592
|
-
|
|
38592
|
+
dark_red_alt2_TooltipArrow: {
|
|
38593
38593
|
color: string;
|
|
38594
38594
|
borderColor: string;
|
|
38595
38595
|
borderColorHover: string;
|
|
@@ -38623,7 +38623,7 @@ export declare const themes: {
|
|
|
38623
38623
|
colorTransparent: string;
|
|
38624
38624
|
placeholderColor: string;
|
|
38625
38625
|
};
|
|
38626
|
-
|
|
38626
|
+
dark_red_alt2_SliderTrackActive: {
|
|
38627
38627
|
color: string;
|
|
38628
38628
|
borderColor: string;
|
|
38629
38629
|
borderColorHover: string;
|
|
@@ -39099,7 +39099,7 @@ export declare const themes: {
|
|
|
39099
39099
|
colorTransparent: string;
|
|
39100
39100
|
placeholderColor: string;
|
|
39101
39101
|
};
|
|
39102
|
-
|
|
39102
|
+
dark_red_active_Switch: {
|
|
39103
39103
|
color: string;
|
|
39104
39104
|
borderColor: string;
|
|
39105
39105
|
borderColorHover: string;
|
|
@@ -39133,7 +39133,7 @@ export declare const themes: {
|
|
|
39133
39133
|
colorTransparent: string;
|
|
39134
39134
|
placeholderColor: string;
|
|
39135
39135
|
};
|
|
39136
|
-
|
|
39136
|
+
dark_red_active_SwitchThumb: {
|
|
39137
39137
|
color: string;
|
|
39138
39138
|
borderColor: string;
|
|
39139
39139
|
borderColorHover: string;
|
|
@@ -39167,7 +39167,7 @@ export declare const themes: {
|
|
|
39167
39167
|
colorTransparent: string;
|
|
39168
39168
|
placeholderColor: string;
|
|
39169
39169
|
};
|
|
39170
|
-
|
|
39170
|
+
dark_red_active_TooltipContent: {
|
|
39171
39171
|
color: string;
|
|
39172
39172
|
borderColor: string;
|
|
39173
39173
|
borderColorHover: string;
|
|
@@ -39201,7 +39201,7 @@ export declare const themes: {
|
|
|
39201
39201
|
colorTransparent: string;
|
|
39202
39202
|
placeholderColor: string;
|
|
39203
39203
|
};
|
|
39204
|
-
|
|
39204
|
+
dark_red_active_DrawerFrame: {
|
|
39205
39205
|
color: string;
|
|
39206
39206
|
borderColor: string;
|
|
39207
39207
|
borderColorHover: string;
|
|
@@ -39235,7 +39235,7 @@ export declare const themes: {
|
|
|
39235
39235
|
colorTransparent: string;
|
|
39236
39236
|
placeholderColor: string;
|
|
39237
39237
|
};
|
|
39238
|
-
|
|
39238
|
+
dark_red_active_Progress: {
|
|
39239
39239
|
color: string;
|
|
39240
39240
|
borderColor: string;
|
|
39241
39241
|
borderColorHover: string;
|
|
@@ -39269,7 +39269,7 @@ export declare const themes: {
|
|
|
39269
39269
|
colorTransparent: string;
|
|
39270
39270
|
placeholderColor: string;
|
|
39271
39271
|
};
|
|
39272
|
-
|
|
39272
|
+
dark_red_active_TooltipArrow: {
|
|
39273
39273
|
color: string;
|
|
39274
39274
|
borderColor: string;
|
|
39275
39275
|
borderColorHover: string;
|
|
@@ -39303,7 +39303,7 @@ export declare const themes: {
|
|
|
39303
39303
|
colorTransparent: string;
|
|
39304
39304
|
placeholderColor: string;
|
|
39305
39305
|
};
|
|
39306
|
-
|
|
39306
|
+
dark_red_active_SliderTrackActive: {
|
|
39307
39307
|
color: string;
|
|
39308
39308
|
borderColor: string;
|
|
39309
39309
|
borderColorHover: string;
|
|
@@ -39779,7 +39779,7 @@ export declare const themes: {
|
|
|
39779
39779
|
colorTransparent: string;
|
|
39780
39780
|
placeholderColor: string;
|
|
39781
39781
|
};
|
|
39782
|
-
|
|
39782
|
+
dark_yellow_alt1_Switch: {
|
|
39783
39783
|
color: string;
|
|
39784
39784
|
borderColor: string;
|
|
39785
39785
|
borderColorHover: string;
|
|
@@ -39813,7 +39813,7 @@ export declare const themes: {
|
|
|
39813
39813
|
colorTransparent: string;
|
|
39814
39814
|
placeholderColor: string;
|
|
39815
39815
|
};
|
|
39816
|
-
|
|
39816
|
+
dark_yellow_alt1_SwitchThumb: {
|
|
39817
39817
|
color: string;
|
|
39818
39818
|
borderColor: string;
|
|
39819
39819
|
borderColorHover: string;
|
|
@@ -39847,7 +39847,7 @@ export declare const themes: {
|
|
|
39847
39847
|
colorTransparent: string;
|
|
39848
39848
|
placeholderColor: string;
|
|
39849
39849
|
};
|
|
39850
|
-
|
|
39850
|
+
dark_yellow_alt1_TooltipContent: {
|
|
39851
39851
|
color: string;
|
|
39852
39852
|
borderColor: string;
|
|
39853
39853
|
borderColorHover: string;
|
|
@@ -39881,7 +39881,7 @@ export declare const themes: {
|
|
|
39881
39881
|
colorTransparent: string;
|
|
39882
39882
|
placeholderColor: string;
|
|
39883
39883
|
};
|
|
39884
|
-
|
|
39884
|
+
dark_yellow_alt1_DrawerFrame: {
|
|
39885
39885
|
color: string;
|
|
39886
39886
|
borderColor: string;
|
|
39887
39887
|
borderColorHover: string;
|
|
@@ -39915,7 +39915,7 @@ export declare const themes: {
|
|
|
39915
39915
|
colorTransparent: string;
|
|
39916
39916
|
placeholderColor: string;
|
|
39917
39917
|
};
|
|
39918
|
-
|
|
39918
|
+
dark_yellow_alt1_Progress: {
|
|
39919
39919
|
color: string;
|
|
39920
39920
|
borderColor: string;
|
|
39921
39921
|
borderColorHover: string;
|
|
@@ -39949,7 +39949,7 @@ export declare const themes: {
|
|
|
39949
39949
|
colorTransparent: string;
|
|
39950
39950
|
placeholderColor: string;
|
|
39951
39951
|
};
|
|
39952
|
-
|
|
39952
|
+
dark_yellow_alt1_TooltipArrow: {
|
|
39953
39953
|
color: string;
|
|
39954
39954
|
borderColor: string;
|
|
39955
39955
|
borderColorHover: string;
|
|
@@ -39983,7 +39983,7 @@ export declare const themes: {
|
|
|
39983
39983
|
colorTransparent: string;
|
|
39984
39984
|
placeholderColor: string;
|
|
39985
39985
|
};
|
|
39986
|
-
|
|
39986
|
+
dark_yellow_alt1_SliderTrackActive: {
|
|
39987
39987
|
color: string;
|
|
39988
39988
|
borderColor: string;
|
|
39989
39989
|
borderColorHover: string;
|
|
@@ -40459,7 +40459,7 @@ export declare const themes: {
|
|
|
40459
40459
|
colorTransparent: string;
|
|
40460
40460
|
placeholderColor: string;
|
|
40461
40461
|
};
|
|
40462
|
-
|
|
40462
|
+
dark_yellow_alt2_Switch: {
|
|
40463
40463
|
color: string;
|
|
40464
40464
|
borderColor: string;
|
|
40465
40465
|
borderColorHover: string;
|
|
@@ -40493,7 +40493,7 @@ export declare const themes: {
|
|
|
40493
40493
|
colorTransparent: string;
|
|
40494
40494
|
placeholderColor: string;
|
|
40495
40495
|
};
|
|
40496
|
-
|
|
40496
|
+
dark_yellow_alt2_SwitchThumb: {
|
|
40497
40497
|
color: string;
|
|
40498
40498
|
borderColor: string;
|
|
40499
40499
|
borderColorHover: string;
|
|
@@ -40527,7 +40527,7 @@ export declare const themes: {
|
|
|
40527
40527
|
colorTransparent: string;
|
|
40528
40528
|
placeholderColor: string;
|
|
40529
40529
|
};
|
|
40530
|
-
|
|
40530
|
+
dark_yellow_alt2_TooltipContent: {
|
|
40531
40531
|
color: string;
|
|
40532
40532
|
borderColor: string;
|
|
40533
40533
|
borderColorHover: string;
|
|
@@ -40561,7 +40561,7 @@ export declare const themes: {
|
|
|
40561
40561
|
colorTransparent: string;
|
|
40562
40562
|
placeholderColor: string;
|
|
40563
40563
|
};
|
|
40564
|
-
|
|
40564
|
+
dark_yellow_alt2_DrawerFrame: {
|
|
40565
40565
|
color: string;
|
|
40566
40566
|
borderColor: string;
|
|
40567
40567
|
borderColorHover: string;
|
|
@@ -40595,7 +40595,7 @@ export declare const themes: {
|
|
|
40595
40595
|
colorTransparent: string;
|
|
40596
40596
|
placeholderColor: string;
|
|
40597
40597
|
};
|
|
40598
|
-
|
|
40598
|
+
dark_yellow_alt2_Progress: {
|
|
40599
40599
|
color: string;
|
|
40600
40600
|
borderColor: string;
|
|
40601
40601
|
borderColorHover: string;
|
|
@@ -40629,7 +40629,7 @@ export declare const themes: {
|
|
|
40629
40629
|
colorTransparent: string;
|
|
40630
40630
|
placeholderColor: string;
|
|
40631
40631
|
};
|
|
40632
|
-
|
|
40632
|
+
dark_yellow_alt2_TooltipArrow: {
|
|
40633
40633
|
color: string;
|
|
40634
40634
|
borderColor: string;
|
|
40635
40635
|
borderColorHover: string;
|
|
@@ -40663,7 +40663,7 @@ export declare const themes: {
|
|
|
40663
40663
|
colorTransparent: string;
|
|
40664
40664
|
placeholderColor: string;
|
|
40665
40665
|
};
|
|
40666
|
-
|
|
40666
|
+
dark_yellow_alt2_SliderTrackActive: {
|
|
40667
40667
|
color: string;
|
|
40668
40668
|
borderColor: string;
|
|
40669
40669
|
borderColorHover: string;
|
|
@@ -41139,7 +41139,7 @@ export declare const themes: {
|
|
|
41139
41139
|
colorTransparent: string;
|
|
41140
41140
|
placeholderColor: string;
|
|
41141
41141
|
};
|
|
41142
|
-
|
|
41142
|
+
dark_yellow_active_Switch: {
|
|
41143
41143
|
color: string;
|
|
41144
41144
|
borderColor: string;
|
|
41145
41145
|
borderColorHover: string;
|
|
@@ -41173,7 +41173,7 @@ export declare const themes: {
|
|
|
41173
41173
|
colorTransparent: string;
|
|
41174
41174
|
placeholderColor: string;
|
|
41175
41175
|
};
|
|
41176
|
-
|
|
41176
|
+
dark_yellow_active_SwitchThumb: {
|
|
41177
41177
|
color: string;
|
|
41178
41178
|
borderColor: string;
|
|
41179
41179
|
borderColorHover: string;
|
|
@@ -41207,7 +41207,7 @@ export declare const themes: {
|
|
|
41207
41207
|
colorTransparent: string;
|
|
41208
41208
|
placeholderColor: string;
|
|
41209
41209
|
};
|
|
41210
|
-
|
|
41210
|
+
dark_yellow_active_TooltipContent: {
|
|
41211
41211
|
color: string;
|
|
41212
41212
|
borderColor: string;
|
|
41213
41213
|
borderColorHover: string;
|
|
@@ -41241,7 +41241,7 @@ export declare const themes: {
|
|
|
41241
41241
|
colorTransparent: string;
|
|
41242
41242
|
placeholderColor: string;
|
|
41243
41243
|
};
|
|
41244
|
-
|
|
41244
|
+
dark_yellow_active_DrawerFrame: {
|
|
41245
41245
|
color: string;
|
|
41246
41246
|
borderColor: string;
|
|
41247
41247
|
borderColorHover: string;
|
|
@@ -41275,7 +41275,7 @@ export declare const themes: {
|
|
|
41275
41275
|
colorTransparent: string;
|
|
41276
41276
|
placeholderColor: string;
|
|
41277
41277
|
};
|
|
41278
|
-
|
|
41278
|
+
dark_yellow_active_Progress: {
|
|
41279
41279
|
color: string;
|
|
41280
41280
|
borderColor: string;
|
|
41281
41281
|
borderColorHover: string;
|
|
@@ -41309,7 +41309,7 @@ export declare const themes: {
|
|
|
41309
41309
|
colorTransparent: string;
|
|
41310
41310
|
placeholderColor: string;
|
|
41311
41311
|
};
|
|
41312
|
-
|
|
41312
|
+
dark_yellow_active_TooltipArrow: {
|
|
41313
41313
|
color: string;
|
|
41314
41314
|
borderColor: string;
|
|
41315
41315
|
borderColorHover: string;
|
|
@@ -41343,7 +41343,7 @@ export declare const themes: {
|
|
|
41343
41343
|
colorTransparent: string;
|
|
41344
41344
|
placeholderColor: string;
|
|
41345
41345
|
};
|
|
41346
|
-
|
|
41346
|
+
dark_yellow_active_SliderTrackActive: {
|
|
41347
41347
|
color: string;
|
|
41348
41348
|
borderColor: string;
|
|
41349
41349
|
borderColorHover: string;
|
|
@@ -41819,7 +41819,7 @@ export declare const themes: {
|
|
|
41819
41819
|
colorTransparent: string;
|
|
41820
41820
|
placeholderColor: string;
|
|
41821
41821
|
};
|
|
41822
|
-
|
|
41822
|
+
light_alt1_Switch: {
|
|
41823
41823
|
color: string;
|
|
41824
41824
|
borderColor: string;
|
|
41825
41825
|
borderColorHover: string;
|
|
@@ -41853,7 +41853,7 @@ export declare const themes: {
|
|
|
41853
41853
|
colorTransparent: string;
|
|
41854
41854
|
placeholderColor: string;
|
|
41855
41855
|
};
|
|
41856
|
-
|
|
41856
|
+
light_alt1_SwitchThumb: {
|
|
41857
41857
|
color: string;
|
|
41858
41858
|
borderColor: string;
|
|
41859
41859
|
borderColorHover: string;
|
|
@@ -41887,7 +41887,7 @@ export declare const themes: {
|
|
|
41887
41887
|
colorTransparent: string;
|
|
41888
41888
|
placeholderColor: string;
|
|
41889
41889
|
};
|
|
41890
|
-
|
|
41890
|
+
light_alt1_TooltipContent: {
|
|
41891
41891
|
color: string;
|
|
41892
41892
|
borderColor: string;
|
|
41893
41893
|
borderColorHover: string;
|
|
@@ -41921,7 +41921,7 @@ export declare const themes: {
|
|
|
41921
41921
|
colorTransparent: string;
|
|
41922
41922
|
placeholderColor: string;
|
|
41923
41923
|
};
|
|
41924
|
-
|
|
41924
|
+
light_alt1_DrawerFrame: {
|
|
41925
41925
|
color: string;
|
|
41926
41926
|
borderColor: string;
|
|
41927
41927
|
borderColorHover: string;
|
|
@@ -41955,7 +41955,7 @@ export declare const themes: {
|
|
|
41955
41955
|
colorTransparent: string;
|
|
41956
41956
|
placeholderColor: string;
|
|
41957
41957
|
};
|
|
41958
|
-
|
|
41958
|
+
light_alt1_Progress: {
|
|
41959
41959
|
color: string;
|
|
41960
41960
|
borderColor: string;
|
|
41961
41961
|
borderColorHover: string;
|
|
@@ -41989,7 +41989,7 @@ export declare const themes: {
|
|
|
41989
41989
|
colorTransparent: string;
|
|
41990
41990
|
placeholderColor: string;
|
|
41991
41991
|
};
|
|
41992
|
-
|
|
41992
|
+
light_alt1_TooltipArrow: {
|
|
41993
41993
|
color: string;
|
|
41994
41994
|
borderColor: string;
|
|
41995
41995
|
borderColorHover: string;
|
|
@@ -42023,7 +42023,7 @@ export declare const themes: {
|
|
|
42023
42023
|
colorTransparent: string;
|
|
42024
42024
|
placeholderColor: string;
|
|
42025
42025
|
};
|
|
42026
|
-
|
|
42026
|
+
light_alt1_SliderTrackActive: {
|
|
42027
42027
|
color: string;
|
|
42028
42028
|
borderColor: string;
|
|
42029
42029
|
borderColorHover: string;
|
|
@@ -42499,7 +42499,7 @@ export declare const themes: {
|
|
|
42499
42499
|
colorTransparent: string;
|
|
42500
42500
|
placeholderColor: string;
|
|
42501
42501
|
};
|
|
42502
|
-
|
|
42502
|
+
light_alt2_Switch: {
|
|
42503
42503
|
color: string;
|
|
42504
42504
|
borderColor: string;
|
|
42505
42505
|
borderColorHover: string;
|
|
@@ -42533,7 +42533,7 @@ export declare const themes: {
|
|
|
42533
42533
|
colorTransparent: string;
|
|
42534
42534
|
placeholderColor: string;
|
|
42535
42535
|
};
|
|
42536
|
-
|
|
42536
|
+
light_alt2_SwitchThumb: {
|
|
42537
42537
|
color: string;
|
|
42538
42538
|
borderColor: string;
|
|
42539
42539
|
borderColorHover: string;
|
|
@@ -42567,7 +42567,7 @@ export declare const themes: {
|
|
|
42567
42567
|
colorTransparent: string;
|
|
42568
42568
|
placeholderColor: string;
|
|
42569
42569
|
};
|
|
42570
|
-
|
|
42570
|
+
light_alt2_TooltipContent: {
|
|
42571
42571
|
color: string;
|
|
42572
42572
|
borderColor: string;
|
|
42573
42573
|
borderColorHover: string;
|
|
@@ -42601,7 +42601,7 @@ export declare const themes: {
|
|
|
42601
42601
|
colorTransparent: string;
|
|
42602
42602
|
placeholderColor: string;
|
|
42603
42603
|
};
|
|
42604
|
-
|
|
42604
|
+
light_alt2_DrawerFrame: {
|
|
42605
42605
|
color: string;
|
|
42606
42606
|
borderColor: string;
|
|
42607
42607
|
borderColorHover: string;
|
|
@@ -42635,7 +42635,7 @@ export declare const themes: {
|
|
|
42635
42635
|
colorTransparent: string;
|
|
42636
42636
|
placeholderColor: string;
|
|
42637
42637
|
};
|
|
42638
|
-
|
|
42638
|
+
light_alt2_Progress: {
|
|
42639
42639
|
color: string;
|
|
42640
42640
|
borderColor: string;
|
|
42641
42641
|
borderColorHover: string;
|
|
@@ -42669,7 +42669,7 @@ export declare const themes: {
|
|
|
42669
42669
|
colorTransparent: string;
|
|
42670
42670
|
placeholderColor: string;
|
|
42671
42671
|
};
|
|
42672
|
-
|
|
42672
|
+
light_alt2_TooltipArrow: {
|
|
42673
42673
|
color: string;
|
|
42674
42674
|
borderColor: string;
|
|
42675
42675
|
borderColorHover: string;
|
|
@@ -42703,7 +42703,7 @@ export declare const themes: {
|
|
|
42703
42703
|
colorTransparent: string;
|
|
42704
42704
|
placeholderColor: string;
|
|
42705
42705
|
};
|
|
42706
|
-
|
|
42706
|
+
light_alt2_SliderTrackActive: {
|
|
42707
42707
|
color: string;
|
|
42708
42708
|
borderColor: string;
|
|
42709
42709
|
borderColorHover: string;
|
|
@@ -43179,7 +43179,7 @@ export declare const themes: {
|
|
|
43179
43179
|
colorTransparent: string;
|
|
43180
43180
|
placeholderColor: string;
|
|
43181
43181
|
};
|
|
43182
|
-
|
|
43182
|
+
light_active_Switch: {
|
|
43183
43183
|
color: string;
|
|
43184
43184
|
borderColor: string;
|
|
43185
43185
|
borderColorHover: string;
|
|
@@ -43213,7 +43213,7 @@ export declare const themes: {
|
|
|
43213
43213
|
colorTransparent: string;
|
|
43214
43214
|
placeholderColor: string;
|
|
43215
43215
|
};
|
|
43216
|
-
|
|
43216
|
+
light_active_SwitchThumb: {
|
|
43217
43217
|
color: string;
|
|
43218
43218
|
borderColor: string;
|
|
43219
43219
|
borderColorHover: string;
|
|
@@ -43247,7 +43247,7 @@ export declare const themes: {
|
|
|
43247
43247
|
colorTransparent: string;
|
|
43248
43248
|
placeholderColor: string;
|
|
43249
43249
|
};
|
|
43250
|
-
|
|
43250
|
+
light_active_TooltipContent: {
|
|
43251
43251
|
color: string;
|
|
43252
43252
|
borderColor: string;
|
|
43253
43253
|
borderColorHover: string;
|
|
@@ -43281,7 +43281,7 @@ export declare const themes: {
|
|
|
43281
43281
|
colorTransparent: string;
|
|
43282
43282
|
placeholderColor: string;
|
|
43283
43283
|
};
|
|
43284
|
-
|
|
43284
|
+
light_active_DrawerFrame: {
|
|
43285
43285
|
color: string;
|
|
43286
43286
|
borderColor: string;
|
|
43287
43287
|
borderColorHover: string;
|
|
@@ -43315,7 +43315,7 @@ export declare const themes: {
|
|
|
43315
43315
|
colorTransparent: string;
|
|
43316
43316
|
placeholderColor: string;
|
|
43317
43317
|
};
|
|
43318
|
-
|
|
43318
|
+
light_active_Progress: {
|
|
43319
43319
|
color: string;
|
|
43320
43320
|
borderColor: string;
|
|
43321
43321
|
borderColorHover: string;
|
|
@@ -43349,7 +43349,7 @@ export declare const themes: {
|
|
|
43349
43349
|
colorTransparent: string;
|
|
43350
43350
|
placeholderColor: string;
|
|
43351
43351
|
};
|
|
43352
|
-
|
|
43352
|
+
light_active_TooltipArrow: {
|
|
43353
43353
|
color: string;
|
|
43354
43354
|
borderColor: string;
|
|
43355
43355
|
borderColorHover: string;
|
|
@@ -43383,7 +43383,7 @@ export declare const themes: {
|
|
|
43383
43383
|
colorTransparent: string;
|
|
43384
43384
|
placeholderColor: string;
|
|
43385
43385
|
};
|
|
43386
|
-
|
|
43386
|
+
light_active_SliderTrackActive: {
|
|
43387
43387
|
color: string;
|
|
43388
43388
|
borderColor: string;
|
|
43389
43389
|
borderColorHover: string;
|
|
@@ -43859,7 +43859,7 @@ export declare const themes: {
|
|
|
43859
43859
|
colorTransparent: string;
|
|
43860
43860
|
placeholderColor: string;
|
|
43861
43861
|
};
|
|
43862
|
-
|
|
43862
|
+
dark_alt1_Switch: {
|
|
43863
43863
|
color: string;
|
|
43864
43864
|
borderColor: string;
|
|
43865
43865
|
borderColorHover: string;
|
|
@@ -43893,7 +43893,7 @@ export declare const themes: {
|
|
|
43893
43893
|
colorTransparent: string;
|
|
43894
43894
|
placeholderColor: string;
|
|
43895
43895
|
};
|
|
43896
|
-
|
|
43896
|
+
dark_alt1_SwitchThumb: {
|
|
43897
43897
|
color: string;
|
|
43898
43898
|
borderColor: string;
|
|
43899
43899
|
borderColorHover: string;
|
|
@@ -43927,7 +43927,7 @@ export declare const themes: {
|
|
|
43927
43927
|
colorTransparent: string;
|
|
43928
43928
|
placeholderColor: string;
|
|
43929
43929
|
};
|
|
43930
|
-
|
|
43930
|
+
dark_alt1_TooltipContent: {
|
|
43931
43931
|
color: string;
|
|
43932
43932
|
borderColor: string;
|
|
43933
43933
|
borderColorHover: string;
|
|
@@ -43961,7 +43961,7 @@ export declare const themes: {
|
|
|
43961
43961
|
colorTransparent: string;
|
|
43962
43962
|
placeholderColor: string;
|
|
43963
43963
|
};
|
|
43964
|
-
|
|
43964
|
+
dark_alt1_DrawerFrame: {
|
|
43965
43965
|
color: string;
|
|
43966
43966
|
borderColor: string;
|
|
43967
43967
|
borderColorHover: string;
|
|
@@ -43995,7 +43995,7 @@ export declare const themes: {
|
|
|
43995
43995
|
colorTransparent: string;
|
|
43996
43996
|
placeholderColor: string;
|
|
43997
43997
|
};
|
|
43998
|
-
|
|
43998
|
+
dark_alt1_Progress: {
|
|
43999
43999
|
color: string;
|
|
44000
44000
|
borderColor: string;
|
|
44001
44001
|
borderColorHover: string;
|
|
@@ -44029,7 +44029,7 @@ export declare const themes: {
|
|
|
44029
44029
|
colorTransparent: string;
|
|
44030
44030
|
placeholderColor: string;
|
|
44031
44031
|
};
|
|
44032
|
-
|
|
44032
|
+
dark_alt1_TooltipArrow: {
|
|
44033
44033
|
color: string;
|
|
44034
44034
|
borderColor: string;
|
|
44035
44035
|
borderColorHover: string;
|
|
@@ -44063,7 +44063,7 @@ export declare const themes: {
|
|
|
44063
44063
|
colorTransparent: string;
|
|
44064
44064
|
placeholderColor: string;
|
|
44065
44065
|
};
|
|
44066
|
-
|
|
44066
|
+
dark_alt1_SliderTrackActive: {
|
|
44067
44067
|
color: string;
|
|
44068
44068
|
borderColor: string;
|
|
44069
44069
|
borderColorHover: string;
|
|
@@ -44539,7 +44539,7 @@ export declare const themes: {
|
|
|
44539
44539
|
colorTransparent: string;
|
|
44540
44540
|
placeholderColor: string;
|
|
44541
44541
|
};
|
|
44542
|
-
|
|
44542
|
+
dark_alt2_Switch: {
|
|
44543
44543
|
color: string;
|
|
44544
44544
|
borderColor: string;
|
|
44545
44545
|
borderColorHover: string;
|
|
@@ -44573,7 +44573,7 @@ export declare const themes: {
|
|
|
44573
44573
|
colorTransparent: string;
|
|
44574
44574
|
placeholderColor: string;
|
|
44575
44575
|
};
|
|
44576
|
-
|
|
44576
|
+
dark_alt2_SwitchThumb: {
|
|
44577
44577
|
color: string;
|
|
44578
44578
|
borderColor: string;
|
|
44579
44579
|
borderColorHover: string;
|
|
@@ -44607,7 +44607,7 @@ export declare const themes: {
|
|
|
44607
44607
|
colorTransparent: string;
|
|
44608
44608
|
placeholderColor: string;
|
|
44609
44609
|
};
|
|
44610
|
-
|
|
44610
|
+
dark_alt2_TooltipContent: {
|
|
44611
44611
|
color: string;
|
|
44612
44612
|
borderColor: string;
|
|
44613
44613
|
borderColorHover: string;
|
|
@@ -44641,7 +44641,7 @@ export declare const themes: {
|
|
|
44641
44641
|
colorTransparent: string;
|
|
44642
44642
|
placeholderColor: string;
|
|
44643
44643
|
};
|
|
44644
|
-
|
|
44644
|
+
dark_alt2_DrawerFrame: {
|
|
44645
44645
|
color: string;
|
|
44646
44646
|
borderColor: string;
|
|
44647
44647
|
borderColorHover: string;
|
|
@@ -44675,7 +44675,7 @@ export declare const themes: {
|
|
|
44675
44675
|
colorTransparent: string;
|
|
44676
44676
|
placeholderColor: string;
|
|
44677
44677
|
};
|
|
44678
|
-
|
|
44678
|
+
dark_alt2_Progress: {
|
|
44679
44679
|
color: string;
|
|
44680
44680
|
borderColor: string;
|
|
44681
44681
|
borderColorHover: string;
|
|
@@ -44709,7 +44709,7 @@ export declare const themes: {
|
|
|
44709
44709
|
colorTransparent: string;
|
|
44710
44710
|
placeholderColor: string;
|
|
44711
44711
|
};
|
|
44712
|
-
|
|
44712
|
+
dark_alt2_TooltipArrow: {
|
|
44713
44713
|
color: string;
|
|
44714
44714
|
borderColor: string;
|
|
44715
44715
|
borderColorHover: string;
|
|
@@ -44743,7 +44743,7 @@ export declare const themes: {
|
|
|
44743
44743
|
colorTransparent: string;
|
|
44744
44744
|
placeholderColor: string;
|
|
44745
44745
|
};
|
|
44746
|
-
|
|
44746
|
+
dark_alt2_SliderTrackActive: {
|
|
44747
44747
|
color: string;
|
|
44748
44748
|
borderColor: string;
|
|
44749
44749
|
borderColorHover: string;
|
|
@@ -45219,7 +45219,7 @@ export declare const themes: {
|
|
|
45219
45219
|
colorTransparent: string;
|
|
45220
45220
|
placeholderColor: string;
|
|
45221
45221
|
};
|
|
45222
|
-
|
|
45222
|
+
dark_active_Switch: {
|
|
45223
45223
|
color: string;
|
|
45224
45224
|
borderColor: string;
|
|
45225
45225
|
borderColorHover: string;
|
|
@@ -45253,7 +45253,7 @@ export declare const themes: {
|
|
|
45253
45253
|
colorTransparent: string;
|
|
45254
45254
|
placeholderColor: string;
|
|
45255
45255
|
};
|
|
45256
|
-
|
|
45256
|
+
dark_active_SwitchThumb: {
|
|
45257
45257
|
color: string;
|
|
45258
45258
|
borderColor: string;
|
|
45259
45259
|
borderColorHover: string;
|
|
@@ -45287,7 +45287,7 @@ export declare const themes: {
|
|
|
45287
45287
|
colorTransparent: string;
|
|
45288
45288
|
placeholderColor: string;
|
|
45289
45289
|
};
|
|
45290
|
-
|
|
45290
|
+
dark_active_TooltipContent: {
|
|
45291
45291
|
color: string;
|
|
45292
45292
|
borderColor: string;
|
|
45293
45293
|
borderColorHover: string;
|
|
@@ -45321,7 +45321,7 @@ export declare const themes: {
|
|
|
45321
45321
|
colorTransparent: string;
|
|
45322
45322
|
placeholderColor: string;
|
|
45323
45323
|
};
|
|
45324
|
-
|
|
45324
|
+
dark_active_DrawerFrame: {
|
|
45325
45325
|
color: string;
|
|
45326
45326
|
borderColor: string;
|
|
45327
45327
|
borderColorHover: string;
|
|
@@ -45355,7 +45355,7 @@ export declare const themes: {
|
|
|
45355
45355
|
colorTransparent: string;
|
|
45356
45356
|
placeholderColor: string;
|
|
45357
45357
|
};
|
|
45358
|
-
|
|
45358
|
+
dark_active_Progress: {
|
|
45359
45359
|
color: string;
|
|
45360
45360
|
borderColor: string;
|
|
45361
45361
|
borderColorHover: string;
|
|
@@ -45389,7 +45389,7 @@ export declare const themes: {
|
|
|
45389
45389
|
colorTransparent: string;
|
|
45390
45390
|
placeholderColor: string;
|
|
45391
45391
|
};
|
|
45392
|
-
|
|
45392
|
+
dark_active_TooltipArrow: {
|
|
45393
45393
|
color: string;
|
|
45394
45394
|
borderColor: string;
|
|
45395
45395
|
borderColorHover: string;
|
|
@@ -45423,7 +45423,7 @@ export declare const themes: {
|
|
|
45423
45423
|
colorTransparent: string;
|
|
45424
45424
|
placeholderColor: string;
|
|
45425
45425
|
};
|
|
45426
|
-
|
|
45426
|
+
dark_active_SliderTrackActive: {
|
|
45427
45427
|
color: string;
|
|
45428
45428
|
borderColor: string;
|
|
45429
45429
|
borderColorHover: string;
|
|
@@ -46001,7 +46001,7 @@ export declare const themes: {
|
|
|
46001
46001
|
colorTransparent: string;
|
|
46002
46002
|
placeholderColor: string;
|
|
46003
46003
|
};
|
|
46004
|
-
|
|
46004
|
+
light_gray_Switch: {
|
|
46005
46005
|
color: string;
|
|
46006
46006
|
borderColor: string;
|
|
46007
46007
|
borderColorHover: string;
|
|
@@ -46035,7 +46035,7 @@ export declare const themes: {
|
|
|
46035
46035
|
colorTransparent: string;
|
|
46036
46036
|
placeholderColor: string;
|
|
46037
46037
|
};
|
|
46038
|
-
|
|
46038
|
+
light_gray_SwitchThumb: {
|
|
46039
46039
|
color: string;
|
|
46040
46040
|
borderColor: string;
|
|
46041
46041
|
borderColorHover: string;
|
|
@@ -46069,7 +46069,7 @@ export declare const themes: {
|
|
|
46069
46069
|
colorTransparent: string;
|
|
46070
46070
|
placeholderColor: string;
|
|
46071
46071
|
};
|
|
46072
|
-
|
|
46072
|
+
light_gray_TooltipContent: {
|
|
46073
46073
|
color: string;
|
|
46074
46074
|
borderColor: string;
|
|
46075
46075
|
borderColorHover: string;
|
|
@@ -46103,7 +46103,7 @@ export declare const themes: {
|
|
|
46103
46103
|
colorTransparent: string;
|
|
46104
46104
|
placeholderColor: string;
|
|
46105
46105
|
};
|
|
46106
|
-
|
|
46106
|
+
light_gray_DrawerFrame: {
|
|
46107
46107
|
color: string;
|
|
46108
46108
|
borderColor: string;
|
|
46109
46109
|
borderColorHover: string;
|
|
@@ -46137,7 +46137,7 @@ export declare const themes: {
|
|
|
46137
46137
|
colorTransparent: string;
|
|
46138
46138
|
placeholderColor: string;
|
|
46139
46139
|
};
|
|
46140
|
-
|
|
46140
|
+
light_gray_Progress: {
|
|
46141
46141
|
color: string;
|
|
46142
46142
|
borderColor: string;
|
|
46143
46143
|
borderColorHover: string;
|
|
@@ -46171,7 +46171,7 @@ export declare const themes: {
|
|
|
46171
46171
|
colorTransparent: string;
|
|
46172
46172
|
placeholderColor: string;
|
|
46173
46173
|
};
|
|
46174
|
-
|
|
46174
|
+
light_gray_TooltipArrow: {
|
|
46175
46175
|
color: string;
|
|
46176
46176
|
borderColor: string;
|
|
46177
46177
|
borderColorHover: string;
|
|
@@ -46205,7 +46205,7 @@ export declare const themes: {
|
|
|
46205
46205
|
colorTransparent: string;
|
|
46206
46206
|
placeholderColor: string;
|
|
46207
46207
|
};
|
|
46208
|
-
|
|
46208
|
+
light_gray_SliderTrackActive: {
|
|
46209
46209
|
color: string;
|
|
46210
46210
|
borderColor: string;
|
|
46211
46211
|
borderColorHover: string;
|
|
@@ -46681,7 +46681,7 @@ export declare const themes: {
|
|
|
46681
46681
|
colorTransparent: string;
|
|
46682
46682
|
placeholderColor: string;
|
|
46683
46683
|
};
|
|
46684
|
-
|
|
46684
|
+
light_gray_alt1_Switch: {
|
|
46685
46685
|
color: string;
|
|
46686
46686
|
borderColor: string;
|
|
46687
46687
|
borderColorHover: string;
|
|
@@ -46715,7 +46715,7 @@ export declare const themes: {
|
|
|
46715
46715
|
colorTransparent: string;
|
|
46716
46716
|
placeholderColor: string;
|
|
46717
46717
|
};
|
|
46718
|
-
|
|
46718
|
+
light_gray_alt1_SwitchThumb: {
|
|
46719
46719
|
color: string;
|
|
46720
46720
|
borderColor: string;
|
|
46721
46721
|
borderColorHover: string;
|
|
@@ -46749,7 +46749,7 @@ export declare const themes: {
|
|
|
46749
46749
|
colorTransparent: string;
|
|
46750
46750
|
placeholderColor: string;
|
|
46751
46751
|
};
|
|
46752
|
-
|
|
46752
|
+
light_gray_alt1_TooltipContent: {
|
|
46753
46753
|
color: string;
|
|
46754
46754
|
borderColor: string;
|
|
46755
46755
|
borderColorHover: string;
|
|
@@ -46783,7 +46783,7 @@ export declare const themes: {
|
|
|
46783
46783
|
colorTransparent: string;
|
|
46784
46784
|
placeholderColor: string;
|
|
46785
46785
|
};
|
|
46786
|
-
|
|
46786
|
+
light_gray_alt1_DrawerFrame: {
|
|
46787
46787
|
color: string;
|
|
46788
46788
|
borderColor: string;
|
|
46789
46789
|
borderColorHover: string;
|
|
@@ -46817,7 +46817,7 @@ export declare const themes: {
|
|
|
46817
46817
|
colorTransparent: string;
|
|
46818
46818
|
placeholderColor: string;
|
|
46819
46819
|
};
|
|
46820
|
-
|
|
46820
|
+
light_gray_alt1_Progress: {
|
|
46821
46821
|
color: string;
|
|
46822
46822
|
borderColor: string;
|
|
46823
46823
|
borderColorHover: string;
|
|
@@ -46851,7 +46851,7 @@ export declare const themes: {
|
|
|
46851
46851
|
colorTransparent: string;
|
|
46852
46852
|
placeholderColor: string;
|
|
46853
46853
|
};
|
|
46854
|
-
|
|
46854
|
+
light_gray_alt1_TooltipArrow: {
|
|
46855
46855
|
color: string;
|
|
46856
46856
|
borderColor: string;
|
|
46857
46857
|
borderColorHover: string;
|
|
@@ -46885,7 +46885,7 @@ export declare const themes: {
|
|
|
46885
46885
|
colorTransparent: string;
|
|
46886
46886
|
placeholderColor: string;
|
|
46887
46887
|
};
|
|
46888
|
-
|
|
46888
|
+
light_gray_alt1_SliderTrackActive: {
|
|
46889
46889
|
color: string;
|
|
46890
46890
|
borderColor: string;
|
|
46891
46891
|
borderColorHover: string;
|
|
@@ -47361,7 +47361,7 @@ export declare const themes: {
|
|
|
47361
47361
|
colorTransparent: string;
|
|
47362
47362
|
placeholderColor: string;
|
|
47363
47363
|
};
|
|
47364
|
-
|
|
47364
|
+
light_gray_alt2_Switch: {
|
|
47365
47365
|
color: string;
|
|
47366
47366
|
borderColor: string;
|
|
47367
47367
|
borderColorHover: string;
|
|
@@ -47395,7 +47395,7 @@ export declare const themes: {
|
|
|
47395
47395
|
colorTransparent: string;
|
|
47396
47396
|
placeholderColor: string;
|
|
47397
47397
|
};
|
|
47398
|
-
|
|
47398
|
+
light_gray_alt2_SwitchThumb: {
|
|
47399
47399
|
color: string;
|
|
47400
47400
|
borderColor: string;
|
|
47401
47401
|
borderColorHover: string;
|
|
@@ -47429,7 +47429,7 @@ export declare const themes: {
|
|
|
47429
47429
|
colorTransparent: string;
|
|
47430
47430
|
placeholderColor: string;
|
|
47431
47431
|
};
|
|
47432
|
-
|
|
47432
|
+
light_gray_alt2_TooltipContent: {
|
|
47433
47433
|
color: string;
|
|
47434
47434
|
borderColor: string;
|
|
47435
47435
|
borderColorHover: string;
|
|
@@ -47463,7 +47463,7 @@ export declare const themes: {
|
|
|
47463
47463
|
colorTransparent: string;
|
|
47464
47464
|
placeholderColor: string;
|
|
47465
47465
|
};
|
|
47466
|
-
|
|
47466
|
+
light_gray_alt2_DrawerFrame: {
|
|
47467
47467
|
color: string;
|
|
47468
47468
|
borderColor: string;
|
|
47469
47469
|
borderColorHover: string;
|
|
@@ -47497,7 +47497,7 @@ export declare const themes: {
|
|
|
47497
47497
|
colorTransparent: string;
|
|
47498
47498
|
placeholderColor: string;
|
|
47499
47499
|
};
|
|
47500
|
-
|
|
47500
|
+
light_gray_alt2_Progress: {
|
|
47501
47501
|
color: string;
|
|
47502
47502
|
borderColor: string;
|
|
47503
47503
|
borderColorHover: string;
|
|
@@ -47531,7 +47531,7 @@ export declare const themes: {
|
|
|
47531
47531
|
colorTransparent: string;
|
|
47532
47532
|
placeholderColor: string;
|
|
47533
47533
|
};
|
|
47534
|
-
|
|
47534
|
+
light_gray_alt2_TooltipArrow: {
|
|
47535
47535
|
color: string;
|
|
47536
47536
|
borderColor: string;
|
|
47537
47537
|
borderColorHover: string;
|
|
@@ -47565,7 +47565,7 @@ export declare const themes: {
|
|
|
47565
47565
|
colorTransparent: string;
|
|
47566
47566
|
placeholderColor: string;
|
|
47567
47567
|
};
|
|
47568
|
-
|
|
47568
|
+
light_gray_alt2_SliderTrackActive: {
|
|
47569
47569
|
color: string;
|
|
47570
47570
|
borderColor: string;
|
|
47571
47571
|
borderColorHover: string;
|
|
@@ -48041,7 +48041,7 @@ export declare const themes: {
|
|
|
48041
48041
|
colorTransparent: string;
|
|
48042
48042
|
placeholderColor: string;
|
|
48043
48043
|
};
|
|
48044
|
-
|
|
48044
|
+
light_gray_active_Switch: {
|
|
48045
48045
|
color: string;
|
|
48046
48046
|
borderColor: string;
|
|
48047
48047
|
borderColorHover: string;
|
|
@@ -48075,7 +48075,7 @@ export declare const themes: {
|
|
|
48075
48075
|
colorTransparent: string;
|
|
48076
48076
|
placeholderColor: string;
|
|
48077
48077
|
};
|
|
48078
|
-
|
|
48078
|
+
light_gray_active_SwitchThumb: {
|
|
48079
48079
|
color: string;
|
|
48080
48080
|
borderColor: string;
|
|
48081
48081
|
borderColorHover: string;
|
|
@@ -48109,7 +48109,7 @@ export declare const themes: {
|
|
|
48109
48109
|
colorTransparent: string;
|
|
48110
48110
|
placeholderColor: string;
|
|
48111
48111
|
};
|
|
48112
|
-
|
|
48112
|
+
light_gray_active_TooltipContent: {
|
|
48113
48113
|
color: string;
|
|
48114
48114
|
borderColor: string;
|
|
48115
48115
|
borderColorHover: string;
|
|
@@ -48143,7 +48143,7 @@ export declare const themes: {
|
|
|
48143
48143
|
colorTransparent: string;
|
|
48144
48144
|
placeholderColor: string;
|
|
48145
48145
|
};
|
|
48146
|
-
|
|
48146
|
+
light_gray_active_DrawerFrame: {
|
|
48147
48147
|
color: string;
|
|
48148
48148
|
borderColor: string;
|
|
48149
48149
|
borderColorHover: string;
|
|
@@ -48177,7 +48177,7 @@ export declare const themes: {
|
|
|
48177
48177
|
colorTransparent: string;
|
|
48178
48178
|
placeholderColor: string;
|
|
48179
48179
|
};
|
|
48180
|
-
|
|
48180
|
+
light_gray_active_Progress: {
|
|
48181
48181
|
color: string;
|
|
48182
48182
|
borderColor: string;
|
|
48183
48183
|
borderColorHover: string;
|
|
@@ -48211,7 +48211,7 @@ export declare const themes: {
|
|
|
48211
48211
|
colorTransparent: string;
|
|
48212
48212
|
placeholderColor: string;
|
|
48213
48213
|
};
|
|
48214
|
-
|
|
48214
|
+
light_gray_active_TooltipArrow: {
|
|
48215
48215
|
color: string;
|
|
48216
48216
|
borderColor: string;
|
|
48217
48217
|
borderColorHover: string;
|
|
@@ -48245,7 +48245,7 @@ export declare const themes: {
|
|
|
48245
48245
|
colorTransparent: string;
|
|
48246
48246
|
placeholderColor: string;
|
|
48247
48247
|
};
|
|
48248
|
-
|
|
48248
|
+
light_gray_active_SliderTrackActive: {
|
|
48249
48249
|
color: string;
|
|
48250
48250
|
borderColor: string;
|
|
48251
48251
|
borderColorHover: string;
|
|
@@ -48823,7 +48823,7 @@ export declare const themes: {
|
|
|
48823
48823
|
colorTransparent: string;
|
|
48824
48824
|
placeholderColor: string;
|
|
48825
48825
|
};
|
|
48826
|
-
|
|
48826
|
+
dark_gray_Switch: {
|
|
48827
48827
|
color: string;
|
|
48828
48828
|
borderColor: string;
|
|
48829
48829
|
borderColorHover: string;
|
|
@@ -48857,7 +48857,7 @@ export declare const themes: {
|
|
|
48857
48857
|
colorTransparent: string;
|
|
48858
48858
|
placeholderColor: string;
|
|
48859
48859
|
};
|
|
48860
|
-
|
|
48860
|
+
dark_gray_SwitchThumb: {
|
|
48861
48861
|
color: string;
|
|
48862
48862
|
borderColor: string;
|
|
48863
48863
|
borderColorHover: string;
|
|
@@ -48891,7 +48891,7 @@ export declare const themes: {
|
|
|
48891
48891
|
colorTransparent: string;
|
|
48892
48892
|
placeholderColor: string;
|
|
48893
48893
|
};
|
|
48894
|
-
|
|
48894
|
+
dark_gray_TooltipContent: {
|
|
48895
48895
|
color: string;
|
|
48896
48896
|
borderColor: string;
|
|
48897
48897
|
borderColorHover: string;
|
|
@@ -48925,7 +48925,7 @@ export declare const themes: {
|
|
|
48925
48925
|
colorTransparent: string;
|
|
48926
48926
|
placeholderColor: string;
|
|
48927
48927
|
};
|
|
48928
|
-
|
|
48928
|
+
dark_gray_DrawerFrame: {
|
|
48929
48929
|
color: string;
|
|
48930
48930
|
borderColor: string;
|
|
48931
48931
|
borderColorHover: string;
|
|
@@ -48959,7 +48959,7 @@ export declare const themes: {
|
|
|
48959
48959
|
colorTransparent: string;
|
|
48960
48960
|
placeholderColor: string;
|
|
48961
48961
|
};
|
|
48962
|
-
|
|
48962
|
+
dark_gray_Progress: {
|
|
48963
48963
|
color: string;
|
|
48964
48964
|
borderColor: string;
|
|
48965
48965
|
borderColorHover: string;
|
|
@@ -48993,7 +48993,7 @@ export declare const themes: {
|
|
|
48993
48993
|
colorTransparent: string;
|
|
48994
48994
|
placeholderColor: string;
|
|
48995
48995
|
};
|
|
48996
|
-
|
|
48996
|
+
dark_gray_TooltipArrow: {
|
|
48997
48997
|
color: string;
|
|
48998
48998
|
borderColor: string;
|
|
48999
48999
|
borderColorHover: string;
|
|
@@ -49027,7 +49027,7 @@ export declare const themes: {
|
|
|
49027
49027
|
colorTransparent: string;
|
|
49028
49028
|
placeholderColor: string;
|
|
49029
49029
|
};
|
|
49030
|
-
|
|
49030
|
+
dark_gray_SliderTrackActive: {
|
|
49031
49031
|
color: string;
|
|
49032
49032
|
borderColor: string;
|
|
49033
49033
|
borderColorHover: string;
|
|
@@ -49503,7 +49503,7 @@ export declare const themes: {
|
|
|
49503
49503
|
colorTransparent: string;
|
|
49504
49504
|
placeholderColor: string;
|
|
49505
49505
|
};
|
|
49506
|
-
|
|
49506
|
+
dark_gray_alt1_Switch: {
|
|
49507
49507
|
color: string;
|
|
49508
49508
|
borderColor: string;
|
|
49509
49509
|
borderColorHover: string;
|
|
@@ -49537,7 +49537,7 @@ export declare const themes: {
|
|
|
49537
49537
|
colorTransparent: string;
|
|
49538
49538
|
placeholderColor: string;
|
|
49539
49539
|
};
|
|
49540
|
-
|
|
49540
|
+
dark_gray_alt1_SwitchThumb: {
|
|
49541
49541
|
color: string;
|
|
49542
49542
|
borderColor: string;
|
|
49543
49543
|
borderColorHover: string;
|
|
@@ -49571,7 +49571,7 @@ export declare const themes: {
|
|
|
49571
49571
|
colorTransparent: string;
|
|
49572
49572
|
placeholderColor: string;
|
|
49573
49573
|
};
|
|
49574
|
-
|
|
49574
|
+
dark_gray_alt1_TooltipContent: {
|
|
49575
49575
|
color: string;
|
|
49576
49576
|
borderColor: string;
|
|
49577
49577
|
borderColorHover: string;
|
|
@@ -49605,7 +49605,7 @@ export declare const themes: {
|
|
|
49605
49605
|
colorTransparent: string;
|
|
49606
49606
|
placeholderColor: string;
|
|
49607
49607
|
};
|
|
49608
|
-
|
|
49608
|
+
dark_gray_alt1_DrawerFrame: {
|
|
49609
49609
|
color: string;
|
|
49610
49610
|
borderColor: string;
|
|
49611
49611
|
borderColorHover: string;
|
|
@@ -49639,7 +49639,7 @@ export declare const themes: {
|
|
|
49639
49639
|
colorTransparent: string;
|
|
49640
49640
|
placeholderColor: string;
|
|
49641
49641
|
};
|
|
49642
|
-
|
|
49642
|
+
dark_gray_alt1_Progress: {
|
|
49643
49643
|
color: string;
|
|
49644
49644
|
borderColor: string;
|
|
49645
49645
|
borderColorHover: string;
|
|
@@ -49673,7 +49673,7 @@ export declare const themes: {
|
|
|
49673
49673
|
colorTransparent: string;
|
|
49674
49674
|
placeholderColor: string;
|
|
49675
49675
|
};
|
|
49676
|
-
|
|
49676
|
+
dark_gray_alt1_TooltipArrow: {
|
|
49677
49677
|
color: string;
|
|
49678
49678
|
borderColor: string;
|
|
49679
49679
|
borderColorHover: string;
|
|
@@ -49707,7 +49707,7 @@ export declare const themes: {
|
|
|
49707
49707
|
colorTransparent: string;
|
|
49708
49708
|
placeholderColor: string;
|
|
49709
49709
|
};
|
|
49710
|
-
|
|
49710
|
+
dark_gray_alt1_SliderTrackActive: {
|
|
49711
49711
|
color: string;
|
|
49712
49712
|
borderColor: string;
|
|
49713
49713
|
borderColorHover: string;
|
|
@@ -50183,7 +50183,7 @@ export declare const themes: {
|
|
|
50183
50183
|
colorTransparent: string;
|
|
50184
50184
|
placeholderColor: string;
|
|
50185
50185
|
};
|
|
50186
|
-
|
|
50186
|
+
dark_gray_alt2_Switch: {
|
|
50187
50187
|
color: string;
|
|
50188
50188
|
borderColor: string;
|
|
50189
50189
|
borderColorHover: string;
|
|
@@ -50217,7 +50217,7 @@ export declare const themes: {
|
|
|
50217
50217
|
colorTransparent: string;
|
|
50218
50218
|
placeholderColor: string;
|
|
50219
50219
|
};
|
|
50220
|
-
|
|
50220
|
+
dark_gray_alt2_SwitchThumb: {
|
|
50221
50221
|
color: string;
|
|
50222
50222
|
borderColor: string;
|
|
50223
50223
|
borderColorHover: string;
|
|
@@ -50251,7 +50251,7 @@ export declare const themes: {
|
|
|
50251
50251
|
colorTransparent: string;
|
|
50252
50252
|
placeholderColor: string;
|
|
50253
50253
|
};
|
|
50254
|
-
|
|
50254
|
+
dark_gray_alt2_TooltipContent: {
|
|
50255
50255
|
color: string;
|
|
50256
50256
|
borderColor: string;
|
|
50257
50257
|
borderColorHover: string;
|
|
@@ -50285,7 +50285,7 @@ export declare const themes: {
|
|
|
50285
50285
|
colorTransparent: string;
|
|
50286
50286
|
placeholderColor: string;
|
|
50287
50287
|
};
|
|
50288
|
-
|
|
50288
|
+
dark_gray_alt2_DrawerFrame: {
|
|
50289
50289
|
color: string;
|
|
50290
50290
|
borderColor: string;
|
|
50291
50291
|
borderColorHover: string;
|
|
@@ -50319,7 +50319,7 @@ export declare const themes: {
|
|
|
50319
50319
|
colorTransparent: string;
|
|
50320
50320
|
placeholderColor: string;
|
|
50321
50321
|
};
|
|
50322
|
-
|
|
50322
|
+
dark_gray_alt2_Progress: {
|
|
50323
50323
|
color: string;
|
|
50324
50324
|
borderColor: string;
|
|
50325
50325
|
borderColorHover: string;
|
|
@@ -50353,7 +50353,7 @@ export declare const themes: {
|
|
|
50353
50353
|
colorTransparent: string;
|
|
50354
50354
|
placeholderColor: string;
|
|
50355
50355
|
};
|
|
50356
|
-
|
|
50356
|
+
dark_gray_alt2_TooltipArrow: {
|
|
50357
50357
|
color: string;
|
|
50358
50358
|
borderColor: string;
|
|
50359
50359
|
borderColorHover: string;
|
|
@@ -50387,7 +50387,7 @@ export declare const themes: {
|
|
|
50387
50387
|
colorTransparent: string;
|
|
50388
50388
|
placeholderColor: string;
|
|
50389
50389
|
};
|
|
50390
|
-
|
|
50390
|
+
dark_gray_alt2_SliderTrackActive: {
|
|
50391
50391
|
color: string;
|
|
50392
50392
|
borderColor: string;
|
|
50393
50393
|
borderColorHover: string;
|
|
@@ -50863,7 +50863,7 @@ export declare const themes: {
|
|
|
50863
50863
|
colorTransparent: string;
|
|
50864
50864
|
placeholderColor: string;
|
|
50865
50865
|
};
|
|
50866
|
-
|
|
50866
|
+
dark_gray_active_Switch: {
|
|
50867
50867
|
color: string;
|
|
50868
50868
|
borderColor: string;
|
|
50869
50869
|
borderColorHover: string;
|
|
@@ -50897,7 +50897,7 @@ export declare const themes: {
|
|
|
50897
50897
|
colorTransparent: string;
|
|
50898
50898
|
placeholderColor: string;
|
|
50899
50899
|
};
|
|
50900
|
-
|
|
50900
|
+
dark_gray_active_SwitchThumb: {
|
|
50901
50901
|
color: string;
|
|
50902
50902
|
borderColor: string;
|
|
50903
50903
|
borderColorHover: string;
|
|
@@ -50931,7 +50931,7 @@ export declare const themes: {
|
|
|
50931
50931
|
colorTransparent: string;
|
|
50932
50932
|
placeholderColor: string;
|
|
50933
50933
|
};
|
|
50934
|
-
|
|
50934
|
+
dark_gray_active_TooltipContent: {
|
|
50935
50935
|
color: string;
|
|
50936
50936
|
borderColor: string;
|
|
50937
50937
|
borderColorHover: string;
|
|
@@ -50965,7 +50965,7 @@ export declare const themes: {
|
|
|
50965
50965
|
colorTransparent: string;
|
|
50966
50966
|
placeholderColor: string;
|
|
50967
50967
|
};
|
|
50968
|
-
|
|
50968
|
+
dark_gray_active_DrawerFrame: {
|
|
50969
50969
|
color: string;
|
|
50970
50970
|
borderColor: string;
|
|
50971
50971
|
borderColorHover: string;
|
|
@@ -50999,7 +50999,7 @@ export declare const themes: {
|
|
|
50999
50999
|
colorTransparent: string;
|
|
51000
51000
|
placeholderColor: string;
|
|
51001
51001
|
};
|
|
51002
|
-
|
|
51002
|
+
dark_gray_active_Progress: {
|
|
51003
51003
|
color: string;
|
|
51004
51004
|
borderColor: string;
|
|
51005
51005
|
borderColorHover: string;
|
|
@@ -51033,7 +51033,7 @@ export declare const themes: {
|
|
|
51033
51033
|
colorTransparent: string;
|
|
51034
51034
|
placeholderColor: string;
|
|
51035
51035
|
};
|
|
51036
|
-
|
|
51036
|
+
dark_gray_active_TooltipArrow: {
|
|
51037
51037
|
color: string;
|
|
51038
51038
|
borderColor: string;
|
|
51039
51039
|
borderColorHover: string;
|
|
@@ -51067,7 +51067,7 @@ export declare const themes: {
|
|
|
51067
51067
|
colorTransparent: string;
|
|
51068
51068
|
placeholderColor: string;
|
|
51069
51069
|
};
|
|
51070
|
-
|
|
51070
|
+
dark_gray_active_SliderTrackActive: {
|
|
51071
51071
|
color: string;
|
|
51072
51072
|
borderColor: string;
|
|
51073
51073
|
borderColorHover: string;
|