@douyinfe/semi-ui 2.60.0-beta.0 → 2.60.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 +4 -0
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +21 -8
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/autoComplete/index.js +1 -1
- package/lib/cjs/avatar/index.js +11 -3
- package/lib/cjs/treeSelect/index.js +3 -2
- package/lib/cjs/typography/base.js +1 -1
- package/lib/cjs/typography/text.d.ts +2 -0
- package/lib/cjs/typography/text.js +2 -1
- package/lib/es/autoComplete/index.js +1 -1
- package/lib/es/avatar/index.js +11 -3
- package/lib/es/treeSelect/index.js +3 -2
- package/lib/es/typography/base.js +1 -1
- package/lib/es/typography/text.d.ts +2 -0
- package/lib/es/typography/text.js +2 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -6218,6 +6218,9 @@ body, :host {
|
|
|
6218
6218
|
display: flex;
|
|
6219
6219
|
align-items: center;
|
|
6220
6220
|
}
|
|
6221
|
+
.semi-form-field[x-label-pos=left] .semi-form-field-label-with-extra.semi-form-field-label-right {
|
|
6222
|
+
justify-content: flex-end;
|
|
6223
|
+
}
|
|
6221
6224
|
.semi-form-field[x-label-pos=left] .semi-checkboxGroup,
|
|
6222
6225
|
.semi-form-field[x-label-pos=left] .semi-radioGroup {
|
|
6223
6226
|
padding-top: 6px;
|
|
@@ -21082,6 +21085,7 @@ img[src=""], img:not([src]) {
|
|
|
21082
21085
|
}
|
|
21083
21086
|
.semi-tree-select-selection-TriggerSearchItem-placeholder {
|
|
21084
21087
|
opacity: 0.6;
|
|
21088
|
+
z-index: -1;
|
|
21085
21089
|
}
|
|
21086
21090
|
.semi-tree-select-selection-TriggerSearchItem-disabled {
|
|
21087
21091
|
cursor: not-allowed;
|