@semi-bot/semi-theme-xba 1.0.0 → 1.0.1

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
@@ -1,7 +1,7 @@
1
1
 
2
2
  # @semi-bot/semi-theme-xba --- Semi Theme Generated By [Design System Management](https://semi.design/dsm/)
3
3
  ID: 27505
4
- Operator: NangGongZhiXiao
4
+ Operator: Jesse-DInG
5
5
 
6
6
  ## Compatibility
7
7
 
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.92.2 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
-
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-xba",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -837,24 +837,24 @@
837
837
  "typography": {
838
838
  "Header": {
839
839
  "header-1": {
840
- "fontSize": "24px",
840
+ "fontSize": "20px",
841
841
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
842
- "lineHeight": "44px"
842
+ "lineHeight": "20px"
843
843
  },
844
844
  "header-2": {
845
- "fontSize": "20px",
845
+ "fontSize": "18px",
846
846
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
847
- "lineHeight": "40px"
847
+ "lineHeight": "18px"
848
848
  },
849
849
  "header-3": {
850
- "fontSize": "18px",
850
+ "fontSize": "16px",
851
851
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
852
- "lineHeight": "32px"
852
+ "lineHeight": "16px"
853
853
  },
854
854
  "header-4": {
855
- "fontSize": "16px",
855
+ "fontSize": "14px",
856
856
  "fontFamily": "'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif",
857
- "lineHeight": "28px"
857
+ "lineHeight": "14px"
858
858
  },
859
859
  "header-5": {
860
860
  "fontSize": "14px",
package/scss/_font.scss CHANGED
@@ -1,28 +1,28 @@
1
1
  @mixin font-size-header-1 {
2
- font-size: 24px;
2
+ font-size: 20px;
3
3
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
4
- line-height: 44px;
4
+ line-height: 20px;
5
5
 
6
6
 
7
7
  }
8
8
  @mixin font-size-header-2 {
9
- font-size: 20px;
9
+ font-size: 18px;
10
10
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
11
- line-height: 40px;
11
+ line-height: 18px;
12
12
 
13
13
 
14
14
  }
15
15
  @mixin font-size-header-3 {
16
- font-size: 18px;
16
+ font-size: 16px;
17
17
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
18
- line-height: 32px;
18
+ line-height: 16px;
19
19
 
20
20
 
21
21
  }
22
22
  @mixin font-size-header-4 {
23
- font-size: 16px;
23
+ font-size: 14px;
24
24
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
25
- line-height: 28px;
25
+ line-height: 14px;
26
26
 
27
27
 
28
28
  }
@@ -61,10 +61,10 @@ $font-size-regular: 14px; // 常规文本字号
61
61
 
62
62
  $font-size-header-6: 12px; // 六级标题字号
63
63
  $font-size-header-5: 14px; // 五级标题字号
64
- $font-size-header-4: 16px; // 四级标题字号
65
- $font-size-header-3: 18px; // 三级标题字号
66
- $font-size-header-2: 20px; // 二级标题字号
67
- $font-size-header-1: 24px; // 一级标题字号
64
+ $font-size-header-4: 14px; // 四级标题字号
65
+ $font-size-header-3: 16px; // 三级标题字号
66
+ $font-size-header-2: 18px; // 二级标题字号
67
+ $font-size-header-1: 20px; // 一级标题字号
68
68
 
69
69
 
70
70
  $font-weight-light: 200; // 字重 - 轻
package/semi.css CHANGED
@@ -2276,9 +2276,9 @@ body, :host {
2276
2276
  border-radius: 3px;
2277
2277
  }
2278
2278
  .semi-avatar-medium .semi-avatar-label {
2279
- font-size: 16px;
2279
+ font-size: 14px;
2280
2280
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2281
- line-height: 28px;
2281
+ line-height: 14px;
2282
2282
  }
2283
2283
  .semi-avatar-large {
2284
2284
  width: 72px;
@@ -2286,9 +2286,9 @@ body, :host {
2286
2286
  border-radius: 6px;
2287
2287
  }
2288
2288
  .semi-avatar-large .semi-avatar-label {
2289
- font-size: 24px;
2289
+ font-size: 20px;
2290
2290
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2291
- line-height: 44px;
2291
+ line-height: 20px;
2292
2292
  }
2293
2293
  .semi-avatar-extra-large {
2294
2294
  width: 128px;
@@ -4231,9 +4231,9 @@ body, :host {
4231
4231
  color: var(--semi-color-text-2);
4232
4232
  }
4233
4233
  .semi-calendar-month-event-card-header-info-date {
4234
- font-size: 16px;
4234
+ font-size: 14px;
4235
4235
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4236
- line-height: 28px;
4236
+ line-height: 14px;
4237
4237
  margin-top: 4px;
4238
4238
  }
4239
4239
  .semi-calendar-month-event-card-body {
@@ -8019,10 +8019,10 @@ body, :host {
8019
8019
  font-size: 14px;
8020
8020
  }
8021
8021
  .semi-descriptions-double-medium .semi-descriptions-value {
8022
- font-size: 16px;
8022
+ font-size: 14px;
8023
8023
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8024
- line-height: 28px;
8025
- font-size: 16px;
8024
+ line-height: 14px;
8025
+ font-size: 14px;
8026
8026
  }
8027
8027
  .semi-descriptions-double-large .semi-descriptions-item {
8028
8028
  padding-right: 80px;
@@ -8032,10 +8032,10 @@ body, :host {
8032
8032
  font-size: 14px;
8033
8033
  }
8034
8034
  .semi-descriptions-double-large .semi-descriptions-value {
8035
- font-size: 20px;
8035
+ font-size: 18px;
8036
8036
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8037
- line-height: 40px;
8038
- font-size: 20px;
8037
+ line-height: 18px;
8038
+ font-size: 18px;
8039
8039
  }
8040
8040
  .semi-descriptions-horizontal table {
8041
8041
  table-layout: fixed;
@@ -20318,9 +20318,9 @@ img[src=""], img:not([src]) {
20318
20318
  display: flex;
20319
20319
  align-items: center;
20320
20320
  justify-content: center;
20321
- font-size: 16px;
20321
+ font-size: 14px;
20322
20322
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20323
- line-height: 28px;
20323
+ line-height: 14px;
20324
20324
  font-weight: 600;
20325
20325
  flex-grow: 0;
20326
20326
  }
@@ -25063,9 +25063,9 @@ img[src=""], img:not([src]) {
25063
25063
 
25064
25064
  h1.semi-typography,
25065
25065
  .semi-typography-h1.semi-typography {
25066
- font-size: 24px;
25066
+ font-size: 20px;
25067
25067
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25068
- line-height: 44px;
25068
+ line-height: 20px;
25069
25069
  font-weight: 600;
25070
25070
  margin: 0;
25071
25071
  }
@@ -25092,9 +25092,9 @@ h1.semi-typography.semi-typography-h1-weight-bold,
25092
25092
 
25093
25093
  h2.semi-typography,
25094
25094
  .semi-typography-h2.semi-typography {
25095
- font-size: 20px;
25095
+ font-size: 18px;
25096
25096
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25097
- line-height: 40px;
25097
+ line-height: 18px;
25098
25098
  font-weight: 600;
25099
25099
  margin: 0;
25100
25100
  }
@@ -25121,9 +25121,9 @@ h2.semi-typography.semi-typography-h2-weight-bold,
25121
25121
 
25122
25122
  h3.semi-typography,
25123
25123
  .semi-typography-h3.semi-typography {
25124
- font-size: 18px;
25124
+ font-size: 16px;
25125
25125
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25126
- line-height: 32px;
25126
+ line-height: 16px;
25127
25127
  font-weight: 600;
25128
25128
  margin: 0;
25129
25129
  }
@@ -25150,9 +25150,9 @@ h3.semi-typography.semi-typography-h3-weight-bold,
25150
25150
 
25151
25151
  h4.semi-typography,
25152
25152
  .semi-typography-h4.semi-typography {
25153
- font-size: 16px;
25153
+ font-size: 14px;
25154
25154
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25155
- line-height: 28px;
25155
+ line-height: 14px;
25156
25156
  font-weight: 600;
25157
25157
  margin: 0;
25158
25158
  }