@semi-bot/semi-theme-worldbook 1.0.2 → 1.0.3

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
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.102.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- switch禁用态颜色调整
12
+ 修复figma btn圆角
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-worldbook",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -761,7 +761,7 @@
761
761
  "$width-button_borderless-border": "0px"
762
762
  },
763
763
  "radius": {
764
- "$radius-button": "9999px"
764
+ "$radius-button": "1000px"
765
765
  }
766
766
  },
767
767
  "switch": {
package/scss/local.scss CHANGED
@@ -40,7 +40,7 @@ $width-button-border: 0px;
40
40
  $width-button-outline: 0px;
41
41
  $width-button_light-border: 1px;
42
42
  $width-button_borderless-border: 0px;
43
- $radius-button: 9999px;
43
+ $radius-button: 1000px;
44
44
  $color-switch_checked-bg-hover: var(--semi-color-primary-hover);
45
45
  $color-switch_checked-bg-active: var(--semi-color-secondary-active);
46
46
  $color-switch_checked-bg-default: var(--semi-color-primary);
package/semi.css CHANGED
@@ -3312,7 +3312,7 @@ body, :host {
3312
3312
  cursor: pointer;
3313
3313
  user-select: none;
3314
3314
  border: 0px var(--semi-color-black) solid;
3315
- border-radius: 9999px;
3315
+ border-radius: 1000px;
3316
3316
  padding-left: 12px;
3317
3317
  padding-right: 12px;
3318
3318
  padding-top: 6px;