@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,127 +1,459 @@
1
+ //
2
+ // typography-lg.scss
3
+ // Generiert am: 2025-11-24T20:34:58.419Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
3
-
4
- $display-display1: 800 114px/120px AntennaCond; // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120
5
- $display-display2: 800 61px/64px AntennaCond; // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64
6
- $display-display3: 800 38px/40px AntennaCond; // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40
7
- $headline-headline1: Bold Italic 80px/88px AntennaExtraCond; // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100
8
- $headline-headline2: Bold Italic 50px/57.599998474121094px AntennaExtraCond; // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64
9
- $headline-headline3: Bold Italic 34px/39.099998474121094px AntennaExtraCond; // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40
10
- $headline-headline4: Bold Italic 26px/26px AntennaExtraCond; // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32
11
- $subheadline-subheadline1: 700 26px/33.79999923706055px AntennaCond; // This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36
12
- $kicker-kicker1: Black Italic 32px/35.20000076293945px AntennaExtraCond; // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes
13
- $kicker-kicker2: Black Italic 26px/28.600000381469727px AntennaExtraCond; // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes
14
- $kicker-kicker3: Black Italic 22px/24.200000762939453px AntennaExtraCond; // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes
15
- $kicker-kicker4: Black Italic 18px/19.799999237060547px AntennaExtraCond; // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes
16
- $title-title1: 800 30px/33px AntennaCond; // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
17
- $title-title1uppercase: 800 30px/33px AntennaCond; // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
18
- // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
19
- //
20
- // In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
21
- $title-title2: 800 20px/26px AntennaCond;
22
- // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
23
- //
24
- // In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
25
- $title-title2uppercase: 800 20px/26px AntennaCond;
26
- $callout-callout: 800 24px/31.200000762939453px AntennaCond; // Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22
27
- $body-body: 400 17px/28.049999237060547px Inter; // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
28
- $body-bodyitalic: 17px/28.049999237060547px Inter; // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
29
- $body-bodybold: 700 17px/28.049999237060547px Inter; // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
30
- $body-bodybolditalic: 17px/28.049999237060547px Inter; // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
31
- $textlink-textlink: 400 17px/28.049999237060547px Inter; // Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes.
32
- $textlink-textlinkitalic: 17px/28.049999237060547px Inter; // Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes.
33
- $textlink-textlinkbold: 700 17px/28.049999237060547px Inter; // Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes.
34
- $textlink-textlinkhover: 400 17px/28.049999237060547px Inter; // Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
35
- $textlink-textlinkboldhover: 700 17px/28.049999237060547px Inter; // Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
36
- $footnote-footnote1: 400 15px/19px Inter; // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18
37
- $footnote-footnote1bold: 700 15px/19px Inter; // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18
38
- $footnote-footnote2: 400 13px/17.030000686645508px Inter; // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
39
- $footnote-footnote2bold: 700 13px/17.030000686645508px Inter; // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
40
- $label-label1: 400 17px/20.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
41
- $label-label1bold: 700 17px/20.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
42
- $label-label1boldresp: 700 17px/20.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17
43
- $label-label1uppercasebold: 700 17px/20.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
44
- $label-label2: 400 15px/19.200000762939453px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
45
- $label-label2uppercase: 400 15px/19.200000762939453px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
46
- $label-label2bold: 700 15px/19.200000762939453px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
47
- $label-label2uppercasebold: 700 15px/19.200000762939453px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes.
48
- $label-label3: 400 12px/14.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
49
- $label-label3uppercase: 400 12px/14.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn
50
- $label-label3bold: 700 12px/14.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
51
- $label-label3uppercasebold: 700 12px/14.399999618530273px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
52
- $label-label4: 400 8px/10px AntennaExtraCond; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8.
53
- $quote-quote: 800 20px/26px AntennaCond; // Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized.
54
- $accordion-accordionlabel: 700 17px Inter; // This text style is for use on accordion labels
55
- $article-articlekicker: Black Italic 32px/35.20000076293945px AntennaExtraCond; // This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize.
56
- $article-articleimagecaption: 700 15px/19.5px Inter; // This text style is used on image captions that show up in article pages only.
57
- $article-articleheadline: Bold Italic 80px/80px AntennaExtraCond; // This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100
58
- $article-articlemetasource: 400 15px/19px Inter; // This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated.
59
- $article-articletimestamp: 800 16px AntennaCond; // Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16
60
- $audioplayer-audioplayerlabel: 700 18px/18px AntennaExtraCond; // This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18
61
- $avatar-appavatar: 800 16px AntennaCond; // This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16
7
+ // ============================================
8
+ // .DSDOCSSTYLES
9
+ // ============================================
10
+
11
+ $pageheaderdescription: [object Object];
12
+ // This text style is only used on the design system's documentation for code syntax snippets.
13
+ $codesnippets: [object Object];
14
+ // This text style is only used for mockup pages of the design system website.
15
+ $bilddesignsidemenu: [object Object];
16
+ // This text style is only used for mockup pages of the design system website.
17
+ $bilddesignsidemenuactive: [object Object];
18
+ // This text style is only used for mockup pages of the design system website.
19
+ $bilddesignsidemenuhover: [object Object];
20
+ // This text style is only used for mockups the vertical video component teaser headlines.
21
+ $verticalvideosmockheadlines: [object Object];
22
+ // This text style is used on documentation pages that contain some token information.
23
+ $tokenspecl: [object Object];
24
+
25
+
26
+ // ============================================
27
+ // .SPECS
28
+ // ============================================
29
+
30
+ // This text style is only used for audit pages of the design system.
31
+ $specsxs: [object Object];
32
+ // This text style is only used for audit pages of the design system.
33
+ $specss: [object Object];
34
+ // This text style is only used for audit pages of the design system.
35
+ $specsms: [object Object];
36
+ // This text style is only used for audit pages of the design system.
37
+ $specsm: [object Object];
38
+ // This text style is only used for audit pages of the design system.
39
+ $specsml: [object Object];
40
+ // This text style is only used for audit pages of the design system.
41
+ $specsl: [object Object];
42
+ // This text style is only used for audit pages of the design system.
43
+ $specsxl: [object Object];
44
+ // This text style is only used for audit pages of the design system.
45
+ $specsxxl: [object Object];
46
+
47
+
48
+ // ============================================
49
+ // ACCORDION
50
+ // ============================================
51
+
52
+ // This text style is for use on accordion labels
53
+ $accordionlabel: [object Object];
54
+
55
+
56
+ // ============================================
57
+ // ARTICLE
58
+ // ============================================
59
+
60
+ // This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize.
61
+ $articlekicker: [object Object];
62
+ // This text style is used on image captions that show up in article pages only.
63
+ $articleimagecaption: [object Object];
64
+ // This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100
65
+ $articleheadline: [object Object];
66
+ // This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated.
67
+ $articlemetasource: [object Object];
68
+ // Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16
69
+ $articletimestamp: [object Object];
70
+
71
+
72
+ // ============================================
73
+ // ATEASER
74
+ // ============================================
75
+
76
+ // 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG
77
+ $ateaserkicker: [object Object];
78
+ // This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
79
+ $ateaserheadline: [object Object];
80
+
81
+
82
+ // ============================================
83
+ // AUDIOPLAYER
84
+ // ============================================
85
+
86
+ // This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18
87
+ $audioplayerlabel: [object Object];
88
+
89
+
90
+ // ============================================
91
+ // AVATAR
92
+ // ============================================
93
+
94
+ // This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16
95
+ $appavatar: [object Object];
62
96
  // This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
63
- //
64
- // 09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm
65
- $avatar-avatardefault: 700 15px/23px Inter;
66
- $avatar-avatarhover: 700 15px/23px Inter; // This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18
67
- $avatar-avatarsecondaryinfo: 400 15px/23px Inter; // This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18
68
- $avatar-avatarsecondaryinfohover: 400 15px/23px Inter; // This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18
69
- $badges-videoadbadge: 400 16px 'Gotham XNarrow'; // 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements.
70
- $badges-videotimebadge: 400 18px/23.799999237060547px Inter; // This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18
71
- $breadcrumb-breadcrumb: 700 11px/11px Inter; // This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
72
- $breadcrumb-breadcrumblink: 400 11px/11px Inter; // This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
73
- $breadcrumb-breadcrumblinkhover: 700 11px/11px Inter; // This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
74
- $breakingnews-breakingnewstext: 700 21px/24px AntennaExtraCond; // Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21.
75
- $breakingnews-breakingnewsuppertitle: 800 17px/12px AntennaCond; // Use this text style on the upper title of the breaking news headline strip. Font size constant 13.
76
- $breakingnews-breakingnewslowertitle: 800 30px/21px AntennaCond; // Use this font style on the breaking news badge's lower title. Font size constant 23.
77
- $button-buttonlabel: Bold Italic 15px/15px AntennaExtraCond; // This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn
78
- $button-partnerlinkbuttonlabel: 400 18px/18px AntennaExtraCond; // This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18
79
- $chips-chipslabel: 700 18px Inter; // This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18
80
- $footer-footercardlink: 400 15px 'Gotham XNarrow'; // This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable.
81
- $footer-footerlinkseparator: 400 16px 'Gotham XNarrow'; // This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices.
82
- $footer-footerlinks: 700 11px/14px Inter; // This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px.
83
- $footer-footerlinkuser-offerpages: 400 18px/26px Inter; // User data and offer pages use this text style on footer links. Font size remains constant at 18px.
84
- $inputfield-textinputfieldlabel: 400 16px/16px Inter; // This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19
85
- $liveticker-livetickerheadline: 600 32px/32px AntennaExtraCond; // This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32
86
- $liveticker-livetickertimestamp: 700 16px/16px 'Gotham XNarrow'; // Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16
87
- $mediaplayers-podcastplayerlabel: 400 18px/18px AntennaExtraCond; // This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18
88
- $mediaplayers-videoadtime: 800 16px Gotham; // 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement.
89
- $mediaplayers-videoplayertime: 800 18px AntennaCond; // Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant
90
- $menu-apptopbarstagetitle: 800 13px/17px AntennaCond; // This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar.
91
- $menu-apptopbartabstitle: 800 13px/17px AntennaCond; // iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities.
92
- $menu-menuitemlabel: Black Italic 18px/18px AntennaExtraCond; // Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn
93
- $menu-menuitemutillabel: Black Italic 12px/12px AntennaExtraCond; // Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util
94
- $newsticker-newstickertimestamp: 700 18px/23.399999618530273px AntennaExtraCond; // The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18
95
- $newsticker-newstickerkicker: 700 22px/24.200000762939453px AntennaExtraCond; // This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one.
96
- $newsticker-newstickerheadline: Bold Italic 34px/39.099998474121094px AntennaExtraCond; // This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40
97
- $pagination-numberedpaginationactive: 700 17px/20.399999618530273px AntennaExtraCond; // This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes.
98
- $paywall-paywallcardpricetag: 800 64px/64px AntennaCond; // This text style is used for the paywall price tag text.
99
- $paywall-paywallcardnote: 800 40px/40px AntennaCond; // This text style is used on the paywall card under the price value.
100
- $specialnavi-specianaviitemlabel: Black Italic 18px/18px AntennaExtraCond; // Used on menu link lane items and on mobile side menu drawer.
101
- $tabs-tablabel: 700 16px 'Gotham XNarrow'; // This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs.
102
- $tabs-appbottombarlabeldefault: 400 16px/23.399999618530273px Inter; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
103
- $tabs-appbottombarlabelactive: 700 16px/23.399999618530273px Inter; // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
104
- $ateaser-ateaserkicker: Black Italic 26px/26px AntennaExtraCond; // 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG
105
- $ateaser-ateaserheadline: Bold Italic 50px/57.599998474121094px AntennaExtraCond; // This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
106
- $mqteaser-mqteaserkicker: Black Italic 18px/19.799999237060547px AntennaExtraCond; // This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16
97
+
98
+ 09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm
99
+ $avatardefault: [object Object];
100
+ // This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18
101
+ $avatarhover: [object Object];
102
+ // This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18
103
+ $avatarsecondaryinfo: [object Object];
104
+ // This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18
105
+ $avatarsecondaryinfohover: [object Object];
106
+
107
+
108
+ // ============================================
109
+ // BADGES
110
+ // ============================================
111
+
112
+ // 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements.
113
+ $videoadbadge: [object Object];
114
+ // This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18
115
+ $videotimebadge: [object Object];
116
+
117
+
118
+ // ============================================
119
+ // BODY
120
+ // ============================================
121
+
122
+ // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
123
+ $body: [object Object];
124
+ // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
125
+ $bodyitalic: [object Object];
126
+ // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
127
+ $bodybold: [object Object];
128
+ // Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
129
+ $bodybolditalic: [object Object];
130
+
131
+
132
+ // ============================================
133
+ // BREADCRUMB
134
+ // ============================================
135
+
136
+ // This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
137
+ $breadcrumb: [object Object];
138
+ // This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
139
+ $breadcrumblink: [object Object];
140
+ // This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices.
141
+ $breadcrumblinkhover: [object Object];
142
+
143
+
144
+ // ============================================
145
+ // BREAKINGNEWS
146
+ // ============================================
147
+
148
+ // Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21.
149
+ $breakingnewstext: [object Object];
150
+ // Use this text style on the upper title of the breaking news headline strip. Font size constant 13.
151
+ $breakingnewsuppertitle: [object Object];
152
+ // Use this font style on the breaking news badge's lower title. Font size constant 23.
153
+ $breakingnewslowertitle: [object Object];
154
+
155
+
156
+ // ============================================
157
+ // BUTTON
158
+ // ============================================
159
+
160
+ // This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn
161
+ $buttonlabel: [object Object];
162
+ // This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18
163
+ $partnerlinkbuttonlabel: [object Object];
164
+
165
+
166
+ // ============================================
167
+ // CALLOUT
168
+ // ============================================
169
+
170
+ // Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22
171
+ $callout: [object Object];
172
+
173
+
174
+ // ============================================
175
+ // CHIPS
176
+ // ============================================
177
+
178
+ // This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18
179
+ $chipslabel: [object Object];
180
+
181
+
182
+ // ============================================
183
+ // DISPLAY
184
+ // ============================================
185
+
186
+ // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120
187
+ $display1: [object Object];
188
+ // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64
189
+ $display2: [object Object];
190
+ // Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40
191
+ $display3: [object Object];
192
+
193
+
194
+ // ============================================
195
+ // FOOTER
196
+ // ============================================
197
+
198
+ // This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable.
199
+ $footercardlink: [object Object];
200
+ // This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices.
201
+ $footerlinkseparator: [object Object];
202
+ // This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px.
203
+ $footerlinks: [object Object];
204
+ // User data and offer pages use this text style on footer links. Font size remains constant at 18px.
205
+ $footerlinkuser-offerpages: [object Object];
206
+
207
+
208
+ // ============================================
209
+ // FOOTNOTE
210
+ // ============================================
211
+
212
+ // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18
213
+ $footnote1: [object Object];
214
+ // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18
215
+ $footnote1bold: [object Object];
216
+ // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
217
+ $footnote2: [object Object];
218
+ // Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
219
+ $footnote2bold: [object Object];
220
+
221
+
222
+ // ============================================
223
+ // HEADLINE
224
+ // ============================================
225
+
226
+ // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100
227
+ $headline1: [object Object];
228
+ // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64
229
+ $headline2: [object Object];
230
+ // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40
231
+ $headline3: [object Object];
232
+ // Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32
233
+ $headline4: [object Object];
234
+
235
+
236
+ // ============================================
237
+ // INPUTFIELD
238
+ // ============================================
239
+
240
+ // This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19
241
+ $textinputfieldlabel: [object Object];
242
+
243
+
244
+ // ============================================
245
+ // KICKER
246
+ // ============================================
247
+
248
+ // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes
249
+ $kicker1: [object Object];
250
+ // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes
251
+ $kicker2: [object Object];
252
+ // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes
253
+ $kicker3: [object Object];
254
+ // Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes
255
+ $kicker4: [object Object];
256
+
257
+
258
+ // ============================================
259
+ // LABEL
260
+ // ============================================
261
+
262
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
263
+ $label1: [object Object];
264
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
265
+ $label1bold: [object Object];
266
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17
267
+ $label1boldresp: [object Object];
268
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
269
+ $label1uppercasebold: [object Object];
270
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
271
+ $label2: [object Object];
272
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
273
+ $label2uppercase: [object Object];
274
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
275
+ $label2bold: [object Object];
276
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes.
277
+ $label2uppercasebold: [object Object];
278
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
279
+ $label3: [object Object];
280
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn
281
+ $label3uppercase: [object Object];
282
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
283
+ $label3bold: [object Object];
284
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
285
+ $label3uppercasebold: [object Object];
286
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8.
287
+ $label4: [object Object];
288
+
289
+
290
+ // ============================================
291
+ // LIVETICKER
292
+ // ============================================
293
+
294
+ // This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32
295
+ $livetickerheadline: [object Object];
296
+ // Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16
297
+ $livetickertimestamp: [object Object];
298
+
299
+
300
+ // ============================================
301
+ // MEDIAPLAYERS
302
+ // ============================================
303
+
304
+ // This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18
305
+ $podcastplayerlabel: [object Object];
306
+ // 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement.
307
+ $videoadtime: [object Object];
308
+ // Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant
309
+ $videoplayertime: [object Object];
310
+
311
+
312
+ // ============================================
313
+ // MENU
314
+ // ============================================
315
+
316
+ // This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar.
317
+ $apptopbarstagetitle: [object Object];
318
+ // iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities.
319
+ $apptopbartabstitle: [object Object];
320
+ // Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn
321
+ $menuitemlabel: [object Object];
322
+ // Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util
323
+ $menuitemutillabel: [object Object];
324
+
325
+
326
+ // ============================================
327
+ // MQTEASER
328
+ // ============================================
329
+
330
+ // This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16
331
+ $mqteaserkicker: [object Object];
107
332
  // This component level text style references the semantic level text sizes of headline3 and headline4.
108
- // XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
109
- $mqteaser-mqteaserheadline: Bold Italic 34px/39.099998474121094px AntennaExtraCond;
110
- $qteaser-qteaserheadline: Bold Italic 80px/88px AntennaExtraCond; // This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100
111
- $stdteaser-stdteaserheadline: Bold Italic 26px/29.899999618530273px AntennaExtraCond; // Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again.
112
- $toggleswitches-apptoogleitemlabel: 800 18px/18.200000762939453px AntennaCond; // This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
113
- $dsdocsstyles-pageheaderdescription: 700 16px Inter;
114
- $dsdocsstyles-codesnippets: 13px/17.030000686645508px 'Source Code Pro'; // This text style is only used on the design system's documentation for code syntax snippets.
115
- $dsdocsstyles-bilddesignsidemenu: 400 16px 'Gotham XNarrow'; // This text style is only used for mockup pages of the design system website.
116
- $dsdocsstyles-bilddesignsidemenuactive: 400 16px 'Gotham XNarrow'; // This text style is only used for mockup pages of the design system website.
117
- $dsdocsstyles-bilddesignsidemenuhover: 600 16px 'Gotham XNarrow'; // This text style is only used for mockup pages of the design system website.
118
- $dsdocsstyles-verticalvideosmockheadlines: 600 32px/32px 'Gotham Condensed'; // This text style is only used for mockups the vertical video component teaser headlines.
119
- $dsdocsstyles-tokenspecl: 16px 'Source Code Pro'; // This text style is used on documentation pages that contain some token information.
120
- $specs-specsxs: 400 16px Gotham; // This text style is only used for audit pages of the design system.
121
- $specs-specss: 16px Gotham; // This text style is only used for audit pages of the design system.
122
- $specs-specsms: 16px Gotham; // This text style is only used for audit pages of the design system.
123
- $specs-specsm: 16px Gotham; // This text style is only used for audit pages of the design system.
124
- $specs-specsml: 400 64px/80px Gotham; // This text style is only used for audit pages of the design system.
125
- $specs-specsl: 400 16px Gotham; // This text style is only used for audit pages of the design system.
126
- $specs-specsxl: 600 16px Gotham; // This text style is only used for audit pages of the design system.
127
- $specs-specsxxl: 600 16px Gotham; // This text style is only used for audit pages of the design system.
333
+ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
334
+ $mqteaserheadline: [object Object];
335
+
336
+
337
+ // ============================================
338
+ // NEWSTICKER
339
+ // ============================================
340
+
341
+ // The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18
342
+ $newstickertimestamp: [object Object];
343
+ // This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one.
344
+ $newstickerkicker: [object Object];
345
+ // This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40
346
+ $newstickerheadline: [object Object];
347
+
348
+
349
+ // ============================================
350
+ // PAGINATION
351
+ // ============================================
352
+
353
+ // This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes.
354
+ $numberedpaginationactive: [object Object];
355
+
356
+
357
+ // ============================================
358
+ // PAYWALL
359
+ // ============================================
360
+
361
+ // This text style is used for the paywall price tag text.
362
+ $paywallcardpricetag: [object Object];
363
+ // This text style is used on the paywall card under the price value.
364
+ $paywallcardnote: [object Object];
365
+
366
+
367
+ // ============================================
368
+ // QTEASER
369
+ // ============================================
370
+
371
+ // This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100
372
+ $qteaserheadline: [object Object];
373
+
374
+
375
+ // ============================================
376
+ // QUOTE
377
+ // ============================================
378
+
379
+ // Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized.
380
+ $quote: [object Object];
381
+
382
+
383
+ // ============================================
384
+ // SPECIALNAVI
385
+ // ============================================
386
+
387
+ // Used on menu link lane items and on mobile side menu drawer.
388
+ $specianaviitemlabel: [object Object];
389
+
390
+
391
+ // ============================================
392
+ // STDTEASER
393
+ // ============================================
394
+
395
+ // Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again.
396
+ $stdteaserheadline: [object Object];
397
+
398
+
399
+ // ============================================
400
+ // SUBHEADLINE
401
+ // ============================================
402
+
403
+ // This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36
404
+ $subheadline1: [object Object];
405
+
406
+
407
+ // ============================================
408
+ // TABS
409
+ // ============================================
410
+
411
+ // This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs.
412
+ $tablabel: [object Object];
413
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
414
+ $appbottombarlabeldefault: [object Object];
415
+ // Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
416
+ $appbottombarlabelactive: [object Object];
417
+
418
+
419
+ // ============================================
420
+ // TEXTLINK
421
+ // ============================================
422
+
423
+ // Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes.
424
+ $textlink: [object Object];
425
+ // Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes.
426
+ $textlinkitalic: [object Object];
427
+ // Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes.
428
+ $textlinkbold: [object Object];
429
+ // Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
430
+ $textlinkhover: [object Object];
431
+ // Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
432
+ $textlinkboldhover: [object Object];
433
+
434
+
435
+ // ============================================
436
+ // TITLE
437
+ // ============================================
438
+
439
+ // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
440
+ $title1: [object Object];
441
+ // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
442
+ $title1uppercase: [object Object];
443
+ // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
444
+
445
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
446
+ $title2: [object Object];
447
+ // Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
448
+
449
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
450
+ $title2uppercase: [object Object];
451
+
452
+
453
+ // ============================================
454
+ // TOGGLESWITCHES
455
+ // ============================================
456
+
457
+ // This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
458
+ $apptoogleitemlabel: [object Object];
459
+