@fewangsit/wangsvue-presets 1.0.85-alpha.3 → 1.0.85-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -125,6 +125,14 @@ declare namespace _default {
125
125
  icon: {
126
126
  class: string[];
127
127
  };
128
+ label: ({ props }: {
129
+ props: any;
130
+ }) => {
131
+ class: any[];
132
+ };
133
+ tooltipicon: {
134
+ class: string;
135
+ };
128
136
  };
129
137
  export { presetCheckbox as itemCheckbox };
130
138
  export namespace closeButton {
@@ -1374,10 +1374,6 @@
1374
1374
  height: 10px !important;
1375
1375
  }
1376
1376
 
1377
- .\!h-\[11px\]{
1378
- height: 11px !important;
1379
- }
1380
-
1381
1377
  .\!h-\[35px\]{
1382
1378
  height: 35px !important;
1383
1379
  }
@@ -1601,10 +1597,6 @@
1601
1597
  width: 10px !important;
1602
1598
  }
1603
1599
 
1604
- .\!w-\[11px\]{
1605
- width: 11px !important;
1606
- }
1607
-
1608
1600
  .\!w-\[272px\]{
1609
1601
  width: 272px !important;
1610
1602
  }
@@ -2098,6 +2090,10 @@
2098
2090
  cursor: grab !important;
2099
2091
  }
2100
2092
 
2093
+ .\!cursor-move{
2094
+ cursor: move !important;
2095
+ }
2096
+
2101
2097
  .cursor-auto{
2102
2098
  cursor: auto;
2103
2099
  }
@@ -2296,6 +2292,10 @@
2296
2292
  gap: 6px;
2297
2293
  }
2298
2294
 
2295
+ .gap-px{
2296
+ gap: 1px;
2297
+ }
2298
+
2299
2299
  .gap-x-0{
2300
2300
  -moz-column-gap: 0px;
2301
2301
  column-gap: 0px;
@@ -2643,6 +2643,10 @@
2643
2643
  border-bottom-width: 2px;
2644
2644
  }
2645
2645
 
2646
+ .border-b-\[0\.5px\]{
2647
+ border-bottom-width: 0.5px;
2648
+ }
2649
+
2646
2650
  .border-l{
2647
2651
  border-left-width: 1px;
2648
2652
  }
@@ -2795,6 +2799,11 @@
2795
2799
  background-color: rgb(235 234 240 / var(--tw-bg-opacity)) !important;
2796
2800
  }
2797
2801
 
2802
+ .\!bg-grayscale-50{
2803
+ --tw-bg-opacity: 1 !important;
2804
+ background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
2805
+ }
2806
+
2798
2807
  .\!bg-grayscale-500{
2799
2808
  --tw-bg-opacity: 1 !important;
2800
2809
  background-color: rgb(189 190 191 / var(--tw-bg-opacity)) !important;
@@ -2824,6 +2833,11 @@
2824
2833
  background-color: rgb(237 208 142 / var(--tw-bg-opacity)) !important;
2825
2834
  }
2826
2835
 
2836
+ .\!bg-white{
2837
+ --tw-bg-opacity: 1 !important;
2838
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
2839
+ }
2840
+
2827
2841
  .bg-black{
2828
2842
  --tw-bg-opacity: 1;
2829
2843
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
@@ -2969,6 +2983,11 @@
2969
2983
  background-color: rgb(223 215 169 / var(--tw-bg-opacity));
2970
2984
  }
2971
2985
 
2986
+ .bg-primary-300{
2987
+ --tw-bg-opacity: 1;
2988
+ background-color: rgb(205 188 119 / var(--tw-bg-opacity));
2989
+ }
2990
+
2972
2991
  .bg-primary-300\/20{
2973
2992
  background-color: rgb(205 188 119 / 0.2);
2974
2993
  }
@@ -3198,6 +3217,11 @@
3198
3217
  padding-bottom: 0.75rem !important;
3199
3218
  }
3200
3219
 
3220
+ .\!py-\[4\.5px\]{
3221
+ padding-top: 4.5px !important;
3222
+ padding-bottom: 4.5px !important;
3223
+ }
3224
+
3201
3225
  .px-0{
3202
3226
  padding-left: 0px;
3203
3227
  padding-right: 0px;
@@ -3327,10 +3351,18 @@
3327
3351
  padding-bottom: 0.375rem !important;
3328
3352
  }
3329
3353
 
3354
+ .\!pl-0\.5{
3355
+ padding-left: 0.125rem !important;
3356
+ }
3357
+
3330
3358
  .\!pl-1{
3331
3359
  padding-left: 0.25rem !important;
3332
3360
  }
3333
3361
 
3362
+ .\!pr-2{
3363
+ padding-right: 0.5rem !important;
3364
+ }
3365
+
3334
3366
  .pb-0{
3335
3367
  padding-bottom: 0px;
3336
3368
  }
@@ -4959,6 +4991,11 @@ h6,
4959
4991
  background-color: rgb(183 75 36 / 0.9) !important;
4960
4992
  }
4961
4993
 
4994
+ .hover\:\!bg-grayscale-50:hover{
4995
+ --tw-bg-opacity: 1 !important;
4996
+ background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
4997
+ }
4998
+
4962
4999
  .hover\:\!bg-grayscale-900\/90:hover{
4963
5000
  background-color: rgb(38 38 39 / 0.9) !important;
4964
5001
  }
@@ -5076,6 +5113,11 @@ h6,
5076
5113
  background-color: rgb(223 215 169 / var(--tw-bg-opacity));
5077
5114
  }
5078
5115
 
5116
+ .hover\:bg-primary-300:hover{
5117
+ --tw-bg-opacity: 1;
5118
+ background-color: rgb(205 188 119 / var(--tw-bg-opacity));
5119
+ }
5120
+
5079
5121
  .hover\:bg-primary-300\/20:hover{
5080
5122
  background-color: rgb(205 188 119 / 0.2);
5081
5123
  }
@@ -5521,6 +5563,11 @@ h6,
5521
5563
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
5522
5564
  }
5523
5565
 
5566
+ .group:hover .group-hover\:\!bg-grayscale-50{
5567
+ --tw-bg-opacity: 1 !important;
5568
+ background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
5569
+ }
5570
+
5524
5571
  .group:hover .group-hover\:\!bg-primary-50{
5525
5572
  --tw-bg-opacity: 1 !important;
5526
5573
  background-color: rgb(248 247 238 / var(--tw-bg-opacity)) !important;
@@ -5797,6 +5844,14 @@ h6,
5797
5844
  text-align: center;
5798
5845
  }
5799
5846
 
5847
+ .\[\&\:has\(\[selectable\=false\]\)\]\:\!cursor-not-allowed:has([selectable=false]){
5848
+ cursor: not-allowed !important;
5849
+ }
5850
+
5851
+ .\[\&\:has\(\[selectable\=false\]\)\]\:hover\:\!bg-transparent:hover:has([selectable=false]){
5852
+ background-color: transparent !important;
5853
+ }
5854
+
5800
5855
  .\[\&\:has\(input\)\]\:cursor-text:has(input){
5801
5856
  cursor: text;
5802
5857
  }
@@ -5828,6 +5883,11 @@ h6,
5828
5883
  color: rgb(181 179 199 / var(--tw-text-opacity));
5829
5884
  }
5830
5885
 
5886
+ .\[\&\>td\]\:border-primary-200>td{
5887
+ --tw-border-opacity: 1;
5888
+ border-color: rgb(223 215 169 / var(--tw-border-opacity));
5889
+ }
5890
+
5831
5891
  .\[\&\[aria-selected\=\"true\"\]\]\:rounded-\[20px\][aria-selected="true"]{
5832
5892
  border-radius: 20px;
5833
5893
  }
@@ -5856,6 +5916,10 @@ h6,
5856
5916
  color: rgb(32 30 41 / var(--tw-text-opacity));
5857
5917
  }
5858
5918
 
5919
+ .\[\&_\*\]\:cursor-default *{
5920
+ cursor: default;
5921
+ }
5922
+
5859
5923
  .\[\&_\*\]\:text-primary-500 *{
5860
5924
  --tw-text-opacity: 1;
5861
5925
  color: rgb(159 124 60 / var(--tw-text-opacity));
@@ -5906,12 +5970,22 @@ h6,
5906
5970
  visibility: hidden;
5907
5971
  }
5908
5972
 
5909
- .\[\&_\[data-pc-section\=box\]\]\:\!border-white [data-pc-section=box]{
5973
+ .\[\&_\[data-pc-section\=box\]\]\:\!border-general-100 [data-pc-section=box]{
5974
+ --tw-border-opacity: 1 !important;
5975
+ border-color: rgb(218 217 227 / var(--tw-border-opacity)) !important;
5976
+ }
5977
+
5978
+ .\[\&_\[data-pc-section\=box\]\]\:\!bg-white [data-pc-section=box]{
5979
+ --tw-bg-opacity: 1 !important;
5980
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
5981
+ }
5982
+
5983
+ .\[\&_\[data-wv-section\=box\]\]\:\!border-white [data-wv-section=box]{
5910
5984
  --tw-border-opacity: 1 !important;
5911
5985
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
5912
5986
  }
5913
5987
 
5914
- .\[\&_\[data-pc-section\=box\]\]\:\!bg-transparent [data-pc-section=box]{
5988
+ .\[\&_\[data-wv-section\=box\]\]\:\!bg-transparent [data-wv-section=box]{
5915
5989
  background-color: transparent !important;
5916
5990
  }
5917
5991
 
@@ -5952,6 +6026,10 @@ h6,
5952
6026
  cursor: grab !important;
5953
6027
  }
5954
6028
 
6029
+ .\[\&_label\]\:cursor-grab label{
6030
+ cursor: grab;
6031
+ }
6032
+
5955
6033
  .\[\&_span\]\:flex span{
5956
6034
  display: flex;
5957
6035
  }