@fewangsit/wangsvue-presets 1.0.104-alpha.8 → 1.0.105-alpha.0
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.
- package/fixedasset/checkbox/index.js +1 -1
- package/fixedasset/colors.config.json +73 -73
- package/fixedasset/datatable/index.d.ts +13 -0
- package/fixedasset/datatable/index.js +5 -1
- package/fixedasset/index.es.js +22 -18
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +9 -9
- package/globalsettings/checkbox/index.js +1 -1
- package/globalsettings/colors.config.json +97 -97
- package/globalsettings/datatable/index.d.ts +13 -0
- package/globalsettings/datatable/index.js +5 -1
- package/globalsettings/index.es.js +12 -8
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +10 -10
- package/package.json +13 -13
- package/supplyasset/colors.config.json +97 -97
- package/supplyasset/datatable/index.d.ts +13 -0
- package/supplyasset/datatable/index.js +5 -1
- package/supplyasset/index.es.js +17 -13
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +10 -10
- package/wangsvue/colors.config.json +76 -76
- package/wangsvue/datatable/index.d.ts +13 -0
- package/wangsvue/datatable/index.js +5 -1
- package/wangsvue/index.es.js +21 -17
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/style.css +9 -9
package/wangsvue/style.css
CHANGED
|
@@ -4797,49 +4797,49 @@
|
|
|
4797
4797
|
font-style: normal;
|
|
4798
4798
|
}
|
|
4799
4799
|
|
|
4800
|
-
h1,
|
|
4800
|
+
h1,
|
|
4801
4801
|
.heading-1{
|
|
4802
4802
|
font-size: 22px !important;
|
|
4803
4803
|
font-weight: 600 !important;
|
|
4804
4804
|
line-height: 1.75rem;
|
|
4805
4805
|
}
|
|
4806
4806
|
|
|
4807
|
-
h2,
|
|
4807
|
+
h2,
|
|
4808
4808
|
.heading-2{
|
|
4809
4809
|
font-size: 1.125rem !important;
|
|
4810
4810
|
font-weight: 600 !important;
|
|
4811
4811
|
line-height: 1.5rem;
|
|
4812
4812
|
}
|
|
4813
4813
|
|
|
4814
|
-
h3,
|
|
4814
|
+
h3,
|
|
4815
4815
|
.heading-3{
|
|
4816
4816
|
font-size: 1rem !important;
|
|
4817
4817
|
font-weight: 500 !important;
|
|
4818
4818
|
line-height: 1.25rem;
|
|
4819
4819
|
}
|
|
4820
4820
|
|
|
4821
|
-
h4,
|
|
4821
|
+
h4,
|
|
4822
4822
|
.heading-4{
|
|
4823
4823
|
font-size: 0.875rem !important;
|
|
4824
4824
|
font-weight: 500 !important;
|
|
4825
4825
|
line-height: 1rem;
|
|
4826
4826
|
}
|
|
4827
4827
|
|
|
4828
|
-
p,
|
|
4828
|
+
p,
|
|
4829
4829
|
.p{
|
|
4830
4830
|
font-size: 0.75rem !important;
|
|
4831
4831
|
font-weight: 400 !important;
|
|
4832
4832
|
line-height: 1rem;
|
|
4833
4833
|
}
|
|
4834
4834
|
|
|
4835
|
-
h5,
|
|
4835
|
+
h5,
|
|
4836
4836
|
.heading-5{
|
|
4837
4837
|
font-size: 0.75rem !important;
|
|
4838
4838
|
font-weight: 600 !important;
|
|
4839
4839
|
line-height: 1rem;
|
|
4840
4840
|
}
|
|
4841
4841
|
|
|
4842
|
-
h6,
|
|
4842
|
+
h6,
|
|
4843
4843
|
.heading-6{
|
|
4844
4844
|
font-size: 10px !important;
|
|
4845
4845
|
font-weight: 600 !important;
|
|
@@ -4850,7 +4850,7 @@ h6,
|
|
|
4850
4850
|
scrollbar-width: none;
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
|
-
.scrollbar-w-thin,
|
|
4853
|
+
.scrollbar-w-thin,
|
|
4854
4854
|
.p-virtualscroller {
|
|
4855
4855
|
scrollbar-width: thin;
|
|
4856
4856
|
}
|
|
@@ -6652,4 +6652,4 @@ h6,
|
|
|
6652
6652
|
|
|
6653
6653
|
.\[\&_ul\]\:pl-6 ul{
|
|
6654
6654
|
padding-left: 1.5rem;
|
|
6655
|
-
}
|
|
6655
|
+
}
|