@fewangsit/wangsvue-presets 1.0.107-alpha.1 → 1.0.107-alpha.3
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/colors.config.json +73 -73
- package/fixedasset/index.es.js +1 -0
- package/fixedasset/index.system.js +1 -1
- package/fixedasset/loading/index.js +1 -0
- package/fixedasset/style.css +13 -9
- package/globalsettings/colors.config.json +97 -97
- package/globalsettings/index.d.ts +2 -0
- package/globalsettings/index.es.js +103 -48
- package/globalsettings/index.js +2 -0
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/inputotp/index.d.ts +2 -0
- package/globalsettings/inputotp/index.js +60 -0
- package/globalsettings/loading/index.js +1 -0
- package/globalsettings/style.css +14 -10
- package/package.json +13 -13
- package/supplyasset/colors.config.json +97 -97
- package/supplyasset/style.css +14 -10
- package/wangsvue/colors.config.json +76 -76
- package/wangsvue/style.css +13 -9
package/wangsvue/style.css
CHANGED
|
@@ -2418,6 +2418,10 @@
|
|
|
2418
2418
|
gap: 0.25rem;
|
|
2419
2419
|
}
|
|
2420
2420
|
|
|
2421
|
+
.gap-1\.5{
|
|
2422
|
+
gap: 0.375rem;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2421
2425
|
.gap-2{
|
|
2422
2426
|
gap: 0.5rem;
|
|
2423
2427
|
}
|
|
@@ -4809,49 +4813,49 @@
|
|
|
4809
4813
|
font-style: normal;
|
|
4810
4814
|
}
|
|
4811
4815
|
|
|
4812
|
-
h1,
|
|
4816
|
+
h1,
|
|
4813
4817
|
.heading-1{
|
|
4814
4818
|
font-size: 22px !important;
|
|
4815
4819
|
font-weight: 600 !important;
|
|
4816
4820
|
line-height: 1.75rem;
|
|
4817
4821
|
}
|
|
4818
4822
|
|
|
4819
|
-
h2,
|
|
4823
|
+
h2,
|
|
4820
4824
|
.heading-2{
|
|
4821
4825
|
font-size: 1.125rem !important;
|
|
4822
4826
|
font-weight: 600 !important;
|
|
4823
4827
|
line-height: 1.5rem;
|
|
4824
4828
|
}
|
|
4825
4829
|
|
|
4826
|
-
h3,
|
|
4830
|
+
h3,
|
|
4827
4831
|
.heading-3{
|
|
4828
4832
|
font-size: 1rem !important;
|
|
4829
4833
|
font-weight: 500 !important;
|
|
4830
4834
|
line-height: 1.25rem;
|
|
4831
4835
|
}
|
|
4832
4836
|
|
|
4833
|
-
h4,
|
|
4837
|
+
h4,
|
|
4834
4838
|
.heading-4{
|
|
4835
4839
|
font-size: 0.875rem !important;
|
|
4836
4840
|
font-weight: 500 !important;
|
|
4837
4841
|
line-height: 1rem;
|
|
4838
4842
|
}
|
|
4839
4843
|
|
|
4840
|
-
p,
|
|
4844
|
+
p,
|
|
4841
4845
|
.p{
|
|
4842
4846
|
font-size: 0.75rem !important;
|
|
4843
4847
|
font-weight: 400 !important;
|
|
4844
4848
|
line-height: 1rem;
|
|
4845
4849
|
}
|
|
4846
4850
|
|
|
4847
|
-
h5,
|
|
4851
|
+
h5,
|
|
4848
4852
|
.heading-5{
|
|
4849
4853
|
font-size: 0.75rem !important;
|
|
4850
4854
|
font-weight: 600 !important;
|
|
4851
4855
|
line-height: 1rem;
|
|
4852
4856
|
}
|
|
4853
4857
|
|
|
4854
|
-
h6,
|
|
4858
|
+
h6,
|
|
4855
4859
|
.heading-6{
|
|
4856
4860
|
font-size: 10px !important;
|
|
4857
4861
|
font-weight: 600 !important;
|
|
@@ -4862,7 +4866,7 @@ h6,
|
|
|
4862
4866
|
scrollbar-width: none;
|
|
4863
4867
|
}
|
|
4864
4868
|
|
|
4865
|
-
.scrollbar-w-thin,
|
|
4869
|
+
.scrollbar-w-thin,
|
|
4866
4870
|
.p-virtualscroller {
|
|
4867
4871
|
scrollbar-width: thin;
|
|
4868
4872
|
}
|
|
@@ -6677,4 +6681,4 @@ h6,
|
|
|
6677
6681
|
|
|
6678
6682
|
.\[\&_ul\]\:pl-6 ul{
|
|
6679
6683
|
padding-left: 1.5rem;
|
|
6680
|
-
}
|
|
6684
|
+
}
|