@fewangsit/wangsvue-presets 1.0.110 → 1.0.111-alpha.2

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.
@@ -5060,49 +5060,49 @@
5060
5060
  font-style: normal;
5061
5061
  }
5062
5062
 
5063
- h1,
5063
+ h1,
5064
5064
  .heading-1{
5065
5065
  font-size: 22px !important;
5066
5066
  font-weight: 600 !important;
5067
5067
  line-height: 1.75rem;
5068
5068
  }
5069
5069
 
5070
- h2,
5070
+ h2,
5071
5071
  .heading-2{
5072
5072
  font-size: 1.125rem !important;
5073
5073
  font-weight: 600 !important;
5074
5074
  line-height: 1.5rem;
5075
5075
  }
5076
5076
 
5077
- h3,
5077
+ h3,
5078
5078
  .heading-3{
5079
5079
  font-size: 1rem !important;
5080
5080
  font-weight: 500 !important;
5081
5081
  line-height: 1.25rem;
5082
5082
  }
5083
5083
 
5084
- h4,
5084
+ h4,
5085
5085
  .heading-4{
5086
5086
  font-size: 0.875rem !important;
5087
5087
  font-weight: 500 !important;
5088
5088
  line-height: 1rem;
5089
5089
  }
5090
5090
 
5091
- p,
5091
+ p,
5092
5092
  .p{
5093
5093
  font-size: 0.75rem !important;
5094
5094
  font-weight: 400 !important;
5095
5095
  line-height: 1rem;
5096
5096
  }
5097
5097
 
5098
- h5,
5098
+ h5,
5099
5099
  .heading-5{
5100
5100
  font-size: 0.75rem !important;
5101
5101
  font-weight: 600 !important;
5102
5102
  line-height: 1rem;
5103
5103
  }
5104
5104
 
5105
- h6,
5105
+ h6,
5106
5106
  .heading-6{
5107
5107
  font-size: 10px !important;
5108
5108
  font-weight: 600 !important;
@@ -5113,7 +5113,7 @@ h6,
5113
5113
  scrollbar-width: none;
5114
5114
  }
5115
5115
 
5116
- .scrollbar-w-thin,
5116
+ .scrollbar-w-thin,
5117
5117
  .p-virtualscroller {
5118
5118
  scrollbar-width: thin;
5119
5119
  }
@@ -7951,4 +7951,4 @@ h6,
7951
7951
 
7952
7952
  .\[\&_ul\]\:pl-6 ul{
7953
7953
  padding-left: 1.5rem;
7954
- }
7954
+ }
@@ -4,7 +4,6 @@ declare namespace _default {
4
4
  props: any;
5
5
  }): {
6
6
  class: any[];
7
- style: string;
8
7
  'data-wv-name': string;
9
8
  'data-wv-section': string;
10
9
  };
@@ -17,7 +17,9 @@ exports.default = {
17
17
  'class': __spreadArray(__spreadArray([
18
18
  // Font
19
19
  'font-normal placeholder:text-general-200 placeholder:!font-normal text-xs',
20
- 'w-full',
20
+ {
21
+ 'w-full': props.cols == undefined,
22
+ },
21
23
  {
22
24
  'resize-none': props.autoResize,
23
25
  'resize': !props.autoResize,
@@ -43,7 +45,6 @@ exports.default = {
43
45
  'appearance-none',
44
46
  'transition-colors duration-200',
45
47
  ], false),
46
- 'style': "min-height: ".concat(props.rows * 26, "px"),
47
48
  'data-wv-name': 'textarea',
48
49
  'data-wv-section': 'root',
49
50
  });