@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,130 +0,0 @@
1
-
2
- //
3
- // BrandColorSportbild.swift
4
- //
5
-
6
- // Do not edit directly, this file was auto-generated.
7
-
8
-
9
- import UIKit
10
-
11
- public class BrandColorSportbild {
12
- /** Bild: 046; SpoBi: 016 current css calls this variable main tenant color */
13
- public static let GlobalCoreCoreColorPrimary = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
14
- /** Bild&SpoBi Tone 100 */
15
- public static let GlobalCoreCoreColorSecondary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
16
- /** Bild: 015 ; SpoBi: 010 */
17
- public static let GlobalCoreCoreColorSecondaryDark = UIColor(red: 0.031, green: 0.090, blue: 0.161, alpha: 1.000)
18
- /** Bild: 015 ; SpoBi: 010 */
19
- public static let GlobalCoreCoreColorTertiary = UIColor(red: 0.031, green: 0.090, blue: 0.161, alpha: 1.000)
20
- /** Bild&SpoBi: 100 */
21
- public static let GlobalCoreCoreColorTertiaryDark = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
22
- /** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
23
- public static let GlobalAttentionAccentColorPrimary = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
24
- /** Bild: 100 ; SpoBi: 098 */
25
- public static let GlobalAttentionAccentColorPrimaryDark = UIColor(red: 0.969, green: 0.980, blue: 0.988, alpha: 1.000)
26
- /** Bild: 100 ; SpoBi: 100 */
27
- public static let GlobalSurfaceSurfaceColorPrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
28
- /** Bild: 015 ; SpoBi: 010 */
29
- public static let GlobalSurfaceSurfaceColorPrimaryDark = UIColor(red: 0.031, green: 0.090, blue: 0.161, alpha: 1.000)
30
- /** Bild: 096 ; SpoBi: 098 */
31
- public static let GlobalSurfaceSurfaceColorSecondary = UIColor(red: 0.969, green: 0.980, blue: 0.988, alpha: 1.000)
32
- /** Bild: 020 ; SpoBi: 016 */
33
- public static let GlobalSurfaceSurfaceColorSecondaryDark = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
34
- /** Bild: 093 ; SpoBi: 081 */
35
- public static let GlobalSurfaceSurfaceColorTertiary = UIColor(red: 0.741, green: 0.788, blue: 0.859, alpha: 1.000)
36
- /** Bild: 025 ; SpoBi: 029 */
37
- public static let GlobalSurfaceSurfaceColorTertiaryDark = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
38
- /** Bild: 085 ; SpoBi: 085 */
39
- public static let GlobalSurfaceSurfaceColorQuartenary = UIColor(red: 0.812, green: 0.831, blue: 0.851, alpha: 1.000)
40
- /** Bild: 035 ; SpoBi: 035 */
41
- public static let GlobalSurfaceSurfaceColorQuartenaryDark = UIColor(red: 0.290, green: 0.322, blue: 0.349, alpha: 1.000)
42
- /** Bild: 046 ; SpoBi: 029 */
43
- public static let GlobalStateColorPrimaryActive = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
44
- /** Bild: 046 ; SpoBi: 098 */
45
- public static let GlobalStateColorPrimaryActiveDark = UIColor(red: 0.969, green: 0.980, blue: 0.988, alpha: 1.000)
46
- /** Bild & SpoBi: Tone 015 */
47
- public static let GlobalTextTextColorPrimary = UIColor(red: 0.141, green: 0.149, blue: 0.161, alpha: 1.000)
48
- /** Bild & SpoBi: Tone 093 */
49
- public static let GlobalTextTextColorPrimaryDark = UIColor(red: 0.910, green: 0.929, blue: 0.941, alpha: 1.000)
50
- /** Bild & SpoBi: Tone 060 */
51
- public static let GlobalTextTextColorSecondary = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
52
- /** Bild & SpoBi: Tone 060 */
53
- public static let GlobalTextTextColorSecondaryDark = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
54
- /** Bild: 015 ; SpoBi: 016 */
55
- public static let GlobalTextHeadlineColorPrimary = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
56
- /** Bild&SpoBi: Tone 100 */
57
- public static let GlobalTextHeadlineColorPrimaryDark = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
58
- /** This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100 */
59
- public static let GlobalTextKickerTextColorOnBg = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
60
- /** This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060 */
61
- public static let GlobalTextKickerTextColorOnSurface = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
62
- /** Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060. */
63
- public static let GlobalTextKickerTextColorOnSurfaceDark = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
64
- /** Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029 */
65
- public static let GlobalTextKickerBgColorOnSurface = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
66
- /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
67
- public static let GlobalTextKickerBgColorOnSurfaceDark = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
68
- /** 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045 */
69
- public static let ComponentAvatarAvatarLabelColor = UIColor(red: 0.400, green: 0.420, blue: 0.439, alpha: 1.000)
70
- /** 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093 */
71
- public static let ComponentAvatarAvatarLabelColorDark = UIColor(red: 0.910, green: 0.929, blue: 0.941, alpha: 1.000)
72
- /** This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029 */
73
- public static let ComponentAvatarAvatarLabelColorHover = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
74
- public static let ComponentChipColorActive = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
75
- /** This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081 */
76
- public static let ComponentBreakingNewsBreakingNewsTopTitleTextColor = UIColor(red: 1.000, green: 0.749, blue: 0.000, alpha: 1.000)
77
- /** This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100 */
78
- public static let ComponentBreakingNewsBreakingNewsBottomTitleTextColor = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
79
- /** This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016 */
80
- public static let ComponentBreakingNewsBreakingNewsTitleSurfaceColor = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
81
- /** This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081 */
82
- public static let ComponentBreakingNewsBreakingNewsSurfaceColor = UIColor(red: 1.000, green: 0.749, blue: 0.000, alpha: 1.000)
83
- /** This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081 */
84
- public static let ComponentBreakingNewsBreakingNewsSurfaceColorDark = UIColor(red: 1.000, green: 0.749, blue: 0.000, alpha: 1.000)
85
- /** This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015 */
86
- public static let ComponentBreakingNewsBreakingNewsTextContentColor = UIColor(red: 0.141, green: 0.149, blue: 0.161, alpha: 1.000)
87
- /** This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015 */
88
- public static let ComponentBreakingNewsBreakingNewsTextContentColorDark = UIColor(red: 0.141, green: 0.149, blue: 0.161, alpha: 1.000)
89
- /** Bild: 046 ; SpoBi: 029 */
90
- public static let ComponentButtonPrimaryBrandButtonPrimaryBgColorIdle = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
91
- /** Bild: 035 ; SpoBi: 016 */
92
- public static let ComponentButtonPrimaryBrandButtonPrimaryBgColorHover = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
93
- /** This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038 */
94
- public static let ComponentButtonPrimaryBrandButtonPrimaryBgColorIdleDark = UIColor(red: 0.188, green: 0.349, blue: 0.600, alpha: 1.000)
95
- /** This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029 */
96
- public static let ComponentButtonPrimaryBrandButtonPrimaryBgColorHoverDark = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
97
- /** Bild & SpoBi: Tone 015 */
98
- public static let ComponentButtonPrimaryNeutralButtonPrimaryBgColorIdle = UIColor(red: 0.141, green: 0.149, blue: 0.161, alpha: 1.000)
99
- /** Bild & SpoBi: Tone 035 */
100
- public static let ComponentButtonPrimaryNeutralButtonPrimaryBgColorHover = UIColor(red: 0.290, green: 0.322, blue: 0.349, alpha: 1.000)
101
- /** Bild & SpoBi: Tone 100 */
102
- public static let ComponentButtonPrimaryNeutralButtonPrimaryBgColorIdleDark = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
103
- /** Bild: 093 ; SpoBi: 081 */
104
- public static let ComponentButtonPrimaryNeutralButtonPrimaryBgColorHoverDark = UIColor(red: 0.741, green: 0.788, blue: 0.859, alpha: 1.000)
105
- /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component. */
106
- public static let ComponentMenuMenuLinkLaneSurfaceColor = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
107
- /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode. */
108
- public static let ComponentMenuMenuLinkLaneSurfaceColorDark = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
109
- /** This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component. */
110
- public static let ComponentMenuMenuLinkLaneLabelColor = UIColor(red: 0.812, green: 0.831, blue: 0.851, alpha: 1.000)
111
- /** This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component. */
112
- public static let ComponentMenuMenuLinkLaneLabelColorActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
113
- public static let ComponentMenuMenuLinkLaneLabelColorDark = UIColor(red: 0.678, green: 0.710, blue: 0.729, alpha: 1.000)
114
- public static let ComponentMenuMenuLinkColorBorderActive = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
115
- public static let ComponentMenuMenuLinkColorBorderActiveDark = UIColor(red: 0.969, green: 0.980, blue: 0.988, alpha: 1.000)
116
- public static let ComponentMenuAppBottomTabBarBgColor = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
117
- public static let ComponentMenuAppTopBarBgColorDark = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
118
- public static let ComponentMenuAppBottomTabBarBgDark = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
119
- public static let ComponentMenuAppTopBarSurfaceColor = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 1.000)
120
- public static let ComponentMenuAppTopBarIconColor = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
121
- public static let ComponentMenuAppTopBarIconColorDark = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
122
- public static let ComponentMenuAppTopBarTextColor = UIColor(red: 0.910, green: 0.929, blue: 0.941, alpha: 1.000)
123
- public static let ComponentMenuAppTopBarTextColorDark = UIColor(red: 0.910, green: 0.929, blue: 0.941, alpha: 1.000)
124
- public static let ComponentMenuAppTobBarTabNavBottomBorder = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
125
- public static let ComponentMenuAppTobBarTabNavBottomBorderDark = UIColor(red: 0.090, green: 0.271, blue: 0.510, alpha: 1.000)
126
- public static let ComponentMenuAppTobBarTabNavBottomBorderActive = UIColor(red: 0.812, green: 0.831, blue: 0.851, alpha: 1.000)
127
- public static let ComponentMenuAppTobBarTabNavBottomBorderActiveDark = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1.000)
128
- public static let ComponentTeaserTeaserTitleBackgroundGradientStart = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 0.700)
129
- public static let ComponentTeaserTeaserTitleBackgroundGradientStop = UIColor(red: 0.039, green: 0.149, blue: 0.310, alpha: 0.000)
130
- }
@@ -1,407 +0,0 @@
1
-
2
- //
3
- // BrandSportbild.swift
4
- //
5
-
6
- // Do not edit directly, this file was auto-generated.
7
-
8
-
9
- import UIKit
10
-
11
- public class BrandSportbild {
12
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
13
- public static let GlobalTypographyFontFamilyDisplayFontFamily = "AntennaCond"
14
- /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
15
- public static let GlobalTypographyFontFamilyHeadlineFontFamily = "AntennaExtraCond"
16
- /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
17
- public static let GlobalTypographyFontFamilySubheadlineFontFamily = "AntennaCond"
18
- /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
19
- public static let GlobalTypographyFontFamilyKickerFontFamily = "AntennaExtraCond"
20
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
21
- public static let GlobalTypographyFontFamilyTitleFontFamily = "AntennaCond"
22
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
23
- public static let GlobalTypographyFontFamilyCalloutFontFamily = "AntennaCond"
24
- /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
25
- public static let GlobalTypographyFontFamilyBodyFontFamily = "Inter"
26
- /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
27
- public static let GlobalTypographyFontFamilyFootnoteFontFamily = "Inter"
28
- /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
29
- public static let GlobalTypographyFontFamilyLabelFontFamily = "AntennaExtraCond"
30
- /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
31
- public static let GlobalTypographyFontFamilyQuoteFontFamily = "AntennaCond"
32
- /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
33
- public static let GlobalTypographyFontSizeDisplayDisplay1FontSizeXS = 38
34
- /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
35
- public static let GlobalTypographyFontSizeDisplayDisplay1FontSizeSM = 38
36
- /** Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes. */
37
- public static let GlobalTypographyFontSizeDisplayDisplay1FontSizeMD = 68
38
- /** Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes. */
39
- public static let GlobalTypographyFontSizeDisplayDisplay1FontSizeLG = 114
40
- /** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
41
- public static let GlobalTypographyFontSizeDisplayDisplay2FontSizeXS = 34
42
- /** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
43
- public static let GlobalTypographyFontSizeDisplayDisplay2FontSizeSM = 34
44
- /** Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes. */
45
- public static let GlobalTypographyFontSizeDisplayDisplay2FontSizeMD = 40
46
- /** Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes. */
47
- public static let GlobalTypographyFontSizeDisplayDisplay2FontSizeLG = 61
48
- /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
49
- public static let GlobalTypographyFontSizeDisplayDisplay3FontSizeXS = 27
50
- /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
51
- public static let GlobalTypographyFontSizeDisplayDisplay3FontSizeSM = 27
52
- /** Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes. */
53
- public static let GlobalTypographyFontSizeDisplayDisplay3FontSizeMD = 30
54
- /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes. */
55
- public static let GlobalTypographyFontSizeDisplayDisplay3FontSizeLG = 38
56
- /** This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg */
57
- public static let GlobalTypographyFontSizeHeadlineHeadlineTextAlign = "left"
58
- /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
59
- public static let GlobalTypographyFontSizeHeadlineHeadline1FontSizeXS = 42
60
- /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
61
- public static let GlobalTypographyFontSizeHeadlineHeadline1FontSizeSM = 42
62
- /** Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes. */
63
- public static let GlobalTypographyFontSizeHeadlineHeadline1FontSizeMD = 60
64
- /** Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes. */
65
- public static let GlobalTypographyFontSizeHeadlineHeadline1FontSizeLG = 80
66
- /** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
67
- public static let GlobalTypographyFontSizeHeadlineHeadline2FontSizeXS = 42
68
- /** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
69
- public static let GlobalTypographyFontSizeHeadlineHeadline2FontSizeSM = 42
70
- /** Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes. */
71
- public static let GlobalTypographyFontSizeHeadlineHeadline2FontSizeMD = 44
72
- /** Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes. */
73
- public static let GlobalTypographyFontSizeHeadlineHeadline2FontSizeLG = 50
74
- /** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
75
- public static let GlobalTypographyFontSizeHeadlineHeadline3FontSizeXS = 30
76
- /** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
77
- public static let GlobalTypographyFontSizeHeadlineHeadline3FontSizeSM = 30
78
- /** Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes. */
79
- public static let GlobalTypographyFontSizeHeadlineHeadline3FontSizeMD = 30
80
- /** Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes. */
81
- public static let GlobalTypographyFontSizeHeadlineHeadline3FontSizeLG = 34
82
- /** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
83
- public static let GlobalTypographyFontSizeHeadlineHeadline4FontSizeXS = 21
84
- /** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
85
- public static let GlobalTypographyFontSizeHeadlineHeadline4FontSizeSM = 21
86
- /** Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes. */
87
- public static let GlobalTypographyFontSizeHeadlineHeadline4FontSizeMD = 26
88
- /** Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes. */
89
- public static let GlobalTypographyFontSizeHeadlineHeadline4FontSizeLG = 26
90
- /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
91
- public static let GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeXS = 18
92
- /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
93
- public static let GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeSM = 18
94
- /** Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes. */
95
- public static let GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeMD = 22
96
- /** Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes. */
97
- public static let GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeLG = 26
98
- /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
99
- public static let GlobalTypographyFontSizeKickerKicker1FontSizeXS = 20
100
- /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
101
- public static let GlobalTypographyFontSizeKickerKicker1FontSizeSM = 20
102
- /** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md */
103
- public static let GlobalTypographyFontSizeKickerKicker1FontSizeMD = 26
104
- /** Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg */
105
- public static let GlobalTypographyFontSizeKickerKicker1FontSizeLG = 32
106
- /** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
107
- public static let GlobalTypographyFontSizeKickerKicker2FontSizeXS = 16
108
- /** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
109
- public static let GlobalTypographyFontSizeKickerKicker2FontSizeSM = 16
110
- /** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md */
111
- public static let GlobalTypographyFontSizeKickerKicker2FontSizeMD = 26
112
- /** Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg */
113
- public static let GlobalTypographyFontSizeKickerKicker2FontSizeLG = 26
114
- /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
115
- public static let GlobalTypographyFontSizeKickerKicker3FontSizeXS = 16
116
- /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
117
- public static let GlobalTypographyFontSizeKickerKicker3FontSizeSM = 16
118
- /** Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md */
119
- public static let GlobalTypographyFontSizeKickerKicker3FontSizeMD = 20
120
- /** Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg */
121
- public static let GlobalTypographyFontSizeKickerKicker3FontSizeLG = 22
122
- /** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
123
- public static let GlobalTypographyFontSizeKickerKicker4FontSizeXS = 14
124
- /** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
125
- public static let GlobalTypographyFontSizeKickerKicker4FontSizeSM = 14
126
- /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md */
127
- public static let GlobalTypographyFontSizeKickerKicker4FontSizeMD = 16
128
- /** Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg */
129
- public static let GlobalTypographyFontSizeKickerKicker4FontSizeLG = 18
130
- /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
131
- public static let GlobalTypographyFontSizeTitleTitle1FontSizeXS = 24
132
- /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
133
- public static let GlobalTypographyFontSizeTitleTitle1FontSizeSM = 24
134
- /** Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md */
135
- public static let GlobalTypographyFontSizeTitleTitle1FontSizeMD = 28
136
- /** Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg */
137
- public static let GlobalTypographyFontSizeTitleTitle1FontSizeLG = 30
138
- /** Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm */
139
- public static let GlobalTypographyFontSizeTitleTitle2FontSizeXS = 16
140
- /** Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm */
141
- public static let GlobalTypographyFontSizeTitleTitle2FontSizeSM = 16
142
- /** Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md */
143
- public static let GlobalTypographyFontSizeTitleTitle2FontSizeMD = 18
144
- /** Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg */
145
- public static let GlobalTypographyFontSizeTitleTitle2FontSizeLG = 20
146
- /** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
147
- public static let GlobalTypographyFontSizeCalloutCallout1FontSizeXS = 18
148
- /** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
149
- public static let GlobalTypographyFontSizeCalloutCallout1FontSizeSM = 18
150
- /** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css: */
151
- public static let GlobalTypographyFontSizeCalloutCallout1FontSizeMD = 24
152
- /** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css: */
153
- public static let GlobalTypographyFontSizeCalloutCallout1FontSizeLG = 24
154
- /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
155
- public static let GlobalTypographyFontSizeBodyBodyFontSizeXS = 17
156
- /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
157
- public static let GlobalTypographyFontSizeBodyBodyFontSizeSM = 17
158
- /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size */
159
- public static let GlobalTypographyFontSizeBodyBodyFontSizeMD = 17
160
- /** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size */
161
- public static let GlobalTypographyFontSizeBodyBodyFontSizeLG = 17
162
- /** --footnote-font-size-sm */
163
- public static let GlobalTypographyFontSizeFootnoteFootnote1FontSizeXS = 13
164
- /** --footnote-font-size-sm */
165
- public static let GlobalTypographyFontSizeFootnoteFootnote1FontSizeSM = 13
166
- public static let GlobalTypographyFontSizeFootnoteFootnote1FontSizeMD = 13
167
- /** --footnote-font-size-lg */
168
- public static let GlobalTypographyFontSizeFootnoteFootnote1FontSizeLG = 15
169
- public static let GlobalTypographyFontSizeFootnoteFootnote2FontSizeXS = 10
170
- public static let GlobalTypographyFontSizeFootnoteFootnote2FontSizeSM = 10
171
- public static let GlobalTypographyFontSizeFootnoteFootnote2FontSizeMD = 10
172
- public static let GlobalTypographyFontSizeFootnoteFootnote2FontSizeLG = 13
173
- public static let GlobalTypographyFontSizeLabelLabel1FontSize = 17
174
- public static let GlobalTypographyFontSizeLabelLabel1RespFontSizeXS = 10
175
- public static let GlobalTypographyFontSizeLabelLabel1RespFontSizeSM = 10
176
- public static let GlobalTypographyFontSizeLabelLabel1RespFontSizeMD = 15
177
- public static let GlobalTypographyFontSizeLabelLabel1RespFontSizeLG = 17
178
- public static let GlobalTypographyFontSizeLabelLabel2FontSize = 15
179
- public static let GlobalTypographyFontSizeLabelLabel3FontSize = 12
180
- public static let GlobalTypographyFontSizeLabelLabel4FontSize = 8
181
- public static let GlobalTypographyFontSizeQuoteQuoteFontSizeXS = 16
182
- public static let GlobalTypographyFontSizeQuoteQuoteFontSizeSM = 16
183
- public static let GlobalTypographyFontSizeQuoteQuoteFontSizeMD = 18
184
- public static let GlobalTypographyFontSizeQuoteQuoteFontSizeLG = 20
185
- public static let GlobalTypographyLineHeightDisplayDisplay1LineHeightXS = 40
186
- public static let GlobalTypographyLineHeightDisplayDisplay1LineHeightSM = 40
187
- public static let GlobalTypographyLineHeightDisplayDisplay1LineHeightMD = 72
188
- public static let GlobalTypographyLineHeightDisplayDisplay1LineHeightLG = 120
189
- public static let GlobalTypographyLineHeightDisplayDisplay2LineHeightXS = 36
190
- public static let GlobalTypographyLineHeightDisplayDisplay2LineHeightSM = 36
191
- public static let GlobalTypographyLineHeightDisplayDisplay2LineHeightMD = 42
192
- public static let GlobalTypographyLineHeightDisplayDisplay2LineHeightLG = 64
193
- public static let GlobalTypographyLineHeightDisplayDisplay3LineHeightXS = 28
194
- public static let GlobalTypographyLineHeightDisplayDisplay3LineHeightSM = 28
195
- public static let GlobalTypographyLineHeightDisplayDisplay3LineHeightMD = 32
196
- public static let GlobalTypographyLineHeightDisplayDisplay3LineHeightLG = 40
197
- public static let GlobalTypographyLineHeightHeadlineHeadline1LineHeightXS = 42
198
- public static let GlobalTypographyLineHeightHeadlineHeadline1LineHeightSM = 42
199
- public static let GlobalTypographyLineHeightHeadlineHeadline1LineHeightMD = 69
200
- public static let GlobalTypographyLineHeightHeadlineHeadline1LineHeightLG = 88
201
- public static let GlobalTypographyLineHeightHeadlineHeadline2LineHeightXS = 42
202
- public static let GlobalTypographyLineHeightHeadlineHeadline2LineHeightSM = 42
203
- public static let GlobalTypographyLineHeightHeadlineHeadline2LineHeightMD = 50.6
204
- public static let GlobalTypographyLineHeightHeadlineHeadline2LineHeightLG = 57.6
205
- public static let GlobalTypographyLineHeightHeadlineHeadline3LineHeightXS = 33
206
- public static let GlobalTypographyLineHeightHeadlineHeadline3LineHeightSM = 33
207
- public static let GlobalTypographyLineHeightHeadlineHeadline3LineHeightMD = 34.5
208
- public static let GlobalTypographyLineHeightHeadlineHeadline3LineHeightLG = 39.1
209
- public static let GlobalTypographyLineHeightHeadlineHeadline4LineHeightXS = 23.1
210
- public static let GlobalTypographyLineHeightHeadlineHeadline4LineHeightSM = 23.1
211
- public static let GlobalTypographyLineHeightHeadlineHeadline4LineHeightMD = 28.6
212
- public static let GlobalTypographyLineHeightHeadlineHeadline4LineHeightLG = 29.9
213
- public static let GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightXS = 23.4
214
- public static let GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightSM = 23.4
215
- public static let GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightMD = 28.6
216
- public static let GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightLG = 33.8
217
- public static let GlobalTypographyLineHeightKickerKicker1LineHeightXS = 22
218
- public static let GlobalTypographyLineHeightKickerKicker1LineHeightSM = 22
219
- public static let GlobalTypographyLineHeightKickerKicker1LineHeightMD = 28.6
220
- public static let GlobalTypographyLineHeightKickerKicker1LineHeightLG = 35.2
221
- public static let GlobalTypographyLineHeightKickerKicker2LineHeightXS = 17.6
222
- public static let GlobalTypographyLineHeightKickerKicker2LineHeightSM = 17.6
223
- public static let GlobalTypographyLineHeightKickerKicker2LineHeightMD = 28.6
224
- public static let GlobalTypographyLineHeightKickerKicker2LineHeightLG = 28.6
225
- public static let GlobalTypographyLineHeightKickerKicker3LineHeightXS = 17.6
226
- public static let GlobalTypographyLineHeightKickerKicker3LineHeightSM = 17.6
227
- public static let GlobalTypographyLineHeightKickerKicker3LineHeightMD = 22
228
- public static let GlobalTypographyLineHeightKickerKicker3LineHeightLG = 24.2
229
- public static let GlobalTypographyLineHeightKickerKicker4LineHeightXS = 15.4
230
- public static let GlobalTypographyLineHeightKickerKicker4LineHeightSM = 15.4
231
- public static let GlobalTypographyLineHeightKickerKicker4LineHeightMD = 17.6
232
- public static let GlobalTypographyLineHeightKickerKicker4LineHeightLG = 19.8
233
- public static let GlobalTypographyLineHeightTitleTitle1LineHeightXS = 26.4
234
- public static let GlobalTypographyLineHeightTitleTitle1LineHeightSM = 26.4
235
- public static let GlobalTypographyLineHeightTitleTitle1LineHeightMD = 30.8
236
- public static let GlobalTypographyLineHeightTitleTitle1LineHeightLG = 33
237
- public static let GlobalTypographyLineHeightTitleTitle2LineHeightXS = 16.8
238
- public static let GlobalTypographyLineHeightTitleTitle2LineHeightSM = 20.8
239
- public static let GlobalTypographyLineHeightTitleTitle2LineHeightMD = 23.4
240
- public static let GlobalTypographyLineHeightTitleTitle2LineHeightLG = 26
241
- public static let GlobalTypographyLineHeightCalloutCallout1LineHeightXS = 23.4
242
- public static let GlobalTypographyLineHeightCalloutCallout1LineHeightSM = 23.4
243
- public static let GlobalTypographyLineHeightCalloutCallout1LineHeightMD = 31.2
244
- public static let GlobalTypographyLineHeightCalloutCallout1LineHeightLG = 31.2
245
- public static let GlobalTypographyLineHeightBodyBodyLineHeightXS = 28.05
246
- public static let GlobalTypographyLineHeightBodyBodyLineHeightSM = 28.05
247
- public static let GlobalTypographyLineHeightBodyBodyLineHeightMD = 29.75
248
- public static let GlobalTypographyLineHeightBodyBodyLineHeightLG = 28.05
249
- public static let GlobalTypographyLineHeightFootnoteFootnote1LineHeightXS = 17.03
250
- public static let GlobalTypographyLineHeightFootnoteFootnote1LineHeightSM = 17.03
251
- public static let GlobalTypographyLineHeightFootnoteFootnote1LineHeightMD = 17.03
252
- public static let GlobalTypographyLineHeightFootnoteFootnote1LineHeightLG = 19
253
- public static let GlobalTypographyLineHeightFootnoteFootnote2LineHeightXS = 13
254
- public static let GlobalTypographyLineHeightFootnoteFootnote2LineHeightSM = 13
255
- public static let GlobalTypographyLineHeightFootnoteFootnote2LineHeightMD = 13
256
- public static let GlobalTypographyLineHeightFootnoteFootnote2LineHeightLG = 17.03
257
- /** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
258
- public static let GlobalTypographyLineHeightLabelLabel1LineHeight = 20.4
259
- /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
260
- public static let GlobalTypographyLineHeightLabelLabel1RespLineHeightXS = 12
261
- /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
262
- public static let GlobalTypographyLineHeightLabelLabel1RespLineHeightSM = 12
263
- /** Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter. */
264
- public static let GlobalTypographyLineHeightLabelLabel1RespLineHeightMD = 18
265
- /** Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter. */
266
- public static let GlobalTypographyLineHeightLabelLabel1RespLineHeightLG = 20.4
267
- /** Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter. */
268
- public static let GlobalTypographyLineHeightLabelLabel2LineHeight = 19.2
269
- /** Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter. */
270
- public static let GlobalTypographyLineHeightLabelLabel3LineHeight = 14.4
271
- /** Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter. */
272
- public static let GlobalTypographyLineHeightLabelLabel4LineHeight = 10
273
- public static let GlobalTypographyLineHeightQuoteQuoteLineHeightXS = 20.8
274
- public static let GlobalTypographyLineHeightQuoteQuoteLineHeightSM = 20.8
275
- public static let GlobalTypographyLineHeightQuoteQuoteLineHeightMD = 23.4
276
- public static let GlobalTypographyLineHeightQuoteQuoteLineHeightLG = 26
277
- public static let GlobalTypographyFontWeightDisplayDisplayFontWeight = 800
278
- public static let GlobalTypographyFontWeightHeadlineHeadline1FontWeight = 700
279
- public static let GlobalTypographyFontWeightHeadlineHeadline1FontWeightSt = "Bold Italic"
280
- public static let GlobalTypographyFontWeightHeadlineHeadline2FontWeight = 700
281
- public static let GlobalTypographyFontWeightHeadlineHeadline2FontWeightSt = "Bold Italic"
282
- public static let GlobalTypographyFontWeightHeadlineHeadline3FontWeight = 700
283
- public static let GlobalTypographyFontWeightHeadlineHeadline3FontWeightSt = "Bold Italic"
284
- public static let GlobalTypographyFontWeightHeadlineHeadline4FontWeight = 700
285
- public static let GlobalTypographyFontWeightHeadlineHeadline4FontWeightSt = "Bold Italic"
286
- public static let GlobalTypographyFontWeightSubheadlineSubheadlineFontWeight = 700
287
- public static let GlobalTypographyFontWeightKickerKickerFontWeight = 700
288
- public static let GlobalTypographyFontWeightKickerKickerFontWeightST = "Black Italic"
289
- public static let GlobalTypographyFontWeightTitleTitleFontWeight = 800
290
- public static let GlobalTypographyFontWeightCalloutCalloutFontWeight = 800
291
- public static let GlobalTypographyFontWeightBodyBodyFontWeightBook = 400
292
- public static let GlobalTypographyFontWeightBodyBodyFontWeightBold = 700
293
- public static let GlobalTypographyFontWeightFootnoteFootnoteFontWeightBook = 400
294
- public static let GlobalTypographyFontWeightFootnoteFootnoteFontWeightBold = 700
295
- public static let GlobalTypographyFontWeightLabelLabelFontWeightBook = 400
296
- public static let GlobalTypographyFontWeightLabelLabelFontWeightBold = 700
297
- public static let GlobalTypographyFontWeightQuoteQuoteFontWeight = 800
298
- public static let GlobalVisibiltyHideOnBILD = true
299
- public static let GlobalVisibiltyHideOnSportBILD = false
300
- public static let GlobalVisibiltyHideOnAdvertorial = true
301
- public static let GlobalVisibiltyOnlyBILD = false
302
- public static let GlobalVisibiltyOnlySportBILD = true
303
- public static let GlobalVisibiltyOnlyAdvertorial = false
304
- public static let ComponentButtonLabelFontWeightSt = "Bold Italic"
305
- public static let ComponentAccordionAccordionLabelFontFamily = "Inter"
306
- /** --article-figure-caption-font-size-sm */
307
- public static let ComponentArticleFontSizeArticleImageCaptionFontSizeXS = 13
308
- /** --article-figure-caption-font-size-sm */
309
- public static let ComponentArticleFontSizeArticleImageCaptionFontSizeSM = 13
310
- /** --article-figure-caption-font-size-md */
311
- public static let ComponentArticleFontSizeArticleImageCaptionFontSizeMD = 13
312
- /** --article-figure-caption-font-size-lg */
313
- public static let ComponentArticleFontSizeArticleImageCaptionFontSizeLG = 15
314
- /** --article-figure-meta-font-size-sm */
315
- public static let ComponentArticleFontSizeArticleImageSourceFontSizeXS = 13
316
- /** --article-figure-meta-font-size-sm */
317
- public static let ComponentArticleFontSizeArticleImageSourceFontSizeSM = 13
318
- /** --article-figure-meta-font-size-sm */
319
- public static let ComponentArticleFontSizeArticleImageSourceFontSizeMD = 13
320
- /** --article-figure-meta-font-size-lg */
321
- public static let ComponentArticleFontSizeArticleImageSourceFontSizeLG = 15
322
- /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
323
- public static let ComponentArticleLineHeightArticleImageCaptionLineHeightXS = 16.9
324
- /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
325
- public static let ComponentArticleLineHeightArticleImageCaptionLineHeightSM = 16.9
326
- /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
327
- public static let ComponentArticleLineHeightArticleImageCaptionLineHeightMD = 16.9
328
- /** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
329
- public static let ComponentArticleLineHeightArticleImageCaptionLineHeightLG = 19.5
330
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
331
- public static let ComponentArticleLineHeightArticleImageSourceLineHeightXS = 17
332
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
333
- public static let ComponentArticleLineHeightArticleImageSourceLineHeightSM = 17
334
- /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
335
- public static let ComponentArticleLineHeightArticleImageSourceLineHeightMD = 17
336
- /** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
337
- public static let ComponentArticleLineHeightArticleImageSourceLineHeightLG = 19
338
- /** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
339
- public static let ComponentAvatarAvatarFontFamily = "Inter"
340
- /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
341
- public static let ComponentAvatarAvatarFontSizeSM = 13
342
- /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
343
- public static let ComponentAvatarAvatarFontSizeLG = 15
344
- /** --breadcrumb-font */
345
- public static let ComponentBreadcrumbFontFamilyBreadcrumbFontFamily = "Inter"
346
- /** --breadcrumb-font-size-sm */
347
- public static let ComponentBreadcrumbFontWeightBreadcrumbFontWeight = 400
348
- /** --breadcrumb-font-size-sm */
349
- public static let ComponentBreadcrumbFontSizeBreadcrumbFontSizeXS = 14
350
- /** --breadcrumb-font-size-sm */
351
- public static let ComponentBreadcrumbFontSizeBreadcrumbFontSizeSM = 14
352
- /** --breadcrumb-font-size-sm */
353
- public static let ComponentBreadcrumbFontSizeBreadcrumbFontSizeMD = 14
354
- /** --breadcrumb-font-size-lg */
355
- public static let ComponentBreadcrumbFontSizeBreadcrumbFontSizeLG = 11
356
- /** not defined as variable */
357
- public static let ComponentBreadcrumbLineHeightBreadcrumbLineHeightXS = 14
358
- /** not defined as variable */
359
- public static let ComponentBreadcrumbLineHeightBreadcrumbLineHeightSM = 14
360
- /** not defined as variable */
361
- public static let ComponentBreadcrumbLineHeightBreadcrumbLineHeightMD = 14
362
- /** not defined as variable */
363
- public static let ComponentBreadcrumbLineHeightBreadcrumbLineHeightLG = 11
364
- public static let ComponentBreakingNewsBreakingNewsContentFontSize = 26
365
- public static let ComponentFooterFooterLinkFontFamily = "Inter"
366
- public static let ComponentInputfieldInputFieldLabelFontFamily = "Inter"
367
- public static let ComponentMediaPlayerVideoTimeBadgeFontFamily = "Inter"
368
- /** --nav-btn-font-size */
369
- public static let ComponentMenuMenuItemFontSize = 18
370
- public static let ComponentMenuMenuItemFontWeight = "Black Italic"
371
- /** --caption-1-font-size-sm */
372
- public static let ComponentMenuAppTopBarTitleFontSizeXS = 12
373
- /** --caption-1-font-size-sm */
374
- public static let ComponentMenuAppTopBarTitleFontSizeSM = 12
375
- /** --caption-1-font-size-md */
376
- public static let ComponentMenuAppTopBarTitleFontSizeMD = 13
377
- /** --caption-1-font-size-lg */
378
- public static let ComponentMenuAppTopBarTitleFontSizeLG = 13
379
- public static let ComponentMenuAppTopBarTitleLineHeightXS = 14
380
- public static let ComponentMenuAppTopBarTitleLineHeightSM = 14
381
- public static let ComponentMenuAppTopBarTitleLineHeightMD = 17
382
- public static let ComponentMenuAppTopBarTitleLineHeightLG = 17
383
- /** --teaser-title-padding-xs */
384
- public static let ComponentTeaserTeaserTitleInlineSpaceXS = 12
385
- /** --teaser-title-padding-sm */
386
- public static let ComponentTeaserTeaserTitleInlineSpaceSM = 12
387
- /** --teaser-title-padding-md */
388
- public static let ComponentTeaserTeaserTitleInlineSpaceMD = 16
389
- /** --teaser-title-padding-lg */
390
- public static let ComponentTeaserTeaserTitleInlineSpaceLG = 16
391
- public static let ComponentTeaserQuadQTeaserTitleInlineSpaceXS = 12
392
- public static let ComponentTeaserQuadQTeaserTitleInlineSpaceSM = 12
393
- public static let ComponentTeaserQuadQTeaserTitleInlineSpaceMD = 24
394
- public static let ComponentTeaserQuadQTeaserTitleInlineSpaceLG = 24
395
- public static let ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceXS = 12
396
- public static let ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceSM = 12
397
- public static let ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceMD = 12
398
- public static let ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceLG = 12
399
- public static let ComponentTeaserATeaserATeaserTitleInlineSpaceXS = 12
400
- public static let ComponentTeaserATeaserATeaserTitleInlineSpaceSM = 12
401
- public static let ComponentTeaserATeaserATeaserTitleInlineSpaceMD = 16
402
- public static let ComponentTeaserATeaserATeaserTitleInlineSpaceLG = 16
403
- public static let ComponentTeaserSuperASuperAteaserTitleInlineSpace = 24
404
- public static let ComponentTeaser2xaTeaser2xaTeaserTitleInlineSpace = 16
405
- public static let ComponentTeaserBTeaserBTeaserTitleInlineSpace = 16
406
- public static let BrandName = "SportBILD"
407
- }