@semi-bot/semi-theme-ds_web 1.0.0 → 1.0.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/README.md +2 -2
- package/package.json +1 -1
- package/semi.css +9 -3
- package/semi.min.css +1 -1
package/README.md
CHANGED
|
@@ -5,11 +5,11 @@ Operator: 用户4245697084310
|
|
|
5
5
|
|
|
6
6
|
## Compatibility
|
|
7
7
|
|
|
8
|
-
Compatible with Semi Foundation Version 2.
|
|
8
|
+
Compatible with Semi Foundation Version 2.94.0 or newer.
|
|
9
9
|
|
|
10
10
|
## Version Release Note
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Dark Light
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Manual
|
package/package.json
CHANGED
package/semi.css
CHANGED
|
@@ -7258,10 +7258,10 @@ body, :host {
|
|
|
7258
7258
|
height: fit-content;
|
|
7259
7259
|
border: none;
|
|
7260
7260
|
}
|
|
7261
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
|
|
7261
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:active:not(#neverExistElement) {
|
|
7262
7262
|
background-color: transparent;
|
|
7263
7263
|
}
|
|
7264
|
-
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
|
|
7264
|
+
.semi-datepicker-range-input-wrapper .semi-input-wrapper:hover:not(#neverExistElement) {
|
|
7265
7265
|
background-color: transparent;
|
|
7266
7266
|
}
|
|
7267
7267
|
.semi-datepicker-range-input-wrapper-focus {
|
|
@@ -18188,7 +18188,7 @@ img[src=""], img:not([src]) {
|
|
|
18188
18188
|
height: 100%;
|
|
18189
18189
|
width: 100%;
|
|
18190
18190
|
inset: 0;
|
|
18191
|
-
z-index:
|
|
18191
|
+
z-index: 20;
|
|
18192
18192
|
opacity: 0;
|
|
18193
18193
|
position: fixed;
|
|
18194
18194
|
}
|
|
@@ -20396,6 +20396,9 @@ img[src=""], img:not([src]) {
|
|
|
20396
20396
|
}
|
|
20397
20397
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title {
|
|
20398
20398
|
max-width: 80%;
|
|
20399
|
+
min-height: 24px;
|
|
20400
|
+
display: inline-flex;
|
|
20401
|
+
align-items: center;
|
|
20399
20402
|
}
|
|
20400
20403
|
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text {
|
|
20401
20404
|
overflow: hidden;
|
|
@@ -20403,6 +20406,9 @@ img[src=""], img:not([src]) {
|
|
|
20403
20406
|
white-space: nowrap;
|
|
20404
20407
|
transition: color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
20405
20408
|
}
|
|
20409
|
+
.semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-title .semi-steps-item-title-text-empty {
|
|
20410
|
+
width: 0;
|
|
20411
|
+
}
|
|
20406
20412
|
.semi-steps-basic.semi-steps-vertical {
|
|
20407
20413
|
display: flex;
|
|
20408
20414
|
flex-flow: column nowrap;
|