@volue/design-typography 0.1.0-next.3 → 0.2.0-next.0

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/src/style.json CHANGED
@@ -1,116 +1,148 @@
1
1
  {
2
2
  "font": {
3
3
  "style": {
4
- "base": {
5
- "fontFamily": {
6
- "value": "{font.family.base.value}"
7
- },
8
- "fontSize": {
9
- "value": "{size.font.base.value}"
10
- },
11
- "lineHeight": {
12
- "value": "{size.lineHeight.default.value}"
13
- },
14
- "fontWeight": {
15
- "value": "{font.weight.normal.value}"
16
- }
17
- },
18
- "giga": {
19
- "fontFamily": {
20
- "value": "{font.family.display.value}"
21
- },
22
- "fontSize": {
23
- "value": "{size.font.giga.value}"
24
- },
25
- "lineHeight": {
26
- "value": "{size.lineHeight.giga.value}"
27
- },
28
- "fontWeight": {
29
- "value": "{font.weight.normal.value}"
30
- }
31
- },
32
- "alpha": {
33
- "fontFamily": {
34
- "value": "{font.family.display.value}"
35
- },
36
- "fontSize": {
37
- "value": "{size.font.alpha.value}"
38
- },
39
- "lineHeight": {
40
- "value": "{size.lineHeight.alpha.value}"
41
- },
42
- "fontWeight": {
43
- "value": "{font.weight.normal.value}"
44
- }
45
- },
46
- "beta": {
47
- "fontFamily": {
48
- "value": "{font.family.display.value}"
49
- },
50
- "fontSize": {
51
- "value": "{size.font.beta.value}"
52
- },
53
- "lineHeight": {
54
- "value": "{size.lineHeight.beta.value}"
55
- },
56
- "fontWeight": {
57
- "value": "{font.weight.normal.value}"
4
+ "body": {
5
+ "base": {
6
+ "fontFamily": {
7
+ "value": "{font.family.base.value}"
8
+ },
9
+ "fontSize": {
10
+ "value": "{size.font.base.value}"
11
+ },
12
+ "lineHeight": {
13
+ "value": "{size.lineHeight.base.value}"
14
+ },
15
+ "fontWeight": {
16
+ "value": "{font.weight.normal.value}"
17
+ }
18
+ },
19
+ "small": {
20
+ "fontFamily": {
21
+ "value": "{font.family.base.value}"
22
+ },
23
+ "fontSize": {
24
+ "value": "{size.font.small.value}"
25
+ },
26
+ "lineHeight": {
27
+ "value": "{size.lineHeight.small.value}"
28
+ },
29
+ "fontWeight": {
30
+ "value": "{font.weight.normal.value}"
31
+ }
32
+ },
33
+ "xsmall": {
34
+ "fontFamily": {
35
+ "value": "{font.family.base.value}"
36
+ },
37
+ "fontSize": {
38
+ "value": "{size.font.xsmall.value}"
39
+ },
40
+ "lineHeight": {
41
+ "value": "{size.lineHeight.xsmall.value}"
42
+ },
43
+ "fontWeight": {
44
+ "value": "{font.weight.normal.value}"
45
+ }
58
46
  }
59
47
  },
60
- "gamma": {
61
- "fontFamily": {
62
- "value": "{font.family.display.value}"
63
- },
64
- "fontSize": {
65
- "value": "{size.font.gamma.value}"
66
- },
67
- "lineHeight": {
68
- "value": "{size.lineHeight.gamma.value}"
69
- },
70
- "fontWeight": {
71
- "value": "{font.weight.normal.value}"
72
- }
73
- },
74
- "delta": {
75
- "fontFamily": {
76
- "value": "{font.family.base.value}"
77
- },
78
- "fontSize": {
79
- "value": "{size.font.delta.value}"
80
- },
81
- "lineHeight": {
82
- "value": "{size.lineHeight.delta.value}"
83
- },
84
- "fontWeight": {
85
- "value": "{font.weight.normal.value}"
86
- }
87
- },
88
- "epsilon": {
89
- "fontFamily": {
90
- "value": "{font.family.base.value}"
91
- },
92
- "fontSize": {
93
- "value": "{size.font.epsilon.value}"
94
- },
95
- "lineHeight": {
96
- "value": "{size.lineHeight.epsilon.value}"
97
- },
98
- "fontWeight": {
99
- "value": "{font.weight.normal.value}"
100
- }
101
- },
102
- "zeta": {
103
- "fontFamily": {
104
- "value": "{font.family.base.value}"
105
- },
106
- "fontSize": {
107
- "value": "{size.font.zeta.value}"
108
- },
109
- "lineHeight": {
110
- "value": "{size.lineHeight.zeta.value}"
111
- },
112
- "fontWeight": {
113
- "value": "{font.weight.normal.value}"
48
+ "headlines": {
49
+ "giga": {
50
+ "fontFamily": {
51
+ "value": "{font.family.display.value}"
52
+ },
53
+ "fontSize": {
54
+ "value": "{size.font.giga.value}"
55
+ },
56
+ "lineHeight": {
57
+ "value": "{size.lineHeight.giga.value}"
58
+ },
59
+ "fontWeight": {
60
+ "value": "{font.weight.normal.value}"
61
+ }
62
+ },
63
+ "alpha": {
64
+ "fontFamily": {
65
+ "value": "{font.family.display.value}"
66
+ },
67
+ "fontSize": {
68
+ "value": "{size.font.alpha.value}"
69
+ },
70
+ "lineHeight": {
71
+ "value": "{size.lineHeight.alpha.value}"
72
+ },
73
+ "fontWeight": {
74
+ "value": "{font.weight.normal.value}"
75
+ }
76
+ },
77
+ "beta": {
78
+ "fontFamily": {
79
+ "value": "{font.family.display.value}"
80
+ },
81
+ "fontSize": {
82
+ "value": "{size.font.beta.value}"
83
+ },
84
+ "lineHeight": {
85
+ "value": "{size.lineHeight.beta.value}"
86
+ },
87
+ "fontWeight": {
88
+ "value": "{font.weight.normal.value}"
89
+ }
90
+ },
91
+ "gamma": {
92
+ "fontFamily": {
93
+ "value": "{font.family.display.value}"
94
+ },
95
+ "fontSize": {
96
+ "value": "{size.font.gamma.value}"
97
+ },
98
+ "lineHeight": {
99
+ "value": "{size.lineHeight.gamma.value}"
100
+ },
101
+ "fontWeight": {
102
+ "value": "{font.weight.normal.value}"
103
+ }
104
+ },
105
+ "delta": {
106
+ "fontFamily": {
107
+ "value": "{font.family.base.value}"
108
+ },
109
+ "fontSize": {
110
+ "value": "{size.font.delta.value}"
111
+ },
112
+ "lineHeight": {
113
+ "value": "{size.lineHeight.delta.value}"
114
+ },
115
+ "fontWeight": {
116
+ "value": "{font.weight.normal.value}"
117
+ }
118
+ },
119
+ "epsilon": {
120
+ "fontFamily": {
121
+ "value": "{font.family.base.value}"
122
+ },
123
+ "fontSize": {
124
+ "value": "{size.font.epsilon.value}"
125
+ },
126
+ "lineHeight": {
127
+ "value": "{size.lineHeight.epsilon.value}"
128
+ },
129
+ "fontWeight": {
130
+ "value": "{font.weight.normal.value}"
131
+ }
132
+ },
133
+ "zeta": {
134
+ "fontFamily": {
135
+ "value": "{font.family.base.value}"
136
+ },
137
+ "fontSize": {
138
+ "value": "{size.font.zeta.value}"
139
+ },
140
+ "lineHeight": {
141
+ "value": "{size.lineHeight.zeta.value}"
142
+ },
143
+ "fontWeight": {
144
+ "value": "{font.weight.normal.value}"
145
+ }
114
146
  }
115
147
  }
116
148
  }