@marioschmidt/design-system-tokens 1.0.20 → 1.0.21

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