@marioschmidt/design-system-tokens 1.0.15 → 1.0.16

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 (590) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +669 -0
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +669 -0
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +669 -0
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +669 -0
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +668 -0
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +668 -0
  7. package/dist/android/res/values/brands/advertorial/density/density-compact.xml +15 -0
  8. package/dist/android/res/values/brands/advertorial/density/density-default.xml +15 -0
  9. package/dist/android/res/values/brands/advertorial/density/density-spacious.xml +15 -0
  10. package/dist/android/res/values/{mapping/brand_advertorial.xml → brands/advertorial/overrides/brandtokenmapping.xml} +250 -250
  11. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  12. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  13. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  14. package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  15. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +20 -0
  16. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +20 -0
  17. package/dist/android/res/values/brands/bild/density/density-compact.xml +15 -0
  18. package/dist/android/res/values/brands/bild/density/density-default.xml +15 -0
  19. package/dist/android/res/values/brands/bild/density/density-spacious.xml +15 -0
  20. package/dist/android/res/values/{mapping/brand_color_bild.xml → brands/bild/overrides/brandcolormapping.xml} +52 -52
  21. package/dist/android/res/values/{mapping/brand_bild.xml → brands/bild/overrides/brandtokenmapping.xml} +250 -250
  22. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  23. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  24. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  25. package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  26. package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_dark.xml → brands/bild/semantic/color/colormode-dark.xml} +222 -221
  27. package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_light.xml → brands/bild/semantic/color/colormode-light.xml} +227 -226
  28. package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +20 -0
  29. package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +20 -0
  30. package/dist/android/res/values/brands/sportbild/density/density-compact.xml +15 -0
  31. package/dist/android/res/values/brands/sportbild/density/density-default.xml +15 -0
  32. package/dist/android/res/values/brands/sportbild/density/density-spacious.xml +15 -0
  33. package/dist/android/res/values/{mapping/brand_color_sportbild.xml → brands/sportbild/overrides/brandcolormapping.xml} +53 -53
  34. package/dist/android/res/values/{mapping/brand_sportbild.xml → brands/sportbild/overrides/brandtokenmapping.xml} +250 -250
  35. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
  36. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
  37. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
  38. package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
  39. package/dist/android/res/values/{semantic/bild/color/color_bild_dark.xml → brands/sportbild/semantic/color/colormode-dark.xml} +222 -221
  40. package/dist/android/res/values/{semantic/bild/color/color_bild_light.xml → brands/sportbild/semantic/color/colormode-light.xml} +227 -226
  41. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +20 -0
  42. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +20 -0
  43. package/dist/android/res/values/{base/primitive_color_value.xml → shared/colorprimitive.xml} +74 -74
  44. package/dist/android/res/values/{base/primitive_font_value.xml → shared/fontprimitive.xml} +23 -23
  45. package/dist/android/res/values/shared/sizeprimitive.xml +56 -0
  46. package/dist/android/res/values/shared/spaceprimitive.xml +32 -0
  47. package/dist/css/brands/advertorial/density/density-compact.css +14 -0
  48. package/dist/css/brands/advertorial/density/density-default.css +14 -0
  49. package/dist/css/brands/advertorial/density/density-spacious.css +14 -0
  50. package/dist/css/{mapping/brand-advertorial-global.css → brands/advertorial/overrides/brandtokenmapping.css} +131 -131
  51. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  52. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  53. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  54. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  55. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +66 -0
  56. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +66 -0
  57. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +989 -0
  58. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +989 -0
  59. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +989 -0
  60. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +989 -0
  61. package/dist/css/brands/bild/density/density-compact.css +14 -0
  62. package/dist/css/brands/bild/density/density-default.css +14 -0
  63. package/dist/css/brands/bild/density/density-spacious.css +14 -0
  64. package/dist/css/brands/bild/overrides/brandcolormapping.css +74 -0
  65. package/dist/css/{mapping/brand-bild-global.css → brands/bild/overrides/brandtokenmapping.css} +94 -94
  66. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  67. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  68. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  69. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  70. package/dist/css/{semantic/bild/color/color-bild-dark-global.css → brands/bild/semantic/color/colormode-dark.css} +303 -302
  71. package/dist/css/{semantic/bild/color/color-bild-light-global.css → brands/bild/semantic/color/colormode-light.css} +302 -301
  72. package/dist/css/brands/bild/semantic/effects/effects-dark.css +66 -0
  73. package/dist/css/brands/bild/semantic/effects/effects-light.css +66 -0
  74. package/dist/css/brands/bild/semantic/typography/typography-lg.css +989 -0
  75. package/dist/css/brands/bild/semantic/typography/typography-md.css +989 -0
  76. package/dist/css/brands/bild/semantic/typography/typography-sm.css +989 -0
  77. package/dist/css/brands/bild/semantic/typography/typography-xs.css +989 -0
  78. package/dist/css/brands/sportbild/density/density-compact.css +14 -0
  79. package/dist/css/brands/sportbild/density/density-default.css +14 -0
  80. package/dist/css/brands/sportbild/density/density-spacious.css +14 -0
  81. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +74 -0
  82. package/dist/css/{mapping/brand-sportbild-global.css → brands/sportbild/overrides/brandtokenmapping.css} +128 -128
  83. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
  84. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
  85. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
  86. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
  87. package/dist/css/{semantic/advertorial/color/color-advertorial-dark-global.css → brands/sportbild/semantic/color/colormode-dark.css} +303 -302
  88. package/dist/css/{semantic/advertorial/color/color-advertorial-light-global.css → brands/sportbild/semantic/color/colormode-light.css} +302 -301
  89. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +66 -0
  90. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +66 -0
  91. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +989 -0
  92. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +989 -0
  93. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +989 -0
  94. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +989 -0
  95. package/dist/css/shared/colorprimitive.css +100 -0
  96. package/dist/flutter/brands/advertorial/density/density-compact.dart +23 -0
  97. package/dist/flutter/brands/advertorial/density/density-default.dart +23 -0
  98. package/dist/flutter/brands/advertorial/density/density-spacious.dart +23 -0
  99. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +286 -0
  100. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  101. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  102. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  103. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  104. package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +28 -0
  105. package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +28 -0
  106. package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +147 -0
  107. package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +147 -0
  108. package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +147 -0
  109. package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +147 -0
  110. package/dist/flutter/brands/bild/density/density-compact.dart +23 -0
  111. package/dist/flutter/brands/bild/density/density-default.dart +23 -0
  112. package/dist/flutter/brands/bild/density/density-spacious.dart +23 -0
  113. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +83 -0
  114. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +286 -0
  115. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  116. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  117. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  118. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  119. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +436 -0
  120. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +436 -0
  121. package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +28 -0
  122. package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +28 -0
  123. package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +147 -0
  124. package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +147 -0
  125. package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +147 -0
  126. package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +147 -0
  127. package/dist/flutter/brands/sportbild/density/density-compact.dart +23 -0
  128. package/dist/flutter/brands/sportbild/density/density-default.dart +23 -0
  129. package/dist/flutter/brands/sportbild/density/density-spacious.dart +23 -0
  130. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +83 -0
  131. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +286 -0
  132. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
  133. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
  134. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
  135. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
  136. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +436 -0
  137. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +436 -0
  138. package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +28 -0
  139. package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +28 -0
  140. package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +147 -0
  141. package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +147 -0
  142. package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +147 -0
  143. package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +147 -0
  144. package/dist/flutter/shared/colorprimitive.dart +109 -0
  145. package/dist/flutter/shared/fontprimitive.dart +58 -0
  146. package/dist/flutter/shared/sizeprimitive.dart +64 -0
  147. package/dist/flutter/shared/spaceprimitive.dart +40 -0
  148. package/dist/ios/brands/advertorial/density/DensityCompact.swift +20 -0
  149. package/dist/ios/brands/advertorial/density/DensityDefault.swift +20 -0
  150. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +20 -0
  151. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +283 -0
  152. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  153. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  154. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  155. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  156. package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +25 -0
  157. package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +25 -0
  158. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +245 -0
  159. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +245 -0
  160. package/dist/ios/brands/bild/density/DensityCompact.swift +20 -0
  161. package/dist/ios/brands/bild/density/DensityDefault.swift +20 -0
  162. package/dist/ios/brands/bild/density/DensitySpacious.swift +20 -0
  163. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +80 -0
  164. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +283 -0
  165. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  166. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  167. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  168. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  169. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +433 -0
  170. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +433 -0
  171. package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +25 -0
  172. package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +25 -0
  173. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +245 -0
  174. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +245 -0
  175. package/dist/ios/brands/sportbild/density/DensityCompact.swift +20 -0
  176. package/dist/ios/brands/sportbild/density/DensityDefault.swift +20 -0
  177. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +20 -0
  178. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +80 -0
  179. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +283 -0
  180. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
  181. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
  182. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
  183. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
  184. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +433 -0
  185. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +433 -0
  186. package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +25 -0
  187. package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +25 -0
  188. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +245 -0
  189. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +245 -0
  190. package/dist/ios/shared/Colorprimitive.swift +106 -0
  191. package/dist/ios/shared/Fontprimitive.swift +55 -0
  192. package/dist/ios/shared/Sizeprimitive.swift +61 -0
  193. package/dist/ios/shared/Spaceprimitive.swift +37 -0
  194. package/dist/js/brands/advertorial/density/density-compact.js +12 -0
  195. package/dist/js/brands/advertorial/density/density-default.js +12 -0
  196. package/dist/js/brands/advertorial/density/density-spacious.js +12 -0
  197. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +332 -0
  198. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +494 -0
  199. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +498 -0
  200. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +496 -0
  201. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +496 -0
  202. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +219 -0
  203. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +219 -0
  204. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1135 -0
  205. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1135 -0
  206. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1135 -0
  207. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1135 -0
  208. package/dist/js/brands/bild/density/density-compact.js +12 -0
  209. package/dist/js/brands/bild/density/density-default.js +12 -0
  210. package/dist/js/brands/bild/density/density-spacious.js +12 -0
  211. package/dist/js/brands/bild/overrides/brandcolormapping.js +76 -0
  212. package/dist/js/brands/bild/overrides/brandtokenmapping.js +301 -0
  213. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +482 -0
  214. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +485 -0
  215. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +488 -0
  216. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +488 -0
  217. package/dist/js/brands/bild/semantic/color/colormode-dark.js +231 -0
  218. package/dist/js/brands/bild/semantic/color/colormode-light.js +231 -0
  219. package/dist/js/brands/bild/semantic/effects/effects-dark.js +219 -0
  220. package/dist/js/brands/bild/semantic/effects/effects-light.js +219 -0
  221. package/dist/js/brands/bild/semantic/typography/typography-lg.js +1135 -0
  222. package/dist/js/brands/bild/semantic/typography/typography-md.js +1135 -0
  223. package/dist/js/brands/bild/semantic/typography/typography-sm.js +1135 -0
  224. package/dist/js/brands/bild/semantic/typography/typography-xs.js +1135 -0
  225. package/dist/js/brands/sportbild/density/density-compact.js +12 -0
  226. package/dist/js/brands/sportbild/density/density-default.js +12 -0
  227. package/dist/js/brands/sportbild/density/density-spacious.js +12 -0
  228. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +76 -0
  229. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +332 -0
  230. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +497 -0
  231. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +497 -0
  232. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +497 -0
  233. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +497 -0
  234. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +231 -0
  235. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +231 -0
  236. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +219 -0
  237. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +219 -0
  238. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1135 -0
  239. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1135 -0
  240. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1135 -0
  241. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1135 -0
  242. package/dist/js/shared/colorprimitive.js +98 -0
  243. package/dist/js/shared/fontprimitive.js +47 -0
  244. package/dist/js/shared/sizeprimitive.js +53 -0
  245. package/dist/js/shared/spaceprimitive.js +29 -0
  246. package/dist/json/brands/advertorial/density/density-compact.json +330 -0
  247. package/dist/json/brands/advertorial/density/density-default.json +330 -0
  248. package/dist/json/brands/advertorial/density/density-spacious.json +330 -0
  249. package/dist/json/brands/advertorial/overrides/brandtokenmapping.json +11695 -0
  250. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  251. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  252. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  253. package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  254. package/dist/json/brands/advertorial/semantic/effects/effects-dark.json +1301 -0
  255. package/dist/json/brands/advertorial/semantic/effects/effects-light.json +1301 -0
  256. package/dist/json/brands/advertorial/semantic/typography/typography-lg.json +8329 -0
  257. package/dist/json/brands/advertorial/semantic/typography/typography-md.json +8329 -0
  258. package/dist/json/brands/advertorial/semantic/typography/typography-sm.json +8329 -0
  259. package/dist/json/brands/advertorial/semantic/typography/typography-xs.json +8329 -0
  260. package/dist/json/brands/bild/density/density-compact.json +330 -0
  261. package/dist/json/brands/bild/density/density-default.json +330 -0
  262. package/dist/json/brands/bild/density/density-spacious.json +330 -0
  263. package/dist/json/brands/bild/overrides/brandcolormapping.json +2796 -0
  264. package/dist/json/brands/bild/overrides/brandtokenmapping.json +11695 -0
  265. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  266. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  267. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  268. package/dist/json/brands/bild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  269. package/dist/json/brands/bild/semantic/color/colormode-dark.json +8629 -0
  270. package/dist/json/brands/bild/semantic/color/colormode-light.json +8629 -0
  271. package/dist/json/brands/bild/semantic/effects/effects-dark.json +1301 -0
  272. package/dist/json/brands/bild/semantic/effects/effects-light.json +1301 -0
  273. package/dist/json/brands/bild/semantic/typography/typography-lg.json +8329 -0
  274. package/dist/json/brands/bild/semantic/typography/typography-md.json +8329 -0
  275. package/dist/json/brands/bild/semantic/typography/typography-sm.json +8329 -0
  276. package/dist/json/brands/bild/semantic/typography/typography-xs.json +8329 -0
  277. package/dist/json/brands/sportbild/density/density-compact.json +330 -0
  278. package/dist/json/brands/sportbild/density/density-default.json +330 -0
  279. package/dist/json/brands/sportbild/density/density-spacious.json +330 -0
  280. package/dist/json/brands/sportbild/overrides/brandcolormapping.json +2796 -0
  281. package/dist/json/brands/sportbild/overrides/brandtokenmapping.json +11695 -0
  282. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
  283. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
  284. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
  285. package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
  286. package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +8629 -0
  287. package/dist/json/brands/sportbild/semantic/color/colormode-light.json +8629 -0
  288. package/dist/json/brands/sportbild/semantic/effects/effects-dark.json +1301 -0
  289. package/dist/json/brands/sportbild/semantic/effects/effects-light.json +1301 -0
  290. package/dist/json/brands/sportbild/semantic/typography/typography-lg.json +8329 -0
  291. package/dist/json/brands/sportbild/semantic/typography/typography-md.json +8329 -0
  292. package/dist/json/brands/sportbild/semantic/typography/typography-sm.json +8329 -0
  293. package/dist/json/brands/sportbild/semantic/typography/typography-xs.json +8329 -0
  294. package/dist/json/shared/colorprimitive.json +3704 -0
  295. package/dist/json/shared/fontprimitive.json +1581 -0
  296. package/dist/json/shared/sizeprimitive.json +1717 -0
  297. package/dist/json/shared/spaceprimitive.json +877 -0
  298. package/dist/manifest.json +66 -258
  299. package/dist/scss/brands/advertorial/density/density-compact.scss +11 -0
  300. package/dist/scss/brands/advertorial/density/density-default.scss +11 -0
  301. package/dist/scss/brands/advertorial/density/density-spacious.scss +11 -0
  302. package/dist/scss/{mapping/brand-advertorial.scss → brands/advertorial/overrides/brandtokenmapping.scss} +131 -131
  303. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  304. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  305. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  306. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  307. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +16 -0
  308. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +16 -0
  309. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +127 -0
  310. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +127 -0
  311. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +127 -0
  312. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +127 -0
  313. package/dist/scss/brands/bild/density/density-compact.scss +11 -0
  314. package/dist/scss/brands/bild/density/density-default.scss +11 -0
  315. package/dist/scss/brands/bild/density/density-spacious.scss +11 -0
  316. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +71 -0
  317. package/dist/scss/{mapping/brand-bild.scss → brands/bild/overrides/brandtokenmapping.scss} +94 -94
  318. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  319. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  320. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  321. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  322. package/dist/scss/{semantic/advertorial/color/color-advertorial-dark.scss → brands/bild/semantic/color/colormode-dark.scss} +283 -282
  323. package/dist/scss/{semantic/bild/color/color-bild-light.scss → brands/bild/semantic/color/colormode-light.scss} +282 -281
  324. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +16 -0
  325. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +16 -0
  326. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +127 -0
  327. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +127 -0
  328. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +127 -0
  329. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +127 -0
  330. package/dist/scss/brands/sportbild/density/density-compact.scss +11 -0
  331. package/dist/scss/brands/sportbild/density/density-default.scss +11 -0
  332. package/dist/scss/brands/sportbild/density/density-spacious.scss +11 -0
  333. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +71 -0
  334. package/dist/scss/{mapping/brand-sportbild.scss → brands/sportbild/overrides/brandtokenmapping.scss} +128 -128
  335. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
  336. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
  337. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
  338. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
  339. package/dist/scss/{semantic/bild/color/color-bild-dark.scss → brands/sportbild/semantic/color/colormode-dark.scss} +283 -282
  340. package/dist/scss/{semantic/advertorial/color/color-advertorial-light.scss → brands/sportbild/semantic/color/colormode-light.scss} +282 -281
  341. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +16 -0
  342. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +16 -0
  343. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +127 -0
  344. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +127 -0
  345. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +127 -0
  346. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +127 -0
  347. package/dist/scss/shared/colorprimitive.scss +97 -0
  348. package/package.json +4 -4
  349. package/dist/android/res/values/base/primitive_size_value.xml +0 -56
  350. package/dist/android/res/values/base/primitive_space_value.xml +0 -32
  351. package/dist/android/res/values/density/density_compact.xml +0 -15
  352. package/dist/android/res/values/density/density_default.xml +0 -15
  353. package/dist/android/res/values/density/density_spacious.xml +0 -15
  354. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.xml +0 -473
  355. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_md.xml +0 -473
  356. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.xml +0 -473
  357. package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.xml +0 -473
  358. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_lg.xml +0 -473
  359. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_md.xml +0 -473
  360. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_sm.xml +0 -473
  361. package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_xs.xml +0 -473
  362. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.xml +0 -473
  363. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_md.xml +0 -473
  364. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.xml +0 -473
  365. package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.xml +0 -473
  366. package/dist/android/res/values/semantic/sportbild/color/color_sportbild_dark.xml +0 -271
  367. package/dist/android/res/values/semantic/sportbild/color/color_sportbild_light.xml +0 -271
  368. package/dist/css/base/index.css +0 -8
  369. package/dist/css/base/primitive-color-value-global.css +0 -100
  370. package/dist/css/base/primitive-color-value.css +0 -100
  371. package/dist/css/base/primitive-font-value.css +0 -49
  372. package/dist/css/base/primitive-size-value.css +0 -55
  373. package/dist/css/base/primitive-space-value.css +0 -31
  374. package/dist/css/density/density-compact-global.css +0 -14
  375. package/dist/css/density/density-compact.css +0 -14
  376. package/dist/css/density/density-default-global.css +0 -14
  377. package/dist/css/density/density-default.css +0 -14
  378. package/dist/css/density/density-spacious-global.css +0 -14
  379. package/dist/css/density/density-spacious.css +0 -14
  380. package/dist/css/density/index.css +0 -7
  381. package/dist/css/mapping/brand-advertorial.css +0 -277
  382. package/dist/css/mapping/brand-bild.css +0 -277
  383. package/dist/css/mapping/brand-color-bild-global.css +0 -74
  384. package/dist/css/mapping/brand-color-bild.css +0 -74
  385. package/dist/css/mapping/brand-color-sportbild-global.css +0 -74
  386. package/dist/css/mapping/brand-color-sportbild.css +0 -74
  387. package/dist/css/mapping/brand-sportbild.css +0 -277
  388. package/dist/css/mapping/index.css +0 -9
  389. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +0 -490
  390. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +0 -490
  391. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +0 -490
  392. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +0 -490
  393. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +0 -490
  394. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +0 -490
  395. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +0 -490
  396. package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +0 -490
  397. package/dist/css/semantic/advertorial/breakpoints/index.css +0 -8
  398. package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +0 -426
  399. package/dist/css/semantic/advertorial/color/color-advertorial-light.css +0 -426
  400. package/dist/css/semantic/advertorial/color/index.css +0 -6
  401. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +0 -490
  402. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +0 -490
  403. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +0 -490
  404. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +0 -490
  405. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +0 -490
  406. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +0 -490
  407. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +0 -490
  408. package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +0 -490
  409. package/dist/css/semantic/bild/breakpoints/index.css +0 -8
  410. package/dist/css/semantic/bild/color/color-bild-dark.css +0 -426
  411. package/dist/css/semantic/bild/color/color-bild-light.css +0 -426
  412. package/dist/css/semantic/bild/color/index.css +0 -6
  413. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +0 -490
  414. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +0 -490
  415. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +0 -490
  416. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +0 -490
  417. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +0 -490
  418. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +0 -490
  419. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +0 -490
  420. package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +0 -490
  421. package/dist/css/semantic/sportbild/breakpoints/index.css +0 -8
  422. package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +0 -426
  423. package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +0 -426
  424. package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +0 -426
  425. package/dist/css/semantic/sportbild/color/color-sportbild-light.css +0 -426
  426. package/dist/css/semantic/sportbild/color/index.css +0 -6
  427. package/dist/flutter/base/primitive_color_value.dart +0 -143
  428. package/dist/flutter/base/primitive_font_value.dart +0 -70
  429. package/dist/flutter/base/primitive_size_value.dart +0 -64
  430. package/dist/flutter/base/primitive_space_value.dart +0 -40
  431. package/dist/flutter/density/density_compact.dart +0 -28
  432. package/dist/flutter/density/density_default.dart +0 -28
  433. package/dist/flutter/density/density_spacious.dart +0 -28
  434. package/dist/flutter/mapping/brand_advertorial.dart +0 -410
  435. package/dist/flutter/mapping/brand_bild.dart +0 -410
  436. package/dist/flutter/mapping/brand_color_bild.dart +0 -133
  437. package/dist/flutter/mapping/brand_color_sportbild.dart +0 -133
  438. package/dist/flutter/mapping/brand_sportbild.dart +0 -410
  439. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.dart +0 -701
  440. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_md.dart +0 -701
  441. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.dart +0 -701
  442. package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.dart +0 -701
  443. package/dist/flutter/semantic/advertorial/color/color_advertorial_dark.dart +0 -381
  444. package/dist/flutter/semantic/advertorial/color/color_advertorial_light.dart +0 -381
  445. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_lg.dart +0 -701
  446. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_md.dart +0 -701
  447. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_sm.dart +0 -701
  448. package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_xs.dart +0 -701
  449. package/dist/flutter/semantic/bild/color/color_bild_dark.dart +0 -381
  450. package/dist/flutter/semantic/bild/color/color_bild_light.dart +0 -381
  451. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.dart +0 -701
  452. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_md.dart +0 -701
  453. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.dart +0 -701
  454. package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.dart +0 -701
  455. package/dist/flutter/semantic/sportbild/color/color_sportbild_dark.dart +0 -381
  456. package/dist/flutter/semantic/sportbild/color/color_sportbild_light.dart +0 -381
  457. package/dist/ios/base/PrimitiveColorValue.swift +0 -140
  458. package/dist/ios/base/PrimitiveFontValue.swift +0 -67
  459. package/dist/ios/base/PrimitiveSizeValue.swift +0 -61
  460. package/dist/ios/base/PrimitiveSpaceValue.swift +0 -37
  461. package/dist/ios/density/DensityCompact.swift +0 -25
  462. package/dist/ios/density/DensityDefault.swift +0 -25
  463. package/dist/ios/density/DensitySpacious.swift +0 -25
  464. package/dist/ios/mapping/BrandAdvertorial.swift +0 -407
  465. package/dist/ios/mapping/BrandBild.swift +0 -407
  466. package/dist/ios/mapping/BrandColorBild.swift +0 -130
  467. package/dist/ios/mapping/BrandColorSportbild.swift +0 -130
  468. package/dist/ios/mapping/BrandSportbild.swift +0 -407
  469. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialLg.swift +0 -698
  470. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialMd.swift +0 -698
  471. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialSm.swift +0 -698
  472. package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialXs.swift +0 -698
  473. package/dist/ios/semantic/advertorial/color/ColorAdvertorialDark.swift +0 -378
  474. package/dist/ios/semantic/advertorial/color/ColorAdvertorialLight.swift +0 -378
  475. package/dist/ios/semantic/bild/breakpoints/BreakpointBildLg.swift +0 -698
  476. package/dist/ios/semantic/bild/breakpoints/BreakpointBildMd.swift +0 -698
  477. package/dist/ios/semantic/bild/breakpoints/BreakpointBildSm.swift +0 -698
  478. package/dist/ios/semantic/bild/breakpoints/BreakpointBildXs.swift +0 -698
  479. package/dist/ios/semantic/bild/color/ColorBildDark.swift +0 -378
  480. package/dist/ios/semantic/bild/color/ColorBildLight.swift +0 -378
  481. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildLg.swift +0 -698
  482. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildMd.swift +0 -698
  483. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildSm.swift +0 -698
  484. package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildXs.swift +0 -698
  485. package/dist/ios/semantic/sportbild/color/ColorSportbildDark.swift +0 -378
  486. package/dist/ios/semantic/sportbild/color/ColorSportbildLight.swift +0 -378
  487. package/dist/js/base/index.js +0 -15
  488. package/dist/js/base/primitive-color-value.js +0 -98
  489. package/dist/js/base/primitive-font-value.js +0 -47
  490. package/dist/js/base/primitive-size-value.js +0 -53
  491. package/dist/js/base/primitive-space-value.js +0 -29
  492. package/dist/js/density/density-compact.js +0 -12
  493. package/dist/js/density/density-default.js +0 -12
  494. package/dist/js/density/density-spacious.js +0 -12
  495. package/dist/js/density/index.js +0 -13
  496. package/dist/js/mapping/brand-advertorial.js +0 -283
  497. package/dist/js/mapping/brand-bild.js +0 -285
  498. package/dist/js/mapping/brand-color-bild.js +0 -78
  499. package/dist/js/mapping/brand-color-sportbild.js +0 -78
  500. package/dist/js/mapping/brand-sportbild.js +0 -292
  501. package/dist/js/mapping/index.js +0 -17
  502. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +0 -469
  503. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +0 -469
  504. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +0 -470
  505. package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +0 -470
  506. package/dist/js/semantic/advertorial/breakpoints/index.js +0 -15
  507. package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +0 -244
  508. package/dist/js/semantic/advertorial/color/color-advertorial-light.js +0 -240
  509. package/dist/js/semantic/advertorial/color/index.js +0 -11
  510. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +0 -470
  511. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +0 -470
  512. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +0 -471
  513. package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +0 -471
  514. package/dist/js/semantic/bild/breakpoints/index.js +0 -15
  515. package/dist/js/semantic/bild/color/color-bild-dark.js +0 -244
  516. package/dist/js/semantic/bild/color/color-bild-light.js +0 -240
  517. package/dist/js/semantic/bild/color/index.js +0 -11
  518. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +0 -471
  519. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +0 -471
  520. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +0 -472
  521. package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +0 -472
  522. package/dist/js/semantic/sportbild/breakpoints/index.js +0 -15
  523. package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +0 -244
  524. package/dist/js/semantic/sportbild/color/color-sportbild-light.js +0 -240
  525. package/dist/js/semantic/sportbild/color/index.js +0 -11
  526. package/dist/json/base/primitive-color-value.json +0 -148
  527. package/dist/json/base/primitive-font-value.json +0 -59
  528. package/dist/json/base/primitive-size-value.json +0 -51
  529. package/dist/json/base/primitive-space-value.json +0 -27
  530. package/dist/json/density/density-compact.json +0 -16
  531. package/dist/json/density/density-default.json +0 -16
  532. package/dist/json/density/density-spacious.json +0 -16
  533. package/dist/json/mapping/brand-advertorial.json +0 -393
  534. package/dist/json/mapping/brand-bild.json +0 -393
  535. package/dist/json/mapping/brand-color-bild.json +0 -98
  536. package/dist/json/mapping/brand-color-sportbild.json +0 -98
  537. package/dist/json/mapping/brand-sportbild.json +0 -393
  538. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +0 -686
  539. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +0 -686
  540. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +0 -686
  541. package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +0 -686
  542. package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +0 -308
  543. package/dist/json/semantic/advertorial/color/color-advertorial-light.json +0 -308
  544. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +0 -686
  545. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +0 -686
  546. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +0 -686
  547. package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +0 -686
  548. package/dist/json/semantic/bild/color/color-bild-dark.json +0 -308
  549. package/dist/json/semantic/bild/color/color-bild-light.json +0 -308
  550. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +0 -686
  551. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +0 -686
  552. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +0 -686
  553. package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +0 -686
  554. package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +0 -308
  555. package/dist/json/semantic/sportbild/color/color-sportbild-light.json +0 -308
  556. package/dist/scss/base/index.scss +0 -8
  557. package/dist/scss/base/primitive-color-value.scss +0 -97
  558. package/dist/scss/density/density-compact.scss +0 -11
  559. package/dist/scss/density/density-default.scss +0 -11
  560. package/dist/scss/density/density-spacious.scss +0 -11
  561. package/dist/scss/density/index.scss +0 -7
  562. package/dist/scss/mapping/brand-color-bild.scss +0 -71
  563. package/dist/scss/mapping/brand-color-sportbild.scss +0 -71
  564. package/dist/scss/mapping/index.scss +0 -9
  565. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +0 -475
  566. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +0 -475
  567. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +0 -475
  568. package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +0 -475
  569. package/dist/scss/semantic/advertorial/breakpoints/index.scss +0 -8
  570. package/dist/scss/semantic/advertorial/color/index.scss +0 -6
  571. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +0 -475
  572. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +0 -475
  573. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +0 -475
  574. package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +0 -475
  575. package/dist/scss/semantic/bild/breakpoints/index.scss +0 -8
  576. package/dist/scss/semantic/bild/color/index.scss +0 -6
  577. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +0 -475
  578. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +0 -475
  579. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +0 -475
  580. package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +0 -475
  581. package/dist/scss/semantic/sportbild/breakpoints/index.scss +0 -8
  582. package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +0 -319
  583. package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +0 -319
  584. package/dist/scss/semantic/sportbild/color/index.scss +0 -6
  585. package/dist/css/{base/primitive-font-value-global.css → shared/fontprimitive.css} +23 -23
  586. package/dist/css/{base/primitive-size-value-global.css → shared/sizeprimitive.css} +41 -41
  587. package/dist/css/{base/primitive-space-value-global.css → shared/spaceprimitive.css} +20 -20
  588. package/dist/scss/{base/primitive-font-value.scss → shared/fontprimitive.scss} +23 -23
  589. package/dist/scss/{base/primitive-size-value.scss → shared/sizeprimitive.scss} +41 -41
  590. package/dist/scss/{base/primitive-space-value.scss → shared/spaceprimitive.scss} +20 -20
@@ -1,490 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- :root[data-breakpoints="sm"] {
6
- --semantic-border-border-radius-border-radius-none: 0; /** 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. */
7
- --semantic-border-border-radius-border-radius-xs: 2; /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
8
- --semantic-border-border-radius-border-radius-sm: 4; /** 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls. */
9
- --semantic-border-border-radius-border-radius-md: 8; /** 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. */
10
- --semantic-border-border-radius-border-radius-lg: 16; /** 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces. */
11
- --semantic-border-border-radius-border-radius-xl: 24; /** 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components. */
12
- --semantic-border-border-radius-border-radius-full: 9999px; /** creates fully rounded shapes, typically used for circular elements like avatars. */
13
- --semantic-border-border-width-border-width-hairline: 0.33px; /** 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. */
14
- --semantic-border-border-width-border-width-thin: 1; /** 1-1-1-1 – use for subtle outlines and dividers */
15
- --semantic-border-border-width-border-width-thick: 2; /** 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active) */
16
- /**
17
- * Common viewport width size based on the selected breakpoint.
18
- * Apply this token to the main frame of page layouts.
19
- */
20
- --semantic-layout-canvas-width-size-web: 390px;
21
- /**
22
- * Common viewport height size based on the selected mode.
23
- * Apply this token to the main frame of page layouts to simulate realistic vertical space.
24
- */
25
- --semantic-layout-canvas-height-size-web: 844px;
26
- /**
27
- * Common viewport width size based on the selected breakpoint.
28
- * Apply this token to the main frame of page layouts.
29
- */
30
- --semantic-layout-canvas-width-size-app: 390px;
31
- /**
32
- * Common viewport height size based on the selected mode.
33
- * Apply this token to the main frame of page layouts to simulate realistic vertical space.
34
- */
35
- --semantic-layout-canvas-height-size-app: 844px;
36
- /**
37
- * 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
38
- * Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
39
- */
40
- --semantic-layout-breakpoints-breakpoint-min-width-size: 390px;
41
- /**
42
- * 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
43
- * Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
44
- */
45
- --semantic-layout-breakpoints-breakpoint-max-width-size: 599px;
46
- --semantic-layout-content-width-content-max-width-medium: 700px; /** Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page. */
47
- --semantic-layout-content-width-content-max-width-full: 1024px; /** Use for content containers that should fill the full width of the page */
48
- --semantic-layout-grid-responsive-grid-space-resp-sm: 6; /** 6-6-6-8 – use for side paddings and gutters in responsive layouts */
49
- --semantic-layout-grid-responsive-grid-space-resp-base: 12; /** 12-12-12-16 – use for side paddings and gutters in responsive layouts */
50
- --semantic-layout-grid-responsive-grid-space-resp-lg: 24; /** 24-24-32-32 – use for side paddings and gutters in responsive layouts */
51
- --semantic-layout-grid-responsive-grid-space-resp-xl: 48; /** 48-48-64-64 – use for side paddings and gutters in responsive layouts */
52
- --semantic-layout-grid-responsive-page-inline-space: 0; /** 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. */
53
- --semantic-layout-grid-constant-grid-space-const-sm: 12; /** 12-12-12-12 – use for fixed side paddings and gutters */
54
- --semantic-layout-grid-constant-grid-space-const-lg: 16; /** 16-16-16-16 – use for fixed side paddings and gutters */
55
- --semantic-layout-grid-layout-guide-layout-guide-grid-colums: 4px; /** Used to set the column count in Figma Layout guide Grids */
56
- --semantic-layout-section-section-space-sm: 24; /** 24-24-36-36 – Use for vertical spacing between subsections in a layout */
57
- --semantic-layout-section-section-space-base: 36; /** 36-36-48-48 – Use for vertical spacing between sections in a layout. */
58
- --semantic-layout-section-section-space-lg: 72; /** 72-72-96-96 – Use for vertical spacing between sections in a layout */
59
- --semantic-layout-section-paragraph-end-space: 16; /** 16-16-32-32 – Use for spacing after paragraphs in text content */
60
- --semantic-space-gap-responsive-gap-space-resp2-xs: 2; /** 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints */
61
- --semantic-space-gap-responsive-gap-space-resp-xs: 4; /** 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints */
62
- --semantic-space-gap-responsive-gap-space-resp-sm: 8; /** 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints */
63
- --semantic-space-gap-responsive-gap-space-resp-md: 12; /** 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints */
64
- --semantic-space-gap-responsive-gap-space-resp-lg: 16; /** 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints */
65
- --semantic-space-gap-responsive-gap-space-resp-xl: 24; /** 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints */
66
- --semantic-space-gap-responsive-gap-space-resp2-xl: 32; /** 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints */
67
- --semantic-space-gap-responsive-gap-space-resp3-xl: 48; /** 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints */
68
- --semantic-space-gap-constant-gap-space-const2-xs: 2; /** 2-2-2-2 – Use for fixed gaps between items inside of UI elements */
69
- --semantic-space-gap-constant-gap-space-const-xs: 4; /** 4-4-4-4 – Use for fixed gaps between items inside of UI elements */
70
- --semantic-space-gap-constant-gap-space-const-sm: 8; /** 8-8-8-8 – Use for fixed gaps between items inside of UI elements */
71
- --semantic-space-gap-constant-gap-space-const-md: 12; /** 12-12-12-12 – Use for fixed gaps between items inside of UI elements */
72
- --semantic-space-gap-constant-gap-space-const-lg: 16; /** 16-16-16-16 – Use for fixed gaps between items inside of UI elements */
73
- --semantic-space-gap-constant-gap-space-const-xl: 24; /** 24-24-24-24 – Use for fixed gaps between items inside of UI elements */
74
- --semantic-space-gap-constant-gap-space-const2-xl: 32; /** 32-32-32-32 – Use for fixed gaps between items inside of UI elements */
75
- --semantic-space-gap-constant-gap-space-const3-xl: 48; /** 48-48-48-48 – Use for fixed gaps between items inside of UI elements */
76
- --semantic-space-inline-responsive-inline-space-resp-sm: 8; /** 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
77
- --semantic-space-inline-responsive-inline-space-resp-md: 12; /** 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints */
78
- --semantic-space-inline-responsive-inline-space-resp-lg: 16; /** 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
79
- --semantic-space-inline-responsive-inline-space-resp-xl: 24; /** 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
80
- --semantic-space-inline-responsive-inline-space-resp2-xl: 32; /** 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
81
- --semantic-space-inline-constant-inline-space-const3-xs: 2; /** 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements */
82
- --semantic-space-inline-constant-inline-space-const2-xs: 4; /** 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements */
83
- --semantic-space-inline-constant-inline-space-const-xs: 6; /** 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements */
84
- --semantic-space-inline-constant-inline-space-const-sm: 8; /** 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements */
85
- --semantic-space-inline-constant-inline-space-const-md: 12; /** 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements */
86
- --semantic-space-inline-constant-inline-space-const-lg: 16; /** 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements */
87
- --semantic-space-inline-constant-inline-space-const-xl: 24; /** 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements */
88
- --semantic-space-inline-constant-inline-space-const2-xl: 32; /** 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements */
89
- --semantic-space-stack-responsive-stack-space-resp-sm: 8; /** 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
90
- --semantic-space-stack-responsive-stack-space-resp-md: 12; /** 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
91
- --semantic-space-stack-responsive-stack-space-resp-lg: 16; /** 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
92
- --semantic-space-stack-responsive-stack-space-resp-xl: 24; /** 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
93
- --semantic-space-stack-responsive-stack-space-resp2-xl: 32; /** 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
94
- --semantic-space-stack-constant-stack-space-const3-xs: 2; /** 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements */
95
- --semantic-space-stack-constant-stack-space-const2-xs: 4; /** 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements */
96
- --semantic-space-stack-constant-stack-space-const-xs: 6; /** 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements */
97
- --semantic-space-stack-constant-stack-space-const-sm: 8; /** 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements */
98
- --semantic-space-stack-constant-stack-space-const-md: 12; /** 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements */
99
- --semantic-space-stack-constant-stack-space-const-lg: 16; /** 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements */
100
- --semantic-space-stack-constant-stack-space-const-xl: 24; /** 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements */
101
- --semantic-space-stack-constant-stack-space-const2-xl: 32; /** 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements */
102
- --semantic-size-responsive-size-resp4-xs: 12; /** 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints */
103
- --semantic-size-responsive-size-resp3-xs: 16; /** 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints */
104
- --semantic-size-responsive-size-resp2-xs: 24; /** 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints */
105
- --semantic-size-responsive-size-resp-xs: 32; /** 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints */
106
- --semantic-size-responsive-size-resp-sm: 40; /** 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints */
107
- --semantic-size-responsive-size-resp-md: 48; /** 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints */
108
- --semantic-size-responsive-size-resp-lg: 56; /** 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints */
109
- --semantic-size-responsive-size-resp-xl: 64; /** 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints */
110
- --semantic-size-responsive-size-resp2-xl: 72; /** 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints */
111
- --semantic-size-responsive-size-resp3-xl: 96; /** 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints */
112
- --semantic-size-responsive-size-resp4-xl: 148; /** 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints */
113
- --semantic-size-constant-size-const4-xs: 8; /** 8-8-8-8 – Use for setting fixed height and width of UI elements */
114
- --semantic-size-constant-size-const3-xs: 16; /** 16-16-16-16 – Use for setting fixed height and width of UI elements */
115
- --semantic-size-constant-size-const2-xs: 24; /** 24-24-24-24 – Use for setting fixed height and width of UI elements */
116
- --semantic-size-constant-size-const-xs: 32; /** 32-32-32-32 – Use for setting fixed height and width of UI elements */
117
- --semantic-size-constant-size-const-sm: 40; /** 40-40-40-40 – Use for setting fixed height and width of UI elements */
118
- --semantic-size-constant-size-const-md: 48; /** 48-48-48-48 Use for setting fixed height and width of UI elements */
119
- --semantic-size-constant-size-const-lg: 56; /** 56-56-56-56 – Use for setting fixed height and width of UI elements */
120
- --semantic-size-constant-size-const-xl: 64; /** 64-64-64-64 – Use for setting fixed height and width of UI elements */
121
- --semantic-size-constant-size-const2-xl: 72; /** 72-72-72-72 – Use for setting fixed height and width of UI elements */
122
- --semantic-size-constant-size-const3-xl: 96; /** 96-96-96-96 – Use for setting fixed height and width of UI elements */
123
- --semantic-size-constant-size-const4-xl: 148; /** 148-148-148-148 – Use for setting fixed height and width of UI elements */
124
- --semantic-typography-font-family-body-font-family: Inter; /** This variable references the bodyFontFamily variable from the branding collection. */
125
- --semantic-typography-font-family-callout-font-family: AntennaCond;
126
- --semantic-typography-font-family-display-font-family: AntennaCond;
127
- --semantic-typography-font-family-footnote-font-family: Inter;
128
- --semantic-typography-font-family-headline-font-family: AntennaExtraCond;
129
- --semantic-typography-font-family-kicker-font-family: AntennaExtraCond;
130
- --semantic-typography-font-family-label-font-family: AntennaExtraCond;
131
- --semantic-typography-font-family-subheadline-font-family: AntennaCond;
132
- --semantic-typography-font-family-title-font-family: AntennaCond;
133
- --semantic-typography-font-family-quote-font-family: AntennaCond;
134
- --semantic-typography-font-size-body-body-font-size: 17; /** This variable is used on the body text style's font size parameter. It remains constant at 21. */
135
- --semantic-typography-font-size-callout-callout1-font-size: 18; /** This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 */
136
- --semantic-typography-font-size-display-display1-font-size: 38; /** This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120 */
137
- --semantic-typography-font-size-display-display2-font-size: 34; /** This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64 */
138
- --semantic-typography-font-size-display-display3-font-size: 27; /** This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40 */
139
- --semantic-typography-font-size-footnote-footnote1-font-size: 13; /** This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 */
140
- --semantic-typography-font-size-footnote-footnote2-font-size: 10; /** This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 */
141
- --semantic-typography-font-size-headline-headline1-font-size: 42; /** This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100 */
142
- --semantic-typography-font-size-headline-headline2-font-size: 42; /** This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64 */
143
- --semantic-typography-font-size-headline-headline3-font-size: 30; /** This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40 */
144
- --semantic-typography-font-size-headline-headline4-font-size: 21; /** This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32 */
145
- --semantic-typography-font-size-kicker-kicker1-font-size: 20; /** 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. */
146
- --semantic-typography-font-size-kicker-kicker2-font-size: 16; /** 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 */
147
- --semantic-typography-font-size-kicker-kicker3-font-size: 16; /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20 */
148
- --semantic-typography-font-size-kicker-kicker4-font-size: 14; /** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16 */
149
- --semantic-typography-font-size-label-label1-font-size: 17; /** This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes. */
150
- --semantic-typography-font-size-label-label1-font-size-responsive: 10; /** 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes. */
151
- --semantic-typography-font-size-label-label2-font-size: 15; /** This variable controls the label2 text style's font size parameter. Its value remains constant at 15. */
152
- --semantic-typography-font-size-label-label3-font-size: 12; /** This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes. */
153
- --semantic-typography-font-size-label-label4-font-size: 8; /** This token is used in the font size parameter of the label4 text style. The value remains constant at 8. */
154
- --semantic-typography-font-size-subheadline-subheadline1-font-size: 18; /** This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36 */
155
- --semantic-typography-font-size-title-title1-font-size: 24; /** 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
156
- --semantic-typography-font-size-title-title2-font-size: 16; /** 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
157
- --semantic-typography-font-size-quote-quote-font-size: 16; /** 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. */
158
- --semantic-typography-font-weight-body-body-font-weight-book: 400;
159
- --semantic-typography-font-weight-body-body-font-weight-bold: 700;
160
- --semantic-typography-font-weight-callout-callout-font-weight: 800;
161
- --semantic-typography-font-weight-display-display-font-weight: 800;
162
- --semantic-typography-font-weight-footnote-footnote-font-weight-bold: 700;
163
- --semantic-typography-font-weight-footnote-footnote-font-weight-book: 400;
164
- --semantic-typography-font-weight-headline-headline1-font-weight: 700;
165
- --semantic-typography-font-weight-headline-headline1-font-weight-st: Bold Italic; /** This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines. */
166
- --semantic-typography-font-weight-headline-headline2-font-weight: 700;
167
- --semantic-typography-font-weight-headline-headline3-font-weight: 700;
168
- --semantic-typography-font-weight-headline-headline4-font-weight: 700;
169
- --semantic-typography-font-weight-kicker-kicker-font-weight: 700;
170
- --semantic-typography-font-weight-kicker-kicker-font-weight-st: Black Italic;
171
- --semantic-typography-font-weight-label-label-font-weight-book: 400;
172
- --semantic-typography-font-weight-label-label-font-weight-bold: 700;
173
- --semantic-typography-font-weight-subheadline-subheadline-font-weight: 700;
174
- --semantic-typography-font-weight-title-title-font-weight: 800;
175
- --semantic-typography-font-weight-quote-quote-font-weight: 800;
176
- --semantic-typography-line-height-body-body-line-height: 28.05; /** Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) */
177
- --semantic-typography-line-height-callout-callout-line-height: 23.4;
178
- --semantic-typography-line-height-display-display1-line-height: 40;
179
- --semantic-typography-line-height-display-display2-line-height: 36;
180
- --semantic-typography-line-height-display-display3-line-height: 28;
181
- --semantic-typography-line-height-footnote-footnote1-line-height: 17.03;
182
- --semantic-typography-line-height-footnote-footnote2-line-height: 13;
183
- --semantic-typography-line-height-headline-headline1-line-height: 42;
184
- --semantic-typography-line-height-headline-headline2-line-height: 42;
185
- --semantic-typography-line-height-headline-headline3-line-height: 33;
186
- --semantic-typography-line-height-headline-headline4-line-height: 23.1;
187
- --semantic-typography-line-height-kicker-kicker1-line-height: 22;
188
- --semantic-typography-line-height-kicker-kicker2-line-height: 17.6;
189
- --semantic-typography-line-height-kicker-kicker3-line-height: 17.6;
190
- --semantic-typography-line-height-kicker-kicker4-line-height: 15.4;
191
- --semantic-typography-line-height-label-label1-line-height: 20.4; /** This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. */
192
- --semantic-typography-line-height-label-label1-responsive-line-height: 12;
193
- --semantic-typography-line-height-label-label2-line-height: 19.2;
194
- --semantic-typography-line-height-label-label3-line-height: 14.4;
195
- --semantic-typography-line-height-label-label4-line-height: 10;
196
- --semantic-typography-line-height-subheadline-subheadline1-line-height: 23.4;
197
- --semantic-typography-line-height-title-title1-line-height: 26.4;
198
- --semantic-typography-line-height-title-title2-line-height: 20.8; /** html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
199
- --semantic-typography-line-height-quote-quote-line-height: 20.8; /** This variable is used in the quote text style line height parameter. */
200
- --semantic-typography-letter-spacing-letter-spacing-positive-lg: 2; /** 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. */
201
- --semantic-typography-letter-spacing-letter-spacing-positive-md: 1; /** 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. */
202
- --semantic-typography-letter-spacing-letter-spacing-positive-sm: 0.5; /** 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. */
203
- --semantic-typography-letter-spacing-letter-spacing-positive-xs: 0.25; /** 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. */
204
- --semantic-typography-letter-spacing-letter-spacing-none: 0; /** 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. */
205
- --semantic-typography-letter-spacing-letter-spacing-negative-xs: -0.25; /** -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. */
206
- --semantic-typography-letter-spacing-letter-spacing-negative-sm: -0.5; /** -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. */
207
- --semantic-typography-letter-spacing-letter-spacing-negative-md: -1; /** -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. */
208
- --semantic-typography-letter-spacing-letter-spacing-negative-lg: -2; /** -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. */
209
- --semantic-typography-letter-spacing-display-display1-letter-spacing: -0.5; /** -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. */
210
- --semantic-typography-letter-spacing-display-display2-letter-spacing: -0.5; /** -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. */
211
- --semantic-typography-letter-spacing-display-display3-letter-spacing: -0.5; /** -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. */
212
- --semantic-visibility-boolean-visilble-desktop-only: false; /** Use for showing elements on desktop viewport sizes only */
213
- --semantic-visibility-boolean-visilble-tablet-only: false; /** Use for showing elements on tablet viewport sizes only */
214
- --semantic-visibility-boolean-visilble-mobile-only: true; /** Use for showing elements on mobile viewport sizes only */
215
- --semantic-visibility-boolean-visilble-above600px: false; /** Use for showing elements on viewport sizes above 600 px */
216
- --semantic-visibility-boolean-visilble-below600px: true; /** Use for showing elements on viewport sizes below 600 px */
217
- --semantic-visibility-boolean-hide-on-desktop: true; /** Use for hiding elements on desktop viewport sizes only */
218
- --semantic-visibility-boolean-hide-on-mobile: false; /** Use for hiding elements on mobile viewport sizes */
219
- --semantic-visibility-variant-switch-bp-specific-web: xs/sm;
220
- --semantic-visibility-variant-switch-bp-specific-app: compact;
221
- --semantic-visibility-variant-switch-change-on-lg: xs/sm/md;
222
- --semantic-visibility-variant-switch-change-on-md: xs/sm; /** This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints. */
223
- --component-accordion-accordion-label-font-family: Inter; /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
224
- --component-avatar-avatar-article-size: 48; /** 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. */
225
- --component-avatar-avatar-author-page-size: 96; /** 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages. */
226
- --component-avatar-avatar-label-font-size: 13; /** This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15 */
227
- --component-avatar-avatar-label-line-height: 21px; /** This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23 */
228
- --component-avatar-avatar-font-family: Inter; /** This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
229
- --component-avatar-avatar-lane-gap-space: 16; /** 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 */
230
- --component-avatar-app-avatar-font-family: AntennaCond; /** This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review. */
231
- --component-article-article-kicker-font-size: 20; /** This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30 */
232
- --component-article-article-headline-font-size: 42; /** 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG */
233
- --component-article-article-image-caption-font-size: 13; /** CSS --article-figure-meta-font-size 16-16-18-18 */
234
- --component-article-article-image-caption-line-height: 16.9; /** this component level variable references the branding variables */
235
- --component-article-article-meta-font-size: 12px; /** This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16 */
236
- --component-article-article-meta-font-family: AntennaCond; /** This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection. */
237
- --component-article-article-top-margin-space: 8; /** 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box. */
238
- --component-article-aricle-mobile1-col-grid-image-margin-space: 0;
239
- --component-article-article-headings-stack-space: 12; /** 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 */
240
- --component-article-article-headings-inline-space: 16; /** 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. */
241
- --component-article-article-content-stack-space: 16; /** 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. */
242
- --component-article-article-content-inline-space: 16; /** 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. */
243
- --component-article-article-gallery-a-teaser-width: 145px; /** same as standard teaser width size variable */
244
- --component-article-article-image-source-font-size: 13; /** NMT CSS --article-figure-meta-font-size */
245
- --component-article-article-image-source-line-height: 17;
246
- --component-article-article-image-container-stack-space: 8;
247
- --component-article-article-image-landscape-inline-space: 0;
248
- --component-article-article-image-portait-inline-space: 0;
249
- --component-article-article-infobox-inline-space: 16;
250
- --component-article-article-infobox-stack-space: 16;
251
- --component-audio-player-audio-player-font-size: 16px; /** This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18 */
252
- --component-badge-ad-label-badge-height-size: 30px; /** 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers. */
253
- --component-badge-badges-inner-stack-space: 2; /** 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. */
254
- --component-badge-badges-inner-inline-space: 4; /** 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. */
255
- --component-breadcrumb-breadcrumb-font-family: Inter;
256
- --component-breadcrumb-breadcrumb-font-size: 14; /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
257
- --component-breadcrumb-breadcrumb-line-height: 14; /** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
258
- --component-breadcrumb-breadcrumb-arrow-left-inline-space1: 3px;
259
- --component-breadcrumb-breadcrumb-arrow-right-inline-space2: 5px;
260
- --component-breadcrumb-breadcrumb-inline-space: 12;
261
- --component-breadcrumb-breadcrumb-font-weight: 400;
262
- --component-breadcrumb-breadcrumb-stack-space: 14px;
263
- --component-breaking-news-breaking-news-container-height-size: 56;
264
- --component-breaking-news-breaking-news-badge-inline-space: 6;
265
- --component-breaking-news-breaking-news-badge-titels-stack-space: 0;
266
- --component-breaking-news-breaking-news-badge-upper-title-font-size: 13px;
267
- --component-breaking-news-breaking-news-badge-upper-title-line-height: 13px;
268
- --component-breaking-news-breaking-news-badge-lower-title-font-size: 23px;
269
- --component-breaking-news-breaking-news-badge-lower-title-line-height: 21px;
270
- --component-breaking-news-breaking-news-scrolling-text-font-size: 21px;
271
- --component-breaking-news-breaking-news-scrolling-text-line-height: 24px;
272
- --component-button-button-label-font-size: 15;
273
- --component-button-button-label-line-height: 15;
274
- --component-button-button-content-gap-space: 6;
275
- --component-button-button-inline-space: 16;
276
- --component-button-button-stack-space: 6;
277
- --component-button-button-border-width-size: 2;
278
- --component-button-button-content-min-height-size: 24; /** This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active. */
279
- --component-button-partner-link-button-label-font-size: 16px; /** Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18 */
280
- --component-button-partner-link-button-inline-space: 8;
281
- --component-button-partner-link-button-label-height-size: 48;
282
- --component-button-button-border-radius: 8;
283
- --component-cards-search-result-card-image-width-size: 216px;
284
- --component-cards-search-result-card-image-height-size-stacked: 189px;
285
- --component-cards-newsticker-image-card-width-size: 206px;
286
- --component-carousel-gallery-teaser-title-bottom-space: 28; /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
287
- --component-carousel-gallery-teaser-app-gap-space: 0; /** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
288
- --component-carousel-app-epaper-carousel-item-default-width: 144px;
289
- --component-carousel-app-epaper-carousel-item-focus-width: 182px;
290
- --component-carousel-app-epaper-carouse-beilage-item-width: 110px;
291
- --component-carousel-standard-teaser-gallery-teaser-width-web: 145px;
292
- --component-carousel-standard-teaser-gallery-teaser-width-app: 280px;
293
- --component-chips-chips-font-size: 16; /** 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 */
294
- --component-chips-chips-inline-space: 12;
295
- --component-chips-chips-stack-space: 8;
296
- --component-datepicker-datepicker-item-day-width-size: 44px;
297
- --component-datepicker-datepicker-item-year-width-size: 77px;
298
- --component-datepicker-datepicker-item-height-size: 44px;
299
- --component-drawers-mobile-menu-drawer-stack-space: 20px;
300
- --component-drawers-mobile-menu-drawer-left-inline-space: 20px;
301
- --component-drawers-mobile-menu-drawer-right-inline-space: 16px;
302
- --component-drawers-mobile-menu-drawer-max-width-size: 400px;
303
- --component-dropdown-drop-down-item-stack-space: 8;
304
- --component-dropdown-drop-down-item-inline-space: 12;
305
- --component-dropdown-drop-down-border-radius: 4;
306
- --component-footer-footer-font-family: Inter;
307
- --component-footer-footer-font-size: 11px; /** This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes. */
308
- --component-footer-footer-line-height: 14px;
309
- --component-footer-footer-font-size-user-offer-pages: 18px;
310
- --component-footer-footer-line-height-user-offer-pages: 26px;
311
- --component-icon-icon-size: 24;
312
- --component-icon-icon-size-embedd-media: 40px;
313
- --component-info-element-info-element-teaser-badge-margin-space: 4;
314
- --component-info-element-info-element-teaser-image-height-size: 80;
315
- --component-info-element-info-element-teaser-image-width-size: 80;
316
- --component-info-element-info-element-teaser-badge-height-size: 16;
317
- --component-inputfield-input-field-font-size: 16; /** 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 */
318
- --component-inputfield-input-field-font-family: Inter;
319
- --component-inputfield-input-field-inline-space: 16;
320
- --component-inputfield-input-field-stack-space: 6;
321
- --component-inputfield-input-field-message-gap-space: 4;
322
- --component-inputfield-input-field-i-message-inline-space: 16;
323
- --component-inputfield-input-field-mini-label-inline-space: 4;
324
- --component-inputfield-input-field-height-size: 36;
325
- --component-inputfield-hey-input-container-inline-space: 8;
326
- --component-liveticker-live-ticker-app-card-height-size: 96px;
327
- --component-liveticker-live-ticker-app-card-width-size: 250px;
328
- --component-liveticker-time-stamp-font-family: Gotham XNarrow;
329
- --component-liveticker-live-tickerheadline-font-weight: 600;
330
- --component-liveticker-live-ticker-headlines-font-size: 22px; /** This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32 */
331
- --component-liveticker-live-ticker-time-stamp-font-size: 14px; /** This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16 */
332
- --component-liveticker-live-ticker-time-headline-stack-space: 4;
333
- --component-liveticker-live-ticker-slider-item-width-max-size: 257px;
334
- --component-mediaplayer-audio-player-header-stack-space: 56;
335
- --component-mediaplayer-podcast-play-button-size: 48;
336
- --component-mediaplayer-vid-player-bottom-bar-gap-space: 0px;
337
- --component-mediaplayer-video-time-badge-font-family: Inter;
338
- --component-mediaplayer-vid-player-control-button-size: 42;
339
- --component-mediaplayer-vid-player-control-button-icon-size-hover: 28;
340
- --component-mediaplayer-vid-player-timecode-font-size: 14px;
341
- --component-mediaplayer-vid-player-timecode-container-min-width-size: 45px;
342
- --component-mediaplayer-vid-player-progress-bar-container-height-size: 24px;
343
- --component-mediaplayer-vid-player-unmute-button-width-size: 220px;
344
- --component-menu-menu-link-lane-height-size: 48;
345
- --component-menu-menu-logo-default-size: 56;
346
- --component-menu-menu-logo-scrolled-size: 56;
347
- --component-menu-menu-utillink-item-height-size: 48;
348
- --component-menu-menu-item-util-font-size: 12;
349
- --component-menu-menu-item-font-size: 18; /** This variable is used on the menu link lane and on the mobile side menu drawer. */
350
- --component-menu-menu-special-navi-item-height-size: 48px;
351
- --component-menu-menu-item-space: 8;
352
- --component-menu-menu-link-item-inline-space: 4;
353
- --component-menu-menu-item-util-stack-space: 10;
354
- --component-menu-sub-nav-bar-height-size: 42;
355
- --component-menu-menu-utility-links-container-height-size: 56;
356
- --component-menu-menu-top-stack-space: 8;
357
- --component-menu-menu-bottom-stack-space: 8;
358
- --component-menu-menu-left-inline-space: 8;
359
- --component-menu-menu-right-inline-space: 0;
360
- --component-menu-menu-utility-links-gap-space: 24;
361
- --component-menu-menu-utility-links-divider-height-size: 40;
362
- --component-menu-menu-shadow-visibility: rgba(0, 0, 0, 0.1); /** 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 */
363
- --component-menu-hey-input-shadow-visibility: rgba(0, 0, 0, 0); /** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10 */
364
- --component-menu-i-o-sapp-top-bar-height-size: 44px;
365
- --component-menu-i-o-sapp-top-bar-left-inline-space: 12px;
366
- --component-menu-i-o-sapp-top-bar-right-inline-space: 16px;
367
- --component-menu-app-topbar-title-font-size: 12;
368
- --component-menu-app-topbar-stage-title-height: 14;
369
- --component-newsticker-news-ticker-app-card-height-size: 116px;
370
- --component-newsticker-news-ticker-app-card-width-size: 250px;
371
- --component-newsticker-news-ticker-time-font-family: AntennaExtraCond;
372
- --component-newsticker-news-ticker-time-font-weight: 700;
373
- --component-newsticker-news-ticker-time-font-size: 16px; /** similar to kicker3 values - 16 - 16 - 16 - 18 */
374
- --component-newsticker-news-ticker-time-line-height: 20.8px; /** 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. */
375
- --component-newsticker-news-ticker-badges-inline-space: 8;
376
- --component-newsticker-news-ticker-entries-stack-space: 22;
377
- --component-newsticker-news-ticker-entries-left-inline-space: 22;
378
- --component-newsticker-news-ticker-content-stack-space: 4;
379
- --component-newsticker-news-ticker-kicker-inner-inline-space: 4;
380
- --component-newsticker-news-ticker-kicker-inner-stack-space: 2;
381
- --component-newsticker-news-ticker-time-kicker-stack-space: 4;
382
- --component-newsticker-news-ticker-titles-inline-space: 18px;
383
- --component-newsticker-news-ticker-skeleton-bottom-space: 64;
384
- --component-newsticker-news-ticker-red-dot-size: 12;
385
- --component-newsticker-news-ticker-line-inline-space: 6;
386
- --component-pagination-gallery-pagination-item-height-size: 4;
387
- --component-pagination-gallery-pagination-container-web-inline-space: 8; /** 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices */
388
- --component-pagination-gallery-pagination-container-app-inline-space: 12;
389
- --component-pagination-gallery-pagination-container-stack-space: 12; /** 12 - 12 - 16 - 16 - this component level variable references the semantic */
390
- --component-pagination-scroll-bar-thickness-size: 8;
391
- --component-paywall-paywall-card-max-width-size: 346px;
392
- --component-paywall-paywall-card-price-tag-font-size: 64; /** This variable is used on the paywall card price tag. 64 constant */
393
- --component-paywall-paywall-card-price-tag-line-height: 64;
394
- --component-paywall-paywall-card-price-note-font-size: 40; /** This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 */
395
- --component-paywall-paywall-card-price-note-line-height: 40;
396
- --component-paywall-paywall-container-gap-space: -48px;
397
- --component-paywall-paywall-header-bottom-stack-space: 80;
398
- --component-quotes-quote-container-inline-space: 16;
399
- --component-quotes-quote-content-gap-space: 16;
400
- --component-quotes-quote-container-stack-space: 16;
401
- --component-quotes-quote-quotation-marks-font-size: 28;
402
- --component-radio-buttons-radio-selector-size: 20;
403
- --component-radio-buttons-radio-selector-dot-active-size: 12;
404
- --component-search-search-result-badge-height-size: 18;
405
- --component-section-title-section-title-inner-stack-bottom-space: 12;
406
- --component-section-title-section-title-arrow-inline-space: 5px; /** This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title. */
407
- --component-section-title-section-title-arrow-inline-space-active: 5px; /** This variable is used for increasing the space between the text and the arrow at the end of the large title text. On mobile devices there is no hover state so this variables values are the same as the default state values. */
408
- --component-section-title-section-title-height-size: 32;
409
- --component-separators-separator-thickness-size: 2;
410
- --component-skeletons-headlines-skeleton-image-placeholder-max-width: 282px;
411
- --component-skeletons-article-skeleton-image-inline-space: 12;
412
- --component-skeletons-article-skeleton-text-inline-space: 0px;
413
- --component-skeletons-article-text-skeleton-height-size: 270px;
414
- --component-special-navi-special-navi-inline-space: 24;
415
- --component-sliders-slider-progress-bar-idle-height-size: 4;
416
- --component-sliders-slider-progress-bar-hover-height-size: 8;
417
- --component-sliders-slider-progress-inactive-height-size: 2;
418
- --component-sliders-vid-player-progress-bar-height-size: 12;
419
- --component-spinners-video-spinner-size: 40;
420
- --component-spinners-video-spinner-size0-5x: 20px;
421
- --component-spinners-video-spinner-stroke-size: 2px;
422
- --component-tabs-tab-label-font-size: 16px; /** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
423
- --component-tabs-tab-label-font-size-line: 12px; /** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
424
- --component-tabs-ios-tabbar-height-size: 49px;
425
- --component-tabs-android-tabbar-height-size: 56px;
426
- --component-tabs-apps-tabs-label-font-size: 12px; /** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
427
- --component-tabs-apps-tabs-label-line-height: 14.4px; /** 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. */
428
- --component-tabs-top-bar-tab-item-height-size: 44px;
429
- --component-table-table-column-width-size0-5x: 40;
430
- --component-table-table-column-width-size0-75x: 56;
431
- --component-table-table-column-width-size1x: 80;
432
- --component-table-table-column-width-size1-5x: 120;
433
- --component-table-table-column-width-size2x: 140;
434
- --component-table-table-column-width-size2-5x: 180;
435
- --component-table-table-column-width-size3x: 200;
436
- --component-table-table-item-max-width-size: 224px;
437
- --component-teaser-a-teaser-a-teaser-kicker-font-size: 16; /** 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable */
438
- --component-teaser-a-teaser-a-teaser-kicker-line-height: 16;
439
- --component-teaser-a-teaser-a-teaser-headline-font-size: 30; /** This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
440
- --component-teaser-a-teaser-a-teaser-headline-line-height: 30;
441
- --component-teaser-a-teaser-a-teaser-title-inline-space: 12;
442
- --component-teaser-b-teaser-b-teaser-title-inline-space: 16;
443
- --component-teaser-bild-play-bild-play-teaser-width-size: 145px;
444
- --component-teaser-m-q-teaser-m-q-teaser-headline-font-size: 21; /** XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
445
- --component-teaser-m-q-teaser-m-q-teaser-headline-line-height: 23.1;
446
- --component-teaser-m-q-teaser-m-q-teaser-headline-font-weight: 700;
447
- --component-teaser-m-q-teaser-mq-teaser-title-inline-space: 12;
448
- --component-teaser-teaser-badges-height-size-lg: 32; /** This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 */
449
- --component-teaser-teaser-badges-height-size-sm: 24;
450
- --component-teaser-teaser-badges-margin-space: 8; /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
451
- --component-teaser-teaser-kicker-bg-inline-space: 6;
452
- --component-teaser-teaser-kicker-bg-stack-space: 2;
453
- --component-teaser-q-teaser-quad-kicker-font-size: 20;
454
- --component-teaser-q-teaser-quad-headline-font-size: 42; /** This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 */
455
- --component-teaser-q-teaser-quad-headline-line-height: 42;
456
- --component-teaser-q-teaser-q-teaser-title-inline-space: 12;
457
- --component-teaser-teaser-layout-grid-space: 12;
458
- --component-teaser-std-teaser-std-teaser-badges-margin-space: 4; /** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
459
- --component-teaser-std-teaser-std-teaser-image-title-gap-space: 4;
460
- --component-teaser-std-teaser-std-teaser-kicker-headline-stack-space: 2; /** 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 */
461
- --component-teaser-super-a-super-a-teaser-title-inline-space: 24; /** 16 - 16 - 16 - 16 */
462
- --component-teaser-teaser-title-inline-left-space: 12;
463
- --component-teaser-teaser-title-stack-space: 4;
464
- --component-teaser-teaser-title-gap-space: 4;
465
- --component-teaser-teaser-title-bottom-stack-space: 12;
466
- --component-toggle-switch-app-toggle-item-label-font-size: 14px; /** This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
467
- --component-toggle-switch-app-toggle-item-label-line-height: 14.1px; /** This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2 */
468
- --component-video-video-badge-time-line-height: 21px;
469
- --component-video-video-time-badge-font-size: 16px; /** 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos. */
470
- --component-video-vertical-video-mock-headline-font-size: 22px;
471
- --component-video-video-frame-inline-space: 0px;
472
- --component-video-video-red-play-icon-height-size: 10; /** This variable is used for changing the red play icon inside the white square. */
473
- --component-video-video-red-play-icon-width-size: 8;
474
- --component-video-video-skeleton-container-height: 180px;
475
- --component-video-video-time-badge-size: 24; /** 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. */
476
- --component-video-video-time-badge-corner-size: 2; /** 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. */
477
- --component-video-video-ad-badge-font-size: 14px; /** 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. */
478
- --component-d-sys-docs-specs-font-family: Gotham; /** This variable is used only for texts and labels that form part of this design system's documentation. */
479
- --component-d-sys-docs-1column-mobile: 320px; /** This variable is used only for this design system's component tests. */
480
- --component-d-sys-docs-d-sys-docs-width-size: 750px;
481
- --component-d-sys-docs-ds-caption-stack-space0-5x: 4; /** This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8 */
482
- --component-d-sys-docs-ds-caption-stack-space1x: 8;
483
- --component-d-sys-docs-ds-main-container-space: 0; /** This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68 */
484
- --component-d-sys-docs-foundations-banner-height-size: 80; /** 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 */
485
- --component-d-sys-docs-main-content-stage-size: 750; /** 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 */
486
- --component-d-sys-docs-thin-banner-vertical-height-size: 558px; /** This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186 */
487
- --component-d-sys-docs-bild-design-frame-space: 12; /** Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe */
488
- --component-d-sys-docs-doc-header-height-size: 144px; /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
489
- --breakpoint-name: sm;
490
- }