@marioschmidt/design-system-tokens 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  2. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  3. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +31 -6
  16. package/dist/css/brands/bild/density/density-default.css +31 -6
  17. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  33. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  34. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +160 -48
  50. package/dist/css/shared/fontprimitive.css +99 -33
  51. package/dist/css/shared/sizeprimitive.css +8 -1
  52. package/dist/css/shared/spaceprimitive.css +8 -1
  53. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  54. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  55. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  56. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  57. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  58. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  61. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  62. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  63. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  64. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  65. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  66. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  67. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  71. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  72. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  73. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  74. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  75. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  76. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  77. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  78. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  82. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  83. package/dist/flutter/shared/colorprimitive.dart +20 -1
  84. package/dist/flutter/shared/fontprimitive.dart +20 -3
  85. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  86. package/dist/flutter/shared/spaceprimitive.dart +5 -0
  87. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  88. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  89. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  90. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  91. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  92. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  95. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  96. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  97. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  98. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  99. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  100. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  101. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  105. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  106. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  107. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  108. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  109. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  110. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  111. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  112. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  116. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  117. package/dist/ios/shared/Colorprimitive.swift +20 -1
  118. package/dist/ios/shared/Fontprimitive.swift +20 -3
  119. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  120. package/dist/ios/shared/Spaceprimitive.swift +5 -0
  121. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  122. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  123. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  124. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  125. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  126. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  130. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  131. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  132. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  133. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  135. package/dist/js/brands/bild/density/density-compact.js +16 -1
  136. package/dist/js/brands/bild/density/density-default.js +16 -1
  137. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  138. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  139. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  140. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  141. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  144. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  145. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  146. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  147. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  148. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  149. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  150. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  152. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  153. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  154. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  155. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  156. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  157. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  158. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  162. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  163. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  164. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  165. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  166. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  167. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  169. package/dist/js/shared/colorprimitive.js +125 -45
  170. package/dist/js/shared/fontprimitive.js +76 -34
  171. package/dist/js/shared/sizeprimitive.js +8 -1
  172. package/dist/js/shared/spaceprimitive.js +8 -1
  173. package/dist/manifest.json +1 -1
  174. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  175. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  176. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  177. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  178. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  179. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  180. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  181. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  182. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  183. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  184. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  185. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  186. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  187. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  188. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  189. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  190. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  191. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  192. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  193. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  194. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  195. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  196. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  197. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  198. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  199. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  200. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  201. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  202. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  203. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  204. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  205. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  206. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  207. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  208. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  209. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  210. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  211. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  214. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  215. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  216. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  217. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  218. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  219. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  220. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  221. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  222. package/dist/scss/shared/colorprimitive.scss +129 -48
  223. package/dist/scss/shared/fontprimitive.scss +76 -33
  224. package/dist/scss/shared/sizeprimitive.scss +9 -1
  225. package/dist/scss/shared/spaceprimitive.scss +9 -1
  226. package/package.json +1 -1
@@ -1,39 +1,214 @@
1
+ //
2
+ // breakpoint-xs-320px.scss
3
+ // Generiert am: 2025-11-24T20:34:54.466Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
3
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
+ $accordion-label-font-family: Gotham XNarrow;
14
+
15
+ // Component - Article
4
16
  $aricle-mobile1-col-grid-image-margin-space: 0px;
5
- $article-top-margin-space: 8px; // 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box.
6
- $article-kicker-font-size: 18px; // This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30
7
- $article-headline-font-size: 40px; // 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG
8
- $article-gallery-ateaser-width: 145px; // same as standard teaser width size variable
9
- $article-image-caption-font-size: 16px; // CSS --article-figure-meta-font-size 16-16-18-18
10
- $article-image-source-font-size: 16px; // NMT CSS --article-figure-meta-font-size
11
- $article-image-caption-line-height: 19.5px; // this component level variable references the branding variables
17
+ // 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box.
18
+ $article-top-margin-space: 8px;
19
+ // This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30
20
+ $article-kicker-font-size: 18px;
21
+ // 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG
22
+ $article-headline-font-size: 40px;
23
+ // same as standard teaser width size variable
24
+ $article-gallery-ateaser-width: 145px;
25
+ // CSS --article-figure-meta-font-size 16-16-18-18
26
+ $article-image-caption-font-size: 16px;
27
+ // NMT CSS --article-figure-meta-font-size
28
+ $article-image-source-font-size: 16px;
29
+ // this component level variable references the branding variables
30
+ $article-image-caption-line-height: 19.5px;
12
31
  $article-image-source-line-height: 21px;
13
- $article-content-stack-space: 16px; // 16 - 16 - 24 - 32 - This variable creates the vertical spacing between different article body elements such as avatars, media players, corssheadings, paragraphs, field sets, images, tables, quotes, videos, social embeds, etc.
14
- $article-headings-stack-space: 12px; // 12 | 12 | 12 | 16 - This spacing variable is used for the space between article page heading kickers, headlines and subheadlines. XS&SM need review; correct value might be 8
32
+ // 16 - 16 - 24 - 32 - This variable creates the vertical spacing between different article body elements such as avatars, media players, corssheadings, paragraphs, field sets, images, tables, quotes, videos, social embeds, etc.
33
+ $article-content-stack-space: 16px;
34
+ // 12 | 12 | 12 | 16 - This spacing variable is used for the space between article page heading kickers, headlines and subheadlines. XS&SM need review; correct value might be 8
35
+ $article-headings-stack-space: 12px;
15
36
  $article-image-landscape-inline-space: 0px;
16
- $article-meta-font-family: Gotham; // This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection.
17
- $article-meta-font-size: 12px; // This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16
18
- $article-content-inline-space: 16px; // 16 | 16 | 72 | 162 - This variable is used for making the left and right spacings around article content blocks. Current css has the article-body class assigned to a div and article body contains these horizontal padding values.
19
- $article-headings-inline-space: 16px; // 16 | 16 | 72 | 16 - This variable is used for the left and right space within the article page headings container which holds the article page kicker, headline and subheadline.
37
+ // This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection.
38
+ $article-meta-font-family: Gotham;
39
+ // This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16
40
+ $article-meta-font-size: 12px;
41
+ // 16 | 16 | 72 | 162 - This variable is used for making the left and right spacings around article content blocks. Current css has the article-body class assigned to a div and article body contains these horizontal padding values.
42
+ $article-content-inline-space: 16px;
43
+ // 16 | 16 | 72 | 16 - This variable is used for the left and right space within the article page headings container which holds the article page kicker, headline and subheadline.
44
+ $article-headings-inline-space: 16px;
20
45
  $article-image-portait-inline-space: 0px;
21
46
  $article-image-container-stack-space: 8px;
22
47
  $article-infobox-inline-space: 16px;
23
48
  $article-infobox-stack-space: 16px;
24
- $bild-design-frame-space: 12px; // Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
25
- $ds-main-container-space: 0px; // This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68
26
- $dsys-docs-width-size: 320px;
27
- $main-content-stage-size: 320px; // 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
28
- $foundations-banner-height-size: 80px; // 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
29
- $ds-caption-stack-space0-5x: 4px; // This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8
30
- $ds-caption-stack-space1x: 8px;
31
- $1column-mobile: 320px; // This variable is used only for this design system's component tests.
32
- $thin-banner-vertical-height-size: 558px; // 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
33
- $specs-font-family: Gotham; // This variable is used only for texts and labels that form part of this design system's documentation.
34
- $doc-header-height-size: 144px; // This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
49
+
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
+ $audio-player-font-size: 16px;
53
+
54
+ // Component - Avatar
55
+ // This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
56
+ $avatar-label-font-size: 16px;
57
+ // This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices.
58
+ $avatar-article-size: 48px;
59
+ // 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
60
+ $avatar-author-page-size: 96px;
61
+ // This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
62
+ $avatar-font-family: Gotham XNarrow;
63
+ // This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23
64
+ $avatar-label-line-height: 21px;
65
+ // This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24
66
+ $avatar-lane-gap-space: 16px;
67
+ // This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
68
+ $app-avatar-font-family: Gotham;
69
+
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
+ $badges-inner-stack-space: 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
+ $badges-inner-inline-space: 4px;
75
+ // 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
76
+ $ad-label-badge-height-size: 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
+ $breadcrumb-font-size: 15px;
81
+ $breadcrumb-font-family: Gotham XNarrow;
82
+ $breadcrumb-arrow-left-inline-space1: 3px;
83
+ $breadcrumb-arrow-right-inline-space2: 5px;
84
+ $breadcrumb-inline-space: 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
+ $breadcrumb-line-height: 15px;
87
+ $breadcrumb-font-weight: 700;
88
+ $breadcrumb-stack-space: 14px;
89
+
90
+ // Component - BreakingNews
91
+ $breaking-news-container-height-size: 56px;
92
+ $breaking-news-badge-upper-title-font-size: 13px;
93
+ $breaking-news-badge-lower-title-font-size: 23px;
94
+ $breaking-news-badge-upper-title-line-height: 13px;
95
+ $breaking-news-badge-lower-title-line-height: 21px;
96
+ $breaking-news-badge-titels-stack-space: 0px;
97
+ $breaking-news-scrolling-text-font-size: 21px;
98
+ $breaking-news-scrolling-text-line-height: 24px;
99
+ $breaking-news-badge-inline-space: 6px;
100
+
101
+ // Component - Button
102
+ $button-label-font-size: 15px;
103
+ $button-inline-space: 16px;
104
+ // Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
105
+ $partner-link-button-label-font-size: 16px;
106
+ $partner-link-button-label-height-size: 48px;
107
+ $button-border-width-size: 2px;
108
+ // This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
109
+ $button-content-min-height-size: 24px;
110
+ $partner-link-button-inline-space: 8px;
111
+ $button-label-line-height: 15px;
112
+ $button-content-gap-space: 6px;
113
+ $button-stack-space: 6px;
114
+ $button-border-radius: 8px;
115
+
116
+ // Component - Cards
117
+ $search-result-card-image-width-size: 216px;
118
+ $search-result-card-image-height-size-stacked: 189px;
119
+ $newsticker-image-card-width-size: 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
+ $gallery-teaser-title-bottom-space: 28px;
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
+ $gallery-teaser-app-gap-space: 0px;
126
+ $app-epaper-carousel-item-focus-width: 182px;
127
+ $app-epaper-carousel-item-default-width: 144px;
128
+ $app-epaper-carouse-beilage-item-width: 110px;
129
+ $standard-teaser-gallery-teaser-width-web: 145px;
130
+ $standard-teaser-gallery-teaser-width-app: 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
+ $chips-font-size: 16px;
135
+ $chips-inline-space: 12px;
136
+ $chips-stack-space: 8px;
137
+
138
+ // Component - Datepicker
139
+ $datepicker-item-day-width-size: 44px;
140
+ $datepicker-item-height-size: 44px;
141
+ $datepicker-item-year-width-size: 77px;
142
+
143
+ // Component - Drawers
144
+ $mobile-menu-drawer-stack-space: 20px;
145
+ $mobile-menu-drawer-left-inline-space: 20px;
146
+ $mobile-menu-drawer-right-inline-space: 16px;
147
+ $mobile-menu-drawer-max-width-size: 400px;
148
+
149
+ // Component - Dropdown
150
+ $drop-down-border-radius: 4px;
151
+ $drop-down-item-stack-space: 8px;
152
+ $drop-down-item-inline-space: 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
+ $footer-font-size: 11px;
157
+ $footer-line-height: 14px;
158
+ $footer-font-family: Gotham XNarrow;
159
+ $footer-font-size-user-offer-pages: 18px;
160
+ $footer-line-height-user-offer-pages: 26px;
161
+
162
+ // Component - Icon
163
+ $icon-size: 24px;
164
+ $icon-size-embedd-media: 40px;
165
+
166
+ // Component - InfoElement
167
+ $info-element-teaser-badge-height-size: 16px;
168
+ $info-element-teaser-image-height-size: 80px;
169
+ $info-element-teaser-image-width-size: 80px;
170
+ $info-element-teaser-badge-margin-space: 4px;
171
+
172
+ // Component - Inputfield
173
+ $input-field-stack-space: 6px;
174
+ $input-field-inline-space: 16px;
175
+ $input-field-mini-label-inline-space: 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
+ $input-field-font-size: 16px;
178
+ $input-field-imessage-inline-space: 16px;
179
+ $input-field-height-size: 36px;
180
+ $hey-input-container-inline-space: 8px;
181
+ $input-field-message-gap-space: 4px;
182
+ $input-field-font-family: Gotham XNarrow;
183
+
184
+ // Component - Liveticker
185
+ $live-tickerheadline-font-weight: 600;
186
+ // This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
187
+ $live-ticker-headlines-font-size: 22px;
188
+ $time-stamp-font-family: Gotham XNarrow;
189
+ // This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
190
+ $live-ticker-time-stamp-font-size: 14px;
191
+ $live-ticker-time-headline-stack-space: 4px;
192
+ $live-ticker-slider-item-width-max-size: 257px;
193
+ $live-ticker-app-card-height-size: 96px;
194
+ $live-ticker-app-card-width-size: 250px;
195
+
196
+ // Component - Mediaplayer
197
+ $podcast-play-button-size: 48px;
198
+ $vid-player-bottom-bar-gap-space: 0px;
199
+ $audio-player-header-stack-space: 56px;
200
+ $video-time-badge-font-family: Gotham XNarrow;
201
+ $vid-player-control-button-size: 42px;
202
+ $vid-player-control-button-icon-size-hover: 28px;
203
+ $vid-player-timecode-font-size: 14px;
204
+ $vid-player-timecode-container-min-width-size: 45px;
205
+ $vid-player-progress-bar-container-height-size: 24px;
206
+ $vid-player-unmute-button-width-size: 220px;
207
+
208
+ // Component - Menu
35
209
  $menu-item-space: 8px;
36
- $menu-item-font-size: 15px; // This variable is used on the menu link lane and on the mobile side menu drawer.
210
+ // This variable is used on the menu link lane and on the mobile side menu drawer.
211
+ $menu-item-font-size: 15px;
37
212
  $menu-item-util-font-size: 12px;
38
213
  $menu-item-util-stack-space: 10px;
39
214
  $menu-link-lane-height-size: 48px;
@@ -50,73 +225,23 @@ $menu-utility-links-gap-space: 24px;
50
225
  $menu-right-inline-space: 0px;
51
226
  $menu-bottom-stack-space: 8px;
52
227
  $menu-utility-links-divider-height-size: 40px;
53
- $menu-shadow-visibility: rgba(0, 0, 0, 0.10000000149011612); // 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
54
- $hey-input-shadow-visibility: rgba(0, 0, 0, 0); // 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
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
+ $menu-shadow-visibility: 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
+ $hey-input-shadow-visibility: rgba(0, 0, 0, 0);
55
232
  $app-topbar-title-font-size: 12px;
56
233
  $app-topbar-stage-title-height: 14px;
57
234
  $i-osapp-top-bar-height-size: 44px;
58
235
  $i-osapp-top-bar-left-inline-space: 12px;
59
236
  $i-osapp-top-bar-right-inline-space: 16px;
60
- $teaser-title-inline-left-space: 12px;
61
- $teaser-title-stack-space: 4px;
62
- $m-qteaser-headline-font-size: 22px; // XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
63
- $m-qteaser-headline-font-weight: 600;
64
- $m-qteaser-headline-line-height: 22px;
65
- $mq-teaser-title-inline-space: 8px;
66
- $a-teaser-kicker-font-size: 16px; // 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
67
- $a-teaser-headline-font-size: 28px; // This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
68
- $a-teaser-kicker-line-height: 16px;
69
- $a-teaser-headline-line-height: 28px;
70
- $a-teaser-title-inline-space: 8px;
71
- $teaser-title-gap-space: 4px;
72
- $std-teaser-image-title-gap-space: 4px;
73
- $std-teaser-badges-margin-space: 4px; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
74
- $std-teaser-kicker-headline-stack-space: 2px; // 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
75
- $teaser-kicker-bg-inline-space: 6px;
76
- $teaser-kicker-bg-stack-space: 2px;
77
- $quad-headline-font-size: 48px; // This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
78
- $quad-kicker-font-size: 18px;
79
- $quad-headline-line-height: 48px;
80
- $q-teaser-title-inline-space: 8px;
81
- $teaser-badges-margin-space: 8px; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
82
- $teaser-badges-height-size-lg: 32px; // This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
83
- $teaser-title-bottom-stack-space: 12px;
84
- $teaser-badges-height-size-sm: 24px;
85
- $bild-play-teaser-width-size: 145px;
86
- $teaser-layout-grid-space: 12px;
87
- $super-ateaser-title-inline-space: 16px; // 16 - 16 - 16 - 16
88
- $b-teaser-title-inline-space: 8px;
89
- $table-column-width-size1x: 80px;
90
- $table-column-width-size2x: 140px;
91
- $table-column-width-size0-5x: 40px;
92
- $table-column-width-size1-5x: 120px;
93
- $table-column-width-size2-5x: 180px;
94
- $table-column-width-size0-75x: 56px;
95
- $table-column-width-size3x: 200px;
96
- $table-item-max-width-size: 224px;
97
- $separator-thickness-size: 2px;
98
- $avatar-label-font-size: 16px; // This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
99
- $avatar-article-size: 48px; // This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices.
100
- $avatar-author-page-size: 96px; // 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
101
- $avatar-font-family: Gotham XNarrow; // This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
102
- $avatar-label-line-height: 21px; // This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23
103
- $avatar-lane-gap-space: 16px; // This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24
104
- $app-avatar-font-family: Gotham; // This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
105
- $button-label-font-size: 15px;
106
- $button-inline-space: 16px;
107
- $partner-link-button-label-font-size: 16px; // Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
108
- $partner-link-button-label-height-size: 48px;
109
- $button-border-width-size: 2px;
110
- $button-content-min-height-size: 24px; // This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
111
- $partner-link-button-inline-space: 8px;
112
- $button-label-line-height: 15px;
113
- $button-content-gap-space: 6px;
114
- $button-stack-space: 6px;
115
- $button-border-radius: 8px;
116
- $news-ticker-time-font-size: 16px; // similar to kicker3 values - 16 - 16 - 16 - 18
237
+
238
+ // Component - Newsticker
239
+ // similar to kicker3 values - 16 - 16 - 16 - 18
240
+ $news-ticker-time-font-size: 16px;
117
241
  $news-ticker-time-font-weight: 700;
118
242
  $news-ticker-time-font-family: Gotham XNarrow;
119
- $news-ticker-time-line-height: 20.799999237060547px; // 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.
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
+ $news-ticker-time-line-height: 20.799999237060547px;
120
245
  $news-ticker-content-stack-space: 4px;
121
246
  $news-ticker-kicker-inner-stack-space: 2px;
122
247
  $news-ticker-titles-inline-space: 18px;
@@ -130,200 +255,436 @@ $news-ticker-entries-left-inline-space: 22px;
130
255
  $news-ticker-line-inline-space: 6px;
131
256
  $news-ticker-app-card-height-size: 116px;
132
257
  $news-ticker-app-card-width-size: 250px;
133
- $live-tickerheadline-font-weight: 600;
134
- $live-ticker-headlines-font-size: 22px; // This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
135
- $time-stamp-font-family: Gotham XNarrow;
136
- $live-ticker-time-stamp-font-size: 14px; // This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
137
- $live-ticker-time-headline-stack-space: 4px;
138
- $live-ticker-slider-item-width-max-size: 257px;
139
- $live-ticker-app-card-height-size: 96px;
140
- $live-ticker-app-card-width-size: 250px;
141
- $video-time-badge-corner-size: 2px; // 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.
142
- $video-time-badge-font-size: 16px; // 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.
143
- $video-time-badge-size: 24px; // 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.
144
- $video-red-play-icon-width-size: 8px;
145
- $video-red-play-icon-height-size: 10px; // This variable is used for changing the red play icon inside the white square.
146
- $video-badge-time-line-height: 21px;
147
- $video-skeleton-container-height: 180px;
148
- $video-frame-inline-space: 0px;
149
- $vertical-video-mock-headline-font-size: 22px;
150
- $video-ad-badge-font-size: 14px; // 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
258
+
259
+ // Component - Pagination
151
260
  $gallery-pagination-item-height-size: 4px;
152
- $gallery-pagination-container-web-inline-space: 8px; // 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
153
- $gallery-pagination-container-stack-space: 12px; // 12 - 12 - 16 - 16 - this component level variable references the semantic
261
+ // 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
262
+ $gallery-pagination-container-web-inline-space: 8px;
263
+ // 12 - 12 - 16 - 16 - this component level variable references the semantic
264
+ $gallery-pagination-container-stack-space: 12px;
154
265
  $gallery-pagination-container-app-inline-space: 12px;
155
266
  $scroll-bar-thickness-size: 8px;
156
- $drop-down-border-radius: 4px;
157
- $drop-down-item-stack-space: 8px;
158
- $drop-down-item-inline-space: 12px;
159
- $input-field-stack-space: 6px;
160
- $input-field-inline-space: 16px;
161
- $input-field-mini-label-inline-space: 4px;
162
- $input-field-font-size: 16px; // 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
163
- $input-field-imessage-inline-space: 16px;
164
- $input-field-height-size: 36px;
165
- $hey-input-container-inline-space: 8px;
166
- $input-field-message-gap-space: 4px;
167
- $input-field-font-family: Gotham XNarrow;
168
- $breadcrumb-font-size: 15px; // 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
169
- $breadcrumb-font-family: Gotham XNarrow;
170
- $breadcrumb-arrow-left-inline-space1: 3px;
171
- $breadcrumb-arrow-right-inline-space2: 5px;
172
- $breadcrumb-inline-space: 12px;
173
- $breadcrumb-line-height: 15px; // 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
174
- $breadcrumb-font-weight: 700;
175
- $breadcrumb-stack-space: 14px;
176
- $icon-size: 24px;
177
- $icon-size-embedd-media: 40px;
178
- $badges-inner-stack-space: 2px; // 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.
179
- $badges-inner-inline-space: 4px; // 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.
180
- $ad-label-badge-height-size: 30px; // 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
181
- $section-title-inner-stack-bottom-space: 12px;
182
- $section-title-height-size: 32px;
183
- $section-title-arrow-inline-space: 5px; // This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title.
184
- $section-title-arrow-inline-space-active: 5px; // 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.
185
- $audio-player-font-size: 16px; // 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
186
- $special-navi-inline-space: 24px;
187
- $chips-font-size: 16px; // 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
188
- $chips-inline-space: 12px;
189
- $chips-stack-space: 8px;
190
- $search-result-badge-height-size: 18px;
267
+
268
+ // Component - Paywall
269
+ $paywall-container-gap-space: -48px;
270
+ $paywall-header-bottom-stack-space: 80px;
271
+ $paywall-card-max-width-size: 346px;
272
+ // This variable is used on the paywall card price tag. 64 constant
273
+ $paywall-card-price-tag-font-size: 64px;
274
+ $paywall-card-price-tag-line-height: 64px;
275
+ $paywall-card-price-note-line-height: 40px;
276
+ // This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
277
+ $paywall-card-price-note-font-size: 40px;
278
+
279
+ // Component - Quotes
280
+ $quote-container-inline-space: 16px;
281
+ $quote-container-stack-space: 16px;
282
+ $quote-quotation-marks-font-size: 28px;
283
+ $quote-content-gap-space: 16px;
284
+
285
+ // Component - RadioButtons
191
286
  $radio-selector-size: 20px;
192
287
  $radio-selector-dot-active-size: 12px;
288
+
289
+ // Component - Search
290
+ $search-result-badge-height-size: 18px;
291
+
292
+ // Component - SectionTitle
293
+ $section-title-inner-stack-bottom-space: 12px;
294
+ $section-title-height-size: 32px;
295
+ // This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title.
296
+ $section-title-arrow-inline-space: 5px;
297
+ // 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
+ $section-title-arrow-inline-space-active: 5px;
299
+
300
+ // Component - Separators
301
+ $separator-thickness-size: 2px;
302
+
303
+ // Component - Skeletons
193
304
  $headlines-skeleton-image-placeholder-max-width: 282px;
194
305
  $article-skeleton-image-inline-space: 12px;
195
306
  $article-skeleton-text-inline-space: 0px;
196
307
  $article-text-skeleton-height-size: 270px;
308
+
309
+ // Component - Sliders
310
+ $slider-progress-bar-idle-height-size: 4px;
311
+ $slider-progress-bar-hover-height-size: 8px;
312
+ $slider-progress-inactive-height-size: 2px;
313
+ $vid-player-progress-bar-height-size: 12px;
314
+
315
+ // Component - SpecialNavi
316
+ $special-navi-inline-space: 24px;
317
+
318
+ // Component - Spinners
197
319
  $video-spinner-size: 40px;
198
320
  $video-spinner-stroke-size: 2px;
199
321
  $video-spinner-size0-5x: 20px;
200
- $breaking-news-container-height-size: 56px;
201
- $breaking-news-badge-upper-title-font-size: 13px;
202
- $breaking-news-badge-lower-title-font-size: 23px;
203
- $breaking-news-badge-upper-title-line-height: 13px;
204
- $breaking-news-badge-lower-title-line-height: 21px;
205
- $breaking-news-badge-titels-stack-space: 0px;
206
- $breaking-news-scrolling-text-font-size: 21px;
207
- $breaking-news-scrolling-text-line-height: 24px;
208
- $breaking-news-badge-inline-space: 6px;
209
- $info-element-teaser-badge-height-size: 16px;
210
- $info-element-teaser-image-height-size: 80px;
211
- $info-element-teaser-image-width-size: 80px;
212
- $info-element-teaser-badge-margin-space: 4px;
213
- $podcast-play-button-size: 48px;
214
- $vid-player-bottom-bar-gap-space: 0px;
215
- $audio-player-header-stack-space: 56px;
216
- $video-time-badge-font-family: Gotham XNarrow;
217
- $vid-player-control-button-size: 42px;
218
- $vid-player-control-button-icon-size-hover: 28px;
219
- $vid-player-timecode-font-size: 14px;
220
- $vid-player-timecode-container-min-width-size: 45px;
221
- $vid-player-progress-bar-container-height-size: 24px;
222
- $vid-player-unmute-button-width-size: 220px;
223
- $tab-label-font-size: 16px; // 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.
322
+
323
+ // Component - Table
324
+ $table-column-width-size1x: 80px;
325
+ $table-column-width-size2x: 140px;
326
+ $table-column-width-size0-5x: 40px;
327
+ $table-column-width-size1-5x: 120px;
328
+ $table-column-width-size2-5x: 180px;
329
+ $table-column-width-size0-75x: 56px;
330
+ $table-column-width-size3x: 200px;
331
+ $table-item-max-width-size: 224px;
332
+
333
+ // Component - Tabs
334
+ // 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.
335
+ $tab-label-font-size: 16px;
224
336
  $ios-tabbar-height-size: 49px;
225
337
  $android-tabbar-height-size: 56px;
226
- $tab-label-font-size-line: 12px; // 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.
227
- $apps-tabs-label-font-size: 11px; // 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.
228
- $apps-tabs-label-line-height: 14.399999618530273px; // 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.
338
+ // 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.
339
+ $tab-label-font-size-line: 12px;
340
+ // 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.
341
+ $apps-tabs-label-font-size: 11px;
342
+ // 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
+ $apps-tabs-label-line-height: 14.399999618530273px;
229
344
  $top-bar-tab-item-height-size: 44px;
230
- $mobile-menu-drawer-stack-space: 20px;
231
- $mobile-menu-drawer-left-inline-space: 20px;
232
- $mobile-menu-drawer-right-inline-space: 16px;
233
- $mobile-menu-drawer-max-width-size: 400px;
234
- $quote-container-inline-space: 16px;
235
- $quote-container-stack-space: 16px;
236
- $quote-quotation-marks-font-size: 28px;
237
- $quote-content-gap-space: 16px;
238
- $gallery-teaser-title-bottom-space: 28px; // This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
239
- $gallery-teaser-app-gap-space: 0px; // This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
240
- $app-epaper-carousel-item-focus-width: 182px;
241
- $app-epaper-carousel-item-default-width: 144px;
242
- $app-epaper-carouse-beilage-item-width: 110px;
243
- $standard-teaser-gallery-teaser-width-web: 145px;
244
- $standard-teaser-gallery-teaser-width-app: 280px;
245
- $slider-progress-bar-idle-height-size: 4px;
246
- $slider-progress-bar-hover-height-size: 8px;
247
- $slider-progress-inactive-height-size: 2px;
248
- $vid-player-progress-bar-height-size: 12px;
249
- $footer-font-size: 11px; // 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.
250
- $footer-line-height: 14px;
251
- $footer-font-family: Gotham XNarrow;
252
- $footer-font-size-user-offer-pages: 18px;
253
- $footer-line-height-user-offer-pages: 26px;
254
- $accordion-label-font-family: Gotham XNarrow; // This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
255
- $paywall-container-gap-space: -48px;
256
- $paywall-header-bottom-stack-space: 80px;
257
- $paywall-card-max-width-size: 346px;
258
- $paywall-card-price-tag-font-size: 64px; // This variable is used on the paywall card price tag. 64 constant
259
- $paywall-card-price-tag-line-height: 64px;
260
- $paywall-card-price-note-line-height: 40px;
261
- $paywall-card-price-note-font-size: 40px; // This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
262
- $app-toggle-item-label-font-size: 14px; // This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
263
- $app-toggle-item-label-line-height: 14.100000381469727px; // This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2
264
- $search-result-card-image-width-size: 216px;
265
- $search-result-card-image-height-size-stacked: 189px;
266
- $newsticker-image-card-width-size: 206px;
267
- $datepicker-item-day-width-size: 44px;
268
- $datepicker-item-height-size: 44px;
269
- $datepicker-item-year-width-size: 77px;
270
- $grid-space-resp-lg: 24px; // 24-24-32-32 – use for side paddings and gutters in responsive layouts
271
- $grid-space-resp-xl: 48px; // 48-48-64-64 – use for side paddings and gutters in responsive layouts
272
- $grid-space-resp-base: 12px; // 12-12-12-16 – use for side paddings and gutters in responsive layouts
273
- $grid-space-resp-sm: 6px; // 6-6-6-8 – use for side paddings and gutters in responsive layouts
274
- $page-inline-space: 0px; // 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.
275
- $grid-space-const-lg: 16px; // 16-16-16-16 – use for fixed side paddings and gutters
276
- $grid-space-const-sm: 12px; // 12-12-12-12 – use for fixed side paddings and gutters
277
- $layout-guide-grid-colums: 4px; // Used to set the column count in Figma Layout guide Grids
278
- $section-space-base: 36px; // 36-36-48-48 Use for vertical spacing between sections in a layout.
279
- $section-space-lg: 72px; // 72-72-96-96 – Use for vertical spacing between sections in a layout
280
- $paragraph-end-space: 16px; // 16-16-32-32 – Use for spacing after paragraphs in text content
281
- $section-space-sm: 24px; // 24-24-36-36 Use for vertical spacing between subsections in a layout
282
- // 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
283
- // Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
284
- $breakpoint-min-width-size: 320px;
285
- // 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
286
- // Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
287
- $breakpoint-max-width-size: 389px;
345
+
346
+ // Component - Teaser
347
+ $teaser-title-inline-left-space: 12px;
348
+ $teaser-title-stack-space: 4px;
349
+ $teaser-title-gap-space: 4px;
350
+ $teaser-kicker-bg-inline-space: 6px;
351
+ $teaser-kicker-bg-stack-space: 2px;
352
+ // This variable is used for creating space around the outside of a subscription badge or video icon badge.
353
+ $teaser-badges-margin-space: 8px;
354
+ // This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
355
+ $teaser-badges-height-size-lg: 32px;
356
+ $teaser-title-bottom-stack-space: 12px;
357
+ $teaser-badges-height-size-sm: 24px;
358
+ $teaser-layout-grid-space: 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
+ $a-teaser-kicker-font-size: 16px;
363
+ // This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
364
+ $a-teaser-headline-font-size: 28px;
365
+ $a-teaser-kicker-line-height: 16px;
366
+ $a-teaser-headline-line-height: 28px;
367
+ $a-teaser-title-inline-space: 8px;
368
+
369
+ // Component - Teaser - bTeaser
370
+ $b-teaser-title-inline-space: 8px;
371
+
372
+ // Component - Teaser - bildPlay
373
+ $bild-play-teaser-width-size: 145px;
374
+
375
+ // Component - Teaser - mQTeaser
376
+ // XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
377
+ $m-qteaser-headline-font-size: 22px;
378
+ $m-qteaser-headline-font-weight: 600;
379
+ $m-qteaser-headline-line-height: 22px;
380
+ $mq-teaser-title-inline-space: 8px;
381
+
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
+ $quad-headline-font-size: 48px;
385
+ $quad-kicker-font-size: 18px;
386
+ $quad-headline-line-height: 48px;
387
+ $q-teaser-title-inline-space: 8px;
388
+
389
+ // Component - Teaser - stdTeaser
390
+ $std-teaser-image-title-gap-space: 4px;
391
+ // This variable is used for creating space around the outside of a subscription badge or video icon badge.
392
+ $std-teaser-badges-margin-space: 4px;
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
+ $std-teaser-kicker-headline-stack-space: 2px;
395
+
396
+ // Component - Teaser - superA
397
+ // 16 - 16 - 16 - 16
398
+ $super-ateaser-title-inline-space: 16px;
399
+
400
+ // Component - ToggleSwitch
401
+ // This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
402
+ $app-toggle-item-label-font-size: 14px;
403
+ // 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
+ $app-toggle-item-label-line-height: 14.100000381469727px;
405
+
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
+ $video-time-badge-corner-size: 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
+ $video-time-badge-font-size: 16px;
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
+ $video-time-badge-size: 24px;
413
+ $video-red-play-icon-width-size: 8px;
414
+ // This variable is used for changing the red play icon inside the white square.
415
+ $video-red-play-icon-height-size: 10px;
416
+ $video-badge-time-line-height: 21px;
417
+ $video-skeleton-container-height: 180px;
418
+ $video-frame-inline-space: 0px;
419
+ $vertical-video-mock-headline-font-size: 22px;
420
+ // 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
421
+ $video-ad-badge-font-size: 14px;
422
+
423
+ // Component - _DSysDocs
424
+ // Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
425
+ $bild-design-frame-space: 12px;
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
+ $ds-main-container-space: 0px;
428
+ $dsys-docs-width-size: 320px;
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
+ $main-content-stage-size: 320px;
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
+ $foundations-banner-height-size: 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
+ $ds-caption-stack-space0-5x: 4px;
435
+ $ds-caption-stack-space1x: 8px;
436
+ // This variable is used only for this design system's component tests.
437
+ $1column-mobile: 320px;
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
+ $thin-banner-vertical-height-size: 558px;
440
+ // This variable is used only for texts and labels that form part of this design system's documentation.
441
+ $specs-font-family: Gotham;
442
+ // This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
443
+ $doc-header-height-size: 144px;
444
+
445
+
446
+ // ============================================
447
+ // OTHER
448
+ // ============================================
449
+
450
+ $breakpoint-name: xs;
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
+ $border-radius-xs: 2px;
460
+ // 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
461
+ $border-radius-md: 8px;
462
+ // 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
463
+ $border-radius-sm: 4px;
464
+ // 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
465
+ $border-radius-xl: 24px;
466
+ // 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
467
+ $border-radius-lg: 16px;
468
+ // 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
469
+ $border-radius-none: 0px;
470
+ // creates fully rounded shapes, typically used for circular elements like avatars.
471
+ $border-radius-full: 9999px;
472
+
473
+ // Semantic - Border - BorderWidth
474
+ // 1-1-1-1 – use for subtle outlines and dividers
475
+ $border-width-thin: 1px;
476
+ // 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
477
+ $border-width-thick: 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
+ $border-width-hairline: 0.33000001311302185px;
480
+
481
+ // Semantic - Layout
288
482
  // Common viewport height size based on the selected mode.
289
- // Apply this token to the main frame of page layouts to simulate realistic vertical space.
483
+ Apply this token to the main frame of page layouts to simulate realistic vertical space.
290
484
  $canvas-height-size-web: 568px;
291
- $content-max-width-medium: 700px; // 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.
292
- $content-max-width-full: 1024px; // Use for content containers that should fill the full width of the page
293
485
  // Common viewport width size based on the selected breakpoint.
294
- // Apply this token to the main frame of page layouts.
486
+ Apply this token to the main frame of page layouts.
295
487
  $canvas-width-size-web: 320px;
296
488
  // Common viewport width size based on the selected breakpoint.
297
- // Apply this token to the main frame of page layouts.
489
+ Apply this token to the main frame of page layouts.
298
490
  $canvas-width-size-app: 320px;
299
491
  // Common viewport height size based on the selected mode.
300
- // Apply this token to the main frame of page layouts to simulate realistic vertical space.
492
+ Apply this token to the main frame of page layouts to simulate realistic vertical space.
301
493
  $canvas-height-size-app: 568px;
302
- $title1-font-size: 22px; // 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
303
- $title2-font-size: 16px; // 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
304
- $display1-font-size: 40px; // This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
305
- $display2-font-size: 36px; // This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
306
- $display3-font-size: 28px; // This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
307
- $headline1-font-size: 48px; // This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
308
- $headline2-font-size: 40px; // This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
309
- $headline3-font-size: 28px; // This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
310
- $headline4-font-size: 22px; // This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
311
- $body-font-size: 21px; // This variable is used on the body text style's font size parameter. It remains constant at 21.
312
- $label3-font-size: 12px; // This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
313
- $label2-font-size: 15px; // This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
314
- $label1-font-size: 17px; // This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
315
- $label1-font-size-responsive: 10px; // 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
316
- $label4-font-size: 8px; // This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
317
- $callout1-font-size: 18px; // This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
318
- $footnote1-font-size: 16px; // This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
319
- $footnote2-font-size: 12px; // This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
320
- $kicker1-font-size: 18px; // 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.
321
- $kicker2-font-size: 18px; // 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
322
- $kicker3-font-size: 16px; // Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20
323
- $kicker4-font-size: 14px; // Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16
324
- $subheadline1-font-size: 24px; // This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
325
- $quote-font-size: 16px; // 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.
326
- $body-font-family: Gotham XNarrow; // This variable references the bodyFontFamily variable from the branding collection.
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
+ $breakpoint-min-width-size: 320px;
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
+ $breakpoint-max-width-size: 389px;
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
+ $content-max-width-medium: 700px;
506
+ // Use for content containers that should fill the full width of the page
507
+ $content-max-width-full: 1024px;
508
+
509
+ // Semantic - Layout - Grid - Constant
510
+ // 16-16-16-16 use for fixed side paddings and gutters
511
+ $grid-space-const-lg: 16px;
512
+ // 12-12-12-12 – use for fixed side paddings and gutters
513
+ $grid-space-const-sm: 12px;
514
+
515
+ // Semantic - Layout - Grid - LayoutGuide
516
+ // Used to set the column count in Figma Layout guide Grids
517
+ $layout-guide-grid-colums: 4px;
518
+
519
+ // Semantic - Layout - Grid - Responsive
520
+ // 24-24-32-32 – use for side paddings and gutters in responsive layouts
521
+ $grid-space-resp-lg: 24px;
522
+ // 48-48-64-64 – use for side paddings and gutters in responsive layouts
523
+ $grid-space-resp-xl: 48px;
524
+ // 12-12-12-16 – use for side paddings and gutters in responsive layouts
525
+ $grid-space-resp-base: 12px;
526
+ // 6-6-6-8 – use for side paddings and gutters in responsive layouts
527
+ $grid-space-resp-sm: 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
+ $page-inline-space: 0px;
530
+
531
+ // Semantic - Layout - Section
532
+ // 36-36-48-48 – Use for vertical spacing between sections in a layout.
533
+ $section-space-base: 36px;
534
+ // 72-72-96-96 – Use for vertical spacing between sections in a layout
535
+ $section-space-lg: 72px;
536
+ // 16-16-32-32 – Use for spacing after paragraphs in text content
537
+ $paragraph-end-space: 16px;
538
+ // 24-24-36-36 – Use for vertical spacing between subsections in a layout
539
+ $section-space-sm: 24px;
540
+
541
+ // Semantic - Size - Constant
542
+ // 16-16-16-16 – Use for setting fixed height and width of UI elements
543
+ $size-const3-xs: 16px;
544
+ // 24-24-24-24 – Use for setting fixed height and width of UI elements
545
+ $size-const2-xs: 24px;
546
+ // 32-32-32-32 – Use for setting fixed height and width of UI elements
547
+ $size-const-xs: 32px;
548
+ // 40-40-40-40 – Use for setting fixed height and width of UI elements
549
+ $size-const-sm: 40px;
550
+ // 48-48-48-48 Use for setting fixed height and width of UI elements
551
+ $size-const-md: 48px;
552
+ // 56-56-56-56 – Use for setting fixed height and width of UI elements
553
+ $size-const-lg: 56px;
554
+ // 64-64-64-64 – Use for setting fixed height and width of UI elements
555
+ $size-const-xl: 64px;
556
+ // 96-96-96-96 – Use for setting fixed height and width of UI elements
557
+ $size-const3-xl: 96px;
558
+ // 148-148-148-148 – Use for setting fixed height and width of UI elements
559
+ $size-const4-xl: 148px;
560
+ // 72-72-72-72 – Use for setting fixed height and width of UI elements
561
+ $size-const2-xl: 72px;
562
+ // 8-8-8-8 – Use for setting fixed height and width of UI elements
563
+ $size-const4-xs: 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
+ $size-resp3-xs: 16px;
568
+ // 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
569
+ $size-resp2-xs: 24px;
570
+ // 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
571
+ $size-resp-xs: 32px;
572
+ // 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
573
+ $size-resp-sm: 40px;
574
+ // 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
575
+ $size-resp-md: 48px;
576
+ // 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
577
+ $size-resp-lg: 56px;
578
+ // 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
579
+ $size-resp-xl: 64px;
580
+ // 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
581
+ $size-resp2-xl: 72px;
582
+ // 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
583
+ $size-resp3-xl: 96px;
584
+ // 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
585
+ $size-resp4-xl: 148px;
586
+ // 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
587
+ $size-resp4-xs: 12px;
588
+
589
+ // Semantic - Space - Gap - Constant
590
+ // 2-2-2-2 – Use for fixed gaps between items inside of UI elements
591
+ $gap-space-const2-xs: 2px;
592
+ // 4-4-4-4 – Use for fixed gaps between items inside of UI elements
593
+ $gap-space-const-xs: 4px;
594
+ // 8-8-8-8 – Use for fixed gaps between items inside of UI elements
595
+ $gap-space-const-sm: 8px;
596
+ // 12-12-12-12 – Use for fixed gaps between items inside of UI elements
597
+ $gap-space-const-md: 12px;
598
+ // 16-16-16-16 – Use for fixed gaps between items inside of UI elements
599
+ $gap-space-const-lg: 16px;
600
+ // 24-24-24-24 – Use for fixed gaps between items inside of UI elements
601
+ $gap-space-const-xl: 24px;
602
+ // 32-32-32-32 – Use for fixed gaps between items inside of UI elements
603
+ $gap-space-const2-xl: 32px;
604
+ // 48-48-48-48 – Use for fixed gaps between items inside of UI elements
605
+ $gap-space-const3-xl: 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
+ $gap-space-resp-xs: 4px;
610
+ // 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
611
+ $gap-space-resp-lg: 16px;
612
+ // 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
613
+ $gap-space-resp-xl: 24px;
614
+ // 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
615
+ $gap-space-resp2-xl: 32px;
616
+ // 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
617
+ $gap-space-resp-md: 12px;
618
+ // 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
619
+ $gap-space-resp-sm: 8px;
620
+ // 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
621
+ $gap-space-resp2-xs: 2px;
622
+ // 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
623
+ $gap-space-resp3-xl: 48px;
624
+
625
+ // Semantic - Space - Inline - Constant
626
+ // 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
627
+ $inline-space-const-sm: 8px;
628
+ // 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
629
+ $inline-space-const-md: 12px;
630
+ // 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
631
+ $inline-space-const-lg: 16px;
632
+ // 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
633
+ $inline-space-const2-xl: 32px;
634
+ // 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
635
+ $inline-space-const-xl: 24px;
636
+ // 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
637
+ $inline-space-const-xs: 6px;
638
+ // 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
639
+ $inline-space-const3-xs: 2px;
640
+ // 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
641
+ $inline-space-const2-xs: 4px;
642
+
643
+ // Semantic - Space - Inline - Responsive
644
+ // 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
645
+ $inline-space-resp-sm: 8px;
646
+ // 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
647
+ $inline-space-resp-md: 12px;
648
+ // 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
649
+ $inline-space-resp-lg: 16px;
650
+ // 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
651
+ $inline-space-resp2-xl: 32px;
652
+ // 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
653
+ $inline-space-resp-xl: 24px;
654
+
655
+ // Semantic - Space - Stack - Constant
656
+ // 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
657
+ $stack-space-const-sm: 8px;
658
+ // 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
659
+ $stack-space-const-md: 12px;
660
+ // 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
661
+ $stack-space-const-lg: 16px;
662
+ // 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
663
+ $stack-space-const2-xl: 32px;
664
+ // 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
665
+ $stack-space-const-xl: 24px;
666
+ // 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
667
+ $stack-space-const-xs: 6px;
668
+ // 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
669
+ $stack-space-const3-xs: 2px;
670
+ // 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
671
+ $stack-space-const2-xs: 4px;
672
+
673
+ // Semantic - Space - Stack - Responsive
674
+ // 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
675
+ $stack-space-resp-md: 12px;
676
+ // 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
677
+ $stack-space-resp-lg: 16px;
678
+ // 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
679
+ $stack-space-resp2-xl: 32px;
680
+ // 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
681
+ $stack-space-resp-sm: 8px;
682
+ // 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
683
+ $stack-space-resp-xl: 24px;
684
+
685
+ // Semantic - Typography - FontFamily
686
+ // This variable references the bodyFontFamily variable from the branding collection.
687
+ $body-font-family: Gotham XNarrow;
327
688
  $callout-font-family: Gotham;
328
689
  $headline-font-family: Gotham Condensed;
329
690
  $footnote-font-family: Gotham XNarrow;
@@ -333,143 +694,210 @@ $subheadline-font-family: Gotham Condensed;
333
694
  $title-font-family: Gotham;
334
695
  $quote-font-family: Gotham;
335
696
  $display-font-family: Gotham;
336
- $callout-font-weight: 800;
337
- $label-font-weight-bold: 700;
338
- $label-font-weight-book: 400;
697
+
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
+ $body-font-size: 21px;
701
+
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
+ $callout1-font-size: 18px;
705
+
706
+ // Semantic - Typography - FontSize - Display
707
+ // This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
708
+ $display1-font-size: 40px;
709
+ // This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
710
+ $display2-font-size: 36px;
711
+ // This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
712
+ $display3-font-size: 28px;
713
+
714
+ // Semantic - Typography - FontSize - Footnote
715
+ // This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
716
+ $footnote1-font-size: 16px;
717
+ // This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
718
+ $footnote2-font-size: 12px;
719
+
720
+ // Semantic - Typography - FontSize - Headline
721
+ // This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
722
+ $headline1-font-size: 48px;
723
+ // This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
724
+ $headline2-font-size: 40px;
725
+ // This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
726
+ $headline3-font-size: 28px;
727
+ // This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
728
+ $headline4-font-size: 22px;
729
+
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
+ $kicker1-font-size: 18px;
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
+ $kicker2-font-size: 18px;
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
+ $kicker3-font-size: 16px;
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
+ $kicker4-font-size: 14px;
739
+
740
+ // Semantic - Typography - FontSize - Label
741
+ // This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
742
+ $label3-font-size: 12px;
743
+ // This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
744
+ $label2-font-size: 15px;
745
+ // This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
746
+ $label1-font-size: 17px;
747
+ // 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
748
+ $label1-font-size-responsive: 10px;
749
+ // This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
750
+ $label4-font-size: 8px;
751
+
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
+ $quote-font-size: 16px;
755
+
756
+ // Semantic - Typography - FontSize - Subheadline
757
+ // This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
758
+ $subheadline1-font-size: 24px;
759
+
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
+ $title1-font-size: 22px;
763
+ // 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
764
+ $title2-font-size: 16px;
765
+
766
+ // Semantic - Typography - FontWeight - Body
339
767
  $body-font-weight-book: 400;
340
768
  $body-font-weight-bold: 700;
341
- $kicker-font-weight: 700;
342
- $kicker-font-weight-st: 700;
343
- $subheadline-font-weight: 700;
769
+
770
+ // Semantic - Typography - FontWeight - Callout
771
+ $callout-font-weight: 800;
772
+
773
+ // Semantic - Typography - FontWeight - Display
774
+ $display-font-weight: 800;
775
+
776
+ // Semantic - Typography - FontWeight - Footnote
777
+ $footnote-font-weight-book: 400;
778
+ $footnote-font-weight-bold: 700;
779
+
780
+ // Semantic - Typography - FontWeight - Headline
344
781
  $headline1-font-weight: 700;
345
782
  $headline2-font-weight: 700;
346
783
  $headline3-font-weight: 700;
347
784
  $headline4-font-weight: 600;
348
- $headline1-font-weight-st: 700; // This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
349
- $title-font-weight: 800;
350
- $display-font-weight: 800;
785
+ // This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
786
+ $headline1-font-weight-st: 700;
787
+
788
+ // Semantic - Typography - FontWeight - Kicker
789
+ $kicker-font-weight: 700;
790
+ $kicker-font-weight-st: 700;
791
+
792
+ // Semantic - Typography - FontWeight - Label
793
+ $label-font-weight-bold: 700;
794
+ $label-font-weight-book: 400;
795
+
796
+ // Semantic - Typography - FontWeight - Quote
351
797
  $quote-font-weight: 800;
352
- $footnote-font-weight-book: 400;
353
- $footnote-font-weight-bold: 700;
354
- $body-line-height: 28px; // Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)
355
- $kicker4-line-height: 15.399999618530273px;
356
- $kicker3-line-height: 17.600000381469727px;
357
- $kicker2-line-height: 19.799999237060547px;
358
- $kicker1-line-height: 19.799999237060547px;
359
- $label3-line-height: 14.399999618530273px;
360
- $label1-line-height: 17px; // This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.
361
- $label1-responsive-line-height: 10px;
362
- $label2-line-height: 16px;
363
- $label4-line-height: 10px;
798
+
799
+ // Semantic - Typography - FontWeight - Subheadline
800
+ $subheadline-font-weight: 700;
801
+
802
+ // Semantic - Typography - FontWeight - Title
803
+ $title-font-weight: 800;
804
+
805
+ // Semantic - Typography - LetterSpacing
806
+ // 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.
807
+ $letter-spacing-positive-sm: 0.5px;
808
+ // 2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
809
+ $letter-spacing-positive-lg: 2px;
810
+ // 1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
811
+ $letter-spacing-positive-md: 1px;
812
+ // 0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
813
+ $letter-spacing-none: 0px;
814
+ // -0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
815
+ $letter-spacing-negative-sm: -0.5px;
816
+ // -1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
817
+ $letter-spacing-negative-md: -1px;
818
+ // -2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
819
+ $letter-spacing-negative-lg: -2px;
820
+ // -0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component.
821
+ $letter-spacing-negative-xs: -0.25px;
822
+ // 0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
823
+ $letter-spacing-positive-xs: 0.25px;
824
+
825
+ // Semantic - Typography - LetterSpacing - display
826
+ // -0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact.
827
+ $display1-letter-spacing: -0.5px;
828
+ // -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices.
829
+ $display2-letter-spacing: -0.5px;
830
+ // -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
+ $display3-letter-spacing: -0.5px;
832
+
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
+ $body-line-height: 28px;
836
+
837
+ // Semantic - Typography - LineHeight - Callout
838
+ $callout-line-height: 18px;
839
+
840
+ // Semantic - Typography - LineHeight - Display
364
841
  $display1-line-height: 40px;
365
842
  $display2-line-height: 36px;
366
843
  $display3-line-height: 28px;
367
- $title1-line-height: 22px;
368
- $title2-line-height: 17.600000381469727px; // html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
369
- $quote-line-height: 16px; // This variable is used in the quote text style line height parameter.
844
+
845
+ // Semantic - Typography - LineHeight - Footnote
370
846
  $footnote1-line-height: 21px;
371
847
  $footnote2-line-height: 15.600000381469727px;
848
+
849
+ // Semantic - Typography - LineHeight - Headline
372
850
  $headline1-line-height: 48px;
373
851
  $headline2-line-height: 40px;
374
852
  $headline3-line-height: 28px;
375
853
  $headline4-line-height: 22px;
376
- $callout-line-height: 18px;
854
+
855
+ // Semantic - Typography - LineHeight - Kicker
856
+ $kicker4-line-height: 15.399999618530273px;
857
+ $kicker3-line-height: 17.600000381469727px;
858
+ $kicker2-line-height: 19.799999237060547px;
859
+ $kicker1-line-height: 19.799999237060547px;
860
+
861
+ // Semantic - Typography - LineHeight - Label
862
+ $label3-line-height: 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
+ $label1-line-height: 17px;
865
+ $label1-responsive-line-height: 10px;
866
+ $label2-line-height: 16px;
867
+ $label4-line-height: 10px;
868
+
869
+ // Semantic - Typography - LineHeight - Quote
870
+ // This variable is used in the quote text style line height parameter.
871
+ $quote-line-height: 16px;
872
+
873
+ // Semantic - Typography - LineHeight - Subheadline
377
874
  $subheadline1-line-height: 24px;
378
- $letter-spacing-positive-sm: 0.5px; // 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.
379
- $letter-spacing-positive-lg: 2px; // 2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
380
- $letter-spacing-positive-md: 1px; // 1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
381
- $letter-spacing-none: 0px; // 0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
382
- $letter-spacing-negative-sm: -0.5px; // -0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
383
- $letter-spacing-negative-md: -1px; // -1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
384
- $letter-spacing-negative-lg: -2px; // -2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
385
- $letter-spacing-negative-xs: -0.25px; // -0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component.
386
- $letter-spacing-positive-xs: 0.25px; // 0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
387
- $display1-letter-spacing: -0.5px; // -0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact.
388
- $display2-letter-spacing: -0.5px; // -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices.
389
- $display3-letter-spacing: -0.5px; // -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.
390
- $border-radius-xs: 2px; // 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges.
391
- $border-radius-md: 8px; // 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
392
- $border-radius-sm: 4px; // 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
393
- $border-radius-xl: 24px; // 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
394
- $border-radius-lg: 16px; // 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
395
- $border-radius-none: 0px; // 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
396
- $border-radius-full: 9999px; // creates fully rounded shapes, typically used for circular elements like avatars.
397
- $border-width-thin: 1px; // 1-1-1-1 use for subtle outlines and dividers
398
- $border-width-thick: 2px; // 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
399
- $border-width-hairline: 0.33000001311302185px; // 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.
400
- $visilble-mobile-only: true; // Use for showing elements on mobile viewport sizes only
401
- $visilble-desktop-only: false; // Use for showing elements on desktop viewport sizes only
402
- $visilble-above600px: false; // Use for showing elements on viewport sizes above 600 px
403
- $visilble-below600px: true; // Use for showing elements on viewport sizes below 600 px
404
- $hide-on-mobile: false; // Use for hiding elements on mobile viewport sizes
405
- $visilble-tablet-only: false; // Use for showing elements on tablet viewport sizes only
406
- $hide-on-desktop: true; // Use for hiding elements on desktop viewport sizes only
875
+
876
+ // Semantic - Typography - LineHeight - Title
877
+ $title1-line-height: 22px;
878
+ // html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
879
+ $title2-line-height: 17.600000381469727px;
880
+
881
+ // Semantic - Visibility - Boolean
882
+ // Use for showing elements on mobile viewport sizes only
883
+ $visilble-mobile-only: true;
884
+ // Use for showing elements on desktop viewport sizes only
885
+ $visilble-desktop-only: false;
886
+ // Use for showing elements on viewport sizes above 600 px
887
+ $visilble-above600px: false;
888
+ // Use for showing elements on viewport sizes below 600 px
889
+ $visilble-below600px: true;
890
+ // Use for hiding elements on mobile viewport sizes
891
+ $hide-on-mobile: false;
892
+ // Use for showing elements on tablet viewport sizes only
893
+ $visilble-tablet-only: false;
894
+ // Use for hiding elements on desktop viewport sizes only
895
+ $hide-on-desktop: true;
896
+
897
+ // Semantic - Visibility - VariantSwitch
407
898
  $change-on-lg: xs/sm/md;
408
- $change-on-md: xs/sm; // This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints.
899
+ // This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints.
900
+ $change-on-md: xs/sm;
409
901
  $bp-specific-web: xs/sm;
410
902
  $bp-specific-app: compact;
411
- $inline-space-resp-sm: 8px; // 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
412
- $inline-space-resp-md: 12px; // 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
413
- $inline-space-resp-lg: 16px; // 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
414
- $inline-space-resp2-xl: 32px; // 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
415
- $inline-space-resp-xl: 24px; // 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
416
- $inline-space-const-sm: 8px; // 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
417
- $inline-space-const-md: 12px; // 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
418
- $inline-space-const-lg: 16px; // 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
419
- $inline-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
420
- $inline-space-const-xl: 24px; // 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
421
- $inline-space-const-xs: 6px; // 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
422
- $inline-space-const3-xs: 2px; // 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
423
- $inline-space-const2-xs: 4px; // 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
424
- $stack-space-resp-md: 12px; // 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
425
- $stack-space-resp-lg: 16px; // 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
426
- $stack-space-resp2-xl: 32px; // 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
427
- $stack-space-resp-sm: 8px; // 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
428
- $stack-space-resp-xl: 24px; // 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
429
- $stack-space-const-sm: 8px; // 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
430
- $stack-space-const-md: 12px; // 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
431
- $stack-space-const-lg: 16px; // 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
432
- $stack-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
433
- $stack-space-const-xl: 24px; // 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
434
- $stack-space-const-xs: 6px; // 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
435
- $stack-space-const3-xs: 2px; // 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
436
- $stack-space-const2-xs: 4px; // 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
437
- $gap-space-resp-xs: 4px; // 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints
438
- $gap-space-resp-lg: 16px; // 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
439
- $gap-space-resp-xl: 24px; // 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
440
- $gap-space-resp2-xl: 32px; // 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
441
- $gap-space-resp-md: 12px; // 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
442
- $gap-space-resp-sm: 8px; // 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
443
- $gap-space-resp2-xs: 2px; // 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
444
- $gap-space-resp3-xl: 48px; // 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
445
- $gap-space-const2-xs: 2px; // 2-2-2-2 – Use for fixed gaps between items inside of UI elements
446
- $gap-space-const-xs: 4px; // 4-4-4-4 – Use for fixed gaps between items inside of UI elements
447
- $gap-space-const-sm: 8px; // 8-8-8-8 – Use for fixed gaps between items inside of UI elements
448
- $gap-space-const-md: 12px; // 12-12-12-12 – Use for fixed gaps between items inside of UI elements
449
- $gap-space-const-lg: 16px; // 16-16-16-16 – Use for fixed gaps between items inside of UI elements
450
- $gap-space-const-xl: 24px; // 24-24-24-24 – Use for fixed gaps between items inside of UI elements
451
- $gap-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed gaps between items inside of UI elements
452
- $gap-space-const3-xl: 48px; // 48-48-48-48 – Use for fixed gaps between items inside of UI elements
453
- $size-const3-xs: 16px; // 16-16-16-16 – Use for setting fixed height and width of UI elements
454
- $size-const2-xs: 24px; // 24-24-24-24 – Use for setting fixed height and width of UI elements
455
- $size-const-xs: 32px; // 32-32-32-32 – Use for setting fixed height and width of UI elements
456
- $size-const-sm: 40px; // 40-40-40-40 – Use for setting fixed height and width of UI elements
457
- $size-const-md: 48px; // 48-48-48-48 Use for setting fixed height and width of UI elements
458
- $size-const-lg: 56px; // 56-56-56-56 – Use for setting fixed height and width of UI elements
459
- $size-const-xl: 64px; // 64-64-64-64 – Use for setting fixed height and width of UI elements
460
- $size-const3-xl: 96px; // 96-96-96-96 – Use for setting fixed height and width of UI elements
461
- $size-const4-xl: 148px; // 148-148-148-148 – Use for setting fixed height and width of UI elements
462
- $size-const2-xl: 72px; // 72-72-72-72 – Use for setting fixed height and width of UI elements
463
- $size-const4-xs: 8px; // 8-8-8-8 – Use for setting fixed height and width of UI elements
464
- $size-resp3-xs: 16px; // 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
465
- $size-resp2-xs: 24px; // 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
466
- $size-resp-xs: 32px; // 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
467
- $size-resp-sm: 40px; // 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
468
- $size-resp-md: 48px; // 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
469
- $size-resp-lg: 56px; // 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
470
- $size-resp-xl: 64px; // 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
471
- $size-resp2-xl: 72px; // 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
472
- $size-resp3-xl: 96px; // 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
473
- $size-resp4-xl: 148px; // 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
474
- $size-resp4-xs: 12px; // 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
475
- $breakpoint-name: xs;
903
+