@marioschmidt/design-system-tokens 1.0.23 → 1.0.25

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 (246) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +430 -430
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +431 -431
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +436 -436
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +434 -434
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +442 -442
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +442 -442
  7. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  8. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  9. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  10. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
  11. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  12. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  13. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  14. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  15. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +23 -23
  16. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +23 -23
  17. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +626 -626
  18. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +627 -627
  19. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +624 -624
  20. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +624 -624
  21. package/dist/css/brands/bild/density/density-compact.css +1 -1
  22. package/dist/css/brands/bild/density/density-default.css +1 -1
  23. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  24. package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
  25. package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
  26. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  27. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  28. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  29. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  30. package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
  31. package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
  32. package/dist/css/brands/bild/semantic/effects/effects-dark.css +23 -23
  33. package/dist/css/brands/bild/semantic/effects/effects-light.css +23 -23
  34. package/dist/css/brands/bild/semantic/typography/typography-lg.css +637 -637
  35. package/dist/css/brands/bild/semantic/typography/typography-md.css +632 -632
  36. package/dist/css/brands/bild/semantic/typography/typography-sm.css +632 -632
  37. package/dist/css/brands/bild/semantic/typography/typography-xs.css +633 -633
  38. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  39. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  40. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  41. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
  42. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
  43. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  44. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  45. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  46. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  47. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
  48. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
  49. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +23 -23
  50. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +23 -23
  51. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +632 -632
  52. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +631 -631
  53. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +631 -631
  54. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +631 -631
  55. package/dist/css/shared/colorprimitive.css +97 -97
  56. package/dist/css/shared/fontprimitive.css +22 -22
  57. package/dist/css/shared/sizeprimitive.css +1 -1
  58. package/dist/css/shared/spaceprimitive.css +1 -1
  59. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  61. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  62. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  63. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  64. package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +186 -15
  65. package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
  66. package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
  67. package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
  68. package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
  69. package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
  70. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
  71. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
  72. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  73. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  74. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  75. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  76. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
  77. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
  78. package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +186 -15
  79. package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
  80. package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
  81. package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
  82. package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
  83. package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
  84. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
  85. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
  86. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  87. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  88. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  89. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  90. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
  91. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
  92. package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
  93. package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
  94. package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
  95. package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
  96. package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
  97. package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
  98. package/dist/flutter/shared/colorprimitive.dart +82 -82
  99. package/dist/flutter/shared/fontprimitive.dart +21 -21
  100. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
  101. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  102. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  103. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  104. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  105. package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +48 -16
  106. package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
  107. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +200 -200
  108. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +200 -200
  109. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
  110. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
  111. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  112. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  113. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  114. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  115. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
  116. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
  117. package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +48 -16
  118. package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
  119. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +200 -200
  120. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +200 -200
  121. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
  122. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
  123. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  124. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  125. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  126. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  127. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
  128. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
  129. package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +48 -16
  130. package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
  131. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +200 -200
  132. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +200 -200
  133. package/dist/ios/shared/Colorprimitive.swift +82 -82
  134. package/dist/ios/shared/Fontprimitive.swift +21 -21
  135. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  136. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  137. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  138. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
  139. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  140. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  141. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  142. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  143. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +181 -21
  144. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +181 -21
  145. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +892 -254
  146. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +892 -254
  147. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +892 -254
  148. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +892 -254
  149. package/dist/js/brands/bild/density/density-compact.js +1 -1
  150. package/dist/js/brands/bild/density/density-default.js +1 -1
  151. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  152. package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
  153. package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
  154. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  155. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  156. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  157. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  158. package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
  159. package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
  160. package/dist/js/brands/bild/semantic/effects/effects-dark.js +181 -21
  161. package/dist/js/brands/bild/semantic/effects/effects-light.js +181 -21
  162. package/dist/js/brands/bild/semantic/typography/typography-lg.js +892 -254
  163. package/dist/js/brands/bild/semantic/typography/typography-md.js +892 -254
  164. package/dist/js/brands/bild/semantic/typography/typography-sm.js +892 -254
  165. package/dist/js/brands/bild/semantic/typography/typography-xs.js +892 -254
  166. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  167. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  168. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  169. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
  170. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
  171. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  172. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  173. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  174. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  175. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
  176. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
  177. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +181 -21
  178. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +181 -21
  179. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +892 -254
  180. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +892 -254
  181. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +892 -254
  182. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +892 -254
  183. package/dist/js/shared/colorprimitive.js +83 -83
  184. package/dist/js/shared/fontprimitive.js +22 -22
  185. package/dist/js/shared/sizeprimitive.js +1 -1
  186. package/dist/js/shared/spaceprimitive.js +1 -1
  187. package/dist/manifest.json +1 -1
  188. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  189. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  190. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  191. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
  192. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  193. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  194. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  195. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  196. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  197. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  198. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  199. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
  200. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
  201. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  202. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  203. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  204. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  205. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
  206. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
  207. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  208. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  209. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  210. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
  211. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  214. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  215. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  216. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
  217. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
  218. package/dist/scss/shared/colorprimitive.scss +83 -83
  219. package/dist/scss/shared/fontprimitive.scss +22 -22
  220. package/dist/scss/shared/sizeprimitive.scss +1 -1
  221. package/dist/scss/shared/spaceprimitive.scss +1 -1
  222. package/package.json +1 -1
  223. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
  224. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
  225. package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
  226. package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
  227. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
  228. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
  229. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
  230. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
  231. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
  232. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
  233. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
  234. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
  235. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
  236. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
  237. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
  238. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
  239. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
  240. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
  241. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
  242. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
  243. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
  244. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
  245. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
  246. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
@@ -12,200 +12,10 @@ import 'dart:ui';
12
12
  class Brandtokenmapping {
13
13
  Brandtokenmapping._();
14
14
 
15
- // ============================================
16
- // COMPONENT
17
- // ============================================
18
-
19
- static const buttonLabelFontWeightSt = "600";
20
-
21
- // Component - Accordion
22
- static const accordionLabelFontFamily = "Gotham XNarrow";
23
-
24
- // Component - Article - FontSize
25
- /** --article-figure-caption-font-size-sm */
26
- static const articleImageCaptionFontSizeXs = "16px";
27
- /** --article-figure-caption-font-size-md */
28
- static const articleImageCaptionFontSizeMd = "18px";
29
- /** --article-figure-caption-font-size-lg */
30
- static const articleImageCaptionFontSizeLg = "18px";
31
- /** --article-figure-caption-font-size-sm */
32
- static const articleImageCaptionFontSizeSm = "16px";
33
- /** --article-figure-meta-font-size-sm */
34
- static const articleImageSourceFontSizeXs = "16px";
35
- /** --article-figure-meta-font-size-sm */
36
- static const articleImageSourceFontSizeSm = "16px";
37
- /** --article-figure-meta-font-size-sm */
38
- static const articleImageSourceFontSizeMd = "16px";
39
- /** --article-figure-meta-font-size-lg */
40
- static const articleImageSourceFontSizeLg = "18px";
41
-
42
- // Component - Article - LineHeight
43
- /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
44
- static const articleImageCaptionLineHeightXs = "19.5px";
45
- /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
46
- static const articleImageCaptionLineHeightMd = "24.75px";
47
- /** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
48
- static const articleImageCaptionLineHeightLg = "24.75px";
49
- /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
50
- static const articleImageCaptionLineHeightSm = "19.5px";
51
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
52
- static const articleImageSourceLineHeightMd = "21px";
53
- /** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
54
- static const articleImageSourceLineHeightLg = "23px";
55
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
56
- static const articleImageSourceLineHeightXs = "21px";
57
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
58
- static const articleImageSourceLineHeightSm = "21px";
59
-
60
- // Component - Avatar
61
- /** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
62
- static const avatarFontFamily = "Gotham XNarrow";
63
- /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
64
- static const avatarFontSizeSm = "16px";
65
- /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
66
- static const avatarFontSizeLg = "18px";
67
-
68
- // Component - Breadcrumb - FontFamily
69
- /** --breadcrumb-font */
70
- static const breadcrumbFontFamily = "Gotham XNarrow";
71
-
72
- // Component - Breadcrumb - FontSize
73
- /** --breadcrumb-font-size-sm */
74
- static const breadcrumbFontSizeXs = "15px";
75
- /** --breadcrumb-font-size-sm */
76
- static const breadcrumbFontSizeSm = "15px";
77
- /** --breadcrumb-font-size-sm */
78
- static const breadcrumbFontSizeMd = "15px";
79
- /** --breadcrumb-font-size-lg */
80
- static const breadcrumbFontSizeLg = "12px";
81
-
82
- // Component - Breadcrumb - FontWeight
83
- /** --breadcrumb-font-size-sm */
84
- static const breadcrumbFontWeight = 700;
85
-
86
- // Component - Breadcrumb - LineHeight
87
- /** not defined as variable */
88
- static const breadcrumbLineHeightXs = "15px";
89
- /** not defined as variable */
90
- static const breadcrumbLineHeightSm = "15px";
91
- /** not defined as variable */
92
- static const breadcrumbLineHeightMd = "15px";
93
- /** not defined as variable */
94
- static const breadcrumbLineHeightLg = "12px";
95
-
96
- // Component - BreakingNews
97
- static const breakingNewsContentFontSize = "21px";
98
-
99
- // Component - Footer
100
- static const footerLinkFontFamily = "Gotham XNarrow";
101
-
102
- // Component - Inputfield
103
- static const inputFieldLabelFontFamily = "Gotham XNarrow";
104
-
105
- // Component - MediaPlayer
106
- static const videoTimeBadgeFontFamily = "Gotham XNarrow";
107
-
108
- // Component - Menu
109
- /** --nav-btn-font-size */
110
- static const menuItemFontSize = "15px";
111
- /** --caption-1-font-size-md */
112
- static const appTopBarTitleFontSizeMd = "14px";
113
- /** --caption-1-font-size-lg */
114
- static const appTopBarTitleFontSizeLg = "14px";
115
- /** --caption-1-font-size-sm */
116
- static const appTopBarTitleFontSizeXs = "12px";
117
- /** --caption-1-font-size-sm */
118
- static const appTopBarTitleFontSizeSm = "12px";
119
- static const appTopBarTitleLineHeightMd = "17px";
120
- static const appTopBarTitleLineHeightLg = "17px";
121
- static const appTopBarTitleLineHeightXs = "14px";
122
- static const appTopBarTitleLineHeightSm = "14px";
123
- static const menuItemFontWeight = "700";
124
-
125
- // Component - Teaser
126
- /** --teaser-title-padding-lg */
127
- static const teaserTitleInlineSpaceLg = "12px";
128
- /** --teaser-title-padding-md */
129
- static const teaserTitleInlineSpaceMd = "12px";
130
- /** --teaser-title-padding-sm */
131
- static const teaserTitleInlineSpaceSm = "8px";
132
- /** --teaser-title-padding-xs */
133
- static const teaserTitleInlineSpaceXs = "8px";
134
-
135
- // Component - Teaser - 2xaTeaser
136
- static const _2xaTeaserTitleInlineSpace = "8px";
137
-
138
- // Component - Teaser - Quad
139
- static const qTeaserTitleInlineSpaceLg = "12px";
140
- static const qTeaserTitleInlineSpaceMd = "16px";
141
- static const qTeaserTitleInlineSpaceSm = "8px";
142
- static const qTeaserTitleInlineSpaceXs = "8px";
143
-
144
- // Component - Teaser - aTeaser
145
- static const aTeaserTitleInlineSpaceLg = "12px";
146
- static const aTeaserTitleInlineSpaceMd = "12px";
147
- static const aTeaserTitleInlineSpaceXs = "8px";
148
- static const aTeaserTitleInlineSpaceSm = "8px";
149
-
150
- // Component - Teaser - bTeaser
151
- static const bTeaserTitleInlineSpace = "8px";
152
-
153
- // Component - Teaser - miniQ
154
- static const miniQteaserTitleInlineSpaceMd = "8px";
155
- static const miniQteaserTitleInlineSpaceLg = "8px";
156
- static const miniQteaserTitleInlineSpaceSm = "8px";
157
- static const miniQteaserTitleInlineSpaceXs = "8px";
158
-
159
- // Component - Teaser - superA
160
- static const superAteaserTitleInlineSpace = "16px";
161
-
162
-
163
15
  // ============================================
164
16
  // GLOBAL
165
17
  // ============================================
166
18
 
167
- // Global - Typography - FontFamily
168
- /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
169
- static const kickerFontFamily = "Gotham XNarrow";
170
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
171
- static const displayFontFamily = "Gotham";
172
- /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
173
- static const headlineFontFamily = "Gotham Condensed";
174
- /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
175
- static const subheadlineFontFamily = "Gotham Condensed";
176
- /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
177
- static const bodyFontFamily = "Gotham XNarrow";
178
- /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
179
- static const footnoteFontFamily = "Gotham XNarrow";
180
- /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
181
- static const labelFontFamily = "Gotham XNarrow";
182
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
183
- static const quoteFontFamily = "Gotham";
184
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
185
- static const titleFontFamily = "Gotham";
186
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
187
- static const calloutFontFamily = "Gotham";
188
-
189
- // Global - Typography - FontSize - Body
190
- /** 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 */
191
- static const bodyFontSizeXs = "21px";
192
- /** 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 */
193
- static const bodyFontSizeSm = "21px";
194
- /** 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 */
195
- static const bodyFontSizeMd = "21px";
196
- /** 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 */
197
- static const bodyFontSizeLg = "21px";
198
-
199
- // Global - Typography - FontSize - Callout
200
- /** 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: */
201
- static const callout1FontSizeXs = "18px";
202
- /** 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: */
203
- static const callout1FontSizeSm = "18px";
204
- /** 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: */
205
- static const callout1FontSizeMd = "22px";
206
- /** 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: */
207
- static const callout1FontSizeLg = "22px";
208
-
209
19
  // Global - Typography - FontSize - Display
210
20
  /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
211
21
  static const display1FontSizeXs = "40px";
@@ -232,19 +42,6 @@ class Brandtokenmapping {
232
42
  /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
233
43
  static const display3FontSizeXs = "28px";
234
44
 
235
- // Global - Typography - FontSize - Footnote
236
- /** --footnote-font-size-sm */
237
- static const footnote1FontSizeXs = "16px";
238
- /** --footnote-font-size-sm */
239
- static const footnote1FontSizeSm = "16px";
240
- static const footnote1FontSizeMd = "16px";
241
- /** --footnote-font-size-lg */
242
- static const footnote1FontSizeLg = "18px";
243
- static const footnote2FontSizeXs = "12px";
244
- static const footnote2FontSizeSm = "12px";
245
- static const footnote2FontSizeMd = "12px";
246
- static const footnote2FontSizeLg = "16px";
247
-
248
45
  // Global - Typography - FontSize - Headline
249
46
  /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
250
47
  static const headline1FontSizeXs = "48px";
@@ -315,22 +112,6 @@ class Brandtokenmapping {
315
112
  /** 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 */
316
113
  static const kicker4FontSizeLg = "16px";
317
114
 
318
- // Global - Typography - FontSize - Label
319
- static const label1FontSize = "17px";
320
- static const label2FontSize = "15px";
321
- static const label3FontSize = "12px";
322
- static const label4FontSize = "8px";
323
- static const label1RespFontSizeXs = "10px";
324
- static const label1RespFontSizeSm = "10px";
325
- static const label1RespFontSizeMd = "15px";
326
- static const label1RespFontSizeLg = "17px";
327
-
328
- // Global - Typography - FontSize - Quote
329
- static const quoteFontSizeXs = "16px";
330
- static const quoteFontSizeSm = "16px";
331
- static const quoteFontSizeMd = "18px";
332
- static const quoteFontSizeLg = "20px";
333
-
334
115
  // Global - Typography - FontSize - Subheadline
335
116
  /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
336
117
  static const subheadline1FontSizeXs = "24px";
@@ -359,58 +140,54 @@ class Brandtokenmapping {
359
140
  /** Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg */
360
141
  static const title2FontSizeLg = "20px";
361
142
 
362
- // Global - Typography - FontWeight - Body
363
- static const bodyFontWeightBook = 400;
364
- static const bodyFontWeightBold = 700;
143
+ // Global - Typography - FontSize - Callout
144
+ /** 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: */
145
+ static const callout1FontSizeXs = "18px";
146
+ /** 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: */
147
+ static const callout1FontSizeSm = "18px";
148
+ /** 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: */
149
+ static const callout1FontSizeMd = "22px";
150
+ /** 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: */
151
+ static const callout1FontSizeLg = "22px";
365
152
 
366
- // Global - Typography - FontWeight - Callout
367
- static const calloutFontWeight = 800;
153
+ // Global - Typography - FontSize - Body
154
+ /** 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 */
155
+ static const bodyFontSizeXs = "21px";
156
+ /** 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 */
157
+ static const bodyFontSizeSm = "21px";
158
+ /** 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 */
159
+ static const bodyFontSizeMd = "21px";
160
+ /** 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 */
161
+ static const bodyFontSizeLg = "21px";
368
162
 
369
- // Global - Typography - FontWeight - Display
370
- static const displayFontWeight = 800;
163
+ // Global - Typography - FontSize - Footnote
164
+ /** --footnote-font-size-sm */
165
+ static const footnote1FontSizeXs = "16px";
166
+ /** --footnote-font-size-sm */
167
+ static const footnote1FontSizeSm = "16px";
168
+ static const footnote1FontSizeMd = "16px";
169
+ /** --footnote-font-size-lg */
170
+ static const footnote1FontSizeLg = "18px";
171
+ static const footnote2FontSizeXs = "12px";
172
+ static const footnote2FontSizeSm = "12px";
173
+ static const footnote2FontSizeMd = "12px";
174
+ static const footnote2FontSizeLg = "16px";
371
175
 
372
- // Global - Typography - FontWeight - Footnote
373
- static const footnoteFontWeightBook = 400;
374
- static const footnoteFontWeightBold = 700;
375
-
376
- // Global - Typography - FontWeight - Headline
377
- static const headline1FontWeightSt = "700";
378
- static const headline1FontWeight = 700;
379
- static const headline2FontWeight = 700;
380
- static const headline3FontWeight = 700;
381
- static const headline4FontWeight = 600;
382
- static const headline2FontWeightSt = "700";
383
- static const headline3FontWeightSt = "700";
384
- static const headline4FontWeightSt = "600";
385
-
386
- // Global - Typography - FontWeight - Kicker
387
- static const kickerFontWeight = 700;
388
- static const kickerFontWeightSt = "700";
389
-
390
- // Global - Typography - FontWeight - Label
391
- static const labelFontWeightBook = 400;
392
- static const labelFontWeightBold = 700;
393
-
394
- // Global - Typography - FontWeight - Quote
395
- static const quoteFontWeight = 800;
396
-
397
- // Global - Typography - FontWeight - Subheadline
398
- static const subheadlineFontWeight = 700;
399
-
400
- // Global - Typography - FontWeight - Title
401
- static const titleFontWeight = 800;
402
-
403
- // Global - Typography - LineHeight - Body
404
- static const bodyLineHeightXs = "28px";
405
- static const bodyLineHeightSm = "28px";
406
- static const bodyLineHeightMd = "28px";
407
- static const bodyLineHeightLg = "32px";
176
+ // Global - Typography - FontSize - Quote
177
+ static const quoteFontSizeXs = "16px";
178
+ static const quoteFontSizeSm = "16px";
179
+ static const quoteFontSizeMd = "18px";
180
+ static const quoteFontSizeLg = "20px";
408
181
 
409
- // Global - Typography - LineHeight - Callout
410
- static const callout1LineHeightXs = "18px";
411
- static const callout1LineHeightSm = "18px";
412
- static const callout1LineHeightMd = "22px";
413
- static const callout1LineHeightLg = "22px";
182
+ // Global - Typography - FontSize - Label
183
+ static const label1FontSize = "17px";
184
+ static const label2FontSize = "15px";
185
+ static const label3FontSize = "12px";
186
+ static const label4FontSize = "8px";
187
+ static const label1RespFontSizeXs = "10px";
188
+ static const label1RespFontSizeSm = "10px";
189
+ static const label1RespFontSizeMd = "15px";
190
+ static const label1RespFontSizeLg = "17px";
414
191
 
415
192
  // Global - Typography - LineHeight - Display
416
193
  static const display1LineHeightXs = "40px";
@@ -426,16 +203,6 @@ class Brandtokenmapping {
426
203
  static const display3LineHeightSm = "28px";
427
204
  static const display3LineHeightXs = "28px";
428
205
 
429
- // Global - Typography - LineHeight - Footnote
430
- static const footnote1LineHeightXs = "21px";
431
- static const footnote1LineHeightSm = "21px";
432
- static const footnote1LineHeightMd = "21px";
433
- static const footnote1LineHeightLg = "23px";
434
- static const footnote2LineHeightXs = "15.600000381469727px";
435
- static const footnote2LineHeightSm = "15.600000381469727px";
436
- static const footnote2LineHeightMd = "15.800000190734863px";
437
- static const footnote2LineHeightLg = "21px";
438
-
439
206
  // Global - Typography - LineHeight - Headline
440
207
  static const headline1LineHeightXs = "48px";
441
208
  static const headline1LineHeightSm = "48px";
@@ -454,6 +221,12 @@ class Brandtokenmapping {
454
221
  static const headline4LineHeightMd = "22px";
455
222
  static const headline4LineHeightLg = "30px";
456
223
 
224
+ // Global - Typography - LineHeight - Subheadline
225
+ static const subheadline1LineHeightXs = "24px";
226
+ static const subheadline1LineHeightSm = "24px";
227
+ static const subheadline1LineHeightMd = "32px";
228
+ static const subheadline1LineHeightLg = "36px";
229
+
457
230
  // Global - Typography - LineHeight - Kicker
458
231
  static const kicker1LineHeightXs = "19.799999237060547px";
459
232
  static const kicker1LineHeightSm = "19.799999237060547px";
@@ -472,6 +245,38 @@ class Brandtokenmapping {
472
245
  static const kicker4LineHeightMd = "17.600000381469727px";
473
246
  static const kicker4LineHeightLg = "16px";
474
247
 
248
+ // Global - Typography - LineHeight - Title
249
+ static const title1LineHeightXs = "22px";
250
+ static const title1LineHeightSm = "22px";
251
+ static const title1LineHeightMd = "22px";
252
+ static const title1LineHeightLg = "28px";
253
+ static const title2LineHeightXs = "17.600000381469727px";
254
+ static const title2LineHeightSm = "17.600000381469727px";
255
+ static const title2LineHeightMd = "19.799999237060547px";
256
+ static const title2LineHeightLg = "22px";
257
+
258
+ // Global - Typography - LineHeight - Callout
259
+ static const callout1LineHeightXs = "18px";
260
+ static const callout1LineHeightSm = "18px";
261
+ static const callout1LineHeightMd = "22px";
262
+ static const callout1LineHeightLg = "22px";
263
+
264
+ // Global - Typography - LineHeight - Body
265
+ static const bodyLineHeightXs = "28px";
266
+ static const bodyLineHeightSm = "28px";
267
+ static const bodyLineHeightMd = "28px";
268
+ static const bodyLineHeightLg = "32px";
269
+
270
+ // Global - Typography - LineHeight - Footnote
271
+ static const footnote1LineHeightXs = "21px";
272
+ static const footnote1LineHeightSm = "21px";
273
+ static const footnote1LineHeightMd = "21px";
274
+ static const footnote1LineHeightLg = "23px";
275
+ static const footnote2LineHeightXs = "15.600000381469727px";
276
+ static const footnote2LineHeightSm = "15.600000381469727px";
277
+ static const footnote2LineHeightMd = "15.800000190734863px";
278
+ static const footnote2LineHeightLg = "21px";
279
+
475
280
  // Global - Typography - LineHeight - Label
476
281
  /** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
477
282
  static const label1LineHeight = "17px";
@@ -496,21 +301,68 @@ class Brandtokenmapping {
496
301
  static const quoteLineHeightMd = "18px";
497
302
  static const quoteLineHeightLg = "22px";
498
303
 
499
- // Global - Typography - LineHeight - Subheadline
500
- static const subheadline1LineHeightXs = "24px";
501
- static const subheadline1LineHeightSm = "24px";
502
- static const subheadline1LineHeightMd = "32px";
503
- static const subheadline1LineHeightLg = "36px";
304
+ // Global - Typography - FontWeight - Body
305
+ static const bodyFontWeightBook = 400;
306
+ static const bodyFontWeightBold = 700;
504
307
 
505
- // Global - Typography - LineHeight - Title
506
- static const title1LineHeightXs = "22px";
507
- static const title1LineHeightSm = "22px";
508
- static const title1LineHeightMd = "22px";
509
- static const title1LineHeightLg = "28px";
510
- static const title2LineHeightXs = "17.600000381469727px";
511
- static const title2LineHeightSm = "17.600000381469727px";
512
- static const title2LineHeightMd = "19.799999237060547px";
513
- static const title2LineHeightLg = "22px";
308
+ // Global - Typography - FontWeight - Footnote
309
+ static const footnoteFontWeightBook = 400;
310
+ static const footnoteFontWeightBold = 700;
311
+
312
+ // Global - Typography - FontWeight - Label
313
+ static const labelFontWeightBook = 400;
314
+ static const labelFontWeightBold = 700;
315
+
316
+ // Global - Typography - FontWeight - Quote
317
+ static const quoteFontWeight = 800;
318
+
319
+ // Global - Typography - FontWeight - Display
320
+ static const displayFontWeight = 800;
321
+
322
+ // Global - Typography - FontWeight - Headline
323
+ static const headline1FontWeightSt = "700";
324
+ static const headline1FontWeight = 700;
325
+ static const headline2FontWeight = 700;
326
+ static const headline3FontWeight = 700;
327
+ static const headline4FontWeight = 600;
328
+ static const headline2FontWeightSt = "700";
329
+ static const headline3FontWeightSt = "700";
330
+ static const headline4FontWeightSt = "600";
331
+
332
+ // Global - Typography - FontWeight - Subheadline
333
+ static const subheadlineFontWeight = 700;
334
+
335
+ // Global - Typography - FontWeight - Kicker
336
+ static const kickerFontWeight = 700;
337
+ static const kickerFontWeightSt = "700";
338
+
339
+ // Global - Typography - FontWeight - Callout
340
+ static const calloutFontWeight = 800;
341
+
342
+ // Global - Typography - FontWeight - Title
343
+ static const titleFontWeight = 800;
344
+
345
+ // Global - Typography - FontFamily
346
+ /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
347
+ static const kickerFontFamily = "Gotham XNarrow";
348
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
349
+ static const displayFontFamily = "Gotham";
350
+ /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
351
+ static const headlineFontFamily = "Gotham Condensed";
352
+ /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
353
+ static const subheadlineFontFamily = "Gotham Condensed";
354
+ /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
355
+ static const bodyFontFamily = "Gotham XNarrow";
356
+ /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
357
+ static const footnoteFontFamily = "Gotham XNarrow";
358
+ /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
359
+ static const labelFontFamily = "Gotham XNarrow";
360
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
361
+ static const quoteFontFamily = "Gotham";
362
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
363
+ static const titleFontFamily = "Gotham";
364
+ /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
365
+ static const calloutFontFamily = "Gotham";
514
366
 
515
367
  // Global - Visibilty
516
368
  static const hideOnBild = false;
@@ -521,6 +373,154 @@ class Brandtokenmapping {
521
373
  static const onlySportBild = false;
522
374
 
523
375
 
376
+ // ============================================
377
+ // COMPONENT
378
+ // ============================================
379
+
380
+ // Component - Article - FontSize
381
+ /** --article-figure-caption-font-size-sm */
382
+ static const articleImageCaptionFontSizeXs = "16px";
383
+ /** --article-figure-caption-font-size-md */
384
+ static const articleImageCaptionFontSizeMd = "18px";
385
+ /** --article-figure-caption-font-size-lg */
386
+ static const articleImageCaptionFontSizeLg = "18px";
387
+ /** --article-figure-caption-font-size-sm */
388
+ static const articleImageCaptionFontSizeSm = "16px";
389
+ /** --article-figure-meta-font-size-sm */
390
+ static const articleImageSourceFontSizeXs = "16px";
391
+ /** --article-figure-meta-font-size-sm */
392
+ static const articleImageSourceFontSizeSm = "16px";
393
+ /** --article-figure-meta-font-size-sm */
394
+ static const articleImageSourceFontSizeMd = "16px";
395
+ /** --article-figure-meta-font-size-lg */
396
+ static const articleImageSourceFontSizeLg = "18px";
397
+
398
+ // Component - Article - LineHeight
399
+ /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
400
+ static const articleImageCaptionLineHeightXs = "19.5px";
401
+ /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
402
+ static const articleImageCaptionLineHeightMd = "24.75px";
403
+ /** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
404
+ static const articleImageCaptionLineHeightLg = "24.75px";
405
+ /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
406
+ static const articleImageCaptionLineHeightSm = "19.5px";
407
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
408
+ static const articleImageSourceLineHeightMd = "21px";
409
+ /** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
410
+ static const articleImageSourceLineHeightLg = "23px";
411
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
412
+ static const articleImageSourceLineHeightXs = "21px";
413
+ /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
414
+ static const articleImageSourceLineHeightSm = "21px";
415
+
416
+ // Component - Breadcrumb - FontSize
417
+ /** --breadcrumb-font-size-sm */
418
+ static const breadcrumbFontSizeXs = "15px";
419
+ /** --breadcrumb-font-size-sm */
420
+ static const breadcrumbFontSizeSm = "15px";
421
+ /** --breadcrumb-font-size-sm */
422
+ static const breadcrumbFontSizeMd = "15px";
423
+ /** --breadcrumb-font-size-lg */
424
+ static const breadcrumbFontSizeLg = "12px";
425
+
426
+ // Component - Breadcrumb - LineHeight
427
+ /** not defined as variable */
428
+ static const breadcrumbLineHeightXs = "15px";
429
+ /** not defined as variable */
430
+ static const breadcrumbLineHeightSm = "15px";
431
+ /** not defined as variable */
432
+ static const breadcrumbLineHeightMd = "15px";
433
+ /** not defined as variable */
434
+ static const breadcrumbLineHeightLg = "12px";
435
+
436
+ // Component - Breadcrumb - FontFamily
437
+ /** --breadcrumb-font */
438
+ static const breadcrumbFontFamily = "Gotham XNarrow";
439
+
440
+ // Component - Breadcrumb - FontWeight
441
+ /** --breadcrumb-font-size-sm */
442
+ static const breadcrumbFontWeight = 700;
443
+
444
+ // Component - Menu
445
+ /** --nav-btn-font-size */
446
+ static const menuItemFontSize = "15px";
447
+ /** --caption-1-font-size-md */
448
+ static const appTopBarTitleFontSizeMd = "14px";
449
+ /** --caption-1-font-size-lg */
450
+ static const appTopBarTitleFontSizeLg = "14px";
451
+ /** --caption-1-font-size-sm */
452
+ static const appTopBarTitleFontSizeXs = "12px";
453
+ /** --caption-1-font-size-sm */
454
+ static const appTopBarTitleFontSizeSm = "12px";
455
+ static const appTopBarTitleLineHeightMd = "17px";
456
+ static const appTopBarTitleLineHeightLg = "17px";
457
+ static const appTopBarTitleLineHeightXs = "14px";
458
+ static const appTopBarTitleLineHeightSm = "14px";
459
+ static const menuItemFontWeight = "700";
460
+
461
+ // Component - Teaser
462
+ /** --teaser-title-padding-lg */
463
+ static const teaserTitleInlineSpaceLg = "12px";
464
+ /** --teaser-title-padding-md */
465
+ static const teaserTitleInlineSpaceMd = "12px";
466
+ /** --teaser-title-padding-sm */
467
+ static const teaserTitleInlineSpaceSm = "8px";
468
+ /** --teaser-title-padding-xs */
469
+ static const teaserTitleInlineSpaceXs = "8px";
470
+
471
+ // Component - Teaser - Quad
472
+ static const qTeaserTitleInlineSpaceLg = "12px";
473
+ static const qTeaserTitleInlineSpaceMd = "16px";
474
+ static const qTeaserTitleInlineSpaceSm = "8px";
475
+ static const qTeaserTitleInlineSpaceXs = "8px";
476
+
477
+ // Component - Teaser - aTeaser
478
+ static const aTeaserTitleInlineSpaceLg = "12px";
479
+ static const aTeaserTitleInlineSpaceMd = "12px";
480
+ static const aTeaserTitleInlineSpaceXs = "8px";
481
+ static const aTeaserTitleInlineSpaceSm = "8px";
482
+
483
+ // Component - Teaser - bTeaser
484
+ static const bTeaserTitleInlineSpace = "8px";
485
+
486
+ // Component - Teaser - 2xaTeaser
487
+ static const _2xaTeaserTitleInlineSpace = "8px";
488
+
489
+ // Component - Teaser - miniQ
490
+ static const miniQteaserTitleInlineSpaceMd = "8px";
491
+ static const miniQteaserTitleInlineSpaceLg = "8px";
492
+ static const miniQteaserTitleInlineSpaceSm = "8px";
493
+ static const miniQteaserTitleInlineSpaceXs = "8px";
494
+
495
+ // Component - Teaser - superA
496
+ static const superAteaserTitleInlineSpace = "16px";
497
+
498
+ // Component - Avatar
499
+ /** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
500
+ static const avatarFontFamily = "Gotham XNarrow";
501
+ /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
502
+ static const avatarFontSizeSm = "16px";
503
+ /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
504
+ static const avatarFontSizeLg = "18px";
505
+
506
+ // Component - BreakingNews
507
+ static const breakingNewsContentFontSize = "21px";
508
+
509
+ // Component - Accordion
510
+ static const accordionLabelFontFamily = "Gotham XNarrow";
511
+
512
+ // Component - Footer
513
+ static const footerLinkFontFamily = "Gotham XNarrow";
514
+
515
+ // Component - MediaPlayer
516
+ static const videoTimeBadgeFontFamily = "Gotham XNarrow";
517
+
518
+ // Component - Inputfield
519
+ static const inputFieldLabelFontFamily = "Gotham XNarrow";
520
+
521
+ static const buttonLabelFontWeightSt = "600";
522
+
523
+
524
524
  // ============================================
525
525
  // OTHER
526
526
  // ============================================