@marioschmidt/design-system-tokens 1.0.20 → 1.0.21

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.
Files changed (226) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  2. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  3. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +31 -6
  16. package/dist/css/brands/bild/density/density-default.css +31 -6
  17. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  33. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  34. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +160 -48
  50. package/dist/css/shared/fontprimitive.css +99 -33
  51. package/dist/css/shared/sizeprimitive.css +8 -1
  52. package/dist/css/shared/spaceprimitive.css +8 -1
  53. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  54. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  55. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  56. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  57. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  58. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  61. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  62. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  63. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  64. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  65. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  66. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  67. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  71. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  72. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  73. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  74. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  75. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  76. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  77. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  78. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  82. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  83. package/dist/flutter/shared/colorprimitive.dart +20 -1
  84. package/dist/flutter/shared/fontprimitive.dart +20 -3
  85. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  86. package/dist/flutter/shared/spaceprimitive.dart +5 -0
  87. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  88. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  89. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  90. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  91. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  92. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  95. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  96. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  97. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  98. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  99. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  100. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  101. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  105. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  106. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  107. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  108. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  109. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  110. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  111. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  112. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  116. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  117. package/dist/ios/shared/Colorprimitive.swift +20 -1
  118. package/dist/ios/shared/Fontprimitive.swift +20 -3
  119. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  120. package/dist/ios/shared/Spaceprimitive.swift +5 -0
  121. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  122. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  123. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  124. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  125. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  126. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  130. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  131. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  132. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  133. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  135. package/dist/js/brands/bild/density/density-compact.js +16 -1
  136. package/dist/js/brands/bild/density/density-default.js +16 -1
  137. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  138. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  139. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  140. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  141. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  144. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  145. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  146. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  147. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  148. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  149. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  150. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  152. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  153. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  154. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  155. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  156. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  157. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  158. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  162. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  163. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  164. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  165. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  166. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  167. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  169. package/dist/js/shared/colorprimitive.js +125 -45
  170. package/dist/js/shared/fontprimitive.js +76 -34
  171. package/dist/js/shared/sizeprimitive.js +8 -1
  172. package/dist/js/shared/spaceprimitive.js +8 -1
  173. package/dist/manifest.json +1 -1
  174. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  175. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  176. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  177. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  178. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  179. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  180. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  181. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  182. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  183. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  184. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  185. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  186. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  187. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  188. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  189. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  190. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  191. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  192. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  193. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  194. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  195. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  196. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  197. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  198. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  199. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  200. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  201. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  202. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  203. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  204. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  205. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  206. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  207. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  208. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  209. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  210. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  211. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  214. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  215. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  216. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  217. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  218. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  219. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  220. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  221. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  222. package/dist/scss/shared/colorprimitive.scss +129 -48
  223. package/dist/scss/shared/fontprimitive.scss +76 -33
  224. package/dist/scss/shared/sizeprimitive.scss +9 -1
  225. package/dist/scss/shared/spaceprimitive.scss +9 -1
  226. package/package.json +1 -1
@@ -1,92 +1,410 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * brandtokenmapping.js
3
+ * Generiert am: 2025-11-24T20:34:57.302Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
11
+ export const buttonLabelFontWeightSt = "600";
12
+
13
+ // Component - Accordion
14
+ export const accordionLabelFontFamily = "Lucida Grande";
15
+
16
+ // Component - Article - FontSize
17
+ /** --article-figure-caption-font-size-sm */
18
+ export const articleImageCaptionFontSizeXs = "13px";
19
+ /** --article-figure-caption-font-size-md */
20
+ export const articleImageCaptionFontSizeMd = "13px";
21
+ /** --article-figure-caption-font-size-lg */
22
+ export const articleImageCaptionFontSizeLg = "16px";
23
+ /** --article-figure-caption-font-size-sm */
24
+ export const articleImageCaptionFontSizeSm = "13px";
25
+ /** --article-figure-meta-font-size-sm */
26
+ export const articleImageSourceFontSizeXs = "13px";
27
+ /** --article-figure-meta-font-size-sm */
28
+ export const articleImageSourceFontSizeSm = "13px";
29
+ /** --article-figure-meta-font-size-sm */
30
+ export const articleImageSourceFontSizeMd = "13px";
31
+ /** --article-figure-meta-font-size-lg */
32
+ export const articleImageSourceFontSizeLg = "16px";
33
+
34
+ // Component - Article - LineHeight
35
+ /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
36
+ export const articleImageCaptionLineHeightXs = "19.5px";
37
+ /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
38
+ export const articleImageCaptionLineHeightMd = "19.5px";
39
+ /** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
40
+ export const articleImageCaptionLineHeightLg = "24px";
41
+ /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
42
+ export const articleImageCaptionLineHeightSm = "19.5px";
43
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
44
+ export const articleImageSourceLineHeightMd = "19px";
45
+ /** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
46
+ export const articleImageSourceLineHeightLg = "24px";
47
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
48
+ export const articleImageSourceLineHeightXs = "19px";
49
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
50
+ export const articleImageSourceLineHeightSm = "19px";
51
+
52
+ // Component - Avatar
53
+ /** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
54
+ export const avatarFontFamily = "Lucida Grande";
55
+ /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
56
+ export const avatarFontSizeSm = "13px";
57
+ /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
58
+ export const avatarFontSizeLg = "15px";
59
+
60
+ // Component - Breadcrumb - FontFamily
61
+ /** --breadcrumb-font */
62
+ export const breadcrumbFontFamily = "Lucida Grande";
63
+
64
+ // Component - Breadcrumb - FontSize
65
+ /** --breadcrumb-font-size-sm */
66
+ export const breadcrumbFontSizeXs = "15px";
67
+ /** --breadcrumb-font-size-sm */
68
+ export const breadcrumbFontSizeSm = "15px";
69
+ /** --breadcrumb-font-size-sm */
70
+ export const breadcrumbFontSizeMd = "15px";
71
+ /** --breadcrumb-font-size-lg */
72
+ export const breadcrumbFontSizeLg = "12px";
73
+
74
+ // Component - Breadcrumb - FontWeight
75
+ /** --breadcrumb-font-size-sm */
76
+ export const breadcrumbFontWeight = "700";
77
+
78
+ // Component - Breadcrumb - LineHeight
79
+ /** not defined as variable */
80
+ export const breadcrumbLineHeightXs = "15px";
81
+ /** not defined as variable */
82
+ export const breadcrumbLineHeightSm = "15px";
83
+ /** not defined as variable */
84
+ export const breadcrumbLineHeightMd = "15px";
85
+ /** not defined as variable */
86
+ export const breadcrumbLineHeightLg = "12px";
87
+
88
+ // Component - BreakingNews
89
+ export const breakingNewsContentFontSize = "21px";
90
+
91
+ // Component - Footer
92
+ export const footerLinkFontFamily = "Gotham XNarrow";
93
+
94
+ // Component - Inputfield
95
+ export const inputFieldLabelFontFamily = "Lucida Grande";
96
+
97
+ // Component - MediaPlayer
98
+ export const videoTimeBadgeFontFamily = "Lucida Grande";
99
+
100
+ // Component - Menu
101
+ /** --nav-btn-font-size */
102
+ export const menuItemFontSize = "15px";
103
+ /** --caption-1-font-size-md */
104
+ export const appTopBarTitleFontSizeMd = "14px";
105
+ /** --caption-1-font-size-lg */
106
+ export const appTopBarTitleFontSizeLg = "14px";
107
+ /** --caption-1-font-size-sm */
108
+ export const appTopBarTitleFontSizeXs = "12px";
109
+ /** --caption-1-font-size-sm */
110
+ export const appTopBarTitleFontSizeSm = "12px";
111
+ export const appTopBarTitleLineHeightMd = "17px";
112
+ export const appTopBarTitleLineHeightLg = "17px";
113
+ export const appTopBarTitleLineHeightXs = "14px";
114
+ export const appTopBarTitleLineHeightSm = "14px";
115
+ export const menuItemFontWeight = "700";
116
+
117
+ // Component - Teaser
118
+ /** --teaser-title-padding-lg */
119
+ export const teaserTitleInlineSpaceLg = "12px";
120
+ /** --teaser-title-padding-md */
121
+ export const teaserTitleInlineSpaceMd = "12px";
122
+ /** --teaser-title-padding-sm */
123
+ export const teaserTitleInlineSpaceSm = "8px";
124
+ /** --teaser-title-padding-xs */
125
+ export const teaserTitleInlineSpaceXs = "8px";
126
+
127
+ // Component - Teaser - 2xaTeaser
128
+ export const _2xaTeaserTitleInlineSpace = "8px";
129
+
130
+ // Component - Teaser - Quad
131
+ export const qTeaserTitleInlineSpaceLg = "12px";
132
+ export const qTeaserTitleInlineSpaceMd = "16px";
133
+ export const qTeaserTitleInlineSpaceSm = "8px";
134
+ export const qTeaserTitleInlineSpaceXs = "8px";
135
+
136
+ // Component - Teaser - aTeaser
137
+ export const aTeaserTitleInlineSpaceLg = "12px";
138
+ export const aTeaserTitleInlineSpaceMd = "12px";
139
+ export const aTeaserTitleInlineSpaceXs = "8px";
140
+ export const aTeaserTitleInlineSpaceSm = "8px";
141
+
142
+ // Component - Teaser - bTeaser
143
+ export const bTeaserTitleInlineSpace = "8px";
144
+
145
+ // Component - Teaser - miniQ
146
+ export const miniQteaserTitleInlineSpaceMd = "8px";
147
+ export const miniQteaserTitleInlineSpaceLg = "8px";
148
+ export const miniQteaserTitleInlineSpaceSm = "8px";
149
+ export const miniQteaserTitleInlineSpaceXs = "8px";
150
+
151
+ // Component - Teaser - superA
152
+ export const superAteaserTitleInlineSpace = "16px";
153
+
154
+
155
+ // ============================================
156
+ // GLOBAL
157
+ // ============================================
158
+
159
+ // Global - Typography - FontFamily
160
+ /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
161
+ export const kickerFontFamily = "Lucida Grande";
162
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
163
+ export const displayFontFamily = "Lucida Grande";
164
+ /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
165
+ export const headlineFontFamily = "Lucida Grande";
166
+ /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
167
+ export const subheadlineFontFamily = "Lucida Grande";
168
+ /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
169
+ export const bodyFontFamily = "Lucida Grande";
170
+ /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
171
+ export const footnoteFontFamily = "Lucida Grande";
172
+ /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
173
+ export const labelFontFamily = "Lucida Grande";
174
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
175
+ export const quoteFontFamily = "Lucida Grande";
176
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
177
+ export const titleFontFamily = "Lucida Grande";
178
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
179
+ export const calloutFontFamily = "Lucida Grande";
180
+
181
+ // Global - Typography - FontSize - Body
182
+ /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
183
+ export const bodyFontSizeXs = "17px";
184
+ /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
185
+ export const bodyFontSizeSm = "17px";
186
+ /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size */
187
+ export const bodyFontSizeMd = "17px";
188
+ /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size */
189
+ export const bodyFontSizeLg = "17px";
190
+
191
+ // Global - Typography - FontSize - Callout
192
+ /** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
193
+ export const callout1FontSizeXs = "16px";
194
+ /** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
195
+ export const callout1FontSizeSm = "16px";
196
+ /** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css: */
197
+ export const callout1FontSizeMd = "22px";
198
+ /** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css: */
199
+ export const callout1FontSizeLg = "22px";
200
+
201
+ // Global - Typography - FontSize - Display
202
+ /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
5
203
  export const display1FontSizeXs = "39px";
204
+ /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
6
205
  export const display1FontSizeSm = "39px";
206
+ /** Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes. */
7
207
  export const display1FontSizeMd = "70px";
208
+ /** Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes. */
8
209
  export const display1FontSizeLg = "116px";
210
+ /** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
9
211
  export const display2FontSizeXs = "35px";
212
+ /** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
10
213
  export const display2FontSizeSm = "35px";
214
+ /** Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes. */
11
215
  export const display2FontSizeMd = "41px";
216
+ /** Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes. */
12
217
  export const display2FontSizeLg = "62px";
218
+ /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
13
219
  export const display3FontSizeSm = "27px";
220
+ /** Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes. */
14
221
  export const display3FontSizeMd = "31px";
222
+ /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes. */
15
223
  export const display3FontSizeLg = "39px";
224
+ /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
16
225
  export const display3FontSizeXs = "27px";
226
+
227
+ // Global - Typography - FontSize - Footnote
228
+ /** --footnote-font-size-sm */
229
+ export const footnote1FontSizeXs = "13px";
230
+ /** --footnote-font-size-sm */
231
+ export const footnote1FontSizeSm = "13px";
232
+ export const footnote1FontSizeMd = "13px";
233
+ /** --footnote-font-size-lg */
234
+ export const footnote1FontSizeLg = "15px";
235
+ export const footnote2FontSizeXs = "10px";
236
+ export const footnote2FontSizeSm = "10px";
237
+ export const footnote2FontSizeMd = "10px";
238
+ export const footnote2FontSizeLg = "13px";
239
+
240
+ // Global - Typography - FontSize - Headline
241
+ /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
17
242
  export const headline1FontSizeXs = "36px";
243
+ /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
18
244
  export const headline1FontSizeSm = "36px";
245
+ /** Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes. */
19
246
  export const headline1FontSizeMd = "54px";
247
+ /** Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes. */
20
248
  export const headline1FontSizeLg = "70px";
249
+ /** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
21
250
  export const headline2FontSizeXs = "30px";
251
+ /** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
22
252
  export const headline2FontSizeSm = "30px";
253
+ /** Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes. */
23
254
  export const headline2FontSizeMd = "36px";
255
+ /** Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes. */
24
256
  export const headline2FontSizeLg = "48px";
257
+ /** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
25
258
  export const headline3FontSizeXs = "24px";
259
+ /** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
26
260
  export const headline3FontSizeSm = "24px";
261
+ /** Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes. */
27
262
  export const headline3FontSizeMd = "26px";
263
+ /** Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes. */
28
264
  export const headline3FontSizeLg = "32px";
265
+ /** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
29
266
  export const headline4FontSizeXs = "16px";
267
+ /** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
30
268
  export const headline4FontSizeSm = "16px";
269
+ /** Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes. */
31
270
  export const headline4FontSizeMd = "20px";
271
+ /** Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes. */
32
272
  export const headline4FontSizeLg = "22px";
273
+ /** This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg */
33
274
  export const headlineTextAlign = "center";
275
+
276
+ // Global - Typography - FontSize - Kicker
277
+ /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
34
278
  export const kicker1FontSizeXs = "16px";
279
+ /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
35
280
  export const kicker1FontSizeSm = "16px";
281
+ /** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md */
36
282
  export const kicker1FontSizeMd = "18px";
283
+ /** Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg */
37
284
  export const kicker1FontSizeLg = "25px";
285
+ /** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
38
286
  export const kicker2FontSizeXs = "16px";
287
+ /** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
39
288
  export const kicker2FontSizeSm = "16px";
289
+ /** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md */
40
290
  export const kicker2FontSizeMd = "18px";
291
+ /** Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg */
41
292
  export const kicker2FontSizeLg = "21px";
293
+ /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
42
294
  export const kicker3FontSizeXs = "14px";
295
+ /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
43
296
  export const kicker3FontSizeSm = "14px";
297
+ /** Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md */
44
298
  export const kicker3FontSizeMd = "14px";
299
+ /** Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg */
45
300
  export const kicker3FontSizeLg = "16px";
301
+ /** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
46
302
  export const kicker4FontSizeXs = "12px";
303
+ /** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
47
304
  export const kicker4FontSizeSm = "12px";
305
+ /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md */
48
306
  export const kicker4FontSizeMd = "14px";
307
+ /** Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg */
49
308
  export const kicker4FontSizeLg = "14px";
309
+
310
+ // Global - Typography - FontSize - Label
311
+ export const label1FontSize = "17px";
312
+ export const label2FontSize = "15px";
313
+ export const label3FontSize = "12px";
314
+ export const label4FontSize = "8px";
315
+ export const label1RespFontSizeXs = "10px";
316
+ export const label1RespFontSizeSm = "10px";
317
+ export const label1RespFontSizeMd = "15px";
318
+ export const label1RespFontSizeLg = "17px";
319
+
320
+ // Global - Typography - FontSize - Quote
321
+ export const quoteFontSizeXs = "16px";
322
+ export const quoteFontSizeSm = "16px";
323
+ export const quoteFontSizeMd = "16px";
324
+ export const quoteFontSizeLg = "18px";
325
+
326
+ // Global - Typography - FontSize - Subheadline
327
+ /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
50
328
  export const subheadline1FontSizeXs = "18px";
329
+ /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
51
330
  export const subheadline1FontSizeSm = "18px";
331
+ /** Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes. */
52
332
  export const subheadline1FontSizeMd = "18px";
333
+ /** Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes. */
53
334
  export const subheadline1FontSizeLg = "28px";
335
+
336
+ // Global - Typography - FontSize - Title
337
+ /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
54
338
  export const title1FontSizeXs = "22px";
339
+ /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
55
340
  export const title1FontSizeSm = "22px";
341
+ /** Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md */
56
342
  export const title1FontSizeMd = "22px";
343
+ /** Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg */
57
344
  export const title1FontSizeLg = "28px";
345
+ /** Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm */
58
346
  export const title2FontSizeXs = "14px";
347
+ /** Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm */
59
348
  export const title2FontSizeSm = "14px";
349
+ /** Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md */
60
350
  export const title2FontSizeMd = "16px";
351
+ /** Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg */
61
352
  export const title2FontSizeLg = "18px";
62
- export const callout1FontSizeXs = "16px";
63
- export const callout1FontSizeSm = "16px";
64
- export const callout1FontSizeMd = "22px";
65
- export const callout1FontSizeLg = "22px";
66
- export const bodyFontSizeXs = "17px";
67
- export const bodyFontSizeSm = "17px";
68
- export const bodyFontSizeMd = "17px";
69
- export const bodyFontSizeLg = "17px";
70
- export const footnote1FontSizeXs = "13px";
71
- export const footnote1FontSizeSm = "13px";
72
- export const footnote1FontSizeMd = "13px";
73
- export const footnote1FontSizeLg = "15px";
74
- export const footnote2FontSizeXs = "10px";
75
- export const footnote2FontSizeSm = "10px";
76
- export const footnote2FontSizeMd = "10px";
77
- export const footnote2FontSizeLg = "13px";
78
- export const quoteFontSizeXs = "16px";
79
- export const quoteFontSizeSm = "16px";
80
- export const quoteFontSizeMd = "16px";
81
- export const quoteFontSizeLg = "18px";
82
- export const label1FontSize = "17px";
83
- export const label2FontSize = "15px";
84
- export const label3FontSize = "12px";
85
- export const label4FontSize = "8px";
86
- export const label1RespFontSizeXs = "10px";
87
- export const label1RespFontSizeSm = "10px";
88
- export const label1RespFontSizeMd = "15px";
89
- export const label1RespFontSizeLg = "17px";
353
+
354
+ // Global - Typography - FontWeight - Body
355
+ export const bodyFontWeightBook = "400";
356
+ export const bodyFontWeightBold = "700";
357
+
358
+ // Global - Typography - FontWeight - Callout
359
+ export const calloutFontWeight = "800";
360
+
361
+ // Global - Typography - FontWeight - Display
362
+ export const displayFontWeight = "800";
363
+
364
+ // Global - Typography - FontWeight - Footnote
365
+ export const footnoteFontWeightBook = "400";
366
+ export const footnoteFontWeightBold = "700";
367
+
368
+ // Global - Typography - FontWeight - Headline
369
+ export const headline1FontWeightSt = "700";
370
+ export const headline1FontWeight = "700";
371
+ export const headline2FontWeight = "700";
372
+ export const headline3FontWeight = "700";
373
+ export const headline4FontWeight = "600";
374
+ export const headline2FontWeightSt = "700";
375
+ export const headline3FontWeightSt = "700";
376
+ export const headline4FontWeightSt = "600";
377
+
378
+ // Global - Typography - FontWeight - Kicker
379
+ export const kickerFontWeight = "700";
380
+ export const kickerFontWeightSt = "700";
381
+
382
+ // Global - Typography - FontWeight - Label
383
+ export const labelFontWeightBook = "400";
384
+ export const labelFontWeightBold = "700";
385
+
386
+ // Global - Typography - FontWeight - Quote
387
+ export const quoteFontWeight = "800";
388
+
389
+ // Global - Typography - FontWeight - Subheadline
390
+ export const subheadlineFontWeight = "700";
391
+
392
+ // Global - Typography - FontWeight - Title
393
+ export const titleFontWeight = "800";
394
+
395
+ // Global - Typography - LineHeight - Body
396
+ export const bodyLineHeightXs = "29.75px";
397
+ export const bodyLineHeightSm = "29.75px";
398
+ export const bodyLineHeightMd = "29.75px";
399
+ export const bodyLineHeightLg = "29.75px";
400
+
401
+ // Global - Typography - LineHeight - Callout
402
+ export const callout1LineHeightXs = "20.799999237060547px";
403
+ export const callout1LineHeightSm = "20.799999237060547px";
404
+ export const callout1LineHeightMd = "28.600000381469727px";
405
+ export const callout1LineHeightLg = "28.600000381469727px";
406
+
407
+ // Global - Typography - LineHeight - Display
90
408
  export const display1LineHeightXs = "40px";
91
409
  export const display1LineHeightSm = "40px";
92
410
  export const display1LineHeightMd = "72px";
@@ -99,6 +417,18 @@ export const display3LineHeightLg = "40px";
99
417
  export const display3LineHeightMd = "32px";
100
418
  export const display3LineHeightSm = "28px";
101
419
  export const display3LineHeightXs = "28px";
420
+
421
+ // Global - Typography - LineHeight - Footnote
422
+ export const footnote1LineHeightXs = "16.899999618530273px";
423
+ export const footnote1LineHeightSm = "16.899999618530273px";
424
+ export const footnote1LineHeightMd = "16.899999618530273px";
425
+ export const footnote1LineHeightLg = "19.5px";
426
+ export const footnote2LineHeightXs = "13px";
427
+ export const footnote2LineHeightSm = "13px";
428
+ export const footnote2LineHeightMd = "13px";
429
+ export const footnote2LineHeightLg = "16.899999618530273px";
430
+
431
+ // Global - Typography - LineHeight - Headline
102
432
  export const headline1LineHeightXs = "37.79999923706055px";
103
433
  export const headline1LineHeightSm = "37.79999923706055px";
104
434
  export const headline1LineHeightMd = "56.70000076293945px";
@@ -115,10 +445,8 @@ export const headline4LineHeightXs = "18.399999618530273px";
115
445
  export const headline4LineHeightSm = "18.399999618530273px";
116
446
  export const headline4LineHeightMd = "19.799999237060547px";
117
447
  export const headline4LineHeightLg = "27.5px";
118
- export const subheadline1LineHeightXs = "23.399999618530273px";
119
- export const subheadline1LineHeightSm = "23.399999618530273px";
120
- export const subheadline1LineHeightMd = "23.399999618530273px";
121
- export const subheadline1LineHeightLg = "36.400001525878906px";
448
+
449
+ // Global - Typography - LineHeight - Kicker
122
450
  export const kicker1LineHeightXs = "17.600000381469727px";
123
451
  export const kicker1LineHeightSm = "17.600000381469727px";
124
452
  export const kicker1LineHeightMd = "19.799999237060547px";
@@ -135,141 +463,59 @@ export const kicker4LineHeightXs = "13.199999809265137px";
135
463
  export const kicker4LineHeightSm = "13.199999809265137px";
136
464
  export const kicker4LineHeightMd = "15.399999618530273px";
137
465
  export const kicker4LineHeightLg = "15.399999618530273px";
138
- export const title1LineHeightXs = "26.399999618530273px";
139
- export const title1LineHeightSm = "26.399999618530273px";
140
- export const title1LineHeightMd = "26.399999618530273px";
141
- export const title1LineHeightLg = "33.599998474121094px";
142
- export const title2LineHeightXs = "16.799999237060547px";
143
- export const title2LineHeightSm = "16.799999237060547px";
144
- export const title2LineHeightMd = "19.200000762939453px";
145
- export const title2LineHeightLg = "23.399999618530273px";
146
- export const callout1LineHeightXs = "20.799999237060547px";
147
- export const callout1LineHeightSm = "20.799999237060547px";
148
- export const callout1LineHeightMd = "28.600000381469727px";
149
- export const callout1LineHeightLg = "28.600000381469727px";
150
- export const bodyLineHeightXs = "29.75px";
151
- export const bodyLineHeightSm = "29.75px";
152
- export const bodyLineHeightMd = "29.75px";
153
- export const bodyLineHeightLg = "29.75px";
154
- export const footnote1LineHeightXs = "16.899999618530273px";
155
- export const footnote1LineHeightSm = "16.899999618530273px";
156
- export const footnote1LineHeightMd = "16.899999618530273px";
157
- export const footnote1LineHeightLg = "19.5px";
158
- export const footnote2LineHeightXs = "13px";
159
- export const footnote2LineHeightSm = "13px";
160
- export const footnote2LineHeightMd = "13px";
161
- export const footnote2LineHeightLg = "16.899999618530273px";
466
+
467
+ // Global - Typography - LineHeight - Label
468
+ /** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
162
469
  export const label1LineHeight = "20.399999618530273px";
470
+ /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
163
471
  export const label1RespLineHeightXs = "10px";
472
+ /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
164
473
  export const label1RespLineHeightSm = "10px";
474
+ /** Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter. */
165
475
  export const label1RespLineHeightMd = "15px";
476
+ /** Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter. */
166
477
  export const label1RespLineHeightLg = "17px";
478
+ /** Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter. */
167
479
  export const label2LineHeight = "16px";
480
+ /** Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter. */
168
481
  export const label3LineHeight = "14.399999618530273px";
482
+ /** Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter. */
169
483
  export const label4LineHeight = "10px";
484
+
485
+ // Global - Typography - LineHeight - Quote
170
486
  export const quoteLineHeightXs = "20.799999237060547px";
171
487
  export const quoteLineHeightSm = "20.799999237060547px";
172
488
  export const quoteLineHeightMd = "20.799999237060547px";
173
489
  export const quoteLineHeightLg = "23.399999618530273px";
174
- export const bodyFontWeightBook = 400;
175
- export const bodyFontWeightBold = 700;
176
- export const footnoteFontWeightBook = 400;
177
- export const footnoteFontWeightBold = 700;
178
- export const labelFontWeightBook = 400;
179
- export const labelFontWeightBold = 700;
180
- export const quoteFontWeight = 800;
181
- export const displayFontWeight = 800;
182
- export const headline1FontWeightSt = "700";
183
- export const headline1FontWeight = 700;
184
- export const headline2FontWeight = 700;
185
- export const headline3FontWeight = 700;
186
- export const headline4FontWeight = 600;
187
- export const headline2FontWeightSt = "700";
188
- export const headline3FontWeightSt = "700";
189
- export const headline4FontWeightSt = "600";
190
- export const subheadlineFontWeight = 700;
191
- export const kickerFontWeight = 700;
192
- export const kickerFontWeightSt = "700";
193
- export const calloutFontWeight = 800;
194
- export const titleFontWeight = 800;
195
- export const kickerFontFamily = "Lucida Grande";
196
- export const displayFontFamily = "Lucida Grande";
197
- export const headlineFontFamily = "Lucida Grande";
198
- export const subheadlineFontFamily = "Lucida Grande";
199
- export const bodyFontFamily = "Lucida Grande";
200
- export const footnoteFontFamily = "Lucida Grande";
201
- export const labelFontFamily = "Lucida Grande";
202
- export const quoteFontFamily = "Lucida Grande";
203
- export const titleFontFamily = "Lucida Grande";
204
- export const calloutFontFamily = "Lucida Grande";
205
- export const hideOnBild = true;
206
- export const hideOnSportBild = true;
207
- export const onlyAdvertorial = true;
208
- export const hideOnAdvertorial = false;
209
- export const onlyBild = false;
210
- export const onlySportBild = false;
211
- export const articleImageCaptionFontSizeXs = "13px";
212
- export const articleImageCaptionFontSizeMd = "13px";
213
- export const articleImageCaptionFontSizeLg = "16px";
214
- export const articleImageCaptionFontSizeSm = "13px";
215
- export const articleImageSourceFontSizeXs = "13px";
216
- export const articleImageSourceFontSizeSm = "13px";
217
- export const articleImageSourceFontSizeMd = "13px";
218
- export const articleImageSourceFontSizeLg = "16px";
219
- export const articleImageCaptionLineHeightXs = "19.5px";
220
- export const articleImageCaptionLineHeightMd = "19.5px";
221
- export const articleImageCaptionLineHeightLg = "24px";
222
- export const articleImageCaptionLineHeightSm = "19.5px";
223
- export const articleImageSourceLineHeightMd = "19px";
224
- export const articleImageSourceLineHeightLg = "24px";
225
- export const articleImageSourceLineHeightXs = "19px";
226
- export const articleImageSourceLineHeightSm = "19px";
227
- export const breadcrumbFontSizeXs = "15px";
228
- export const breadcrumbFontSizeSm = "15px";
229
- export const breadcrumbFontSizeMd = "15px";
230
- export const breadcrumbFontSizeLg = "12px";
231
- export const breadcrumbLineHeightXs = "15px";
232
- export const breadcrumbLineHeightSm = "15px";
233
- export const breadcrumbLineHeightMd = "15px";
234
- export const breadcrumbLineHeightLg = "12px";
235
- export const breadcrumbFontFamily = "Lucida Grande";
236
- export const breadcrumbFontWeight = 700;
237
- export const menuItemFontSize = "15px";
238
- export const appTopBarTitleFontSizeMd = "14px";
239
- export const appTopBarTitleFontSizeLg = "14px";
240
- export const appTopBarTitleFontSizeXs = "12px";
241
- export const appTopBarTitleFontSizeSm = "12px";
242
- export const appTopBarTitleLineHeightMd = "17px";
243
- export const appTopBarTitleLineHeightLg = "17px";
244
- export const appTopBarTitleLineHeightXs = "14px";
245
- export const appTopBarTitleLineHeightSm = "14px";
246
- export const menuItemFontWeight = "700";
247
- export const teaserTitleInlineSpaceLg = "12px";
248
- export const teaserTitleInlineSpaceMd = "12px";
249
- export const teaserTitleInlineSpaceSm = "8px";
250
- export const teaserTitleInlineSpaceXs = "8px";
251
- export const qTeaserTitleInlineSpaceLg = "12px";
252
- export const qTeaserTitleInlineSpaceMd = "16px";
253
- export const qTeaserTitleInlineSpaceSm = "8px";
254
- export const qTeaserTitleInlineSpaceXs = "8px";
255
- export const aTeaserTitleInlineSpaceLg = "12px";
256
- export const aTeaserTitleInlineSpaceMd = "12px";
257
- export const aTeaserTitleInlineSpaceXs = "8px";
258
- export const aTeaserTitleInlineSpaceSm = "8px";
259
- export const bTeaserTitleInlineSpace = "8px";
260
- export const _2xaTeaserTitleInlineSpace = "8px";
261
- export const miniQteaserTitleInlineSpaceMd = "8px";
262
- export const miniQteaserTitleInlineSpaceLg = "8px";
263
- export const miniQteaserTitleInlineSpaceSm = "8px";
264
- export const miniQteaserTitleInlineSpaceXs = "8px";
265
- export const superAteaserTitleInlineSpace = "16px";
266
- export const avatarFontFamily = "Lucida Grande";
267
- export const avatarFontSizeSm = "13px";
268
- export const avatarFontSizeLg = "15px";
269
- export const breakingNewsContentFontSize = "21px";
270
- export const accordionLabelFontFamily = "Lucida Grande";
271
- export const footerLinkFontFamily = "Gotham XNarrow";
272
- export const videoTimeBadgeFontFamily = "Lucida Grande";
273
- export const inputFieldLabelFontFamily = "Lucida Grande";
274
- export const buttonLabelFontWeightSt = "600";
490
+
491
+ // Global - Typography - LineHeight - Subheadline
492
+ export const subheadline1LineHeightXs = "23.399999618530273px";
493
+ export const subheadline1LineHeightSm = "23.399999618530273px";
494
+ export const subheadline1LineHeightMd = "23.399999618530273px";
495
+ export const subheadline1LineHeightLg = "36.400001525878906px";
496
+
497
+ // Global - Typography - LineHeight - Title
498
+ export const title1LineHeightXs = "26.399999618530273px";
499
+ export const title1LineHeightSm = "26.399999618530273px";
500
+ export const title1LineHeightMd = "26.399999618530273px";
501
+ export const title1LineHeightLg = "33.599998474121094px";
502
+ export const title2LineHeightXs = "16.799999237060547px";
503
+ export const title2LineHeightSm = "16.799999237060547px";
504
+ export const title2LineHeightMd = "19.200000762939453px";
505
+ export const title2LineHeightLg = "23.399999618530273px";
506
+
507
+ // Global - Visibilty
508
+ export const hideOnBild = "true";
509
+ export const hideOnSportBild = "true";
510
+ export const onlyAdvertorial = "true";
511
+ export const hideOnAdvertorial = "false";
512
+ export const onlyBild = "false";
513
+ export const onlySportBild = "false";
514
+
515
+
516
+ // ============================================
517
+ // OTHER
518
+ // ============================================
519
+
275
520
  export const brandName = "Advertorial";
521
+