@shuriken-ui/tailwind 3.0.0-next.6 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2700,6 +2700,14 @@ declare const defaultConfig$K: {
2700
2700
  light: string;
2701
2701
  dark: string;
2702
2702
  };
2703
+ focus: {
2704
+ light: string;
2705
+ dark: string;
2706
+ };
2707
+ active: {
2708
+ light: string;
2709
+ dark: string;
2710
+ };
2703
2711
  };
2704
2712
  font: {
2705
2713
  color: {
@@ -2718,6 +2726,14 @@ declare const defaultConfig$K: {
2718
2726
  light: string;
2719
2727
  dark: string;
2720
2728
  };
2729
+ focus: {
2730
+ light: string;
2731
+ dark: string;
2732
+ };
2733
+ active: {
2734
+ light: string;
2735
+ dark: string;
2736
+ };
2721
2737
  };
2722
2738
  font: {
2723
2739
  color: {
@@ -2736,6 +2752,14 @@ declare const defaultConfig$K: {
2736
2752
  light: string;
2737
2753
  dark: string;
2738
2754
  };
2755
+ focus: {
2756
+ light: string;
2757
+ dark: string;
2758
+ };
2759
+ active: {
2760
+ light: string;
2761
+ dark: string;
2762
+ };
2739
2763
  };
2740
2764
  font: {
2741
2765
  color: {
@@ -2754,6 +2778,14 @@ declare const defaultConfig$K: {
2754
2778
  light: string;
2755
2779
  dark: string;
2756
2780
  };
2781
+ focus: {
2782
+ light: string;
2783
+ dark: string;
2784
+ };
2785
+ active: {
2786
+ light: string;
2787
+ dark: string;
2788
+ };
2757
2789
  };
2758
2790
  font: {
2759
2791
  color: {
@@ -2772,6 +2804,14 @@ declare const defaultConfig$K: {
2772
2804
  light: string;
2773
2805
  dark: string;
2774
2806
  };
2807
+ focus: {
2808
+ light: string;
2809
+ dark: string;
2810
+ };
2811
+ active: {
2812
+ light: string;
2813
+ dark: string;
2814
+ };
2775
2815
  };
2776
2816
  font: {
2777
2817
  color: {
@@ -2790,6 +2830,14 @@ declare const defaultConfig$K: {
2790
2830
  light: string;
2791
2831
  dark: string;
2792
2832
  };
2833
+ focus: {
2834
+ light: string;
2835
+ dark: string;
2836
+ };
2837
+ active: {
2838
+ light: string;
2839
+ dark: string;
2840
+ };
2793
2841
  };
2794
2842
  font: {
2795
2843
  color: {
@@ -2808,6 +2856,14 @@ declare const defaultConfig$K: {
2808
2856
  light: string;
2809
2857
  dark: string;
2810
2858
  };
2859
+ focus: {
2860
+ light: string;
2861
+ dark: string;
2862
+ };
2863
+ active: {
2864
+ light: string;
2865
+ dark: string;
2866
+ };
2811
2867
  };
2812
2868
  font: {
2813
2869
  color: {
@@ -2826,6 +2882,14 @@ declare const defaultConfig$K: {
2826
2882
  light: string;
2827
2883
  dark: string;
2828
2884
  };
2885
+ focus: {
2886
+ light: string;
2887
+ dark: string;
2888
+ };
2889
+ active: {
2890
+ light: string;
2891
+ dark: string;
2892
+ };
2829
2893
  };
2830
2894
  font: {
2831
2895
  color: {
@@ -2844,6 +2908,14 @@ declare const defaultConfig$K: {
2844
2908
  light: string;
2845
2909
  dark: string;
2846
2910
  };
2911
+ focus: {
2912
+ light: string;
2913
+ dark: string;
2914
+ };
2915
+ active: {
2916
+ light: string;
2917
+ dark: string;
2918
+ };
2847
2919
  };
2848
2920
  font: {
2849
2921
  color: {
@@ -3424,15 +3496,6 @@ declare const defaultConfig$F: {
3424
3496
  duration: string;
3425
3497
  };
3426
3498
  };
3427
- text: {
3428
- font: {
3429
- family: string;
3430
- color: {
3431
- light: string;
3432
- dark: string;
3433
- };
3434
- };
3435
- };
3436
3499
  chevron: {
3437
3500
  size: string;
3438
3501
  transition: {
@@ -3815,6 +3878,30 @@ declare const defaultConfig$z: {
3815
3878
  };
3816
3879
  };
3817
3880
  };
3881
+ muted: {
3882
+ background: {
3883
+ light: string;
3884
+ dark: string;
3885
+ };
3886
+ font: {
3887
+ color: {
3888
+ light: string;
3889
+ dark: string;
3890
+ };
3891
+ };
3892
+ };
3893
+ mutedContrast: {
3894
+ background: {
3895
+ light: string;
3896
+ dark: string;
3897
+ };
3898
+ font: {
3899
+ color: {
3900
+ light: string;
3901
+ dark: string;
3902
+ };
3903
+ };
3904
+ };
3818
3905
  light: {
3819
3906
  background: {
3820
3907
  light: string;
@@ -3937,6 +4024,30 @@ declare const defaultConfig$z: {
3937
4024
  };
3938
4025
  };
3939
4026
  };
4027
+ muted: {
4028
+ background: {
4029
+ light: string;
4030
+ dark: string;
4031
+ };
4032
+ font: {
4033
+ color: {
4034
+ light: string;
4035
+ dark: string;
4036
+ };
4037
+ };
4038
+ };
4039
+ mutedContrast: {
4040
+ background: {
4041
+ light: string;
4042
+ dark: string;
4043
+ };
4044
+ font: {
4045
+ color: {
4046
+ light: string;
4047
+ dark: string;
4048
+ };
4049
+ };
4050
+ };
3940
4051
  light: {
3941
4052
  background: {
3942
4053
  light: string;
@@ -4067,6 +4178,38 @@ declare const defaultConfig$z: {
4067
4178
  };
4068
4179
  };
4069
4180
  };
4181
+ muted: {
4182
+ background: {
4183
+ light: string;
4184
+ dark: string;
4185
+ };
4186
+ border: {
4187
+ light: string;
4188
+ dark: string;
4189
+ };
4190
+ font: {
4191
+ color: {
4192
+ light: string;
4193
+ dark: string;
4194
+ };
4195
+ };
4196
+ };
4197
+ mutedContrast: {
4198
+ background: {
4199
+ light: string;
4200
+ dark: string;
4201
+ };
4202
+ border: {
4203
+ light: string;
4204
+ dark: string;
4205
+ };
4206
+ font: {
4207
+ color: {
4208
+ light: string;
4209
+ dark: string;
4210
+ };
4211
+ };
4212
+ };
4070
4213
  light: {
4071
4214
  background: {
4072
4215
  light: string;
@@ -6163,6 +6306,9 @@ interface MaskPluginConfig {
6163
6306
 
6164
6307
  declare const key$o: "message";
6165
6308
  declare const defaultConfig$n: {
6309
+ safeArea: {
6310
+ end: string;
6311
+ };
6166
6312
  icon: {
6167
6313
  outer: {
6168
6314
  size: string;
@@ -6193,8 +6339,21 @@ declare const defaultConfig$n: {
6193
6339
  icon: {
6194
6340
  size: string;
6195
6341
  };
6342
+ position: {
6343
+ top: string;
6344
+ end: string;
6345
+ };
6346
+ size: {
6347
+ outer: {
6348
+ width: string;
6349
+ height: string;
6350
+ };
6351
+ inner: {
6352
+ width: string;
6353
+ height: string;
6354
+ };
6355
+ };
6196
6356
  rounded: string;
6197
- padding: string;
6198
6357
  transition: {
6199
6358
  property: string;
6200
6359
  duration: string;
@@ -7654,6 +7813,7 @@ interface SelectPluginConfig {
7654
7813
  declare const key$c: "slimscroll";
7655
7814
  declare const defaultConfig$b: {
7656
7815
  width: string;
7816
+ height: string;
7657
7817
  background: {
7658
7818
  base: {
7659
7819
  light: string;
@@ -12514,6 +12674,14 @@ declare function createPreset({ theme, plugins, }?: {
12514
12674
  light?: string | undefined;
12515
12675
  dark?: string | undefined;
12516
12676
  } | undefined;
12677
+ focus?: {
12678
+ light?: string | undefined;
12679
+ dark?: string | undefined;
12680
+ } | undefined;
12681
+ active?: {
12682
+ light?: string | undefined;
12683
+ dark?: string | undefined;
12684
+ } | undefined;
12517
12685
  } | undefined;
12518
12686
  font?: {
12519
12687
  color?: {
@@ -12532,6 +12700,14 @@ declare function createPreset({ theme, plugins, }?: {
12532
12700
  light?: string | undefined;
12533
12701
  dark?: string | undefined;
12534
12702
  } | undefined;
12703
+ focus?: {
12704
+ light?: string | undefined;
12705
+ dark?: string | undefined;
12706
+ } | undefined;
12707
+ active?: {
12708
+ light?: string | undefined;
12709
+ dark?: string | undefined;
12710
+ } | undefined;
12535
12711
  } | undefined;
12536
12712
  font?: {
12537
12713
  color?: {
@@ -12550,6 +12726,14 @@ declare function createPreset({ theme, plugins, }?: {
12550
12726
  light?: string | undefined;
12551
12727
  dark?: string | undefined;
12552
12728
  } | undefined;
12729
+ focus?: {
12730
+ light?: string | undefined;
12731
+ dark?: string | undefined;
12732
+ } | undefined;
12733
+ active?: {
12734
+ light?: string | undefined;
12735
+ dark?: string | undefined;
12736
+ } | undefined;
12553
12737
  } | undefined;
12554
12738
  font?: {
12555
12739
  color?: {
@@ -12568,6 +12752,14 @@ declare function createPreset({ theme, plugins, }?: {
12568
12752
  light?: string | undefined;
12569
12753
  dark?: string | undefined;
12570
12754
  } | undefined;
12755
+ focus?: {
12756
+ light?: string | undefined;
12757
+ dark?: string | undefined;
12758
+ } | undefined;
12759
+ active?: {
12760
+ light?: string | undefined;
12761
+ dark?: string | undefined;
12762
+ } | undefined;
12571
12763
  } | undefined;
12572
12764
  font?: {
12573
12765
  color?: {
@@ -12586,6 +12778,14 @@ declare function createPreset({ theme, plugins, }?: {
12586
12778
  light?: string | undefined;
12587
12779
  dark?: string | undefined;
12588
12780
  } | undefined;
12781
+ focus?: {
12782
+ light?: string | undefined;
12783
+ dark?: string | undefined;
12784
+ } | undefined;
12785
+ active?: {
12786
+ light?: string | undefined;
12787
+ dark?: string | undefined;
12788
+ } | undefined;
12589
12789
  } | undefined;
12590
12790
  font?: {
12591
12791
  color?: {
@@ -12604,6 +12804,14 @@ declare function createPreset({ theme, plugins, }?: {
12604
12804
  light?: string | undefined;
12605
12805
  dark?: string | undefined;
12606
12806
  } | undefined;
12807
+ focus?: {
12808
+ light?: string | undefined;
12809
+ dark?: string | undefined;
12810
+ } | undefined;
12811
+ active?: {
12812
+ light?: string | undefined;
12813
+ dark?: string | undefined;
12814
+ } | undefined;
12607
12815
  } | undefined;
12608
12816
  font?: {
12609
12817
  color?: {
@@ -12622,6 +12830,14 @@ declare function createPreset({ theme, plugins, }?: {
12622
12830
  light?: string | undefined;
12623
12831
  dark?: string | undefined;
12624
12832
  } | undefined;
12833
+ focus?: {
12834
+ light?: string | undefined;
12835
+ dark?: string | undefined;
12836
+ } | undefined;
12837
+ active?: {
12838
+ light?: string | undefined;
12839
+ dark?: string | undefined;
12840
+ } | undefined;
12625
12841
  } | undefined;
12626
12842
  font?: {
12627
12843
  color?: {
@@ -12640,6 +12856,14 @@ declare function createPreset({ theme, plugins, }?: {
12640
12856
  light?: string | undefined;
12641
12857
  dark?: string | undefined;
12642
12858
  } | undefined;
12859
+ focus?: {
12860
+ light?: string | undefined;
12861
+ dark?: string | undefined;
12862
+ } | undefined;
12863
+ active?: {
12864
+ light?: string | undefined;
12865
+ dark?: string | undefined;
12866
+ } | undefined;
12643
12867
  } | undefined;
12644
12868
  font?: {
12645
12869
  color?: {
@@ -12658,6 +12882,14 @@ declare function createPreset({ theme, plugins, }?: {
12658
12882
  light?: string | undefined;
12659
12883
  dark?: string | undefined;
12660
12884
  } | undefined;
12885
+ focus?: {
12886
+ light?: string | undefined;
12887
+ dark?: string | undefined;
12888
+ } | undefined;
12889
+ active?: {
12890
+ light?: string | undefined;
12891
+ dark?: string | undefined;
12892
+ } | undefined;
12661
12893
  } | undefined;
12662
12894
  font?: {
12663
12895
  color?: {
@@ -13207,15 +13439,6 @@ declare function createPreset({ theme, plugins, }?: {
13207
13439
  duration?: string | undefined;
13208
13440
  } | undefined;
13209
13441
  } | undefined;
13210
- text?: {
13211
- font?: {
13212
- family?: string | undefined;
13213
- color?: {
13214
- light?: string | undefined;
13215
- dark?: string | undefined;
13216
- } | undefined;
13217
- } | undefined;
13218
- } | undefined;
13219
13442
  chevron?: {
13220
13443
  size?: string | undefined;
13221
13444
  transition?: {
@@ -13562,6 +13785,30 @@ declare function createPreset({ theme, plugins, }?: {
13562
13785
  } | undefined;
13563
13786
  } | undefined;
13564
13787
  } | undefined;
13788
+ muted?: {
13789
+ background?: {
13790
+ light?: string | undefined;
13791
+ dark?: string | undefined;
13792
+ } | undefined;
13793
+ font?: {
13794
+ color?: {
13795
+ light?: string | undefined;
13796
+ dark?: string | undefined;
13797
+ } | undefined;
13798
+ } | undefined;
13799
+ } | undefined;
13800
+ mutedContrast?: {
13801
+ background?: {
13802
+ light?: string | undefined;
13803
+ dark?: string | undefined;
13804
+ } | undefined;
13805
+ font?: {
13806
+ color?: {
13807
+ light?: string | undefined;
13808
+ dark?: string | undefined;
13809
+ } | undefined;
13810
+ } | undefined;
13811
+ } | undefined;
13565
13812
  light?: {
13566
13813
  background?: {
13567
13814
  light?: string | undefined;
@@ -13684,6 +13931,30 @@ declare function createPreset({ theme, plugins, }?: {
13684
13931
  } | undefined;
13685
13932
  } | undefined;
13686
13933
  } | undefined;
13934
+ muted?: {
13935
+ background?: {
13936
+ light?: string | undefined;
13937
+ dark?: string | undefined;
13938
+ } | undefined;
13939
+ font?: {
13940
+ color?: {
13941
+ light?: string | undefined;
13942
+ dark?: string | undefined;
13943
+ } | undefined;
13944
+ } | undefined;
13945
+ } | undefined;
13946
+ mutedContrast?: {
13947
+ background?: {
13948
+ light?: string | undefined;
13949
+ dark?: string | undefined;
13950
+ } | undefined;
13951
+ font?: {
13952
+ color?: {
13953
+ light?: string | undefined;
13954
+ dark?: string | undefined;
13955
+ } | undefined;
13956
+ } | undefined;
13957
+ } | undefined;
13687
13958
  light?: {
13688
13959
  background?: {
13689
13960
  light?: string | undefined;
@@ -13814,6 +14085,38 @@ declare function createPreset({ theme, plugins, }?: {
13814
14085
  } | undefined;
13815
14086
  } | undefined;
13816
14087
  } | undefined;
14088
+ muted?: {
14089
+ background?: {
14090
+ light?: string | undefined;
14091
+ dark?: string | undefined;
14092
+ } | undefined;
14093
+ border?: {
14094
+ light?: string | undefined;
14095
+ dark?: string | undefined;
14096
+ } | undefined;
14097
+ font?: {
14098
+ color?: {
14099
+ light?: string | undefined;
14100
+ dark?: string | undefined;
14101
+ } | undefined;
14102
+ } | undefined;
14103
+ } | undefined;
14104
+ mutedContrast?: {
14105
+ background?: {
14106
+ light?: string | undefined;
14107
+ dark?: string | undefined;
14108
+ } | undefined;
14109
+ border?: {
14110
+ light?: string | undefined;
14111
+ dark?: string | undefined;
14112
+ } | undefined;
14113
+ font?: {
14114
+ color?: {
14115
+ light?: string | undefined;
14116
+ dark?: string | undefined;
14117
+ } | undefined;
14118
+ } | undefined;
14119
+ } | undefined;
13817
14120
  light?: {
13818
14121
  background?: {
13819
14122
  light?: string | undefined;
@@ -15839,6 +16142,9 @@ declare function createPreset({ theme, plugins, }?: {
15839
16142
  } | undefined;
15840
16143
  mask?: {} | undefined;
15841
16144
  message?: {
16145
+ safeArea?: {
16146
+ end?: string | undefined;
16147
+ } | undefined;
15842
16148
  icon?: {
15843
16149
  outer?: {
15844
16150
  size?: string | undefined;
@@ -15869,8 +16175,21 @@ declare function createPreset({ theme, plugins, }?: {
15869
16175
  icon?: {
15870
16176
  size?: string | undefined;
15871
16177
  } | undefined;
16178
+ position?: {
16179
+ top?: string | undefined;
16180
+ end?: string | undefined;
16181
+ } | undefined;
16182
+ size?: {
16183
+ outer?: {
16184
+ width?: string | undefined;
16185
+ height?: string | undefined;
16186
+ } | undefined;
16187
+ inner?: {
16188
+ width?: string | undefined;
16189
+ height?: string | undefined;
16190
+ } | undefined;
16191
+ } | undefined;
15872
16192
  rounded?: string | undefined;
15873
- padding?: string | undefined;
15874
16193
  transition?: {
15875
16194
  property?: string | undefined;
15876
16195
  duration?: string | undefined;
@@ -17258,6 +17577,7 @@ declare function createPreset({ theme, plugins, }?: {
17258
17577
  } | undefined;
17259
17578
  slimscroll?: {
17260
17579
  width?: string | undefined;
17580
+ height?: string | undefined;
17261
17581
  background?: {
17262
17582
  base?: {
17263
17583
  light?: string | undefined;
@@ -22006,6 +22326,14 @@ declare function createPreset({ theme, plugins, }?: {
22006
22326
  light?: string | undefined;
22007
22327
  dark?: string | undefined;
22008
22328
  } | undefined;
22329
+ focus?: {
22330
+ light?: string | undefined;
22331
+ dark?: string | undefined;
22332
+ } | undefined;
22333
+ active?: {
22334
+ light?: string | undefined;
22335
+ dark?: string | undefined;
22336
+ } | undefined;
22009
22337
  } | undefined;
22010
22338
  font?: {
22011
22339
  color?: {
@@ -22024,6 +22352,14 @@ declare function createPreset({ theme, plugins, }?: {
22024
22352
  light?: string | undefined;
22025
22353
  dark?: string | undefined;
22026
22354
  } | undefined;
22355
+ focus?: {
22356
+ light?: string | undefined;
22357
+ dark?: string | undefined;
22358
+ } | undefined;
22359
+ active?: {
22360
+ light?: string | undefined;
22361
+ dark?: string | undefined;
22362
+ } | undefined;
22027
22363
  } | undefined;
22028
22364
  font?: {
22029
22365
  color?: {
@@ -22042,6 +22378,14 @@ declare function createPreset({ theme, plugins, }?: {
22042
22378
  light?: string | undefined;
22043
22379
  dark?: string | undefined;
22044
22380
  } | undefined;
22381
+ focus?: {
22382
+ light?: string | undefined;
22383
+ dark?: string | undefined;
22384
+ } | undefined;
22385
+ active?: {
22386
+ light?: string | undefined;
22387
+ dark?: string | undefined;
22388
+ } | undefined;
22045
22389
  } | undefined;
22046
22390
  font?: {
22047
22391
  color?: {
@@ -22060,6 +22404,14 @@ declare function createPreset({ theme, plugins, }?: {
22060
22404
  light?: string | undefined;
22061
22405
  dark?: string | undefined;
22062
22406
  } | undefined;
22407
+ focus?: {
22408
+ light?: string | undefined;
22409
+ dark?: string | undefined;
22410
+ } | undefined;
22411
+ active?: {
22412
+ light?: string | undefined;
22413
+ dark?: string | undefined;
22414
+ } | undefined;
22063
22415
  } | undefined;
22064
22416
  font?: {
22065
22417
  color?: {
@@ -22078,6 +22430,14 @@ declare function createPreset({ theme, plugins, }?: {
22078
22430
  light?: string | undefined;
22079
22431
  dark?: string | undefined;
22080
22432
  } | undefined;
22433
+ focus?: {
22434
+ light?: string | undefined;
22435
+ dark?: string | undefined;
22436
+ } | undefined;
22437
+ active?: {
22438
+ light?: string | undefined;
22439
+ dark?: string | undefined;
22440
+ } | undefined;
22081
22441
  } | undefined;
22082
22442
  font?: {
22083
22443
  color?: {
@@ -22096,6 +22456,14 @@ declare function createPreset({ theme, plugins, }?: {
22096
22456
  light?: string | undefined;
22097
22457
  dark?: string | undefined;
22098
22458
  } | undefined;
22459
+ focus?: {
22460
+ light?: string | undefined;
22461
+ dark?: string | undefined;
22462
+ } | undefined;
22463
+ active?: {
22464
+ light?: string | undefined;
22465
+ dark?: string | undefined;
22466
+ } | undefined;
22099
22467
  } | undefined;
22100
22468
  font?: {
22101
22469
  color?: {
@@ -22114,6 +22482,14 @@ declare function createPreset({ theme, plugins, }?: {
22114
22482
  light?: string | undefined;
22115
22483
  dark?: string | undefined;
22116
22484
  } | undefined;
22485
+ focus?: {
22486
+ light?: string | undefined;
22487
+ dark?: string | undefined;
22488
+ } | undefined;
22489
+ active?: {
22490
+ light?: string | undefined;
22491
+ dark?: string | undefined;
22492
+ } | undefined;
22117
22493
  } | undefined;
22118
22494
  font?: {
22119
22495
  color?: {
@@ -22132,6 +22508,14 @@ declare function createPreset({ theme, plugins, }?: {
22132
22508
  light?: string | undefined;
22133
22509
  dark?: string | undefined;
22134
22510
  } | undefined;
22511
+ focus?: {
22512
+ light?: string | undefined;
22513
+ dark?: string | undefined;
22514
+ } | undefined;
22515
+ active?: {
22516
+ light?: string | undefined;
22517
+ dark?: string | undefined;
22518
+ } | undefined;
22135
22519
  } | undefined;
22136
22520
  font?: {
22137
22521
  color?: {
@@ -22150,6 +22534,14 @@ declare function createPreset({ theme, plugins, }?: {
22150
22534
  light?: string | undefined;
22151
22535
  dark?: string | undefined;
22152
22536
  } | undefined;
22537
+ focus?: {
22538
+ light?: string | undefined;
22539
+ dark?: string | undefined;
22540
+ } | undefined;
22541
+ active?: {
22542
+ light?: string | undefined;
22543
+ dark?: string | undefined;
22544
+ } | undefined;
22153
22545
  } | undefined;
22154
22546
  font?: {
22155
22547
  color?: {
@@ -22699,15 +23091,6 @@ declare function createPreset({ theme, plugins, }?: {
22699
23091
  duration?: string | undefined;
22700
23092
  } | undefined;
22701
23093
  } | undefined;
22702
- text?: {
22703
- font?: {
22704
- family?: string | undefined;
22705
- color?: {
22706
- light?: string | undefined;
22707
- dark?: string | undefined;
22708
- } | undefined;
22709
- } | undefined;
22710
- } | undefined;
22711
23094
  chevron?: {
22712
23095
  size?: string | undefined;
22713
23096
  transition?: {
@@ -23054,6 +23437,30 @@ declare function createPreset({ theme, plugins, }?: {
23054
23437
  } | undefined;
23055
23438
  } | undefined;
23056
23439
  } | undefined;
23440
+ muted?: {
23441
+ background?: {
23442
+ light?: string | undefined;
23443
+ dark?: string | undefined;
23444
+ } | undefined;
23445
+ font?: {
23446
+ color?: {
23447
+ light?: string | undefined;
23448
+ dark?: string | undefined;
23449
+ } | undefined;
23450
+ } | undefined;
23451
+ } | undefined;
23452
+ mutedContrast?: {
23453
+ background?: {
23454
+ light?: string | undefined;
23455
+ dark?: string | undefined;
23456
+ } | undefined;
23457
+ font?: {
23458
+ color?: {
23459
+ light?: string | undefined;
23460
+ dark?: string | undefined;
23461
+ } | undefined;
23462
+ } | undefined;
23463
+ } | undefined;
23057
23464
  light?: {
23058
23465
  background?: {
23059
23466
  light?: string | undefined;
@@ -23176,6 +23583,30 @@ declare function createPreset({ theme, plugins, }?: {
23176
23583
  } | undefined;
23177
23584
  } | undefined;
23178
23585
  } | undefined;
23586
+ muted?: {
23587
+ background?: {
23588
+ light?: string | undefined;
23589
+ dark?: string | undefined;
23590
+ } | undefined;
23591
+ font?: {
23592
+ color?: {
23593
+ light?: string | undefined;
23594
+ dark?: string | undefined;
23595
+ } | undefined;
23596
+ } | undefined;
23597
+ } | undefined;
23598
+ mutedContrast?: {
23599
+ background?: {
23600
+ light?: string | undefined;
23601
+ dark?: string | undefined;
23602
+ } | undefined;
23603
+ font?: {
23604
+ color?: {
23605
+ light?: string | undefined;
23606
+ dark?: string | undefined;
23607
+ } | undefined;
23608
+ } | undefined;
23609
+ } | undefined;
23179
23610
  light?: {
23180
23611
  background?: {
23181
23612
  light?: string | undefined;
@@ -23306,6 +23737,38 @@ declare function createPreset({ theme, plugins, }?: {
23306
23737
  } | undefined;
23307
23738
  } | undefined;
23308
23739
  } | undefined;
23740
+ muted?: {
23741
+ background?: {
23742
+ light?: string | undefined;
23743
+ dark?: string | undefined;
23744
+ } | undefined;
23745
+ border?: {
23746
+ light?: string | undefined;
23747
+ dark?: string | undefined;
23748
+ } | undefined;
23749
+ font?: {
23750
+ color?: {
23751
+ light?: string | undefined;
23752
+ dark?: string | undefined;
23753
+ } | undefined;
23754
+ } | undefined;
23755
+ } | undefined;
23756
+ mutedContrast?: {
23757
+ background?: {
23758
+ light?: string | undefined;
23759
+ dark?: string | undefined;
23760
+ } | undefined;
23761
+ border?: {
23762
+ light?: string | undefined;
23763
+ dark?: string | undefined;
23764
+ } | undefined;
23765
+ font?: {
23766
+ color?: {
23767
+ light?: string | undefined;
23768
+ dark?: string | undefined;
23769
+ } | undefined;
23770
+ } | undefined;
23771
+ } | undefined;
23309
23772
  light?: {
23310
23773
  background?: {
23311
23774
  light?: string | undefined;
@@ -25331,6 +25794,9 @@ declare function createPreset({ theme, plugins, }?: {
25331
25794
  } | undefined;
25332
25795
  mask?: {} | undefined;
25333
25796
  message?: {
25797
+ safeArea?: {
25798
+ end?: string | undefined;
25799
+ } | undefined;
25334
25800
  icon?: {
25335
25801
  outer?: {
25336
25802
  size?: string | undefined;
@@ -25361,8 +25827,21 @@ declare function createPreset({ theme, plugins, }?: {
25361
25827
  icon?: {
25362
25828
  size?: string | undefined;
25363
25829
  } | undefined;
25830
+ position?: {
25831
+ top?: string | undefined;
25832
+ end?: string | undefined;
25833
+ } | undefined;
25834
+ size?: {
25835
+ outer?: {
25836
+ width?: string | undefined;
25837
+ height?: string | undefined;
25838
+ } | undefined;
25839
+ inner?: {
25840
+ width?: string | undefined;
25841
+ height?: string | undefined;
25842
+ } | undefined;
25843
+ } | undefined;
25364
25844
  rounded?: string | undefined;
25365
- padding?: string | undefined;
25366
25845
  transition?: {
25367
25846
  property?: string | undefined;
25368
25847
  duration?: string | undefined;
@@ -26750,6 +27229,7 @@ declare function createPreset({ theme, plugins, }?: {
26750
27229
  } | undefined;
26751
27230
  slimscroll?: {
26752
27231
  width?: string | undefined;
27232
+ height?: string | undefined;
26753
27233
  background?: {
26754
27234
  base?: {
26755
27235
  light?: string | undefined;
@@ -31213,7 +31693,189 @@ declare const preset: {
31213
31693
  dark?: string | undefined;
31214
31694
  } | undefined;
31215
31695
  } | undefined;
31216
- muted?: {
31696
+ muted?: {
31697
+ font?: {
31698
+ color?: {
31699
+ light?: string | undefined;
31700
+ dark?: string | undefined;
31701
+ } | undefined;
31702
+ } | undefined;
31703
+ background?: {
31704
+ base?: {
31705
+ light?: string | undefined;
31706
+ dark?: string | undefined;
31707
+ } | undefined;
31708
+ hover?: {
31709
+ light?: string | undefined;
31710
+ dark?: string | undefined;
31711
+ } | undefined;
31712
+ active?: {
31713
+ light?: string | undefined;
31714
+ dark?: string | undefined;
31715
+ } | undefined;
31716
+ } | undefined;
31717
+ border?: {
31718
+ light?: string | undefined;
31719
+ dark?: string | undefined;
31720
+ } | undefined;
31721
+ } | undefined;
31722
+ mutedContrast?: {
31723
+ font?: {
31724
+ color?: {
31725
+ light?: string | undefined;
31726
+ dark?: string | undefined;
31727
+ } | undefined;
31728
+ } | undefined;
31729
+ background?: {
31730
+ base?: {
31731
+ light?: string | undefined;
31732
+ dark?: string | undefined;
31733
+ } | undefined;
31734
+ hover?: {
31735
+ light?: string | undefined;
31736
+ dark?: string | undefined;
31737
+ } | undefined;
31738
+ active?: {
31739
+ light?: string | undefined;
31740
+ dark?: string | undefined;
31741
+ } | undefined;
31742
+ } | undefined;
31743
+ border?: {
31744
+ light?: string | undefined;
31745
+ dark?: string | undefined;
31746
+ } | undefined;
31747
+ } | undefined;
31748
+ light?: {
31749
+ font?: {
31750
+ color?: {
31751
+ light?: string | undefined;
31752
+ dark?: string | undefined;
31753
+ } | undefined;
31754
+ } | undefined;
31755
+ background?: {
31756
+ base?: {
31757
+ light?: string | undefined;
31758
+ dark?: string | undefined;
31759
+ } | undefined;
31760
+ hover?: {
31761
+ light?: string | undefined;
31762
+ dark?: string | undefined;
31763
+ } | undefined;
31764
+ active?: {
31765
+ light?: string | undefined;
31766
+ dark?: string | undefined;
31767
+ } | undefined;
31768
+ } | undefined;
31769
+ border?: {
31770
+ light?: string | undefined;
31771
+ dark?: string | undefined;
31772
+ } | undefined;
31773
+ } | undefined;
31774
+ dark?: {
31775
+ font?: {
31776
+ color?: {
31777
+ light?: string | undefined;
31778
+ dark?: string | undefined;
31779
+ } | undefined;
31780
+ } | undefined;
31781
+ background?: {
31782
+ base?: {
31783
+ light?: string | undefined;
31784
+ dark?: string | undefined;
31785
+ } | undefined;
31786
+ hover?: {
31787
+ light?: string | undefined;
31788
+ dark?: string | undefined;
31789
+ } | undefined;
31790
+ active?: {
31791
+ light?: string | undefined;
31792
+ dark?: string | undefined;
31793
+ } | undefined;
31794
+ } | undefined;
31795
+ border?: {
31796
+ light?: string | undefined;
31797
+ dark?: string | undefined;
31798
+ } | undefined;
31799
+ } | undefined;
31800
+ black?: {
31801
+ font?: {
31802
+ color?: {
31803
+ light?: string | undefined;
31804
+ dark?: string | undefined;
31805
+ } | undefined;
31806
+ } | undefined;
31807
+ background?: {
31808
+ base?: {
31809
+ light?: string | undefined;
31810
+ dark?: string | undefined;
31811
+ } | undefined;
31812
+ hover?: {
31813
+ light?: string | undefined;
31814
+ dark?: string | undefined;
31815
+ } | undefined;
31816
+ active?: {
31817
+ light?: string | undefined;
31818
+ dark?: string | undefined;
31819
+ } | undefined;
31820
+ } | undefined;
31821
+ border?: {
31822
+ light?: string | undefined;
31823
+ dark?: string | undefined;
31824
+ } | undefined;
31825
+ } | undefined;
31826
+ primary?: {
31827
+ font?: {
31828
+ color?: {
31829
+ light?: string | undefined;
31830
+ dark?: string | undefined;
31831
+ } | undefined;
31832
+ } | undefined;
31833
+ background?: {
31834
+ base?: {
31835
+ light?: string | undefined;
31836
+ dark?: string | undefined;
31837
+ } | undefined;
31838
+ hover?: {
31839
+ light?: string | undefined;
31840
+ dark?: string | undefined;
31841
+ } | undefined;
31842
+ active?: {
31843
+ light?: string | undefined;
31844
+ dark?: string | undefined;
31845
+ } | undefined;
31846
+ } | undefined;
31847
+ border?: {
31848
+ light?: string | undefined;
31849
+ dark?: string | undefined;
31850
+ } | undefined;
31851
+ } | undefined;
31852
+ info?: {
31853
+ font?: {
31854
+ color?: {
31855
+ light?: string | undefined;
31856
+ dark?: string | undefined;
31857
+ } | undefined;
31858
+ } | undefined;
31859
+ background?: {
31860
+ base?: {
31861
+ light?: string | undefined;
31862
+ dark?: string | undefined;
31863
+ } | undefined;
31864
+ hover?: {
31865
+ light?: string | undefined;
31866
+ dark?: string | undefined;
31867
+ } | undefined;
31868
+ active?: {
31869
+ light?: string | undefined;
31870
+ dark?: string | undefined;
31871
+ } | undefined;
31872
+ } | undefined;
31873
+ border?: {
31874
+ light?: string | undefined;
31875
+ dark?: string | undefined;
31876
+ } | undefined;
31877
+ } | undefined;
31878
+ success?: {
31217
31879
  font?: {
31218
31880
  color?: {
31219
31881
  light?: string | undefined;
@@ -31239,7 +31901,7 @@ declare const preset: {
31239
31901
  dark?: string | undefined;
31240
31902
  } | undefined;
31241
31903
  } | undefined;
31242
- mutedContrast?: {
31904
+ warning?: {
31243
31905
  font?: {
31244
31906
  color?: {
31245
31907
  light?: string | undefined;
@@ -31265,7 +31927,7 @@ declare const preset: {
31265
31927
  dark?: string | undefined;
31266
31928
  } | undefined;
31267
31929
  } | undefined;
31268
- light?: {
31930
+ danger?: {
31269
31931
  font?: {
31270
31932
  color?: {
31271
31933
  light?: string | undefined;
@@ -31291,13 +31953,40 @@ declare const preset: {
31291
31953
  dark?: string | undefined;
31292
31954
  } | undefined;
31293
31955
  } | undefined;
31294
- dark?: {
31295
- font?: {
31296
- color?: {
31297
- light?: string | undefined;
31298
- dark?: string | undefined;
31299
- } | undefined;
31300
- } | undefined;
31956
+ } | undefined;
31957
+ transition?: {
31958
+ property?: string | undefined;
31959
+ duration?: string | undefined;
31960
+ } | undefined;
31961
+ } | undefined;
31962
+ buttonClose?: {
31963
+ size?: {
31964
+ xs?: {
31965
+ outer?: string | undefined;
31966
+ inner?: string | undefined;
31967
+ } | undefined;
31968
+ sm?: {
31969
+ outer?: string | undefined;
31970
+ inner?: string | undefined;
31971
+ } | undefined;
31972
+ md?: {
31973
+ outer?: string | undefined;
31974
+ inner?: string | undefined;
31975
+ } | undefined;
31976
+ lg?: {
31977
+ outer?: string | undefined;
31978
+ inner?: string | undefined;
31979
+ } | undefined;
31980
+ } | undefined;
31981
+ rounded?: {
31982
+ none?: string | undefined;
31983
+ sm?: string | undefined;
31984
+ md?: string | undefined;
31985
+ lg?: string | undefined;
31986
+ full?: string | undefined;
31987
+ } | undefined;
31988
+ color?: {
31989
+ default?: {
31301
31990
  background?: {
31302
31991
  base?: {
31303
31992
  light?: string | undefined;
@@ -31307,29 +31996,7 @@ declare const preset: {
31307
31996
  light?: string | undefined;
31308
31997
  dark?: string | undefined;
31309
31998
  } | undefined;
31310
- active?: {
31311
- light?: string | undefined;
31312
- dark?: string | undefined;
31313
- } | undefined;
31314
- } | undefined;
31315
- border?: {
31316
- light?: string | undefined;
31317
- dark?: string | undefined;
31318
- } | undefined;
31319
- } | undefined;
31320
- black?: {
31321
- font?: {
31322
- color?: {
31323
- light?: string | undefined;
31324
- dark?: string | undefined;
31325
- } | undefined;
31326
- } | undefined;
31327
- background?: {
31328
- base?: {
31329
- light?: string | undefined;
31330
- dark?: string | undefined;
31331
- } | undefined;
31332
- hover?: {
31999
+ focus?: {
31333
32000
  light?: string | undefined;
31334
32001
  dark?: string | undefined;
31335
32002
  } | undefined;
@@ -31338,18 +32005,14 @@ declare const preset: {
31338
32005
  dark?: string | undefined;
31339
32006
  } | undefined;
31340
32007
  } | undefined;
31341
- border?: {
31342
- light?: string | undefined;
31343
- dark?: string | undefined;
31344
- } | undefined;
31345
- } | undefined;
31346
- primary?: {
31347
32008
  font?: {
31348
32009
  color?: {
31349
32010
  light?: string | undefined;
31350
32011
  dark?: string | undefined;
31351
32012
  } | undefined;
31352
32013
  } | undefined;
32014
+ } | undefined;
32015
+ defaultContrast?: {
31353
32016
  background?: {
31354
32017
  base?: {
31355
32018
  light?: string | undefined;
@@ -31359,29 +32022,7 @@ declare const preset: {
31359
32022
  light?: string | undefined;
31360
32023
  dark?: string | undefined;
31361
32024
  } | undefined;
31362
- active?: {
31363
- light?: string | undefined;
31364
- dark?: string | undefined;
31365
- } | undefined;
31366
- } | undefined;
31367
- border?: {
31368
- light?: string | undefined;
31369
- dark?: string | undefined;
31370
- } | undefined;
31371
- } | undefined;
31372
- info?: {
31373
- font?: {
31374
- color?: {
31375
- light?: string | undefined;
31376
- dark?: string | undefined;
31377
- } | undefined;
31378
- } | undefined;
31379
- background?: {
31380
- base?: {
31381
- light?: string | undefined;
31382
- dark?: string | undefined;
31383
- } | undefined;
31384
- hover?: {
32025
+ focus?: {
31385
32026
  light?: string | undefined;
31386
32027
  dark?: string | undefined;
31387
32028
  } | undefined;
@@ -31390,18 +32031,14 @@ declare const preset: {
31390
32031
  dark?: string | undefined;
31391
32032
  } | undefined;
31392
32033
  } | undefined;
31393
- border?: {
31394
- light?: string | undefined;
31395
- dark?: string | undefined;
31396
- } | undefined;
31397
- } | undefined;
31398
- success?: {
31399
32034
  font?: {
31400
32035
  color?: {
31401
32036
  light?: string | undefined;
31402
32037
  dark?: string | undefined;
31403
32038
  } | undefined;
31404
32039
  } | undefined;
32040
+ } | undefined;
32041
+ muted?: {
31405
32042
  background?: {
31406
32043
  base?: {
31407
32044
  light?: string | undefined;
@@ -31411,23 +32048,23 @@ declare const preset: {
31411
32048
  light?: string | undefined;
31412
32049
  dark?: string | undefined;
31413
32050
  } | undefined;
32051
+ focus?: {
32052
+ light?: string | undefined;
32053
+ dark?: string | undefined;
32054
+ } | undefined;
31414
32055
  active?: {
31415
32056
  light?: string | undefined;
31416
32057
  dark?: string | undefined;
31417
32058
  } | undefined;
31418
32059
  } | undefined;
31419
- border?: {
31420
- light?: string | undefined;
31421
- dark?: string | undefined;
31422
- } | undefined;
31423
- } | undefined;
31424
- warning?: {
31425
32060
  font?: {
31426
32061
  color?: {
31427
32062
  light?: string | undefined;
31428
32063
  dark?: string | undefined;
31429
32064
  } | undefined;
31430
32065
  } | undefined;
32066
+ } | undefined;
32067
+ mutedContrast?: {
31431
32068
  background?: {
31432
32069
  base?: {
31433
32070
  light?: string | undefined;
@@ -31437,23 +32074,23 @@ declare const preset: {
31437
32074
  light?: string | undefined;
31438
32075
  dark?: string | undefined;
31439
32076
  } | undefined;
32077
+ focus?: {
32078
+ light?: string | undefined;
32079
+ dark?: string | undefined;
32080
+ } | undefined;
31440
32081
  active?: {
31441
32082
  light?: string | undefined;
31442
32083
  dark?: string | undefined;
31443
32084
  } | undefined;
31444
32085
  } | undefined;
31445
- border?: {
31446
- light?: string | undefined;
31447
- dark?: string | undefined;
31448
- } | undefined;
31449
- } | undefined;
31450
- danger?: {
31451
32086
  font?: {
31452
32087
  color?: {
31453
32088
  light?: string | undefined;
31454
32089
  dark?: string | undefined;
31455
32090
  } | undefined;
31456
32091
  } | undefined;
32092
+ } | undefined;
32093
+ primary?: {
31457
32094
  background?: {
31458
32095
  base?: {
31459
32096
  light?: string | undefined;
@@ -31463,56 +32100,11 @@ declare const preset: {
31463
32100
  light?: string | undefined;
31464
32101
  dark?: string | undefined;
31465
32102
  } | undefined;
31466
- active?: {
31467
- light?: string | undefined;
31468
- dark?: string | undefined;
31469
- } | undefined;
31470
- } | undefined;
31471
- border?: {
31472
- light?: string | undefined;
31473
- dark?: string | undefined;
31474
- } | undefined;
31475
- } | undefined;
31476
- } | undefined;
31477
- transition?: {
31478
- property?: string | undefined;
31479
- duration?: string | undefined;
31480
- } | undefined;
31481
- } | undefined;
31482
- buttonClose?: {
31483
- size?: {
31484
- xs?: {
31485
- outer?: string | undefined;
31486
- inner?: string | undefined;
31487
- } | undefined;
31488
- sm?: {
31489
- outer?: string | undefined;
31490
- inner?: string | undefined;
31491
- } | undefined;
31492
- md?: {
31493
- outer?: string | undefined;
31494
- inner?: string | undefined;
31495
- } | undefined;
31496
- lg?: {
31497
- outer?: string | undefined;
31498
- inner?: string | undefined;
31499
- } | undefined;
31500
- } | undefined;
31501
- rounded?: {
31502
- none?: string | undefined;
31503
- sm?: string | undefined;
31504
- md?: string | undefined;
31505
- lg?: string | undefined;
31506
- full?: string | undefined;
31507
- } | undefined;
31508
- color?: {
31509
- default?: {
31510
- background?: {
31511
- base?: {
32103
+ focus?: {
31512
32104
  light?: string | undefined;
31513
32105
  dark?: string | undefined;
31514
32106
  } | undefined;
31515
- hover?: {
32107
+ active?: {
31516
32108
  light?: string | undefined;
31517
32109
  dark?: string | undefined;
31518
32110
  } | undefined;
@@ -31524,7 +32116,7 @@ declare const preset: {
31524
32116
  } | undefined;
31525
32117
  } | undefined;
31526
32118
  } | undefined;
31527
- defaultContrast?: {
32119
+ info?: {
31528
32120
  background?: {
31529
32121
  base?: {
31530
32122
  light?: string | undefined;
@@ -31534,21 +32126,11 @@ declare const preset: {
31534
32126
  light?: string | undefined;
31535
32127
  dark?: string | undefined;
31536
32128
  } | undefined;
31537
- } | undefined;
31538
- font?: {
31539
- color?: {
31540
- light?: string | undefined;
31541
- dark?: string | undefined;
31542
- } | undefined;
31543
- } | undefined;
31544
- } | undefined;
31545
- muted?: {
31546
- background?: {
31547
- base?: {
32129
+ focus?: {
31548
32130
  light?: string | undefined;
31549
32131
  dark?: string | undefined;
31550
32132
  } | undefined;
31551
- hover?: {
32133
+ active?: {
31552
32134
  light?: string | undefined;
31553
32135
  dark?: string | undefined;
31554
32136
  } | undefined;
@@ -31560,7 +32142,7 @@ declare const preset: {
31560
32142
  } | undefined;
31561
32143
  } | undefined;
31562
32144
  } | undefined;
31563
- mutedContrast?: {
32145
+ success?: {
31564
32146
  background?: {
31565
32147
  base?: {
31566
32148
  light?: string | undefined;
@@ -31570,21 +32152,11 @@ declare const preset: {
31570
32152
  light?: string | undefined;
31571
32153
  dark?: string | undefined;
31572
32154
  } | undefined;
31573
- } | undefined;
31574
- font?: {
31575
- color?: {
31576
- light?: string | undefined;
31577
- dark?: string | undefined;
31578
- } | undefined;
31579
- } | undefined;
31580
- } | undefined;
31581
- primary?: {
31582
- background?: {
31583
- base?: {
32155
+ focus?: {
31584
32156
  light?: string | undefined;
31585
32157
  dark?: string | undefined;
31586
32158
  } | undefined;
31587
- hover?: {
32159
+ active?: {
31588
32160
  light?: string | undefined;
31589
32161
  dark?: string | undefined;
31590
32162
  } | undefined;
@@ -31596,7 +32168,7 @@ declare const preset: {
31596
32168
  } | undefined;
31597
32169
  } | undefined;
31598
32170
  } | undefined;
31599
- info?: {
32171
+ warning?: {
31600
32172
  background?: {
31601
32173
  base?: {
31602
32174
  light?: string | undefined;
@@ -31606,21 +32178,11 @@ declare const preset: {
31606
32178
  light?: string | undefined;
31607
32179
  dark?: string | undefined;
31608
32180
  } | undefined;
31609
- } | undefined;
31610
- font?: {
31611
- color?: {
31612
- light?: string | undefined;
31613
- dark?: string | undefined;
31614
- } | undefined;
31615
- } | undefined;
31616
- } | undefined;
31617
- success?: {
31618
- background?: {
31619
- base?: {
32181
+ focus?: {
31620
32182
  light?: string | undefined;
31621
32183
  dark?: string | undefined;
31622
32184
  } | undefined;
31623
- hover?: {
32185
+ active?: {
31624
32186
  light?: string | undefined;
31625
32187
  dark?: string | undefined;
31626
32188
  } | undefined;
@@ -31632,7 +32194,7 @@ declare const preset: {
31632
32194
  } | undefined;
31633
32195
  } | undefined;
31634
32196
  } | undefined;
31635
- warning?: {
32197
+ danger?: {
31636
32198
  background?: {
31637
32199
  base?: {
31638
32200
  light?: string | undefined;
@@ -31642,21 +32204,11 @@ declare const preset: {
31642
32204
  light?: string | undefined;
31643
32205
  dark?: string | undefined;
31644
32206
  } | undefined;
31645
- } | undefined;
31646
- font?: {
31647
- color?: {
31648
- light?: string | undefined;
31649
- dark?: string | undefined;
31650
- } | undefined;
31651
- } | undefined;
31652
- } | undefined;
31653
- danger?: {
31654
- background?: {
31655
- base?: {
32207
+ focus?: {
31656
32208
  light?: string | undefined;
31657
32209
  dark?: string | undefined;
31658
32210
  } | undefined;
31659
- hover?: {
32211
+ active?: {
31660
32212
  light?: string | undefined;
31661
32213
  dark?: string | undefined;
31662
32214
  } | undefined;
@@ -32209,15 +32761,6 @@ declare const preset: {
32209
32761
  duration?: string | undefined;
32210
32762
  } | undefined;
32211
32763
  } | undefined;
32212
- text?: {
32213
- font?: {
32214
- family?: string | undefined;
32215
- color?: {
32216
- light?: string | undefined;
32217
- dark?: string | undefined;
32218
- } | undefined;
32219
- } | undefined;
32220
- } | undefined;
32221
32764
  chevron?: {
32222
32765
  size?: string | undefined;
32223
32766
  transition?: {
@@ -32564,6 +33107,30 @@ declare const preset: {
32564
33107
  } | undefined;
32565
33108
  } | undefined;
32566
33109
  } | undefined;
33110
+ muted?: {
33111
+ background?: {
33112
+ light?: string | undefined;
33113
+ dark?: string | undefined;
33114
+ } | undefined;
33115
+ font?: {
33116
+ color?: {
33117
+ light?: string | undefined;
33118
+ dark?: string | undefined;
33119
+ } | undefined;
33120
+ } | undefined;
33121
+ } | undefined;
33122
+ mutedContrast?: {
33123
+ background?: {
33124
+ light?: string | undefined;
33125
+ dark?: string | undefined;
33126
+ } | undefined;
33127
+ font?: {
33128
+ color?: {
33129
+ light?: string | undefined;
33130
+ dark?: string | undefined;
33131
+ } | undefined;
33132
+ } | undefined;
33133
+ } | undefined;
32567
33134
  light?: {
32568
33135
  background?: {
32569
33136
  light?: string | undefined;
@@ -32686,6 +33253,30 @@ declare const preset: {
32686
33253
  } | undefined;
32687
33254
  } | undefined;
32688
33255
  } | undefined;
33256
+ muted?: {
33257
+ background?: {
33258
+ light?: string | undefined;
33259
+ dark?: string | undefined;
33260
+ } | undefined;
33261
+ font?: {
33262
+ color?: {
33263
+ light?: string | undefined;
33264
+ dark?: string | undefined;
33265
+ } | undefined;
33266
+ } | undefined;
33267
+ } | undefined;
33268
+ mutedContrast?: {
33269
+ background?: {
33270
+ light?: string | undefined;
33271
+ dark?: string | undefined;
33272
+ } | undefined;
33273
+ font?: {
33274
+ color?: {
33275
+ light?: string | undefined;
33276
+ dark?: string | undefined;
33277
+ } | undefined;
33278
+ } | undefined;
33279
+ } | undefined;
32689
33280
  light?: {
32690
33281
  background?: {
32691
33282
  light?: string | undefined;
@@ -32816,6 +33407,38 @@ declare const preset: {
32816
33407
  } | undefined;
32817
33408
  } | undefined;
32818
33409
  } | undefined;
33410
+ muted?: {
33411
+ background?: {
33412
+ light?: string | undefined;
33413
+ dark?: string | undefined;
33414
+ } | undefined;
33415
+ border?: {
33416
+ light?: string | undefined;
33417
+ dark?: string | undefined;
33418
+ } | undefined;
33419
+ font?: {
33420
+ color?: {
33421
+ light?: string | undefined;
33422
+ dark?: string | undefined;
33423
+ } | undefined;
33424
+ } | undefined;
33425
+ } | undefined;
33426
+ mutedContrast?: {
33427
+ background?: {
33428
+ light?: string | undefined;
33429
+ dark?: string | undefined;
33430
+ } | undefined;
33431
+ border?: {
33432
+ light?: string | undefined;
33433
+ dark?: string | undefined;
33434
+ } | undefined;
33435
+ font?: {
33436
+ color?: {
33437
+ light?: string | undefined;
33438
+ dark?: string | undefined;
33439
+ } | undefined;
33440
+ } | undefined;
33441
+ } | undefined;
32819
33442
  light?: {
32820
33443
  background?: {
32821
33444
  light?: string | undefined;
@@ -34841,6 +35464,9 @@ declare const preset: {
34841
35464
  } | undefined;
34842
35465
  mask?: {} | undefined;
34843
35466
  message?: {
35467
+ safeArea?: {
35468
+ end?: string | undefined;
35469
+ } | undefined;
34844
35470
  icon?: {
34845
35471
  outer?: {
34846
35472
  size?: string | undefined;
@@ -34871,8 +35497,21 @@ declare const preset: {
34871
35497
  icon?: {
34872
35498
  size?: string | undefined;
34873
35499
  } | undefined;
35500
+ position?: {
35501
+ top?: string | undefined;
35502
+ end?: string | undefined;
35503
+ } | undefined;
35504
+ size?: {
35505
+ outer?: {
35506
+ width?: string | undefined;
35507
+ height?: string | undefined;
35508
+ } | undefined;
35509
+ inner?: {
35510
+ width?: string | undefined;
35511
+ height?: string | undefined;
35512
+ } | undefined;
35513
+ } | undefined;
34874
35514
  rounded?: string | undefined;
34875
- padding?: string | undefined;
34876
35515
  transition?: {
34877
35516
  property?: string | undefined;
34878
35517
  duration?: string | undefined;
@@ -36260,6 +36899,7 @@ declare const preset: {
36260
36899
  } | undefined;
36261
36900
  slimscroll?: {
36262
36901
  width?: string | undefined;
36902
+ height?: string | undefined;
36263
36903
  background?: {
36264
36904
  base?: {
36265
36905
  light?: string | undefined;
@@ -41008,6 +41648,14 @@ declare const preset: {
41008
41648
  light?: string | undefined;
41009
41649
  dark?: string | undefined;
41010
41650
  } | undefined;
41651
+ focus?: {
41652
+ light?: string | undefined;
41653
+ dark?: string | undefined;
41654
+ } | undefined;
41655
+ active?: {
41656
+ light?: string | undefined;
41657
+ dark?: string | undefined;
41658
+ } | undefined;
41011
41659
  } | undefined;
41012
41660
  font?: {
41013
41661
  color?: {
@@ -41026,6 +41674,14 @@ declare const preset: {
41026
41674
  light?: string | undefined;
41027
41675
  dark?: string | undefined;
41028
41676
  } | undefined;
41677
+ focus?: {
41678
+ light?: string | undefined;
41679
+ dark?: string | undefined;
41680
+ } | undefined;
41681
+ active?: {
41682
+ light?: string | undefined;
41683
+ dark?: string | undefined;
41684
+ } | undefined;
41029
41685
  } | undefined;
41030
41686
  font?: {
41031
41687
  color?: {
@@ -41044,6 +41700,14 @@ declare const preset: {
41044
41700
  light?: string | undefined;
41045
41701
  dark?: string | undefined;
41046
41702
  } | undefined;
41703
+ focus?: {
41704
+ light?: string | undefined;
41705
+ dark?: string | undefined;
41706
+ } | undefined;
41707
+ active?: {
41708
+ light?: string | undefined;
41709
+ dark?: string | undefined;
41710
+ } | undefined;
41047
41711
  } | undefined;
41048
41712
  font?: {
41049
41713
  color?: {
@@ -41062,6 +41726,14 @@ declare const preset: {
41062
41726
  light?: string | undefined;
41063
41727
  dark?: string | undefined;
41064
41728
  } | undefined;
41729
+ focus?: {
41730
+ light?: string | undefined;
41731
+ dark?: string | undefined;
41732
+ } | undefined;
41733
+ active?: {
41734
+ light?: string | undefined;
41735
+ dark?: string | undefined;
41736
+ } | undefined;
41065
41737
  } | undefined;
41066
41738
  font?: {
41067
41739
  color?: {
@@ -41080,6 +41752,14 @@ declare const preset: {
41080
41752
  light?: string | undefined;
41081
41753
  dark?: string | undefined;
41082
41754
  } | undefined;
41755
+ focus?: {
41756
+ light?: string | undefined;
41757
+ dark?: string | undefined;
41758
+ } | undefined;
41759
+ active?: {
41760
+ light?: string | undefined;
41761
+ dark?: string | undefined;
41762
+ } | undefined;
41083
41763
  } | undefined;
41084
41764
  font?: {
41085
41765
  color?: {
@@ -41098,6 +41778,14 @@ declare const preset: {
41098
41778
  light?: string | undefined;
41099
41779
  dark?: string | undefined;
41100
41780
  } | undefined;
41781
+ focus?: {
41782
+ light?: string | undefined;
41783
+ dark?: string | undefined;
41784
+ } | undefined;
41785
+ active?: {
41786
+ light?: string | undefined;
41787
+ dark?: string | undefined;
41788
+ } | undefined;
41101
41789
  } | undefined;
41102
41790
  font?: {
41103
41791
  color?: {
@@ -41116,6 +41804,14 @@ declare const preset: {
41116
41804
  light?: string | undefined;
41117
41805
  dark?: string | undefined;
41118
41806
  } | undefined;
41807
+ focus?: {
41808
+ light?: string | undefined;
41809
+ dark?: string | undefined;
41810
+ } | undefined;
41811
+ active?: {
41812
+ light?: string | undefined;
41813
+ dark?: string | undefined;
41814
+ } | undefined;
41119
41815
  } | undefined;
41120
41816
  font?: {
41121
41817
  color?: {
@@ -41134,6 +41830,14 @@ declare const preset: {
41134
41830
  light?: string | undefined;
41135
41831
  dark?: string | undefined;
41136
41832
  } | undefined;
41833
+ focus?: {
41834
+ light?: string | undefined;
41835
+ dark?: string | undefined;
41836
+ } | undefined;
41837
+ active?: {
41838
+ light?: string | undefined;
41839
+ dark?: string | undefined;
41840
+ } | undefined;
41137
41841
  } | undefined;
41138
41842
  font?: {
41139
41843
  color?: {
@@ -41152,6 +41856,14 @@ declare const preset: {
41152
41856
  light?: string | undefined;
41153
41857
  dark?: string | undefined;
41154
41858
  } | undefined;
41859
+ focus?: {
41860
+ light?: string | undefined;
41861
+ dark?: string | undefined;
41862
+ } | undefined;
41863
+ active?: {
41864
+ light?: string | undefined;
41865
+ dark?: string | undefined;
41866
+ } | undefined;
41155
41867
  } | undefined;
41156
41868
  font?: {
41157
41869
  color?: {
@@ -41701,15 +42413,6 @@ declare const preset: {
41701
42413
  duration?: string | undefined;
41702
42414
  } | undefined;
41703
42415
  } | undefined;
41704
- text?: {
41705
- font?: {
41706
- family?: string | undefined;
41707
- color?: {
41708
- light?: string | undefined;
41709
- dark?: string | undefined;
41710
- } | undefined;
41711
- } | undefined;
41712
- } | undefined;
41713
42416
  chevron?: {
41714
42417
  size?: string | undefined;
41715
42418
  transition?: {
@@ -42056,6 +42759,30 @@ declare const preset: {
42056
42759
  } | undefined;
42057
42760
  } | undefined;
42058
42761
  } | undefined;
42762
+ muted?: {
42763
+ background?: {
42764
+ light?: string | undefined;
42765
+ dark?: string | undefined;
42766
+ } | undefined;
42767
+ font?: {
42768
+ color?: {
42769
+ light?: string | undefined;
42770
+ dark?: string | undefined;
42771
+ } | undefined;
42772
+ } | undefined;
42773
+ } | undefined;
42774
+ mutedContrast?: {
42775
+ background?: {
42776
+ light?: string | undefined;
42777
+ dark?: string | undefined;
42778
+ } | undefined;
42779
+ font?: {
42780
+ color?: {
42781
+ light?: string | undefined;
42782
+ dark?: string | undefined;
42783
+ } | undefined;
42784
+ } | undefined;
42785
+ } | undefined;
42059
42786
  light?: {
42060
42787
  background?: {
42061
42788
  light?: string | undefined;
@@ -42178,6 +42905,30 @@ declare const preset: {
42178
42905
  } | undefined;
42179
42906
  } | undefined;
42180
42907
  } | undefined;
42908
+ muted?: {
42909
+ background?: {
42910
+ light?: string | undefined;
42911
+ dark?: string | undefined;
42912
+ } | undefined;
42913
+ font?: {
42914
+ color?: {
42915
+ light?: string | undefined;
42916
+ dark?: string | undefined;
42917
+ } | undefined;
42918
+ } | undefined;
42919
+ } | undefined;
42920
+ mutedContrast?: {
42921
+ background?: {
42922
+ light?: string | undefined;
42923
+ dark?: string | undefined;
42924
+ } | undefined;
42925
+ font?: {
42926
+ color?: {
42927
+ light?: string | undefined;
42928
+ dark?: string | undefined;
42929
+ } | undefined;
42930
+ } | undefined;
42931
+ } | undefined;
42181
42932
  light?: {
42182
42933
  background?: {
42183
42934
  light?: string | undefined;
@@ -42308,6 +43059,38 @@ declare const preset: {
42308
43059
  } | undefined;
42309
43060
  } | undefined;
42310
43061
  } | undefined;
43062
+ muted?: {
43063
+ background?: {
43064
+ light?: string | undefined;
43065
+ dark?: string | undefined;
43066
+ } | undefined;
43067
+ border?: {
43068
+ light?: string | undefined;
43069
+ dark?: string | undefined;
43070
+ } | undefined;
43071
+ font?: {
43072
+ color?: {
43073
+ light?: string | undefined;
43074
+ dark?: string | undefined;
43075
+ } | undefined;
43076
+ } | undefined;
43077
+ } | undefined;
43078
+ mutedContrast?: {
43079
+ background?: {
43080
+ light?: string | undefined;
43081
+ dark?: string | undefined;
43082
+ } | undefined;
43083
+ border?: {
43084
+ light?: string | undefined;
43085
+ dark?: string | undefined;
43086
+ } | undefined;
43087
+ font?: {
43088
+ color?: {
43089
+ light?: string | undefined;
43090
+ dark?: string | undefined;
43091
+ } | undefined;
43092
+ } | undefined;
43093
+ } | undefined;
42311
43094
  light?: {
42312
43095
  background?: {
42313
43096
  light?: string | undefined;
@@ -44333,6 +45116,9 @@ declare const preset: {
44333
45116
  } | undefined;
44334
45117
  mask?: {} | undefined;
44335
45118
  message?: {
45119
+ safeArea?: {
45120
+ end?: string | undefined;
45121
+ } | undefined;
44336
45122
  icon?: {
44337
45123
  outer?: {
44338
45124
  size?: string | undefined;
@@ -44363,8 +45149,21 @@ declare const preset: {
44363
45149
  icon?: {
44364
45150
  size?: string | undefined;
44365
45151
  } | undefined;
45152
+ position?: {
45153
+ top?: string | undefined;
45154
+ end?: string | undefined;
45155
+ } | undefined;
45156
+ size?: {
45157
+ outer?: {
45158
+ width?: string | undefined;
45159
+ height?: string | undefined;
45160
+ } | undefined;
45161
+ inner?: {
45162
+ width?: string | undefined;
45163
+ height?: string | undefined;
45164
+ } | undefined;
45165
+ } | undefined;
44366
45166
  rounded?: string | undefined;
44367
- padding?: string | undefined;
44368
45167
  transition?: {
44369
45168
  property?: string | undefined;
44370
45169
  duration?: string | undefined;
@@ -45752,6 +46551,7 @@ declare const preset: {
45752
46551
  } | undefined;
45753
46552
  slimscroll?: {
45754
46553
  width?: string | undefined;
46554
+ height?: string | undefined;
45755
46555
  background?: {
45756
46556
  base?: {
45757
46557
  light?: string | undefined;