@semi-bot/semi-theme-worldbook 1.0.5 → 1.0.6

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
- 修复开关禁用态颜色
12
+ tooltip圆角调整
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.5",
3
+ "version": "1.0.6",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -791,6 +791,11 @@
791
791
  "$spacing-popover_withArrow-padding": "4px"
792
792
  }
793
793
  },
794
+ "tooltip": {
795
+ "radius": {
796
+ "$radius-tooltip": "12px"
797
+ }
798
+ },
794
799
  "cascader": {
795
800
  "color": {
796
801
  "$color-cascader_default-bg-active": "var(--semi-color-fill-1)"
package/scss/local.scss CHANGED
@@ -52,6 +52,7 @@ $width-upload_drag_area-border: 1px;
52
52
  $width-upload_picture_add-border: 1px;
53
53
  $radius-popover: 12px;
54
54
  $spacing-popover_withArrow-padding: 4px;
55
+ $radius-tooltip: 12px;
55
56
  $color-cascader_default-bg-active: var(--semi-color-fill-1);
56
57
  $color-checkbox_cardType_checked-bg: var(--semi-color-fill-0);
57
58
  $radius-checkbox_inner: 4px;
package/semi.css CHANGED
@@ -23833,7 +23833,7 @@ img[src=""], img:not([src]) {
23833
23833
  background-color: rgba(var(--semi-grey-7), 1);
23834
23834
  backdrop-filter: none;
23835
23835
  color: var(--semi-color-bg-0);
23836
- border-radius: var(--semi-border-radius-medium);
23836
+ border-radius: 12px;
23837
23837
  padding-top: 8px;
23838
23838
  padding-right: 12px;
23839
23839
  padding-bottom: 8px;