@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
@@ -16,10 +16,6 @@ class BreakpointSm390pxCompact {
16
16
  // COMPONENT
17
17
  // ============================================
18
18
 
19
- // Component - Accordion
20
- /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
21
- static const accordionLabelFontFamily = "Gotham XNarrow";
22
-
23
19
  // Component - Article
24
20
  static const aricleMobile1ColGridImageMarginSpace = "0px";
25
21
  /** 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box. */
@@ -55,9 +51,124 @@ class BreakpointSm390pxCompact {
55
51
  static const articleInfoboxInlineSpace = "16px";
56
52
  static const articleInfoboxStackSpace = "16px";
57
53
 
58
- // Component - AudioPlayer
59
- /** This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18 */
60
- static const audioPlayerFontSize = "16px";
54
+ // Component - _DSysDocs
55
+ /** Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe */
56
+ static const bildDesignFrameSpace = "12px";
57
+ /** This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68 */
58
+ static const dsMainContainerSpace = "0px";
59
+ static const dsysDocsWidthSize = "750px";
60
+ /** This variable is used as a max width size for content blocks. For mobile devices this var references the DSysDocsWidthSize var 320 - 750 - 962 - 1024 */
61
+ static const mainContentStageSize = "750px";
62
+ /** This variable is used on documentation pages that have an artistic banner at the top of the page that is related to the foundation topic on the page. 80 - 80 -80 - 140 */
63
+ static const foundationsBannerHeightSize = "80px";
64
+ /** This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8 */
65
+ static const dsCaptionStackSpace05x = "4px";
66
+ static const dsCaptionStackSpace1x = "8px";
67
+ /** This variable is used only for this design system's component tests. */
68
+ static const _1columnMobile = "320px";
69
+ /** This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186 */
70
+ static const thinBannerVerticalHeightSize = "558px";
71
+ /** This variable is used only for texts and labels that form part of this design system's documentation. */
72
+ static const specsFontFamily = "Gotham";
73
+ /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
74
+ static const docHeaderHeightSize = "144px";
75
+
76
+ // Component - Menu
77
+ static const menuItemSpace = "8px";
78
+ /** This variable is used on the menu link lane and on the mobile side menu drawer. */
79
+ static const menuItemFontSize = "15px";
80
+ static const menuItemUtilFontSize = "12px";
81
+ static const menuItemUtilStackSpace = "10px";
82
+ static const menuLinkLaneHeightSize = "48px";
83
+ static const menuUtillinkItemHeightSize = "48px";
84
+ static const menuLinkItemInlineSpace = "4px";
85
+ static const menuLogoDefaultSize = "56px";
86
+ static const menuLogoScrolledSize = "56px";
87
+ static const menuSpecialNaviItemHeightSize = "48px";
88
+ static const subNavBarHeightSize = "42px";
89
+ static const menuUtilityLinksContainerHeightSize = "56px";
90
+ static const menuTopStackSpace = "8px";
91
+ static const menuLeftInlineSpace = "8px";
92
+ static const menuUtilityLinksGapSpace = "24px";
93
+ static const menuRightInlineSpace = "0px";
94
+ static const menuBottomStackSpace = "8px";
95
+ static const menuUtilityLinksDividerHeightSize = "40px";
96
+ /** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 10 - 10 - 10 - 0 */
97
+ static const menuShadowVisibility = Color(0x1a000000);
98
+ /** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10 */
99
+ static const heyInputShadowVisibility = Color(0x00000000);
100
+ static const appTopbarTitleFontSize = "12px";
101
+ static const appTopbarStageTitleHeight = "14px";
102
+ static const iOsappTopBarHeightSize = "44px";
103
+ static const iOsappTopBarLeftInlineSpace = "12px";
104
+ static const iOsappTopBarRightInlineSpace = "16px";
105
+
106
+ // Component - Teaser
107
+ static const teaserTitleInlineLeftSpace = "12px";
108
+ static const teaserTitleStackSpace = "4px";
109
+ static const teaserTitleGapSpace = "4px";
110
+ static const teaserKickerBgInlineSpace = "6px";
111
+ static const teaserKickerBgStackSpace = "2px";
112
+ /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
113
+ static const teaserBadgesMarginSpace = "8px";
114
+ /** This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 */
115
+ static const teaserBadgesHeightSizeLg = "32px";
116
+ static const teaserTitleBottomStackSpace = "12px";
117
+ static const teaserBadgesHeightSizeSm = "24px";
118
+ static const teaserLayoutGridSpace = "12px";
119
+
120
+ // Component - Teaser - mQTeaser
121
+ /** XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
122
+ static const mQteaserHeadlineFontSize = "22px";
123
+ static const mQteaserHeadlineFontWeight = 600;
124
+ static const mQteaserHeadlineLineHeight = "22px";
125
+ static const mqTeaserTitleInlineSpace = "8px";
126
+
127
+ // Component - Teaser - aTeaser
128
+ /** 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable */
129
+ static const aTeaserKickerFontSize = "16px";
130
+ /** This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
131
+ static const aTeaserHeadlineFontSize = "28px";
132
+ static const aTeaserKickerLineHeight = "16px";
133
+ static const aTeaserHeadlineLineHeight = "28px";
134
+ static const aTeaserTitleInlineSpace = "8px";
135
+
136
+ // Component - Teaser - stdTeaser
137
+ static const stdTeaserImageTitleGapSpace = "4px";
138
+ /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
139
+ static const stdTeaserBadgesMarginSpace = "4px";
140
+ /** 2 | 2 | 2 | 2 - This variable is used on the standard teaser vertical spacing between the kicker and the headline. It references the semantic variable stackSpaceConst3XS */
141
+ static const stdTeaserKickerHeadlineStackSpace = "2px";
142
+
143
+ // Component - Teaser - qTeaser
144
+ /** This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 */
145
+ static const quadHeadlineFontSize = "48px";
146
+ static const quadKickerFontSize = "18px";
147
+ static const quadHeadlineLineHeight = "48px";
148
+ static const qTeaserTitleInlineSpace = "8px";
149
+
150
+ // Component - Teaser - bildPlay
151
+ static const bildPlayTeaserWidthSize = "145px";
152
+
153
+ // Component - Teaser - superA
154
+ /** 16 - 16 - 16 - 16 */
155
+ static const superAteaserTitleInlineSpace = "16px";
156
+
157
+ // Component - Teaser - bTeaser
158
+ static const bTeaserTitleInlineSpace = "8px";
159
+
160
+ // Component - Table
161
+ static const tableColumnWidthSize1x = "80px";
162
+ static const tableColumnWidthSize2x = "140px";
163
+ static const tableColumnWidthSize05x = "40px";
164
+ static const tableColumnWidthSize15x = "120px";
165
+ static const tableColumnWidthSize25x = "180px";
166
+ static const tableColumnWidthSize075x = "56px";
167
+ static const tableColumnWidthSize3x = "200px";
168
+ static const tableItemMaxWidthSize = "224px";
169
+
170
+ // Component - Separators
171
+ static const separatorThicknessSize = "2px";
61
172
 
62
173
  // Component - Avatar
63
174
  /** This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15 */
@@ -75,37 +186,6 @@ class BreakpointSm390pxCompact {
75
186
  /** This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review. */
76
187
  static const appAvatarFontFamily = "Gotham";
77
188
 
78
- // Component - Badge
79
- /** This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of. */
80
- static const badgesInnerStackSpace = "2px";
81
- /** This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of. */
82
- static const badgesInnerInlineSpace = "4px";
83
- /** 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers. */
84
- static const adLabelBadgeHeightSize = "30px";
85
-
86
- // Component - Breadcrumb
87
- /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
88
- static const breadcrumbFontSize = "15px";
89
- static const breadcrumbFontFamily = "Gotham XNarrow";
90
- static const breadcrumbArrowLeftInlineSpace1 = "3px";
91
- static const breadcrumbArrowRightInlineSpace2 = "5px";
92
- static const breadcrumbInlineSpace = "12px";
93
- /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
94
- static const breadcrumbLineHeight = "15px";
95
- static const breadcrumbFontWeight = 700;
96
- static const breadcrumbStackSpace = "14px";
97
-
98
- // Component - BreakingNews
99
- static const breakingNewsContainerHeightSize = "56px";
100
- static const breakingNewsBadgeUpperTitleFontSize = "13px";
101
- static const breakingNewsBadgeLowerTitleFontSize = "23px";
102
- static const breakingNewsBadgeUpperTitleLineHeight = "13px";
103
- static const breakingNewsBadgeLowerTitleLineHeight = "21px";
104
- static const breakingNewsBadgeTitelsStackSpace = "0px";
105
- static const breakingNewsScrollingTextFontSize = "21px";
106
- static const breakingNewsScrollingTextLineHeight = "24px";
107
- static const breakingNewsBadgeInlineSpace = "6px";
108
-
109
189
  // Component - Button
110
190
  static const buttonLabelFontSize = "15px";
111
191
  static const buttonInlineSpace = "16px";
@@ -121,73 +201,26 @@ class BreakpointSm390pxCompact {
121
201
  static const buttonStackSpace = "6px";
122
202
  static const buttonBorderRadius = "8px";
123
203
 
124
- // Component - Cards
125
- static const searchResultCardImageWidthSize = "216px";
126
- static const searchResultCardImageHeightSizeStacked = "189px";
127
- static const newstickerImageCardWidthSize = "206px";
128
-
129
- // Component - Carousel
130
- /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
131
- static const galleryTeaserTitleBottomSpace = "28px";
132
- /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
133
- static const galleryTeaserAppGapSpace = "0px";
134
- static const appEpaperCarouselItemFocusWidth = "182px";
135
- static const appEpaperCarouselItemDefaultWidth = "144px";
136
- static const appEpaperCarouseBeilageItemWidth = "110px";
137
- static const standardTeaserGalleryTeaserWidthWeb = "145px";
138
- static const standardTeaserGalleryTeaserWidthApp = "280px";
139
-
140
- // Component - Chips
141
- /** This variable is used on the chips font size parameter of the chips text style. The font size changes only for the change between larger device widths and any device smaller than the largest. 16 - 16 -16 - 18 */
142
- static const chipsFontSize = "16px";
143
- static const chipsInlineSpace = "12px";
144
- static const chipsStackSpace = "8px";
145
-
146
- // Component - Datepicker
147
- static const datepickerItemDayWidthSize = "44px";
148
- static const datepickerItemHeightSize = "44px";
149
- static const datepickerItemYearWidthSize = "77px";
150
-
151
- // Component - Drawers
152
- static const mobileMenuDrawerStackSpace = "20px";
153
- static const mobileMenuDrawerLeftInlineSpace = "20px";
154
- static const mobileMenuDrawerRightInlineSpace = "16px";
155
- static const mobileMenuDrawerMaxWidthSize = "400px";
156
-
157
- // Component - Dropdown
158
- static const dropDownBorderRadius = "4px";
159
- static const dropDownItemStackSpace = "8px";
160
- static const dropDownItemInlineSpace = "12px";
161
-
162
- // Component - Footer
163
- /** This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes. */
164
- static const footerFontSize = "11px";
165
- static const footerLineHeight = "14px";
166
- static const footerFontFamily = "Gotham XNarrow";
167
- static const footerFontSizeUserOfferPages = "18px";
168
- static const footerLineHeightUserOfferPages = "26px";
169
-
170
- // Component - Icon
171
- static const iconSize = "24px";
172
- static const iconSizeEmbeddMedia = "40px";
173
-
174
- // Component - InfoElement
175
- static const infoElementTeaserBadgeHeightSize = "16px";
176
- static const infoElementTeaserImageHeightSize = "80px";
177
- static const infoElementTeaserImageWidthSize = "80px";
178
- static const infoElementTeaserBadgeMarginSpace = "4px";
179
-
180
- // Component - Inputfield
181
- static const inputFieldStackSpace = "6px";
182
- static const inputFieldInlineSpace = "16px";
183
- static const inputFieldMiniLabelInlineSpace = "4px";
184
- /** This variable controls texts inside of input fields such as dropdowns, date input and other text inputs that appear in forms for example. compact 15 - default 17 - spacious 19 */
185
- static const inputFieldFontSize = "16px";
186
- static const inputFieldImessageInlineSpace = "16px";
187
- static const inputFieldHeightSize = "36px";
188
- static const heyInputContainerInlineSpace = "8px";
189
- static const inputFieldMessageGapSpace = "4px";
190
- static const inputFieldFontFamily = "Gotham XNarrow";
204
+ // Component - Newsticker
205
+ /** similar to kicker3 values - 16 - 16 - 16 - 18 */
206
+ static const newsTickerTimeFontSize = "16px";
207
+ static const newsTickerTimeFontWeight = 700;
208
+ static const newsTickerTimeFontFamily = "Gotham XNarrow";
209
+ /** Figma currently does not allow for percentages in Line Height variables. The values in this token are the result of multiplying the font size by the line height variable defined on the Bild home css -> newsTickerTime line height: 1.3. Line height for this component does not change across devices. */
210
+ static const newsTickerTimeLineHeight = "20.799999237060547px";
211
+ static const newsTickerContentStackSpace = "4px";
212
+ static const newsTickerKickerInnerStackSpace = "2px";
213
+ static const newsTickerTitlesInlineSpace = "18px";
214
+ static const newsTickerBadgesInlineSpace = "8px";
215
+ static const newsTickerTimeKickerStackSpace = "4px";
216
+ static const newsTickerEntriesStackSpace = "22px";
217
+ static const newsTickerKickerInnerInlineSpace = "4px";
218
+ static const newsTickerSkeletonBottomSpace = "64px";
219
+ static const newsTickerRedDotSize = "12px";
220
+ static const newsTickerEntriesLeftInlineSpace = "22px";
221
+ static const newsTickerLineInlineSpace = "6px";
222
+ static const newsTickerAppCardHeightSize = "116px";
223
+ static const newsTickerAppCardWidthSize = "250px";
191
224
 
192
225
  // Component - Liveticker
193
226
  static const liveTickerheadlineFontWeight = 600;
@@ -201,68 +234,22 @@ class BreakpointSm390pxCompact {
201
234
  static const liveTickerAppCardHeightSize = "96px";
202
235
  static const liveTickerAppCardWidthSize = "250px";
203
236
 
204
- // Component - Mediaplayer
205
- static const podcastPlayButtonSize = "48px";
206
- static const vidPlayerBottomBarGapSpace = "0px";
207
- static const audioPlayerHeaderStackSpace = "56px";
208
- static const videoTimeBadgeFontFamily = "Gotham XNarrow";
209
- static const vidPlayerControlButtonSize = "42px";
210
- static const vidPlayerControlButtonIconSizeHover = "28px";
211
- static const vidPlayerTimecodeFontSize = "14px";
212
- static const vidPlayerTimecodeContainerMinWidthSize = "45px";
213
- static const vidPlayerProgressBarContainerHeightSize = "24px";
214
- static const vidPlayerUnmuteButtonWidthSize = "220px";
215
-
216
- // Component - Menu
217
- static const menuItemSpace = "8px";
218
- /** This variable is used on the menu link lane and on the mobile side menu drawer. */
219
- static const menuItemFontSize = "15px";
220
- static const menuItemUtilFontSize = "12px";
221
- static const menuItemUtilStackSpace = "10px";
222
- static const menuLinkLaneHeightSize = "48px";
223
- static const menuUtillinkItemHeightSize = "48px";
224
- static const menuLinkItemInlineSpace = "4px";
225
- static const menuLogoDefaultSize = "56px";
226
- static const menuLogoScrolledSize = "56px";
227
- static const menuSpecialNaviItemHeightSize = "48px";
228
- static const subNavBarHeightSize = "42px";
229
- static const menuUtilityLinksContainerHeightSize = "56px";
230
- static const menuTopStackSpace = "8px";
231
- static const menuLeftInlineSpace = "8px";
232
- static const menuUtilityLinksGapSpace = "24px";
233
- static const menuRightInlineSpace = "0px";
234
- static const menuBottomStackSpace = "8px";
235
- static const menuUtilityLinksDividerHeightSize = "40px";
236
- /** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 10 - 10 - 10 - 0 */
237
- static const menuShadowVisibility = Color(0x1a000000);
238
- /** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10 */
239
- static const heyInputShadowVisibility = Color(0x00000000);
240
- static const appTopbarTitleFontSize = "12px";
241
- static const appTopbarStageTitleHeight = "14px";
242
- static const iOsappTopBarHeightSize = "44px";
243
- static const iOsappTopBarLeftInlineSpace = "12px";
244
- static const iOsappTopBarRightInlineSpace = "16px";
245
-
246
- // Component - Newsticker
247
- /** similar to kicker3 values - 16 - 16 - 16 - 18 */
248
- static const newsTickerTimeFontSize = "16px";
249
- static const newsTickerTimeFontWeight = 700;
250
- static const newsTickerTimeFontFamily = "Gotham XNarrow";
251
- /** Figma currently does not allow for percentages in Line Height variables. The values in this token are the result of multiplying the font size by the line height variable defined on the Bild home css -> newsTickerTime line height: 1.3. Line height for this component does not change across devices. */
252
- static const newsTickerTimeLineHeight = "20.799999237060547px";
253
- static const newsTickerContentStackSpace = "4px";
254
- static const newsTickerKickerInnerStackSpace = "2px";
255
- static const newsTickerTitlesInlineSpace = "18px";
256
- static const newsTickerBadgesInlineSpace = "8px";
257
- static const newsTickerTimeKickerStackSpace = "4px";
258
- static const newsTickerEntriesStackSpace = "22px";
259
- static const newsTickerKickerInnerInlineSpace = "4px";
260
- static const newsTickerSkeletonBottomSpace = "64px";
261
- static const newsTickerRedDotSize = "12px";
262
- static const newsTickerEntriesLeftInlineSpace = "22px";
263
- static const newsTickerLineInlineSpace = "6px";
264
- static const newsTickerAppCardHeightSize = "116px";
265
- static const newsTickerAppCardWidthSize = "250px";
237
+ // Component - Video
238
+ /** This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes. */
239
+ static const videoTimeBadgeCornerSize = "2px";
240
+ /** 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos. */
241
+ static const videoTimeBadgeFontSize = "16px";
242
+ /** 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp. */
243
+ static const videoTimeBadgeSize = "24px";
244
+ static const videoRedPlayIconWidthSize = "8px";
245
+ /** This variable is used for changing the red play icon inside the white square. */
246
+ static const videoRedPlayIconHeightSize = "10px";
247
+ static const videoBadgeTimeLineHeight = "21px";
248
+ static const videoSkeletonContainerHeight = "180px";
249
+ static const videoFrameInlineSpace = "0px";
250
+ static const verticalVideoMockHeadlineFontSize = "22px";
251
+ /** 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. */
252
+ static const videoAdBadgeFontSize = "14px";
266
253
 
267
254
  // Component - Pagination
268
255
  static const galleryPaginationItemHeightSize = "4px";
@@ -273,29 +260,46 @@ class BreakpointSm390pxCompact {
273
260
  static const galleryPaginationContainerAppInlineSpace = "12px";
274
261
  static const scrollBarThicknessSize = "8px";
275
262
 
276
- // Component - Paywall
277
- static const paywallContainerGapSpace = "-48px";
278
- static const paywallHeaderBottomStackSpace = "80px";
279
- static const paywallCardMaxWidthSize = "346px";
280
- /** This variable is used on the paywall card price tag. 64 constant */
281
- static const paywallCardPriceTagFontSize = "64px";
282
- static const paywallCardPriceTagLineHeight = "64px";
283
- static const paywallCardPriceNoteLineHeight = "40px";
284
- /** This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 */
285
- static const paywallCardPriceNoteFontSize = "40px";
263
+ // Component - Dropdown
264
+ static const dropDownBorderRadius = "4px";
265
+ static const dropDownItemStackSpace = "8px";
266
+ static const dropDownItemInlineSpace = "12px";
286
267
 
287
- // Component - Quotes
288
- static const quoteContainerInlineSpace = "16px";
289
- static const quoteContainerStackSpace = "16px";
290
- static const quoteQuotationMarksFontSize = "28px";
291
- static const quoteContentGapSpace = "16px";
268
+ // Component - Inputfield
269
+ static const inputFieldStackSpace = "6px";
270
+ static const inputFieldInlineSpace = "16px";
271
+ static const inputFieldMiniLabelInlineSpace = "4px";
272
+ /** This variable controls texts inside of input fields such as dropdowns, date input and other text inputs that appear in forms for example. compact 15 - default 17 - spacious 19 */
273
+ static const inputFieldFontSize = "16px";
274
+ static const inputFieldImessageInlineSpace = "16px";
275
+ static const inputFieldHeightSize = "36px";
276
+ static const heyInputContainerInlineSpace = "8px";
277
+ static const inputFieldMessageGapSpace = "4px";
278
+ static const inputFieldFontFamily = "Gotham XNarrow";
292
279
 
293
- // Component - RadioButtons
294
- static const radioSelectorSize = "20px";
295
- static const radioSelectorDotActiveSize = "12px";
280
+ // Component - Breadcrumb
281
+ /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
282
+ static const breadcrumbFontSize = "15px";
283
+ static const breadcrumbFontFamily = "Gotham XNarrow";
284
+ static const breadcrumbArrowLeftInlineSpace1 = "3px";
285
+ static const breadcrumbArrowRightInlineSpace2 = "5px";
286
+ static const breadcrumbInlineSpace = "12px";
287
+ /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
288
+ static const breadcrumbLineHeight = "15px";
289
+ static const breadcrumbFontWeight = 700;
290
+ static const breadcrumbStackSpace = "14px";
296
291
 
297
- // Component - Search
298
- static const searchResultBadgeHeightSize = "18px";
292
+ // Component - Icon
293
+ static const iconSize = "24px";
294
+ static const iconSizeEmbeddMedia = "40px";
295
+
296
+ // Component - Badge
297
+ /** This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of. */
298
+ static const badgesInnerStackSpace = "2px";
299
+ /** This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of. */
300
+ static const badgesInnerInlineSpace = "4px";
301
+ /** 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers. */
302
+ static const adLabelBadgeHeightSize = "30px";
299
303
 
300
304
  // Component - SectionTitle
301
305
  static const sectionTitleInnerStackBottomSpace = "12px";
@@ -305,8 +309,25 @@ class BreakpointSm390pxCompact {
305
309
  /** This variable is used for increasing the space between the text and the arrow at the end of the large title text. On mobile devices there is no hover state so this variables values are the same as the default state values. */
306
310
  static const sectionTitleArrowInlineSpaceActive = "5px";
307
311
 
308
- // Component - Separators
309
- static const separatorThicknessSize = "2px";
312
+ // Component - AudioPlayer
313
+ /** This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18 */
314
+ static const audioPlayerFontSize = "16px";
315
+
316
+ // Component - SpecialNavi
317
+ static const specialNaviInlineSpace = "24px";
318
+
319
+ // Component - Chips
320
+ /** This variable is used on the chips font size parameter of the chips text style. The font size changes only for the change between larger device widths and any device smaller than the largest. 16 - 16 -16 - 18 */
321
+ static const chipsFontSize = "16px";
322
+ static const chipsInlineSpace = "12px";
323
+ static const chipsStackSpace = "8px";
324
+
325
+ // Component - Search
326
+ static const searchResultBadgeHeightSize = "18px";
327
+
328
+ // Component - RadioButtons
329
+ static const radioSelectorSize = "20px";
330
+ static const radioSelectorDotActiveSize = "12px";
310
331
 
311
332
  // Component - Skeletons
312
333
  static const headlinesSkeletonImagePlaceholderMaxWidth = "282px";
@@ -314,29 +335,39 @@ class BreakpointSm390pxCompact {
314
335
  static const articleSkeletonTextInlineSpace = "0px";
315
336
  static const articleTextSkeletonHeightSize = "270px";
316
337
 
317
- // Component - Sliders
318
- static const sliderProgressBarIdleHeightSize = "4px";
319
- static const sliderProgressBarHoverHeightSize = "8px";
320
- static const sliderProgressInactiveHeightSize = "2px";
321
- static const vidPlayerProgressBarHeightSize = "12px";
322
-
323
- // Component - SpecialNavi
324
- static const specialNaviInlineSpace = "24px";
325
-
326
338
  // Component - Spinners
327
339
  static const videoSpinnerSize = "40px";
328
340
  static const videoSpinnerStrokeSize = "2px";
329
341
  static const videoSpinnerSize05x = "20px";
330
342
 
331
- // Component - Table
332
- static const tableColumnWidthSize1x = "80px";
333
- static const tableColumnWidthSize2x = "140px";
334
- static const tableColumnWidthSize05x = "40px";
335
- static const tableColumnWidthSize15x = "120px";
336
- static const tableColumnWidthSize25x = "180px";
337
- static const tableColumnWidthSize075x = "56px";
338
- static const tableColumnWidthSize3x = "200px";
339
- static const tableItemMaxWidthSize = "224px";
343
+ // Component - BreakingNews
344
+ static const breakingNewsContainerHeightSize = "56px";
345
+ static const breakingNewsBadgeUpperTitleFontSize = "13px";
346
+ static const breakingNewsBadgeLowerTitleFontSize = "23px";
347
+ static const breakingNewsBadgeUpperTitleLineHeight = "13px";
348
+ static const breakingNewsBadgeLowerTitleLineHeight = "21px";
349
+ static const breakingNewsBadgeTitelsStackSpace = "0px";
350
+ static const breakingNewsScrollingTextFontSize = "21px";
351
+ static const breakingNewsScrollingTextLineHeight = "24px";
352
+ static const breakingNewsBadgeInlineSpace = "6px";
353
+
354
+ // Component - InfoElement
355
+ static const infoElementTeaserBadgeHeightSize = "16px";
356
+ static const infoElementTeaserImageHeightSize = "80px";
357
+ static const infoElementTeaserImageWidthSize = "80px";
358
+ static const infoElementTeaserBadgeMarginSpace = "4px";
359
+
360
+ // Component - Mediaplayer
361
+ static const podcastPlayButtonSize = "48px";
362
+ static const vidPlayerBottomBarGapSpace = "0px";
363
+ static const audioPlayerHeaderStackSpace = "56px";
364
+ static const videoTimeBadgeFontFamily = "Gotham XNarrow";
365
+ static const vidPlayerControlButtonSize = "42px";
366
+ static const vidPlayerControlButtonIconSizeHover = "28px";
367
+ static const vidPlayerTimecodeFontSize = "14px";
368
+ static const vidPlayerTimecodeContainerMinWidthSize = "45px";
369
+ static const vidPlayerProgressBarContainerHeightSize = "24px";
370
+ static const vidPlayerUnmuteButtonWidthSize = "220px";
340
371
 
341
372
  // Component - Tabs
342
373
  /** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
@@ -351,59 +382,57 @@ class BreakpointSm390pxCompact {
351
382
  static const appsTabsLabelLineHeight = "14.399999618530273px";
352
383
  static const topBarTabItemHeightSize = "44px";
353
384
 
354
- // Component - Teaser
355
- static const teaserTitleInlineLeftSpace = "12px";
356
- static const teaserTitleStackSpace = "4px";
357
- static const teaserTitleGapSpace = "4px";
358
- static const teaserKickerBgInlineSpace = "6px";
359
- static const teaserKickerBgStackSpace = "2px";
360
- /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
361
- static const teaserBadgesMarginSpace = "8px";
362
- /** This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 */
363
- static const teaserBadgesHeightSizeLg = "32px";
364
- static const teaserTitleBottomStackSpace = "12px";
365
- static const teaserBadgesHeightSizeSm = "24px";
366
- static const teaserLayoutGridSpace = "12px";
367
-
368
- // Component - Teaser - aTeaser
369
- /** 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable */
370
- static const aTeaserKickerFontSize = "16px";
371
- /** This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
372
- static const aTeaserHeadlineFontSize = "28px";
373
- static const aTeaserKickerLineHeight = "16px";
374
- static const aTeaserHeadlineLineHeight = "28px";
375
- static const aTeaserTitleInlineSpace = "8px";
385
+ // Component - Drawers
386
+ static const mobileMenuDrawerStackSpace = "20px";
387
+ static const mobileMenuDrawerLeftInlineSpace = "20px";
388
+ static const mobileMenuDrawerRightInlineSpace = "16px";
389
+ static const mobileMenuDrawerMaxWidthSize = "400px";
376
390
 
377
- // Component - Teaser - bTeaser
378
- static const bTeaserTitleInlineSpace = "8px";
391
+ // Component - Quotes
392
+ static const quoteContainerInlineSpace = "16px";
393
+ static const quoteContainerStackSpace = "16px";
394
+ static const quoteQuotationMarksFontSize = "28px";
395
+ static const quoteContentGapSpace = "16px";
379
396
 
380
- // Component - Teaser - bildPlay
381
- static const bildPlayTeaserWidthSize = "145px";
397
+ // Component - Carousel
398
+ /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
399
+ static const galleryTeaserTitleBottomSpace = "28px";
400
+ /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
401
+ static const galleryTeaserAppGapSpace = "0px";
402
+ static const appEpaperCarouselItemFocusWidth = "182px";
403
+ static const appEpaperCarouselItemDefaultWidth = "144px";
404
+ static const appEpaperCarouseBeilageItemWidth = "110px";
405
+ static const standardTeaserGalleryTeaserWidthWeb = "145px";
406
+ static const standardTeaserGalleryTeaserWidthApp = "280px";
382
407
 
383
- // Component - Teaser - mQTeaser
384
- /** XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
385
- static const mQteaserHeadlineFontSize = "22px";
386
- static const mQteaserHeadlineFontWeight = 600;
387
- static const mQteaserHeadlineLineHeight = "22px";
388
- static const mqTeaserTitleInlineSpace = "8px";
408
+ // Component - Sliders
409
+ static const sliderProgressBarIdleHeightSize = "4px";
410
+ static const sliderProgressBarHoverHeightSize = "8px";
411
+ static const sliderProgressInactiveHeightSize = "2px";
412
+ static const vidPlayerProgressBarHeightSize = "12px";
389
413
 
390
- // Component - Teaser - qTeaser
391
- /** This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 */
392
- static const quadHeadlineFontSize = "48px";
393
- static const quadKickerFontSize = "18px";
394
- static const quadHeadlineLineHeight = "48px";
395
- static const qTeaserTitleInlineSpace = "8px";
414
+ // Component - Footer
415
+ /** This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes. */
416
+ static const footerFontSize = "11px";
417
+ static const footerLineHeight = "14px";
418
+ static const footerFontFamily = "Gotham XNarrow";
419
+ static const footerFontSizeUserOfferPages = "18px";
420
+ static const footerLineHeightUserOfferPages = "26px";
396
421
 
397
- // Component - Teaser - stdTeaser
398
- static const stdTeaserImageTitleGapSpace = "4px";
399
- /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
400
- static const stdTeaserBadgesMarginSpace = "4px";
401
- /** 2 | 2 | 2 | 2 - This variable is used on the standard teaser vertical spacing between the kicker and the headline. It references the semantic variable stackSpaceConst3XS */
402
- static const stdTeaserKickerHeadlineStackSpace = "2px";
422
+ // Component - Accordion
423
+ /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
424
+ static const accordionLabelFontFamily = "Gotham XNarrow";
403
425
 
404
- // Component - Teaser - superA
405
- /** 16 - 16 - 16 - 16 */
406
- static const superAteaserTitleInlineSpace = "16px";
426
+ // Component - Paywall
427
+ static const paywallContainerGapSpace = "-48px";
428
+ static const paywallHeaderBottomStackSpace = "80px";
429
+ static const paywallCardMaxWidthSize = "346px";
430
+ /** This variable is used on the paywall card price tag. 64 constant */
431
+ static const paywallCardPriceTagFontSize = "64px";
432
+ static const paywallCardPriceTagLineHeight = "64px";
433
+ static const paywallCardPriceNoteLineHeight = "40px";
434
+ /** This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 */
435
+ static const paywallCardPriceNoteFontSize = "40px";
407
436
 
408
437
  // Component - ToggleSwitch
409
438
  /** This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
@@ -411,305 +440,86 @@ class BreakpointSm390pxCompact {
411
440
  /** This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2 */
412
441
  static const appToggleItemLabelLineHeight = "14.100000381469727px";
413
442
 
414
- // Component - Video
415
- /** This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes. */
416
- static const videoTimeBadgeCornerSize = "2px";
417
- /** 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos. */
418
- static const videoTimeBadgeFontSize = "16px";
419
- /** 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp. */
420
- static const videoTimeBadgeSize = "24px";
421
- static const videoRedPlayIconWidthSize = "8px";
422
- /** This variable is used for changing the red play icon inside the white square. */
423
- static const videoRedPlayIconHeightSize = "10px";
424
- static const videoBadgeTimeLineHeight = "21px";
425
- static const videoSkeletonContainerHeight = "180px";
426
- static const videoFrameInlineSpace = "0px";
427
- static const verticalVideoMockHeadlineFontSize = "22px";
428
- /** 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. */
429
- static const videoAdBadgeFontSize = "14px";
430
-
431
- // Component - _DSysDocs
432
- /** Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe */
433
- static const bildDesignFrameSpace = "12px";
434
- /** This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68 */
435
- static const dsMainContainerSpace = "0px";
436
- static const dsysDocsWidthSize = "750px";
437
- /** This variable is used as a max width size for content blocks. For mobile devices this var references the DSysDocsWidthSize var 320 - 750 - 962 - 1024 */
438
- static const mainContentStageSize = "750px";
439
- /** This variable is used on documentation pages that have an artistic banner at the top of the page that is related to the foundation topic on the page. 80 - 80 -80 - 140 */
440
- static const foundationsBannerHeightSize = "80px";
441
- /** This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8 */
442
- static const dsCaptionStackSpace05x = "4px";
443
- static const dsCaptionStackSpace1x = "8px";
444
- /** This variable is used only for this design system's component tests. */
445
- static const _1columnMobile = "320px";
446
- /** This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186 */
447
- static const thinBannerVerticalHeightSize = "558px";
448
- /** This variable is used only for texts and labels that form part of this design system's documentation. */
449
- static const specsFontFamily = "Gotham";
450
- /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
451
- static const docHeaderHeightSize = "144px";
452
-
453
-
454
- // ============================================
455
- // OTHER
456
- // ============================================
457
-
458
- static const breakpointName = "sm";
459
-
460
-
461
- // ============================================
462
- // SEMANTIC
463
- // ============================================
464
-
465
- // Semantic - Border - BorderRadius
466
- /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
467
- static const borderRadiusXs = "2px";
468
- /** 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. */
469
- static const borderRadiusMd = "8px";
470
- /** 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls. */
471
- static const borderRadiusSm = "4px";
472
- /** 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components. */
473
- static const borderRadiusXl = "24px";
474
- /** 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces. */
475
- static const borderRadiusLg = "16px";
476
- /** 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. */
477
- static const borderRadiusNone = "0px";
478
- /** creates fully rounded shapes, typically used for circular elements like avatars. */
479
- static const borderRadiusFull = "9999px";
480
-
481
- // Semantic - Border - BorderWidth
482
- /** 1-1-1-1 – use for subtle outlines and dividers */
483
- static const borderWidthThin = "1px";
484
- /** 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active) */
485
- static const borderWidthThick = "2px";
486
- /** 0.33 -0.33 -0.33 -0.33 – primarily used in mobile app interfaces. Optimized for high-density displays to create subtle dividers and outlines without visual overload. */
487
- static const borderWidthHairline = "0.33000001311302185px";
488
-
489
- // Semantic - Layout
490
- /** Common viewport height size based on the selected mode.
491
- Apply this token to the main frame of page layouts to simulate realistic vertical space. */
492
- static const canvasHeightSizeWeb = "844px";
493
- /** Common viewport width size based on the selected breakpoint.
494
- Apply this token to the main frame of page layouts. */
495
- static const canvasWidthSizeWeb = "390px";
496
- /** Common viewport width size based on the selected breakpoint.
497
- Apply this token to the main frame of page layouts. */
498
- static const canvasWidthSizeApp = "390px";
499
- /** Common viewport height size based on the selected mode.
500
- Apply this token to the main frame of page layouts to simulate realistic vertical space. */
501
- static const canvasHeightSizeApp = "844px";
502
-
503
- // Semantic - Layout - Breakpoints
504
- /** 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
505
- Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports. */
506
- static const breakpointMinWidthSize = "390px";
507
- /** 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
508
- Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports. */
509
- static const breakpointMaxWidthSize = "599px";
510
-
511
- // Semantic - Layout - ContentWidth
512
- /** Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page. */
513
- static const contentMaxWidthMedium = "700px";
514
- /** Use for content containers that should fill the full width of the page */
515
- static const contentMaxWidthFull = "1024px";
516
-
517
- // Semantic - Layout - Grid - Constant
518
- /** 16-16-16-16 – use for fixed side paddings and gutters */
519
- static const gridSpaceConstLg = "16px";
520
- /** 12-12-12-12 – use for fixed side paddings and gutters */
521
- static const gridSpaceConstSm = "12px";
522
-
523
- // Semantic - Layout - Grid - LayoutGuide
524
- /** Used to set the column count in Figma Layout guide Grids */
525
- static const layoutGuideGridColums = "4px";
526
-
527
- // Semantic - Layout - Grid - Responsive
528
- /** 24-24-32-32 – use for side paddings and gutters in responsive layouts */
529
- static const gridSpaceRespLg = "24px";
530
- /** 48-48-64-64 – use for side paddings and gutters in responsive layouts */
531
- static const gridSpaceRespXl = "48px";
532
- /** 12-12-12-16 – use for side paddings and gutters in responsive layouts */
533
- static const gridSpaceRespBase = "12px";
534
- /** 6-6-6-8 – use for side paddings and gutters in responsive layouts */
535
- static const gridSpaceRespSm = "6px";
536
- /** 0-0-0-16 – This token is used on the main homepages content container, ensuring full-width layout (no horizontal padding) on mobile and tablet breakpoints. */
537
- static const pageInlineSpace = "0px";
538
-
539
- // Semantic - Layout - Section
540
- /** 36-36-48-48 – Use for vertical spacing between sections in a layout. */
541
- static const sectionSpaceBase = "36px";
542
- /** 72-72-96-96 – Use for vertical spacing between sections in a layout */
543
- static const sectionSpaceLg = "72px";
544
- /** 16-16-32-32 – Use for spacing after paragraphs in text content */
545
- static const paragraphEndSpace = "16px";
546
- /** 24-24-36-36 – Use for vertical spacing between subsections in a layout */
547
- static const sectionSpaceSm = "24px";
548
-
549
- // Semantic - Size - Constant
550
- /** 16-16-16-16 – Use for setting fixed height and width of UI elements */
551
- static const sizeConst3Xs = "16px";
552
- /** 24-24-24-24 – Use for setting fixed height and width of UI elements */
553
- static const sizeConst2Xs = "24px";
554
- /** 32-32-32-32 – Use for setting fixed height and width of UI elements */
555
- static const sizeConstXs = "32px";
556
- /** 40-40-40-40 – Use for setting fixed height and width of UI elements */
557
- static const sizeConstSm = "40px";
558
- /** 48-48-48-48 Use for setting fixed height and width of UI elements */
559
- static const sizeConstMd = "48px";
560
- /** 56-56-56-56 – Use for setting fixed height and width of UI elements */
561
- static const sizeConstLg = "56px";
562
- /** 64-64-64-64 – Use for setting fixed height and width of UI elements */
563
- static const sizeConstXl = "64px";
564
- /** 96-96-96-96 – Use for setting fixed height and width of UI elements */
565
- static const sizeConst3Xl = "96px";
566
- /** 148-148-148-148 – Use for setting fixed height and width of UI elements */
567
- static const sizeConst4Xl = "148px";
568
- /** 72-72-72-72 – Use for setting fixed height and width of UI elements */
569
- static const sizeConst2Xl = "72px";
570
- /** 8-8-8-8 – Use for setting fixed height and width of UI elements */
571
- static const sizeConst4Xs = "8px";
572
-
573
- // Semantic - Size - Responsive
574
- /** 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints */
575
- static const sizeResp3Xs = "16px";
576
- /** 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints */
577
- static const sizeResp2Xs = "24px";
578
- /** 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints */
579
- static const sizeRespXs = "32px";
580
- /** 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints */
581
- static const sizeRespSm = "40px";
582
- /** 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints */
583
- static const sizeRespMd = "48px";
584
- /** 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints */
585
- static const sizeRespLg = "56px";
586
- /** 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints */
587
- static const sizeRespXl = "64px";
588
- /** 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints */
589
- static const sizeResp2Xl = "72px";
590
- /** 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints */
591
- static const sizeResp3Xl = "96px";
592
- /** 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints */
593
- static const sizeResp4Xl = "148px";
594
- /** 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints */
595
- static const sizeResp4Xs = "12px";
596
-
597
- // Semantic - Space - Gap - Constant
598
- /** 2-2-2-2 – Use for fixed gaps between items inside of UI elements */
599
- static const gapSpaceConst2Xs = "2px";
600
- /** 4-4-4-4 – Use for fixed gaps between items inside of UI elements */
601
- static const gapSpaceConstXs = "4px";
602
- /** 8-8-8-8 – Use for fixed gaps between items inside of UI elements */
603
- static const gapSpaceConstSm = "8px";
604
- /** 12-12-12-12 – Use for fixed gaps between items inside of UI elements */
605
- static const gapSpaceConstMd = "12px";
606
- /** 16-16-16-16 – Use for fixed gaps between items inside of UI elements */
607
- static const gapSpaceConstLg = "16px";
608
- /** 24-24-24-24 – Use for fixed gaps between items inside of UI elements */
609
- static const gapSpaceConstXl = "24px";
610
- /** 32-32-32-32 – Use for fixed gaps between items inside of UI elements */
611
- static const gapSpaceConst2Xl = "32px";
612
- /** 48-48-48-48 – Use for fixed gaps between items inside of UI elements */
613
- static const gapSpaceConst3Xl = "48px";
614
-
615
- // Semantic - Space - Gap - Responsive
616
- /** 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints */
617
- static const gapSpaceRespXs = "4px";
618
- /** 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints */
619
- static const gapSpaceRespLg = "16px";
620
- /** 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints */
621
- static const gapSpaceRespXl = "24px";
622
- /** 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints */
623
- static const gapSpaceResp2Xl = "32px";
624
- /** 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints */
625
- static const gapSpaceRespMd = "12px";
626
- /** 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints */
627
- static const gapSpaceRespSm = "8px";
628
- /** 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints */
629
- static const gapSpaceResp2Xs = "2px";
630
- /** 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints */
631
- static const gapSpaceResp3Xl = "48px";
443
+ // Component - Cards
444
+ static const searchResultCardImageWidthSize = "216px";
445
+ static const searchResultCardImageHeightSizeStacked = "189px";
446
+ static const newstickerImageCardWidthSize = "206px";
632
447
 
633
- // Semantic - Space - Inline - Constant
634
- /** 8-8-8-8 Use for fixed horizontal (left/right) padding of UI elements */
635
- static const inlineSpaceConstSm = "8px";
636
- /** 12-12-12-12 Use for fixed horizontal (left/right) padding of UI elements */
637
- static const inlineSpaceConstMd = "12px";
638
- /** 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements */
639
- static const inlineSpaceConstLg = "16px";
640
- /** 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements */
641
- static const inlineSpaceConst2Xl = "32px";
642
- /** 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements */
643
- static const inlineSpaceConstXl = "24px";
644
- /** 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements */
645
- static const inlineSpaceConstXs = "6px";
646
- /** 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements */
647
- static const inlineSpaceConst3Xs = "2px";
648
- /** 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements */
649
- static const inlineSpaceConst2Xs = "4px";
448
+ // Component - Datepicker
449
+ static const datepickerItemDayWidthSize = "44px";
450
+ static const datepickerItemHeightSize = "44px";
451
+ static const datepickerItemYearWidthSize = "77px";
650
452
 
651
- // Semantic - Space - Inline - Responsive
652
- /** 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
653
- static const inlineSpaceRespSm = "8px";
654
- /** 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints */
655
- static const inlineSpaceRespMd = "12px";
656
- /** 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
657
- static const inlineSpaceRespLg = "16px";
658
- /** 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
659
- static const inlineSpaceResp2Xl = "32px";
660
- /** 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
661
- static const inlineSpaceRespXl = "24px";
662
453
 
663
- // Semantic - Space - Stack - Constant
664
- /** 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements */
665
- static const stackSpaceConstSm = "8px";
666
- /** 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements */
667
- static const stackSpaceConstMd = "12px";
668
- /** 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements */
669
- static const stackSpaceConstLg = "16px";
670
- /** 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements */
671
- static const stackSpaceConst2Xl = "32px";
672
- /** 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements */
673
- static const stackSpaceConstXl = "24px";
674
- /** 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements */
675
- static const stackSpaceConstXs = "6px";
676
- /** 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements */
677
- static const stackSpaceConst3Xs = "2px";
678
- /** 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements */
679
- static const stackSpaceConst2Xs = "4px";
454
+ // ============================================
455
+ // SEMANTIC
456
+ // ============================================
680
457
 
681
- // Semantic - Space - Stack - Responsive
682
- /** 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
683
- static const stackSpaceRespMd = "12px";
684
- /** 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
685
- static const stackSpaceRespLg = "16px";
686
- /** 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
687
- static const stackSpaceResp2Xl = "32px";
688
- /** 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
689
- static const stackSpaceRespSm = "8px";
690
- /** 24-24-32-40use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
691
- static const stackSpaceRespXl = "24px";
458
+ // Semantic - Layout - Grid - Responsive
459
+ /** 24-24-32-32 – use for side paddings and gutters in responsive layouts */
460
+ static const gridSpaceRespLg = "24px";
461
+ /** 48-48-64-64 – use for side paddings and gutters in responsive layouts */
462
+ static const gridSpaceRespXl = "48px";
463
+ /** 12-12-12-16 – use for side paddings and gutters in responsive layouts */
464
+ static const gridSpaceRespBase = "12px";
465
+ /** 6-6-6-8 – use for side paddings and gutters in responsive layouts */
466
+ static const gridSpaceRespSm = "6px";
467
+ /** 0-0-0-16This token is used on the main homepages content container, ensuring full-width layout (no horizontal padding) on mobile and tablet breakpoints. */
468
+ static const pageInlineSpace = "0px";
692
469
 
693
- // Semantic - Typography - FontFamily
694
- /** This variable references the bodyFontFamily variable from the branding collection. */
695
- static const bodyFontFamily = "Gotham XNarrow";
696
- static const calloutFontFamily = "Gotham";
697
- static const headlineFontFamily = "Gotham Condensed";
698
- static const footnoteFontFamily = "Gotham XNarrow";
699
- static const labelFontFamily = "Gotham XNarrow";
700
- static const kickerFontFamily = "Gotham XNarrow";
701
- static const subheadlineFontFamily = "Gotham Condensed";
702
- static const titleFontFamily = "Gotham";
703
- static const quoteFontFamily = "Gotham";
704
- static const displayFontFamily = "Gotham";
470
+ // Semantic - Layout - Grid - Constant
471
+ /** 16-16-16-16 use for fixed side paddings and gutters */
472
+ static const gridSpaceConstLg = "16px";
473
+ /** 12-12-12-12 – use for fixed side paddings and gutters */
474
+ static const gridSpaceConstSm = "12px";
705
475
 
706
- // Semantic - Typography - FontSize - Body
707
- /** This variable is used on the body text style's font size parameter. It remains constant at 21. */
708
- static const bodyFontSize = "21px";
476
+ // Semantic - Layout - Grid - LayoutGuide
477
+ /** Used to set the column count in Figma Layout guide Grids */
478
+ static const layoutGuideGridColums = "4px";
709
479
 
710
- // Semantic - Typography - FontSize - Callout
711
- /** This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 */
712
- static const callout1FontSize = "18px";
480
+ // Semantic - Layout - Section
481
+ /** 36-36-48-48 Use for vertical spacing between sections in a layout. */
482
+ static const sectionSpaceBase = "36px";
483
+ /** 72-72-96-96 – Use for vertical spacing between sections in a layout */
484
+ static const sectionSpaceLg = "72px";
485
+ /** 16-16-32-32 – Use for spacing after paragraphs in text content */
486
+ static const paragraphEndSpace = "16px";
487
+ /** 24-24-36-36 – Use for vertical spacing between subsections in a layout */
488
+ static const sectionSpaceSm = "24px";
489
+
490
+ // Semantic - Layout - Breakpoints
491
+ /** 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
492
+ Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports. */
493
+ static const breakpointMinWidthSize = "390px";
494
+ /** 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
495
+ Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports. */
496
+ static const breakpointMaxWidthSize = "599px";
497
+
498
+ // Semantic - Layout
499
+ /** Common viewport height size based on the selected mode.
500
+ Apply this token to the main frame of page layouts to simulate realistic vertical space. */
501
+ static const canvasHeightSizeWeb = "844px";
502
+ /** Common viewport width size based on the selected breakpoint.
503
+ Apply this token to the main frame of page layouts. */
504
+ static const canvasWidthSizeWeb = "390px";
505
+ /** Common viewport width size based on the selected breakpoint.
506
+ Apply this token to the main frame of page layouts. */
507
+ static const canvasWidthSizeApp = "390px";
508
+ /** Common viewport height size based on the selected mode.
509
+ Apply this token to the main frame of page layouts to simulate realistic vertical space. */
510
+ static const canvasHeightSizeApp = "844px";
511
+
512
+ // Semantic - Layout - ContentWidth
513
+ /** Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page. */
514
+ static const contentMaxWidthMedium = "700px";
515
+ /** Use for content containers that should fill the full width of the page */
516
+ static const contentMaxWidthFull = "1024px";
517
+
518
+ // Semantic - Typography - FontSize - Title
519
+ /** 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
520
+ static const title1FontSize = "22px";
521
+ /** 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
522
+ static const title2FontSize = "16px";
713
523
 
714
524
  // Semantic - Typography - FontSize - Display
715
525
  /** This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120 */
@@ -719,12 +529,6 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
719
529
  /** This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40 */
720
530
  static const display3FontSize = "28px";
721
531
 
722
- // Semantic - Typography - FontSize - Footnote
723
- /** This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 */
724
- static const footnote1FontSize = "16px";
725
- /** This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 */
726
- static const footnote2FontSize = "12px";
727
-
728
532
  // Semantic - Typography - FontSize - Headline
729
533
  /** This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100 */
730
534
  static const headline1FontSize = "48px";
@@ -735,15 +539,9 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
735
539
  /** This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32 */
736
540
  static const headline4FontSize = "22px";
737
541
 
738
- // Semantic - Typography - FontSize - Kicker
739
- /** Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size. */
740
- static const kicker1FontSize = "18px";
741
- /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24 */
742
- static const kicker2FontSize = "18px";
743
- /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20 */
744
- static const kicker3FontSize = "16px";
745
- /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16 */
746
- static const kicker4FontSize = "14px";
542
+ // Semantic - Typography - FontSize - Body
543
+ /** This variable is used on the body text style's font size parameter. It remains constant at 21. */
544
+ static const bodyFontSize = "21px";
747
545
 
748
546
  // Semantic - Typography - FontSize - Label
749
547
  /** This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes. */
@@ -757,33 +555,64 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
757
555
  /** This token is used in the font size parameter of the label4 text style. The value remains constant at 8. */
758
556
  static const label4FontSize = "8px";
759
557
 
760
- // Semantic - Typography - FontSize - Quote
761
- /** 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. */
762
- static const quoteFontSize = "16px";
558
+ // Semantic - Typography - FontSize - Callout
559
+ /** This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 */
560
+ static const callout1FontSize = "18px";
561
+
562
+ // Semantic - Typography - FontSize - Footnote
563
+ /** This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 */
564
+ static const footnote1FontSize = "16px";
565
+ /** This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 */
566
+ static const footnote2FontSize = "12px";
567
+
568
+ // Semantic - Typography - FontSize - Kicker
569
+ /** Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size. */
570
+ static const kicker1FontSize = "18px";
571
+ /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24 */
572
+ static const kicker2FontSize = "18px";
573
+ /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20 */
574
+ static const kicker3FontSize = "16px";
575
+ /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16 */
576
+ static const kicker4FontSize = "14px";
763
577
 
764
578
  // Semantic - Typography - FontSize - Subheadline
765
579
  /** This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36 */
766
580
  static const subheadline1FontSize = "24px";
767
581
 
768
- // Semantic - Typography - FontSize - Title
769
- /** 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
770
- static const title1FontSize = "22px";
771
- /** 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
772
- static const title2FontSize = "16px";
582
+ // Semantic - Typography - FontSize - Quote
583
+ /** 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. */
584
+ static const quoteFontSize = "16px";
773
585
 
774
- // Semantic - Typography - FontWeight - Body
775
- static const bodyFontWeightBook = 400;
776
- static const bodyFontWeightBold = 700;
586
+ // Semantic - Typography - FontFamily
587
+ /** This variable references the bodyFontFamily variable from the branding collection. */
588
+ static const bodyFontFamily = "Gotham XNarrow";
589
+ static const calloutFontFamily = "Gotham";
590
+ static const headlineFontFamily = "Gotham Condensed";
591
+ static const footnoteFontFamily = "Gotham XNarrow";
592
+ static const labelFontFamily = "Gotham XNarrow";
593
+ static const kickerFontFamily = "Gotham XNarrow";
594
+ static const subheadlineFontFamily = "Gotham Condensed";
595
+ static const titleFontFamily = "Gotham";
596
+ static const quoteFontFamily = "Gotham";
597
+ static const displayFontFamily = "Gotham";
777
598
 
778
599
  // Semantic - Typography - FontWeight - Callout
779
600
  static const calloutFontWeight = 800;
780
601
 
781
- // Semantic - Typography - FontWeight - Display
782
- static const displayFontWeight = 800;
602
+ // Semantic - Typography - FontWeight - Label
603
+ static const labelFontWeightBold = 700;
604
+ static const labelFontWeightBook = 400;
783
605
 
784
- // Semantic - Typography - FontWeight - Footnote
785
- static const footnoteFontWeightBook = 400;
786
- static const footnoteFontWeightBold = 700;
606
+ // Semantic - Typography - FontWeight - Body
607
+ static const bodyFontWeightBook = 400;
608
+ static const bodyFontWeightBold = 700;
609
+
610
+ // Semantic - Typography - FontWeight - Kicker
611
+ static const kickerFontWeight = 700;
612
+ static const kickerFontWeightSt = "700";
613
+
614
+ // Semantic - Typography - FontWeight - Subheadline
615
+ static const subheadlineFontWeight = 700;
787
616
 
788
617
  // Semantic - Typography - FontWeight - Headline
789
618
  static const headline1FontWeight = 700;
@@ -793,22 +622,66 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
793
622
  /** This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines. */
794
623
  static const headline1FontWeightSt = "700";
795
624
 
796
- // Semantic - Typography - FontWeight - Kicker
797
- static const kickerFontWeight = 700;
798
- static const kickerFontWeightSt = "700";
625
+ // Semantic - Typography - FontWeight - Title
626
+ static const titleFontWeight = 800;
627
+
628
+ // Semantic - Typography - FontWeight - Display
629
+ static const displayFontWeight = 800;
630
+
631
+ // Semantic - Typography - FontWeight - Quote
632
+ static const quoteFontWeight = 800;
633
+
634
+ // Semantic - Typography - FontWeight - Footnote
635
+ static const footnoteFontWeightBook = 400;
636
+ static const footnoteFontWeightBold = 700;
637
+
638
+ // Semantic - Typography - LineHeight - Body
639
+ /** Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) */
640
+ static const bodyLineHeight = "28px";
641
+
642
+ // Semantic - Typography - LineHeight - Kicker
643
+ static const kicker4LineHeight = "15.399999618530273px";
644
+ static const kicker3LineHeight = "17.600000381469727px";
645
+ static const kicker2LineHeight = "19.799999237060547px";
646
+ static const kicker1LineHeight = "19.799999237060547px";
647
+
648
+ // Semantic - Typography - LineHeight - Label
649
+ static const label3LineHeight = "14.399999618530273px";
650
+ /** This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. */
651
+ static const label1LineHeight = "17px";
652
+ static const label1ResponsiveLineHeight = "10px";
653
+ static const label2LineHeight = "16px";
654
+ static const label4LineHeight = "10px";
655
+
656
+ // Semantic - Typography - LineHeight - Display
657
+ static const display1LineHeight = "40px";
658
+ static const display2LineHeight = "36px";
659
+ static const display3LineHeight = "28px";
799
660
 
800
- // Semantic - Typography - FontWeight - Label
801
- static const labelFontWeightBold = 700;
802
- static const labelFontWeightBook = 400;
661
+ // Semantic - Typography - LineHeight - Title
662
+ static const title1LineHeight = "22px";
663
+ /** html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
664
+ static const title2LineHeight = "17.600000381469727px";
803
665
 
804
- // Semantic - Typography - FontWeight - Quote
805
- static const quoteFontWeight = 800;
666
+ // Semantic - Typography - LineHeight - Quote
667
+ /** This variable is used in the quote text style line height parameter. */
668
+ static const quoteLineHeight = "16px";
806
669
 
807
- // Semantic - Typography - FontWeight - Subheadline
808
- static const subheadlineFontWeight = 700;
670
+ // Semantic - Typography - LineHeight - Footnote
671
+ static const footnote1LineHeight = "21px";
672
+ static const footnote2LineHeight = "15.600000381469727px";
809
673
 
810
- // Semantic - Typography - FontWeight - Title
811
- static const titleFontWeight = 800;
674
+ // Semantic - Typography - LineHeight - Headline
675
+ static const headline1LineHeight = "48px";
676
+ static const headline2LineHeight = "40px";
677
+ static const headline3LineHeight = "28px";
678
+ static const headline4LineHeight = "22px";
679
+
680
+ // Semantic - Typography - LineHeight - Callout
681
+ static const calloutLineHeight = "18px";
682
+
683
+ // Semantic - Typography - LineHeight - Subheadline
684
+ static const subheadline1LineHeight = "24px";
812
685
 
813
686
  // Semantic - Typography - LetterSpacing
814
687
  /** 0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
@@ -838,53 +711,29 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
838
711
  /** -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices. */
839
712
  static const display3LetterSpacing = "-0.5px";
840
713
 
841
- // Semantic - Typography - LineHeight - Body
842
- /** Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) */
843
- static const bodyLineHeight = "28px";
844
-
845
- // Semantic - Typography - LineHeight - Callout
846
- static const calloutLineHeight = "18px";
847
-
848
- // Semantic - Typography - LineHeight - Display
849
- static const display1LineHeight = "40px";
850
- static const display2LineHeight = "36px";
851
- static const display3LineHeight = "28px";
852
-
853
- // Semantic - Typography - LineHeight - Footnote
854
- static const footnote1LineHeight = "21px";
855
- static const footnote2LineHeight = "15.600000381469727px";
856
-
857
- // Semantic - Typography - LineHeight - Headline
858
- static const headline1LineHeight = "48px";
859
- static const headline2LineHeight = "40px";
860
- static const headline3LineHeight = "28px";
861
- static const headline4LineHeight = "22px";
862
-
863
- // Semantic - Typography - LineHeight - Kicker
864
- static const kicker4LineHeight = "15.399999618530273px";
865
- static const kicker3LineHeight = "17.600000381469727px";
866
- static const kicker2LineHeight = "19.799999237060547px";
867
- static const kicker1LineHeight = "19.799999237060547px";
868
-
869
- // Semantic - Typography - LineHeight - Label
870
- static const label3LineHeight = "14.399999618530273px";
871
- /** This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. */
872
- static const label1LineHeight = "17px";
873
- static const label1ResponsiveLineHeight = "10px";
874
- static const label2LineHeight = "16px";
875
- static const label4LineHeight = "10px";
876
-
877
- // Semantic - Typography - LineHeight - Quote
878
- /** This variable is used in the quote text style line height parameter. */
879
- static const quoteLineHeight = "16px";
880
-
881
- // Semantic - Typography - LineHeight - Subheadline
882
- static const subheadline1LineHeight = "24px";
714
+ // Semantic - Border - BorderRadius
715
+ /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
716
+ static const borderRadiusXs = "2px";
717
+ /** 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. */
718
+ static const borderRadiusMd = "8px";
719
+ /** 4-4-4-4 use for corner rounding on compact components like checkboxes or small input controls. */
720
+ static const borderRadiusSm = "4px";
721
+ /** 24-24-24-24 use for corner rounding on larger cards, overlays, dialogs, and other container components. */
722
+ static const borderRadiusXl = "24px";
723
+ /** 16-16-16-16 use for corner rounding on small cards, overlays, and modal surfaces. */
724
+ static const borderRadiusLg = "16px";
725
+ /** 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. */
726
+ static const borderRadiusNone = "0px";
727
+ /** creates fully rounded shapes, typically used for circular elements like avatars. */
728
+ static const borderRadiusFull = "9999px";
883
729
 
884
- // Semantic - Typography - LineHeight - Title
885
- static const title1LineHeight = "22px";
886
- /** html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
887
- static const title2LineHeight = "17.600000381469727px";
730
+ // Semantic - Border - BorderWidth
731
+ /** 1-1-1-1 use for subtle outlines and dividers */
732
+ static const borderWidthThin = "1px";
733
+ /** 2-2-2-2 use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active) */
734
+ static const borderWidthThick = "2px";
735
+ /** 0.33 -0.33 -0.33 -0.33 – primarily used in mobile app interfaces. Optimized for high-density displays to create subtle dividers and outlines without visual overload. */
736
+ static const borderWidthHairline = "0.33000001311302185px";
888
737
 
889
738
  // Semantic - Visibility - Boolean
890
739
  /** Use for showing elements on mobile viewport sizes only */
@@ -909,4 +758,155 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
909
758
  static const bpSpecificWeb = "xs/sm";
910
759
  static const bpSpecificApp = "compact";
911
760
 
761
+ // Semantic - Space - Inline - Responsive
762
+ /** 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
763
+ static const inlineSpaceRespSm = "8px";
764
+ /** 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints */
765
+ static const inlineSpaceRespMd = "12px";
766
+ /** 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
767
+ static const inlineSpaceRespLg = "16px";
768
+ /** 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
769
+ static const inlineSpaceResp2Xl = "32px";
770
+ /** 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
771
+ static const inlineSpaceRespXl = "24px";
772
+
773
+ // Semantic - Space - Inline - Constant
774
+ /** 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements */
775
+ static const inlineSpaceConstSm = "8px";
776
+ /** 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements */
777
+ static const inlineSpaceConstMd = "12px";
778
+ /** 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements */
779
+ static const inlineSpaceConstLg = "16px";
780
+ /** 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements */
781
+ static const inlineSpaceConst2Xl = "32px";
782
+ /** 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements */
783
+ static const inlineSpaceConstXl = "24px";
784
+ /** 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements */
785
+ static const inlineSpaceConstXs = "6px";
786
+ /** 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements */
787
+ static const inlineSpaceConst3Xs = "2px";
788
+ /** 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements */
789
+ static const inlineSpaceConst2Xs = "4px";
790
+
791
+ // Semantic - Space - Stack - Responsive
792
+ /** 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
793
+ static const stackSpaceRespMd = "12px";
794
+ /** 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
795
+ static const stackSpaceRespLg = "16px";
796
+ /** 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
797
+ static const stackSpaceResp2Xl = "32px";
798
+ /** 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
799
+ static const stackSpaceRespSm = "8px";
800
+ /** 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
801
+ static const stackSpaceRespXl = "24px";
802
+
803
+ // Semantic - Space - Stack - Constant
804
+ /** 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements */
805
+ static const stackSpaceConstSm = "8px";
806
+ /** 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements */
807
+ static const stackSpaceConstMd = "12px";
808
+ /** 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements */
809
+ static const stackSpaceConstLg = "16px";
810
+ /** 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements */
811
+ static const stackSpaceConst2Xl = "32px";
812
+ /** 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements */
813
+ static const stackSpaceConstXl = "24px";
814
+ /** 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements */
815
+ static const stackSpaceConstXs = "6px";
816
+ /** 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements */
817
+ static const stackSpaceConst3Xs = "2px";
818
+ /** 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements */
819
+ static const stackSpaceConst2Xs = "4px";
820
+
821
+ // Semantic - Space - Gap - Responsive
822
+ /** 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints */
823
+ static const gapSpaceRespXs = "4px";
824
+ /** 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints */
825
+ static const gapSpaceRespLg = "16px";
826
+ /** 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints */
827
+ static const gapSpaceRespXl = "24px";
828
+ /** 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints */
829
+ static const gapSpaceResp2Xl = "32px";
830
+ /** 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints */
831
+ static const gapSpaceRespMd = "12px";
832
+ /** 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints */
833
+ static const gapSpaceRespSm = "8px";
834
+ /** 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints */
835
+ static const gapSpaceResp2Xs = "2px";
836
+ /** 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints */
837
+ static const gapSpaceResp3Xl = "48px";
838
+
839
+ // Semantic - Space - Gap - Constant
840
+ /** 2-2-2-2 – Use for fixed gaps between items inside of UI elements */
841
+ static const gapSpaceConst2Xs = "2px";
842
+ /** 4-4-4-4 – Use for fixed gaps between items inside of UI elements */
843
+ static const gapSpaceConstXs = "4px";
844
+ /** 8-8-8-8 – Use for fixed gaps between items inside of UI elements */
845
+ static const gapSpaceConstSm = "8px";
846
+ /** 12-12-12-12 – Use for fixed gaps between items inside of UI elements */
847
+ static const gapSpaceConstMd = "12px";
848
+ /** 16-16-16-16 – Use for fixed gaps between items inside of UI elements */
849
+ static const gapSpaceConstLg = "16px";
850
+ /** 24-24-24-24 – Use for fixed gaps between items inside of UI elements */
851
+ static const gapSpaceConstXl = "24px";
852
+ /** 32-32-32-32 – Use for fixed gaps between items inside of UI elements */
853
+ static const gapSpaceConst2Xl = "32px";
854
+ /** 48-48-48-48 – Use for fixed gaps between items inside of UI elements */
855
+ static const gapSpaceConst3Xl = "48px";
856
+
857
+ // Semantic - Size - Constant
858
+ /** 16-16-16-16 – Use for setting fixed height and width of UI elements */
859
+ static const sizeConst3Xs = "16px";
860
+ /** 24-24-24-24 – Use for setting fixed height and width of UI elements */
861
+ static const sizeConst2Xs = "24px";
862
+ /** 32-32-32-32 – Use for setting fixed height and width of UI elements */
863
+ static const sizeConstXs = "32px";
864
+ /** 40-40-40-40 – Use for setting fixed height and width of UI elements */
865
+ static const sizeConstSm = "40px";
866
+ /** 48-48-48-48 Use for setting fixed height and width of UI elements */
867
+ static const sizeConstMd = "48px";
868
+ /** 56-56-56-56 – Use for setting fixed height and width of UI elements */
869
+ static const sizeConstLg = "56px";
870
+ /** 64-64-64-64 – Use for setting fixed height and width of UI elements */
871
+ static const sizeConstXl = "64px";
872
+ /** 96-96-96-96 – Use for setting fixed height and width of UI elements */
873
+ static const sizeConst3Xl = "96px";
874
+ /** 148-148-148-148 – Use for setting fixed height and width of UI elements */
875
+ static const sizeConst4Xl = "148px";
876
+ /** 72-72-72-72 – Use for setting fixed height and width of UI elements */
877
+ static const sizeConst2Xl = "72px";
878
+ /** 8-8-8-8 – Use for setting fixed height and width of UI elements */
879
+ static const sizeConst4Xs = "8px";
880
+
881
+ // Semantic - Size - Responsive
882
+ /** 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints */
883
+ static const sizeResp3Xs = "16px";
884
+ /** 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints */
885
+ static const sizeResp2Xs = "24px";
886
+ /** 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints */
887
+ static const sizeRespXs = "32px";
888
+ /** 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints */
889
+ static const sizeRespSm = "40px";
890
+ /** 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints */
891
+ static const sizeRespMd = "48px";
892
+ /** 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints */
893
+ static const sizeRespLg = "56px";
894
+ /** 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints */
895
+ static const sizeRespXl = "64px";
896
+ /** 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints */
897
+ static const sizeResp2Xl = "72px";
898
+ /** 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints */
899
+ static const sizeResp3Xl = "96px";
900
+ /** 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints */
901
+ static const sizeResp4Xl = "148px";
902
+ /** 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints */
903
+ static const sizeResp4Xs = "12px";
904
+
905
+
906
+ // ============================================
907
+ // OTHER
908
+ // ============================================
909
+
910
+ static const breakpointName = "sm";
911
+
912
912
  }