4
4
big : {
5
5
'max-width' : { value : '480px' } ,
6
6
padding : {
7
- horizontal : { value : '{size.6xl}' } ,
8
- top : { value : '{size.5xl}' } ,
9
- bottom : { value : '{size.5xl}' } ,
7
+ horizontal : { value : '{size.6xl}' } ,
8
+ top : { value : '{size.5xl}' } ,
9
+ bottom : { value : '{size.5xl}' } ,
10
10
} ,
11
11
actions : {
12
12
'margin-top' : { value : '{size.xl}' }
13
13
} ,
14
14
image : {
15
- 'margin-bottom' : { value : '{size.3xl}' }
15
+ 'margin-bottom' : { value : '{size.3xl}' }
16
16
} ,
17
- 'image-addon' : {
18
- height : { value : '{size.6xl}' }
17
+ 'image-addon' : {
18
+ height : { value : '{size.6xl}' }
19
19
} ,
20
20
title : {
21
21
'margin-bottom' : { value : '{size.xl}' } ,
24
24
normal : {
25
25
'max-width' : { value : '320px' } ,
26
26
padding : {
27
- horizontal : { value : '{size.3xl}' } ,
28
- top : { value : '{size.3xl}' } ,
29
- bottom : { value : '{size.3xl}' } ,
27
+ horizontal : { value : '{size.3xl}' } ,
28
+ top : { value : '{size.3xl}' } ,
29
+ bottom : { value : '{size.3xl}' } ,
30
30
} ,
31
31
actions : {
32
32
'margin-top' : { value : '{size.s}' }
33
33
} ,
34
34
image : {
35
- 'margin-bottom' : { value : '{size.3xl}' }
35
+ 'margin-bottom' : { value : '{size.3xl}' }
36
36
} ,
37
- 'image-addon' : {
38
- height : { value : '{size.xxl}' }
37
+ 'image-addon' : {
38
+ height : { value : '{size.xxl}' }
39
39
} ,
40
40
title : {
41
41
'margin-bottom' : { value : '{size.s}' } ,
44
44
} ,
45
45
font : {
46
46
big : {
47
- title : { value : 'headline' } ,
48
- text : { value : 'text-normal' } ,
47
+ title : {
48
+ "font-size" : { value : '{typography.headline.font-size}' } ,
49
+ "line-height" : { value : '{typography.headline.line-height}' } ,
50
+ "letter-spacing" : { value : '{typography.headline.letter-spacing}' } ,
51
+ "font-weight" : { value : '{typography.headline.font-weight}' } ,
52
+ "font-family" : { value : '{typography.headline.font-family}' } ,
53
+ "text-transform" : { value : '{typography.headline.text-transform}' } ,
54
+ "font-feature-settings" : { value : '{typography.headline.font-feature-settings}' }
55
+ } ,
56
+ text : {
57
+ "font-size" : { value : '{typography.text-normal.font-size}' } ,
58
+ "line-height" : { value : '{typography.text-normal.line-height}' } ,
59
+ "letter-spacing" : { value : '{typography.text-normal.letter-spacing}' } ,
60
+ "font-weight" : { value : '{typography.text-normal.font-weight}' } ,
61
+ "font-family" : { value : '{typography.text-normal.font-family}' } ,
62
+ "text-transform" : { value : '{typography.text-normal.text-transform}' } ,
63
+ "font-feature-settings" : { value : '{typography.text-normal.font-feature-settings}' }
64
+ }
49
65
} ,
50
66
normal : {
51
- title : { value : 'subheading' } ,
52
- text : { value : 'text-normal' } ,
67
+ title : {
68
+ "font-size" : { value : '{typography.subheading.font-size}' } ,
69
+ "line-height" : { value : '{typography.subheading.line-height}' } ,
70
+ "letter-spacing" : { value : '{typography.subheading.letter-spacing}' } ,
71
+ "font-weight" : { value : '{typography.subheading.font-weight}' } ,
72
+ "font-family" : { value : '{typography.subheading.font-family}' } ,
73
+ "text-transform" : { value : '{typography.subheading.text-transform}' } ,
74
+ "font-feature-settings" : { value : '{typography.subheading.font-feature-settings}' }
75
+ } ,
76
+ text : {
77
+ "font-size" : { value : '{typography.text-normal.font-size}' } ,
78
+ "line-height" : { value : '{typography.text-normal.line-height}' } ,
79
+ "letter-spacing" : { value : '{typography.text-normal.letter-spacing}' } ,
80
+ "font-weight" : { value : '{typography.text-normal.font-weight}' } ,
81
+ "font-family" : { value : '{typography.text-normal.font-family}' } ,
82
+ "text-transform" : { value : '{typography.text-normal.text-transform}' } ,
83
+ "font-feature-settings" : { value : '{typography.text-normal.font-feature-settings}' }
84
+ }
53
85
}
54
86
} ,
55
87
light : {
61
93
color : { value : '{dark.foreground.contrast}' }
62
94
}
63
95
}
64
- }
96
+ }
0 commit comments