Skip to content

Commit 4b98007

Browse files
committed
[Change] 타이포 토큰 업데이트
1 parent 4bc223d commit 4b98007

1 file changed

Lines changed: 82 additions & 112 deletions

File tree

tokens/semantic/typography.json

Lines changed: 82 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,107 @@
11
{
22
"typography": {
33
"heading": {
4-
"1": {
5-
"$value": {
6-
"fontWeight": "{typography.base.weight.bold}",
7-
"fontSize": "{typography.base.size.t32}",
8-
"lineHeight": "{typography.base.lineHeight.t48}",
9-
"letterSpacing": "{typography.base.letterSpacing.default}"
10-
},
11-
"$type": "typography"
4+
"typography.heading.1": {
5+
"weight": "typography.base.weight.bold",
6+
"size": "typography.base.size.t32",
7+
"lineHeight": "typography.base.lineHeight.t48",
8+
"letterSpacing": "typography.base.letterSpacing.default"
129
},
13-
"2": {
14-
"$value": {
15-
"fontWeight": "{typography.base.weight.bold}",
16-
"fontSize": "{typography.base.size.t24}",
17-
"lineHeight": "{typography.base.lineHeight.t36}",
18-
"letterSpacing": "{typography.base.letterSpacing.default}"
19-
},
20-
"$type": "typography"
10+
"typography.heading.2": {
11+
"weight": "typography.base.weight.bold",
12+
"size": "typography.base.size.t24",
13+
"lineHeight": "typography.base.lineHeight.t36",
14+
"letterSpacing": "typography.base.letterSpacing.default"
2115
},
22-
"3": {
23-
"$value": {
24-
"fontWeight": "{typography.base.weight.bold}",
25-
"fontSize": "{typography.base.size.t20}",
26-
"lineHeight": "{typography.base.lineHeight.t30}",
27-
"letterSpacing": "{typography.base.letterSpacing.default}"
28-
},
29-
"$type": "typography"
16+
"typography.heading.3": {
17+
"weight": "typography.base.weight.bold",
18+
"size": "typography.base.size.t20",
19+
"lineHeight": "typography.base.lineHeight.t30",
20+
"letterSpacing": "typography.base.letterSpacing.default"
3021
},
31-
"4": {
32-
"$value": {
33-
"fontWeight": "{typography.base.weight.bold}",
34-
"fontSize": "{typography.base.size.t16}",
35-
"lineHeight": "{typography.base.lineHeight.t24}",
36-
"letterSpacing": "{typography.base.letterSpacing.wide}"
37-
},
38-
"$type": "typography"
22+
"typography.heading.4": {
23+
"weight": "typography.base.weight.bold",
24+
"size": "typography.base.size.t16",
25+
"lineHeight": "typography.base.lineHeight.t24",
26+
"letterSpacing": "typography.base.letterSpacing.wide"
3927
}
4028
},
4129
"title": {
42-
"1": {
43-
"$value": {
44-
"fontWeight": "{typography.base.weight.semibold}",
45-
"fontSize": "{typography.base.size.t28}",
46-
"lineHeight": "{typography.base.lineHeight.t42}",
47-
"letterSpacing": "{typography.base.letterSpacing.default}"
48-
},
49-
"$type": "typography"
30+
"typography.title.1": {
31+
"weight": "typography.base.weight.semibold",
32+
"size": "typography.base.size.t28",
33+
"lineHeight": "typography.base.lineHeight.t42",
34+
"letterSpacing": "typography.base.letterSpacing.default"
5035
},
51-
"2": {
52-
"$value": {
53-
"fontWeight": "{typography.base.weight.semibold}",
54-
"fontSize": "{typography.base.size.t24}",
55-
"lineHeight": "{typography.base.lineHeight.t36}",
56-
"letterSpacing": "{typography.base.letterSpacing.default}"
57-
},
58-
"$type": "typography"
36+
"typography.title.2": {
37+
"weight": "typography.base.weight.semibold",
38+
"size": "typography.base.size.t24",
39+
"lineHeight": "typography.base.lineHeight.t36",
40+
"letterSpacing": "typography.base.letterSpacing.default"
5941
},
60-
"3": {
61-
"$value": {
62-
"fontWeight": "{typography.base.weight.semibold}",
63-
"fontSize": "{typography.base.size.t20}",
64-
"lineHeight": "{typography.base.lineHeight.t30}",
65-
"letterSpacing": "{typography.base.letterSpacing.default}"
66-
},
67-
"$type": "typography"
42+
"typography.title.3": {
43+
"weight": "typography.base.weight.semibold",
44+
"size": "typography.base.size.t20",
45+
"lineHeight": "typography.base.lineHeight.t30",
46+
"letterSpacing": "typography.base.letterSpacing.default"
6847
},
69-
"4": {
70-
"$value": {
71-
"fontWeight": "{typography.base.weight.semibold}",
72-
"fontSize": "{typography.base.size.t16}",
73-
"lineHeight": "{typography.base.lineHeight.t24}",
74-
"letterSpacing": "{typography.base.letterSpacing.wide}"
75-
},
76-
"$type": "typography"
48+
"typography.title.4": {
49+
"weight": "typography.base.weight.semibold",
50+
"size": "typography.base.size.t18",
51+
"lineHeight": "typography.base.lineHeight.t26",
52+
"letterSpacing": "typography.base.letterSpacing.default"
53+
},
54+
"typography.title.5": {
55+
"weight": "typography.base.weight.semibold",
56+
"size": "typography.base.size.t16",
57+
"lineHeight": "typography.base.lineHeight.t24",
58+
"letterSpacing": "typography.base.letterSpacing.wide"
7759
}
7860
},
7961
"body": {
80-
"1": {
81-
"$value": {
82-
"fontWeight": "{typography.base.weight.regular}",
83-
"fontSize": "{typography.base.size.t16}",
84-
"lineHeight": "{typography.base.lineHeight.t26}",
85-
"letterSpacing": "{typography.base.letterSpacing.wide}"
86-
},
87-
"$type": "typography"
62+
"typography.body.1": {
63+
"weight": "typography.base.weight.regular",
64+
"size": "typography.base.size.t16",
65+
"lineHeight": "typography.base.lineHeight.t26",
66+
"letterSpacing": "typography.base.letterSpacing.wide"
67+
},
68+
"typography.body.2": {
69+
"weight": "typography.base.weight.regular",
70+
"size": "typography.base.size.t14",
71+
"lineHeight": "typography.base.lineHeight.t22",
72+
"letterSpacing": "typography.base.letterSpacing.wide"
8873
},
89-
"2": {
90-
"$value": {
91-
"fontWeight": "{typography.base.weight.regular}",
92-
"fontSize": "{typography.base.size.t14}",
93-
"lineHeight": "{typography.base.lineHeight.t22}",
94-
"letterSpacing": "{typography.base.letterSpacing.wide}"
95-
},
96-
"$type": "typography"
74+
"typography.body.3": {
75+
"weight": "typography.base.weight.regular",
76+
"size": "typography.base.size.t12",
77+
"lineHeight": "typography.base.lineHeight.t18",
78+
"letterSpacing": "typography.base.letterSpacing.wide"
9779
}
9880
},
9981
"label": {
100-
"1": {
101-
"$value": {
102-
"fontWeight": "{typography.base.weight.semibold}",
103-
"fontSize": "{typography.base.size.t18}",
104-
"lineHeight": "{typography.base.lineHeight.t24}",
105-
"letterSpacing": "{typography.base.letterSpacing.default}"
106-
},
107-
"$type": "typography"
82+
"typography.label.1": {
83+
"weight": "typography.base.weight.semibold",
84+
"size": "typography.base.size.t18",
85+
"lineHeight": "typography.base.lineHeight.t24",
86+
"letterSpacing": "typography.base.letterSpacing.default"
10887
},
109-
"2": {
110-
"$value": {
111-
"fontWeight": "{typography.base.weight.semibold}",
112-
"fontSize": "{typography.base.size.t16}",
113-
"lineHeight": "{typography.base.lineHeight.t22}",
114-
"letterSpacing": "{typography.base.letterSpacing.default}"
115-
},
116-
"$type": "typography"
88+
"typography.label.2": {
89+
"weight": "typography.base.weight.semibold",
90+
"size": "typography.base.size.t16",
91+
"lineHeight": "typography.base.lineHeight.t22",
92+
"letterSpacing": "typography.base.letterSpacing.default"
11793
},
118-
"3": {
119-
"$value": {
120-
"fontWeight": "{typography.base.weight.semibold}",
121-
"fontSize": "{typography.base.size.t14}",
122-
"lineHeight": "{typography.base.lineHeight.t18}",
123-
"letterSpacing": "{typography.base.letterSpacing.default}"
124-
},
125-
"$type": "typography"
94+
"typography.label.3": {
95+
"weight": "typography.base.weight.semibold",
96+
"size": "typography.base.size.t14",
97+
"lineHeight": "typography.base.lineHeight.t18",
98+
"letterSpacing": "typography.base.letterSpacing.default"
12699
},
127-
"4": {
128-
"$value": {
129-
"fontWeight": "{typography.base.weight.semibold}",
130-
"fontSize": "{typography.base.size.t12}",
131-
"lineHeight": "{typography.base.lineHeight.t16}",
132-
"letterSpacing": "{typography.base.letterSpacing.default}"
133-
},
134-
"$type": "typography"
100+
"typography.label.4": {
101+
"weight": "typography.base.weight.semibold",
102+
"size": "typography.base.size.t12",
103+
"lineHeight": "typography.base.lineHeight.t16",
104+
"letterSpacing": "typography.base.letterSpacing.default"
135105
}
136106
}
137107
}

0 commit comments

Comments
 (0)