@fewangsit/wangsvue-presets 1.0.107-alpha.2 → 1.0.107-alpha.4

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.
@@ -4813,49 +4813,49 @@
4813
4813
  font-style: normal;
4814
4814
  }
4815
4815
 
4816
- h1,
4816
+ h1,
4817
4817
  .heading-1{
4818
4818
  font-size: 22px !important;
4819
4819
  font-weight: 600 !important;
4820
4820
  line-height: 1.75rem;
4821
4821
  }
4822
4822
 
4823
- h2,
4823
+ h2,
4824
4824
  .heading-2{
4825
4825
  font-size: 1.125rem !important;
4826
4826
  font-weight: 600 !important;
4827
4827
  line-height: 1.5rem;
4828
4828
  }
4829
4829
 
4830
- h3,
4830
+ h3,
4831
4831
  .heading-3{
4832
4832
  font-size: 1rem !important;
4833
4833
  font-weight: 500 !important;
4834
4834
  line-height: 1.25rem;
4835
4835
  }
4836
4836
 
4837
- h4,
4837
+ h4,
4838
4838
  .heading-4{
4839
4839
  font-size: 0.875rem !important;
4840
4840
  font-weight: 500 !important;
4841
4841
  line-height: 1rem;
4842
4842
  }
4843
4843
 
4844
- p,
4844
+ p,
4845
4845
  .p{
4846
4846
  font-size: 0.75rem !important;
4847
4847
  font-weight: 400 !important;
4848
4848
  line-height: 1rem;
4849
4849
  }
4850
4850
 
4851
- h5,
4851
+ h5,
4852
4852
  .heading-5{
4853
4853
  font-size: 0.75rem !important;
4854
4854
  font-weight: 600 !important;
4855
4855
  line-height: 1rem;
4856
4856
  }
4857
4857
 
4858
- h6,
4858
+ h6,
4859
4859
  .heading-6{
4860
4860
  font-size: 10px !important;
4861
4861
  font-weight: 600 !important;
@@ -4866,7 +4866,7 @@ h6,
4866
4866
  scrollbar-width: none;
4867
4867
  }
4868
4868
 
4869
- .scrollbar-w-thin,
4869
+ .scrollbar-w-thin,
4870
4870
  .p-virtualscroller {
4871
4871
  scrollbar-width: thin;
4872
4872
  }
@@ -6530,6 +6530,10 @@ h6,
6530
6530
  color: rgb(159 124 60 / var(--tw-text-opacity));
6531
6531
  }
6532
6532
 
6533
+ .\[\&_\.icon\]\:mr-2 .icon{
6534
+ margin-right: 0.5rem;
6535
+ }
6536
+
6533
6537
  .\[\&_\.icon\]\:\!h-5 .icon{
6534
6538
  height: 1.25rem !important;
6535
6539
  }
@@ -6538,6 +6542,10 @@ h6,
6538
6542
  width: 1.25rem !important;
6539
6543
  }
6540
6544
 
6545
+ .\[\&_\.icon\]\:text-\[17px\] .icon{
6546
+ font-size: 17px;
6547
+ }
6548
+
6541
6549
  .\[\&_\.inputgroupaddon\[data-addon-variant\=plain\]\]\:\!ring-\[0px\] .inputgroupaddon[data-addon-variant=plain]{
6542
6550
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
6543
6551
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
@@ -6681,4 +6689,4 @@ h6,
6681
6689
 
6682
6690
  .\[\&_ul\]\:pl-6 ul{
6683
6691
  padding-left: 1.5rem;
6684
- }
6692
+ }
@@ -35,6 +35,10 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
35
35
  // Font
36
36
  'font-normal',
37
37
  'text-xs',
38
+ // Icon margin
39
+ '[&_.icon]:mr-2',
40
+ // Icon size
41
+ { '[&_.icon]:text-[17px]': props.type === 'segmented' },
38
42
  // Flexbox and Alignment
39
43
  'flex items-center',
40
44
  // Spacing
@@ -86,9 +90,6 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
86
90
  ],
87
91
  });
88
92
  },
89
- icon: {
90
- class: 'mr-2',
91
- },
92
93
  inkbar: function (_a) {
93
94
  var props = _a.props;
94
95
  return ({