@semi-bot/semi-theme-laiye 1.0.6 → 1.0.8

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 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: Venulee
4
+ Operator: Alim
5
5
 
6
6
  ## Compatibility
7
7
 
8
- Compatible with Semi Foundation Version 2.93.0 or newer.
8
+ Compatible with Semi Foundation Version 2.94.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
-
12
+ 回滚后重新增加翻页组件圆角至8px
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-laiye",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -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/local.scss CHANGED
@@ -41,5 +41,6 @@ $radius-cascader: 8px;
41
41
  $radius-tagInput: 8px;
42
42
  $radius-datepicker_range_input: 8px;
43
43
  $radius-datepicker_range_input_inputWrapper: 8px;
44
+ $radius-pagination_item: 8px;
44
45
  $radius-timePicker_input: 8px;
45
46
  $radius-treeSelect: 8px;
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 {
@@ -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: var(--semi-border-radius-small);
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: 2010;
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;