@semi-bot/semi-theme-yas1 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/scss/global.scss CHANGED
@@ -99,7 +99,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
99
99
  --semi-color-tertiary-light-default: rgba(var(--semi-grey-0), 1);
100
100
  --semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
101
101
  --semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
102
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
102
+ font-family: Pretendard, Noto Sans Korean;
103
103
  -webkit-font-smoothing: antialiased;;
104
104
  --semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
105
105
  --semi-shadow-0: none;
@@ -107,8 +107,8 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
107
107
  --semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
108
108
  --semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
109
109
  --semi-border-radius-full: 9999px;
110
- --semi-border-radius-large: 12px;
111
- --semi-border-radius-small: 4px;
110
+ --semi-border-radius-large: 40px;
111
+ --semi-border-radius-small: 12px;
112
112
  --semi-border-radius-circle: 50%;
113
113
  --semi-border-radius-medium: 8px;
114
114
  --semi-border-radius-extra-small: 2px;
@@ -214,7 +214,7 @@ body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :ho
214
214
  --semi-color-tertiary-light-default: rgba(var(--semi-grey-5), 0.2);
215
215
  --semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
216
216
  --semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
217
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue',Helvetica, Arial, sans-serif;
217
+ font-family: Pretendard, Noto Sans Korean;
218
218
  -webkit-font-smoothing: antialiased;;
219
219
  --semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
220
220
  --semi-shadow-0: none;
@@ -222,8 +222,8 @@ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI','PingFang SC
222
222
  --semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
223
223
  --semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
224
224
  --semi-border-radius-full: 9999px;
225
- --semi-border-radius-large: 12px;
226
- --semi-border-radius-small: 4px;
225
+ --semi-border-radius-large: 40px;
226
+ --semi-border-radius-small: 12px;
227
227
  --semi-border-radius-circle: 50%;
228
228
  --semi-border-radius-medium: 8px;
229
229
  --semi-border-radius-extra-small: 2px;
@@ -55,16 +55,16 @@ $z-resizable_handler: 2000; // 伸缩框组件中handler的z-index
55
55
  // font
56
56
 
57
57
 
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; // 常规文本字号
58
+ $font-family-regular: Pretendard, Noto Sans Korean; // semi 预置字体回退
59
+ $font-size-small: 14px; // 小文本字号
60
+ $font-size-regular: 15px; // 常规文本字号
61
61
 
62
62
  $font-size-header-6: 16px; // 六级标题字号
63
- $font-size-header-5: 18px; // 五级标题字号
64
- $font-size-header-4: 20px; // 四级标题字号
65
- $font-size-header-3: 24px; // 三级标题字号
66
- $font-size-header-2: 28px; // 二级标题字号
67
- $font-size-header-1: 32px; // 一级标题字号
63
+ $font-size-header-5: 24px; // 五级标题字号
64
+ $font-size-header-4: 30px; // 四级标题字号
65
+ $font-size-header-3: 36px; // 三级标题字号
66
+ $font-size-header-2: 48px; // 二级标题字号
67
+ $font-size-header-1: 64px; // 一级标题字号
68
68
 
69
69
 
70
70
  $font-weight-light: 200; // 字重 - 轻