@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,1135 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const DisplayDisplay1 = {
6
+ fontFamily: "Gotham",
7
+ fontWeight: 800,
8
+ fontSize: "40px",
9
+ lineHeight: "40px",
10
+ letterSpacing: "-0.5px",
11
+ fontStyle: null,
12
+ textCase: "ORIGINAL",
13
+ textDecoration: "NONE",
14
+ };
15
+ export const DisplayDisplay2 = {
16
+ fontFamily: "Gotham",
17
+ fontWeight: 800,
18
+ fontSize: "36px",
19
+ lineHeight: "36px",
20
+ letterSpacing: "-0.5px",
21
+ fontStyle: null,
22
+ textCase: "ORIGINAL",
23
+ textDecoration: "NONE",
24
+ };
25
+ export const DisplayDisplay3 = {
26
+ fontFamily: "Gotham",
27
+ fontWeight: 800,
28
+ fontSize: "28px",
29
+ lineHeight: "28px",
30
+ letterSpacing: "-0.5px",
31
+ fontStyle: null,
32
+ textCase: "ORIGINAL",
33
+ textDecoration: "NONE",
34
+ };
35
+ export const HeadlineHeadline1 = {
36
+ fontFamily: "Gotham Condensed",
37
+ fontWeight: null,
38
+ fontSize: "48px",
39
+ lineHeight: "48px",
40
+ letterSpacing: "0px",
41
+ fontStyle: "700",
42
+ textCase: "ORIGINAL",
43
+ textDecoration: "NONE",
44
+ };
45
+ export const HeadlineHeadline2 = {
46
+ fontFamily: "Gotham Condensed",
47
+ fontWeight: null,
48
+ fontSize: "40px",
49
+ lineHeight: "40px",
50
+ letterSpacing: "0px",
51
+ fontStyle: "700",
52
+ textCase: "ORIGINAL",
53
+ textDecoration: "NONE",
54
+ };
55
+ export const HeadlineHeadline3 = {
56
+ fontFamily: "Gotham Condensed",
57
+ fontWeight: null,
58
+ fontSize: "28px",
59
+ lineHeight: "28px",
60
+ letterSpacing: "0px",
61
+ fontStyle: "700",
62
+ textCase: "ORIGINAL",
63
+ textDecoration: "NONE",
64
+ };
65
+ export const HeadlineHeadline4 = {
66
+ fontFamily: "Gotham Condensed",
67
+ fontWeight: null,
68
+ fontSize: "22px",
69
+ lineHeight: "22px",
70
+ letterSpacing: "0px",
71
+ fontStyle: "600",
72
+ textCase: "ORIGINAL",
73
+ textDecoration: "NONE",
74
+ };
75
+ export const SubheadlineSubheadline1 = {
76
+ fontFamily: "Gotham Condensed",
77
+ fontWeight: 700,
78
+ fontSize: "24px",
79
+ lineHeight: "24px",
80
+ letterSpacing: "0px",
81
+ fontStyle: null,
82
+ textCase: "ORIGINAL",
83
+ textDecoration: "NONE",
84
+ };
85
+ export const KickerKicker1 = {
86
+ fontFamily: "Gotham XNarrow",
87
+ fontWeight: null,
88
+ fontSize: "18px",
89
+ lineHeight: "19.799999237060547px",
90
+ letterSpacing: "0px",
91
+ fontStyle: "700",
92
+ textCase: "ORIGINAL",
93
+ textDecoration: "NONE",
94
+ };
95
+ export const KickerKicker2 = {
96
+ fontFamily: "Gotham XNarrow",
97
+ fontWeight: null,
98
+ fontSize: "18px",
99
+ lineHeight: "19.799999237060547px",
100
+ letterSpacing: "0px",
101
+ fontStyle: "700",
102
+ textCase: "ORIGINAL",
103
+ textDecoration: "NONE",
104
+ };
105
+ export const KickerKicker3 = {
106
+ fontFamily: "Gotham XNarrow",
107
+ fontWeight: null,
108
+ fontSize: "16px",
109
+ lineHeight: "17.600000381469727px",
110
+ letterSpacing: null,
111
+ fontStyle: "700",
112
+ textCase: "ORIGINAL",
113
+ textDecoration: "NONE",
114
+ };
115
+ export const KickerKicker4 = {
116
+ fontFamily: "Gotham XNarrow",
117
+ fontWeight: null,
118
+ fontSize: "14px",
119
+ lineHeight: "15.399999618530273px",
120
+ letterSpacing: "0px",
121
+ fontStyle: "700",
122
+ textCase: "ORIGINAL",
123
+ textDecoration: "NONE",
124
+ };
125
+ export const TitleTitle1 = {
126
+ fontFamily: "Gotham",
127
+ fontWeight: 800,
128
+ fontSize: "22px",
129
+ lineHeight: "22px",
130
+ letterSpacing: "0px",
131
+ fontStyle: null,
132
+ textCase: "ORIGINAL",
133
+ textDecoration: "NONE",
134
+ };
135
+ export const TitleTitle1uppercase = {
136
+ fontFamily: "Gotham",
137
+ fontWeight: 800,
138
+ fontSize: "22px",
139
+ lineHeight: "22px",
140
+ letterSpacing: "0px",
141
+ fontStyle: null,
142
+ textCase: "UPPER",
143
+ textDecoration: "NONE",
144
+ };
145
+ export const TitleTitle2 = {
146
+ fontFamily: "Gotham",
147
+ fontWeight: 800,
148
+ fontSize: "16px",
149
+ lineHeight: "17.600000381469727px",
150
+ letterSpacing: "0px",
151
+ fontStyle: null,
152
+ textCase: "ORIGINAL",
153
+ textDecoration: "NONE",
154
+ };
155
+ export const TitleTitle2uppercase = {
156
+ fontFamily: "Gotham",
157
+ fontWeight: 800,
158
+ fontSize: "16px",
159
+ lineHeight: "17.600000381469727px",
160
+ letterSpacing: "0px",
161
+ fontStyle: null,
162
+ textCase: "UPPER",
163
+ textDecoration: "NONE",
164
+ };
165
+ export const CalloutCallout = {
166
+ fontFamily: "Gotham",
167
+ fontWeight: 800,
168
+ fontSize: "18px",
169
+ lineHeight: "18px",
170
+ letterSpacing: "0px",
171
+ fontStyle: null,
172
+ textCase: "ORIGINAL",
173
+ textDecoration: "NONE",
174
+ };
175
+ export const BodyBody = {
176
+ fontFamily: "Gotham XNarrow",
177
+ fontWeight: 400,
178
+ fontSize: "21px",
179
+ lineHeight: "28px",
180
+ letterSpacing: "0px",
181
+ fontStyle: null,
182
+ textCase: "ORIGINAL",
183
+ textDecoration: "NONE",
184
+ paragraphSpacing: "16px",
185
+ };
186
+ export const BodyBodyitalic = {
187
+ fontFamily: "Gotham XNarrow",
188
+ fontWeight: null,
189
+ fontSize: "21px",
190
+ lineHeight: "28px",
191
+ letterSpacing: "0px",
192
+ fontStyle: null,
193
+ textCase: "ORIGINAL",
194
+ textDecoration: "NONE",
195
+ };
196
+ export const BodyBodybold = {
197
+ fontFamily: "Gotham XNarrow",
198
+ fontWeight: 700,
199
+ fontSize: "21px",
200
+ lineHeight: "28px",
201
+ letterSpacing: "0px",
202
+ fontStyle: null,
203
+ textCase: "ORIGINAL",
204
+ textDecoration: "NONE",
205
+ };
206
+ export const BodyBodybolditalic = {
207
+ fontFamily: "Gotham XNarrow",
208
+ fontWeight: null,
209
+ fontSize: "21px",
210
+ lineHeight: "28px",
211
+ letterSpacing: "0px",
212
+ fontStyle: null,
213
+ textCase: "ORIGINAL",
214
+ textDecoration: "NONE",
215
+ };
216
+ export const TextlinkTextlink = {
217
+ fontFamily: "Gotham XNarrow",
218
+ fontWeight: 400,
219
+ fontSize: "21px",
220
+ lineHeight: "28px",
221
+ letterSpacing: "0px",
222
+ fontStyle: null,
223
+ textCase: "ORIGINAL",
224
+ textDecoration: "UNDERLINE",
225
+ };
226
+ export const TextlinkTextlinkitalic = {
227
+ fontFamily: "Gotham XNarrow",
228
+ fontWeight: null,
229
+ fontSize: "21px",
230
+ lineHeight: "28px",
231
+ letterSpacing: "0px",
232
+ fontStyle: null,
233
+ textCase: "ORIGINAL",
234
+ textDecoration: "UNDERLINE",
235
+ };
236
+ export const TextlinkTextlinkbold = {
237
+ fontFamily: "Gotham XNarrow",
238
+ fontWeight: 700,
239
+ fontSize: "21px",
240
+ lineHeight: "28px",
241
+ letterSpacing: "0px",
242
+ fontStyle: null,
243
+ textCase: "ORIGINAL",
244
+ textDecoration: "UNDERLINE",
245
+ };
246
+ export const TextlinkTextlinkhover = {
247
+ fontFamily: "Gotham XNarrow",
248
+ fontWeight: 400,
249
+ fontSize: "21px",
250
+ lineHeight: "28px",
251
+ letterSpacing: "0px",
252
+ fontStyle: null,
253
+ textCase: "ORIGINAL",
254
+ textDecoration: "UNDERLINE",
255
+ };
256
+ export const TextlinkTextlinkboldhover = {
257
+ fontFamily: "Gotham XNarrow",
258
+ fontWeight: 700,
259
+ fontSize: "21px",
260
+ lineHeight: "28px",
261
+ letterSpacing: "0px",
262
+ fontStyle: null,
263
+ textCase: "ORIGINAL",
264
+ textDecoration: "UNDERLINE",
265
+ };
266
+ export const FootnoteFootnote1 = {
267
+ fontFamily: "Gotham XNarrow",
268
+ fontWeight: 400,
269
+ fontSize: "16px",
270
+ lineHeight: "21px",
271
+ letterSpacing: "0px",
272
+ fontStyle: null,
273
+ textCase: "ORIGINAL",
274
+ textDecoration: "NONE",
275
+ };
276
+ export const FootnoteFootnote1bold = {
277
+ fontFamily: "Gotham XNarrow",
278
+ fontWeight: 700,
279
+ fontSize: "16px",
280
+ lineHeight: "21px",
281
+ letterSpacing: "0px",
282
+ fontStyle: null,
283
+ textCase: "ORIGINAL",
284
+ textDecoration: "NONE",
285
+ };
286
+ export const FootnoteFootnote2 = {
287
+ fontFamily: "Gotham XNarrow",
288
+ fontWeight: 400,
289
+ fontSize: "12px",
290
+ lineHeight: "15.600000381469727px",
291
+ letterSpacing: "0px",
292
+ fontStyle: null,
293
+ textCase: "ORIGINAL",
294
+ textDecoration: "NONE",
295
+ };
296
+ export const FootnoteFootnote2bold = {
297
+ fontFamily: "Gotham XNarrow",
298
+ fontWeight: 700,
299
+ fontSize: "12px",
300
+ lineHeight: "15.600000381469727px",
301
+ letterSpacing: "0px",
302
+ fontStyle: null,
303
+ textCase: "ORIGINAL",
304
+ textDecoration: "NONE",
305
+ };
306
+ export const LabelLabel1 = {
307
+ fontFamily: "Gotham XNarrow",
308
+ fontWeight: 400,
309
+ fontSize: "17px",
310
+ lineHeight: "17px",
311
+ letterSpacing: "0.25px",
312
+ fontStyle: null,
313
+ textCase: "ORIGINAL",
314
+ textDecoration: "NONE",
315
+ };
316
+ export const LabelLabel1bold = {
317
+ fontFamily: "Gotham XNarrow",
318
+ fontWeight: 700,
319
+ fontSize: "17px",
320
+ lineHeight: "17px",
321
+ letterSpacing: "0.25px",
322
+ fontStyle: null,
323
+ textCase: "ORIGINAL",
324
+ textDecoration: "NONE",
325
+ };
326
+ export const LabelLabel1boldresp = {
327
+ fontFamily: "Gotham XNarrow",
328
+ fontWeight: 700,
329
+ fontSize: "10px",
330
+ lineHeight: "10px",
331
+ letterSpacing: "0.25px",
332
+ fontStyle: null,
333
+ textCase: "ORIGINAL",
334
+ textDecoration: "NONE",
335
+ };
336
+ export const LabelLabel1uppercasebold = {
337
+ fontFamily: "Gotham XNarrow",
338
+ fontWeight: 700,
339
+ fontSize: "17px",
340
+ lineHeight: "17px",
341
+ letterSpacing: "0.5px",
342
+ fontStyle: null,
343
+ textCase: "UPPER",
344
+ textDecoration: "NONE",
345
+ };
346
+ export const LabelLabel2 = {
347
+ fontFamily: "Gotham XNarrow",
348
+ fontWeight: 400,
349
+ fontSize: "15px",
350
+ lineHeight: "16px",
351
+ letterSpacing: "0.25px",
352
+ fontStyle: null,
353
+ textCase: "ORIGINAL",
354
+ textDecoration: "NONE",
355
+ };
356
+ export const LabelLabel2uppercase = {
357
+ fontFamily: "Gotham XNarrow",
358
+ fontWeight: 400,
359
+ fontSize: "15px",
360
+ lineHeight: "16px",
361
+ letterSpacing: "0.25px",
362
+ fontStyle: null,
363
+ textCase: "UPPER",
364
+ textDecoration: "NONE",
365
+ };
366
+ export const LabelLabel2bold = {
367
+ fontFamily: "Gotham XNarrow",
368
+ fontWeight: 700,
369
+ fontSize: "15px",
370
+ lineHeight: "16px",
371
+ letterSpacing: "0.25px",
372
+ fontStyle: null,
373
+ textCase: "ORIGINAL",
374
+ textDecoration: "NONE",
375
+ };
376
+ export const LabelLabel2uppercasebold = {
377
+ fontFamily: "Gotham XNarrow",
378
+ fontWeight: 700,
379
+ fontSize: "15px",
380
+ lineHeight: "16px",
381
+ letterSpacing: "0.25px",
382
+ fontStyle: null,
383
+ textCase: "UPPER",
384
+ textDecoration: "NONE",
385
+ };
386
+ export const LabelLabel3 = {
387
+ fontFamily: "Gotham XNarrow",
388
+ fontWeight: 400,
389
+ fontSize: "12px",
390
+ lineHeight: "14.399999618530273px",
391
+ letterSpacing: "0.25px",
392
+ fontStyle: null,
393
+ textCase: "ORIGINAL",
394
+ textDecoration: "NONE",
395
+ };
396
+ export const LabelLabel3uppercase = {
397
+ fontFamily: "Gotham XNarrow",
398
+ fontWeight: 400,
399
+ fontSize: "12px",
400
+ lineHeight: "14.399999618530273px",
401
+ letterSpacing: "0.5px",
402
+ fontStyle: null,
403
+ textCase: "UPPER",
404
+ textDecoration: "NONE",
405
+ };
406
+ export const LabelLabel3bold = {
407
+ fontFamily: "Gotham XNarrow",
408
+ fontWeight: 700,
409
+ fontSize: "12px",
410
+ lineHeight: "14.399999618530273px",
411
+ letterSpacing: "0.25px",
412
+ fontStyle: null,
413
+ textCase: "ORIGINAL",
414
+ textDecoration: "NONE",
415
+ };
416
+ export const LabelLabel3uppercasebold = {
417
+ fontFamily: "Gotham XNarrow",
418
+ fontWeight: 700,
419
+ fontSize: "12px",
420
+ lineHeight: "14.399999618530273px",
421
+ letterSpacing: "0.5px",
422
+ fontStyle: null,
423
+ textCase: "UPPER",
424
+ textDecoration: "NONE",
425
+ };
426
+ export const LabelLabel4 = {
427
+ fontFamily: "Gotham XNarrow",
428
+ fontWeight: 400,
429
+ fontSize: "8px",
430
+ lineHeight: "10px",
431
+ letterSpacing: "0px",
432
+ fontStyle: null,
433
+ textCase: "ORIGINAL",
434
+ textDecoration: "NONE",
435
+ };
436
+ export const QuoteQuote = {
437
+ fontFamily: "Gotham",
438
+ fontWeight: 800,
439
+ fontSize: "16px",
440
+ lineHeight: "16px",
441
+ letterSpacing: "0px",
442
+ fontStyle: null,
443
+ textCase: "ORIGINAL",
444
+ textDecoration: "NONE",
445
+ };
446
+ export const AccordionAccordionlabel = {
447
+ fontFamily: "Gotham XNarrow",
448
+ fontWeight: 700,
449
+ fontSize: "17px",
450
+ lineHeight: null,
451
+ letterSpacing: "0px",
452
+ fontStyle: null,
453
+ textCase: "ORIGINAL",
454
+ textDecoration: "NONE",
455
+ };
456
+ export const ArticleArticlekicker = {
457
+ fontFamily: "Gotham XNarrow",
458
+ fontWeight: null,
459
+ fontSize: "18px",
460
+ lineHeight: "19.799999237060547px",
461
+ letterSpacing: null,
462
+ fontStyle: "700",
463
+ textCase: "ORIGINAL",
464
+ textDecoration: "NONE",
465
+ };
466
+ export const ArticleArticleimagecaption = {
467
+ fontFamily: "Gotham XNarrow",
468
+ fontWeight: 700,
469
+ fontSize: "16px",
470
+ lineHeight: "19.5px",
471
+ letterSpacing: "0px",
472
+ fontStyle: null,
473
+ textCase: "ORIGINAL",
474
+ textDecoration: "NONE",
475
+ };
476
+ export const ArticleArticleheadline = {
477
+ fontFamily: "Gotham Condensed",
478
+ fontWeight: null,
479
+ fontSize: "40px",
480
+ lineHeight: "40px",
481
+ letterSpacing: null,
482
+ fontStyle: "700",
483
+ textCase: "ORIGINAL",
484
+ textDecoration: "NONE",
485
+ };
486
+ export const ArticleArticlemetasource = {
487
+ fontFamily: "Gotham XNarrow",
488
+ fontWeight: 400,
489
+ fontSize: "16px",
490
+ lineHeight: "21px",
491
+ letterSpacing: null,
492
+ fontStyle: null,
493
+ textCase: "ORIGINAL",
494
+ textDecoration: "NONE",
495
+ };
496
+ export const ArticleArticletimestamp = {
497
+ fontFamily: "Gotham",
498
+ fontWeight: 800,
499
+ fontSize: "12px",
500
+ lineHeight: null,
501
+ letterSpacing: null,
502
+ fontStyle: null,
503
+ textCase: "ORIGINAL",
504
+ textDecoration: "NONE",
505
+ };
506
+ export const AudioplayerAudioplayerlabel = {
507
+ fontFamily: "Gotham XNarrow",
508
+ fontWeight: 700,
509
+ fontSize: "16px",
510
+ lineHeight: "16px",
511
+ letterSpacing: null,
512
+ fontStyle: null,
513
+ textCase: "ORIGINAL",
514
+ textDecoration: "NONE",
515
+ };
516
+ export const AvatarAppavatar = {
517
+ fontFamily: "Gotham",
518
+ fontWeight: 800,
519
+ fontSize: "12px",
520
+ lineHeight: null,
521
+ letterSpacing: "0px",
522
+ fontStyle: null,
523
+ textCase: "UPPER",
524
+ textDecoration: "NONE",
525
+ };
526
+ export const AvatarAvatardefault = {
527
+ fontFamily: "Gotham XNarrow",
528
+ fontWeight: 700,
529
+ fontSize: "16px",
530
+ lineHeight: "21px",
531
+ letterSpacing: "0px",
532
+ fontStyle: null,
533
+ textCase: "ORIGINAL",
534
+ textDecoration: "NONE",
535
+ };
536
+ export const AvatarAvatarhover = {
537
+ fontFamily: "Gotham XNarrow",
538
+ fontWeight: 700,
539
+ fontSize: "16px",
540
+ lineHeight: "21px",
541
+ letterSpacing: "0px",
542
+ fontStyle: null,
543
+ textCase: "ORIGINAL",
544
+ textDecoration: "UNDERLINE",
545
+ };
546
+ export const AvatarAvatarsecondaryinfo = {
547
+ fontFamily: "Gotham XNarrow",
548
+ fontWeight: 400,
549
+ fontSize: "16px",
550
+ lineHeight: "21px",
551
+ letterSpacing: "0px",
552
+ fontStyle: null,
553
+ textCase: "ORIGINAL",
554
+ textDecoration: "NONE",
555
+ };
556
+ export const AvatarAvatarsecondaryinfohover = {
557
+ fontFamily: "Gotham XNarrow",
558
+ fontWeight: 400,
559
+ fontSize: "16px",
560
+ lineHeight: "21px",
561
+ letterSpacing: "0px",
562
+ fontStyle: null,
563
+ textCase: "ORIGINAL",
564
+ textDecoration: "UNDERLINE",
565
+ };
566
+ export const BadgesVideoadbadge = {
567
+ fontFamily: "Gotham XNarrow",
568
+ fontWeight: 400,
569
+ fontSize: "14px",
570
+ lineHeight: null,
571
+ letterSpacing: null,
572
+ fontStyle: null,
573
+ textCase: "UPPER",
574
+ textDecoration: "NONE",
575
+ };
576
+ export const BadgesVideotimebadge = {
577
+ fontFamily: "Gotham XNarrow",
578
+ fontWeight: 400,
579
+ fontSize: "16px",
580
+ lineHeight: "21px",
581
+ letterSpacing: null,
582
+ fontStyle: null,
583
+ textCase: "ORIGINAL",
584
+ textDecoration: "NONE",
585
+ };
586
+ export const BreadcrumbBreadcrumb = {
587
+ fontFamily: "Gotham XNarrow",
588
+ fontWeight: 700,
589
+ fontSize: "15px",
590
+ lineHeight: "15px",
591
+ letterSpacing: "0px",
592
+ fontStyle: null,
593
+ textCase: "ORIGINAL",
594
+ textDecoration: "NONE",
595
+ };
596
+ export const BreadcrumbBreadcrumblink = {
597
+ fontFamily: "Gotham XNarrow",
598
+ fontWeight: 700,
599
+ fontSize: "15px",
600
+ lineHeight: "15px",
601
+ letterSpacing: "0px",
602
+ fontStyle: null,
603
+ textCase: "ORIGINAL",
604
+ textDecoration: "UNDERLINE",
605
+ };
606
+ export const BreadcrumbBreadcrumblinkhover = {
607
+ fontFamily: "Gotham XNarrow",
608
+ fontWeight: 700,
609
+ fontSize: "15px",
610
+ lineHeight: "15px",
611
+ letterSpacing: "0px",
612
+ fontStyle: null,
613
+ textCase: "ORIGINAL",
614
+ textDecoration: "UNDERLINE",
615
+ };
616
+ export const BreakingnewsBreakingnewstext = {
617
+ fontFamily: "Gotham XNarrow",
618
+ fontWeight: 700,
619
+ fontSize: "21px",
620
+ lineHeight: "24px",
621
+ letterSpacing: "0px",
622
+ fontStyle: null,
623
+ textCase: "UPPER",
624
+ textDecoration: "NONE",
625
+ };
626
+ export const BreakingnewsBreakingnewsuppertitle = {
627
+ fontFamily: "Gotham",
628
+ fontWeight: 800,
629
+ fontSize: "13px",
630
+ lineHeight: "13px",
631
+ letterSpacing: "0px",
632
+ fontStyle: null,
633
+ textCase: "ORIGINAL",
634
+ textDecoration: "NONE",
635
+ };
636
+ export const BreakingnewsBreakingnewslowertitle = {
637
+ fontFamily: "Gotham",
638
+ fontWeight: 800,
639
+ fontSize: "23px",
640
+ lineHeight: "21px",
641
+ letterSpacing: "0px",
642
+ fontStyle: null,
643
+ textCase: "ORIGINAL",
644
+ textDecoration: "NONE",
645
+ };
646
+ export const ButtonButtonlabel = {
647
+ fontFamily: "Gotham XNarrow",
648
+ fontWeight: null,
649
+ fontSize: "15px",
650
+ lineHeight: "15px",
651
+ letterSpacing: "0.5px",
652
+ fontStyle: "600",
653
+ textCase: "UPPER",
654
+ textDecoration: "NONE",
655
+ };
656
+ export const ButtonPartnerlinkbuttonlabel = {
657
+ fontFamily: "Gotham XNarrow",
658
+ fontWeight: 400,
659
+ fontSize: "16px",
660
+ lineHeight: "16px",
661
+ letterSpacing: null,
662
+ fontStyle: null,
663
+ textCase: "ORIGINAL",
664
+ textDecoration: "NONE",
665
+ };
666
+ export const ChipsChipslabel = {
667
+ fontFamily: "Gotham XNarrow",
668
+ fontWeight: 700,
669
+ fontSize: "16px",
670
+ lineHeight: null,
671
+ letterSpacing: null,
672
+ fontStyle: null,
673
+ textCase: "ORIGINAL",
674
+ textDecoration: "NONE",
675
+ };
676
+ export const FooterFootercardlink = {
677
+ fontFamily: "Gotham XNarrow",
678
+ fontWeight: 400,
679
+ fontSize: "15px",
680
+ lineHeight: null,
681
+ letterSpacing: null,
682
+ fontStyle: null,
683
+ textCase: "ORIGINAL",
684
+ textDecoration: "UNDERLINE",
685
+ };
686
+ export const FooterFooterlinkseparator = {
687
+ fontFamily: "Gotham XNarrow",
688
+ fontWeight: 400,
689
+ fontSize: null,
690
+ lineHeight: null,
691
+ letterSpacing: null,
692
+ fontStyle: null,
693
+ textCase: "ORIGINAL",
694
+ textDecoration: "NONE",
695
+ };
696
+ export const FooterFooterlinks = {
697
+ fontFamily: "Gotham XNarrow",
698
+ fontWeight: 700,
699
+ fontSize: "11px",
700
+ lineHeight: "14px",
701
+ letterSpacing: "0px",
702
+ fontStyle: null,
703
+ textCase: "ORIGINAL",
704
+ textDecoration: "NONE",
705
+ };
706
+ export const FooterFooterlinkuserOfferpages = {
707
+ fontFamily: "Gotham XNarrow",
708
+ fontWeight: 400,
709
+ fontSize: "18px",
710
+ lineHeight: "26px",
711
+ letterSpacing: null,
712
+ fontStyle: null,
713
+ textCase: "ORIGINAL",
714
+ textDecoration: "NONE",
715
+ };
716
+ export const InputfieldTextinputfieldlabel = {
717
+ fontFamily: "Gotham XNarrow",
718
+ fontWeight: 400,
719
+ fontSize: "16px",
720
+ lineHeight: "16px",
721
+ letterSpacing: null,
722
+ fontStyle: null,
723
+ textCase: "ORIGINAL",
724
+ textDecoration: "NONE",
725
+ };
726
+ export const LivetickerLivetickerheadline = {
727
+ fontFamily: "Gotham Condensed",
728
+ fontWeight: 600,
729
+ fontSize: "22px",
730
+ lineHeight: "22px",
731
+ letterSpacing: "0px",
732
+ fontStyle: null,
733
+ textCase: "ORIGINAL",
734
+ textDecoration: "NONE",
735
+ };
736
+ export const LivetickerLivetickertimestamp = {
737
+ fontFamily: "Gotham XNarrow",
738
+ fontWeight: 700,
739
+ fontSize: "14px",
740
+ lineHeight: "14px",
741
+ letterSpacing: null,
742
+ fontStyle: null,
743
+ textCase: "ORIGINAL",
744
+ textDecoration: "NONE",
745
+ };
746
+ export const MediaplayersPodcastplayerlabel = {
747
+ fontFamily: "Gotham XNarrow",
748
+ fontWeight: 400,
749
+ fontSize: "16px",
750
+ lineHeight: "16px",
751
+ letterSpacing: null,
752
+ fontStyle: null,
753
+ textCase: "ORIGINAL",
754
+ textDecoration: "NONE",
755
+ };
756
+ export const MediaplayersVideoadtime = {
757
+ fontFamily: "Gotham",
758
+ fontWeight: 800,
759
+ fontSize: "14px",
760
+ lineHeight: null,
761
+ letterSpacing: null,
762
+ fontStyle: null,
763
+ textCase: "UPPER",
764
+ textDecoration: "NONE",
765
+ };
766
+ export const MediaplayersVideoplayertime = {
767
+ fontFamily: "Gotham",
768
+ fontWeight: 800,
769
+ fontSize: "14px",
770
+ lineHeight: null,
771
+ letterSpacing: null,
772
+ fontStyle: null,
773
+ textCase: "UPPER",
774
+ textDecoration: "NONE",
775
+ };
776
+ export const MenuApptopbarstagetitle = {
777
+ fontFamily: "Gotham",
778
+ fontWeight: 800,
779
+ fontSize: "12px",
780
+ lineHeight: "14px",
781
+ letterSpacing: "0px",
782
+ fontStyle: null,
783
+ textCase: "ORIGINAL",
784
+ textDecoration: "NONE",
785
+ };
786
+ export const MenuApptopbartabstitle = {
787
+ fontFamily: "Gotham",
788
+ fontWeight: 800,
789
+ fontSize: "12px",
790
+ lineHeight: "14px",
791
+ letterSpacing: "0px",
792
+ fontStyle: null,
793
+ textCase: "UPPER",
794
+ textDecoration: "NONE",
795
+ };
796
+ export const MenuMenuitemlabel = {
797
+ fontFamily: "Gotham XNarrow",
798
+ fontWeight: null,
799
+ fontSize: "15px",
800
+ lineHeight: "15px",
801
+ letterSpacing: "0px",
802
+ fontStyle: "700",
803
+ textCase: "UPPER",
804
+ textDecoration: "NONE",
805
+ };
806
+ export const MenuMenuitemutillabel = {
807
+ fontFamily: "Gotham XNarrow",
808
+ fontWeight: null,
809
+ fontSize: "12px",
810
+ lineHeight: "12px",
811
+ letterSpacing: "0px",
812
+ fontStyle: "700",
813
+ textCase: "UPPER",
814
+ textDecoration: "NONE",
815
+ };
816
+ export const NewstickerNewstickertimestamp = {
817
+ fontFamily: "Gotham XNarrow",
818
+ fontWeight: 700,
819
+ fontSize: "16px",
820
+ lineHeight: "20.799999237060547px",
821
+ letterSpacing: "0px",
822
+ fontStyle: null,
823
+ textCase: "ORIGINAL",
824
+ textDecoration: "NONE",
825
+ };
826
+ export const NewstickerNewstickerkicker = {
827
+ fontFamily: "Gotham XNarrow",
828
+ fontWeight: 700,
829
+ fontSize: "16px",
830
+ lineHeight: "17.600000381469727px",
831
+ letterSpacing: "0px",
832
+ fontStyle: null,
833
+ textCase: "ORIGINAL",
834
+ textDecoration: "NONE",
835
+ };
836
+ export const NewstickerNewstickerheadline = {
837
+ fontFamily: "Gotham Condensed",
838
+ fontWeight: null,
839
+ fontSize: "28px",
840
+ lineHeight: "28px",
841
+ letterSpacing: "0px",
842
+ fontStyle: "700",
843
+ textCase: "ORIGINAL",
844
+ textDecoration: "NONE",
845
+ };
846
+ export const PaginationNumberedpaginationactive = {
847
+ fontFamily: "Gotham XNarrow",
848
+ fontWeight: 700,
849
+ fontSize: "17px",
850
+ lineHeight: "17px",
851
+ letterSpacing: "0.25px",
852
+ fontStyle: null,
853
+ textCase: "ORIGINAL",
854
+ textDecoration: "UNDERLINE",
855
+ };
856
+ export const PaywallPaywallcardpricetag = {
857
+ fontFamily: "Gotham",
858
+ fontWeight: 800,
859
+ fontSize: "64px",
860
+ lineHeight: "64px",
861
+ letterSpacing: "-0.5px",
862
+ fontStyle: null,
863
+ textCase: "ORIGINAL",
864
+ textDecoration: "NONE",
865
+ };
866
+ export const PaywallPaywallcardnote = {
867
+ fontFamily: "Gotham",
868
+ fontWeight: 800,
869
+ fontSize: "40px",
870
+ lineHeight: "40px",
871
+ letterSpacing: "-0.5px",
872
+ fontStyle: null,
873
+ textCase: "ORIGINAL",
874
+ textDecoration: "NONE",
875
+ };
876
+ export const SpecialnaviSpecianaviitemlabel = {
877
+ fontFamily: "Gotham XNarrow",
878
+ fontWeight: null,
879
+ fontSize: "15px",
880
+ lineHeight: "15px",
881
+ letterSpacing: "0px",
882
+ fontStyle: "700",
883
+ textCase: "ORIGINAL",
884
+ textDecoration: "NONE",
885
+ };
886
+ export const TabsTablabel = {
887
+ fontFamily: "Gotham XNarrow",
888
+ fontWeight: 700,
889
+ fontSize: "16px",
890
+ lineHeight: null,
891
+ letterSpacing: null,
892
+ fontStyle: null,
893
+ textCase: "UPPER",
894
+ textDecoration: "NONE",
895
+ };
896
+ export const TabsAppbottombarlabeldefault = {
897
+ fontFamily: "Gotham XNarrow",
898
+ fontWeight: 400,
899
+ fontSize: "11px",
900
+ lineHeight: "14.399999618530273px",
901
+ letterSpacing: "0px",
902
+ fontStyle: null,
903
+ textCase: "ORIGINAL",
904
+ textDecoration: "NONE",
905
+ };
906
+ export const TabsAppbottombarlabelactive = {
907
+ fontFamily: "Gotham XNarrow",
908
+ fontWeight: 700,
909
+ fontSize: "11px",
910
+ lineHeight: "14.399999618530273px",
911
+ letterSpacing: "0px",
912
+ fontStyle: null,
913
+ textCase: "ORIGINAL",
914
+ textDecoration: "NONE",
915
+ };
916
+ export const AteaserAteaserkicker = {
917
+ fontFamily: "Gotham XNarrow",
918
+ fontWeight: null,
919
+ fontSize: "16px",
920
+ lineHeight: "16px",
921
+ letterSpacing: "0px",
922
+ fontStyle: "700",
923
+ textCase: "ORIGINAL",
924
+ textDecoration: "NONE",
925
+ };
926
+ export const AteaserAteaserheadline = {
927
+ fontFamily: "Gotham Condensed",
928
+ fontWeight: null,
929
+ fontSize: "28px",
930
+ lineHeight: "28px",
931
+ letterSpacing: "0px",
932
+ fontStyle: "700",
933
+ textCase: "ORIGINAL",
934
+ textDecoration: "NONE",
935
+ };
936
+ export const MqteaserMqteaserkicker = {
937
+ fontFamily: "Gotham XNarrow",
938
+ fontWeight: null,
939
+ fontSize: "14px",
940
+ lineHeight: "15.399999618530273px",
941
+ letterSpacing: "0px",
942
+ fontStyle: "700",
943
+ textCase: "ORIGINAL",
944
+ textDecoration: "NONE",
945
+ };
946
+ export const MqteaserMqteaserheadline = {
947
+ fontFamily: "Gotham Condensed",
948
+ fontWeight: null,
949
+ fontSize: "22px",
950
+ lineHeight: "22px",
951
+ letterSpacing: "0px",
952
+ fontStyle: "700",
953
+ textCase: "ORIGINAL",
954
+ textDecoration: "NONE",
955
+ };
956
+ export const QteaserQteaserheadline = {
957
+ fontFamily: "Gotham Condensed",
958
+ fontWeight: null,
959
+ fontSize: "48px",
960
+ lineHeight: "48px",
961
+ letterSpacing: "0px",
962
+ fontStyle: "700",
963
+ textCase: "ORIGINAL",
964
+ textDecoration: "NONE",
965
+ };
966
+ export const StdteaserStdteaserheadline = {
967
+ fontFamily: "Gotham Condensed",
968
+ fontWeight: null,
969
+ fontSize: "22px",
970
+ lineHeight: "22px",
971
+ letterSpacing: "0px",
972
+ fontStyle: "600",
973
+ textCase: "ORIGINAL",
974
+ textDecoration: "NONE",
975
+ };
976
+ export const ToggleswitchesApptoogleitemlabel = {
977
+ fontFamily: "Gotham",
978
+ fontWeight: 800,
979
+ fontSize: "14px",
980
+ lineHeight: "14.100000381469727px",
981
+ letterSpacing: "0px",
982
+ fontStyle: null,
983
+ textCase: "UPPER",
984
+ textDecoration: "NONE",
985
+ };
986
+ export const DsdocsstylesPageheaderdescription = {
987
+ fontFamily: "Gotham XNarrow",
988
+ fontWeight: 700,
989
+ fontSize: null,
990
+ lineHeight: null,
991
+ letterSpacing: "0px",
992
+ fontStyle: null,
993
+ textCase: "ORIGINAL",
994
+ textDecoration: "NONE",
995
+ };
996
+ export const DsdocsstylesCodesnippets = {
997
+ fontFamily: "Source Code Pro",
998
+ fontWeight: null,
999
+ fontSize: "12px",
1000
+ lineHeight: "15.600000381469727px",
1001
+ letterSpacing: "0px",
1002
+ fontStyle: null,
1003
+ textCase: "ORIGINAL",
1004
+ textDecoration: "NONE",
1005
+ };
1006
+ export const DsdocsstylesBilddesignsidemenu = {
1007
+ fontFamily: "Gotham XNarrow",
1008
+ fontWeight: 400,
1009
+ fontSize: null,
1010
+ lineHeight: null,
1011
+ letterSpacing: null,
1012
+ fontStyle: null,
1013
+ textCase: "ORIGINAL",
1014
+ textDecoration: "NONE",
1015
+ };
1016
+ export const DsdocsstylesBilddesignsidemenuactive = {
1017
+ fontFamily: "Gotham XNarrow",
1018
+ fontWeight: 400,
1019
+ fontSize: null,
1020
+ lineHeight: null,
1021
+ letterSpacing: null,
1022
+ fontStyle: null,
1023
+ textCase: "ORIGINAL",
1024
+ textDecoration: "UNDERLINE",
1025
+ };
1026
+ export const DsdocsstylesBilddesignsidemenuhover = {
1027
+ fontFamily: "Gotham XNarrow",
1028
+ fontWeight: 600,
1029
+ fontSize: null,
1030
+ lineHeight: null,
1031
+ letterSpacing: null,
1032
+ fontStyle: null,
1033
+ textCase: "ORIGINAL",
1034
+ textDecoration: "NONE",
1035
+ };
1036
+ export const DsdocsstylesVerticalvideosmockheadlines = {
1037
+ fontFamily: "Gotham Condensed",
1038
+ fontWeight: 600,
1039
+ fontSize: "22px",
1040
+ lineHeight: "22px",
1041
+ letterSpacing: null,
1042
+ fontStyle: null,
1043
+ textCase: "ORIGINAL",
1044
+ textDecoration: "UNDERLINE",
1045
+ };
1046
+ export const DsdocsstylesTokenspecl = {
1047
+ fontFamily: "Source Code Pro",
1048
+ fontWeight: null,
1049
+ fontSize: null,
1050
+ lineHeight: null,
1051
+ letterSpacing: null,
1052
+ fontStyle: null,
1053
+ textCase: "ORIGINAL",
1054
+ textDecoration: "NONE",
1055
+ };
1056
+ export const SpecsSpecsxs = {
1057
+ fontFamily: "Gotham",
1058
+ fontWeight: 400,
1059
+ fontSize: null,
1060
+ lineHeight: null,
1061
+ letterSpacing: null,
1062
+ fontStyle: null,
1063
+ textCase: "ORIGINAL",
1064
+ textDecoration: "NONE",
1065
+ };
1066
+ export const SpecsSpecss = {
1067
+ fontFamily: "Gotham",
1068
+ fontWeight: null,
1069
+ fontSize: null,
1070
+ lineHeight: null,
1071
+ letterSpacing: null,
1072
+ fontStyle: null,
1073
+ textCase: "ORIGINAL",
1074
+ textDecoration: "NONE",
1075
+ };
1076
+ export const SpecsSpecsms = {
1077
+ fontFamily: "Gotham",
1078
+ fontWeight: null,
1079
+ fontSize: null,
1080
+ lineHeight: null,
1081
+ letterSpacing: null,
1082
+ fontStyle: null,
1083
+ textCase: "ORIGINAL",
1084
+ textDecoration: "NONE",
1085
+ };
1086
+ export const SpecsSpecsm = {
1087
+ fontFamily: "Gotham",
1088
+ fontWeight: null,
1089
+ fontSize: null,
1090
+ lineHeight: null,
1091
+ letterSpacing: null,
1092
+ fontStyle: null,
1093
+ textCase: "ORIGINAL",
1094
+ textDecoration: "NONE",
1095
+ };
1096
+ export const SpecsSpecsml = {
1097
+ fontFamily: "Gotham",
1098
+ fontWeight: 400,
1099
+ fontSize: "64px",
1100
+ lineHeight: "80px",
1101
+ letterSpacing: null,
1102
+ fontStyle: null,
1103
+ textCase: "ORIGINAL",
1104
+ textDecoration: "UNDERLINE",
1105
+ };
1106
+ export const SpecsSpecsl = {
1107
+ fontFamily: "Gotham",
1108
+ fontWeight: 400,
1109
+ fontSize: null,
1110
+ lineHeight: null,
1111
+ letterSpacing: null,
1112
+ fontStyle: null,
1113
+ textCase: "ORIGINAL",
1114
+ textDecoration: "UNDERLINE",
1115
+ };
1116
+ export const SpecsSpecsxl = {
1117
+ fontFamily: "Gotham",
1118
+ fontWeight: 600,
1119
+ fontSize: null,
1120
+ lineHeight: null,
1121
+ letterSpacing: null,
1122
+ fontStyle: null,
1123
+ textCase: "ORIGINAL",
1124
+ textDecoration: "UNDERLINE",
1125
+ };
1126
+ export const SpecsSpecsxxl = {
1127
+ fontFamily: "Gotham",
1128
+ fontWeight: 600,
1129
+ fontSize: null,
1130
+ lineHeight: null,
1131
+ letterSpacing: null,
1132
+ fontStyle: null,
1133
+ textCase: "ORIGINAL",
1134
+ textDecoration: "UNDERLINE",
1135
+ };