@semi-bot/semi-theme-imwf 1.0.1 → 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
@@ -5,11 +5,11 @@ Operator: 小满
5
5
 
6
6
  ## Compatibility
7
7
 
8
- Compatible with Semi Foundation Version 2.89.0 or newer.
8
+ Compatible with Semi Foundation Version 2.93.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- 主按钮,hover色调整
12
+
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-imwf",
3
- "version": "1.0.1",
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
@@ -680,10 +680,20 @@
680
680
  }
681
681
  },
682
682
  "components": {
683
+ "form": {},
683
684
  "tabs": {
685
+ "color": {
686
+ "$color-tabs_tab_button-text-default": "var(--semi-color-text-1)",
687
+ "$color-tabs_tab_line_default-text-default": "var(--semi-color-text-1)"
688
+ },
684
689
  "radius": {
685
690
  "$radius-tabs_tab_button": "23px"
686
691
  }
692
+ },
693
+ "radio": {
694
+ "radius": {
695
+ "$radius-radio_addon_buttonRadio": "6px"
696
+ }
687
697
  }
688
698
  },
689
699
  "typography": {
@@ -752,6 +762,7 @@
752
762
  "light-green": "#83C73A"
753
763
  },
754
764
  "border-radius": {
765
+ "--semi-border-radius-m12": "12px",
755
766
  "--semi-border-radius-full": "9999px",
756
767
  "--semi-border-radius-large": "16px",
757
768
  "--semi-border-radius-small": "8px",
package/scss/global.scss CHANGED
@@ -109,6 +109,7 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
109
109
  --semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
110
110
  --semi-shadow-3: 0px 4px 8px 0px rgba(0,0,0,0.03);
111
111
  --semi-shadow-knob: 0px 4px 8px 0px rgba(0,0,0,0.10),0px 0px 1px 0px rgba(0,0,0,0.30);
112
+ --semi-border-radius-m12: 12px;
112
113
  --semi-border-radius-full: 9999px;
113
114
  --semi-border-radius-large: 16px;
114
115
  --semi-border-radius-small: 8px;
@@ -225,6 +226,7 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
225
226
  --semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
226
227
  --semi-shadow-3: 0px 4px 8px 0px rgba(0,0,0,0.03);
227
228
  --semi-shadow-knob: 0px 4px 8px 0px rgba(0,0,0,0.10),0px 0px 1px 0px rgba(0,0,0,0.30);
229
+ --semi-border-radius-m12: 12px;
228
230
  --semi-border-radius-full: 9999px;
229
231
  --semi-border-radius-large: 16px;
230
232
  --semi-border-radius-small: 8px;
package/scss/local.scss CHANGED
@@ -1 +1,4 @@
1
+ $color-tabs_tab_button-text-default: var(--semi-color-text-1);
2
+ $color-tabs_tab_line_default-text-default: var(--semi-color-text-1);
1
3
  $radius-tabs_tab_button: 23px;
4
+ $radius-radio_addon_buttonRadio: 6px;