@marioschmidt/design-system-tokens 1.0.9
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/LICENSE +21 -0
- package/README.md +767 -0
- package/dist/css/base/index.css +8 -0
- package/dist/css/base/primitive-color-value-global.css +100 -0
- package/dist/css/base/primitive-color-value.css +100 -0
- package/dist/css/base/primitive-font-value-global.css +49 -0
- package/dist/css/base/primitive-font-value.css +49 -0
- package/dist/css/base/primitive-size-value-global.css +55 -0
- package/dist/css/base/primitive-size-value.css +55 -0
- package/dist/css/base/primitive-space-value-global.css +31 -0
- package/dist/css/base/primitive-space-value.css +31 -0
- package/dist/css/density/density-compact-global.css +14 -0
- package/dist/css/density/density-compact.css +14 -0
- package/dist/css/density/density-default-global.css +14 -0
- package/dist/css/density/density-default.css +14 -0
- package/dist/css/density/density-spacious-global.css +14 -0
- package/dist/css/density/density-spacious.css +14 -0
- package/dist/css/density/index.css +7 -0
- package/dist/css/mapping/brand-advertorial-global.css +277 -0
- package/dist/css/mapping/brand-advertorial.css +277 -0
- package/dist/css/mapping/brand-bild-global.css +277 -0
- package/dist/css/mapping/brand-bild.css +277 -0
- package/dist/css/mapping/brand-color-bild-global.css +74 -0
- package/dist/css/mapping/brand-color-bild.css +74 -0
- package/dist/css/mapping/brand-color-sportbild-global.css +74 -0
- package/dist/css/mapping/brand-color-sportbild.css +74 -0
- package/dist/css/mapping/brand-sportbild-global.css +277 -0
- package/dist/css/mapping/brand-sportbild.css +277 -0
- package/dist/css/mapping/index.css +9 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/index.css +8 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +425 -0
- package/dist/css/semantic/advertorial/color/index.css +6 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +490 -0
- package/dist/css/semantic/bild/breakpoints/index.css +8 -0
- package/dist/css/semantic/bild/color/color-bild-dark-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-dark.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light.css +425 -0
- package/dist/css/semantic/bild/color/index.css +6 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/index.css +8 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +425 -0
- package/dist/css/semantic/sportbild/color/index.css +6 -0
- package/dist/js/base/index.js +15 -0
- package/dist/js/base/primitive-color-value.js +98 -0
- package/dist/js/base/primitive-font-value.js +47 -0
- package/dist/js/base/primitive-size-value.js +53 -0
- package/dist/js/base/primitive-space-value.js +29 -0
- package/dist/js/density/density-compact.js +12 -0
- package/dist/js/density/density-default.js +12 -0
- package/dist/js/density/density-spacious.js +12 -0
- package/dist/js/density/index.js +13 -0
- package/dist/js/mapping/brand-advertorial.js +276 -0
- package/dist/js/mapping/brand-bild.js +277 -0
- package/dist/js/mapping/brand-color-bild.js +78 -0
- package/dist/js/mapping/brand-color-sportbild.js +78 -0
- package/dist/js/mapping/brand-sportbild.js +280 -0
- package/dist/js/mapping/index.js +17 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/index.js +15 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +347 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +343 -0
- package/dist/js/semantic/advertorial/color/index.js +11 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +478 -0
- package/dist/js/semantic/bild/breakpoints/index.js +15 -0
- package/dist/js/semantic/bild/color/color-bild-dark.js +347 -0
- package/dist/js/semantic/bild/color/color-bild-light.js +343 -0
- package/dist/js/semantic/bild/color/index.js +11 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/index.js +15 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +347 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +343 -0
- package/dist/js/semantic/sportbild/color/index.js +11 -0
- package/dist/json/base/primitive-color-value.json +148 -0
- package/dist/json/base/primitive-font-value.json +59 -0
- package/dist/json/base/primitive-size-value.json +51 -0
- package/dist/json/base/primitive-space-value.json +27 -0
- package/dist/json/density/density-compact.json +16 -0
- package/dist/json/density/density-default.json +16 -0
- package/dist/json/density/density-spacious.json +16 -0
- package/dist/json/mapping/brand-advertorial.json +393 -0
- package/dist/json/mapping/brand-bild.json +393 -0
- package/dist/json/mapping/brand-color-bild.json +98 -0
- package/dist/json/mapping/brand-color-sportbild.json +98 -0
- package/dist/json/mapping/brand-sportbild.json +393 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +686 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +307 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +307 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +686 -0
- package/dist/json/semantic/bild/color/color-bild-dark.json +307 -0
- package/dist/json/semantic/bild/color/color-bild-light.json +307 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +686 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +307 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +307 -0
- package/dist/manifest.json +183 -0
- package/dist/scss/base/index.scss +8 -0
- package/dist/scss/base/primitive-color-value.scss +97 -0
- package/dist/scss/base/primitive-font-value.scss +46 -0
- package/dist/scss/base/primitive-size-value.scss +52 -0
- package/dist/scss/base/primitive-space-value.scss +28 -0
- package/dist/scss/density/density-compact.scss +11 -0
- package/dist/scss/density/density-default.scss +11 -0
- package/dist/scss/density/density-spacious.scss +11 -0
- package/dist/scss/density/index.scss +7 -0
- package/dist/scss/mapping/brand-advertorial.scss +274 -0
- package/dist/scss/mapping/brand-bild.scss +274 -0
- package/dist/scss/mapping/brand-color-bild.scss +71 -0
- package/dist/scss/mapping/brand-color-sportbild.scss +71 -0
- package/dist/scss/mapping/brand-sportbild.scss +274 -0
- package/dist/scss/mapping/index.scss +9 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-dark.scss +318 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-light.scss +318 -0
- package/dist/scss/semantic/advertorial/color/index.scss +6 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/bild/color/color-bild-dark.scss +318 -0
- package/dist/scss/semantic/bild/color/color-bild-light.scss +318 -0
- package/dist/scss/semantic/bild/color/index.scss +6 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +318 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +318 -0
- package/dist/scss/semantic/sportbild/color/index.scss +6 -0
- package/package.json +62 -0
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Global": {
|
|
3
|
+
"Typography": {
|
|
4
|
+
"FontFamily": {
|
|
5
|
+
"displayFontFamily": "AntennaCond",
|
|
6
|
+
"headlineFontFamily": "AntennaExtraCond",
|
|
7
|
+
"subheadlineFontFamily": "AntennaCond",
|
|
8
|
+
"kickerFontFamily": "AntennaExtraCond",
|
|
9
|
+
"titleFontFamily": "AntennaCond",
|
|
10
|
+
"calloutFontFamily": "AntennaCond",
|
|
11
|
+
"bodyFontFamily": "Inter",
|
|
12
|
+
"footnoteFontFamily": "Inter",
|
|
13
|
+
"labelFontFamily": "AntennaExtraCond",
|
|
14
|
+
"quoteFontFamily": "AntennaCond"
|
|
15
|
+
},
|
|
16
|
+
"FontSize": {
|
|
17
|
+
"Display": {
|
|
18
|
+
"display1FontSizeXS": 38,
|
|
19
|
+
"display1FontSizeSM": 38,
|
|
20
|
+
"display1FontSizeMD": 68,
|
|
21
|
+
"display1FontSizeLG": 114,
|
|
22
|
+
"display2FontSizeXS": 34,
|
|
23
|
+
"display2FontSizeSM": 34,
|
|
24
|
+
"display2FontSizeMD": 40,
|
|
25
|
+
"display2FontSizeLG": 61,
|
|
26
|
+
"display3FontSizeXS": 27,
|
|
27
|
+
"display3FontSizeSM": 27,
|
|
28
|
+
"display3FontSizeMD": 30,
|
|
29
|
+
"display3FontSizeLG": 38
|
|
30
|
+
},
|
|
31
|
+
"Headline": {
|
|
32
|
+
"headlineTextAlign": "left",
|
|
33
|
+
"headline1FontSizeXS": 42,
|
|
34
|
+
"headline1FontSizeSM": 42,
|
|
35
|
+
"headline1FontSizeMD": 60,
|
|
36
|
+
"headline1FontSizeLG": 80,
|
|
37
|
+
"headline2FontSizeXS": 42,
|
|
38
|
+
"headline2FontSizeSM": 42,
|
|
39
|
+
"headline2FontSizeMD": 44,
|
|
40
|
+
"headline2FontSizeLG": 50,
|
|
41
|
+
"headline3FontSizeXS": 30,
|
|
42
|
+
"headline3FontSizeSM": 30,
|
|
43
|
+
"headline3FontSizeMD": 30,
|
|
44
|
+
"headline3FontSizeLG": 34,
|
|
45
|
+
"headline4FontSizeXS": 21,
|
|
46
|
+
"headline4FontSizeSM": 21,
|
|
47
|
+
"headline4FontSizeMD": 26,
|
|
48
|
+
"headline4FontSizeLG": 26
|
|
49
|
+
},
|
|
50
|
+
"Subheadline": {
|
|
51
|
+
"subheadline1FontSizeXS": 18,
|
|
52
|
+
"subheadline1FontSizeSM": 18,
|
|
53
|
+
"subheadline1FontSizeMD": 22,
|
|
54
|
+
"subheadline1FontSizeLG": 26
|
|
55
|
+
},
|
|
56
|
+
"Kicker": {
|
|
57
|
+
"kicker1FontSizeXS": 20,
|
|
58
|
+
"kicker1FontSizeSM": 20,
|
|
59
|
+
"kicker1FontSizeMD": 26,
|
|
60
|
+
"kicker1FontSizeLG": 32,
|
|
61
|
+
"kicker2FontSizeXS": 16,
|
|
62
|
+
"kicker2FontSizeSM": 16,
|
|
63
|
+
"kicker2FontSizeMD": 26,
|
|
64
|
+
"kicker2FontSizeLG": 26,
|
|
65
|
+
"kicker3FontSizeXS": 16,
|
|
66
|
+
"kicker3FontSizeSM": 16,
|
|
67
|
+
"kicker3FontSizeMD": 20,
|
|
68
|
+
"kicker3FontSizeLG": 22,
|
|
69
|
+
"kicker4FontSizeXS": 14,
|
|
70
|
+
"kicker4FontSizeSM": 14,
|
|
71
|
+
"kicker4FontSizeMD": 16,
|
|
72
|
+
"kicker4FontSizeLG": 18
|
|
73
|
+
},
|
|
74
|
+
"Title": {
|
|
75
|
+
"title1FontSizeXS": 24,
|
|
76
|
+
"title1FontSizeSM": 24,
|
|
77
|
+
"title1FontSizeMD": 28,
|
|
78
|
+
"title1FontSizeLG": 30,
|
|
79
|
+
"title2FontSizeXS": 16,
|
|
80
|
+
"title2FontSizeSM": 16,
|
|
81
|
+
"title2FontSizeMD": 18,
|
|
82
|
+
"title2FontSizeLG": 20
|
|
83
|
+
},
|
|
84
|
+
"Callout": {
|
|
85
|
+
"callout1FontSizeXS": 18,
|
|
86
|
+
"callout1FontSizeSM": 18,
|
|
87
|
+
"callout1FontSizeMD": 24,
|
|
88
|
+
"callout1FontSizeLG": 24
|
|
89
|
+
},
|
|
90
|
+
"Body": {
|
|
91
|
+
"bodyFontSizeXS": 17,
|
|
92
|
+
"bodyFontSizeSM": 17,
|
|
93
|
+
"bodyFontSizeMD": 17,
|
|
94
|
+
"bodyFontSizeLG": 17
|
|
95
|
+
},
|
|
96
|
+
"Footnote": {
|
|
97
|
+
"footnote1FontSizeXS": 13,
|
|
98
|
+
"footnote1FontSizeSM": 13,
|
|
99
|
+
"footnote1FontSizeMD": 13,
|
|
100
|
+
"footnote1FontSizeLG": 15,
|
|
101
|
+
"footnote2FontSizeXS": 10,
|
|
102
|
+
"footnote2FontSizeSM": 10,
|
|
103
|
+
"footnote2FontSizeMD": 10,
|
|
104
|
+
"footnote2FontSizeLG": 13
|
|
105
|
+
},
|
|
106
|
+
"Label": {
|
|
107
|
+
"label1FontSize": 17,
|
|
108
|
+
"label1RespFontSizeXS": 10,
|
|
109
|
+
"label1RespFontSizeSM": 10,
|
|
110
|
+
"label1RespFontSizeMD": 15,
|
|
111
|
+
"label1RespFontSizeLG": 17,
|
|
112
|
+
"label2FontSize": 15,
|
|
113
|
+
"label3FontSize": 12,
|
|
114
|
+
"label4FontSize": 8
|
|
115
|
+
},
|
|
116
|
+
"Quote": {
|
|
117
|
+
"quoteFontSizeXS": 16,
|
|
118
|
+
"quoteFontSizeSM": 16,
|
|
119
|
+
"quoteFontSizeMD": 18,
|
|
120
|
+
"quoteFontSizeLG": 20
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"LineHeight": {
|
|
124
|
+
"Display": {
|
|
125
|
+
"display1LineHeightXS": 40,
|
|
126
|
+
"display1LineHeightSM": 40,
|
|
127
|
+
"display1LineHeightMD": 72,
|
|
128
|
+
"display1LineHeightLG": 120,
|
|
129
|
+
"display2LineHeightXS": 36,
|
|
130
|
+
"display2LineHeightSM": 36,
|
|
131
|
+
"display2LineHeightMD": 42,
|
|
132
|
+
"display2LineHeightLG": 64,
|
|
133
|
+
"display3LineHeightXS": 28,
|
|
134
|
+
"display3LineHeightSM": 28,
|
|
135
|
+
"display3LineHeightMD": 32,
|
|
136
|
+
"display3LineHeightLG": 40
|
|
137
|
+
},
|
|
138
|
+
"Headline": {
|
|
139
|
+
"headline1LineHeightXS": 42,
|
|
140
|
+
"headline1LineHeightSM": 42,
|
|
141
|
+
"headline1LineHeightMD": 69,
|
|
142
|
+
"headline1LineHeightLG": 88,
|
|
143
|
+
"headline2LineHeightXS": 42,
|
|
144
|
+
"headline2LineHeightSM": 42,
|
|
145
|
+
"headline2LineHeightMD": 50.6,
|
|
146
|
+
"headline2LineHeightLG": 57.6,
|
|
147
|
+
"headline3LineHeightXS": 33,
|
|
148
|
+
"headline3LineHeightSM": 33,
|
|
149
|
+
"headline3LineHeightMD": 34.5,
|
|
150
|
+
"headline3LineHeightLG": 39.1,
|
|
151
|
+
"headline4LineHeightXS": 23.1,
|
|
152
|
+
"headline4LineHeightSM": 23.1,
|
|
153
|
+
"headline4LineHeightMD": 28.6,
|
|
154
|
+
"headline4LineHeightLG": 29.9
|
|
155
|
+
},
|
|
156
|
+
"Subheadline": {
|
|
157
|
+
"subheadline1LineHeightXS": 23.4,
|
|
158
|
+
"subheadline1LineHeightSM": 23.4,
|
|
159
|
+
"subheadline1LineHeightMD": 28.6,
|
|
160
|
+
"subheadline1LineHeightLG": 33.8
|
|
161
|
+
},
|
|
162
|
+
"Kicker": {
|
|
163
|
+
"kicker1LineHeightXS": 22,
|
|
164
|
+
"kicker1LineHeightSM": 22,
|
|
165
|
+
"kicker1LineHeightMD": 28.6,
|
|
166
|
+
"kicker1LineHeightLG": 35.2,
|
|
167
|
+
"kicker2LineHeightXS": 17.6,
|
|
168
|
+
"kicker2LineHeightSM": 17.6,
|
|
169
|
+
"kicker2LineHeightMD": 28.6,
|
|
170
|
+
"kicker2LineHeightLG": 28.6,
|
|
171
|
+
"kicker3LineHeightXS": 17.6,
|
|
172
|
+
"kicker3LineHeightSM": 17.6,
|
|
173
|
+
"kicker3LineHeightMD": 22,
|
|
174
|
+
"kicker3LineHeightLG": 24.2,
|
|
175
|
+
"kicker4LineHeightXS": 15.4,
|
|
176
|
+
"kicker4LineHeightSM": 15.4,
|
|
177
|
+
"kicker4LineHeightMD": 17.6,
|
|
178
|
+
"kicker4LineHeightLG": 19.8
|
|
179
|
+
},
|
|
180
|
+
"Title": {
|
|
181
|
+
"title1LineHeightXS": 26.4,
|
|
182
|
+
"title1LineHeightSM": 26.4,
|
|
183
|
+
"title1LineHeightMD": 30.8,
|
|
184
|
+
"title1LineHeightLG": 33,
|
|
185
|
+
"title2LineHeightXS": 16.8,
|
|
186
|
+
"title2LineHeightSM": 20.8,
|
|
187
|
+
"title2LineHeightMD": 23.4,
|
|
188
|
+
"title2LineHeightLG": 26
|
|
189
|
+
},
|
|
190
|
+
"Callout": {
|
|
191
|
+
"callout1LineHeightXS": 23.4,
|
|
192
|
+
"callout1LineHeightSM": 23.4,
|
|
193
|
+
"callout1LineHeightMD": 31.2,
|
|
194
|
+
"callout1LineHeightLG": 31.2
|
|
195
|
+
},
|
|
196
|
+
"Body": {
|
|
197
|
+
"bodyLineHeightXS": 28.05,
|
|
198
|
+
"bodyLineHeightSM": 28.05,
|
|
199
|
+
"bodyLineHeightMD": 29.75,
|
|
200
|
+
"bodyLineHeightLG": 28.05
|
|
201
|
+
},
|
|
202
|
+
"Footnote": {
|
|
203
|
+
"footnote1LineHeightXS": 17.03,
|
|
204
|
+
"footnote1LineHeightSM": 17.03,
|
|
205
|
+
"footnote1LineHeightMD": 17.03,
|
|
206
|
+
"footnote1LineHeightLG": 19,
|
|
207
|
+
"footnote2LineHeightXS": 13,
|
|
208
|
+
"footnote2LineHeightSM": 13,
|
|
209
|
+
"footnote2LineHeightMD": 13,
|
|
210
|
+
"footnote2LineHeightLG": 17.03
|
|
211
|
+
},
|
|
212
|
+
"Label": {
|
|
213
|
+
"label1LineHeight": 20.4,
|
|
214
|
+
"label1RespLineHeightXS": 12,
|
|
215
|
+
"label1RespLineHeightSM": 12,
|
|
216
|
+
"label1RespLineHeightMD": 18,
|
|
217
|
+
"label1RespLineHeightLG": 20.4,
|
|
218
|
+
"label2LineHeight": 19.2,
|
|
219
|
+
"label3LineHeight": 14.4,
|
|
220
|
+
"label4LineHeight": 10
|
|
221
|
+
},
|
|
222
|
+
"Quote": {
|
|
223
|
+
"quoteLineHeightXS": 20.8,
|
|
224
|
+
"quoteLineHeightSM": 20.8,
|
|
225
|
+
"quoteLineHeightMD": 23.4,
|
|
226
|
+
"quoteLineHeightLG": 26
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"FontWeight": {
|
|
230
|
+
"Display": {
|
|
231
|
+
"displayFontWeight": 800
|
|
232
|
+
},
|
|
233
|
+
"Headline": {
|
|
234
|
+
"headline1FontWeight": 700,
|
|
235
|
+
"headline1FontWeightSt": "Bold Italic",
|
|
236
|
+
"headline2FontWeight": 700,
|
|
237
|
+
"headline2FontWeightSt": "Bold Italic",
|
|
238
|
+
"headline3FontWeight": 700,
|
|
239
|
+
"headline3FontWeightSt": "Bold Italic",
|
|
240
|
+
"headline4FontWeight": 700,
|
|
241
|
+
"headline4FontWeightSt": "Bold Italic"
|
|
242
|
+
},
|
|
243
|
+
"Subheadline": {
|
|
244
|
+
"subheadlineFontWeight": 700
|
|
245
|
+
},
|
|
246
|
+
"Kicker": {
|
|
247
|
+
"kickerFontWeight": 700,
|
|
248
|
+
"kickerFontWeightST": "Black Italic"
|
|
249
|
+
},
|
|
250
|
+
"Title": {
|
|
251
|
+
"titleFontWeight": 800
|
|
252
|
+
},
|
|
253
|
+
"Callout": {
|
|
254
|
+
"calloutFontWeight": 800
|
|
255
|
+
},
|
|
256
|
+
"Body": {
|
|
257
|
+
"bodyFontWeightBook": 400,
|
|
258
|
+
"bodyFontWeightBold": 700
|
|
259
|
+
},
|
|
260
|
+
"Footnote": {
|
|
261
|
+
"footnoteFontWeightBook": 400,
|
|
262
|
+
"footnoteFontWeightBold": 700
|
|
263
|
+
},
|
|
264
|
+
"Label": {
|
|
265
|
+
"labelFontWeightBook": 400,
|
|
266
|
+
"labelFontWeightBold": 700
|
|
267
|
+
},
|
|
268
|
+
"Quote": {
|
|
269
|
+
"quoteFontWeight": 800
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"Visibilty": {
|
|
274
|
+
"hideOnBILD": true,
|
|
275
|
+
"hideOnSportBILD": false,
|
|
276
|
+
"hideOnAdvertorial": true,
|
|
277
|
+
"onlyBILD": false,
|
|
278
|
+
"onlySportBILD": true,
|
|
279
|
+
"onlyAdvertorial": false
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"Component": {
|
|
283
|
+
"buttonLabelFontWeightSt": "Bold Italic",
|
|
284
|
+
"Accordion": {
|
|
285
|
+
"accordionLabelFontFamily": "Inter"
|
|
286
|
+
},
|
|
287
|
+
"Article": {
|
|
288
|
+
"FontSize": {
|
|
289
|
+
"articleImageCaptionFontSizeXS": 13,
|
|
290
|
+
"articleImageCaptionFontSizeSM": 13,
|
|
291
|
+
"articleImageCaptionFontSizeMD": 13,
|
|
292
|
+
"articleImageCaptionFontSizeLG": 15,
|
|
293
|
+
"articleImageSourceFontSizeXS": 13,
|
|
294
|
+
"articleImageSourceFontSizeSM": 13,
|
|
295
|
+
"articleImageSourceFontSizeMD": 13,
|
|
296
|
+
"articleImageSourceFontSizeLG": 15
|
|
297
|
+
},
|
|
298
|
+
"LineHeight": {
|
|
299
|
+
"articleImageCaptionLineHeightXS": 16.9,
|
|
300
|
+
"articleImageCaptionLineHeightSM": 16.9,
|
|
301
|
+
"articleImageCaptionLineHeightMD": 16.9,
|
|
302
|
+
"articleImageCaptionLineHeightLG": 19.5,
|
|
303
|
+
"articleImageSourceLineHeightXS": 17,
|
|
304
|
+
"articleImageSourceLineHeightSM": 17,
|
|
305
|
+
"articleImageSourceLineHeightMD": 17,
|
|
306
|
+
"articleImageSourceLineHeightLG": 19
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"Avatar": {
|
|
310
|
+
"avatarFontFamily": "Inter",
|
|
311
|
+
"avatarFontSizeSM": 13,
|
|
312
|
+
"avatarFontSizeLG": 15
|
|
313
|
+
},
|
|
314
|
+
"Breadcrumb": {
|
|
315
|
+
"FontFamily": {
|
|
316
|
+
"breadcrumbFontFamily": "Inter"
|
|
317
|
+
},
|
|
318
|
+
"FontWeight": {
|
|
319
|
+
"breadcrumbFontWeight": 400
|
|
320
|
+
},
|
|
321
|
+
"FontSize": {
|
|
322
|
+
"breadcrumbFontSizeXS": 14,
|
|
323
|
+
"breadcrumbFontSizeSM": 14,
|
|
324
|
+
"breadcrumbFontSizeMD": 14,
|
|
325
|
+
"breadcrumbFontSizeLG": 11
|
|
326
|
+
},
|
|
327
|
+
"LineHeight": {
|
|
328
|
+
"breadcrumbLineHeightXS": 14,
|
|
329
|
+
"breadcrumbLineHeightSM": 14,
|
|
330
|
+
"breadcrumbLineHeightMD": 14,
|
|
331
|
+
"breadcrumbLineHeightLG": 11
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"BreakingNews": {
|
|
335
|
+
"breakingNewsContentFontSize": 26
|
|
336
|
+
},
|
|
337
|
+
"Footer": {
|
|
338
|
+
"FooterLinkFontFamily": "Inter"
|
|
339
|
+
},
|
|
340
|
+
"Inputfield": {
|
|
341
|
+
"inputFieldLabelFontFamily": "Inter"
|
|
342
|
+
},
|
|
343
|
+
"MediaPlayer": {
|
|
344
|
+
"videoTimeBadgeFontFamily": "Inter"
|
|
345
|
+
},
|
|
346
|
+
"Menu": {
|
|
347
|
+
"menuItemFontSize": 18,
|
|
348
|
+
"menuItemFontWeight": "Black Italic",
|
|
349
|
+
"appTopBarTitleFontSizeXS": 12,
|
|
350
|
+
"appTopBarTitleFontSizeSM": 12,
|
|
351
|
+
"appTopBarTitleFontSizeMD": 13,
|
|
352
|
+
"appTopBarTitleFontSizeLG": 13,
|
|
353
|
+
"appTopBarTitleLineHeightXS": 14,
|
|
354
|
+
"appTopBarTitleLineHeightSM": 14,
|
|
355
|
+
"appTopBarTitleLineHeightMD": 17,
|
|
356
|
+
"appTopBarTitleLineHeightLG": 17
|
|
357
|
+
},
|
|
358
|
+
"Teaser": {
|
|
359
|
+
"teaserTitleInlineSpaceXS": 12,
|
|
360
|
+
"teaserTitleInlineSpaceSM": 12,
|
|
361
|
+
"teaserTitleInlineSpaceMD": 16,
|
|
362
|
+
"teaserTitleInlineSpaceLG": 16,
|
|
363
|
+
"Quad": {
|
|
364
|
+
"qTeaserTitleInlineSpaceXS": 12,
|
|
365
|
+
"qTeaserTitleInlineSpaceSM": 12,
|
|
366
|
+
"qTeaserTitleInlineSpaceMD": 24,
|
|
367
|
+
"qTeaserTitleInlineSpaceLG": 24
|
|
368
|
+
},
|
|
369
|
+
"miniQ": {
|
|
370
|
+
"miniQTeaserTitleInlineSpaceXS": 12,
|
|
371
|
+
"miniQTeaserTitleInlineSpaceSM": 12,
|
|
372
|
+
"miniQTeaserTitleInlineSpaceMD": 12,
|
|
373
|
+
"miniQTeaserTitleInlineSpaceLG": 12
|
|
374
|
+
},
|
|
375
|
+
"aTeaser": {
|
|
376
|
+
"aTeaserTitleInlineSpaceXS": 12,
|
|
377
|
+
"aTeaserTitleInlineSpaceSM": 12,
|
|
378
|
+
"aTeaserTitleInlineSpaceMD": 16,
|
|
379
|
+
"aTeaserTitleInlineSpaceLG": 16
|
|
380
|
+
},
|
|
381
|
+
"superA": {
|
|
382
|
+
"superAteaserTitleInlineSpace": 24
|
|
383
|
+
},
|
|
384
|
+
"2xaTeaser": {
|
|
385
|
+
"2xaTeaserTitleInlineSpace": 16
|
|
386
|
+
},
|
|
387
|
+
"bTeaser": {
|
|
388
|
+
"bTeaserTitleInlineSpace": 16
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"brandName": "SportBILD"
|
|
393
|
+
}
|