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