@semi-bot/semi-theme-yas1 1.0.1 → 1.0.2
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 +1 -1
- package/package.json +1 -1
- package/raw.json +6 -4
- package/scss/_font.scss +4 -4
- package/scss/global.scss +4 -0
- package/scss/mixin.scss +3 -0
- package/semi.css +14 -10
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -634,6 +634,7 @@
|
|
|
634
634
|
"shadow-1": "none",
|
|
635
635
|
"shadow-2": "0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16)",
|
|
636
636
|
"shadow-knob": "0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30)",
|
|
637
|
+
"shadow-name": "0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border)",
|
|
637
638
|
"shadow-elevated": "0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10)"
|
|
638
639
|
},
|
|
639
640
|
"spacing": {
|
|
@@ -683,22 +684,22 @@
|
|
|
683
684
|
"header-1": {
|
|
684
685
|
"fontSize": "64px",
|
|
685
686
|
"fontFamily": " Pretendard, Noto Sans Korean",
|
|
686
|
-
"lineHeight": "
|
|
687
|
+
"lineHeight": "80px"
|
|
687
688
|
},
|
|
688
689
|
"header-2": {
|
|
689
690
|
"fontSize": "48px",
|
|
690
691
|
"fontFamily": "'Inter', Pretendard, Noto Sans Korean",
|
|
691
|
-
"lineHeight": "
|
|
692
|
+
"lineHeight": "64px"
|
|
692
693
|
},
|
|
693
694
|
"header-3": {
|
|
694
695
|
"fontSize": "36px",
|
|
695
696
|
"fontFamily": "'Inter', Pretendard, Noto Sans Korean",
|
|
696
|
-
"lineHeight": "
|
|
697
|
+
"lineHeight": "54px"
|
|
697
698
|
},
|
|
698
699
|
"header-4": {
|
|
699
700
|
"fontSize": "30px",
|
|
700
701
|
"fontFamily": "'Inter', Pretendard, Noto Sans Korean",
|
|
701
|
-
"lineHeight": "
|
|
702
|
+
"lineHeight": "45px"
|
|
702
703
|
},
|
|
703
704
|
"header-5": {
|
|
704
705
|
"fontSize": "24px",
|
|
@@ -745,6 +746,7 @@
|
|
|
745
746
|
},
|
|
746
747
|
"border-radius": {
|
|
747
748
|
"--semi-border-radius-full": "9999px",
|
|
749
|
+
"--semi-border-radius-name": "80px",
|
|
748
750
|
"--semi-border-radius-large": "40px",
|
|
749
751
|
"--semi-border-radius-small": "12px",
|
|
750
752
|
"--semi-border-radius-circle": "50%",
|
package/scss/_font.scss
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
@mixin font-size-header-1 {
|
|
2
2
|
font-size: 64px;
|
|
3
3
|
font-family: Pretendard, Noto Sans Korean;
|
|
4
|
-
line-height:
|
|
4
|
+
line-height: 80px;
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
}
|
|
8
8
|
@mixin font-size-header-2 {
|
|
9
9
|
font-size: 48px;
|
|
10
10
|
font-family: 'Inter', Pretendard, Noto Sans Korean;
|
|
11
|
-
line-height:
|
|
11
|
+
line-height: 64px;
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
}
|
|
15
15
|
@mixin font-size-header-3 {
|
|
16
16
|
font-size: 36px;
|
|
17
17
|
font-family: 'Inter', Pretendard, Noto Sans Korean;
|
|
18
|
-
line-height:
|
|
18
|
+
line-height: 54px;
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
}
|
|
22
22
|
@mixin font-size-header-4 {
|
|
23
23
|
font-size: 30px;
|
|
24
24
|
font-family: 'Inter', Pretendard, Noto Sans Korean;
|
|
25
|
-
line-height:
|
|
25
|
+
line-height: 45px;
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
}
|
package/scss/global.scss
CHANGED
|
@@ -106,7 +106,9 @@ font-family: Pretendard, Noto Sans Korean;
|
|
|
106
106
|
--semi-shadow-1: none;
|
|
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
|
+
--semi-shadow-name: 0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border);
|
|
109
110
|
--semi-border-radius-full: 9999px;
|
|
111
|
+
--semi-border-radius-name: 80px;
|
|
110
112
|
--semi-border-radius-large: 40px;
|
|
111
113
|
--semi-border-radius-small: 12px;
|
|
112
114
|
--semi-border-radius-circle: 50%;
|
|
@@ -221,7 +223,9 @@ font-family: Pretendard, Noto Sans Korean;
|
|
|
221
223
|
--semi-shadow-1: none;
|
|
222
224
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
223
225
|
--semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
226
|
+
--semi-shadow-name: 0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border);
|
|
224
227
|
--semi-border-radius-full: 9999px;
|
|
228
|
+
--semi-border-radius-name: 80px;
|
|
225
229
|
--semi-border-radius-large: 40px;
|
|
226
230
|
--semi-border-radius-small: 12px;
|
|
227
231
|
--semi-border-radius-circle: 50%;
|
package/scss/mixin.scss
CHANGED
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
@mixin shadow-knob {
|
|
11
11
|
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
12
12
|
};
|
|
13
|
+
@mixin shadow-name {
|
|
14
|
+
box-shadow: 0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border);
|
|
15
|
+
};
|
|
13
16
|
@mixin shadow-elevated {
|
|
14
17
|
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
15
18
|
};
|
package/semi.css
CHANGED
|
@@ -456,7 +456,9 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
|
|
|
456
456
|
--semi-shadow-1: none;
|
|
457
457
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
458
458
|
--semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
459
|
+
--semi-shadow-name: 0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border);
|
|
459
460
|
--semi-border-radius-full: 9999px;
|
|
461
|
+
--semi-border-radius-name: 80px;
|
|
460
462
|
--semi-border-radius-large: 40px;
|
|
461
463
|
--semi-border-radius-small: 12px;
|
|
462
464
|
--semi-border-radius-circle: 50%;
|
|
@@ -570,7 +572,9 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
|
|
|
570
572
|
--semi-shadow-1: none;
|
|
571
573
|
--semi-shadow-2: 0px 2px 4px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.16);
|
|
572
574
|
--semi-shadow-knob: 0px 4px 6px 0px rgba(0,0,0,0.10), 0px 0px 1px 0px rgba(0,0,0,0.30);
|
|
575
|
+
--semi-shadow-name: 0px 10px 10px 10px var(--semi-color-border),0px 0px 0px 0px var(--semi-color-border);
|
|
573
576
|
--semi-border-radius-full: 9999px;
|
|
577
|
+
--semi-border-radius-name: 80px;
|
|
574
578
|
--semi-border-radius-large: 40px;
|
|
575
579
|
--semi-border-radius-small: 12px;
|
|
576
580
|
--semi-border-radius-circle: 50%;
|
|
@@ -2278,7 +2282,7 @@ body, :host {
|
|
|
2278
2282
|
.semi-avatar-medium .semi-avatar-label {
|
|
2279
2283
|
font-size: 30px;
|
|
2280
2284
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
2281
|
-
line-height:
|
|
2285
|
+
line-height: 45px;
|
|
2282
2286
|
}
|
|
2283
2287
|
.semi-avatar-large {
|
|
2284
2288
|
width: 72px;
|
|
@@ -2288,7 +2292,7 @@ body, :host {
|
|
|
2288
2292
|
.semi-avatar-large .semi-avatar-label {
|
|
2289
2293
|
font-size: 64px;
|
|
2290
2294
|
font-family: Pretendard, Noto Sans Korean;
|
|
2291
|
-
line-height:
|
|
2295
|
+
line-height: 80px;
|
|
2292
2296
|
}
|
|
2293
2297
|
.semi-avatar-extra-large {
|
|
2294
2298
|
width: 128px;
|
|
@@ -4233,7 +4237,7 @@ body, :host {
|
|
|
4233
4237
|
.semi-calendar-month-event-card-header-info-date {
|
|
4234
4238
|
font-size: 30px;
|
|
4235
4239
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
4236
|
-
line-height:
|
|
4240
|
+
line-height: 45px;
|
|
4237
4241
|
margin-top: 4px;
|
|
4238
4242
|
}
|
|
4239
4243
|
.semi-calendar-month-event-card-body {
|
|
@@ -8021,7 +8025,7 @@ body, :host {
|
|
|
8021
8025
|
.semi-descriptions-double-medium .semi-descriptions-value {
|
|
8022
8026
|
font-size: 30px;
|
|
8023
8027
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
8024
|
-
line-height:
|
|
8028
|
+
line-height: 45px;
|
|
8025
8029
|
font-size: 30px;
|
|
8026
8030
|
}
|
|
8027
8031
|
.semi-descriptions-double-large .semi-descriptions-item {
|
|
@@ -8034,7 +8038,7 @@ body, :host {
|
|
|
8034
8038
|
.semi-descriptions-double-large .semi-descriptions-value {
|
|
8035
8039
|
font-size: 48px;
|
|
8036
8040
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
8037
|
-
line-height:
|
|
8041
|
+
line-height: 64px;
|
|
8038
8042
|
font-size: 48px;
|
|
8039
8043
|
}
|
|
8040
8044
|
.semi-descriptions-horizontal table {
|
|
@@ -19785,7 +19789,7 @@ img[src=""], img:not([src]) {
|
|
|
19785
19789
|
justify-content: center;
|
|
19786
19790
|
font-size: 30px;
|
|
19787
19791
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
19788
|
-
line-height:
|
|
19792
|
+
line-height: 45px;
|
|
19789
19793
|
font-weight: 600;
|
|
19790
19794
|
flex-grow: 0;
|
|
19791
19795
|
}
|
|
@@ -24530,7 +24534,7 @@ h1.semi-typography,
|
|
|
24530
24534
|
.semi-typography-h1.semi-typography {
|
|
24531
24535
|
font-size: 64px;
|
|
24532
24536
|
font-family: Pretendard, Noto Sans Korean;
|
|
24533
|
-
line-height:
|
|
24537
|
+
line-height: 80px;
|
|
24534
24538
|
font-weight: 600;
|
|
24535
24539
|
margin: 0;
|
|
24536
24540
|
}
|
|
@@ -24559,7 +24563,7 @@ h2.semi-typography,
|
|
|
24559
24563
|
.semi-typography-h2.semi-typography {
|
|
24560
24564
|
font-size: 48px;
|
|
24561
24565
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
24562
|
-
line-height:
|
|
24566
|
+
line-height: 64px;
|
|
24563
24567
|
font-weight: 600;
|
|
24564
24568
|
margin: 0;
|
|
24565
24569
|
}
|
|
@@ -24588,7 +24592,7 @@ h3.semi-typography,
|
|
|
24588
24592
|
.semi-typography-h3.semi-typography {
|
|
24589
24593
|
font-size: 36px;
|
|
24590
24594
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
24591
|
-
line-height:
|
|
24595
|
+
line-height: 54px;
|
|
24592
24596
|
font-weight: 600;
|
|
24593
24597
|
margin: 0;
|
|
24594
24598
|
}
|
|
@@ -24617,7 +24621,7 @@ h4.semi-typography,
|
|
|
24617
24621
|
.semi-typography-h4.semi-typography {
|
|
24618
24622
|
font-size: 30px;
|
|
24619
24623
|
font-family: "Inter", Pretendard, Noto Sans Korean;
|
|
24620
|
-
line-height:
|
|
24624
|
+
line-height: 45px;
|
|
24621
24625
|
font-weight: 600;
|
|
24622
24626
|
margin: 0;
|
|
24623
24627
|
}
|