@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
@@ -0,0 +1,106 @@
1
+
2
+ //
3
+ // Colorprimitive.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public class Colorprimitive {
12
+ public static let bildAlphaAlphaBildRed80 = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 0.800000011920929) /** Used on elevation effects. */
13
+ public static let bildAlphaAlphaBlack0 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
14
+ public static let bildAlphaAlphaBlack05 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)
15
+ public static let bildAlphaAlphaBlack10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)
16
+ public static let bildAlphaAlphaBlack20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)
17
+ public static let bildAlphaAlphaBlack30 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.30000001192092896)
18
+ public static let bildAlphaAlphaBlack35 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.3499999940395355)
19
+ public static let bildAlphaAlphaBlack50 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5)
20
+ public static let bildAlphaAlphaBlack60 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579) /** Used on elevation effects. */
21
+ public static let bildAlphaAlphaBlack70 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.699999988079071) /** Used on elevation effects. */
22
+ public static let bildAlphaAlphaBlack80 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.800000011920929) /** Used on elevation effects. */
23
+ public static let bildAlphaAlphaWhite10 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.10000000149011612)
24
+ public static let bildAlphaAlphaWhite20 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.20000000298023224)
25
+ public static let bildAlphaAlphaWhite30 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.30000001192092896)
26
+ public static let bildAlphaAlphaWhite35 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.3499999940395355)
27
+ public static let bildAlphaAlphaWhite60 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.6000000238418579) /** Used on elevation effects. */
28
+ public static let bildAlphaAlphaWhite70 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.699999988079071) /** Used on elevation effects. */
29
+ public static let bildAlphaAlphaWhite80 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.800000011920929) /** Used on elevation effects. */
30
+ public static let bildBlueBildBlue = UIColor(red: 0.000, green: 0.694, blue: 1.000, alpha: 1) /** This Blue color was taken from the Weather 2024 project. Tone: 069 */
31
+ public static let bildGrayBild010 = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
32
+ public static let bildGrayBild015 = UIColor(red: 0.137, green: 0.149, blue: 0.161, alpha: 1)
33
+ public static let bildGrayBild020 = UIColor(red: 0.173, green: 0.192, blue: 0.220, alpha: 1)
34
+ public static let bildGrayBild025 = UIColor(red: 0.204, green: 0.235, blue: 0.255, alpha: 1)
35
+ public static let bildGrayBild035 = UIColor(red: 0.294, green: 0.322, blue: 0.353, alpha: 1)
36
+ public static let bildGrayBild045 = UIColor(red: 0.400, green: 0.420, blue: 0.439, alpha: 1)
37
+ public static let bildGrayBild060 = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1)
38
+ public static let bildGrayBild073 = UIColor(red: 0.682, green: 0.706, blue: 0.725, alpha: 1)
39
+ public static let bildGrayBild085 = UIColor(red: 0.808, green: 0.831, blue: 0.855, alpha: 1)
40
+ public static let bildGrayBild08550 = UIColor(red: 0.808, green: 0.831, blue: 0.855, alpha: 0.5) /** The 50% opacity on this color makes it equivalent to BILD093. */
41
+ public static let bildGrayBild093 = UIColor(red: 0.914, green: 0.925, blue: 0.937, alpha: 1)
42
+ public static let bildGrayBild096 = UIColor(red: 0.949, green: 0.957, blue: 0.961, alpha: 1)
43
+ public static let bildGreenBildGreen040 = UIColor(red: 0.000, green: 0.431, blue: 0.243, alpha: 1) /** This value of green was found in a text field's text color. */
44
+ public static let bildGreenBildGreen056 = UIColor(red: 0.094, green: 0.600, blue: 0.361, alpha: 1)
45
+ public static let bildGreenBildGreen05650 = UIColor(red: 0.000, green: 0.608, blue: 0.353, alpha: 0.5)
46
+ public static let bildGreenBildGreen063 = UIColor(red: 0.000, green: 0.686, blue: 0.404, alpha: 1)
47
+ public static let bildGreenBildGreen070 = UIColor(red: 0.000, green: 0.765, blue: 0.451, alpha: 1)
48
+ public static let bildGreenBildGreen093 = UIColor(red: 0.808, green: 0.957, blue: 0.894, alpha: 1)
49
+ public static let bildGreenBildGreen09350 = UIColor(red: 0.808, green: 0.957, blue: 0.894, alpha: 0.5)
50
+ public static let bildNeutralBild100 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
51
+ public static let bildNeutralBildBlack = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
52
+ public static let bildOrangeBildOrange = UIColor(red: 0.992, green: 0.510, blue: 0.153, alpha: 1) /** Tone: 067 */
53
+ public static let bildPurpleBildBerry = UIColor(red: 0.333, green: 0.098, blue: 0.216, alpha: 1) /** Tone: 020 */
54
+ public static let bildRedBildRed = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1) /** Tone 046 */
55
+ public static let bildRedBildRed035 = UIColor(red: 0.686, green: 0.000, blue: 0.008, alpha: 1)
56
+ public static let bildRedBildRed053 = UIColor(red: 0.961, green: 0.176, blue: 0.176, alpha: 1)
57
+ public static let bildTextLabelsBild015 = BILD015 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
58
+ public static let bildTextLabelsBild025 = BILD025 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
59
+ public static let bildTextLabelsBild035 = BILD035 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
60
+ public static let bildTextLabelsBild045 = BILD045 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
61
+ public static let bildTextLabelsBild060 = BILD060 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
62
+ public static let bildTextLabelsBild073 = BILD073 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
63
+ public static let bildTextLabelsBild085 = BILD085 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
64
+ public static let bildTextLabelsBild093 = BILD093 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
65
+ public static let bildTextLabelsBild096 = BILD096 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
66
+ public static let bildTextLabelsBild100 = BILD100 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
67
+ public static let bildTextLabelsBildGreen063 = BILDGreen063 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
68
+ public static let bildTextLabelsBildGreen070 = BILDGreen070 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
69
+ public static let bildTextLabelsBildGreen093 = BILDGreen093 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
70
+ public static let bildTextLabelsBildOrange = BILDOrange /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
71
+ public static let bildTextLabelsBildRed = BILDRed /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
72
+ public static let bildTextLabelsBildRed035 = BILDRed035 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
73
+ public static let bildTextLabelsBildRed053 = BILDRed053 /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
74
+ public static let bildTextLabelsBildYellow = BILDYellow /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
75
+ public static let bildYellowBildYellow = UIColor(red: 1.000, green: 0.749, blue: 0.000, alpha: 1) /** Tone: 081 */
76
+ public static let opacityOpacity00 = 0px
77
+ public static let opacityOpacity05 = 5px
78
+ public static let opacityOpacity10 = 10px
79
+ public static let opacityOpacity100 = 100px
80
+ public static let opacityOpacity20 = 20px
81
+ public static let opacityOpacity30 = 30px
82
+ public static let opacityOpacity40 = 40px
83
+ public static let opacityOpacity50 = 50px
84
+ public static let opacityOpacity60 = 60px
85
+ public static let opacityOpacity70 = 70px
86
+ public static let opacityOpacity80 = 80px
87
+ public static let opacityOpacity90 = 90px
88
+ public static let partnerAubiAubiCore = UIColor(red: 0.941, green: 0.000, blue: 0.000, alpha: 1)
89
+ public static let partnerBzBzCore = UIColor(red: 0.890, green: 0.000, blue: 0.106, alpha: 1)
90
+ public static let partnerComputerBildCobiCore = UIColor(red: 0.863, green: 0.137, blue: 0.110, alpha: 1)
91
+ public static let partnerFitbookFitbookCore = UIColor(red: 1.000, green: 0.592, blue: 0.718, alpha: 1)
92
+ public static let partnerKaufberaterKaufberaterCore = UIColor(red: 0.333, green: 0.278, blue: 0.431, alpha: 1)
93
+ public static let partnerMyHomeMyhomeCore = UIColor(red: 0.400, green: 0.800, blue: 0.800, alpha: 1)
94
+ public static let partnerPetbookPetbookCore = UIColor(red: 0.725, green: 0.859, blue: 0.569, alpha: 1)
95
+ public static let partnerTechbookTechbookCore = UIColor(red: 0.576, green: 0.894, blue: 1.000, alpha: 1)
96
+ public static let partnerTravelbookTravelbookCore = UIColor(red: 0.557, green: 0.941, blue: 0.929, alpha: 1)
97
+ public static let sportBildAlphaSpobiBlue0160 = UIColor(red: 0.039, green: 0.153, blue: 0.314, alpha: 0)
98
+ public static let sportBildAlphaSpobiBlue01670 = UIColor(red: 0.039, green: 0.153, blue: 0.314, alpha: 0.699999988079071)
99
+ public static let sportBildBlueSpobiBlue010 = UIColor(red: 0.031, green: 0.094, blue: 0.157, alpha: 1)
100
+ public static let sportBildBlueSpobiBlue016 = UIColor(red: 0.039, green: 0.153, blue: 0.314, alpha: 1) /** This variable in the current online CSS is called main-tenant-color for the spobi tenant. */
101
+ public static let sportBildBlueSpobiBlue029 = UIColor(red: 0.090, green: 0.267, blue: 0.510, alpha: 1) /** This variable in the current online CSS is called secondary-tenant-color */
102
+ public static let sportBildBlueSpobiBlue038 = UIColor(red: 0.192, green: 0.349, blue: 0.596, alpha: 1)
103
+ public static let sportBildBlueSpobiBlue081 = UIColor(red: 0.741, green: 0.792, blue: 0.859, alpha: 1)
104
+ public static let sportBildBlueSpobiBlue098 = UIColor(red: 0.969, green: 0.976, blue: 0.992, alpha: 1)
105
+ public static let sportBildRedSpobiRed = UIColor(red: 0.898, green: 0.145, blue: 0.157, alpha: 1)
106
+ }
@@ -0,0 +1,55 @@
1
+
2
+ //
3
+ // Fontprimitive.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public class Fontprimitive {
12
+ public static let fontFamilyAdvertorialFontFamilyLucidaGrande = Lucida Grande
13
+ public static let fontFamilyBildFontFamilyGotham = Gotham
14
+ public static let fontFamilyBildFontFamilyGothamCond = Gotham Condensed
15
+ public static let fontFamilyBildFontFamilyGothamXNarrow = Gotham XNarrow
16
+ public static let fontFamilySportBildFontFamilyAntennaCond = AntennaCond
17
+ public static let fontFamilySportBildFontFamilyAntennaExtraCond = AntennaExtraCond
18
+ public static let fontFamilySportBildFontFamilyInter = Inter
19
+ public static let fontWeight1000UltraFontWeight = 1000
20
+ public static let fontWeight100ThinFontWeight = 100
21
+ public static let fontWeight200ExtraLightFontWeight = 200
22
+ public static let fontWeight300LightFontWeight = 300
23
+ public static let fontWeight350BookFontWeight = 350
24
+ public static let fontWeight400BookFontWeight = 400
25
+ public static let fontWeight500MediumFontWeight = 500
26
+ public static let fontWeight600BoldFontWeight = 600
27
+ public static let fontWeight700BlackFontWeight = 700 /** 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold. */
28
+ public static let fontWeight800BlackFontWeight = 800
29
+ public static let fontWeight900ExtraBlackFontWeight = 900
30
+ public static let fontWeightBlackFontWeightSt = Black
31
+ public static let fontWeightBoldItalicFontWeightSt = Bold Italic
32
+ public static let fontWeightString1000UltraFontWeight = 1000
33
+ public static let fontWeightString100ThinFontWeight = 100
34
+ public static let fontWeightString200ExtraLightFontWeight = 200
35
+ public static let fontWeightString350BookFontWeight = 350
36
+ public static let fontWeightString400BookFontWeight = 400
37
+ public static let fontWeightString500MediumFontWeight = 500
38
+ public static let fontWeightString600BoldFontWeight = 600
39
+ public static let fontWeightString600BoldItalicFontWeight = Bold Italic
40
+ public static let fontWeightString700BlackFontWeight = 700
41
+ public static let fontWeightString700BlackItalicFontWeight = Black Italic
42
+ public static let fontWeightString800BlackFontWeight = 800
43
+ public static let fontWeightString900ExtraBlackFontWeight = 900
44
+ public static let letterSpacingLetterSpace0 = 0px /** This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0. */
45
+ public static let letterSpacingLetterSpace025 = -0.25px /** This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25. */
46
+ public static let letterSpacingLetterSpace025 = 0.25px /** This variable is a primitive for use in creating semantic text styles that need to use a subtle positive letter spacing value of 0.25. */
47
+ public static let letterSpacingLetterSpace05 = 0.5px /** This variable is a primitive for use in creating semantic text styles that need to use a slight positive letter spacing value of 0.5. */
48
+ public static let letterSpacingLetterSpace05 = -0.5px /** This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5. */
49
+ public static let letterSpacingLetterSpace1 = 1px /** This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1. */
50
+ public static let letterSpacingLetterSpace1 = -1px /** This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1. */
51
+ public static let letterSpacingLetterSpace2 = 2px /** This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2. */
52
+ public static let letterSpacingLetterSpace2 = -2px /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -2. This is usually reserved for large texts styles that are used on titles or headlines. */
53
+ public static let letterSpacingLetterSpace3 = 3px /** This variable is a primitive for use in creating semantic text styles that need to use a much larger letter spacing value of 3. Text styles that have smaller font sizes should use increasingly positive values for their letter spacings on smaller device sizes. */
54
+ public static let letterSpacingLetterSpace3 = -3px /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes. */
55
+ }
@@ -0,0 +1,61 @@
1
+
2
+ //
3
+ // Sizeprimitive.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public class Sizeprimitive {
12
+ public static let size0125x = CGFloat(16.00)
13
+ public static let size025x = CGFloat(32.00)
14
+ public static let size05x = CGFloat(64.00)
15
+ public static let size075x = CGFloat(96.00)
16
+ public static let size0x = CGFloat(0.00)
17
+ public static let size100x = CGFloat(12800.00)
18
+ public static let size10x = CGFloat(1280.00)
19
+ public static let size115x = CGFloat(1472.00)
20
+ public static let size11625x = CGFloat(14880.00)
21
+ public static let size124x = CGFloat(15872.00)
22
+ public static let size125x = CGFloat(1600.00)
23
+ public static let size125x = CGFloat(160.00)
24
+ public static let size128x = CGFloat(16384.00)
25
+ public static let size12x = CGFloat(1536.00)
26
+ public static let size15x = CGFloat(192.00)
27
+ public static let size15x = CGFloat(1920.00)
28
+ public static let size1625 = CGFloat(2080.00)
29
+ public static let size168x = CGFloat(21504.00)
30
+ public static let size175x = CGFloat(224.00)
31
+ public static let size175x = CGFloat(2240.00)
32
+ public static let size185x = CGFloat(2368.00)
33
+ public static let size1x = CGFloat(128.00)
34
+ public static let size20x = CGFloat(2560.00)
35
+ public static let size225x = CGFloat(288.00)
36
+ public static let size225x = CGFloat(2880.00)
37
+ public static let size25x = CGFloat(320.00)
38
+ public static let size25x = CGFloat(3200.00)
39
+ public static let size275x = CGFloat(352.00)
40
+ public static let size275x = CGFloat(3520.00)
41
+ public static let size2x = CGFloat(256.00)
42
+ public static let size30x = CGFloat(3840.00)
43
+ public static let size325x = CGFloat(416.00)
44
+ public static let size35x = CGFloat(448.00)
45
+ public static let size35x = CGFloat(4480.00)
46
+ public static let size375x = CGFloat(480.00)
47
+ public static let size3x = CGFloat(384.00)
48
+ public static let size40x = CGFloat(5120.00)
49
+ public static let size45x = CGFloat(576.00)
50
+ public static let size4x = CGFloat(512.00)
51
+ public static let size50x = CGFloat(6400.00)
52
+ public static let size525x = CGFloat(672.00)
53
+ public static let size5x = CGFloat(640.00)
54
+ public static let size60x = CGFloat(7680.00)
55
+ public static let size6x = CGFloat(768.00)
56
+ public static let size7x = CGFloat(896.00)
57
+ public static let size80x = CGFloat(10240.00)
58
+ public static let size875x = CGFloat(11200.00)
59
+ public static let size8x = CGFloat(1024.00)
60
+ public static let size9x = CGFloat(1152.00)
61
+ }
@@ -0,0 +1,37 @@
1
+
2
+ //
3
+ // Spaceprimitive.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public class Spaceprimitive {
12
+ public static let space025x = CGFloat(32.00)
13
+ public static let space025x = CGFloat(-32.00)
14
+ public static let space05x = CGFloat(64.00)
15
+ public static let space075x = CGFloat(96.00)
16
+ public static let space0x = CGFloat(0.00)
17
+ public static let space10x = CGFloat(1280.00)
18
+ public static let space125x = CGFloat(160.00)
19
+ public static let space12x = CGFloat(1536.00)
20
+ public static let space15x = CGFloat(192.00)
21
+ public static let space175x = CGFloat(224.00)
22
+ public static let space1x = CGFloat(128.00)
23
+ public static let space20x = CGFloat(2560.00)
24
+ public static let space25x = CGFloat(320.00)
25
+ public static let space275x = CGFloat(352.00)
26
+ public static let space2x = CGFloat(256.00)
27
+ public static let space35x = CGFloat(448.00)
28
+ public static let space3x = CGFloat(384.00)
29
+ public static let space45x = CGFloat(576.00)
30
+ public static let space4x = CGFloat(512.00)
31
+ public static let space5x = CGFloat(640.00)
32
+ public static let space6x = CGFloat(768.00)
33
+ public static let space75x = CGFloat(960.00)
34
+ public static let space85x = CGFloat(1088.00)
35
+ public static let space8x = CGFloat(1024.00)
36
+ public static let space9x = CGFloat(1152.00)
37
+ }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const ComponentButtonButtonContentGapSpace = "6px";
6
+ export const ComponentButtonButtonStackSpace = "6px";
7
+ export const ComponentButtonButtonLabelFontSize = "15px";
8
+ export const ComponentButtonButtonInlineSpace = "16px";
9
+ export const ComponentInputfieldInputFieldInlineSpace = "16px";
10
+ export const ComponentInputfieldInputFieldStackSpace = "6px";
11
+ export const ComponentInputfieldInputFieldHeightSize = "36px";
12
+ export const ComponentInputfieldInputFieldLabelFontSize = "16px";
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const ComponentButtonButtonContentGapSpace = "8px";
6
+ export const ComponentButtonButtonStackSpace = "8px";
7
+ export const ComponentButtonButtonLabelFontSize = "17px";
8
+ export const ComponentButtonButtonInlineSpace = "20px";
9
+ export const ComponentInputfieldInputFieldInlineSpace = "16px";
10
+ export const ComponentInputfieldInputFieldStackSpace = "8px";
11
+ export const ComponentInputfieldInputFieldHeightSize = "40px";
12
+ export const ComponentInputfieldInputFieldLabelFontSize = "17px";
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const ComponentButtonButtonContentGapSpace = "8px";
6
+ export const ComponentButtonButtonStackSpace = "12px";
7
+ export const ComponentButtonButtonLabelFontSize = "19px";
8
+ export const ComponentButtonButtonInlineSpace = "24px";
9
+ export const ComponentInputfieldInputFieldInlineSpace = "16px";
10
+ export const ComponentInputfieldInputFieldStackSpace = "12px";
11
+ export const ComponentInputfieldInputFieldHeightSize = "48px";
12
+ export const ComponentInputfieldInputFieldLabelFontSize = "19px";
@@ -0,0 +1,332 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const GlobalTypographyFontSizeDisplayDisplay1FontSizeXs = "39px";
6
+ export const GlobalTypographyFontSizeDisplayDisplay1FontSizeSm = "39px";
7
+ export const GlobalTypographyFontSizeDisplayDisplay1FontSizeMd = "70px";
8
+ export const GlobalTypographyFontSizeDisplayDisplay1FontSizeLg = "116px";
9
+ export const GlobalTypographyFontSizeDisplayDisplay2FontSizeXs = "35px";
10
+ export const GlobalTypographyFontSizeDisplayDisplay2FontSizeSm = "35px";
11
+ export const GlobalTypographyFontSizeDisplayDisplay2FontSizeMd = "41px";
12
+ export const GlobalTypographyFontSizeDisplayDisplay2FontSizeLg = "62px";
13
+ export const GlobalTypographyFontSizeDisplayDisplay3FontSizeSm = "27px";
14
+ export const GlobalTypographyFontSizeDisplayDisplay3FontSizeMd = "31px";
15
+ export const GlobalTypographyFontSizeDisplayDisplay3FontSizeLg = "39px";
16
+ export const GlobalTypographyFontSizeDisplayDisplay3FontSizeXs = "27px";
17
+ export const GlobalTypographyFontSizeHeadlineHeadline1FontSizeXs = "36px";
18
+ export const GlobalTypographyFontSizeHeadlineHeadline1FontSizeSm = "36px";
19
+ export const GlobalTypographyFontSizeHeadlineHeadline1FontSizeMd = "54px";
20
+ export const GlobalTypographyFontSizeHeadlineHeadline1FontSizeLg = "70px";
21
+ export const GlobalTypographyFontSizeHeadlineHeadline2FontSizeXs = "30px";
22
+ export const GlobalTypographyFontSizeHeadlineHeadline2FontSizeSm = "30px";
23
+ export const GlobalTypographyFontSizeHeadlineHeadline2FontSizeMd = "36px";
24
+ export const GlobalTypographyFontSizeHeadlineHeadline2FontSizeLg = "48px";
25
+ export const GlobalTypographyFontSizeHeadlineHeadline3FontSizeXs = "24px";
26
+ export const GlobalTypographyFontSizeHeadlineHeadline3FontSizeSm = "24px";
27
+ export const GlobalTypographyFontSizeHeadlineHeadline3FontSizeMd = "26px";
28
+ export const GlobalTypographyFontSizeHeadlineHeadline3FontSizeLg = "32px";
29
+ export const GlobalTypographyFontSizeHeadlineHeadline4FontSizeXs = "16px";
30
+ export const GlobalTypographyFontSizeHeadlineHeadline4FontSizeSm = "16px";
31
+ export const GlobalTypographyFontSizeHeadlineHeadline4FontSizeMd = "20px";
32
+ export const GlobalTypographyFontSizeHeadlineHeadline4FontSizeLg = "22px";
33
+ export const GlobalTypographyFontSizeHeadlineHeadlineTextAlign = "center";
34
+ export const GlobalTypographyFontSizeKickerKicker1FontSizeXs = "16px";
35
+ export const GlobalTypographyFontSizeKickerKicker1FontSizeSm = "16px";
36
+ export const GlobalTypographyFontSizeKickerKicker1FontSizeMd = "18px";
37
+ export const GlobalTypographyFontSizeKickerKicker1FontSizeLg = "25px";
38
+ export const GlobalTypographyFontSizeKickerKicker2FontSizeXs = "16px";
39
+ export const GlobalTypographyFontSizeKickerKicker2FontSizeSm = "16px";
40
+ export const GlobalTypographyFontSizeKickerKicker2FontSizeMd = "18px";
41
+ export const GlobalTypographyFontSizeKickerKicker2FontSizeLg = "21px";
42
+ export const GlobalTypographyFontSizeKickerKicker3FontSizeXs = "14px";
43
+ export const GlobalTypographyFontSizeKickerKicker3FontSizeSm = "14px";
44
+ export const GlobalTypographyFontSizeKickerKicker3FontSizeMd = "14px";
45
+ export const GlobalTypographyFontSizeKickerKicker3FontSizeLg = "16px";
46
+ export const GlobalTypographyFontSizeKickerKicker4FontSizeXs = "12px";
47
+ export const GlobalTypographyFontSizeKickerKicker4FontSizeSm = "12px";
48
+ export const GlobalTypographyFontSizeKickerKicker4FontSizeMd = "14px";
49
+ export const GlobalTypographyFontSizeKickerKicker4FontSizeLg = "14px";
50
+ export const GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeXs = "18px";
51
+ export const GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeSm = "18px";
52
+ export const GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeMd = "18px";
53
+ export const GlobalTypographyFontSizeSubheadlineSubheadline1FontSizeLg = "28px";
54
+ export const GlobalTypographyFontSizeTitleTitle1FontSizeXs = "22px";
55
+ export const GlobalTypographyFontSizeTitleTitle1FontSizeSm = "22px";
56
+ export const GlobalTypographyFontSizeTitleTitle1FontSizeMd = "22px";
57
+ export const GlobalTypographyFontSizeTitleTitle1FontSizeLg = "28px";
58
+ export const GlobalTypographyFontSizeTitleTitle2FontSizeXs = "14px";
59
+ export const GlobalTypographyFontSizeTitleTitle2FontSizeSm = "14px";
60
+ export const GlobalTypographyFontSizeTitleTitle2FontSizeMd = "16px";
61
+ export const GlobalTypographyFontSizeTitleTitle2FontSizeLg = "18px";
62
+ export const GlobalTypographyFontSizeCalloutCallout1FontSizeXs = "16px";
63
+ export const GlobalTypographyFontSizeCalloutCallout1FontSizeSm = "16px";
64
+ export const GlobalTypographyFontSizeCalloutCallout1FontSizeMd = "22px";
65
+ export const GlobalTypographyFontSizeCalloutCallout1FontSizeLg = "22px";
66
+ export const GlobalTypographyFontSizeBodyBodyFontSizeXs = "17px";
67
+ export const GlobalTypographyFontSizeBodyBodyFontSizeSm = "17px";
68
+ export const GlobalTypographyFontSizeBodyBodyFontSizeMd = "17px";
69
+ export const GlobalTypographyFontSizeBodyBodyFontSizeLg = "17px";
70
+ export const GlobalTypographyFontSizeFootnoteFootnote1FontSizeXs = "13px";
71
+ export const GlobalTypographyFontSizeFootnoteFootnote1FontSizeSm = "13px";
72
+ export const GlobalTypographyFontSizeFootnoteFootnote1FontSizeMd = "13px";
73
+ export const GlobalTypographyFontSizeFootnoteFootnote1FontSizeLg = "15px";
74
+ export const GlobalTypographyFontSizeFootnoteFootnote2FontSizeXs = "10px";
75
+ export const GlobalTypographyFontSizeFootnoteFootnote2FontSizeSm = "10px";
76
+ export const GlobalTypographyFontSizeFootnoteFootnote2FontSizeMd = "10px";
77
+ export const GlobalTypographyFontSizeFootnoteFootnote2FontSizeLg = "13px";
78
+ export const GlobalTypographyFontSizeQuoteQuoteFontSizeXs = "16px";
79
+ export const GlobalTypographyFontSizeQuoteQuoteFontSizeSm = "16px";
80
+ export const GlobalTypographyFontSizeQuoteQuoteFontSizeMd = "16px";
81
+ export const GlobalTypographyFontSizeQuoteQuoteFontSizeLg = "18px";
82
+ export const GlobalTypographyFontSizeLabelLabel1FontSize = "17px";
83
+ export const GlobalTypographyFontSizeLabelLabel2FontSize = "15px";
84
+ export const GlobalTypographyFontSizeLabelLabel3FontSize = "12px";
85
+ export const GlobalTypographyFontSizeLabelLabel4FontSize = "8px";
86
+ export const GlobalTypographyFontSizeLabelLabel1RespFontSizeXs = "10px";
87
+ export const GlobalTypographyFontSizeLabelLabel1RespFontSizeSm = "10px";
88
+ export const GlobalTypographyFontSizeLabelLabel1RespFontSizeMd = "15px";
89
+ export const GlobalTypographyFontSizeLabelLabel1RespFontSizeLg = "17px";
90
+ export const GlobalTypographyLineHeightDisplayDisplay1LineHeightXs = "40px";
91
+ export const GlobalTypographyLineHeightDisplayDisplay1LineHeightSm = "40px";
92
+ export const GlobalTypographyLineHeightDisplayDisplay1LineHeightMd = "72px";
93
+ export const GlobalTypographyLineHeightDisplayDisplay1LineHeightLg = "120px";
94
+ export const GlobalTypographyLineHeightDisplayDisplay2LineHeightXs = "36px";
95
+ export const GlobalTypographyLineHeightDisplayDisplay2LineHeightSm = "36px";
96
+ export const GlobalTypographyLineHeightDisplayDisplay2LineHeightMd = "42px";
97
+ export const GlobalTypographyLineHeightDisplayDisplay2LineHeightLg = "64px";
98
+ export const GlobalTypographyLineHeightDisplayDisplay3LineHeightLg = "40px";
99
+ export const GlobalTypographyLineHeightDisplayDisplay3LineHeightMd = "32px";
100
+ export const GlobalTypographyLineHeightDisplayDisplay3LineHeightSm = "28px";
101
+ export const GlobalTypographyLineHeightDisplayDisplay3LineHeightXs = "28px";
102
+ export const GlobalTypographyLineHeightHeadlineHeadline1LineHeightXs =
103
+ "37.79999923706055px";
104
+ export const GlobalTypographyLineHeightHeadlineHeadline1LineHeightSm =
105
+ "37.79999923706055px";
106
+ export const GlobalTypographyLineHeightHeadlineHeadline1LineHeightMd =
107
+ "56.70000076293945px";
108
+ export const GlobalTypographyLineHeightHeadlineHeadline1LineHeightLg = "77px";
109
+ export const GlobalTypographyLineHeightHeadlineHeadline2LineHeightXs = "33px";
110
+ export const GlobalTypographyLineHeightHeadlineHeadline2LineHeightSm = "33px";
111
+ export const GlobalTypographyLineHeightHeadlineHeadline2LineHeightMd =
112
+ "39.599998474121094px";
113
+ export const GlobalTypographyLineHeightHeadlineHeadline2LineHeightLg =
114
+ "52.79999923706055px";
115
+ export const GlobalTypographyLineHeightHeadlineHeadline3LineHeightXs =
116
+ "26.399999618530273px";
117
+ export const GlobalTypographyLineHeightHeadlineHeadline3LineHeightSm =
118
+ "26.399999618530273px";
119
+ export const GlobalTypographyLineHeightHeadlineHeadline3LineHeightMd =
120
+ "28.600000381469727px";
121
+ export const GlobalTypographyLineHeightHeadlineHeadline3LineHeightLg =
122
+ "35.20000076293945px";
123
+ export const GlobalTypographyLineHeightHeadlineHeadline4LineHeightXs =
124
+ "18.399999618530273px";
125
+ export const GlobalTypographyLineHeightHeadlineHeadline4LineHeightSm =
126
+ "18.399999618530273px";
127
+ export const GlobalTypographyLineHeightHeadlineHeadline4LineHeightMd =
128
+ "19.799999237060547px";
129
+ export const GlobalTypographyLineHeightHeadlineHeadline4LineHeightLg = "27.5px";
130
+ export const GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightXs =
131
+ "23.399999618530273px";
132
+ export const GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightSm =
133
+ "23.399999618530273px";
134
+ export const GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightMd =
135
+ "23.399999618530273px";
136
+ export const GlobalTypographyLineHeightSubheadlineSubheadline1LineHeightLg =
137
+ "36.400001525878906px";
138
+ export const GlobalTypographyLineHeightKickerKicker1LineHeightXs =
139
+ "17.600000381469727px";
140
+ export const GlobalTypographyLineHeightKickerKicker1LineHeightSm =
141
+ "17.600000381469727px";
142
+ export const GlobalTypographyLineHeightKickerKicker1LineHeightMd =
143
+ "19.799999237060547px";
144
+ export const GlobalTypographyLineHeightKickerKicker1LineHeightLg = "27.5px";
145
+ export const GlobalTypographyLineHeightKickerKicker2LineHeightXs =
146
+ "17.600000381469727px";
147
+ export const GlobalTypographyLineHeightKickerKicker2LineHeightSm =
148
+ "17.600000381469727px";
149
+ export const GlobalTypographyLineHeightKickerKicker2LineHeightMd =
150
+ "19.799999237060547px";
151
+ export const GlobalTypographyLineHeightKickerKicker2LineHeightLg =
152
+ "23.100000381469727px";
153
+ export const GlobalTypographyLineHeightKickerKicker3LineHeightXs =
154
+ "15.399999618530273px";
155
+ export const GlobalTypographyLineHeightKickerKicker3LineHeightSm =
156
+ "15.399999618530273px";
157
+ export const GlobalTypographyLineHeightKickerKicker3LineHeightMd =
158
+ "15.399999618530273px";
159
+ export const GlobalTypographyLineHeightKickerKicker3LineHeightLg =
160
+ "17.600000381469727px";
161
+ export const GlobalTypographyLineHeightKickerKicker4LineHeightXs =
162
+ "13.199999809265137px";
163
+ export const GlobalTypographyLineHeightKickerKicker4LineHeightSm =
164
+ "13.199999809265137px";
165
+ export const GlobalTypographyLineHeightKickerKicker4LineHeightMd =
166
+ "15.399999618530273px";
167
+ export const GlobalTypographyLineHeightKickerKicker4LineHeightLg =
168
+ "15.399999618530273px";
169
+ export const GlobalTypographyLineHeightTitleTitle1LineHeightXs =
170
+ "26.399999618530273px";
171
+ export const GlobalTypographyLineHeightTitleTitle1LineHeightSm =
172
+ "26.399999618530273px";
173
+ export const GlobalTypographyLineHeightTitleTitle1LineHeightMd =
174
+ "26.399999618530273px";
175
+ export const GlobalTypographyLineHeightTitleTitle1LineHeightLg =
176
+ "33.599998474121094px";
177
+ export const GlobalTypographyLineHeightTitleTitle2LineHeightXs =
178
+ "16.799999237060547px";
179
+ export const GlobalTypographyLineHeightTitleTitle2LineHeightSm =
180
+ "16.799999237060547px";
181
+ export const GlobalTypographyLineHeightTitleTitle2LineHeightMd =
182
+ "19.200000762939453px";
183
+ export const GlobalTypographyLineHeightTitleTitle2LineHeightLg =
184
+ "23.399999618530273px";
185
+ export const GlobalTypographyLineHeightCalloutCallout1LineHeightXs =
186
+ "20.799999237060547px";
187
+ export const GlobalTypographyLineHeightCalloutCallout1LineHeightSm =
188
+ "20.799999237060547px";
189
+ export const GlobalTypographyLineHeightCalloutCallout1LineHeightMd =
190
+ "28.600000381469727px";
191
+ export const GlobalTypographyLineHeightCalloutCallout1LineHeightLg =
192
+ "28.600000381469727px";
193
+ export const GlobalTypographyLineHeightBodyBodyLineHeightXs = "29.75px";
194
+ export const GlobalTypographyLineHeightBodyBodyLineHeightSm = "29.75px";
195
+ export const GlobalTypographyLineHeightBodyBodyLineHeightMd = "29.75px";
196
+ export const GlobalTypographyLineHeightBodyBodyLineHeightLg = "29.75px";
197
+ export const GlobalTypographyLineHeightFootnoteFootnote1LineHeightXs =
198
+ "16.899999618530273px";
199
+ export const GlobalTypographyLineHeightFootnoteFootnote1LineHeightSm =
200
+ "16.899999618530273px";
201
+ export const GlobalTypographyLineHeightFootnoteFootnote1LineHeightMd =
202
+ "16.899999618530273px";
203
+ export const GlobalTypographyLineHeightFootnoteFootnote1LineHeightLg = "19.5px";
204
+ export const GlobalTypographyLineHeightFootnoteFootnote2LineHeightXs = "13px";
205
+ export const GlobalTypographyLineHeightFootnoteFootnote2LineHeightSm = "13px";
206
+ export const GlobalTypographyLineHeightFootnoteFootnote2LineHeightMd = "13px";
207
+ export const GlobalTypographyLineHeightFootnoteFootnote2LineHeightLg =
208
+ "16.899999618530273px";
209
+ export const GlobalTypographyLineHeightLabelLabel1LineHeight =
210
+ "20.399999618530273px";
211
+ export const GlobalTypographyLineHeightLabelLabel1RespLineHeightXs = "10px";
212
+ export const GlobalTypographyLineHeightLabelLabel1RespLineHeightSm = "10px";
213
+ export const GlobalTypographyLineHeightLabelLabel1RespLineHeightMd = "15px";
214
+ export const GlobalTypographyLineHeightLabelLabel1RespLineHeightLg = "17px";
215
+ export const GlobalTypographyLineHeightLabelLabel2LineHeight = "16px";
216
+ export const GlobalTypographyLineHeightLabelLabel3LineHeight =
217
+ "14.399999618530273px";
218
+ export const GlobalTypographyLineHeightLabelLabel4LineHeight = "10px";
219
+ export const GlobalTypographyLineHeightQuoteQuoteLineHeightXs =
220
+ "20.799999237060547px";
221
+ export const GlobalTypographyLineHeightQuoteQuoteLineHeightSm =
222
+ "20.799999237060547px";
223
+ export const GlobalTypographyLineHeightQuoteQuoteLineHeightMd =
224
+ "20.799999237060547px";
225
+ export const GlobalTypographyLineHeightQuoteQuoteLineHeightLg =
226
+ "23.399999618530273px";
227
+ export const GlobalTypographyFontWeightBodyBodyFontWeightBook = 400;
228
+ export const GlobalTypographyFontWeightBodyBodyFontWeightBold = 700;
229
+ export const GlobalTypographyFontWeightFootnoteFootnoteFontWeightBook = 400;
230
+ export const GlobalTypographyFontWeightFootnoteFootnoteFontWeightBold = 700;
231
+ export const GlobalTypographyFontWeightLabelLabelFontWeightBook = 400;
232
+ export const GlobalTypographyFontWeightLabelLabelFontWeightBold = 700;
233
+ export const GlobalTypographyFontWeightQuoteQuoteFontWeight = 800;
234
+ export const GlobalTypographyFontWeightDisplayDisplayFontWeight = 800;
235
+ export const GlobalTypographyFontWeightHeadlineHeadline1FontWeightSt = "700";
236
+ export const GlobalTypographyFontWeightHeadlineHeadline1FontWeight = 700;
237
+ export const GlobalTypographyFontWeightHeadlineHeadline2FontWeight = 700;
238
+ export const GlobalTypographyFontWeightHeadlineHeadline3FontWeight = 700;
239
+ export const GlobalTypographyFontWeightHeadlineHeadline4FontWeight = 600;
240
+ export const GlobalTypographyFontWeightHeadlineHeadline2FontWeightSt = "700";
241
+ export const GlobalTypographyFontWeightHeadlineHeadline3FontWeightSt = "700";
242
+ export const GlobalTypographyFontWeightHeadlineHeadline4FontWeightSt = "600";
243
+ export const GlobalTypographyFontWeightSubheadlineSubheadlineFontWeight = 700;
244
+ export const GlobalTypographyFontWeightKickerKickerFontWeight = 700;
245
+ export const GlobalTypographyFontWeightKickerKickerFontWeightSt = "700";
246
+ export const GlobalTypographyFontWeightCalloutCalloutFontWeight = 800;
247
+ export const GlobalTypographyFontWeightTitleTitleFontWeight = 800;
248
+ export const GlobalTypographyFontFamilyKickerFontFamily = "Lucida Grande";
249
+ export const GlobalTypographyFontFamilyDisplayFontFamily = "Lucida Grande";
250
+ export const GlobalTypographyFontFamilyHeadlineFontFamily = "Lucida Grande";
251
+ export const GlobalTypographyFontFamilySubheadlineFontFamily = "Lucida Grande";
252
+ export const GlobalTypographyFontFamilyBodyFontFamily = "Lucida Grande";
253
+ export const GlobalTypographyFontFamilyFootnoteFontFamily = "Lucida Grande";
254
+ export const GlobalTypographyFontFamilyLabelFontFamily = "Lucida Grande";
255
+ export const GlobalTypographyFontFamilyQuoteFontFamily = "Lucida Grande";
256
+ export const GlobalTypographyFontFamilyTitleFontFamily = "Lucida Grande";
257
+ export const GlobalTypographyFontFamilyCalloutFontFamily = "Lucida Grande";
258
+ export const GlobalVisibiltyHideOnBild = true;
259
+ export const GlobalVisibiltyHideOnSportBild = true;
260
+ export const GlobalVisibiltyOnlyAdvertorial = true;
261
+ export const GlobalVisibiltyHideOnAdvertorial = false;
262
+ export const GlobalVisibiltyOnlyBild = false;
263
+ export const GlobalVisibiltyOnlySportBild = false;
264
+ export const ComponentArticleFontSizeArticleImageCaptionFontSizeXs = "13px";
265
+ export const ComponentArticleFontSizeArticleImageCaptionFontSizeMd = "13px";
266
+ export const ComponentArticleFontSizeArticleImageCaptionFontSizeLg = "16px";
267
+ export const ComponentArticleFontSizeArticleImageCaptionFontSizeSm = "13px";
268
+ export const ComponentArticleFontSizeArticleImageSourceFontSizeXs = "13px";
269
+ export const ComponentArticleFontSizeArticleImageSourceFontSizeSm = "13px";
270
+ export const ComponentArticleFontSizeArticleImageSourceFontSizeMd = "13px";
271
+ export const ComponentArticleFontSizeArticleImageSourceFontSizeLg = "16px";
272
+ export const ComponentArticleLineHeightArticleImageCaptionLineHeightXs =
273
+ "19.5px";
274
+ export const ComponentArticleLineHeightArticleImageCaptionLineHeightMd =
275
+ "19.5px";
276
+ export const ComponentArticleLineHeightArticleImageCaptionLineHeightLg = "24px";
277
+ export const ComponentArticleLineHeightArticleImageCaptionLineHeightSm =
278
+ "19.5px";
279
+ export const ComponentArticleLineHeightArticleImageSourceLineHeightMd = "19px";
280
+ export const ComponentArticleLineHeightArticleImageSourceLineHeightLg = "24px";
281
+ export const ComponentArticleLineHeightArticleImageSourceLineHeightXs = "19px";
282
+ export const ComponentArticleLineHeightArticleImageSourceLineHeightSm = "19px";
283
+ export const ComponentBreadcrumbFontSizeBreadcrumbFontSizeXs = "15px";
284
+ export const ComponentBreadcrumbFontSizeBreadcrumbFontSizeSm = "15px";
285
+ export const ComponentBreadcrumbFontSizeBreadcrumbFontSizeMd = "15px";
286
+ export const ComponentBreadcrumbFontSizeBreadcrumbFontSizeLg = "12px";
287
+ export const ComponentBreadcrumbLineHeightBreadcrumbLineHeightXs = "15px";
288
+ export const ComponentBreadcrumbLineHeightBreadcrumbLineHeightSm = "15px";
289
+ export const ComponentBreadcrumbLineHeightBreadcrumbLineHeightMd = "15px";
290
+ export const ComponentBreadcrumbLineHeightBreadcrumbLineHeightLg = "12px";
291
+ export const ComponentBreadcrumbFontFamilyBreadcrumbFontFamily =
292
+ "Lucida Grande";
293
+ export const ComponentBreadcrumbFontWeightBreadcrumbFontWeight = 700;
294
+ export const ComponentMenuMenuItemFontSize = "15px";
295
+ export const ComponentMenuAppTopBarTitleFontSizeMd = "14px";
296
+ export const ComponentMenuAppTopBarTitleFontSizeLg = "14px";
297
+ export const ComponentMenuAppTopBarTitleFontSizeXs = "12px";
298
+ export const ComponentMenuAppTopBarTitleFontSizeSm = "12px";
299
+ export const ComponentMenuAppTopBarTitleLineHeightMd = "17px";
300
+ export const ComponentMenuAppTopBarTitleLineHeightLg = "17px";
301
+ export const ComponentMenuAppTopBarTitleLineHeightXs = "14px";
302
+ export const ComponentMenuAppTopBarTitleLineHeightSm = "14px";
303
+ export const ComponentMenuMenuItemFontWeight = "700";
304
+ export const ComponentTeaserTeaserTitleInlineSpaceLg = "12px";
305
+ export const ComponentTeaserTeaserTitleInlineSpaceMd = "12px";
306
+ export const ComponentTeaserTeaserTitleInlineSpaceSm = "8px";
307
+ export const ComponentTeaserTeaserTitleInlineSpaceXs = "8px";
308
+ export const ComponentTeaserQuadQTeaserTitleInlineSpaceLg = "12px";
309
+ export const ComponentTeaserQuadQTeaserTitleInlineSpaceMd = "16px";
310
+ export const ComponentTeaserQuadQTeaserTitleInlineSpaceSm = "8px";
311
+ export const ComponentTeaserQuadQTeaserTitleInlineSpaceXs = "8px";
312
+ export const ComponentTeaserATeaserATeaserTitleInlineSpaceLg = "12px";
313
+ export const ComponentTeaserATeaserATeaserTitleInlineSpaceMd = "12px";
314
+ export const ComponentTeaserATeaserATeaserTitleInlineSpaceXs = "8px";
315
+ export const ComponentTeaserATeaserATeaserTitleInlineSpaceSm = "8px";
316
+ export const ComponentTeaserBTeaserBTeaserTitleInlineSpace = "8px";
317
+ export const ComponentTeaser2xaTeaser2xaTeaserTitleInlineSpace = "8px";
318
+ export const ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceMd = "8px";
319
+ export const ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceLg = "8px";
320
+ export const ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceSm = "8px";
321
+ export const ComponentTeaserMiniQMiniQTeaserTitleInlineSpaceXs = "8px";
322
+ export const ComponentTeaserSuperASuperAteaserTitleInlineSpace = "16px";
323
+ export const ComponentAvatarAvatarFontFamily = "Lucida Grande";
324
+ export const ComponentAvatarAvatarFontSizeSm = "13px";
325
+ export const ComponentAvatarAvatarFontSizeLg = "15px";
326
+ export const ComponentBreakingNewsBreakingNewsContentFontSize = "21px";
327
+ export const ComponentAccordionAccordionLabelFontFamily = "Lucida Grande";
328
+ export const ComponentFooterFooterLinkFontFamily = "Gotham XNarrow";
329
+ export const ComponentMediaPlayerVideoTimeBadgeFontFamily = "Lucida Grande";
330
+ export const ComponentInputfieldInputFieldLabelFontFamily = "Lucida Grande";
331
+ export const ComponentButtonLabelFontWeightSt = "600";
332
+ export const BrandName = "Advertorial";