@fewangsit/wangsvue-presets 1.0.107-alpha.3 → 1.0.107-alpha.5

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
  }
@@ -6538,6 +6538,10 @@ h6,
6538
6538
  width: 1.25rem !important;
6539
6539
  }
6540
6540
 
6541
+ .\[\&_\.icon\]\:text-\[17px\] .icon{
6542
+ font-size: 17px;
6543
+ }
6544
+
6541
6545
  .\[\&_\.inputgroupaddon\[data-addon-variant\=plain\]\]\:\!ring-\[0px\] .inputgroupaddon[data-addon-variant=plain]{
6542
6546
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
6543
6547
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
@@ -6681,4 +6685,4 @@ h6,
6681
6685
 
6682
6686
  .\[\&_ul\]\:pl-6 ul{
6683
6687
  padding-left: 1.5rem;
6684
- }
6688
+ }
@@ -35,8 +35,10 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
35
35
  // Font
36
36
  'font-normal',
37
37
  'text-xs',
38
- // Flexbox and Alignment
39
- 'flex items-center',
38
+ // Icon size
39
+ { '[&_.icon]:text-[17px]': props.type === 'segmented' },
40
+ // Flexbox, gap and Alignment
41
+ 'flex gap-2 items-center',
40
42
  // Spacing
41
43
  {
42
44
  'rounded-xl py-1 px-3': props.type === 'pill',
@@ -86,9 +88,6 @@ exports.default = (0, core_1.definePreset)('WANGS-TAB-MENU', {
86
88
  ],
87
89
  });
88
90
  },
89
- icon: {
90
- class: 'mr-2',
91
- },
92
91
  inkbar: function (_a) {
93
92
  var props = _a.props;
94
93
  return ({