@semi-bot/semi-theme-wcs 0.0.13 → 0.0.14

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,7 +5,7 @@ Operator: 用户8187470444650
5
5
 
6
6
  ## Compatibility
7
7
 
8
- Compatible with Semi Foundation Version 2.92.0 or newer.
8
+ Compatible with Semi Foundation Version 2.92.2 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-wcs",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -724,7 +724,7 @@
724
724
  "spacing": {
725
725
  "$spacing-sideSheet_body-paddingX": "12px",
726
726
  "$spacing-sideSheet_header-padding": "12px",
727
- "$spacing-sideSheet_header-paddingBottom": "0px"
727
+ "$spacing-sideSheet_header-paddingBottom": "12px"
728
728
  }
729
729
  },
730
730
  "breadcrumb": {
package/scss/local.scss CHANGED
@@ -23,7 +23,7 @@ $color-tagInput_default-bg-hover: var(--semi-color-bg-0);
23
23
  $color-tagInput_default-bg-default: var(--semi-color-bg-0);
24
24
  $spacing-sideSheet_body-paddingX: 12px;
25
25
  $spacing-sideSheet_header-padding: 12px;
26
- $spacing-sideSheet_header-paddingBottom: 0px;
26
+ $spacing-sideSheet_header-paddingBottom: 12px;
27
27
  $color-breadcrumb_active-text-active: var(--semi-color-info);
28
28
  $color-datepicker_range_trigger-border: var(--semi-color-info);
29
29
  $color-datepicker_range_input-bg-default: var(--semi-color-bg-0);
package/semi.css CHANGED
@@ -19002,7 +19002,7 @@ img[src=""], img:not([src]) {
19002
19002
  display: flex;
19003
19003
  align-items: flex-start;
19004
19004
  padding: 12px;
19005
- padding-bottom: 0px;
19005
+ padding-bottom: 12px;
19006
19006
  border-bottom: 0px solid var(--semi-color-border);
19007
19007
  }
19008
19008
  .semi-sidesheet-body {