@douyinfe/semi-ui 2.76.0 → 2.76.1
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/dist/css/semi.css +8 -32
- package/dist/css/semi.min.css +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -3859,7 +3859,7 @@ body, :host {
|
|
|
3859
3859
|
}
|
|
3860
3860
|
.semi-cascader-inset-label {
|
|
3861
3861
|
display: inline;
|
|
3862
|
-
margin
|
|
3862
|
+
margin: 0 12px;
|
|
3863
3863
|
font-weight: 600;
|
|
3864
3864
|
font-size: 14px;
|
|
3865
3865
|
line-height: 20px;
|
|
@@ -4098,11 +4098,6 @@ body, :host {
|
|
|
4098
4098
|
.semi-portal-rtl .semi-cascader {
|
|
4099
4099
|
direction: rtl;
|
|
4100
4100
|
}
|
|
4101
|
-
.semi-rtl .semi-cascader-inset-label,
|
|
4102
|
-
.semi-portal-rtl .semi-cascader-inset-label {
|
|
4103
|
-
margin-right: 12px;
|
|
4104
|
-
margin-left: 12px;
|
|
4105
|
-
}
|
|
4106
4101
|
.semi-rtl .semi-cascader.semi-cascader-with-prefix .semi-cascader-selection,
|
|
4107
4102
|
.semi-portal-rtl .semi-cascader.semi-cascader-with-prefix .semi-cascader-selection {
|
|
4108
4103
|
padding-left: auto;
|
|
@@ -13395,11 +13390,8 @@ img[src=""], img:not([src]) {
|
|
|
13395
13390
|
color: inherit;
|
|
13396
13391
|
}
|
|
13397
13392
|
.semi-input-inset-label {
|
|
13398
|
-
margin
|
|
13393
|
+
margin: 0 12px;
|
|
13399
13394
|
font-weight: 600;
|
|
13400
|
-
font-size: 14px;
|
|
13401
|
-
line-height: 20px;
|
|
13402
|
-
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
13403
13395
|
color: var(--semi-color-text-2);
|
|
13404
13396
|
flex-shrink: 0;
|
|
13405
13397
|
white-space: nowrap;
|
|
@@ -13615,11 +13607,6 @@ img[src=""], img:not([src]) {
|
|
|
13615
13607
|
padding-left: 12px;
|
|
13616
13608
|
padding-right: 12px;
|
|
13617
13609
|
}
|
|
13618
|
-
.semi-rtl .semi-input-inset-label,
|
|
13619
|
-
.semi-portal-rtl .semi-input-inset-label {
|
|
13620
|
-
margin-right: auto;
|
|
13621
|
-
margin-left: 12px;
|
|
13622
|
-
}
|
|
13623
13610
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
13624
13611
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
13625
13612
|
.semi-portal-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
@@ -17214,7 +17201,7 @@ img[src=""], img:not([src]) {
|
|
|
17214
17201
|
display: inline;
|
|
17215
17202
|
}
|
|
17216
17203
|
.semi-select-inset-label {
|
|
17217
|
-
margin
|
|
17204
|
+
margin: 0px 12px;
|
|
17218
17205
|
font-weight: 600;
|
|
17219
17206
|
font-size: 14px;
|
|
17220
17207
|
line-height: 20px;
|
|
@@ -17409,10 +17396,6 @@ img[src=""], img:not([src]) {
|
|
|
17409
17396
|
margin-left: 0;
|
|
17410
17397
|
margin-right: 8px;
|
|
17411
17398
|
}
|
|
17412
|
-
.semi-rtl .semi-select-inset-label,
|
|
17413
|
-
.semi-portal-rtl .semi-select-inset-label {
|
|
17414
|
-
margin-left: 12px;
|
|
17415
|
-
}
|
|
17416
17399
|
.semi-rtl .semi-select-create-tips,
|
|
17417
17400
|
.semi-portal-rtl .semi-select-create-tips {
|
|
17418
17401
|
margin-right: 0;
|
|
@@ -21023,7 +21006,7 @@ img[src=""], img:not([src]) {
|
|
|
21023
21006
|
visibility: hidden;
|
|
21024
21007
|
}
|
|
21025
21008
|
.semi-tagInput-inset-label {
|
|
21026
|
-
margin
|
|
21009
|
+
margin: 0 12px;
|
|
21027
21010
|
font-weight: 600;
|
|
21028
21011
|
font-size: 14px;
|
|
21029
21012
|
line-height: 20px;
|
|
@@ -21041,6 +21024,9 @@ img[src=""], img:not([src]) {
|
|
|
21041
21024
|
margin: 0 12px;
|
|
21042
21025
|
font-weight: 600;
|
|
21043
21026
|
white-space: nowrap;
|
|
21027
|
+
font-size: 14px;
|
|
21028
|
+
line-height: 20px;
|
|
21029
|
+
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
21044
21030
|
}
|
|
21045
21031
|
.semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
|
|
21046
21032
|
color: var(--semi-color-text-2);
|
|
@@ -22709,7 +22695,7 @@ img[src=""], img:not([src]) {
|
|
|
22709
22695
|
}
|
|
22710
22696
|
.semi-tree-select-inset-label {
|
|
22711
22697
|
display: inline;
|
|
22712
|
-
margin
|
|
22698
|
+
margin: 0px 12px;
|
|
22713
22699
|
font-weight: 600;
|
|
22714
22700
|
font-size: 14px;
|
|
22715
22701
|
line-height: 20px;
|
|
@@ -22843,11 +22829,6 @@ img[src=""], img:not([src]) {
|
|
|
22843
22829
|
padding-left: 0;
|
|
22844
22830
|
padding-right: 8px;
|
|
22845
22831
|
}
|
|
22846
|
-
.semi-rtl .semi-tree-select-inset-label,
|
|
22847
|
-
.semi-portal-rtl .semi-tree-select-inset-label {
|
|
22848
|
-
margin-right: 0;
|
|
22849
|
-
margin-left: 12px;
|
|
22850
|
-
}
|
|
22851
22832
|
.semi-rtl .semi-tree-select-prefix.semi-tree-select-with-suffix .semi-tree-select-selection, .semi-rtl .semi-tree-select-suffix.semi-tree-select-with-suffix .semi-tree-select-selection,
|
|
22852
22833
|
.semi-portal-rtl .semi-tree-select-prefix.semi-tree-select-with-suffix .semi-tree-select-selection,
|
|
22853
22834
|
.semi-portal-rtl .semi-tree-select-suffix.semi-tree-select-with-suffix .semi-tree-select-selection {
|
|
@@ -24165,11 +24146,6 @@ p.semi-typography-extended,
|
|
|
24165
24146
|
padding-left: 12px;
|
|
24166
24147
|
padding-right: 12px;
|
|
24167
24148
|
}
|
|
24168
|
-
.semi-rtl .semi-input-inset-label,
|
|
24169
|
-
.semi-portal-rtl .semi-input-inset-label {
|
|
24170
|
-
margin-right: auto;
|
|
24171
|
-
margin-left: 12px;
|
|
24172
|
-
}
|
|
24173
24149
|
.semi-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
24174
24150
|
.semi-rtl .semi-input-clearbtn + .semi-portal-rtl .semi-input-suffix + .semi-input-suffix-text,
|
|
24175
24151
|
.semi-portal-rtl .semi-input-clearbtn + .semi-rtl .semi-input-suffix + .semi-input-suffix-text,
|