@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,41 +1,289 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * breakpoint-sm-390px-compact.css
3
+ * Generiert am: 2025-11-24T20:34:55.626Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
8
+ /* ============================================
9
+ COMPONENT
10
+ ============================================ */
11
+
12
+ /* Component - Accordion */
13
+ /**
14
+ * This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
15
+ */
16
+ --accordion-label-font-family: Inter;
17
+
18
+ /* Component - Article */
6
19
  --aricle-mobile1-col-grid-image-margin-space: 0px;
7
- --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. */
8
- --article-kicker-font-size: 20px; /** This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30 */
9
- --article-headline-font-size: 42px; /** 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG */
10
- --article-gallery-ateaser-width: 145px; /** same as standard teaser width size variable */
11
- --article-image-caption-font-size: 13px; /** CSS --article-figure-meta-font-size 16-16-18-18 */
12
- --article-image-source-font-size: 13px; /** NMT CSS --article-figure-meta-font-size */
13
- --article-image-caption-line-height: 16.899999618530273px; /** this component level variable references the branding variables */
20
+ /**
21
+ * 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box.
22
+ */
23
+ --article-top-margin-space: 8px;
24
+ /**
25
+ * This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30
26
+ */
27
+ --article-kicker-font-size: 20px;
28
+ /**
29
+ * 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG
30
+ */
31
+ --article-headline-font-size: 42px;
32
+ /**
33
+ * same as standard teaser width size variable
34
+ */
35
+ --article-gallery-ateaser-width: 145px;
36
+ /**
37
+ * CSS --article-figure-meta-font-size 16-16-18-18
38
+ */
39
+ --article-image-caption-font-size: 13px;
40
+ /**
41
+ * NMT CSS --article-figure-meta-font-size
42
+ */
43
+ --article-image-source-font-size: 13px;
44
+ /**
45
+ * this component level variable references the branding variables
46
+ */
47
+ --article-image-caption-line-height: 16.899999618530273px;
14
48
  --article-image-source-line-height: 17px;
15
- --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. */
16
- --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 */
49
+ /**
50
+ * 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.
51
+ */
52
+ --article-content-stack-space: 16px;
53
+ /**
54
+ * 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
55
+ */
56
+ --article-headings-stack-space: 12px;
17
57
  --article-image-landscape-inline-space: 0px;
18
- --article-meta-font-family: AntennaCond; /** 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. */
19
- --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 */
20
- --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. */
21
- --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. */
58
+ /**
59
+ * 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.
60
+ */
61
+ --article-meta-font-family: AntennaCond;
62
+ /**
63
+ * 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
64
+ */
65
+ --article-meta-font-size: 12px;
66
+ /**
67
+ * 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.
68
+ */
69
+ --article-content-inline-space: 16px;
70
+ /**
71
+ * 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.
72
+ */
73
+ --article-headings-inline-space: 16px;
22
74
  --article-image-portait-inline-space: 0px;
23
75
  --article-image-container-stack-space: 8px;
24
76
  --article-infobox-inline-space: 16px;
25
77
  --article-infobox-stack-space: 16px;
26
- --bild-design-frame-space: 12px; /** Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe */
27
- --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 */
28
- --dsys-docs-width-size: 750px;
29
- --main-content-stage-size: 750px; /** 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 */
30
- --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 */
31
- --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 */
32
- --ds-caption-stack-space1x: 8px;
33
- --1column-mobile: 320px; /** This variable is used only for this design system's component tests. */
34
- --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 */
35
- --specs-font-family: Gotham; /** This variable is used only for texts and labels that form part of this design system's documentation. */
36
- --doc-header-height-size: 144px; /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
78
+
79
+ /* Component - AudioPlayer */
80
+ /**
81
+ * 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
82
+ */
83
+ --audio-player-font-size: 16px;
84
+
85
+ /* Component - Avatar */
86
+ /**
87
+ * This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
88
+ */
89
+ --avatar-label-font-size: 13px;
90
+ /**
91
+ * 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.
92
+ */
93
+ --avatar-article-size: 48px;
94
+ /**
95
+ * 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
96
+ */
97
+ --avatar-author-page-size: 96px;
98
+ /**
99
+ * This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
100
+ */
101
+ --avatar-font-family: Inter;
102
+ /**
103
+ * 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
104
+ */
105
+ --avatar-label-line-height: 21px;
106
+ /**
107
+ * 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
108
+ */
109
+ --avatar-lane-gap-space: 16px;
110
+ /**
111
+ * This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
112
+ */
113
+ --app-avatar-font-family: AntennaCond;
114
+
115
+ /* Component - Badge */
116
+ /**
117
+ * 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.
118
+ */
119
+ --badges-inner-stack-space: 2px;
120
+ /**
121
+ * 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.
122
+ */
123
+ --badges-inner-inline-space: 4px;
124
+ /**
125
+ * 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
126
+ */
127
+ --ad-label-badge-height-size: 30px;
128
+
129
+ /* Component - Breadcrumb */
130
+ /**
131
+ * 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
132
+ */
133
+ --breadcrumb-font-size: 14px;
134
+ --breadcrumb-font-family: Inter;
135
+ --breadcrumb-arrow-left-inline-space1: 3px;
136
+ --breadcrumb-arrow-right-inline-space2: 5px;
137
+ --breadcrumb-inline-space: 12px;
138
+ /**
139
+ * 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
140
+ */
141
+ --breadcrumb-line-height: 14px;
142
+ --breadcrumb-font-weight: 400;
143
+ --breadcrumb-stack-space: 14px;
144
+
145
+ /* Component - BreakingNews */
146
+ --breaking-news-container-height-size: 56px;
147
+ --breaking-news-badge-upper-title-font-size: 13px;
148
+ --breaking-news-badge-lower-title-font-size: 23px;
149
+ --breaking-news-badge-upper-title-line-height: 13px;
150
+ --breaking-news-badge-lower-title-line-height: 21px;
151
+ --breaking-news-badge-titels-stack-space: 0px;
152
+ --breaking-news-scrolling-text-font-size: 21px;
153
+ --breaking-news-scrolling-text-line-height: 24px;
154
+ --breaking-news-badge-inline-space: 6px;
155
+
156
+ /* Component - Button */
157
+ --button-label-font-size: 15px;
158
+ --button-inline-space: 16px;
159
+ /**
160
+ * Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
161
+ */
162
+ --partner-link-button-label-font-size: 16px;
163
+ --partner-link-button-label-height-size: 48px;
164
+ --button-border-width-size: 2px;
165
+ /**
166
+ * This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
167
+ */
168
+ --button-content-min-height-size: 24px;
169
+ --partner-link-button-inline-space: 8px;
170
+ --button-label-line-height: 15px;
171
+ --button-content-gap-space: 6px;
172
+ --button-stack-space: 6px;
173
+ --button-border-radius: 8px;
174
+
175
+ /* Component - Cards */
176
+ --search-result-card-image-width-size: 216px;
177
+ --search-result-card-image-height-size-stacked: 189px;
178
+ --newsticker-image-card-width-size: 206px;
179
+
180
+ /* Component - Carousel */
181
+ /**
182
+ * This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
183
+ */
184
+ --gallery-teaser-title-bottom-space: 28px;
185
+ /**
186
+ * This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
187
+ */
188
+ --gallery-teaser-app-gap-space: 0px;
189
+ --app-epaper-carousel-item-focus-width: 182px;
190
+ --app-epaper-carousel-item-default-width: 144px;
191
+ --app-epaper-carouse-beilage-item-width: 110px;
192
+ --standard-teaser-gallery-teaser-width-web: 145px;
193
+ --standard-teaser-gallery-teaser-width-app: 280px;
194
+
195
+ /* Component - Chips */
196
+ /**
197
+ * 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
198
+ */
199
+ --chips-font-size: 16px;
200
+ --chips-inline-space: 12px;
201
+ --chips-stack-space: 8px;
202
+
203
+ /* Component - Datepicker */
204
+ --datepicker-item-day-width-size: 44px;
205
+ --datepicker-item-height-size: 44px;
206
+ --datepicker-item-year-width-size: 77px;
207
+
208
+ /* Component - Drawers */
209
+ --mobile-menu-drawer-stack-space: 20px;
210
+ --mobile-menu-drawer-left-inline-space: 20px;
211
+ --mobile-menu-drawer-right-inline-space: 16px;
212
+ --mobile-menu-drawer-max-width-size: 400px;
213
+
214
+ /* Component - Dropdown */
215
+ --drop-down-border-radius: 4px;
216
+ --drop-down-item-stack-space: 8px;
217
+ --drop-down-item-inline-space: 12px;
218
+
219
+ /* Component - Footer */
220
+ /**
221
+ * 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.
222
+ */
223
+ --footer-font-size: 11px;
224
+ --footer-line-height: 14px;
225
+ --footer-font-family: Inter;
226
+ --footer-font-size-user-offer-pages: 18px;
227
+ --footer-line-height-user-offer-pages: 26px;
228
+
229
+ /* Component - Icon */
230
+ --icon-size: 24px;
231
+ --icon-size-embedd-media: 40px;
232
+
233
+ /* Component - InfoElement */
234
+ --info-element-teaser-badge-height-size: 16px;
235
+ --info-element-teaser-image-height-size: 80px;
236
+ --info-element-teaser-image-width-size: 80px;
237
+ --info-element-teaser-badge-margin-space: 4px;
238
+
239
+ /* Component - Inputfield */
240
+ --input-field-stack-space: 6px;
241
+ --input-field-inline-space: 16px;
242
+ --input-field-mini-label-inline-space: 4px;
243
+ /**
244
+ * 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
245
+ */
246
+ --input-field-font-size: 16px;
247
+ --input-field-imessage-inline-space: 16px;
248
+ --input-field-height-size: 36px;
249
+ --hey-input-container-inline-space: 8px;
250
+ --input-field-message-gap-space: 4px;
251
+ --input-field-font-family: Inter;
252
+
253
+ /* Component - Liveticker */
254
+ --live-tickerheadline-font-weight: 600;
255
+ /**
256
+ * This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
257
+ */
258
+ --live-ticker-headlines-font-size: 22px;
259
+ --time-stamp-font-family: Gotham XNarrow;
260
+ /**
261
+ * This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
262
+ */
263
+ --live-ticker-time-stamp-font-size: 14px;
264
+ --live-ticker-time-headline-stack-space: 4px;
265
+ --live-ticker-slider-item-width-max-size: 257px;
266
+ --live-ticker-app-card-height-size: 96px;
267
+ --live-ticker-app-card-width-size: 250px;
268
+
269
+ /* Component - Mediaplayer */
270
+ --podcast-play-button-size: 48px;
271
+ --vid-player-bottom-bar-gap-space: 0px;
272
+ --audio-player-header-stack-space: 56px;
273
+ --video-time-badge-font-family: Inter;
274
+ --vid-player-control-button-size: 42px;
275
+ --vid-player-control-button-icon-size-hover: 28px;
276
+ --vid-player-timecode-font-size: 14px;
277
+ --vid-player-timecode-container-min-width-size: 45px;
278
+ --vid-player-progress-bar-container-height-size: 24px;
279
+ --vid-player-unmute-button-width-size: 220px;
280
+
281
+ /* Component - Menu */
37
282
  --menu-item-space: 8px;
38
- --menu-item-font-size: 18px; /** This variable is used on the menu link lane and on the mobile side menu drawer. */
283
+ /**
284
+ * This variable is used on the menu link lane and on the mobile side menu drawer.
285
+ */
286
+ --menu-item-font-size: 18px;
39
287
  --menu-item-util-font-size: 12px;
40
288
  --menu-item-util-stack-space: 10px;
41
289
  --menu-link-lane-height-size: 48px;
@@ -52,73 +300,31 @@
52
300
  --menu-right-inline-space: 0px;
53
301
  --menu-bottom-stack-space: 8px;
54
302
  --menu-utility-links-divider-height-size: 40px;
55
- --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 */
56
- --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 */
303
+ /**
304
+ * 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
305
+ */
306
+ --menu-shadow-visibility: rgba(0, 0, 0, 0.10000000149011612);
307
+ /**
308
+ * 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
309
+ */
310
+ --hey-input-shadow-visibility: rgba(0, 0, 0, 0);
57
311
  --app-topbar-title-font-size: 12px;
58
312
  --app-topbar-stage-title-height: 14px;
59
313
  --i-osapp-top-bar-height-size: 44px;
60
314
  --i-osapp-top-bar-left-inline-space: 12px;
61
315
  --i-osapp-top-bar-right-inline-space: 16px;
62
- --teaser-title-inline-left-space: 12px;
63
- --teaser-title-stack-space: 4px;
64
- --m-qteaser-headline-font-size: 21px; /** XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
65
- --m-qteaser-headline-font-weight: 700;
66
- --m-qteaser-headline-line-height: 23.100000381469727px;
67
- --mq-teaser-title-inline-space: 12px;
68
- --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 */
69
- --a-teaser-headline-font-size: 30px; /** This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
70
- --a-teaser-kicker-line-height: 16px;
71
- --a-teaser-headline-line-height: 30px;
72
- --a-teaser-title-inline-space: 12px;
73
- --teaser-title-gap-space: 4px;
74
- --std-teaser-image-title-gap-space: 4px;
75
- --std-teaser-badges-margin-space: 4px; /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
76
- --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 */
77
- --teaser-kicker-bg-inline-space: 6px;
78
- --teaser-kicker-bg-stack-space: 2px;
79
- --quad-headline-font-size: 42px; /** This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 */
80
- --quad-kicker-font-size: 20px;
81
- --quad-headline-line-height: 42px;
82
- --q-teaser-title-inline-space: 12px;
83
- --teaser-badges-margin-space: 8px; /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
84
- --teaser-badges-height-size-lg: 32px; /** This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 */
85
- --teaser-title-bottom-stack-space: 12px;
86
- --teaser-badges-height-size-sm: 24px;
87
- --bild-play-teaser-width-size: 145px;
88
- --teaser-layout-grid-space: 12px;
89
- --super-ateaser-title-inline-space: 24px; /** 16 - 16 - 16 - 16 */
90
- --b-teaser-title-inline-space: 16px;
91
- --table-column-width-size1x: 80px;
92
- --table-column-width-size2x: 140px;
93
- --table-column-width-size0-5x: 40px;
94
- --table-column-width-size1-5x: 120px;
95
- --table-column-width-size2-5x: 180px;
96
- --table-column-width-size0-75x: 56px;
97
- --table-column-width-size3x: 200px;
98
- --table-item-max-width-size: 224px;
99
- --separator-thickness-size: 2px;
100
- --avatar-label-font-size: 13px; /** This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15 */
101
- --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. */
102
- --avatar-author-page-size: 96px; /** 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages. */
103
- --avatar-font-family: Inter; /** This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
104
- --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 */
105
- --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 */
106
- --app-avatar-font-family: AntennaCond; /** This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review. */
107
- --button-label-font-size: 15px;
108
- --button-inline-space: 16px;
109
- --partner-link-button-label-font-size: 16px; /** Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18 */
110
- --partner-link-button-label-height-size: 48px;
111
- --button-border-width-size: 2px;
112
- --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. */
113
- --partner-link-button-inline-space: 8px;
114
- --button-label-line-height: 15px;
115
- --button-content-gap-space: 6px;
116
- --button-stack-space: 6px;
117
- --button-border-radius: 8px;
118
- --news-ticker-time-font-size: 16px; /** similar to kicker3 values - 16 - 16 - 16 - 18 */
316
+
317
+ /* Component - Newsticker */
318
+ /**
319
+ * similar to kicker3 values - 16 - 16 - 16 - 18
320
+ */
321
+ --news-ticker-time-font-size: 16px;
119
322
  --news-ticker-time-font-weight: 700;
120
323
  --news-ticker-time-font-family: AntennaExtraCond;
121
- --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. */
324
+ /**
325
+ * 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.
326
+ */
327
+ --news-ticker-time-line-height: 20.799999237060547px;
122
328
  --news-ticker-content-stack-space: 4px;
123
329
  --news-ticker-kicker-inner-stack-space: 2px;
124
330
  --news-ticker-titles-inline-space: 18px;
@@ -132,212 +338,696 @@
132
338
  --news-ticker-line-inline-space: 6px;
133
339
  --news-ticker-app-card-height-size: 116px;
134
340
  --news-ticker-app-card-width-size: 250px;
135
- --live-tickerheadline-font-weight: 600;
136
- --live-ticker-headlines-font-size: 22px; /** This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32 */
137
- --time-stamp-font-family: Gotham XNarrow;
138
- --live-ticker-time-stamp-font-size: 14px; /** This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16 */
139
- --live-ticker-time-headline-stack-space: 4px;
140
- --live-ticker-slider-item-width-max-size: 257px;
141
- --live-ticker-app-card-height-size: 96px;
142
- --live-ticker-app-card-width-size: 250px;
143
- --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. */
144
- --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. */
145
- --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. */
146
- --video-red-play-icon-width-size: 8px;
147
- --video-red-play-icon-height-size: 10px; /** This variable is used for changing the red play icon inside the white square. */
148
- --video-badge-time-line-height: 21px;
149
- --video-skeleton-container-height: 180px;
150
- --video-frame-inline-space: 0px;
151
- --vertical-video-mock-headline-font-size: 22px;
152
- --video-ad-badge-font-size: 14px; /** 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. */
341
+
342
+ /* Component - Pagination */
153
343
  --gallery-pagination-item-height-size: 4px;
154
- --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 */
155
- --gallery-pagination-container-stack-space: 12px; /** 12 - 12 - 16 - 16 - this component level variable references the semantic */
344
+ /**
345
+ * 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
346
+ */
347
+ --gallery-pagination-container-web-inline-space: 8px;
348
+ /**
349
+ * 12 - 12 - 16 - 16 - this component level variable references the semantic
350
+ */
351
+ --gallery-pagination-container-stack-space: 12px;
156
352
  --gallery-pagination-container-app-inline-space: 12px;
157
353
  --scroll-bar-thickness-size: 8px;
158
- --drop-down-border-radius: 4px;
159
- --drop-down-item-stack-space: 8px;
160
- --drop-down-item-inline-space: 12px;
161
- --input-field-stack-space: 6px;
162
- --input-field-inline-space: 16px;
163
- --input-field-mini-label-inline-space: 4px;
164
- --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 */
165
- --input-field-imessage-inline-space: 16px;
166
- --input-field-height-size: 36px;
167
- --hey-input-container-inline-space: 8px;
168
- --input-field-message-gap-space: 4px;
169
- --input-field-font-family: Inter;
170
- --breadcrumb-font-size: 14px; /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
171
- --breadcrumb-font-family: Inter;
172
- --breadcrumb-arrow-left-inline-space1: 3px;
173
- --breadcrumb-arrow-right-inline-space2: 5px;
174
- --breadcrumb-inline-space: 12px;
175
- --breadcrumb-line-height: 14px; /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
176
- --breadcrumb-font-weight: 400;
177
- --breadcrumb-stack-space: 14px;
178
- --icon-size: 24px;
179
- --icon-size-embedd-media: 40px;
180
- --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. */
181
- --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. */
182
- --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. */
183
- --section-title-inner-stack-bottom-space: 12px;
184
- --section-title-height-size: 32px;
185
- --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. */
186
- --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. */
187
- --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 */
188
- --special-navi-inline-space: 24px;
189
- --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 */
190
- --chips-inline-space: 12px;
191
- --chips-stack-space: 8px;
192
- --search-result-badge-height-size: 18px;
354
+
355
+ /* Component - Paywall */
356
+ --paywall-container-gap-space: -48px;
357
+ --paywall-header-bottom-stack-space: 80px;
358
+ --paywall-card-max-width-size: 346px;
359
+ /**
360
+ * This variable is used on the paywall card price tag. 64 constant
361
+ */
362
+ --paywall-card-price-tag-font-size: 64px;
363
+ --paywall-card-price-tag-line-height: 64px;
364
+ --paywall-card-price-note-line-height: 40px;
365
+ /**
366
+ * This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
367
+ */
368
+ --paywall-card-price-note-font-size: 40px;
369
+
370
+ /* Component - Quotes */
371
+ --quote-container-inline-space: 16px;
372
+ --quote-container-stack-space: 16px;
373
+ --quote-quotation-marks-font-size: 28px;
374
+ --quote-content-gap-space: 16px;
375
+
376
+ /* Component - RadioButtons */
193
377
  --radio-selector-size: 20px;
194
378
  --radio-selector-dot-active-size: 12px;
379
+
380
+ /* Component - Search */
381
+ --search-result-badge-height-size: 18px;
382
+
383
+ /* Component - SectionTitle */
384
+ --section-title-inner-stack-bottom-space: 12px;
385
+ --section-title-height-size: 32px;
386
+ /**
387
+ * 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.
388
+ */
389
+ --section-title-arrow-inline-space: 5px;
390
+ /**
391
+ * 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.
392
+ */
393
+ --section-title-arrow-inline-space-active: 5px;
394
+
395
+ /* Component - Separators */
396
+ --separator-thickness-size: 2px;
397
+
398
+ /* Component - Skeletons */
195
399
  --headlines-skeleton-image-placeholder-max-width: 282px;
196
400
  --article-skeleton-image-inline-space: 12px;
197
401
  --article-skeleton-text-inline-space: 0px;
198
402
  --article-text-skeleton-height-size: 270px;
403
+
404
+ /* Component - Sliders */
405
+ --slider-progress-bar-idle-height-size: 4px;
406
+ --slider-progress-bar-hover-height-size: 8px;
407
+ --slider-progress-inactive-height-size: 2px;
408
+ --vid-player-progress-bar-height-size: 12px;
409
+
410
+ /* Component - SpecialNavi */
411
+ --special-navi-inline-space: 24px;
412
+
413
+ /* Component - Spinners */
199
414
  --video-spinner-size: 40px;
200
415
  --video-spinner-stroke-size: 2px;
201
416
  --video-spinner-size0-5x: 20px;
202
- --breaking-news-container-height-size: 56px;
203
- --breaking-news-badge-upper-title-font-size: 13px;
204
- --breaking-news-badge-lower-title-font-size: 23px;
205
- --breaking-news-badge-upper-title-line-height: 13px;
206
- --breaking-news-badge-lower-title-line-height: 21px;
207
- --breaking-news-badge-titels-stack-space: 0px;
208
- --breaking-news-scrolling-text-font-size: 21px;
209
- --breaking-news-scrolling-text-line-height: 24px;
210
- --breaking-news-badge-inline-space: 6px;
211
- --info-element-teaser-badge-height-size: 16px;
212
- --info-element-teaser-image-height-size: 80px;
213
- --info-element-teaser-image-width-size: 80px;
214
- --info-element-teaser-badge-margin-space: 4px;
215
- --podcast-play-button-size: 48px;
216
- --vid-player-bottom-bar-gap-space: 0px;
217
- --audio-player-header-stack-space: 56px;
218
- --video-time-badge-font-family: Inter;
219
- --vid-player-control-button-size: 42px;
220
- --vid-player-control-button-icon-size-hover: 28px;
221
- --vid-player-timecode-font-size: 14px;
222
- --vid-player-timecode-container-min-width-size: 45px;
223
- --vid-player-progress-bar-container-height-size: 24px;
224
- --vid-player-unmute-button-width-size: 220px;
225
- --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. */
417
+
418
+ /* Component - Table */
419
+ --table-column-width-size1x: 80px;
420
+ --table-column-width-size2x: 140px;
421
+ --table-column-width-size0-5x: 40px;
422
+ --table-column-width-size1-5x: 120px;
423
+ --table-column-width-size2-5x: 180px;
424
+ --table-column-width-size0-75x: 56px;
425
+ --table-column-width-size3x: 200px;
426
+ --table-item-max-width-size: 224px;
427
+
428
+ /* Component - Tabs */
429
+ /**
430
+ * 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.
431
+ */
432
+ --tab-label-font-size: 16px;
226
433
  --ios-tabbar-height-size: 49px;
227
434
  --android-tabbar-height-size: 56px;
228
- --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. */
229
- --apps-tabs-label-font-size: 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. */
230
- --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. */
435
+ /**
436
+ * 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.
437
+ */
438
+ --tab-label-font-size-line: 12px;
439
+ /**
440
+ * 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.
441
+ */
442
+ --apps-tabs-label-font-size: 12px;
443
+ /**
444
+ * 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.
445
+ */
446
+ --apps-tabs-label-line-height: 14.399999618530273px;
231
447
  --top-bar-tab-item-height-size: 44px;
232
- --mobile-menu-drawer-stack-space: 20px;
233
- --mobile-menu-drawer-left-inline-space: 20px;
234
- --mobile-menu-drawer-right-inline-space: 16px;
235
- --mobile-menu-drawer-max-width-size: 400px;
236
- --quote-container-inline-space: 16px;
237
- --quote-container-stack-space: 16px;
238
- --quote-quotation-marks-font-size: 28px;
239
- --quote-content-gap-space: 16px;
240
- --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. */
241
- --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. */
242
- --app-epaper-carousel-item-focus-width: 182px;
243
- --app-epaper-carousel-item-default-width: 144px;
244
- --app-epaper-carouse-beilage-item-width: 110px;
245
- --standard-teaser-gallery-teaser-width-web: 145px;
246
- --standard-teaser-gallery-teaser-width-app: 280px;
247
- --slider-progress-bar-idle-height-size: 4px;
248
- --slider-progress-bar-hover-height-size: 8px;
249
- --slider-progress-inactive-height-size: 2px;
250
- --vid-player-progress-bar-height-size: 12px;
251
- --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. */
252
- --footer-line-height: 14px;
253
- --footer-font-family: Inter;
254
- --footer-font-size-user-offer-pages: 18px;
255
- --footer-line-height-user-offer-pages: 26px;
256
- --accordion-label-font-family: Inter; /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
257
- --paywall-container-gap-space: -48px;
258
- --paywall-header-bottom-stack-space: 80px;
259
- --paywall-card-max-width-size: 346px;
260
- --paywall-card-price-tag-font-size: 64px; /** This variable is used on the paywall card price tag. 64 constant */
261
- --paywall-card-price-tag-line-height: 64px;
262
- --paywall-card-price-note-line-height: 40px;
263
- --paywall-card-price-note-font-size: 40px; /** This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 */
264
- --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 */
265
- --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 */
266
- --search-result-card-image-width-size: 216px;
267
- --search-result-card-image-height-size-stacked: 189px;
268
- --newsticker-image-card-width-size: 206px;
269
- --datepicker-item-day-width-size: 44px;
270
- --datepicker-item-height-size: 44px;
271
- --datepicker-item-year-width-size: 77px;
272
- --grid-space-resp-lg: 24px; /** 24-24-32-32 use for side paddings and gutters in responsive layouts */
273
- --grid-space-resp-xl: 48px; /** 48-48-64-64 – use for side paddings and gutters in responsive layouts */
274
- --grid-space-resp-base: 12px; /** 12-12-12-16 – use for side paddings and gutters in responsive layouts */
275
- --grid-space-resp-sm: 6px; /** 6-6-6-8 – use for side paddings and gutters in responsive layouts */
276
- --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. */
277
- --grid-space-const-lg: 16px; /** 16-16-16-16 – use for fixed side paddings and gutters */
278
- --grid-space-const-sm: 12px; /** 12-12-12-12 – use for fixed side paddings and gutters */
279
- --layout-guide-grid-colums: 4px; /** Used to set the column count in Figma Layout guide Grids */
280
- --section-space-base: 36px; /** 36-36-48-48 – Use for vertical spacing between sections in a layout. */
281
- --section-space-lg: 72px; /** 72-72-96-96 Use for vertical spacing between sections in a layout */
282
- --paragraph-end-space: 16px; /** 16-16-32-32 – Use for spacing after paragraphs in text content */
283
- --section-space-sm: 24px; /** 24-24-36-36 – Use for vertical spacing between subsections in a layout */
448
+
449
+ /* Component - Teaser */
450
+ --teaser-title-inline-left-space: 12px;
451
+ --teaser-title-stack-space: 4px;
452
+ --teaser-title-gap-space: 4px;
453
+ --teaser-kicker-bg-inline-space: 6px;
454
+ --teaser-kicker-bg-stack-space: 2px;
455
+ /**
456
+ * This variable is used for creating space around the outside of a subscription badge or video icon badge.
457
+ */
458
+ --teaser-badges-margin-space: 8px;
459
+ /**
460
+ * This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
461
+ */
462
+ --teaser-badges-height-size-lg: 32px;
463
+ --teaser-title-bottom-stack-space: 12px;
464
+ --teaser-badges-height-size-sm: 24px;
465
+ --teaser-layout-grid-space: 12px;
466
+
467
+ /* Component - Teaser - aTeaser */
468
+ /**
469
+ * 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
470
+ */
471
+ --a-teaser-kicker-font-size: 16px;
472
+ /**
473
+ * This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
474
+ */
475
+ --a-teaser-headline-font-size: 30px;
476
+ --a-teaser-kicker-line-height: 16px;
477
+ --a-teaser-headline-line-height: 30px;
478
+ --a-teaser-title-inline-space: 12px;
479
+
480
+ /* Component - Teaser - bTeaser */
481
+ --b-teaser-title-inline-space: 16px;
482
+
483
+ /* Component - Teaser - bildPlay */
484
+ --bild-play-teaser-width-size: 145px;
485
+
486
+ /* Component - Teaser - mQTeaser */
487
+ /**
488
+ * XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
489
+ */
490
+ --m-qteaser-headline-font-size: 21px;
491
+ --m-qteaser-headline-font-weight: 700;
492
+ --m-qteaser-headline-line-height: 23.100000381469727px;
493
+ --mq-teaser-title-inline-space: 12px;
494
+
495
+ /* Component - Teaser - qTeaser */
496
+ /**
497
+ * This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
498
+ */
499
+ --quad-headline-font-size: 42px;
500
+ --quad-kicker-font-size: 20px;
501
+ --quad-headline-line-height: 42px;
502
+ --q-teaser-title-inline-space: 12px;
503
+
504
+ /* Component - Teaser - stdTeaser */
505
+ --std-teaser-image-title-gap-space: 4px;
506
+ /**
507
+ * This variable is used for creating space around the outside of a subscription badge or video icon badge.
508
+ */
509
+ --std-teaser-badges-margin-space: 4px;
510
+ /**
511
+ * 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
512
+ */
513
+ --std-teaser-kicker-headline-stack-space: 2px;
514
+
515
+ /* Component - Teaser - superA */
516
+ /**
517
+ * 16 - 16 - 16 - 16
518
+ */
519
+ --super-ateaser-title-inline-space: 24px;
520
+
521
+ /* Component - ToggleSwitch */
522
+ /**
523
+ * This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
524
+ */
525
+ --app-toggle-item-label-font-size: 14px;
526
+ /**
527
+ * This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2
528
+ */
529
+ --app-toggle-item-label-line-height: 14.100000381469727px;
530
+
531
+ /* Component - Video */
532
+ /**
533
+ * 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.
534
+ */
535
+ --video-time-badge-corner-size: 2px;
536
+ /**
537
+ * 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.
538
+ */
539
+ --video-time-badge-font-size: 16px;
540
+ /**
541
+ * 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.
542
+ */
543
+ --video-time-badge-size: 24px;
544
+ --video-red-play-icon-width-size: 8px;
545
+ /**
546
+ * This variable is used for changing the red play icon inside the white square.
547
+ */
548
+ --video-red-play-icon-height-size: 10px;
549
+ --video-badge-time-line-height: 21px;
550
+ --video-skeleton-container-height: 180px;
551
+ --video-frame-inline-space: 0px;
552
+ --vertical-video-mock-headline-font-size: 22px;
553
+ /**
554
+ * 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
555
+ */
556
+ --video-ad-badge-font-size: 14px;
557
+
558
+ /* Component - _DSysDocs */
559
+ /**
560
+ * Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
561
+ */
562
+ --bild-design-frame-space: 12px;
563
+ /**
564
+ * This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68
565
+ */
566
+ --ds-main-container-space: 0px;
567
+ --dsys-docs-width-size: 750px;
568
+ /**
569
+ * 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
570
+ */
571
+ --main-content-stage-size: 750px;
572
+ /**
573
+ * 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
574
+ */
575
+ --foundations-banner-height-size: 80px;
576
+ /**
577
+ * This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8
578
+ */
579
+ --ds-caption-stack-space0-5x: 4px;
580
+ --ds-caption-stack-space1x: 8px;
581
+ /**
582
+ * This variable is used only for this design system's component tests.
583
+ */
584
+ --1column-mobile: 320px;
585
+ /**
586
+ * 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
587
+ */
588
+ --thin-banner-vertical-height-size: 558px;
589
+ /**
590
+ * This variable is used only for texts and labels that form part of this design system's documentation.
591
+ */
592
+ --specs-font-family: Gotham;
593
+ /**
594
+ * This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
595
+ */
596
+ --doc-header-height-size: 144px;
597
+
598
+
599
+ /* ============================================
600
+ OTHER
601
+ ============================================ */
602
+
603
+ --breakpoint-name: sm;
604
+
605
+
606
+ /* ============================================
607
+ SEMANTIC
608
+ ============================================ */
609
+
610
+ /* Semantic - Border - BorderRadius */
611
+ /**
612
+ * 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges.
613
+ */
614
+ --border-radius-xs: 2px;
615
+ /**
616
+ * 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
617
+ */
618
+ --border-radius-md: 8px;
619
+ /**
620
+ * 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
621
+ */
622
+ --border-radius-sm: 4px;
623
+ /**
624
+ * 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
625
+ */
626
+ --border-radius-xl: 24px;
627
+ /**
628
+ * 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
629
+ */
630
+ --border-radius-lg: 16px;
631
+ /**
632
+ * 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
633
+ */
634
+ --border-radius-none: 0px;
635
+ /**
636
+ * creates fully rounded shapes, typically used for circular elements like avatars.
637
+ */
638
+ --border-radius-full: 9999px;
639
+
640
+ /* Semantic - Border - BorderWidth */
641
+ /**
642
+ * 1-1-1-1 – use for subtle outlines and dividers
643
+ */
644
+ --border-width-thin: 1px;
645
+ /**
646
+ * 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
647
+ */
648
+ --border-width-thick: 2px;
649
+ /**
650
+ * 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.
651
+ */
652
+ --border-width-hairline: 0.33000001311302185px;
653
+
654
+ /* Semantic - Layout */
655
+ /**
656
+ * Common viewport height size based on the selected mode.
657
+ Apply this token to the main frame of page layouts to simulate realistic vertical space.
658
+ */
659
+ --canvas-height-size-web: 844px;
660
+ /**
661
+ * Common viewport width size based on the selected breakpoint.
662
+ Apply this token to the main frame of page layouts.
663
+ */
664
+ --canvas-width-size-web: 390px;
665
+ /**
666
+ * Common viewport width size based on the selected breakpoint.
667
+ Apply this token to the main frame of page layouts.
668
+ */
669
+ --canvas-width-size-app: 390px;
670
+ /**
671
+ * Common viewport height size based on the selected mode.
672
+ Apply this token to the main frame of page layouts to simulate realistic vertical space.
673
+ */
674
+ --canvas-height-size-app: 844px;
675
+
676
+ /* Semantic - Layout - Breakpoints */
677
+ /**
678
+ * 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
679
+ Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
680
+ */
681
+ --breakpoint-min-width-size: 390px;
682
+ /**
683
+ * 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
684
+ Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
685
+ */
686
+ --breakpoint-max-width-size: 599px;
687
+
688
+ /* Semantic - Layout - ContentWidth */
689
+ /**
690
+ * 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.
691
+ */
692
+ --content-max-width-medium: 700px;
693
+ /**
694
+ * Use for content containers that should fill the full width of the page
695
+ */
696
+ --content-max-width-full: 1024px;
697
+
698
+ /* Semantic - Layout - Grid - Constant */
699
+ /**
700
+ * 16-16-16-16 – use for fixed side paddings and gutters
701
+ */
702
+ --grid-space-const-lg: 16px;
703
+ /**
704
+ * 12-12-12-12 – use for fixed side paddings and gutters
705
+ */
706
+ --grid-space-const-sm: 12px;
707
+
708
+ /* Semantic - Layout - Grid - LayoutGuide */
709
+ /**
710
+ * Used to set the column count in Figma Layout guide Grids
711
+ */
712
+ --layout-guide-grid-colums: 4px;
713
+
714
+ /* Semantic - Layout - Grid - Responsive */
715
+ /**
716
+ * 24-24-32-32 – use for side paddings and gutters in responsive layouts
717
+ */
718
+ --grid-space-resp-lg: 24px;
719
+ /**
720
+ * 48-48-64-64 – use for side paddings and gutters in responsive layouts
721
+ */
722
+ --grid-space-resp-xl: 48px;
723
+ /**
724
+ * 12-12-12-16 – use for side paddings and gutters in responsive layouts
725
+ */
726
+ --grid-space-resp-base: 12px;
727
+ /**
728
+ * 6-6-6-8 – use for side paddings and gutters in responsive layouts
729
+ */
730
+ --grid-space-resp-sm: 6px;
731
+ /**
732
+ * 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.
733
+ */
734
+ --page-inline-space: 0px;
735
+
736
+ /* Semantic - Layout - Section */
737
+ /**
738
+ * 36-36-48-48 – Use for vertical spacing between sections in a layout.
739
+ */
740
+ --section-space-base: 36px;
741
+ /**
742
+ * 72-72-96-96 – Use for vertical spacing between sections in a layout
743
+ */
744
+ --section-space-lg: 72px;
745
+ /**
746
+ * 16-16-32-32 – Use for spacing after paragraphs in text content
747
+ */
748
+ --paragraph-end-space: 16px;
749
+ /**
750
+ * 24-24-36-36 – Use for vertical spacing between subsections in a layout
751
+ */
752
+ --section-space-sm: 24px;
753
+
754
+ /* Semantic - Size - Constant */
755
+ /**
756
+ * 16-16-16-16 – Use for setting fixed height and width of UI elements
757
+ */
758
+ --size-const3-xs: 16px;
759
+ /**
760
+ * 24-24-24-24 – Use for setting fixed height and width of UI elements
761
+ */
762
+ --size-const2-xs: 24px;
763
+ /**
764
+ * 32-32-32-32 – Use for setting fixed height and width of UI elements
765
+ */
766
+ --size-const-xs: 32px;
767
+ /**
768
+ * 40-40-40-40 – Use for setting fixed height and width of UI elements
769
+ */
770
+ --size-const-sm: 40px;
771
+ /**
772
+ * 48-48-48-48 Use for setting fixed height and width of UI elements
773
+ */
774
+ --size-const-md: 48px;
775
+ /**
776
+ * 56-56-56-56 – Use for setting fixed height and width of UI elements
777
+ */
778
+ --size-const-lg: 56px;
779
+ /**
780
+ * 64-64-64-64 – Use for setting fixed height and width of UI elements
781
+ */
782
+ --size-const-xl: 64px;
783
+ /**
784
+ * 96-96-96-96 – Use for setting fixed height and width of UI elements
785
+ */
786
+ --size-const3-xl: 96px;
787
+ /**
788
+ * 148-148-148-148 – Use for setting fixed height and width of UI elements
789
+ */
790
+ --size-const4-xl: 148px;
791
+ /**
792
+ * 72-72-72-72 – Use for setting fixed height and width of UI elements
793
+ */
794
+ --size-const2-xl: 72px;
795
+ /**
796
+ * 8-8-8-8 – Use for setting fixed height and width of UI elements
797
+ */
798
+ --size-const4-xs: 8px;
799
+
800
+ /* Semantic - Size - Responsive */
801
+ /**
802
+ * 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
803
+ */
804
+ --size-resp3-xs: 16px;
805
+ /**
806
+ * 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
807
+ */
808
+ --size-resp2-xs: 24px;
809
+ /**
810
+ * 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
811
+ */
812
+ --size-resp-xs: 32px;
813
+ /**
814
+ * 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
815
+ */
816
+ --size-resp-sm: 40px;
817
+ /**
818
+ * 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
819
+ */
820
+ --size-resp-md: 48px;
821
+ /**
822
+ * 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
823
+ */
824
+ --size-resp-lg: 56px;
825
+ /**
826
+ * 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
827
+ */
828
+ --size-resp-xl: 64px;
829
+ /**
830
+ * 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
831
+ */
832
+ --size-resp2-xl: 72px;
833
+ /**
834
+ * 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
835
+ */
836
+ --size-resp3-xl: 96px;
837
+ /**
838
+ * 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
839
+ */
840
+ --size-resp4-xl: 148px;
841
+ /**
842
+ * 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
843
+ */
844
+ --size-resp4-xs: 12px;
845
+
846
+ /* Semantic - Space - Gap - Constant */
847
+ /**
848
+ * 2-2-2-2 – Use for fixed gaps between items inside of UI elements
849
+ */
850
+ --gap-space-const2-xs: 2px;
851
+ /**
852
+ * 4-4-4-4 – Use for fixed gaps between items inside of UI elements
853
+ */
854
+ --gap-space-const-xs: 4px;
855
+ /**
856
+ * 8-8-8-8 – Use for fixed gaps between items inside of UI elements
857
+ */
858
+ --gap-space-const-sm: 8px;
859
+ /**
860
+ * 12-12-12-12 – Use for fixed gaps between items inside of UI elements
861
+ */
862
+ --gap-space-const-md: 12px;
863
+ /**
864
+ * 16-16-16-16 – Use for fixed gaps between items inside of UI elements
865
+ */
866
+ --gap-space-const-lg: 16px;
284
867
  /**
285
- * 320 - 390 - 600 - 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 minimum widths across responsive viewports.
868
+ * 24-24-24-24Use for fixed gaps between items inside of UI elements
287
869
  */
288
- --breakpoint-min-width-size: 390px;
870
+ --gap-space-const-xl: 24px;
289
871
  /**
290
- * 389 - 599 - 1023 - 1024 Defines the minimum width of the main frame for different breakpoints.
291
- * Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
872
+ * 32-32-32-32Use for fixed gaps between items inside of UI elements
292
873
  */
293
- --breakpoint-max-width-size: 599px;
874
+ --gap-space-const2-xl: 32px;
294
875
  /**
295
- * Common viewport height size based on the selected mode.
296
- * Apply this token to the main frame of page layouts to simulate realistic vertical space.
876
+ * 48-48-48-48 Use for fixed gaps between items inside of UI elements
297
877
  */
298
- --canvas-height-size-web: 844px;
299
- --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. */
300
- --content-max-width-full: 1024px; /** Use for content containers that should fill the full width of the page */
878
+ --gap-space-const3-xl: 48px;
879
+
880
+ /* Semantic - Space - Gap - Responsive */
301
881
  /**
302
- * Common viewport width size based on the selected breakpoint.
303
- * Apply this token to the main frame of page layouts.
882
+ * 4-4-6-8 Use for gaps between items inside of UI elements that scale across breakpoints
304
883
  */
305
- --canvas-width-size-web: 390px;
884
+ --gap-space-resp-xs: 4px;
306
885
  /**
307
- * Common viewport width size based on the selected breakpoint.
308
- * Apply this token to the main frame of page layouts.
886
+ * 16-16-24-32 Use for gaps between items inside of UI elements that scale across breakpoints
309
887
  */
310
- --canvas-width-size-app: 390px;
888
+ --gap-space-resp-lg: 16px;
311
889
  /**
312
- * Common viewport height size based on the selected mode.
313
- * Apply this token to the main frame of page layouts to simulate realistic vertical space.
890
+ * 24-24-32-48 Use for gaps between items inside of UI elements that scale across breakpoints
314
891
  */
315
- --canvas-height-size-app: 844px;
316
- --title1-font-size: 24px; /** 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
317
- --title2-font-size: 16px; /** 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
318
- --display1-font-size: 38px; /** This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120 */
319
- --display2-font-size: 34px; /** This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64 */
320
- --display3-font-size: 27px; /** This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40 */
321
- --headline1-font-size: 42px; /** This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100 */
322
- --headline2-font-size: 42px; /** This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64 */
323
- --headline3-font-size: 30px; /** This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40 */
324
- --headline4-font-size: 21px; /** This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32 */
325
- --body-font-size: 17px; /** This variable is used on the body text style's font size parameter. It remains constant at 21. */
326
- --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. */
327
- --label2-font-size: 15px; /** This variable controls the label2 text style's font size parameter. Its value remains constant at 15. */
328
- --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. */
329
- --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. */
330
- --label4-font-size: 8px; /** This token is used in the font size parameter of the label4 text style. The value remains constant at 8. */
331
- --callout1-font-size: 18px; /** This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 */
332
- --footnote1-font-size: 13px; /** This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 */
333
- --footnote2-font-size: 10px; /** This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 */
334
- --kicker1-font-size: 20px; /** 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. */
335
- --kicker2-font-size: 16px; /** 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 */
336
- --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 */
337
- --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 */
338
- --subheadline1-font-size: 18px; /** This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36 */
339
- --quote-font-size: 16px; /** 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. */
340
- --body-font-family: Inter; /** This variable references the bodyFontFamily variable from the branding collection. */
892
+ --gap-space-resp-xl: 24px;
893
+ /**
894
+ * 32-32-48-64 Use for gaps between items inside of UI elements that scale across breakpoints
895
+ */
896
+ --gap-space-resp2-xl: 32px;
897
+ /**
898
+ * 12-12-16-24 Use for gaps between items inside of UI elements that scale across breakpoints
899
+ */
900
+ --gap-space-resp-md: 12px;
901
+ /**
902
+ * 8-8-12-16 Use for gaps between items inside of UI elements that scale across breakpoints
903
+ */
904
+ --gap-space-resp-sm: 8px;
905
+ /**
906
+ * 2-2-4-6 Use for gaps between items inside of UI elements that scale across breakpoints
907
+ */
908
+ --gap-space-resp2-xs: 2px;
909
+ /**
910
+ * 48-48-72-96 Use for gaps between items inside of UI elements that scale across breakpoints
911
+ */
912
+ --gap-space-resp3-xl: 48px;
913
+
914
+ /* Semantic - Space - Inline - Constant */
915
+ /**
916
+ * 8-8-8-8 Use for fixed horizontal (left/right) padding of UI elements
917
+ */
918
+ --inline-space-const-sm: 8px;
919
+ /**
920
+ * 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
921
+ */
922
+ --inline-space-const-md: 12px;
923
+ /**
924
+ * 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
925
+ */
926
+ --inline-space-const-lg: 16px;
927
+ /**
928
+ * 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
929
+ */
930
+ --inline-space-const2-xl: 32px;
931
+ /**
932
+ * 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
933
+ */
934
+ --inline-space-const-xl: 24px;
935
+ /**
936
+ * 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
937
+ */
938
+ --inline-space-const-xs: 6px;
939
+ /**
940
+ * 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
941
+ */
942
+ --inline-space-const3-xs: 2px;
943
+ /**
944
+ * 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
945
+ */
946
+ --inline-space-const2-xs: 4px;
947
+
948
+ /* Semantic - Space - Inline - Responsive */
949
+ /**
950
+ * 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
951
+ */
952
+ --inline-space-resp-sm: 8px;
953
+ /**
954
+ * 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
955
+ */
956
+ --inline-space-resp-md: 12px;
957
+ /**
958
+ * 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
959
+ */
960
+ --inline-space-resp-lg: 16px;
961
+ /**
962
+ * 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
963
+ */
964
+ --inline-space-resp2-xl: 32px;
965
+ /**
966
+ * 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
967
+ */
968
+ --inline-space-resp-xl: 24px;
969
+
970
+ /* Semantic - Space - Stack - Constant */
971
+ /**
972
+ * 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
973
+ */
974
+ --stack-space-const-sm: 8px;
975
+ /**
976
+ * 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
977
+ */
978
+ --stack-space-const-md: 12px;
979
+ /**
980
+ * 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
981
+ */
982
+ --stack-space-const-lg: 16px;
983
+ /**
984
+ * 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
985
+ */
986
+ --stack-space-const2-xl: 32px;
987
+ /**
988
+ * 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
989
+ */
990
+ --stack-space-const-xl: 24px;
991
+ /**
992
+ * 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
993
+ */
994
+ --stack-space-const-xs: 6px;
995
+ /**
996
+ * 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
997
+ */
998
+ --stack-space-const3-xs: 2px;
999
+ /**
1000
+ * 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
1001
+ */
1002
+ --stack-space-const2-xs: 4px;
1003
+
1004
+ /* Semantic - Space - Stack - Responsive */
1005
+ /**
1006
+ * 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
1007
+ */
1008
+ --stack-space-resp-md: 12px;
1009
+ /**
1010
+ * 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
1011
+ */
1012
+ --stack-space-resp-lg: 16px;
1013
+ /**
1014
+ * 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
1015
+ */
1016
+ --stack-space-resp2-xl: 32px;
1017
+ /**
1018
+ * 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
1019
+ */
1020
+ --stack-space-resp-sm: 8px;
1021
+ /**
1022
+ * 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
1023
+ */
1024
+ --stack-space-resp-xl: 24px;
1025
+
1026
+ /* Semantic - Typography - FontFamily */
1027
+ /**
1028
+ * This variable references the bodyFontFamily variable from the branding collection.
1029
+ */
1030
+ --body-font-family: Inter;
341
1031
  --callout-font-family: AntennaCond;
342
1032
  --headline-font-family: AntennaExtraCond;
343
1033
  --footnote-font-family: Inter;
@@ -347,144 +1037,309 @@
347
1037
  --title-font-family: AntennaCond;
348
1038
  --quote-font-family: AntennaCond;
349
1039
  --display-font-family: AntennaCond;
350
- --callout-font-weight: 800;
351
- --label-font-weight-bold: 700;
352
- --label-font-weight-book: 400;
1040
+
1041
+ /* Semantic - Typography - FontSize - Body */
1042
+ /**
1043
+ * This variable is used on the body text style's font size parameter. It remains constant at 21.
1044
+ */
1045
+ --body-font-size: 17px;
1046
+
1047
+ /* Semantic - Typography - FontSize - Callout */
1048
+ /**
1049
+ * This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
1050
+ */
1051
+ --callout1-font-size: 18px;
1052
+
1053
+ /* Semantic - Typography - FontSize - Display */
1054
+ /**
1055
+ * This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
1056
+ */
1057
+ --display1-font-size: 38px;
1058
+ /**
1059
+ * This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
1060
+ */
1061
+ --display2-font-size: 34px;
1062
+ /**
1063
+ * This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
1064
+ */
1065
+ --display3-font-size: 27px;
1066
+
1067
+ /* Semantic - Typography - FontSize - Footnote */
1068
+ /**
1069
+ * This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
1070
+ */
1071
+ --footnote1-font-size: 13px;
1072
+ /**
1073
+ * This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
1074
+ */
1075
+ --footnote2-font-size: 10px;
1076
+
1077
+ /* Semantic - Typography - FontSize - Headline */
1078
+ /**
1079
+ * This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
1080
+ */
1081
+ --headline1-font-size: 42px;
1082
+ /**
1083
+ * This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
1084
+ */
1085
+ --headline2-font-size: 42px;
1086
+ /**
1087
+ * This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
1088
+ */
1089
+ --headline3-font-size: 30px;
1090
+ /**
1091
+ * This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
1092
+ */
1093
+ --headline4-font-size: 21px;
1094
+
1095
+ /* Semantic - Typography - FontSize - Kicker */
1096
+ /**
1097
+ * 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.
1098
+ */
1099
+ --kicker1-font-size: 20px;
1100
+ /**
1101
+ * 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
1102
+ */
1103
+ --kicker2-font-size: 16px;
1104
+ /**
1105
+ * Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20
1106
+ */
1107
+ --kicker3-font-size: 16px;
1108
+ /**
1109
+ * Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16
1110
+ */
1111
+ --kicker4-font-size: 14px;
1112
+
1113
+ /* Semantic - Typography - FontSize - Label */
1114
+ /**
1115
+ * This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
1116
+ */
1117
+ --label3-font-size: 12px;
1118
+ /**
1119
+ * This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
1120
+ */
1121
+ --label2-font-size: 15px;
1122
+ /**
1123
+ * This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
1124
+ */
1125
+ --label1-font-size: 17px;
1126
+ /**
1127
+ * 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
1128
+ */
1129
+ --label1-font-size-responsive: 10px;
1130
+ /**
1131
+ * This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
1132
+ */
1133
+ --label4-font-size: 8px;
1134
+
1135
+ /* Semantic - Typography - FontSize - Quote */
1136
+ /**
1137
+ * 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.
1138
+ */
1139
+ --quote-font-size: 16px;
1140
+
1141
+ /* Semantic - Typography - FontSize - Subheadline */
1142
+ /**
1143
+ * This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
1144
+ */
1145
+ --subheadline1-font-size: 18px;
1146
+
1147
+ /* Semantic - Typography - FontSize - Title */
1148
+ /**
1149
+ * 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
1150
+ */
1151
+ --title1-font-size: 24px;
1152
+ /**
1153
+ * 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
1154
+ */
1155
+ --title2-font-size: 16px;
1156
+
1157
+ /* Semantic - Typography - FontWeight - Body */
353
1158
  --body-font-weight-book: 400;
354
1159
  --body-font-weight-bold: 700;
355
- --kicker-font-weight: 700;
356
- --kicker-font-weight-st: Black Italic;
357
- --subheadline-font-weight: 700;
1160
+
1161
+ /* Semantic - Typography - FontWeight - Callout */
1162
+ --callout-font-weight: 800;
1163
+
1164
+ /* Semantic - Typography - FontWeight - Display */
1165
+ --display-font-weight: 800;
1166
+
1167
+ /* Semantic - Typography - FontWeight - Footnote */
1168
+ --footnote-font-weight-book: 400;
1169
+ --footnote-font-weight-bold: 700;
1170
+
1171
+ /* Semantic - Typography - FontWeight - Headline */
358
1172
  --headline1-font-weight: 700;
359
1173
  --headline2-font-weight: 700;
360
1174
  --headline3-font-weight: 700;
361
1175
  --headline4-font-weight: 700;
362
- --headline1-font-weight-st: Bold Italic; /** This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines. */
363
- --title-font-weight: 800;
364
- --display-font-weight: 800;
1176
+ /**
1177
+ * This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
1178
+ */
1179
+ --headline1-font-weight-st: Bold Italic;
1180
+
1181
+ /* Semantic - Typography - FontWeight - Kicker */
1182
+ --kicker-font-weight: 700;
1183
+ --kicker-font-weight-st: Black Italic;
1184
+
1185
+ /* Semantic - Typography - FontWeight - Label */
1186
+ --label-font-weight-bold: 700;
1187
+ --label-font-weight-book: 400;
1188
+
1189
+ /* Semantic - Typography - FontWeight - Quote */
365
1190
  --quote-font-weight: 800;
366
- --footnote-font-weight-book: 400;
367
- --footnote-font-weight-bold: 700;
368
- --body-line-height: 28.049999237060547px; /** Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) */
369
- --kicker4-line-height: 15.399999618530273px;
370
- --kicker3-line-height: 17.600000381469727px;
371
- --kicker2-line-height: 17.600000381469727px;
372
- --kicker1-line-height: 22px;
373
- --label3-line-height: 14.399999618530273px;
374
- --label1-line-height: 20.399999618530273px; /** This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. */
375
- --label1-responsive-line-height: 12px;
376
- --label2-line-height: 19.200000762939453px;
377
- --label4-line-height: 10px;
1191
+
1192
+ /* Semantic - Typography - FontWeight - Subheadline */
1193
+ --subheadline-font-weight: 700;
1194
+
1195
+ /* Semantic - Typography - FontWeight - Title */
1196
+ --title-font-weight: 800;
1197
+
1198
+ /* Semantic - Typography - LetterSpacing */
1199
+ /**
1200
+ * 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.
1201
+ */
1202
+ --letter-spacing-positive-sm: 0.5px;
1203
+ /**
1204
+ * 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.
1205
+ */
1206
+ --letter-spacing-positive-lg: 2px;
1207
+ /**
1208
+ * 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.
1209
+ */
1210
+ --letter-spacing-positive-md: 1px;
1211
+ /**
1212
+ * 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.
1213
+ */
1214
+ --letter-spacing-none: 0px;
1215
+ /**
1216
+ * -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.
1217
+ */
1218
+ --letter-spacing-negative-sm: -0.5px;
1219
+ /**
1220
+ * -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.
1221
+ */
1222
+ --letter-spacing-negative-md: -1px;
1223
+ /**
1224
+ * -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.
1225
+ */
1226
+ --letter-spacing-negative-lg: -2px;
1227
+ /**
1228
+ * -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.
1229
+ */
1230
+ --letter-spacing-negative-xs: -0.25px;
1231
+ /**
1232
+ * 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.
1233
+ */
1234
+ --letter-spacing-positive-xs: 0.25px;
1235
+
1236
+ /* Semantic - Typography - LetterSpacing - display */
1237
+ /**
1238
+ * -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.
1239
+ */
1240
+ --display1-letter-spacing: -0.5px;
1241
+ /**
1242
+ * -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.
1243
+ */
1244
+ --display2-letter-spacing: -0.5px;
1245
+ /**
1246
+ * -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.
1247
+ */
1248
+ --display3-letter-spacing: -0.5px;
1249
+
1250
+ /* Semantic - Typography - LineHeight - Body */
1251
+ /**
1252
+ * Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)
1253
+ */
1254
+ --body-line-height: 28.049999237060547px;
1255
+
1256
+ /* Semantic - Typography - LineHeight - Callout */
1257
+ --callout-line-height: 23.399999618530273px;
1258
+
1259
+ /* Semantic - Typography - LineHeight - Display */
378
1260
  --display1-line-height: 40px;
379
1261
  --display2-line-height: 36px;
380
1262
  --display3-line-height: 28px;
381
- --title1-line-height: 26.399999618530273px;
382
- --title2-line-height: 20.799999237060547px; /** html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
383
- --quote-line-height: 20.799999237060547px; /** This variable is used in the quote text style line height parameter. */
1263
+
1264
+ /* Semantic - Typography - LineHeight - Footnote */
384
1265
  --footnote1-line-height: 17.030000686645508px;
385
1266
  --footnote2-line-height: 13px;
1267
+
1268
+ /* Semantic - Typography - LineHeight - Headline */
386
1269
  --headline1-line-height: 42px;
387
1270
  --headline2-line-height: 42px;
388
1271
  --headline3-line-height: 33px;
389
1272
  --headline4-line-height: 23.100000381469727px;
390
- --callout-line-height: 23.399999618530273px;
1273
+
1274
+ /* Semantic - Typography - LineHeight - Kicker */
1275
+ --kicker4-line-height: 15.399999618530273px;
1276
+ --kicker3-line-height: 17.600000381469727px;
1277
+ --kicker2-line-height: 17.600000381469727px;
1278
+ --kicker1-line-height: 22px;
1279
+
1280
+ /* Semantic - Typography - LineHeight - Label */
1281
+ --label3-line-height: 14.399999618530273px;
1282
+ /**
1283
+ * This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.
1284
+ */
1285
+ --label1-line-height: 20.399999618530273px;
1286
+ --label1-responsive-line-height: 12px;
1287
+ --label2-line-height: 19.200000762939453px;
1288
+ --label4-line-height: 10px;
1289
+
1290
+ /* Semantic - Typography - LineHeight - Quote */
1291
+ /**
1292
+ * This variable is used in the quote text style line height parameter.
1293
+ */
1294
+ --quote-line-height: 20.799999237060547px;
1295
+
1296
+ /* Semantic - Typography - LineHeight - Subheadline */
391
1297
  --subheadline1-line-height: 23.399999618530273px;
392
- --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. */
393
- --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. */
394
- --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. */
395
- --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. */
396
- --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. */
397
- --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. */
398
- --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. */
399
- --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. */
400
- --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. */
401
- --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. */
402
- --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. */
403
- --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. */
404
- --border-radius-xs: 2px; /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
405
- --border-radius-md: 8px; /** 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. */
406
- --border-radius-sm: 4px; /** 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls. */
407
- --border-radius-xl: 24px; /** 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components. */
408
- --border-radius-lg: 16px; /** 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces. */
409
- --border-radius-none: 0px; /** 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. */
410
- --border-radius-full: 9999px; /** creates fully rounded shapes, typically used for circular elements like avatars. */
411
- --border-width-thin: 1px; /** 1-1-1-1 – use for subtle outlines and dividers */
412
- --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) */
413
- --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. */
414
- --visilble-mobile-only: true; /** Use for showing elements on mobile viewport sizes only */
415
- --visilble-desktop-only: false; /** Use for showing elements on desktop viewport sizes only */
416
- --visilble-above600px: false; /** Use for showing elements on viewport sizes above 600 px */
417
- --visilble-below600px: true; /** Use for showing elements on viewport sizes below 600 px */
418
- --hide-on-mobile: false; /** Use for hiding elements on mobile viewport sizes */
419
- --visilble-tablet-only: false; /** Use for showing elements on tablet viewport sizes only */
420
- --hide-on-desktop: true; /** Use for hiding elements on desktop viewport sizes only */
1298
+
1299
+ /* Semantic - Typography - LineHeight - Title */
1300
+ --title1-line-height: 26.399999618530273px;
1301
+ /**
1302
+ * html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
1303
+ */
1304
+ --title2-line-height: 20.799999237060547px;
1305
+
1306
+ /* Semantic - Visibility - Boolean */
1307
+ /**
1308
+ * Use for showing elements on mobile viewport sizes only
1309
+ */
1310
+ --visilble-mobile-only: true;
1311
+ /**
1312
+ * Use for showing elements on desktop viewport sizes only
1313
+ */
1314
+ --visilble-desktop-only: false;
1315
+ /**
1316
+ * Use for showing elements on viewport sizes above 600 px
1317
+ */
1318
+ --visilble-above600px: false;
1319
+ /**
1320
+ * Use for showing elements on viewport sizes below 600 px
1321
+ */
1322
+ --visilble-below600px: true;
1323
+ /**
1324
+ * Use for hiding elements on mobile viewport sizes
1325
+ */
1326
+ --hide-on-mobile: false;
1327
+ /**
1328
+ * Use for showing elements on tablet viewport sizes only
1329
+ */
1330
+ --visilble-tablet-only: false;
1331
+ /**
1332
+ * Use for hiding elements on desktop viewport sizes only
1333
+ */
1334
+ --hide-on-desktop: true;
1335
+
1336
+ /* Semantic - Visibility - VariantSwitch */
421
1337
  --change-on-lg: xs/sm/md;
422
- --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. */
1338
+ /**
1339
+ * 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.
1340
+ */
1341
+ --change-on-md: xs/sm;
423
1342
  --bp-specific-web: xs/sm;
424
1343
  --bp-specific-app: compact;
425
- --inline-space-resp-sm: 8px; /** 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
426
- --inline-space-resp-md: 12px; /** 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints */
427
- --inline-space-resp-lg: 16px; /** 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
428
- --inline-space-resp2-xl: 32px; /** 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
429
- --inline-space-resp-xl: 24px; /** 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
430
- --inline-space-const-sm: 8px; /** 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements */
431
- --inline-space-const-md: 12px; /** 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements */
432
- --inline-space-const-lg: 16px; /** 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements */
433
- --inline-space-const2-xl: 32px; /** 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements */
434
- --inline-space-const-xl: 24px; /** 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements */
435
- --inline-space-const-xs: 6px; /** 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements */
436
- --inline-space-const3-xs: 2px; /** 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements */
437
- --inline-space-const2-xs: 4px; /** 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements */
438
- --stack-space-resp-md: 12px; /** 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
439
- --stack-space-resp-lg: 16px; /** 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
440
- --stack-space-resp2-xl: 32px; /** 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
441
- --stack-space-resp-sm: 8px; /** 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
442
- --stack-space-resp-xl: 24px; /** 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
443
- --stack-space-const-sm: 8px; /** 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements */
444
- --stack-space-const-md: 12px; /** 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements */
445
- --stack-space-const-lg: 16px; /** 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements */
446
- --stack-space-const2-xl: 32px; /** 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements */
447
- --stack-space-const-xl: 24px; /** 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements */
448
- --stack-space-const-xs: 6px; /** 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements */
449
- --stack-space-const3-xs: 2px; /** 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements */
450
- --stack-space-const2-xs: 4px; /** 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements */
451
- --gap-space-resp-xs: 4px; /** 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints */
452
- --gap-space-resp-lg: 16px; /** 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints */
453
- --gap-space-resp-xl: 24px; /** 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints */
454
- --gap-space-resp2-xl: 32px; /** 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints */
455
- --gap-space-resp-md: 12px; /** 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints */
456
- --gap-space-resp-sm: 8px; /** 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints */
457
- --gap-space-resp2-xs: 2px; /** 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints */
458
- --gap-space-resp3-xl: 48px; /** 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints */
459
- --gap-space-const2-xs: 2px; /** 2-2-2-2 – Use for fixed gaps between items inside of UI elements */
460
- --gap-space-const-xs: 4px; /** 4-4-4-4 – Use for fixed gaps between items inside of UI elements */
461
- --gap-space-const-sm: 8px; /** 8-8-8-8 – Use for fixed gaps between items inside of UI elements */
462
- --gap-space-const-md: 12px; /** 12-12-12-12 – Use for fixed gaps between items inside of UI elements */
463
- --gap-space-const-lg: 16px; /** 16-16-16-16 – Use for fixed gaps between items inside of UI elements */
464
- --gap-space-const-xl: 24px; /** 24-24-24-24 – Use for fixed gaps between items inside of UI elements */
465
- --gap-space-const2-xl: 32px; /** 32-32-32-32 – Use for fixed gaps between items inside of UI elements */
466
- --gap-space-const3-xl: 48px; /** 48-48-48-48 – Use for fixed gaps between items inside of UI elements */
467
- --size-const3-xs: 16px; /** 16-16-16-16 – Use for setting fixed height and width of UI elements */
468
- --size-const2-xs: 24px; /** 24-24-24-24 – Use for setting fixed height and width of UI elements */
469
- --size-const-xs: 32px; /** 32-32-32-32 – Use for setting fixed height and width of UI elements */
470
- --size-const-sm: 40px; /** 40-40-40-40 – Use for setting fixed height and width of UI elements */
471
- --size-const-md: 48px; /** 48-48-48-48 Use for setting fixed height and width of UI elements */
472
- --size-const-lg: 56px; /** 56-56-56-56 – Use for setting fixed height and width of UI elements */
473
- --size-const-xl: 64px; /** 64-64-64-64 – Use for setting fixed height and width of UI elements */
474
- --size-const3-xl: 96px; /** 96-96-96-96 – Use for setting fixed height and width of UI elements */
475
- --size-const4-xl: 148px; /** 148-148-148-148 – Use for setting fixed height and width of UI elements */
476
- --size-const2-xl: 72px; /** 72-72-72-72 – Use for setting fixed height and width of UI elements */
477
- --size-const4-xs: 8px; /** 8-8-8-8 – Use for setting fixed height and width of UI elements */
478
- --size-resp3-xs: 16px; /** 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints */
479
- --size-resp2-xs: 24px; /** 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints */
480
- --size-resp-xs: 32px; /** 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints */
481
- --size-resp-sm: 40px; /** 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints */
482
- --size-resp-md: 48px; /** 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints */
483
- --size-resp-lg: 56px; /** 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints */
484
- --size-resp-xl: 64px; /** 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints */
485
- --size-resp2-xl: 72px; /** 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints */
486
- --size-resp3-xl: 96px; /** 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints */
487
- --size-resp4-xl: 148px; /** 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints */
488
- --size-resp4-xs: 12px; /** 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints */
489
- --breakpoint-name: sm;
1344
+
490
1345
  }