@semi-bot/semi-theme-laiye 1.0.6 → 1.0.7
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 +3 -3
- package/package.json +1 -1
- package/raw.json +8 -3
- package/scss/global.scss +5 -5
- package/scss/local.scss +1 -0
- package/scss/mixin.scss +2 -2
- package/semi.css +17 -11
- package/semi.min.css +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
# @semi-bot/semi-theme-laiye --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
|
|
3
3
|
ID: 26381
|
|
4
|
-
Operator:
|
|
4
|
+
Operator: Alim
|
|
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
|
+
翻页器圆角调整
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
## Manual
|
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"data/--semi-color-data-7": "rgba(139, 215, 210, 1)",
|
|
472
472
|
"data/--semi-color-data-8": "rgba(131, 176, 35, 1)",
|
|
473
473
|
"data/--semi-color-data-9": "rgba(233, 165, 229, 1)",
|
|
474
|
-
"fill/--semi-color-fill-0": "rgba(var(--semi-grey-
|
|
474
|
+
"fill/--semi-color-fill-0": "rgba(var(--semi-grey-0),0.05)",
|
|
475
475
|
"fill/--semi-color-fill-1": "rgba(var(--semi-grey-8),0.09)",
|
|
476
476
|
"fill/--semi-color-fill-2": "rgba(var(--semi-grey-8),0.13)",
|
|
477
477
|
"text/--semi-color-text-0": "rgba(var(--semi-grey-9),1)",
|
|
@@ -632,8 +632,8 @@
|
|
|
632
632
|
"shadow": {
|
|
633
633
|
"shadow-0": "none",
|
|
634
634
|
"shadow-1": "none",
|
|
635
|
-
"shadow-2": "0px 2px 4px 0px
|
|
636
|
-
"shadow-knob": "0px 4px 6px 0px
|
|
635
|
+
"shadow-2": "0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2)",
|
|
636
|
+
"shadow-knob": "0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2)",
|
|
637
637
|
"shadow-elevated": "0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10)"
|
|
638
638
|
},
|
|
639
639
|
"spacing": {
|
|
@@ -778,6 +778,11 @@
|
|
|
778
778
|
"$radius-datepicker_range_input_inputWrapper": "8px"
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
|
+
"pagination": {
|
|
782
|
+
"radius": {
|
|
783
|
+
"$radius-pagination_item": "8px"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
781
786
|
"timePicker": {
|
|
782
787
|
"radius": {
|
|
783
788
|
"$radius-timePicker_input": "8px"
|
package/scss/global.scss
CHANGED
|
@@ -20,7 +20,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
20
20
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
21
21
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
22
22
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
23
|
-
--semi-color-fill-0: rgba(var(--semi-grey-
|
|
23
|
+
--semi-color-fill-0: rgba(var(--semi-grey-0),0.05);
|
|
24
24
|
--semi-color-fill-1: rgba(var(--semi-grey-8),0.09);
|
|
25
25
|
--semi-color-fill-2: rgba(var(--semi-grey-8),0.13);
|
|
26
26
|
--semi-color-text-0: rgba(var(--semi-grey-9),1);
|
|
@@ -104,8 +104,8 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
104
104
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
105
105
|
--semi-shadow-0: none;
|
|
106
106
|
--semi-shadow-1: none;
|
|
107
|
-
--semi-shadow-2: 0px 2px 4px 0px
|
|
108
|
-
--semi-shadow-knob: 0px 4px 6px 0px
|
|
107
|
+
--semi-shadow-2: 0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
108
|
+
--semi-shadow-knob: 0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
109
109
|
--semi-border-radius-full: 9999px;
|
|
110
110
|
--semi-border-radius-large: 16px;
|
|
111
111
|
--semi-border-radius-small: 4px;
|
|
@@ -219,8 +219,8 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
|
|
|
219
219
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
220
220
|
--semi-shadow-0: none;
|
|
221
221
|
--semi-shadow-1: none;
|
|
222
|
-
--semi-shadow-2: 0px 2px 4px 0px
|
|
223
|
-
--semi-shadow-knob: 0px 4px 6px 0px
|
|
222
|
+
--semi-shadow-2: 0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
223
|
+
--semi-shadow-knob: 0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
224
224
|
--semi-border-radius-full: 9999px;
|
|
225
225
|
--semi-border-radius-large: 16px;
|
|
226
226
|
--semi-border-radius-small: 4px;
|
package/scss/local.scss
CHANGED
package/scss/mixin.scss
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
box-shadow: none;
|
|
6
6
|
};
|
|
7
7
|
@mixin shadow-2 {
|
|
8
|
-
box-shadow: 0px 2px 4px 0px
|
|
8
|
+
box-shadow: 0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
9
9
|
};
|
|
10
10
|
@mixin shadow-knob {
|
|
11
|
-
box-shadow: 0px 4px 6px 0px
|
|
11
|
+
box-shadow: 0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
12
12
|
};
|
|
13
13
|
@mixin shadow-elevated {
|
|
14
14
|
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
package/semi.css
CHANGED
|
@@ -370,7 +370,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
370
370
|
--semi-color-data-7: rgba(139, 215, 210, 1);
|
|
371
371
|
--semi-color-data-8: rgba(131, 176, 35, 1);
|
|
372
372
|
--semi-color-data-9: rgba(233, 165, 229, 1);
|
|
373
|
-
--semi-color-fill-0: rgba(var(--semi-grey-
|
|
373
|
+
--semi-color-fill-0: rgba(var(--semi-grey-0),0.05);
|
|
374
374
|
--semi-color-fill-1: rgba(var(--semi-grey-8),0.09);
|
|
375
375
|
--semi-color-fill-2: rgba(var(--semi-grey-8),0.13);
|
|
376
376
|
--semi-color-text-0: rgba(var(--semi-grey-9),1);
|
|
@@ -454,8 +454,8 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
454
454
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
455
455
|
--semi-shadow-0: none;
|
|
456
456
|
--semi-shadow-1: none;
|
|
457
|
-
--semi-shadow-2: 0px 2px 4px 0px
|
|
458
|
-
--semi-shadow-knob: 0px 4px 6px 0px
|
|
457
|
+
--semi-shadow-2: 0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
458
|
+
--semi-shadow-knob: 0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
459
459
|
--semi-border-radius-full: 9999px;
|
|
460
460
|
--semi-border-radius-large: 16px;
|
|
461
461
|
--semi-border-radius-small: 4px;
|
|
@@ -568,8 +568,8 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
568
568
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
569
569
|
--semi-shadow-0: none;
|
|
570
570
|
--semi-shadow-1: none;
|
|
571
|
-
--semi-shadow-2: 0px 2px 4px 0px
|
|
572
|
-
--semi-shadow-knob: 0px 4px 6px 0px
|
|
571
|
+
--semi-shadow-2: 0px 2px 4px 0px var(--semi-color-fill-2),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
572
|
+
--semi-shadow-knob: 0px 4px 6px 0px var(--semi-color-fill-0),0px 0px 1px 0px var(--semi-color-fill-2);
|
|
573
573
|
--semi-border-radius-full: 9999px;
|
|
574
574
|
--semi-border-radius-large: 16px;
|
|
575
575
|
--semi-border-radius-small: 4px;
|
|
@@ -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 {
|
|
@@ -17078,7 +17078,7 @@ img[src=""], img:not([src]) {
|
|
|
17078
17078
|
margin-right: 4px;
|
|
17079
17079
|
font-weight: 400;
|
|
17080
17080
|
color: var(--semi-color-text-0);
|
|
17081
|
-
border-radius:
|
|
17081
|
+
border-radius: 8px;
|
|
17082
17082
|
text-align: center;
|
|
17083
17083
|
line-height: 32px;
|
|
17084
17084
|
display: flex;
|
|
@@ -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
|
}
|
|
@@ -19873,7 +19873,7 @@ img[src=""], img:not([src]) {
|
|
|
19873
19873
|
top: 14px;
|
|
19874
19874
|
}
|
|
19875
19875
|
.semi-slider-handle {
|
|
19876
|
-
box-shadow: 0px 4px 6px 0px
|
|
19876
|
+
box-shadow: 0px 4px 6px 0px var(--semi-color-fill-0), 0px 0px 1px 0px var(--semi-color-fill-2);
|
|
19877
19877
|
box-sizing: border-box;
|
|
19878
19878
|
touch-action: none;
|
|
19879
19879
|
position: absolute;
|
|
@@ -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;
|
|
@@ -20737,7 +20743,7 @@ img[src=""], img:not([src]) {
|
|
|
20737
20743
|
background-color: var(--semi-color-fill-1);
|
|
20738
20744
|
}
|
|
20739
20745
|
.semi-switch-knob {
|
|
20740
|
-
box-shadow: 0px 4px 6px 0px
|
|
20746
|
+
box-shadow: 0px 4px 6px 0px var(--semi-color-fill-0), 0px 0px 1px 0px var(--semi-color-fill-2);
|
|
20741
20747
|
cursor: pointer;
|
|
20742
20748
|
border-radius: 9px;
|
|
20743
20749
|
background-color: rgba(var(--semi-white), 1);
|