@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,473 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="semantic_border_border_radius_border_radius_none">0</string><!-- 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. -->
8
- <string name="semantic_border_border_radius_border_radius_xs">2</string><!-- 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. -->
9
- <string name="semantic_border_border_radius_border_radius_sm">4</string><!-- 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls. -->
10
- <string name="semantic_border_border_radius_border_radius_md">8</string><!-- 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. -->
11
- <string name="semantic_border_border_radius_border_radius_lg">16</string><!-- 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces. -->
12
- <string name="semantic_border_border_radius_border_radius_xl">24</string><!-- 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components. -->
13
- <dimen name="semantic_border_border_radius_border_radius_full">9999</dimen><!-- creates fully rounded shapes, typically used for circular elements like avatars. -->
14
- <dimen name="semantic_border_border_width_border_width_hairline">0.33</dimen><!-- 0.33 -0.33 -0.33 -0.33 – primarily used in mobile app interfaces. Optimized for high-density displays to create subtle dividers and outlines without visual overload. -->
15
- <string name="semantic_border_border_width_border_width_thin">1</string><!-- 1-1-1-1 – use for subtle outlines and dividers -->
16
- <string name="semantic_border_border_width_border_width_thick">2</string><!-- 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active) -->
17
- <dimen name="semantic_layout_canvas_width_size_web">1024</dimen><!-- Common viewport width size based on the selected breakpoint.
18
- Apply this token to the main frame of page layouts. -->
19
- <dimen name="semantic_layout_canvas_height_size_web">768</dimen><!-- Common viewport height size based on the selected mode.
20
- Apply this token to the main frame of page layouts to simulate realistic vertical space. -->
21
- <dimen name="semantic_layout_canvas_width_size_app">1194</dimen><!-- Common viewport width size based on the selected breakpoint.
22
- Apply this token to the main frame of page layouts. -->
23
- <dimen name="semantic_layout_canvas_height_size_app">834</dimen><!-- Common viewport height size based on the selected mode.
24
- Apply this token to the main frame of page layouts to simulate realistic vertical space. -->
25
- <dimen name="semantic_layout_breakpoints_breakpoint_min_width_size">1024</dimen><!-- 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
26
- Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports. -->
27
- <dimen name="semantic_layout_breakpoints_breakpoint_max_width_size">1024</dimen><!-- 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
28
- Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports. -->
29
- <dimen name="semantic_layout_content_width_content_max_width_medium">700</dimen><!-- Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page. -->
30
- <dimen name="semantic_layout_content_width_content_max_width_full">1024</dimen><!-- Use for content containers that should fill the full width of the page -->
31
- <string name="semantic_layout_grid_responsive_grid_space_resp_sm">8</string><!-- 6-6-6-8 – use for side paddings and gutters in responsive layouts -->
32
- <string name="semantic_layout_grid_responsive_grid_space_resp_base">16</string><!-- 12-12-12-16 – use for side paddings and gutters in responsive layouts -->
33
- <string name="semantic_layout_grid_responsive_grid_space_resp_lg">32</string><!-- 24-24-32-32 – use for side paddings and gutters in responsive layouts -->
34
- <string name="semantic_layout_grid_responsive_grid_space_resp_xl">64</string><!-- 48-48-64-64 – use for side paddings and gutters in responsive layouts -->
35
- <string name="semantic_layout_grid_responsive_page_inline_space">16</string><!-- 0-0-0-16 – This token is used on the main homepages content container, ensuring full-width layout (no horizontal padding) on mobile and tablet breakpoints. -->
36
- <string name="semantic_layout_grid_constant_grid_space_const_sm">12</string><!-- 12-12-12-12 – use for fixed side paddings and gutters -->
37
- <string name="semantic_layout_grid_constant_grid_space_const_lg">16</string><!-- 16-16-16-16 – use for fixed side paddings and gutters -->
38
- <dimen name="semantic_layout_grid_layout_guide_layout_guide_grid_colums">12</dimen><!-- Used to set the column count in Figma Layout guide Grids -->
39
- <string name="semantic_layout_section_section_space_sm">36</string><!-- 24-24-36-36 – Use for vertical spacing between subsections in a layout -->
40
- <string name="semantic_layout_section_section_space_base">48</string><!-- 36-36-48-48 – Use for vertical spacing between sections in a layout. -->
41
- <string name="semantic_layout_section_section_space_lg">96</string><!-- 72-72-96-96 – Use for vertical spacing between sections in a layout -->
42
- <string name="semantic_layout_section_paragraph_end_space">32</string><!-- 16-16-32-32 – Use for spacing after paragraphs in text content -->
43
- <string name="semantic_space_gap_responsive_gap_space_resp2_xs">6</string><!-- 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints -->
44
- <string name="semantic_space_gap_responsive_gap_space_resp_xs">8</string><!-- 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints -->
45
- <string name="semantic_space_gap_responsive_gap_space_resp_sm">16</string><!-- 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints -->
46
- <string name="semantic_space_gap_responsive_gap_space_resp_md">24</string><!-- 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints -->
47
- <string name="semantic_space_gap_responsive_gap_space_resp_lg">32</string><!-- 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints -->
48
- <string name="semantic_space_gap_responsive_gap_space_resp_xl">48</string><!-- 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints -->
49
- <string name="semantic_space_gap_responsive_gap_space_resp2_xl">64</string><!-- 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints -->
50
- <string name="semantic_space_gap_responsive_gap_space_resp3_xl">96</string><!-- 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints -->
51
- <string name="semantic_space_gap_constant_gap_space_const2_xs">2</string><!-- 2-2-2-2 – Use for fixed gaps between items inside of UI elements -->
52
- <string name="semantic_space_gap_constant_gap_space_const_xs">4</string><!-- 4-4-4-4 – Use for fixed gaps between items inside of UI elements -->
53
- <string name="semantic_space_gap_constant_gap_space_const_sm">8</string><!-- 8-8-8-8 – Use for fixed gaps between items inside of UI elements -->
54
- <string name="semantic_space_gap_constant_gap_space_const_md">12</string><!-- 12-12-12-12 – Use for fixed gaps between items inside of UI elements -->
55
- <string name="semantic_space_gap_constant_gap_space_const_lg">16</string><!-- 16-16-16-16 – Use for fixed gaps between items inside of UI elements -->
56
- <string name="semantic_space_gap_constant_gap_space_const_xl">24</string><!-- 24-24-24-24 – Use for fixed gaps between items inside of UI elements -->
57
- <string name="semantic_space_gap_constant_gap_space_const2_xl">32</string><!-- 32-32-32-32 – Use for fixed gaps between items inside of UI elements -->
58
- <string name="semantic_space_gap_constant_gap_space_const3_xl">48</string><!-- 48-48-48-48 – Use for fixed gaps between items inside of UI elements -->
59
- <string name="semantic_space_inline_responsive_inline_space_resp_sm">16</string><!-- 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints -->
60
- <string name="semantic_space_inline_responsive_inline_space_resp_md">24</string><!-- 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints -->
61
- <string name="semantic_space_inline_responsive_inline_space_resp_lg">32</string><!-- 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints -->
62
- <string name="semantic_space_inline_responsive_inline_space_resp_xl">40</string><!-- 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints -->
63
- <string name="semantic_space_inline_responsive_inline_space_resp2_xl">64</string><!-- 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints -->
64
- <string name="semantic_space_inline_constant_inline_space_const3_xs">2</string><!-- 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements -->
65
- <string name="semantic_space_inline_constant_inline_space_const2_xs">4</string><!-- 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements -->
66
- <string name="semantic_space_inline_constant_inline_space_const_xs">6</string><!-- 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements -->
67
- <string name="semantic_space_inline_constant_inline_space_const_sm">8</string><!-- 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements -->
68
- <string name="semantic_space_inline_constant_inline_space_const_md">12</string><!-- 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements -->
69
- <string name="semantic_space_inline_constant_inline_space_const_lg">16</string><!-- 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements -->
70
- <string name="semantic_space_inline_constant_inline_space_const_xl">24</string><!-- 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements -->
71
- <string name="semantic_space_inline_constant_inline_space_const2_xl">32</string><!-- 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements -->
72
- <string name="semantic_space_stack_responsive_stack_space_resp_sm">16</string><!-- 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints -->
73
- <string name="semantic_space_stack_responsive_stack_space_resp_md">24</string><!-- 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints -->
74
- <string name="semantic_space_stack_responsive_stack_space_resp_lg">32</string><!-- 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints -->
75
- <string name="semantic_space_stack_responsive_stack_space_resp_xl">40</string><!-- 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints -->
76
- <string name="semantic_space_stack_responsive_stack_space_resp2_xl">64</string><!-- 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints -->
77
- <string name="semantic_space_stack_constant_stack_space_const3_xs">2</string><!-- 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements -->
78
- <string name="semantic_space_stack_constant_stack_space_const2_xs">4</string><!-- 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements -->
79
- <string name="semantic_space_stack_constant_stack_space_const_xs">6</string><!-- 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements -->
80
- <string name="semantic_space_stack_constant_stack_space_const_sm">8</string><!-- 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements -->
81
- <string name="semantic_space_stack_constant_stack_space_const_md">12</string><!-- 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements -->
82
- <string name="semantic_space_stack_constant_stack_space_const_lg">16</string><!-- 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements -->
83
- <string name="semantic_space_stack_constant_stack_space_const_xl">24</string><!-- 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements -->
84
- <string name="semantic_space_stack_constant_stack_space_const2_xl">32</string><!-- 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements -->
85
- <string name="semantic_size_responsive_size_resp4_xs">16</string><!-- 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints -->
86
- <string name="semantic_size_responsive_size_resp3_xs">24</string><!-- 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints -->
87
- <string name="semantic_size_responsive_size_resp2_xs">32</string><!-- 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints -->
88
- <string name="semantic_size_responsive_size_resp_xs">48</string><!-- 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints -->
89
- <string name="semantic_size_responsive_size_resp_sm">56</string><!-- 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints -->
90
- <string name="semantic_size_responsive_size_resp_md">72</string><!-- 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints -->
91
- <string name="semantic_size_responsive_size_resp_lg">92</string><!-- 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints -->
92
- <string name="semantic_size_responsive_size_resp_xl">96</string><!-- 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints -->
93
- <string name="semantic_size_responsive_size_resp2_xl">100</string><!-- 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints -->
94
- <string name="semantic_size_responsive_size_resp3_xl">148</string><!-- 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints -->
95
- <string name="semantic_size_responsive_size_resp4_xl">180</string><!-- 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints -->
96
- <string name="semantic_size_constant_size_const4_xs">8</string><!-- 8-8-8-8 – Use for setting fixed height and width of UI elements -->
97
- <string name="semantic_size_constant_size_const3_xs">16</string><!-- 16-16-16-16 – Use for setting fixed height and width of UI elements -->
98
- <string name="semantic_size_constant_size_const2_xs">24</string><!-- 24-24-24-24 – Use for setting fixed height and width of UI elements -->
99
- <string name="semantic_size_constant_size_const_xs">32</string><!-- 32-32-32-32 – Use for setting fixed height and width of UI elements -->
100
- <string name="semantic_size_constant_size_const_sm">40</string><!-- 40-40-40-40 – Use for setting fixed height and width of UI elements -->
101
- <string name="semantic_size_constant_size_const_md">48</string><!-- 48-48-48-48 Use for setting fixed height and width of UI elements -->
102
- <string name="semantic_size_constant_size_const_lg">56</string><!-- 56-56-56-56 – Use for setting fixed height and width of UI elements -->
103
- <string name="semantic_size_constant_size_const_xl">64</string><!-- 64-64-64-64 – Use for setting fixed height and width of UI elements -->
104
- <string name="semantic_size_constant_size_const2_xl">72</string><!-- 72-72-72-72 – Use for setting fixed height and width of UI elements -->
105
- <string name="semantic_size_constant_size_const3_xl">96</string><!-- 96-96-96-96 – Use for setting fixed height and width of UI elements -->
106
- <string name="semantic_size_constant_size_const4_xl">148</string><!-- 148-148-148-148 – Use for setting fixed height and width of UI elements -->
107
- <string name="semantic_typography_font_family_body_font_family">Inter</string><!-- This variable references the bodyFontFamily variable from the branding collection. -->
108
- <string name="semantic_typography_font_family_callout_font_family">AntennaCond</string>
109
- <string name="semantic_typography_font_family_display_font_family">AntennaCond</string>
110
- <string name="semantic_typography_font_family_footnote_font_family">Inter</string>
111
- <string name="semantic_typography_font_family_headline_font_family">AntennaExtraCond</string>
112
- <string name="semantic_typography_font_family_kicker_font_family">AntennaExtraCond</string>
113
- <string name="semantic_typography_font_family_label_font_family">AntennaExtraCond</string>
114
- <string name="semantic_typography_font_family_subheadline_font_family">AntennaCond</string>
115
- <string name="semantic_typography_font_family_title_font_family">AntennaCond</string>
116
- <string name="semantic_typography_font_family_quote_font_family">AntennaCond</string>
117
- <string name="semantic_typography_font_size_body_body_font_size">17</string><!-- This variable is used on the body text style's font size parameter. It remains constant at 21. -->
118
- <string name="semantic_typography_font_size_callout_callout1_font_size">24</string><!-- This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 -->
119
- <string name="semantic_typography_font_size_display_display1_font_size">114</string><!-- This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120 -->
120
- <string name="semantic_typography_font_size_display_display2_font_size">61</string><!-- This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64 -->
121
- <string name="semantic_typography_font_size_display_display3_font_size">38</string><!-- This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40 -->
122
- <string name="semantic_typography_font_size_footnote_footnote1_font_size">15</string><!-- This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 -->
123
- <string name="semantic_typography_font_size_footnote_footnote2_font_size">13</string><!-- This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 -->
124
- <string name="semantic_typography_font_size_headline_headline1_font_size">80</string><!-- This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100 -->
125
- <string name="semantic_typography_font_size_headline_headline2_font_size">50</string><!-- This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64 -->
126
- <string name="semantic_typography_font_size_headline_headline3_font_size">34</string><!-- This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40 -->
127
- <string name="semantic_typography_font_size_headline_headline4_font_size">26</string><!-- This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32 -->
128
- <string name="semantic_typography_font_size_kicker_kicker1_font_size">32</string><!-- Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size. -->
129
- <string name="semantic_typography_font_size_kicker_kicker2_font_size">26</string><!-- Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24 -->
130
- <string name="semantic_typography_font_size_kicker_kicker3_font_size">22</string><!-- Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20 -->
131
- <string name="semantic_typography_font_size_kicker_kicker4_font_size">18</string><!-- Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16 -->
132
- <string name="semantic_typography_font_size_label_label1_font_size">17</string><!-- This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes. -->
133
- <string name="semantic_typography_font_size_label_label1_font_size_responsive">17</string><!-- 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes. -->
134
- <string name="semantic_typography_font_size_label_label2_font_size">15</string><!-- This variable controls the label2 text style's font size parameter. Its value remains constant at 15. -->
135
- <string name="semantic_typography_font_size_label_label3_font_size">12</string><!-- This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes. -->
136
- <string name="semantic_typography_font_size_label_label4_font_size">8</string><!-- This token is used in the font size parameter of the label4 text style. The value remains constant at 8. -->
137
- <string name="semantic_typography_font_size_subheadline_subheadline1_font_size">26</string><!-- This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36 -->
138
- <string name="semantic_typography_font_size_title_title1_font_size">30</string><!-- 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) -->
139
- <string name="semantic_typography_font_size_title_title2_font_size">20</string><!-- 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) -->
140
- <string name="semantic_typography_font_size_quote_quote_font_size">20</string><!-- 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. -->
141
- <string name="semantic_typography_font_weight_body_body_font_weight_book">400</string>
142
- <string name="semantic_typography_font_weight_body_body_font_weight_bold">700</string>
143
- <string name="semantic_typography_font_weight_callout_callout_font_weight">800</string>
144
- <string name="semantic_typography_font_weight_display_display_font_weight">800</string>
145
- <string name="semantic_typography_font_weight_footnote_footnote_font_weight_bold">700</string>
146
- <string name="semantic_typography_font_weight_footnote_footnote_font_weight_book">400</string>
147
- <string name="semantic_typography_font_weight_headline_headline1_font_weight">700</string>
148
- <string name="semantic_typography_font_weight_headline_headline1_font_weight_st">Bold Italic</string><!-- This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines. -->
149
- <string name="semantic_typography_font_weight_headline_headline2_font_weight">700</string>
150
- <string name="semantic_typography_font_weight_headline_headline3_font_weight">700</string>
151
- <string name="semantic_typography_font_weight_headline_headline4_font_weight">700</string>
152
- <string name="semantic_typography_font_weight_kicker_kicker_font_weight">700</string>
153
- <string name="semantic_typography_font_weight_kicker_kicker_font_weight_st">Black Italic</string>
154
- <string name="semantic_typography_font_weight_label_label_font_weight_book">400</string>
155
- <string name="semantic_typography_font_weight_label_label_font_weight_bold">700</string>
156
- <string name="semantic_typography_font_weight_subheadline_subheadline_font_weight">700</string>
157
- <string name="semantic_typography_font_weight_title_title_font_weight">800</string>
158
- <string name="semantic_typography_font_weight_quote_quote_font_weight">800</string>
159
- <string name="semantic_typography_line_height_body_body_line_height">28.05</string><!-- Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) -->
160
- <string name="semantic_typography_line_height_callout_callout_line_height">31.2</string>
161
- <string name="semantic_typography_line_height_display_display1_line_height">120</string>
162
- <string name="semantic_typography_line_height_display_display2_line_height">64</string>
163
- <string name="semantic_typography_line_height_display_display3_line_height">40</string>
164
- <string name="semantic_typography_line_height_footnote_footnote1_line_height">19</string>
165
- <string name="semantic_typography_line_height_footnote_footnote2_line_height">17.03</string>
166
- <string name="semantic_typography_line_height_headline_headline1_line_height">88</string>
167
- <string name="semantic_typography_line_height_headline_headline2_line_height">57.6</string>
168
- <string name="semantic_typography_line_height_headline_headline3_line_height">39.1</string>
169
- <string name="semantic_typography_line_height_headline_headline4_line_height">29.9</string>
170
- <string name="semantic_typography_line_height_kicker_kicker1_line_height">35.2</string>
171
- <string name="semantic_typography_line_height_kicker_kicker2_line_height">28.6</string>
172
- <string name="semantic_typography_line_height_kicker_kicker3_line_height">24.2</string>
173
- <string name="semantic_typography_line_height_kicker_kicker4_line_height">19.8</string>
174
- <string name="semantic_typography_line_height_label_label1_line_height">20.4</string><!-- This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. -->
175
- <string name="semantic_typography_line_height_label_label1_responsive_line_height">20.4</string>
176
- <string name="semantic_typography_line_height_label_label2_line_height">19.2</string>
177
- <string name="semantic_typography_line_height_label_label3_line_height">14.4</string>
178
- <string name="semantic_typography_line_height_label_label4_line_height">10</string>
179
- <string name="semantic_typography_line_height_subheadline_subheadline1_line_height">33.8</string>
180
- <string name="semantic_typography_line_height_title_title1_line_height">33</string>
181
- <string name="semantic_typography_line_height_title_title2_line_height">26</string><!-- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) -->
182
- <string name="semantic_typography_line_height_quote_quote_line_height">26</string><!-- This variable is used in the quote text style line height parameter. -->
183
- <string name="semantic_typography_letter_spacing_letter_spacing_positive_lg">3</string><!-- 2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
184
- <string name="semantic_typography_letter_spacing_letter_spacing_positive_md">1</string><!-- 1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
185
- <string name="semantic_typography_letter_spacing_letter_spacing_positive_sm">0.5</string><!-- 0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
186
- <string name="semantic_typography_letter_spacing_letter_spacing_positive_xs">0.25</string><!-- 0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
187
- <string name="semantic_typography_letter_spacing_letter_spacing_none">0</string><!-- 0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
188
- <string name="semantic_typography_letter_spacing_letter_spacing_negative_xs">-0.25</string><!-- -0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component. -->
189
- <string name="semantic_typography_letter_spacing_letter_spacing_negative_sm">-0.25</string><!-- -0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
190
- <string name="semantic_typography_letter_spacing_letter_spacing_negative_md">-1</string><!-- -1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
191
- <string name="semantic_typography_letter_spacing_letter_spacing_negative_lg">-3</string><!-- -2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. -->
192
- <string name="semantic_typography_letter_spacing_display_display1_letter_spacing">-2</string><!-- -0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact. -->
193
- <string name="semantic_typography_letter_spacing_display_display2_letter_spacing">-1</string><!-- -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices. -->
194
- <string name="semantic_typography_letter_spacing_display_display3_letter_spacing">-1</string><!-- -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices. -->
195
- <string name="semantic_visibility_boolean_visilble_desktop_only">true</string><!-- Use for showing elements on desktop viewport sizes only -->
196
- <string name="semantic_visibility_boolean_visilble_tablet_only">false</string><!-- Use for showing elements on tablet viewport sizes only -->
197
- <string name="semantic_visibility_boolean_visilble_mobile_only">false</string><!-- Use for showing elements on mobile viewport sizes only -->
198
- <string name="semantic_visibility_boolean_visilble_above600px">true</string><!-- Use for showing elements on viewport sizes above 600 px -->
199
- <string name="semantic_visibility_boolean_visilble_below600px">false</string><!-- Use for showing elements on viewport sizes below 600 px -->
200
- <string name="semantic_visibility_boolean_hide_on_desktop">false</string><!-- Use for hiding elements on desktop viewport sizes only -->
201
- <string name="semantic_visibility_boolean_hide_on_mobile">true</string><!-- Use for hiding elements on mobile viewport sizes -->
202
- <string name="semantic_visibility_variant_switch_bp_specific_web">lg</string>
203
- <string name="semantic_visibility_variant_switch_bp_specific_app">regular</string>
204
- <string name="semantic_visibility_variant_switch_change_on_lg">lg</string>
205
- <string name="semantic_visibility_variant_switch_change_on_md">md/lg</string><!-- This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints. -->
206
- <string name="component_accordion_accordion_label_font_family">Inter</string><!-- This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande -->
207
- <string name="component_avatar_avatar_article_size">48</string><!-- This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices. -->
208
- <string name="component_avatar_avatar_author_page_size">130</string><!-- 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages. -->
209
- <string name="component_avatar_avatar_label_font_size">15</string><!-- This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15 -->
210
- <dimen name="component_avatar_avatar_label_line_height">23</dimen><!-- This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23 -->
211
- <string name="component_avatar_avatar_font_family">Inter</string><!-- This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande -->
212
- <string name="component_avatar_avatar_lane_gap_space">24</string><!-- This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24 -->
213
- <string name="component_avatar_app_avatar_font_family">AntennaCond</string><!-- This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review. -->
214
- <string name="component_article_article_kicker_font_size">32</string><!-- This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30 -->
215
- <string name="component_article_article_headline_font_size">80</string><!-- 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG -->
216
- <string name="component_article_article_image_caption_font_size">15</string><!-- CSS --article-figure-meta-font-size 16-16-18-18 -->
217
- <string name="component_article_article_image_caption_line_height">19.5</string><!-- this component level variable references the branding variables -->
218
- <dimen name="component_article_article_meta_font_size">16</dimen><!-- This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16 -->
219
- <string name="component_article_article_meta_font_family">AntennaCond</string><!-- This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection. -->
220
- <string name="component_article_article_top_margin_space">16</string><!-- 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box. -->
221
- <string name="component_article_aricle_mobile1_col_grid_image_margin_space">72</string>
222
- <string name="component_article_article_headings_stack_space">16</string><!-- 12 | 12 | 12 | 16 - This spacing variable is used for the space between article page heading kickers, headlines and subheadlines. XS&SM need review; correct value might be 8 -->
223
- <string name="component_article_article_headings_inline_space">16</string><!-- 16 | 16 | 72 | 16 - This variable is used for the left and right space within the article page headings container which holds the article page kicker, headline and subheadline. -->
224
- <string name="component_article_article_content_stack_space">32</string><!-- 16 - 16 - 24 - 32 - This variable creates the vertical spacing between different article body elements such as avatars, media players, corssheadings, paragraphs, field sets, images, tables, quotes, videos, social embeds, etc. -->
225
- <dimen name="component_article_article_content_inline_space">162</dimen><!-- 16 | 16 | 72 | 162 - This variable is used for making the left and right spacings around article content blocks. Current css has the article-body class assigned to a div and article body contains these horizontal padding values. -->
226
- <dimen name="component_article_article_gallery_a_teaser_width">300</dimen><!-- same as standard teaser width size variable -->
227
- <string name="component_article_article_image_source_font_size">15</string><!-- NMT CSS --article-figure-meta-font-size -->
228
- <string name="component_article_article_image_source_line_height">19</string>
229
- <string name="component_article_article_image_container_stack_space">16</string>
230
- <string name="component_article_article_image_landscape_inline_space">16</string>
231
- <dimen name="component_article_article_image_portait_inline_space">162</dimen>
232
- <string name="component_article_article_infobox_inline_space">32</string>
233
- <string name="component_article_article_infobox_stack_space">32</string>
234
- <dimen name="component_audio_player_audio_player_font_size">18</dimen><!-- This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18 -->
235
- <dimen name="component_badge_ad_label_badge_height_size">30</dimen><!-- 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers. -->
236
- <string name="component_badge_badges_inner_stack_space">2</string><!-- This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of. -->
237
- <string name="component_badge_badges_inner_inline_space">4</string><!-- This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of. -->
238
- <string name="component_breadcrumb_breadcrumb_font_family">Inter</string>
239
- <string name="component_breadcrumb_breadcrumb_font_size">11</string><!-- 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. -->
240
- <string name="component_breadcrumb_breadcrumb_line_height">11</string><!-- 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. -->
241
- <dimen name="component_breadcrumb_breadcrumb_arrow_left_inline_space1">3</dimen>
242
- <dimen name="component_breadcrumb_breadcrumb_arrow_right_inline_space2">5</dimen>
243
- <dimen name="component_breadcrumb_breadcrumb_inline_space">0</dimen>
244
- <string name="component_breadcrumb_breadcrumb_font_weight">400</string>
245
- <dimen name="component_breadcrumb_breadcrumb_stack_space">16</dimen>
246
- <string name="component_breaking_news_breaking_news_container_height_size">56</string>
247
- <string name="component_breaking_news_breaking_news_badge_inline_space">26</string>
248
- <string name="component_breaking_news_breaking_news_badge_titels_stack_space">4</string>
249
- <dimen name="component_breaking_news_breaking_news_badge_upper_title_font_size">17</dimen>
250
- <dimen name="component_breaking_news_breaking_news_badge_upper_title_line_height">12</dimen>
251
- <dimen name="component_breaking_news_breaking_news_badge_lower_title_font_size">30</dimen>
252
- <dimen name="component_breaking_news_breaking_news_badge_lower_title_line_height">21</dimen>
253
- <dimen name="component_breaking_news_breaking_news_scrolling_text_font_size">21</dimen>
254
- <dimen name="component_breaking_news_breaking_news_scrolling_text_line_height">24</dimen>
255
- <string name="component_button_button_label_font_size">15</string>
256
- <string name="component_button_button_label_line_height">15</string>
257
- <string name="component_button_button_content_gap_space">6</string>
258
- <string name="component_button_button_inline_space">16</string>
259
- <string name="component_button_button_stack_space">6</string>
260
- <string name="component_button_button_border_width_size">2</string>
261
- <string name="component_button_button_content_min_height_size">24</string><!-- This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active. -->
262
- <dimen name="component_button_partner_link_button_label_font_size">18</dimen><!-- Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18 -->
263
- <string name="component_button_partner_link_button_inline_space">8</string>
264
- <string name="component_button_partner_link_button_label_height_size">48</string>
265
- <string name="component_button_button_border_radius">8</string>
266
- <dimen name="component_cards_search_result_card_image_width_size">260</dimen>
267
- <dimen name="component_cards_search_result_card_image_height_size_stacked">189</dimen>
268
- <dimen name="component_cards_newsticker_image_card_width_size">206</dimen>
269
- <string name="component_carousel_gallery_teaser_title_bottom_space">36</string><!-- This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. -->
270
- <string name="component_carousel_gallery_teaser_app_gap_space">8</string><!-- This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. -->
271
- <dimen name="component_carousel_app_epaper_carousel_item_default_width">172</dimen>
272
- <dimen name="component_carousel_app_epaper_carousel_item_focus_width">240</dimen>
273
- <dimen name="component_carousel_app_epaper_carouse_beilage_item_width">172</dimen>
274
- <dimen name="component_carousel_standard_teaser_gallery_teaser_width_web">300</dimen>
275
- <dimen name="component_carousel_standard_teaser_gallery_teaser_width_app">464</dimen>
276
- <string name="component_chips_chips_font_size">18</string><!-- This variable is used on the chips font size parameter of the chips text style. The font size changes only for the change between larger device widths and any device smaller than the largest. 16 - 16 -16 - 18 -->
277
- <string name="component_chips_chips_inline_space">12</string>
278
- <string name="component_chips_chips_stack_space">8</string>
279
- <dimen name="component_datepicker_datepicker_item_day_width_size">44</dimen>
280
- <dimen name="component_datepicker_datepicker_item_year_width_size">77</dimen>
281
- <dimen name="component_datepicker_datepicker_item_height_size">44</dimen>
282
- <dimen name="component_drawers_mobile_menu_drawer_stack_space">20</dimen>
283
- <dimen name="component_drawers_mobile_menu_drawer_left_inline_space">20</dimen>
284
- <dimen name="component_drawers_mobile_menu_drawer_right_inline_space">16</dimen>
285
- <dimen name="component_drawers_mobile_menu_drawer_max_width_size">400</dimen>
286
- <string name="component_dropdown_drop_down_item_stack_space">8</string>
287
- <string name="component_dropdown_drop_down_item_inline_space">16</string>
288
- <string name="component_dropdown_drop_down_border_radius">4</string>
289
- <string name="component_footer_footer_font_family">Inter</string>
290
- <dimen name="component_footer_footer_font_size">11</dimen><!-- This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes. -->
291
- <dimen name="component_footer_footer_line_height">14</dimen>
292
- <dimen name="component_footer_footer_font_size_user_offer_pages">18</dimen>
293
- <dimen name="component_footer_footer_line_height_user_offer_pages">26</dimen>
294
- <string name="component_icon_icon_size">24</string>
295
- <dimen name="component_icon_icon_size_embedd_media">40</dimen>
296
- <string name="component_info_element_info_element_teaser_badge_margin_space">8</string>
297
- <dimen name="component_info_element_info_element_teaser_image_height_size">133</dimen>
298
- <dimen name="component_info_element_info_element_teaser_image_width_size">236</dimen>
299
- <string name="component_info_element_info_element_teaser_badge_height_size">24</string>
300
- <string name="component_inputfield_input_field_font_size">16</string><!-- This variable controls texts inside of input fields such as dropdowns, date input and other text inputs that appear in forms for example. compact 15 - default 17 - spacious 19 -->
301
- <string name="component_inputfield_input_field_font_family">Inter</string>
302
- <string name="component_inputfield_input_field_inline_space">16</string>
303
- <string name="component_inputfield_input_field_stack_space">6</string>
304
- <string name="component_inputfield_input_field_message_gap_space">4</string>
305
- <string name="component_inputfield_input_field_i_message_inline_space">16</string>
306
- <string name="component_inputfield_input_field_mini_label_inline_space">4</string>
307
- <string name="component_inputfield_input_field_height_size">36</string>
308
- <string name="component_inputfield_hey_input_container_inline_space">16</string>
309
- <dimen name="component_liveticker_live_ticker_app_card_height_size">128</dimen>
310
- <dimen name="component_liveticker_live_ticker_app_card_width_size">300</dimen>
311
- <string name="component_liveticker_time_stamp_font_family">Gotham XNarrow</string>
312
- <string name="component_liveticker_live_tickerheadline_font_weight">600</string>
313
- <dimen name="component_liveticker_live_ticker_headlines_font_size">32</dimen><!-- This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32 -->
314
- <dimen name="component_liveticker_live_ticker_time_stamp_font_size">16</dimen><!-- This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16 -->
315
- <string name="component_liveticker_live_ticker_time_headline_stack_space">4</string>
316
- <dimen name="component_liveticker_live_ticker_slider_item_width_max_size">537</dimen>
317
- <string name="component_mediaplayer_audio_player_header_stack_space">56</string>
318
- <string name="component_mediaplayer_podcast_play_button_size">48</string>
319
- <string name="component_mediaplayer_vid_player_bottom_bar_gap_space">16</string>
320
- <string name="component_mediaplayer_video_time_badge_font_family">Inter</string>
321
- <string name="component_mediaplayer_vid_player_control_button_size">42</string>
322
- <string name="component_mediaplayer_vid_player_control_button_icon_size_hover">28</string>
323
- <dimen name="component_mediaplayer_vid_player_timecode_font_size">18</dimen>
324
- <dimen name="component_mediaplayer_vid_player_timecode_container_min_width_size">58</dimen>
325
- <dimen name="component_mediaplayer_vid_player_progress_bar_container_height_size">42</dimen>
326
- <dimen name="component_mediaplayer_vid_player_unmute_button_width_size">220</dimen>
327
- <string name="component_menu_menu_link_lane_height_size">48</string>
328
- <string name="component_menu_menu_logo_default_size">148</string>
329
- <string name="component_menu_menu_logo_scrolled_size">56</string>
330
- <string name="component_menu_menu_utillink_item_height_size">48</string>
331
- <string name="component_menu_menu_item_util_font_size">12</string>
332
- <string name="component_menu_menu_item_font_size">18</string><!-- This variable is used on the menu link lane and on the mobile side menu drawer. -->
333
- <dimen name="component_menu_menu_special_navi_item_height_size">56</dimen>
334
- <string name="component_menu_menu_item_space">8</string>
335
- <string name="component_menu_menu_link_item_inline_space">4</string>
336
- <string name="component_menu_menu_item_util_stack_space">10</string>
337
- <string name="component_menu_sub_nav_bar_height_size">42</string>
338
- <string name="component_menu_menu_utility_links_container_height_size">100</string>
339
- <string name="component_menu_menu_top_stack_space">12</string>
340
- <string name="component_menu_menu_bottom_stack_space">0</string>
341
- <string name="component_menu_menu_left_inline_space">16</string>
342
- <string name="component_menu_menu_right_inline_space">16</string>
343
- <string name="component_menu_menu_utility_links_gap_space">32</string>
344
- <string name="component_menu_menu_utility_links_divider_height_size">48</string>
345
- <color name="component_menu_menu_shadow_visibility">#00000000</color><!-- This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 10 - 10 - 10 - 0 -->
346
- <color name="component_menu_hey_input_shadow_visibility">#1a000000</color><!-- This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10 -->
347
- <dimen name="component_menu_i_o_sapp_top_bar_height_size">48</dimen>
348
- <dimen name="component_menu_i_o_sapp_top_bar_left_inline_space">19</dimen>
349
- <dimen name="component_menu_i_o_sapp_top_bar_right_inline_space">19</dimen>
350
- <string name="component_menu_app_topbar_title_font_size">13</string>
351
- <string name="component_menu_app_topbar_stage_title_height">17</string>
352
- <dimen name="component_newsticker_news_ticker_app_card_height_size">150</dimen>
353
- <dimen name="component_newsticker_news_ticker_app_card_width_size">300</dimen>
354
- <string name="component_newsticker_news_ticker_time_font_family">AntennaExtraCond</string>
355
- <string name="component_newsticker_news_ticker_time_font_weight">700</string>
356
- <dimen name="component_newsticker_news_ticker_time_font_size">18</dimen><!-- similar to kicker3 values - 16 - 16 - 16 - 18 -->
357
- <dimen name="component_newsticker_news_ticker_time_line_height">23.4</dimen><!-- Figma currently does not allow for percentages in Line Height variables. The values in this token are the result of multiplying the font size by the line height variable defined on the Bild home css -> newsTickerTime line height: 1.3. Line height for this component does not change across devices. -->
358
- <string name="component_newsticker_news_ticker_badges_inline_space">16</string>
359
- <string name="component_newsticker_news_ticker_entries_stack_space">22</string>
360
- <string name="component_newsticker_news_ticker_entries_left_inline_space">22</string>
361
- <string name="component_newsticker_news_ticker_content_stack_space">4</string>
362
- <string name="component_newsticker_news_ticker_kicker_inner_inline_space">4</string>
363
- <string name="component_newsticker_news_ticker_kicker_inner_stack_space">2</string>
364
- <string name="component_newsticker_news_ticker_time_kicker_stack_space">6</string>
365
- <dimen name="component_newsticker_news_ticker_titles_inline_space">30</dimen>
366
- <dimen name="component_newsticker_news_ticker_skeleton_bottom_space">0</dimen>
367
- <string name="component_newsticker_news_ticker_red_dot_size">16</string>
368
- <string name="component_newsticker_news_ticker_line_inline_space">8</string>
369
- <string name="component_pagination_gallery_pagination_item_height_size">4</string>
370
- <string name="component_pagination_gallery_pagination_container_web_inline_space">12</string><!-- 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices -->
371
- <string name="component_pagination_gallery_pagination_container_app_inline_space">12</string>
372
- <string name="component_pagination_gallery_pagination_container_stack_space">16</string><!-- 12 - 12 - 16 - 16 - this component level variable references the semantic -->
373
- <string name="component_pagination_scroll_bar_thickness_size">8</string>
374
- <dimen name="component_paywall_paywall_card_max_width_size">346</dimen>
375
- <string name="component_paywall_paywall_card_price_tag_font_size">64</string><!-- This variable is used on the paywall card price tag. 64 constant -->
376
- <string name="component_paywall_paywall_card_price_tag_line_height">64</string>
377
- <string name="component_paywall_paywall_card_price_note_font_size">40</string><!-- This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 -->
378
- <string name="component_paywall_paywall_card_price_note_line_height">40</string>
379
- <dimen name="component_paywall_paywall_container_gap_space">-48</dimen>
380
- <string name="component_paywall_paywall_header_bottom_stack_space">80</string>
381
- <string name="component_quotes_quote_container_inline_space">28</string>
382
- <string name="component_quotes_quote_content_gap_space">48</string>
383
- <string name="component_quotes_quote_container_stack_space">32</string>
384
- <string name="component_quotes_quote_quotation_marks_font_size">36</string>
385
- <string name="component_radio_buttons_radio_selector_size">20</string>
386
- <string name="component_radio_buttons_radio_selector_dot_active_size">12</string>
387
- <string name="component_search_search_result_badge_height_size">18</string>
388
- <string name="component_section_title_section_title_inner_stack_bottom_space">12</string>
389
- <dimen name="component_section_title_section_title_arrow_inline_space">5</dimen><!-- This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title. -->
390
- <dimen name="component_section_title_section_title_arrow_inline_space_active">8</dimen><!-- This variable is used for increasing the space between the text and the arrow at the end of the large title text. On mobile devices there is no hover state so this variables values are the same as the default state values. -->
391
- <string name="component_section_title_section_title_height_size">40</string>
392
- <string name="component_separators_separator_thickness_size">2</string>
393
- <string name="component_skeletons_headlines_skeleton_image_placeholder_max_width">160</string>
394
- <string name="component_skeletons_article_skeleton_image_inline_space">48</string>
395
- <string name="component_skeletons_article_skeleton_text_inline_space">48</string>
396
- <dimen name="component_skeletons_article_text_skeleton_height_size">720</dimen>
397
- <string name="component_special_navi_special_navi_inline_space">32</string>
398
- <string name="component_sliders_slider_progress_bar_idle_height_size">4</string>
399
- <string name="component_sliders_slider_progress_bar_hover_height_size">8</string>
400
- <string name="component_sliders_slider_progress_inactive_height_size">2</string>
401
- <string name="component_sliders_vid_player_progress_bar_height_size">12</string>
402
- <string name="component_spinners_video_spinner_size">80</string>
403
- <dimen name="component_spinners_video_spinner_size0_5x">40</dimen>
404
- <dimen name="component_spinners_video_spinner_stroke_size">4</dimen>
405
- <dimen name="component_tabs_tab_label_font_size">16</dimen><!-- Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. -->
406
- <dimen name="component_tabs_tab_label_font_size_line">16</dimen><!-- Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. -->
407
- <dimen name="component_tabs_ios_tabbar_height_size">49</dimen>
408
- <dimen name="component_tabs_android_tabbar_height_size">74</dimen>
409
- <dimen name="component_tabs_apps_tabs_label_font_size">16</dimen><!-- Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. -->
410
- <dimen name="component_tabs_apps_tabs_label_line_height">23.4</dimen><!-- Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. -->
411
- <dimen name="component_tabs_top_bar_tab_item_height_size">44</dimen>
412
- <string name="component_table_table_column_width_size0_5x">72</string>
413
- <string name="component_table_table_column_width_size0_75x">100</string>
414
- <string name="component_table_table_column_width_size1x">140</string>
415
- <string name="component_table_table_column_width_size1_5x">180</string>
416
- <string name="component_table_table_column_width_size2x">220</string>
417
- <string name="component_table_table_column_width_size2_5x">240</string>
418
- <string name="component_table_table_column_width_size3x">280</string>
419
- <dimen name="component_table_table_item_max_width_size">224</dimen>
420
- <string name="component_teaser_a_teaser_a_teaser_kicker_font_size">26</string><!-- 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable -->
421
- <string name="component_teaser_a_teaser_a_teaser_kicker_line_height">26</string>
422
- <string name="component_teaser_a_teaser_a_teaser_headline_font_size">50</string><!-- This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 -->
423
- <string name="component_teaser_a_teaser_a_teaser_headline_line_height">57.6</string>
424
- <string name="component_teaser_a_teaser_a_teaser_title_inline_space">16</string>
425
- <string name="component_teaser_b_teaser_b_teaser_title_inline_space">16</string>
426
- <dimen name="component_teaser_bild_play_bild_play_teaser_width_size">193</dimen>
427
- <string name="component_teaser_m_q_teaser_m_q_teaser_headline_font_size">34</string><!-- XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 -->
428
- <string name="component_teaser_m_q_teaser_m_q_teaser_headline_line_height">39.1</string>
429
- <string name="component_teaser_m_q_teaser_m_q_teaser_headline_font_weight">700</string>
430
- <string name="component_teaser_m_q_teaser_mq_teaser_title_inline_space">12</string>
431
- <string name="component_teaser_teaser_badges_height_size_lg">40</string><!-- This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 -->
432
- <string name="component_teaser_teaser_badges_height_size_sm">32</string>
433
- <string name="component_teaser_teaser_badges_margin_space">8</string><!-- This variable is used for creating space around the outside of a subscription badge or video icon badge. -->
434
- <string name="component_teaser_teaser_kicker_bg_inline_space">6</string>
435
- <string name="component_teaser_teaser_kicker_bg_stack_space">2</string>
436
- <string name="component_teaser_q_teaser_quad_kicker_font_size">26</string>
437
- <string name="component_teaser_q_teaser_quad_headline_font_size">80</string><!-- This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 -->
438
- <string name="component_teaser_q_teaser_quad_headline_line_height">88</string>
439
- <string name="component_teaser_q_teaser_q_teaser_title_inline_space">24</string>
440
- <string name="component_teaser_teaser_layout_grid_space">16</string>
441
- <string name="component_teaser_std_teaser_std_teaser_badges_margin_space">8</string><!-- This variable is used for creating space around the outside of a subscription badge or video icon badge. -->
442
- <string name="component_teaser_std_teaser_std_teaser_image_title_gap_space">6</string>
443
- <string name="component_teaser_std_teaser_std_teaser_kicker_headline_stack_space">2</string><!-- 2 | 2 | 2 | 2 - This variable is used on the standard teaser vertical spacing between the kicker and the headline. It references the semantic variable stackSpaceConst3XS -->
444
- <string name="component_teaser_super_a_super_a_teaser_title_inline_space">24</string><!-- 16 - 16 - 16 - 16 -->
445
- <string name="component_teaser_teaser_title_inline_left_space">0</string>
446
- <string name="component_teaser_teaser_title_stack_space">6</string>
447
- <string name="component_teaser_teaser_title_gap_space">4</string>
448
- <string name="component_teaser_teaser_title_bottom_stack_space">16</string>
449
- <dimen name="component_toggle_switch_app_toggle_item_label_font_size">18</dimen><!-- This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 -->
450
- <dimen name="component_toggle_switch_app_toggle_item_label_line_height">18.2</dimen><!-- This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2 -->
451
- <dimen name="component_video_video_badge_time_line_height">23.8</dimen>
452
- <dimen name="component_video_video_time_badge_font_size">18</dimen><!-- 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos. -->
453
- <dimen name="component_video_vertical_video_mock_headline_font_size">32</dimen>
454
- <string name="component_video_video_frame_inline_space">16</string>
455
- <string name="component_video_video_red_play_icon_height_size">18</string><!-- This variable is used for changing the red play icon inside the white square. -->
456
- <string name="component_video_video_red_play_icon_width_size">14</string>
457
- <dimen name="component_video_video_skeleton_container_height">464</dimen>
458
- <string name="component_video_video_time_badge_size">40</string><!-- 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp. -->
459
- <string name="component_video_video_time_badge_corner_size">2</string><!-- This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes. -->
460
- <dimen name="component_video_video_ad_badge_font_size">16</dimen><!-- 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. -->
461
- <string name="component_d_sys_docs_specs_font_family">Gotham</string><!-- This variable is used only for texts and labels that form part of this design system's documentation. -->
462
- <dimen name="component_d_sys_docs_1column_mobile">656</dimen><!-- This variable is used only for this design system's component tests. -->
463
- <dimen name="component_d_sys_docs_d_sys_docs_width_size">1440</dimen>
464
- <string name="component_d_sys_docs_ds_caption_stack_space0_5x">8</string><!-- This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8 -->
465
- <string name="component_d_sys_docs_ds_caption_stack_space1x">16</string>
466
- <string name="component_d_sys_docs_ds_main_container_space">68</string><!-- This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68 -->
467
- <string name="component_d_sys_docs_foundations_banner_height_size">140</string><!-- This variable is used on documentation pages that have an artistic banner at the top of the page that is related to the foundation topic on the page. 80 - 80 -80 - 140 -->
468
- <string name="component_d_sys_docs_main_content_stage_size">1024</string><!-- This variable is used as a max width size for content blocks. For mobile devices this var references the DSysDocsWidthSize var 320 - 750 - 962 - 1024 -->
469
- <dimen name="component_d_sys_docs_thin_banner_vertical_height_size">186</dimen><!-- This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186 -->
470
- <string name="component_d_sys_docs_bild_design_frame_space">64</string><!-- Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe -->
471
- <dimen name="component_d_sys_docs_doc_header_height_size">180</dimen><!-- This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 -->
472
- <string name="breakpoint_name">lg</string>
473
- </resources>