@weitutech/by-components 1.2.8 → 1.2.9
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/lib/by-components.common.js +11 -7
- package/lib/by-components.umd.js +11 -7
- package/lib/by-components.umd.min.js +1 -1
- package/lib/index.css +1 -1
- package/package.json +1 -1
|
@@ -102847,14 +102847,14 @@ function buildVariantTabStyles(paneVariants = {}) {
|
|
|
102847
102847
|
const active = buildSelector(subtleNames, '.is-active');
|
|
102848
102848
|
return `
|
|
102849
102849
|
${base} {
|
|
102850
|
-
height:
|
|
102851
|
-
line-height:
|
|
102852
|
-
padding: 0
|
|
102850
|
+
height: 26px;
|
|
102851
|
+
line-height: 24px;
|
|
102852
|
+
padding: 0 10px;
|
|
102853
102853
|
margin-bottom: 0;
|
|
102854
|
-
font-size:
|
|
102854
|
+
font-size: 12px;
|
|
102855
102855
|
font-weight: 600;
|
|
102856
102856
|
color: #93939a;
|
|
102857
|
-
border-radius:
|
|
102857
|
+
border-radius: 12px 12px 0 0;
|
|
102858
102858
|
border-color: #e2e6ed;
|
|
102859
102859
|
background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f6 100%);
|
|
102860
102860
|
}
|
|
@@ -102864,10 +102864,14 @@ ${hover} {
|
|
|
102864
102864
|
background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
|
|
102865
102865
|
}
|
|
102866
102866
|
${active} {
|
|
102867
|
+
height: 32px;
|
|
102868
|
+
line-height: 30px;
|
|
102869
|
+
padding: 0 12px;
|
|
102870
|
+
font-size: 12px;
|
|
102867
102871
|
color: #409eff;
|
|
102868
102872
|
border-color: #c6ddf5;
|
|
102869
|
-
border-bottom-color: #
|
|
102870
|
-
background: linear-gradient(180deg, #f0f7ff 0%, #
|
|
102873
|
+
border-bottom-color: #f5f7fa;
|
|
102874
|
+
background: linear-gradient(180deg, #f0f7ff 0%, #f5f7fa 100%);
|
|
102871
102875
|
margin-bottom: -1px;
|
|
102872
102876
|
z-index: 2;
|
|
102873
102877
|
}
|
package/lib/by-components.umd.js
CHANGED
|
@@ -102857,14 +102857,14 @@ function buildVariantTabStyles(paneVariants = {}) {
|
|
|
102857
102857
|
const active = buildSelector(subtleNames, '.is-active');
|
|
102858
102858
|
return `
|
|
102859
102859
|
${base} {
|
|
102860
|
-
height:
|
|
102861
|
-
line-height:
|
|
102862
|
-
padding: 0
|
|
102860
|
+
height: 26px;
|
|
102861
|
+
line-height: 24px;
|
|
102862
|
+
padding: 0 10px;
|
|
102863
102863
|
margin-bottom: 0;
|
|
102864
|
-
font-size:
|
|
102864
|
+
font-size: 12px;
|
|
102865
102865
|
font-weight: 600;
|
|
102866
102866
|
color: #93939a;
|
|
102867
|
-
border-radius:
|
|
102867
|
+
border-radius: 12px 12px 0 0;
|
|
102868
102868
|
border-color: #e2e6ed;
|
|
102869
102869
|
background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f6 100%);
|
|
102870
102870
|
}
|
|
@@ -102874,10 +102874,14 @@ ${hover} {
|
|
|
102874
102874
|
background: linear-gradient(180deg, #f5f9ff 0%, #eaf3ff 100%);
|
|
102875
102875
|
}
|
|
102876
102876
|
${active} {
|
|
102877
|
+
height: 32px;
|
|
102878
|
+
line-height: 30px;
|
|
102879
|
+
padding: 0 12px;
|
|
102880
|
+
font-size: 12px;
|
|
102877
102881
|
color: #409eff;
|
|
102878
102882
|
border-color: #c6ddf5;
|
|
102879
|
-
border-bottom-color: #
|
|
102880
|
-
background: linear-gradient(180deg, #f0f7ff 0%, #
|
|
102883
|
+
border-bottom-color: #f5f7fa;
|
|
102884
|
+
background: linear-gradient(180deg, #f0f7ff 0%, #f5f7fa 100%);
|
|
102881
102885
|
margin-bottom: -1px;
|
|
102882
102886
|
z-index: 2;
|
|
102883
102887
|
}
|