@semi-bot/semi-theme-xba 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-xba",
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
@@ -869,12 +869,12 @@
869
869
  },
870
870
  "Paragraph": {
871
871
  "small": {
872
- "fontSize": "12px",
872
+ "fontSize": "16px",
873
873
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
874
874
  "lineHeight": "16px"
875
875
  },
876
876
  "regular": {
877
- "fontSize": "14px",
877
+ "fontSize": "16px",
878
878
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
879
879
  "lineHeight": "20px"
880
880
  }
package/scss/_font.scss CHANGED
@@ -41,14 +41,14 @@ line-height: 24px;
41
41
 
42
42
  }
43
43
  @mixin font-size-small {
44
- font-size: 12px;
44
+ font-size: 16px;
45
45
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
46
46
  line-height: 16px;
47
47
 
48
48
 
49
49
  }
50
50
  @mixin font-size-regular {
51
- font-size: 14px;
51
+ font-size: 16px;
52
52
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
53
53
  line-height: 20px;
54
54
 
@@ -56,8 +56,8 @@ $z-resizable_handler: 2000; // 伸缩框组件中handler的z-index
56
56
 
57
57
 
58
58
  $font-family-regular: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif; // semi 预置字体回退
59
- $font-size-small: 12px; // 小文本字号
60
- $font-size-regular: 14px; // 常规文本字号
59
+ $font-size-small: 16px; // 小文本字号
60
+ $font-size-regular: 16px; // 常规文本字号
61
61
 
62
62
  $font-size-header-6: 16px; // 六级标题字号
63
63
  $font-size-header-5: 16px; // 五级标题字号