@semi-bot/semi-theme-hx-pc 1.0.15 → 1.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-hx-pc",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -824,6 +824,9 @@
824
824
  },
825
825
  "radius": {
826
826
  "$radius-popover": "2px"
827
+ },
828
+ "spacing": {
829
+ "$spacing-popover_withArrow-padding": "0"
827
830
  }
828
831
  },
829
832
  "timeline": {
package/scss/local.scss CHANGED
@@ -61,4 +61,5 @@ $spacing-select_option-paddingBottom: 4px;
61
61
  $spacing-select_selection-marginLeft: 8px;
62
62
  $color-popover-bg-default: var(--semi-color-bg-3);
63
63
  $radius-popover: 2px;
64
+ $spacing-popover_withArrow-padding: 0;
64
65
  $spacing-timeline_content-marginLeft: 18px;
package/semi.css CHANGED
@@ -17421,7 +17421,7 @@ img[src=""], img:not([src]) {
17421
17421
  position: absolute;
17422
17422
  }
17423
17423
  .semi-popover-with-arrow {
17424
- padding: 12px;
17424
+ padding: 0;
17425
17425
  box-sizing: border-box;
17426
17426
  }
17427
17427
  .semi-popover-animation-show {