@fewangsit/wangsvue-presets 1.0.85-alpha.0 → 1.0.85-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1419,6 +1419,10 @@
1419
1419
  height: 0.5rem;
1420
1420
  }
1421
1421
 
1422
+ .h-2\.5{
1423
+ height: 0.625rem;
1424
+ }
1425
+
1422
1426
  .h-3{
1423
1427
  height: 0.75rem;
1424
1428
  }
@@ -1649,6 +1653,10 @@
1649
1653
  width: 0.5rem;
1650
1654
  }
1651
1655
 
1656
+ .w-2\.5{
1657
+ width: 0.625rem;
1658
+ }
1659
+
1652
1660
  .w-20{
1653
1661
  width: 5rem;
1654
1662
  }
@@ -2276,6 +2284,10 @@
2276
2284
  gap: 1.5rem;
2277
2285
  }
2278
2286
 
2287
+ .gap-\[2px\]{
2288
+ gap: 2px;
2289
+ }
2290
+
2279
2291
  .gap-\[5px\]{
2280
2292
  gap: 5px;
2281
2293
  }
@@ -3505,6 +3517,10 @@
3505
3517
  font-size: 0.9rem;
3506
3518
  }
3507
3519
 
3520
+ .text-\[10px\]{
3521
+ font-size: 10px;
3522
+ }
3523
+
3508
3524
  .text-\[12px\]{
3509
3525
  font-size: 12px;
3510
3526
  }
@@ -3786,6 +3802,11 @@
3786
3802
  color: rgb(151 153 155 / var(--tw-text-opacity));
3787
3803
  }
3788
3804
 
3805
+ .text-grayscale-700{
3806
+ --tw-text-opacity: 1;
3807
+ color: rgb(113 115 116 / var(--tw-text-opacity));
3808
+ }
3809
+
3789
3810
  .text-grayscale-800{
3790
3811
  --tw-text-opacity: 1;
3791
3812
  color: rgb(75 77 78 / var(--tw-text-opacity));
@@ -4059,6 +4080,11 @@
4059
4080
  --tw-ring-color: rgb(189 165 82 / var(--tw-ring-opacity)) !important;
4060
4081
  }
4061
4082
 
4083
+ .\!ring-primary-500{
4084
+ --tw-ring-opacity: 1 !important;
4085
+ --tw-ring-color: rgb(159 124 60 / var(--tw-ring-opacity)) !important;
4086
+ }
4087
+
4062
4088
  .ring-blue-400\/50{
4063
4089
  --tw-ring-color: rgb(96 165 250 / 0.5);
4064
4090
  }
@@ -4421,6 +4447,14 @@ h6,
4421
4447
  scrollbar-width: thin;
4422
4448
  }
4423
4449
 
4450
+ .placeholder\:\!font-light::-moz-placeholder{
4451
+ font-weight: 300 !important;
4452
+ }
4453
+
4454
+ .placeholder\:\!font-light::placeholder{
4455
+ font-weight: 300 !important;
4456
+ }
4457
+
4424
4458
  .placeholder\:\!font-normal::-moz-placeholder{
4425
4459
  font-weight: 400 !important;
4426
4460
  }
@@ -5735,6 +5769,11 @@ h6,
5735
5769
  --tw-ring-color: rgb(189 165 82 / var(--tw-ring-opacity)) !important;
5736
5770
  }
5737
5771
 
5772
+ .\[\&\:has\(\:focus\)\]\:\!ring-primary-500:has(:focus){
5773
+ --tw-ring-opacity: 1 !important;
5774
+ --tw-ring-color: rgb(159 124 60 / var(--tw-ring-opacity)) !important;
5775
+ }
5776
+
5738
5777
  .\[\&\:has\(\:focus\)\]\:ring-primary-400:has(:focus){
5739
5778
  --tw-ring-opacity: 1;
5740
5779
  --tw-ring-color: rgb(189 165 82 / var(--tw-ring-opacity));
@@ -5745,6 +5784,11 @@ h6,
5745
5784
  --tw-ring-color: rgb(189 165 82 / var(--tw-ring-opacity)) !important;
5746
5785
  }
5747
5786
 
5787
+ .\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-500:has(:focus) .inputgroupaddon{
5788
+ --tw-ring-opacity: 1 !important;
5789
+ --tw-ring-color: rgb(159 124 60 / var(--tw-ring-opacity)) !important;
5790
+ }
5791
+
5748
5792
  .\[\&\:has\(\[data-wv-section\=rowcheckbox\]\)\]\:text-center:has([data-wv-section=rowcheckbox]){
5749
5793
  text-align: center;
5750
5794
  }
@@ -5844,6 +5888,11 @@ h6,
5844
5888
  --tw-ring-color: rgb(183 75 36 / var(--tw-ring-opacity));
5845
5889
  }
5846
5890
 
5891
+ .\[\&_\.inputgroupaddon\]\:ring-general-200 .inputgroupaddon{
5892
+ --tw-ring-opacity: 1;
5893
+ --tw-ring-color: rgb(181 179 199 / var(--tw-ring-opacity));
5894
+ }
5895
+
5847
5896
  .\[\&_\.inputgroupaddon\]\:ring-general-400 .inputgroupaddon{
5848
5897
  --tw-ring-opacity: 1;
5849
5898
  --tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));