@@ -12,8 +12,8 @@ export const typeClasses: {
12
12
[ TYPE_OPTIONS . TITLE2 ] : "text-heading-title2 leading-heading-title2 font-heading-title2" ,
13
13
[ TYPE_OPTIONS . TITLE3 ] : "text-heading-title3 leading-heading-title3 font-heading-title3" ,
14
14
[ TYPE_OPTIONS . TITLE4 ] : "text-heading-title4 leading-heading-title4 font-heading-title4" ,
15
- [ TYPE_OPTIONS . TITLE5 ] : "text-heading-title5 leading-heading-title5 font-heading-title5 uppercase " ,
16
- [ TYPE_OPTIONS . TITLE6 ] : "text-heading-title6 leading-heading-title6 font-heading-title6" ,
15
+ [ TYPE_OPTIONS . TITLE5 ] : "text-heading-title5 leading-heading-title5 font-heading-title5" ,
16
+ [ TYPE_OPTIONS . TITLE6 ] : "text-heading-title6 leading-heading-title6 font-heading-title6 uppercase " ,
17
17
[ QUERIES . MEDIUMMOBILE ] : {
18
18
[ TYPE_OPTIONS . DISPLAY ] :
19
19
"mm:text-heading-display mm:leading-heading-display mm:font-heading-display" ,
@@ -30,9 +30,9 @@ export const typeClasses: {
30
30
[ TYPE_OPTIONS . TITLE4 ] :
31
31
"mm:text-heading-title4 mm:leading-heading-title4 mm:font-heading-title4" ,
32
32
[ TYPE_OPTIONS . TITLE5 ] :
33
- "mm:text-heading-title5 mm:leading-heading-title5 mm:font-heading-title5 mm:uppercase " ,
33
+ "mm:text-heading-title5 mm:leading-heading-title5 mm:font-heading-title5" ,
34
34
[ TYPE_OPTIONS . TITLE6 ] :
35
- "mm:text-heading-title6 mm:leading-heading-title6 mm:font-heading-title6" ,
35
+ "mm:text-heading-title6 mm:leading-heading-title6 mm:font-heading-title6 mm:uppercase " ,
36
36
} ,
37
37
[ QUERIES . LARGEMOBILE ] : {
38
38
[ TYPE_OPTIONS . DISPLAY ] :
@@ -50,9 +50,9 @@ export const typeClasses: {
50
50
[ TYPE_OPTIONS . TITLE4 ] :
51
51
"lm:text-heading-title4 lm:leading-heading-title4 lm:font-heading-title4" ,
52
52
[ TYPE_OPTIONS . TITLE5 ] :
53
- "lm:text-heading-title5 lm:leading-heading-title5 lm:font-heading-title5 lm:uppercase " ,
53
+ "lm:text-heading-title5 lm:leading-heading-title5 lm:font-heading-title5" ,
54
54
[ TYPE_OPTIONS . TITLE6 ] :
55
- "lm:text-heading-title6 lm:leading-heading-title6 lm:font-heading-title6" ,
55
+ "lm:text-heading-title6 lm:leading-heading-title6 lm:font-heading-title6 lm:uppercase " ,
56
56
} ,
57
57
[ QUERIES . TABLET ] : {
58
58
[ TYPE_OPTIONS . DISPLAY ] :
@@ -70,9 +70,9 @@ export const typeClasses: {
70
70
[ TYPE_OPTIONS . TITLE4 ] :
71
71
"tb:text-heading-title4 tb:leading-heading-title4 tb:font-heading-title4" ,
72
72
[ TYPE_OPTIONS . TITLE5 ] :
73
- "tb:text-heading-title5 tb:leading-heading-title5 tb:font-heading-title5 tb:uppercase " ,
73
+ "tb:text-heading-title5 tb:leading-heading-title5 tb:font-heading-title5" ,
74
74
[ TYPE_OPTIONS . TITLE6 ] :
75
- "tb:text-heading-title6 tb:leading-heading-title6 tb:font-heading-title6" ,
75
+ "tb:text-heading-title6 tb:leading-heading-title6 tb:font-heading-title6 tb:uppercase " ,
76
76
} ,
77
77
[ QUERIES . DESKTOP ] : {
78
78
[ TYPE_OPTIONS . DISPLAY ] :
@@ -90,9 +90,9 @@ export const typeClasses: {
90
90
[ TYPE_OPTIONS . TITLE4 ] :
91
91
"de:text-heading-title4 de:leading-heading-title4 de:font-heading-title4" ,
92
92
[ TYPE_OPTIONS . TITLE5 ] :
93
- "de:text-heading-title5 de:leading-heading-title5 de:font-heading-title5 de:uppercase " ,
93
+ "de:text-heading-title5 de:leading-heading-title5 de:font-heading-title5" ,
94
94
[ TYPE_OPTIONS . TITLE6 ] :
95
- "de:text-heading-title6 de:leading-heading-title6 de:font-heading-title6" ,
95
+ "de:text-heading-title6 de:leading-heading-title6 de:font-heading-title6 de:uppercase " ,
96
96
} ,
97
97
[ QUERIES . LARGEDESKTOP ] : {
98
98
[ TYPE_OPTIONS . DISPLAY ] :
@@ -110,8 +110,8 @@ export const typeClasses: {
110
110
[ TYPE_OPTIONS . TITLE4 ] :
111
111
"ld:text-heading-title4 ld:leading-heading-title4 ld:font-heading-title4" ,
112
112
[ TYPE_OPTIONS . TITLE5 ] :
113
- "ld:text-heading-title5 ld:leading-heading-title5 ld:font-heading-title5 ld:uppercase " ,
113
+ "ld:text-heading-title5 ld:leading-heading-title5 ld:font-heading-title5" ,
114
114
[ TYPE_OPTIONS . TITLE6 ] :
115
- "ld:text-heading-title6 ld:leading-heading-title6 ld:font-heading-title6" ,
115
+ "ld:text-heading-title6 ld:leading-heading-title6 ld:font-heading-title6 ld:uppercase " ,
116
116
} ,
117
117
} ;
0 commit comments