@semi-bot/semi-theme-whcyit 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 CHANGED
@@ -5,11 +5,11 @@ Operator: squallliu
5
5
 
6
6
  ## Compatibility
7
7
 
8
- Compatible with Semi Foundation Version 2.82.0-beta.0 or newer.
8
+ Compatible with Semi Foundation Version 2.80.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- 修改 primary 色阶
12
+ 修改支持的semi版本
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-whcyit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/semi.css CHANGED
@@ -2338,15 +2338,12 @@ body {
2338
2338
  color: var(--semi-color-disabled-text);
2339
2339
  cursor: not-allowed;
2340
2340
  }
2341
- .semi-button-disabled:not(.semi-button-borderless):not(.semi-button-light):not(.semi-button-outline):hover {
2341
+ .semi-button-disabled:not(.semi-button-borderless):not(.semi-button-light):hover {
2342
2342
  color: var(--semi-color-disabled-text);
2343
2343
  }
2344
2344
  .semi-button-disabled.semi-button-light, .semi-button-disabled.semi-button-borderless {
2345
2345
  color: var(--semi-color-disabled-text);
2346
2346
  }
2347
- .semi-button-disabled.semi-button-outline {
2348
- color: var(--semi-color-disabled-text);
2349
- }
2350
2347
  .semi-button-borderless {
2351
2348
  background-color: transparent;
2352
2349
  border: 0 transparent solid;
@@ -6063,15 +6060,8 @@ body {
6063
6060
  }
6064
6061
  .semi-datepicker-range-input-wrapper .semi-input-wrapper {
6065
6062
  background-color: transparent;
6066
- height: fit-content;
6067
6063
  border: none;
6068
6064
  }
6069
- .semi-datepicker-range-input-wrapper .semi-input-wrapper:active {
6070
- background-color: transparent;
6071
- }
6072
- .semi-datepicker-range-input-wrapper .semi-input-wrapper:hover {
6073
- background-color: transparent;
6074
- }
6075
6065
  .semi-datepicker-range-input-wrapper-focus {
6076
6066
  border-color: transparent;
6077
6067
  background-color: var(--semi-color-fill-1);
@@ -14255,7 +14245,7 @@ img[src=""], img:not([src]) {
14255
14245
  .semi-modal-content {
14256
14246
  position: relative;
14257
14247
  display: flex;
14258
- height: max-content;
14248
+ height: 100%;
14259
14249
  width: 100%;
14260
14250
  box-sizing: border-box;
14261
14251
  flex-direction: column;