@weitutech/by-components 1.2.11 → 1.2.13
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.
|
@@ -102885,8 +102885,8 @@ function buildLineSubtleStyles(subtleNames) {
|
|
|
102885
102885
|
const activeAfter = buildSelector(subtleNames, '.is-active::after', true);
|
|
102886
102886
|
return `
|
|
102887
102887
|
${base} {
|
|
102888
|
-
height:
|
|
102889
|
-
line-height:
|
|
102888
|
+
height: 36px;
|
|
102889
|
+
line-height: 36px;
|
|
102890
102890
|
padding: 0 14px;
|
|
102891
102891
|
font-size: 13px;
|
|
102892
102892
|
font-weight: 400;
|
|
@@ -102900,8 +102900,8 @@ ${hover} {
|
|
|
102900
102900
|
background: transparent;
|
|
102901
102901
|
}
|
|
102902
102902
|
${active} {
|
|
102903
|
-
height:
|
|
102904
|
-
line-height:
|
|
102903
|
+
height: 36px;
|
|
102904
|
+
line-height: 36px;
|
|
102905
102905
|
padding: 0 14px;
|
|
102906
102906
|
font-size: 13px;
|
|
102907
102907
|
font-weight: 500;
|
package/lib/by-components.umd.js
CHANGED
|
@@ -102895,8 +102895,8 @@ function buildLineSubtleStyles(subtleNames) {
|
|
|
102895
102895
|
const activeAfter = buildSelector(subtleNames, '.is-active::after', true);
|
|
102896
102896
|
return `
|
|
102897
102897
|
${base} {
|
|
102898
|
-
height:
|
|
102899
|
-
line-height:
|
|
102898
|
+
height: 36px;
|
|
102899
|
+
line-height: 36px;
|
|
102900
102900
|
padding: 0 14px;
|
|
102901
102901
|
font-size: 13px;
|
|
102902
102902
|
font-weight: 400;
|
|
@@ -102910,8 +102910,8 @@ ${hover} {
|
|
|
102910
102910
|
background: transparent;
|
|
102911
102911
|
}
|
|
102912
102912
|
${active} {
|
|
102913
|
-
height:
|
|
102914
|
-
line-height:
|
|
102913
|
+
height: 36px;
|
|
102914
|
+
line-height: 36px;
|
|
102915
102915
|
padding: 0 14px;
|
|
102916
102916
|
font-size: 13px;
|
|
102917
102917
|
font-weight: 500;
|