@marioschmidt/design-system-tokens 1.0.14 → 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.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +669 -0
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +669 -0
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +669 -0
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +669 -0
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +668 -0
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +668 -0
- package/dist/android/res/values/brands/advertorial/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/advertorial/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/advertorial/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_advertorial.xml → brands/advertorial/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/brands/bild/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/bild/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/bild/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_color_bild.xml → brands/bild/overrides/brandcolormapping.xml} +52 -52
- package/dist/android/res/values/{mapping/brand_bild.xml → brands/bild/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_dark.xml → brands/bild/semantic/color/colormode-dark.xml} +222 -221
- package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_light.xml → brands/bild/semantic/color/colormode-light.xml} +227 -226
- package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/brands/sportbild/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/sportbild/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/sportbild/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_color_sportbild.xml → brands/sportbild/overrides/brandcolormapping.xml} +53 -53
- package/dist/android/res/values/{mapping/brand_sportbild.xml → brands/sportbild/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/{semantic/bild/color/color_bild_dark.xml → brands/sportbild/semantic/color/colormode-dark.xml} +222 -221
- package/dist/android/res/values/{semantic/bild/color/color_bild_light.xml → brands/sportbild/semantic/color/colormode-light.xml} +227 -226
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/{base/primitive_color_value.xml → shared/colorprimitive.xml} +74 -74
- package/dist/android/res/values/{base/primitive_font_value.xml → shared/fontprimitive.xml} +23 -23
- package/dist/android/res/values/shared/sizeprimitive.xml +56 -0
- package/dist/android/res/values/shared/spaceprimitive.xml +32 -0
- package/dist/css/brands/advertorial/density/density-compact.css +14 -0
- package/dist/css/brands/advertorial/density/density-default.css +14 -0
- package/dist/css/brands/advertorial/density/density-spacious.css +14 -0
- package/dist/css/{mapping/brand-advertorial-global.css → brands/advertorial/overrides/brandtokenmapping.css} +131 -131
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +989 -0
- package/dist/css/brands/bild/density/density-compact.css +14 -0
- package/dist/css/brands/bild/density/density-default.css +14 -0
- package/dist/css/brands/bild/density/density-spacious.css +14 -0
- package/dist/css/brands/bild/overrides/brandcolormapping.css +74 -0
- package/dist/css/{mapping/brand-bild-global.css → brands/bild/overrides/brandtokenmapping.css} +94 -94
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/{semantic/bild/color/color-bild-dark-global.css → brands/bild/semantic/color/colormode-dark.css} +303 -302
- package/dist/css/{semantic/bild/color/color-bild-light-global.css → brands/bild/semantic/color/colormode-light.css} +302 -301
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/bild/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +989 -0
- package/dist/css/brands/sportbild/density/density-compact.css +14 -0
- package/dist/css/brands/sportbild/density/density-default.css +14 -0
- package/dist/css/brands/sportbild/density/density-spacious.css +14 -0
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +74 -0
- package/dist/css/{mapping/brand-sportbild-global.css → brands/sportbild/overrides/brandtokenmapping.css} +128 -128
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/{semantic/advertorial/color/color-advertorial-dark-global.css → brands/sportbild/semantic/color/colormode-dark.css} +303 -302
- package/dist/css/{semantic/advertorial/color/color-advertorial-light-global.css → brands/sportbild/semantic/color/colormode-light.css} +302 -301
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +989 -0
- package/dist/css/shared/colorprimitive.css +100 -0
- package/dist/flutter/brands/advertorial/density/density-compact.dart +23 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +23 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/brands/bild/density/density-compact.dart +23 -0
- package/dist/flutter/brands/bild/density/density-default.dart +23 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +83 -0
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +436 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +436 -0
- package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +23 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +23 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +83 -0
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +436 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +436 -0
- package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/shared/colorprimitive.dart +109 -0
- package/dist/flutter/shared/fontprimitive.dart +58 -0
- package/dist/flutter/shared/sizeprimitive.dart +64 -0
- package/dist/flutter/shared/spaceprimitive.dart +40 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/brands/bild/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +80 -0
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +433 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +433 -0
- package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +80 -0
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +433 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +433 -0
- package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/shared/Colorprimitive.swift +106 -0
- package/dist/ios/shared/Fontprimitive.swift +55 -0
- package/dist/ios/shared/Sizeprimitive.swift +61 -0
- package/dist/ios/shared/Spaceprimitive.swift +37 -0
- package/dist/js/brands/advertorial/density/density-compact.js +12 -0
- package/dist/js/brands/advertorial/density/density-default.js +12 -0
- package/dist/js/brands/advertorial/density/density-spacious.js +12 -0
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +332 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +494 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +498 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +496 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +496 -0
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/brands/bild/density/density-compact.js +12 -0
- package/dist/js/brands/bild/density/density-default.js +12 -0
- package/dist/js/brands/bild/density/density-spacious.js +12 -0
- package/dist/js/brands/bild/overrides/brandcolormapping.js +76 -0
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +301 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +482 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +485 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +488 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +488 -0
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +231 -0
- package/dist/js/brands/bild/semantic/color/colormode-light.js +231 -0
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/bild/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/brands/sportbild/density/density-compact.js +12 -0
- package/dist/js/brands/sportbild/density/density-default.js +12 -0
- package/dist/js/brands/sportbild/density/density-spacious.js +12 -0
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +76 -0
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +332 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +497 -0
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +231 -0
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +231 -0
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/shared/colorprimitive.js +98 -0
- package/dist/js/shared/fontprimitive.js +47 -0
- package/dist/js/shared/sizeprimitive.js +53 -0
- package/dist/js/shared/spaceprimitive.js +29 -0
- package/dist/json/brands/advertorial/density/density-compact.json +330 -0
- package/dist/json/brands/advertorial/density/density-default.json +330 -0
- package/dist/json/brands/advertorial/density/density-spacious.json +330 -0
- package/dist/json/brands/advertorial/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/advertorial/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/advertorial/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/brands/bild/density/density-compact.json +330 -0
- package/dist/json/brands/bild/density/density-default.json +330 -0
- package/dist/json/brands/bild/density/density-spacious.json +330 -0
- package/dist/json/brands/bild/overrides/brandcolormapping.json +2796 -0
- package/dist/json/brands/bild/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +8629 -0
- package/dist/json/brands/bild/semantic/color/colormode-light.json +8629 -0
- package/dist/json/brands/bild/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/bild/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/bild/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/brands/sportbild/density/density-compact.json +330 -0
- package/dist/json/brands/sportbild/density/density-default.json +330 -0
- package/dist/json/brands/sportbild/density/density-spacious.json +330 -0
- package/dist/json/brands/sportbild/overrides/brandcolormapping.json +2796 -0
- package/dist/json/brands/sportbild/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +8629 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +8629 -0
- package/dist/json/brands/sportbild/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/sportbild/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/shared/colorprimitive.json +3704 -0
- package/dist/json/shared/fontprimitive.json +1581 -0
- package/dist/json/shared/sizeprimitive.json +1717 -0
- package/dist/json/shared/spaceprimitive.json +877 -0
- package/dist/manifest.json +66 -258
- package/dist/scss/brands/advertorial/density/density-compact.scss +11 -0
- package/dist/scss/brands/advertorial/density/density-default.scss +11 -0
- package/dist/scss/brands/advertorial/density/density-spacious.scss +11 -0
- package/dist/scss/{mapping/brand-advertorial.scss → brands/advertorial/overrides/brandtokenmapping.scss} +131 -131
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/brands/bild/density/density-compact.scss +11 -0
- package/dist/scss/brands/bild/density/density-default.scss +11 -0
- package/dist/scss/brands/bild/density/density-spacious.scss +11 -0
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +71 -0
- package/dist/scss/{mapping/brand-bild.scss → brands/bild/overrides/brandtokenmapping.scss} +94 -94
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/{semantic/advertorial/color/color-advertorial-dark.scss → brands/bild/semantic/color/colormode-dark.scss} +283 -282
- package/dist/scss/{semantic/bild/color/color-bild-light.scss → brands/bild/semantic/color/colormode-light.scss} +282 -281
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/brands/sportbild/density/density-compact.scss +11 -0
- package/dist/scss/brands/sportbild/density/density-default.scss +11 -0
- package/dist/scss/brands/sportbild/density/density-spacious.scss +11 -0
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +71 -0
- package/dist/scss/{mapping/brand-sportbild.scss → brands/sportbild/overrides/brandtokenmapping.scss} +128 -128
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/{semantic/bild/color/color-bild-dark.scss → brands/sportbild/semantic/color/colormode-dark.scss} +283 -282
- package/dist/scss/{semantic/advertorial/color/color-advertorial-light.scss → brands/sportbild/semantic/color/colormode-light.scss} +282 -281
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/shared/colorprimitive.scss +97 -0
- package/package.json +4 -4
- package/dist/android/res/values/base/primitive_size_value.xml +0 -56
- package/dist/android/res/values/base/primitive_space_value.xml +0 -32
- package/dist/android/res/values/density/density_compact.xml +0 -15
- package/dist/android/res/values/density/density_default.xml +0 -15
- package/dist/android/res/values/density/density_spacious.xml +0 -15
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_md.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_lg.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_md.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_sm.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_xs.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_md.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/color/color_sportbild_dark.xml +0 -271
- package/dist/android/res/values/semantic/sportbild/color/color_sportbild_light.xml +0 -271
- package/dist/css/base/index.css +0 -8
- package/dist/css/base/primitive-color-value-global.css +0 -100
- package/dist/css/base/primitive-color-value.css +0 -100
- package/dist/css/base/primitive-font-value.css +0 -49
- package/dist/css/base/primitive-size-value.css +0 -55
- package/dist/css/base/primitive-space-value.css +0 -31
- package/dist/css/density/density-compact-global.css +0 -14
- package/dist/css/density/density-compact.css +0 -14
- package/dist/css/density/density-default-global.css +0 -14
- package/dist/css/density/density-default.css +0 -14
- package/dist/css/density/density-spacious-global.css +0 -14
- package/dist/css/density/density-spacious.css +0 -14
- package/dist/css/density/index.css +0 -7
- package/dist/css/mapping/brand-advertorial.css +0 -277
- package/dist/css/mapping/brand-bild.css +0 -277
- package/dist/css/mapping/brand-color-bild-global.css +0 -74
- package/dist/css/mapping/brand-color-bild.css +0 -74
- package/dist/css/mapping/brand-color-sportbild-global.css +0 -74
- package/dist/css/mapping/brand-color-sportbild.css +0 -74
- package/dist/css/mapping/brand-sportbild.css +0 -277
- package/dist/css/mapping/index.css +0 -9
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/index.css +0 -8
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +0 -426
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +0 -426
- package/dist/css/semantic/advertorial/color/index.css +0 -6
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +0 -490
- package/dist/css/semantic/bild/breakpoints/index.css +0 -8
- package/dist/css/semantic/bild/color/color-bild-dark.css +0 -426
- package/dist/css/semantic/bild/color/color-bild-light.css +0 -426
- package/dist/css/semantic/bild/color/index.css +0 -6
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/index.css +0 -8
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +0 -426
- package/dist/css/semantic/sportbild/color/index.css +0 -6
- package/dist/flutter/base/primitive_color_value.dart +0 -143
- package/dist/flutter/base/primitive_font_value.dart +0 -70
- package/dist/flutter/base/primitive_size_value.dart +0 -64
- package/dist/flutter/base/primitive_space_value.dart +0 -40
- package/dist/flutter/density/density_compact.dart +0 -28
- package/dist/flutter/density/density_default.dart +0 -28
- package/dist/flutter/density/density_spacious.dart +0 -28
- package/dist/flutter/mapping/brand_advertorial.dart +0 -410
- package/dist/flutter/mapping/brand_bild.dart +0 -410
- package/dist/flutter/mapping/brand_color_bild.dart +0 -133
- package/dist/flutter/mapping/brand_color_sportbild.dart +0 -133
- package/dist/flutter/mapping/brand_sportbild.dart +0 -410
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_md.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.dart +0 -701
- package/dist/flutter/semantic/advertorial/color/color_advertorial_dark.dart +0 -381
- package/dist/flutter/semantic/advertorial/color/color_advertorial_light.dart +0 -381
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_lg.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_md.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_sm.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_xs.dart +0 -701
- package/dist/flutter/semantic/bild/color/color_bild_dark.dart +0 -381
- package/dist/flutter/semantic/bild/color/color_bild_light.dart +0 -381
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_md.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.dart +0 -701
- package/dist/flutter/semantic/sportbild/color/color_sportbild_dark.dart +0 -381
- package/dist/flutter/semantic/sportbild/color/color_sportbild_light.dart +0 -381
- package/dist/ios/base/PrimitiveColorValue.swift +0 -140
- package/dist/ios/base/PrimitiveFontValue.swift +0 -67
- package/dist/ios/base/PrimitiveSizeValue.swift +0 -61
- package/dist/ios/base/PrimitiveSpaceValue.swift +0 -37
- package/dist/ios/density/DensityCompact.swift +0 -25
- package/dist/ios/density/DensityDefault.swift +0 -25
- package/dist/ios/density/DensitySpacious.swift +0 -25
- package/dist/ios/mapping/BrandAdvertorial.swift +0 -407
- package/dist/ios/mapping/BrandBild.swift +0 -407
- package/dist/ios/mapping/BrandColorBild.swift +0 -130
- package/dist/ios/mapping/BrandColorSportbild.swift +0 -130
- package/dist/ios/mapping/BrandSportbild.swift +0 -407
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialLg.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialMd.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialSm.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialXs.swift +0 -698
- package/dist/ios/semantic/advertorial/color/ColorAdvertorialDark.swift +0 -378
- package/dist/ios/semantic/advertorial/color/ColorAdvertorialLight.swift +0 -378
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildLg.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildMd.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildSm.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildXs.swift +0 -698
- package/dist/ios/semantic/bild/color/ColorBildDark.swift +0 -378
- package/dist/ios/semantic/bild/color/ColorBildLight.swift +0 -378
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildLg.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildMd.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildSm.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildXs.swift +0 -698
- package/dist/ios/semantic/sportbild/color/ColorSportbildDark.swift +0 -378
- package/dist/ios/semantic/sportbild/color/ColorSportbildLight.swift +0 -378
- package/dist/js/base/index.js +0 -15
- package/dist/js/base/primitive-color-value.js +0 -98
- package/dist/js/base/primitive-font-value.js +0 -47
- package/dist/js/base/primitive-size-value.js +0 -53
- package/dist/js/base/primitive-space-value.js +0 -29
- package/dist/js/density/density-compact.js +0 -12
- package/dist/js/density/density-default.js +0 -12
- package/dist/js/density/density-spacious.js +0 -12
- package/dist/js/density/index.js +0 -13
- package/dist/js/mapping/brand-advertorial.js +0 -283
- package/dist/js/mapping/brand-bild.js +0 -285
- package/dist/js/mapping/brand-color-bild.js +0 -78
- package/dist/js/mapping/brand-color-sportbild.js +0 -78
- package/dist/js/mapping/brand-sportbild.js +0 -292
- package/dist/js/mapping/index.js +0 -17
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +0 -469
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +0 -469
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +0 -470
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +0 -470
- package/dist/js/semantic/advertorial/breakpoints/index.js +0 -15
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +0 -244
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +0 -240
- package/dist/js/semantic/advertorial/color/index.js +0 -11
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +0 -470
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +0 -470
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +0 -471
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +0 -471
- package/dist/js/semantic/bild/breakpoints/index.js +0 -15
- package/dist/js/semantic/bild/color/color-bild-dark.js +0 -244
- package/dist/js/semantic/bild/color/color-bild-light.js +0 -240
- package/dist/js/semantic/bild/color/index.js +0 -11
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +0 -471
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +0 -471
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +0 -472
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +0 -472
- package/dist/js/semantic/sportbild/breakpoints/index.js +0 -15
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +0 -244
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +0 -240
- package/dist/js/semantic/sportbild/color/index.js +0 -11
- package/dist/json/base/primitive-color-value.json +0 -148
- package/dist/json/base/primitive-font-value.json +0 -59
- package/dist/json/base/primitive-size-value.json +0 -51
- package/dist/json/base/primitive-space-value.json +0 -27
- package/dist/json/density/density-compact.json +0 -16
- package/dist/json/density/density-default.json +0 -16
- package/dist/json/density/density-spacious.json +0 -16
- package/dist/json/mapping/brand-advertorial.json +0 -393
- package/dist/json/mapping/brand-bild.json +0 -393
- package/dist/json/mapping/brand-color-bild.json +0 -98
- package/dist/json/mapping/brand-color-sportbild.json +0 -98
- package/dist/json/mapping/brand-sportbild.json +0 -393
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +0 -686
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +0 -308
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +0 -308
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +0 -686
- package/dist/json/semantic/bild/color/color-bild-dark.json +0 -308
- package/dist/json/semantic/bild/color/color-bild-light.json +0 -308
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +0 -686
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +0 -308
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +0 -308
- package/dist/scss/base/index.scss +0 -8
- package/dist/scss/base/primitive-color-value.scss +0 -97
- package/dist/scss/density/density-compact.scss +0 -11
- package/dist/scss/density/density-default.scss +0 -11
- package/dist/scss/density/density-spacious.scss +0 -11
- package/dist/scss/density/index.scss +0 -7
- package/dist/scss/mapping/brand-color-bild.scss +0 -71
- package/dist/scss/mapping/brand-color-sportbild.scss +0 -71
- package/dist/scss/mapping/index.scss +0 -9
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/advertorial/color/index.scss +0 -6
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/bild/color/index.scss +0 -6
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +0 -319
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +0 -319
- package/dist/scss/semantic/sportbild/color/index.scss +0 -6
- package/dist/css/{base/primitive-font-value-global.css → shared/fontprimitive.css} +23 -23
- package/dist/css/{base/primitive-size-value-global.css → shared/sizeprimitive.css} +41 -41
- package/dist/css/{base/primitive-space-value-global.css → shared/spaceprimitive.css} +20 -20
- package/dist/scss/{base/primitive-font-value.scss → shared/fontprimitive.scss} +23 -23
- package/dist/scss/{base/primitive-size-value.scss → shared/sizeprimitive.scss} +41 -41
- package/dist/scss/{base/primitive-space-value.scss → shared/spaceprimitive.scss} +20 -20
|
@@ -1,285 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export const globalTypographyFontfamilyDisplayfontfamily = "Gotham";
|
|
6
|
-
export const globalTypographyFontfamilyHeadlinefontfamily = "Gotham Condensed";
|
|
7
|
-
export const globalTypographyFontfamilySubheadlinefontfamily =
|
|
8
|
-
"Gotham Condensed";
|
|
9
|
-
export const globalTypographyFontfamilyKickerfontfamily = "Gotham XNarrow";
|
|
10
|
-
export const globalTypographyFontfamilyTitlefontfamily = "Gotham";
|
|
11
|
-
export const globalTypographyFontfamilyCalloutfontfamily = "Gotham";
|
|
12
|
-
export const globalTypographyFontfamilyBodyfontfamily = "Gotham XNarrow";
|
|
13
|
-
export const globalTypographyFontfamilyFootnotefontfamily = "Gotham XNarrow";
|
|
14
|
-
export const globalTypographyFontfamilyLabelfontfamily = "Gotham XNarrow";
|
|
15
|
-
export const globalTypographyFontfamilyQuotefontfamily = "Gotham";
|
|
16
|
-
export const globalTypographyFontsizeDisplayDisplay1fontsizexs = "40px";
|
|
17
|
-
export const globalTypographyFontsizeDisplayDisplay1fontsizesm = "40px";
|
|
18
|
-
export const globalTypographyFontsizeDisplayDisplay1fontsizemd = "72px";
|
|
19
|
-
export const globalTypographyFontsizeDisplayDisplay1fontsizelg = "120px";
|
|
20
|
-
export const globalTypographyFontsizeDisplayDisplay2fontsizexs = "36px";
|
|
21
|
-
export const globalTypographyFontsizeDisplayDisplay2fontsizesm = "36px";
|
|
22
|
-
export const globalTypographyFontsizeDisplayDisplay2fontsizemd = "42px";
|
|
23
|
-
export const globalTypographyFontsizeDisplayDisplay2fontsizelg = "64px";
|
|
24
|
-
export const globalTypographyFontsizeDisplayDisplay3fontsizexs = "28px";
|
|
25
|
-
export const globalTypographyFontsizeDisplayDisplay3fontsizesm = "28px";
|
|
26
|
-
export const globalTypographyFontsizeDisplayDisplay3fontsizemd = "32px";
|
|
27
|
-
export const globalTypographyFontsizeDisplayDisplay3fontsizelg = "40px";
|
|
28
|
-
export const globalTypographyFontsizeHeadlineHeadlinetextalign = "center";
|
|
29
|
-
export const globalTypographyFontsizeHeadlineHeadline1fontsizexs = "48px";
|
|
30
|
-
export const globalTypographyFontsizeHeadlineHeadline1fontsizesm = "48px";
|
|
31
|
-
export const globalTypographyFontsizeHeadlineHeadline1fontsizemd = "72px";
|
|
32
|
-
export const globalTypographyFontsizeHeadlineHeadline1fontsizelg = "100px";
|
|
33
|
-
export const globalTypographyFontsizeHeadlineHeadline2fontsizexs = "40px";
|
|
34
|
-
export const globalTypographyFontsizeHeadlineHeadline2fontsizesm = "40px";
|
|
35
|
-
export const globalTypographyFontsizeHeadlineHeadline2fontsizemd = "48px";
|
|
36
|
-
export const globalTypographyFontsizeHeadlineHeadline2fontsizelg = "64px";
|
|
37
|
-
export const globalTypographyFontsizeHeadlineHeadline3fontsizexs = "28px";
|
|
38
|
-
export const globalTypographyFontsizeHeadlineHeadline3fontsizesm = "28px";
|
|
39
|
-
export const globalTypographyFontsizeHeadlineHeadline3fontsizemd = "36px";
|
|
40
|
-
export const globalTypographyFontsizeHeadlineHeadline3fontsizelg = "40px";
|
|
41
|
-
export const globalTypographyFontsizeHeadlineHeadline4fontsizexs = "22px";
|
|
42
|
-
export const globalTypographyFontsizeHeadlineHeadline4fontsizesm = "22px";
|
|
43
|
-
export const globalTypographyFontsizeHeadlineHeadline4fontsizemd = "26px";
|
|
44
|
-
export const globalTypographyFontsizeHeadlineHeadline4fontsizelg = "32px";
|
|
45
|
-
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizexs = "24px";
|
|
46
|
-
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizesm = "24px";
|
|
47
|
-
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizemd = "32px";
|
|
48
|
-
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizelg = "36px";
|
|
49
|
-
export const globalTypographyFontsizeKickerKicker1fontsizexs = "18px";
|
|
50
|
-
export const globalTypographyFontsizeKickerKicker1fontsizesm = "18px";
|
|
51
|
-
export const globalTypographyFontsizeKickerKicker1fontsizemd = "22px";
|
|
52
|
-
export const globalTypographyFontsizeKickerKicker1fontsizelg = "30px";
|
|
53
|
-
export const globalTypographyFontsizeKickerKicker2fontsizexs = "18px";
|
|
54
|
-
export const globalTypographyFontsizeKickerKicker2fontsizesm = "18px";
|
|
55
|
-
export const globalTypographyFontsizeKickerKicker2fontsizemd = "22px";
|
|
56
|
-
export const globalTypographyFontsizeKickerKicker2fontsizelg = "24px";
|
|
57
|
-
export const globalTypographyFontsizeKickerKicker3fontsizexs = "16px";
|
|
58
|
-
export const globalTypographyFontsizeKickerKicker3fontsizesm = "16px";
|
|
59
|
-
export const globalTypographyFontsizeKickerKicker3fontsizemd = "18px";
|
|
60
|
-
export const globalTypographyFontsizeKickerKicker3fontsizelg = "20px";
|
|
61
|
-
export const globalTypographyFontsizeKickerKicker4fontsizexs = "14px";
|
|
62
|
-
export const globalTypographyFontsizeKickerKicker4fontsizesm = "14px";
|
|
63
|
-
export const globalTypographyFontsizeKickerKicker4fontsizemd = "16px";
|
|
64
|
-
export const globalTypographyFontsizeKickerKicker4fontsizelg = "16px";
|
|
65
|
-
export const globalTypographyFontsizeTitleTitle1fontsizexs = "22px";
|
|
66
|
-
export const globalTypographyFontsizeTitleTitle1fontsizesm = "22px";
|
|
67
|
-
export const globalTypographyFontsizeTitleTitle1fontsizemd = "22px";
|
|
68
|
-
export const globalTypographyFontsizeTitleTitle1fontsizelg = "28px";
|
|
69
|
-
export const globalTypographyFontsizeTitleTitle2fontsizexs = "16px";
|
|
70
|
-
export const globalTypographyFontsizeTitleTitle2fontsizesm = "16px";
|
|
71
|
-
export const globalTypographyFontsizeTitleTitle2fontsizemd = "18px";
|
|
72
|
-
export const globalTypographyFontsizeTitleTitle2fontsizelg = "20px";
|
|
73
|
-
export const globalTypographyFontsizeCalloutCallout1fontsizexs = "18px";
|
|
74
|
-
export const globalTypographyFontsizeCalloutCallout1fontsizesm = "18px";
|
|
75
|
-
export const globalTypographyFontsizeCalloutCallout1fontsizemd = "22px";
|
|
76
|
-
export const globalTypographyFontsizeCalloutCallout1fontsizelg = "22px";
|
|
77
|
-
export const globalTypographyFontsizeBodyBodyfontsizexs = "21px";
|
|
78
|
-
export const globalTypographyFontsizeBodyBodyfontsizesm = "21px";
|
|
79
|
-
export const globalTypographyFontsizeBodyBodyfontsizemd = "21px";
|
|
80
|
-
export const globalTypographyFontsizeBodyBodyfontsizelg = "21px";
|
|
81
|
-
export const globalTypographyFontsizeFootnoteFootnote1fontsizexs = "16px";
|
|
82
|
-
export const globalTypographyFontsizeFootnoteFootnote1fontsizesm = "16px";
|
|
83
|
-
export const globalTypographyFontsizeFootnoteFootnote1fontsizemd = "16px";
|
|
84
|
-
export const globalTypographyFontsizeFootnoteFootnote1fontsizelg = "18px";
|
|
85
|
-
export const globalTypographyFontsizeFootnoteFootnote2fontsizexs = "12px";
|
|
86
|
-
export const globalTypographyFontsizeFootnoteFootnote2fontsizesm = "12px";
|
|
87
|
-
export const globalTypographyFontsizeFootnoteFootnote2fontsizemd = "12px";
|
|
88
|
-
export const globalTypographyFontsizeFootnoteFootnote2fontsizelg = "16px";
|
|
89
|
-
export const globalTypographyFontsizeLabelLabel1fontsize = "17px";
|
|
90
|
-
export const globalTypographyFontsizeLabelLabel1respfontsizexs = "10px";
|
|
91
|
-
export const globalTypographyFontsizeLabelLabel1respfontsizesm = "10px";
|
|
92
|
-
export const globalTypographyFontsizeLabelLabel1respfontsizemd = "15px";
|
|
93
|
-
export const globalTypographyFontsizeLabelLabel1respfontsizelg = "17px";
|
|
94
|
-
export const globalTypographyFontsizeLabelLabel2fontsize = "15px";
|
|
95
|
-
export const globalTypographyFontsizeLabelLabel3fontsize = "12px";
|
|
96
|
-
export const globalTypographyFontsizeLabelLabel4fontsize = "8px";
|
|
97
|
-
export const globalTypographyFontsizeQuoteQuotefontsizexs = "16px";
|
|
98
|
-
export const globalTypographyFontsizeQuoteQuotefontsizesm = "16px";
|
|
99
|
-
export const globalTypographyFontsizeQuoteQuotefontsizemd = "18px";
|
|
100
|
-
export const globalTypographyFontsizeQuoteQuotefontsizelg = "20px";
|
|
101
|
-
export const globalTypographyLineheightDisplayDisplay1lineheightxs = "40px";
|
|
102
|
-
export const globalTypographyLineheightDisplayDisplay1lineheightsm = "40px";
|
|
103
|
-
export const globalTypographyLineheightDisplayDisplay1lineheightmd = "72px";
|
|
104
|
-
export const globalTypographyLineheightDisplayDisplay1lineheightlg = "120px";
|
|
105
|
-
export const globalTypographyLineheightDisplayDisplay2lineheightxs = "36px";
|
|
106
|
-
export const globalTypographyLineheightDisplayDisplay2lineheightsm = "36px";
|
|
107
|
-
export const globalTypographyLineheightDisplayDisplay2lineheightmd = "42px";
|
|
108
|
-
export const globalTypographyLineheightDisplayDisplay2lineheightlg = "64px";
|
|
109
|
-
export const globalTypographyLineheightDisplayDisplay3lineheightxs = "28px";
|
|
110
|
-
export const globalTypographyLineheightDisplayDisplay3lineheightsm = "28px";
|
|
111
|
-
export const globalTypographyLineheightDisplayDisplay3lineheightmd = "32px";
|
|
112
|
-
export const globalTypographyLineheightDisplayDisplay3lineheightlg = "40px";
|
|
113
|
-
export const globalTypographyLineheightHeadlineHeadline1lineheightxs = "48px";
|
|
114
|
-
export const globalTypographyLineheightHeadlineHeadline1lineheightsm = "48px";
|
|
115
|
-
export const globalTypographyLineheightHeadlineHeadline1lineheightmd = "72px";
|
|
116
|
-
export const globalTypographyLineheightHeadlineHeadline1lineheightlg = "100px";
|
|
117
|
-
export const globalTypographyLineheightHeadlineHeadline2lineheightxs = "40px";
|
|
118
|
-
export const globalTypographyLineheightHeadlineHeadline2lineheightsm = "40px";
|
|
119
|
-
export const globalTypographyLineheightHeadlineHeadline2lineheightmd = "48px";
|
|
120
|
-
export const globalTypographyLineheightHeadlineHeadline2lineheightlg = "64px";
|
|
121
|
-
export const globalTypographyLineheightHeadlineHeadline3lineheightxs = "28px";
|
|
122
|
-
export const globalTypographyLineheightHeadlineHeadline3lineheightsm = "28px";
|
|
123
|
-
export const globalTypographyLineheightHeadlineHeadline3lineheightmd = "36px";
|
|
124
|
-
export const globalTypographyLineheightHeadlineHeadline3lineheightlg = "40px";
|
|
125
|
-
export const globalTypographyLineheightHeadlineHeadline4lineheightxs = "22px";
|
|
126
|
-
export const globalTypographyLineheightHeadlineHeadline4lineheightsm = "22px";
|
|
127
|
-
export const globalTypographyLineheightHeadlineHeadline4lineheightmd = "22px";
|
|
128
|
-
export const globalTypographyLineheightHeadlineHeadline4lineheightlg = "30px";
|
|
129
|
-
export const globalTypographyLineheightSubheadlineSubheadline1lineheightxs =
|
|
130
|
-
"24px";
|
|
131
|
-
export const globalTypographyLineheightSubheadlineSubheadline1lineheightsm =
|
|
132
|
-
"24px";
|
|
133
|
-
export const globalTypographyLineheightSubheadlineSubheadline1lineheightmd =
|
|
134
|
-
"32px";
|
|
135
|
-
export const globalTypographyLineheightSubheadlineSubheadline1lineheightlg =
|
|
136
|
-
"36px";
|
|
137
|
-
export const globalTypographyLineheightKickerKicker1lineheightxs = "19.8px";
|
|
138
|
-
export const globalTypographyLineheightKickerKicker1lineheightsm = "19.8px";
|
|
139
|
-
export const globalTypographyLineheightKickerKicker1lineheightmd = "22px";
|
|
140
|
-
export const globalTypographyLineheightKickerKicker1lineheightlg = "30px";
|
|
141
|
-
export const globalTypographyLineheightKickerKicker2lineheightxs = "19.8px";
|
|
142
|
-
export const globalTypographyLineheightKickerKicker2lineheightsm = "19.8px";
|
|
143
|
-
export const globalTypographyLineheightKickerKicker2lineheightmd = "22px";
|
|
144
|
-
export const globalTypographyLineheightKickerKicker2lineheightlg = "24px";
|
|
145
|
-
export const globalTypographyLineheightKickerKicker3lineheightxs = "17.6px";
|
|
146
|
-
export const globalTypographyLineheightKickerKicker3lineheightsm = "17.6px";
|
|
147
|
-
export const globalTypographyLineheightKickerKicker3lineheightmd = "18px";
|
|
148
|
-
export const globalTypographyLineheightKickerKicker3lineheightlg = "20px";
|
|
149
|
-
export const globalTypographyLineheightKickerKicker4lineheightxs = "15.4px";
|
|
150
|
-
export const globalTypographyLineheightKickerKicker4lineheightsm = "15.4px";
|
|
151
|
-
export const globalTypographyLineheightKickerKicker4lineheightmd = "17.6px";
|
|
152
|
-
export const globalTypographyLineheightKickerKicker4lineheightlg = "16px";
|
|
153
|
-
export const globalTypographyLineheightTitleTitle1lineheightxs = "22px";
|
|
154
|
-
export const globalTypographyLineheightTitleTitle1lineheightsm = "22px";
|
|
155
|
-
export const globalTypographyLineheightTitleTitle1lineheightmd = "22px";
|
|
156
|
-
export const globalTypographyLineheightTitleTitle1lineheightlg = "28px";
|
|
157
|
-
export const globalTypographyLineheightTitleTitle2lineheightxs = "17.6px";
|
|
158
|
-
export const globalTypographyLineheightTitleTitle2lineheightsm = "17.6px";
|
|
159
|
-
export const globalTypographyLineheightTitleTitle2lineheightmd = "19.8px";
|
|
160
|
-
export const globalTypographyLineheightTitleTitle2lineheightlg = "22px";
|
|
161
|
-
export const globalTypographyLineheightCalloutCallout1lineheightxs = "18px";
|
|
162
|
-
export const globalTypographyLineheightCalloutCallout1lineheightsm = "18px";
|
|
163
|
-
export const globalTypographyLineheightCalloutCallout1lineheightmd = "22px";
|
|
164
|
-
export const globalTypographyLineheightCalloutCallout1lineheightlg = "22px";
|
|
165
|
-
export const globalTypographyLineheightBodyBodylineheightxs = "28px";
|
|
166
|
-
export const globalTypographyLineheightBodyBodylineheightsm = "28px";
|
|
167
|
-
export const globalTypographyLineheightBodyBodylineheightmd = "28px";
|
|
168
|
-
export const globalTypographyLineheightBodyBodylineheightlg = "32px";
|
|
169
|
-
export const globalTypographyLineheightFootnoteFootnote1lineheightxs = "21px";
|
|
170
|
-
export const globalTypographyLineheightFootnoteFootnote1lineheightsm = "21px";
|
|
171
|
-
export const globalTypographyLineheightFootnoteFootnote1lineheightmd = "21px";
|
|
172
|
-
export const globalTypographyLineheightFootnoteFootnote1lineheightlg = "23px";
|
|
173
|
-
export const globalTypographyLineheightFootnoteFootnote2lineheightxs = "15.6px";
|
|
174
|
-
export const globalTypographyLineheightFootnoteFootnote2lineheightsm = "15.6px";
|
|
175
|
-
export const globalTypographyLineheightFootnoteFootnote2lineheightmd = "15.8px";
|
|
176
|
-
export const globalTypographyLineheightFootnoteFootnote2lineheightlg = "21px";
|
|
177
|
-
export const globalTypographyLineheightLabelLabel1lineheight = "17px";
|
|
178
|
-
export const globalTypographyLineheightLabelLabel1resplineheightxs = "10px";
|
|
179
|
-
export const globalTypographyLineheightLabelLabel1resplineheightsm = "10px";
|
|
180
|
-
export const globalTypographyLineheightLabelLabel1resplineheightmd = "15px";
|
|
181
|
-
export const globalTypographyLineheightLabelLabel1resplineheightlg = "17px";
|
|
182
|
-
export const globalTypographyLineheightLabelLabel2lineheight = "16px";
|
|
183
|
-
export const globalTypographyLineheightLabelLabel3lineheight = "14.4px";
|
|
184
|
-
export const globalTypographyLineheightLabelLabel4lineheight = "10px";
|
|
185
|
-
export const globalTypographyLineheightQuoteQuotelineheightxs = "16px";
|
|
186
|
-
export const globalTypographyLineheightQuoteQuotelineheightsm = "16px";
|
|
187
|
-
export const globalTypographyLineheightQuoteQuotelineheightmd = "18px";
|
|
188
|
-
export const globalTypographyLineheightQuoteQuotelineheightlg = "22px";
|
|
189
|
-
export const globalTypographyFontweightDisplayDisplayfontweight = 800;
|
|
190
|
-
export const globalTypographyFontweightHeadlineHeadline1fontweight = 700;
|
|
191
|
-
export const globalTypographyFontweightHeadlineHeadline1fontweightst = "700";
|
|
192
|
-
export const globalTypographyFontweightHeadlineHeadline2fontweight = 700;
|
|
193
|
-
export const globalTypographyFontweightHeadlineHeadline2fontweightst = "700";
|
|
194
|
-
export const globalTypographyFontweightHeadlineHeadline3fontweight = 700;
|
|
195
|
-
export const globalTypographyFontweightHeadlineHeadline3fontweightst = "700";
|
|
196
|
-
export const globalTypographyFontweightHeadlineHeadline4fontweight = 600;
|
|
197
|
-
export const globalTypographyFontweightHeadlineHeadline4fontweightst = "600";
|
|
198
|
-
export const globalTypographyFontweightSubheadlineSubheadlinefontweight = 700;
|
|
199
|
-
export const globalTypographyFontweightKickerKickerfontweight = 700;
|
|
200
|
-
export const globalTypographyFontweightKickerKickerfontweightst = "700";
|
|
201
|
-
export const globalTypographyFontweightTitleTitlefontweight = 800;
|
|
202
|
-
export const globalTypographyFontweightCalloutCalloutfontweight = 800;
|
|
203
|
-
export const globalTypographyFontweightBodyBodyfontweightbook = 400;
|
|
204
|
-
export const globalTypographyFontweightBodyBodyfontweightbold = 700;
|
|
205
|
-
export const globalTypographyFontweightFootnoteFootnotefontweightbook = 400;
|
|
206
|
-
export const globalTypographyFontweightFootnoteFootnotefontweightbold = 700;
|
|
207
|
-
export const globalTypographyFontweightLabelLabelfontweightbook = 400;
|
|
208
|
-
export const globalTypographyFontweightLabelLabelfontweightbold = 700;
|
|
209
|
-
export const globalTypographyFontweightQuoteQuotefontweight = 800;
|
|
210
|
-
export const globalVisibiltyHideonbild = false;
|
|
211
|
-
export const globalVisibiltyHideonsportbild = true;
|
|
212
|
-
export const globalVisibiltyHideonadvertorial = true;
|
|
213
|
-
export const globalVisibiltyOnlybild = true;
|
|
214
|
-
export const globalVisibiltyOnlysportbild = false;
|
|
215
|
-
export const globalVisibiltyOnlyadvertorial = false;
|
|
216
|
-
export const componentButtonlabelfontweightst = "600";
|
|
217
|
-
export const componentAccordionAccordionlabelfontfamily = "Gotham XNarrow";
|
|
218
|
-
export const componentArticleFontsizeArticleimagecaptionfontsizexs = "16px";
|
|
219
|
-
export const componentArticleFontsizeArticleimagecaptionfontsizesm = "16px";
|
|
220
|
-
export const componentArticleFontsizeArticleimagecaptionfontsizemd = "18px";
|
|
221
|
-
export const componentArticleFontsizeArticleimagecaptionfontsizelg = "18px";
|
|
222
|
-
export const componentArticleFontsizeArticleimagesourcefontsizexs = "16px";
|
|
223
|
-
export const componentArticleFontsizeArticleimagesourcefontsizesm = "16px";
|
|
224
|
-
export const componentArticleFontsizeArticleimagesourcefontsizemd = "16px";
|
|
225
|
-
export const componentArticleFontsizeArticleimagesourcefontsizelg = "18px";
|
|
226
|
-
export const componentArticleLineheightArticleimagecaptionlineheightxs =
|
|
227
|
-
"19.5px";
|
|
228
|
-
export const componentArticleLineheightArticleimagecaptionlineheightsm =
|
|
229
|
-
"19.5px";
|
|
230
|
-
export const componentArticleLineheightArticleimagecaptionlineheightmd =
|
|
231
|
-
"24.75px";
|
|
232
|
-
export const componentArticleLineheightArticleimagecaptionlineheightlg =
|
|
233
|
-
"24.75px";
|
|
234
|
-
export const componentArticleLineheightArticleimagesourcelineheightxs = "21px";
|
|
235
|
-
export const componentArticleLineheightArticleimagesourcelineheightsm = "21px";
|
|
236
|
-
export const componentArticleLineheightArticleimagesourcelineheightmd = "21px";
|
|
237
|
-
export const componentArticleLineheightArticleimagesourcelineheightlg = "23px";
|
|
238
|
-
export const componentAvatarAvatarfontfamily = "Gotham XNarrow";
|
|
239
|
-
export const componentAvatarAvatarfontsizesm = "16px";
|
|
240
|
-
export const componentAvatarAvatarfontsizelg = "18px";
|
|
241
|
-
export const componentBreadcrumbFontfamilyBreadcrumbfontfamily =
|
|
242
|
-
"Gotham XNarrow";
|
|
243
|
-
export const componentBreadcrumbFontweightBreadcrumbfontweight = 700;
|
|
244
|
-
export const componentBreadcrumbFontsizeBreadcrumbfontsizexs = "15px";
|
|
245
|
-
export const componentBreadcrumbFontsizeBreadcrumbfontsizesm = "15px";
|
|
246
|
-
export const componentBreadcrumbFontsizeBreadcrumbfontsizemd = "15px";
|
|
247
|
-
export const componentBreadcrumbFontsizeBreadcrumbfontsizelg = "12px";
|
|
248
|
-
export const componentBreadcrumbLineheightBreadcrumblineheightxs = "15px";
|
|
249
|
-
export const componentBreadcrumbLineheightBreadcrumblineheightsm = "15px";
|
|
250
|
-
export const componentBreadcrumbLineheightBreadcrumblineheightmd = "15px";
|
|
251
|
-
export const componentBreadcrumbLineheightBreadcrumblineheightlg = "12px";
|
|
252
|
-
export const componentBreakingnewsBreakingnewscontentfontsize = "21px";
|
|
253
|
-
export const componentFooterFooterlinkfontfamily = "Gotham XNarrow";
|
|
254
|
-
export const componentInputfieldInputfieldlabelfontfamily = "Gotham XNarrow";
|
|
255
|
-
export const componentMediaplayerVideotimebadgefontfamily = "Gotham XNarrow";
|
|
256
|
-
export const componentMenuMenuitemfontsize = 15;
|
|
257
|
-
export const componentMenuMenuitemfontweight = "700";
|
|
258
|
-
export const componentMenuApptopbartitlefontsizexs = "12px";
|
|
259
|
-
export const componentMenuApptopbartitlefontsizesm = "12px";
|
|
260
|
-
export const componentMenuApptopbartitlefontsizemd = "14px";
|
|
261
|
-
export const componentMenuApptopbartitlefontsizelg = "14px";
|
|
262
|
-
export const componentMenuApptopbartitlelineheightxs = "14px";
|
|
263
|
-
export const componentMenuApptopbartitlelineheightsm = "14px";
|
|
264
|
-
export const componentMenuApptopbartitlelineheightmd = "17px";
|
|
265
|
-
export const componentMenuApptopbartitlelineheightlg = "17px";
|
|
266
|
-
export const componentTeaserTeasertitleinlinespacexs = 8;
|
|
267
|
-
export const componentTeaserTeasertitleinlinespacesm = 8;
|
|
268
|
-
export const componentTeaserTeasertitleinlinespacemd = 12;
|
|
269
|
-
export const componentTeaserTeasertitleinlinespacelg = 12;
|
|
270
|
-
export const componentTeaserQuadQteasertitleinlinespacexs = 8;
|
|
271
|
-
export const componentTeaserQuadQteasertitleinlinespacesm = 8;
|
|
272
|
-
export const componentTeaserQuadQteasertitleinlinespacemd = 16;
|
|
273
|
-
export const componentTeaserQuadQteasertitleinlinespacelg = 12;
|
|
274
|
-
export const componentTeaserMiniqMiniqteasertitleinlinespacexs = 8;
|
|
275
|
-
export const componentTeaserMiniqMiniqteasertitleinlinespacesm = 8;
|
|
276
|
-
export const componentTeaserMiniqMiniqteasertitleinlinespacemd = 8;
|
|
277
|
-
export const componentTeaserMiniqMiniqteasertitleinlinespacelg = 8;
|
|
278
|
-
export const componentTeaserAteaserAteasertitleinlinespacexs = 8;
|
|
279
|
-
export const componentTeaserAteaserAteasertitleinlinespacesm = 8;
|
|
280
|
-
export const componentTeaserAteaserAteasertitleinlinespacemd = 12;
|
|
281
|
-
export const componentTeaserAteaserAteasertitleinlinespacelg = 12;
|
|
282
|
-
export const componentTeaserSuperaSuperateasertitleinlinespace = 16;
|
|
283
|
-
export const componentTeaser2xateaser2xateasertitleinlinespace = 8;
|
|
284
|
-
export const componentTeaserBteaserBteasertitleinlinespace = 8;
|
|
285
|
-
export const brandname = "BILD";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export const globalCoreCorecolorprimary = "#de0000";
|
|
6
|
-
export const globalCoreCorecolorsecondary = "#ffffff";
|
|
7
|
-
export const globalCoreCorecolorsecondarydark = "#242629";
|
|
8
|
-
export const globalCoreCorecolortertiary = "#242629";
|
|
9
|
-
export const globalCoreCorecolortertiarydark = "#ffffff";
|
|
10
|
-
export const globalAttentionAccentcolorprimary = "#de0000";
|
|
11
|
-
export const globalAttentionAccentcolorprimarydark = "#ffffff";
|
|
12
|
-
export const globalSurfaceSurfacecolorprimary = "#ffffff";
|
|
13
|
-
export const globalSurfaceSurfacecolorprimarydark = "#242629";
|
|
14
|
-
export const globalSurfaceSurfacecolorsecondary = "#f2f5f5";
|
|
15
|
-
export const globalSurfaceSurfacecolorsecondarydark = "#2b3038";
|
|
16
|
-
export const globalSurfaceSurfacecolortertiary = "#e8edf0";
|
|
17
|
-
export const globalSurfaceSurfacecolortertiarydark = "#333d40";
|
|
18
|
-
export const globalSurfaceSurfacecolorquartenary = "#cfd4d9";
|
|
19
|
-
export const globalSurfaceSurfacecolorquartenarydark = "#4a5259";
|
|
20
|
-
export const globalStateColorprimaryactive = "#de0000";
|
|
21
|
-
export const globalStateColorprimaryactivedark = "#de0000";
|
|
22
|
-
export const globalTextTextcolorprimary = "#242629";
|
|
23
|
-
export const globalTextTextcolorprimarydark = "#e8edf0";
|
|
24
|
-
export const globalTextTextcolorsecondary = "#8c9196";
|
|
25
|
-
export const globalTextTextcolorsecondarydark = "#8c9196";
|
|
26
|
-
export const globalTextHeadlinecolorprimary = "#242629";
|
|
27
|
-
export const globalTextHeadlinecolorprimarydark = "#ffffff";
|
|
28
|
-
export const globalTextKickertextcoloronbg = "#ffffff";
|
|
29
|
-
export const globalTextKickertextcoloronsurface = "#de0000";
|
|
30
|
-
export const globalTextKickertextcoloronsurfacedark = "#8c9196";
|
|
31
|
-
export const globalTextKickerbgcoloronsurface = "#de0000";
|
|
32
|
-
export const globalTextKickerbgcoloronsurfacedark = "#8c9196";
|
|
33
|
-
export const componentAvatarAvatarlabelcolor = "#242629";
|
|
34
|
-
export const componentAvatarAvatarlabelcolordark = "#ffffff";
|
|
35
|
-
export const componentAvatarAvatarlabelcolorhover = "#de0000";
|
|
36
|
-
export const componentChipcoloractive = "#de0000";
|
|
37
|
-
export const componentBreakingnewsBreakingnewstoptitletextcolor = "#1c1c1c";
|
|
38
|
-
export const componentBreakingnewsBreakingnewsbottomtitletextcolor = "#1c1c1c";
|
|
39
|
-
export const componentBreakingnewsBreakingnewstitlesurfacecolor = "#fc8226";
|
|
40
|
-
export const componentBreakingnewsBreakingnewssurfacecolor = "#242629";
|
|
41
|
-
export const componentBreakingnewsBreakingnewssurfacecolordark = "#e8edf0";
|
|
42
|
-
export const componentBreakingnewsBreakingnewstextcontentcolor = "#ffffff";
|
|
43
|
-
export const componentBreakingnewsBreakingnewstextcontentcolordark = "#242629";
|
|
44
|
-
export const componentButtonPrimarybrandButtonprimarybgcoloridle = "#de0000";
|
|
45
|
-
export const componentButtonPrimarybrandButtonprimarybgcolorhover = "#b00003";
|
|
46
|
-
export const componentButtonPrimarybrandButtonprimarybgcoloridledark =
|
|
47
|
-
"#de0000";
|
|
48
|
-
export const componentButtonPrimarybrandButtonprimarybgcolorhoverdark =
|
|
49
|
-
"#b00003";
|
|
50
|
-
export const componentButtonPrimaryneutralButtonprimarybgcoloridle = "#242629";
|
|
51
|
-
export const componentButtonPrimaryneutralButtonprimarybgcolorhover = "#4a5259";
|
|
52
|
-
export const componentButtonPrimaryneutralButtonprimarybgcoloridledark =
|
|
53
|
-
"#ffffff";
|
|
54
|
-
export const componentButtonPrimaryneutralButtonprimarybgcolorhoverdark =
|
|
55
|
-
"#e8edf0";
|
|
56
|
-
export const componentMenuMenulinklanesurfacecolor = "#ffffff";
|
|
57
|
-
export const componentMenuMenulinklanesurfacecolordark = "#242629";
|
|
58
|
-
export const componentMenuMenulinklanelabelcolor = "#4a5259";
|
|
59
|
-
export const componentMenuMenulinklanelabelcoloractive = "#242629";
|
|
60
|
-
export const componentMenuMenulinklanelabelcolordark = "#8c9196";
|
|
61
|
-
export const componentMenuMenulinkcolorborderactive = "#de0000";
|
|
62
|
-
export const componentMenuMenulinkcolorborderactivedark = "#ffffff";
|
|
63
|
-
export const componentMenuAppbottomtabbarbgcolor = "#ffffff";
|
|
64
|
-
export const componentMenuApptopbarbgcolordark = "#333d40";
|
|
65
|
-
export const componentMenuAppbottomtabbarbgdark = "#333d40";
|
|
66
|
-
export const componentMenuApptopbarsurfacecolor = "#ffffff";
|
|
67
|
-
export const componentMenuApptopbariconcolor = "#4a5259";
|
|
68
|
-
export const componentMenuApptopbariconcolordark = "#8c9196";
|
|
69
|
-
export const componentMenuApptopbartextcolor = "#242629";
|
|
70
|
-
export const componentMenuApptopbartextcolordark = "#e8edf0";
|
|
71
|
-
export const componentMenuApptobbartabnavbottomborder = "#e8edf0";
|
|
72
|
-
export const componentMenuApptobbartabnavbottomborderdark = "#4a5259";
|
|
73
|
-
export const componentMenuApptobbartabnavbottomborderactive = "#de0000";
|
|
74
|
-
export const componentMenuApptobbartabnavbottomborderactivedark = "#ffffff";
|
|
75
|
-
export const componentTeaserTeasertitlebackgroundgradientstart =
|
|
76
|
-
"rgba(0, 0, 0, 0.7)";
|
|
77
|
-
export const componentTeaserTeasertitlebackgroundgradientstop =
|
|
78
|
-
"rgba(0, 0, 0, 0)";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export const globalCoreCorecolorprimary = "#0a264f";
|
|
6
|
-
export const globalCoreCorecolorsecondary = "#ffffff";
|
|
7
|
-
export const globalCoreCorecolorsecondarydark = "#081729";
|
|
8
|
-
export const globalCoreCorecolortertiary = "#081729";
|
|
9
|
-
export const globalCoreCorecolortertiarydark = "#ffffff";
|
|
10
|
-
export const globalAttentionAccentcolorprimary = "#174582";
|
|
11
|
-
export const globalAttentionAccentcolorprimarydark = "#f7fafc";
|
|
12
|
-
export const globalSurfaceSurfacecolorprimary = "#ffffff";
|
|
13
|
-
export const globalSurfaceSurfacecolorprimarydark = "#081729";
|
|
14
|
-
export const globalSurfaceSurfacecolorsecondary = "#f7fafc";
|
|
15
|
-
export const globalSurfaceSurfacecolorsecondarydark = "#0a264f";
|
|
16
|
-
export const globalSurfaceSurfacecolortertiary = "#bdc9db";
|
|
17
|
-
export const globalSurfaceSurfacecolortertiarydark = "#174582";
|
|
18
|
-
export const globalSurfaceSurfacecolorquartenary = "#cfd4d9";
|
|
19
|
-
export const globalSurfaceSurfacecolorquartenarydark = "#4a5259";
|
|
20
|
-
export const globalStateColorprimaryactive = "#174582";
|
|
21
|
-
export const globalStateColorprimaryactivedark = "#f7fafc";
|
|
22
|
-
export const globalTextTextcolorprimary = "#242629";
|
|
23
|
-
export const globalTextTextcolorprimarydark = "#e8edf0";
|
|
24
|
-
export const globalTextTextcolorsecondary = "#8c9196";
|
|
25
|
-
export const globalTextTextcolorsecondarydark = "#8c9196";
|
|
26
|
-
export const globalTextHeadlinecolorprimary = "#0a264f";
|
|
27
|
-
export const globalTextHeadlinecolorprimarydark = "#ffffff";
|
|
28
|
-
export const globalTextKickertextcoloronbg = "#ffffff";
|
|
29
|
-
export const globalTextKickertextcoloronsurface = "#8c9196";
|
|
30
|
-
export const globalTextKickertextcoloronsurfacedark = "#8c9196";
|
|
31
|
-
export const globalTextKickerbgcoloronsurface = "#174582";
|
|
32
|
-
export const globalTextKickerbgcoloronsurfacedark = "#8c9196";
|
|
33
|
-
export const componentAvatarAvatarlabelcolor = "#666b70";
|
|
34
|
-
export const componentAvatarAvatarlabelcolordark = "#e8edf0";
|
|
35
|
-
export const componentAvatarAvatarlabelcolorhover = "#174582";
|
|
36
|
-
export const componentChipcoloractive = "#174582";
|
|
37
|
-
export const componentBreakingnewsBreakingnewstoptitletextcolor = "#ffbf00";
|
|
38
|
-
export const componentBreakingnewsBreakingnewsbottomtitletextcolor = "#ffffff";
|
|
39
|
-
export const componentBreakingnewsBreakingnewstitlesurfacecolor = "#0a264f";
|
|
40
|
-
export const componentBreakingnewsBreakingnewssurfacecolor = "#ffbf00";
|
|
41
|
-
export const componentBreakingnewsBreakingnewssurfacecolordark = "#ffbf00";
|
|
42
|
-
export const componentBreakingnewsBreakingnewstextcontentcolor = "#242629";
|
|
43
|
-
export const componentBreakingnewsBreakingnewstextcontentcolordark = "#242629";
|
|
44
|
-
export const componentButtonPrimarybrandButtonprimarybgcoloridle = "#174582";
|
|
45
|
-
export const componentButtonPrimarybrandButtonprimarybgcolorhover = "#0a264f";
|
|
46
|
-
export const componentButtonPrimarybrandButtonprimarybgcoloridledark =
|
|
47
|
-
"#305999";
|
|
48
|
-
export const componentButtonPrimarybrandButtonprimarybgcolorhoverdark =
|
|
49
|
-
"#174582";
|
|
50
|
-
export const componentButtonPrimaryneutralButtonprimarybgcoloridle = "#242629";
|
|
51
|
-
export const componentButtonPrimaryneutralButtonprimarybgcolorhover = "#4a5259";
|
|
52
|
-
export const componentButtonPrimaryneutralButtonprimarybgcoloridledark =
|
|
53
|
-
"#ffffff";
|
|
54
|
-
export const componentButtonPrimaryneutralButtonprimarybgcolorhoverdark =
|
|
55
|
-
"#bdc9db";
|
|
56
|
-
export const componentMenuMenulinklanesurfacecolor = "#0a264f";
|
|
57
|
-
export const componentMenuMenulinklanesurfacecolordark = "#0a264f";
|
|
58
|
-
export const componentMenuMenulinklanelabelcolor = "#cfd4d9";
|
|
59
|
-
export const componentMenuMenulinklanelabelcoloractive = "#ffffff";
|
|
60
|
-
export const componentMenuMenulinklanelabelcolordark = "#adb5ba";
|
|
61
|
-
export const componentMenuMenulinkcolorborderactive = "#0a264f";
|
|
62
|
-
export const componentMenuMenulinkcolorborderactivedark = "#f7fafc";
|
|
63
|
-
export const componentMenuAppbottomtabbarbgcolor = "#ffffff";
|
|
64
|
-
export const componentMenuApptopbarbgcolordark = "#0a264f";
|
|
65
|
-
export const componentMenuAppbottomtabbarbgdark = "#0a264f";
|
|
66
|
-
export const componentMenuApptopbarsurfacecolor = "#0a264f";
|
|
67
|
-
export const componentMenuApptopbariconcolor = "#8c9196";
|
|
68
|
-
export const componentMenuApptopbariconcolordark = "#8c9196";
|
|
69
|
-
export const componentMenuApptopbartextcolor = "#e8edf0";
|
|
70
|
-
export const componentMenuApptopbartextcolordark = "#e8edf0";
|
|
71
|
-
export const componentMenuApptobbartabnavbottomborder = "#174582";
|
|
72
|
-
export const componentMenuApptobbartabnavbottomborderdark = "#174582";
|
|
73
|
-
export const componentMenuApptobbartabnavbottomborderactive = "#cfd4d9";
|
|
74
|
-
export const componentMenuApptobbartabnavbottomborderactivedark = "#ffffff";
|
|
75
|
-
export const componentTeaserTeasertitlebackgroundgradientstart =
|
|
76
|
-
"rgba(10, 38, 79, 0.7)";
|
|
77
|
-
export const componentTeaserTeasertitlebackgroundgradientstop =
|
|
78
|
-
"rgba(10, 38, 79, 0)";
|